Fix alias command not detecting non matching prefix & sometimes asserting.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4
5 2019-06-25 Tom de Vries <tdevries@suse.de>
6
7 PR testsuite/24727
8 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
9
10 2019-06-24 Tom de Vries <tdevries@suse.de>
11
12 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
13
14 2019-06-24 Tom de Vries <tdevries@suse.de>
15
16 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
17 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
18 * gdb.trace/unavailable-dwarf-piece.exp: Same.
19
20 2019-06-24 Tom de Vries <tdevries@suse.de>
21
22 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
23
24 2019-06-21 Tom de Vries <tdevries@suse.de>
25
26 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
27
28 2019-06-21 Tom de Vries <tdevries@suse.de>
29
30 PR testsuite/24518
31 PR ada/24713
32 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
33 index.
34
35 2019-06-19 Tom Tromey <tromey@adacore.com>
36
37 * gdb.ada/length_cond.exp: Add intro comment.
38
39 2019-06-19 Tom Tromey <tromey@adacore.com>
40
41 * gdb.ada/length_cond.exp: New file.
42 * gdb.ada/length_cond/length_cond.adb: New file.
43 * gdb.ada/length_cond/pck.adb: New file.
44 * gdb.ada/length_cond/pck.ads: New file.
45
46 2019-06-18 Tom de Vries <tdevries@suse.de>
47
48 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
49
50 2019-06-18 Tom Tromey <tromey@adacore.com>
51
52 * gdb.base/list0.h: Add comment explaining control character.
53
54 2019-06-18 Tom de Vries <tdevries@suse.de>
55
56 * boards/fission.exp: Break up long debug_flags line.
57
58 2019-06-16 Tom de Vries <tdevries@suse.de>
59
60 PR gdb/24445
61 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
62 generated index.
63
64 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 PR gdb/24686
67 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
68 improve detection of bug gdb/24541.
69
70 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
71
72 PR gdb/24669
73 * gdb.base/index-cache.exp (uses_readnow,
74 expecting_index_cache_use): Define global variable.
75 (test_cache_enabled_miss, test_cache_enabled_hit): Use
76 expecting_index_cache_use.
77
78 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
79 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * gdb.fortran/pointers.f90: New file.
82 * gdb.fortran/print_type.exp: New file.
83 * gdb.fortran/vla-ptype.exp: Adapt expected results.
84 * gdb.fortran/vla-type.exp: Likewise.
85 * gdb.fortran/vla-value.exp: Likewise.
86 * gdb.mi/mi-vla-fortran.exp: Likewise.
87
88 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
91 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
92 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
93 as a stop reason.
94
95 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.base/annota1.exp: Update expected results.
98 * gdb.cp/annota2.exp: Likewise.
99 * gdb.cp/annota3.exp: Likewise.
100
101 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.base/style-logging.exp: Remove path from test name.
104
105 2019-06-14 Tom Tromey <tromey@adacore.com>
106
107 PR gdb/24502:
108 * gdb.base/style-logging.exp: New file.
109
110 2019-06-14 Tom Tromey <tromey@adacore.com>
111
112 * gdb.base/symfile-warn.exp: New file.
113 * gdb.base/symfile-warn.c: New file.
114
115 2019-06-14 Tom Tromey <tromey@adacore.com>
116
117 * gdb.base/annotate-symlink.exp: New file.
118
119 2019-06-14 Tom Tromey <tromey@adacore.com>
120
121 * gdb.ada/set_wstr.exp: Add reassignment test.
122
123 2019-06-14 Tom Tromey <tromey@adacore.com>
124
125 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
126 'unchecked_access and 'unrestricted_access as well.
127
128 2019-06-14 Tom Tromey <tromey@adacore.com>
129
130 PR ada/24539:
131 * gdb.ada/vla.exp: Update tests.
132 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
133 pragma.
134
135 2019-06-13 Pedro Alves <palves@redhat.com>
136
137 * gdb.base/settings.exp (test-integer): Test junk after
138 "unlimited".
139
140 2019-06-13 Pedro Alves <palves@redhat.com>
141
142 * gdb.base/options.exp (test-thread-apply): New.
143 (top level): Call it.
144
145 2019-06-13 Pedro Alves <palves@redhat.com>
146
147 * gdb.base/options.exp (test-frame-apply): New.
148 (top level): Test print commands with different "frame apply"
149 prefixes.
150
151 2019-06-13 Pedro Alves <palves@redhat.com>
152
153 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
154 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
155 'max_completions' parameter and handle it.
156 (test_gdb_completion_offers_commands): New.
157
158 2019-06-13 Pedro Alves <palves@redhat.com>
159
160 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
161
162 2019-06-13 Pedro Alves <palves@redhat.com>
163
164 * gdb.base/options.exp (test-backtrace): New.
165 (top level): Call it.
166
167 2019-06-13 Pedro Alves <palves@redhat.com>
168
169 * gdb.guile/scm-frame-args.exp: Use "set print
170 raw-frame-arguments" instead of "set print raw frame-arguments".
171 * gdb.python/py-frame-args.exp: Likewise.
172
173 2019-06-13 Pedro Alves <palves@redhat.com>
174
175 * gdb.compile/compile.exp: Adjust expected output to option
176 processing changes.
177
178 2019-06-13 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/options.exp: Build executable.
181 (test-print): New procedure.
182 (top level): Call it, once for "print" and another for "compile
183 print".
184
185 2019-06-13 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/options.c: New file.
188 * gdb.base/options.exp: New file.
189
190 2019-06-13 Pedro Alves <palves@redhat.com>
191
192 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
193 that "o" is ambiguous.
194
195 2019-06-13 Pedro Alves <palves@redhat.com>
196
197 * gdb.base/settings.c: New file.
198 * gdb.base/settings.exp: New file.
199
200 2019-06-13 Pedro Alves <palves@redhat.com>
201
202 * gdb.base/completion.exp: Fix comment typo.
203
204 2019-06-13 Pedro Alves <palves@redhat.com>
205
206 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
207 foo --1" test.
208
209 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
210
211 * gdb.fortran/block-data.f: New.
212 * gdb.fortran/block-data.exp: New.
213
214 2019-06-11 Tom de Vries <tdevries@suse.de>
215
216 PR testsuite/24521
217 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
218 message.
219
220 2019-06-11 Tom de Vries <tdevries@suse.de>
221
222 PR testsuite/24521
223 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
224
225 2019-06-11 Tom de Vries <tdevries@suse.de>
226
227 * boards/readnow.exp: New file.
228
229 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.fortran/vla-sizeof.exp: Update expected results.
232
233 2019-06-06 Amos Bird <amosbird@gmail.com>
234
235 * gdb.base/annota1.exp (thread_switch): Add test for
236 thread-exited annotation.
237
238 2019-06-06 Tom Tromey <tromey@adacore.com>
239
240 * gdb.base/maint.exp: Expect command started/finished output.
241
242 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
245 comment.
246 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
247
248 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
251 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
252 * gdb.arch/riscv-unwind-long-insn.c: New file.
253 * gdb.arch/riscv-unwind-long-insn.exp: New file.
254
255 2019-06-04 Christian Biesinger <cbiesinger@google.com>
256
257 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
258
259 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
260
261 * lib/gdb.exp (help_list_trailer): New regexp variable
262 factorizing the help trailer message.
263 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
264 arg to allow to better factorize various tests.
265 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
266 (test_prefix_command_help): Use help_list_trailer.
267 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
268 * gdb.guile/scm-cmd.exp: Likewise.
269 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
270 * gdb.base/help.exp: Use test_user_defined_class_help.
271 * gdb.base/style.exp: Add tests for styling of help and apropos.
272 * lib/gdb-utils.exp (style): Add title and highlight styles.
273
274 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
277 $_shell_exitsignal.
278 * gdb.base/default.exp: Update for new convenience variables.
279
280 2019-05-29 Tom Tromey <tromey@adacore.com>
281
282 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
283 to "break complete ada" test case's regexp.
284
285 2019-05-29 Tom Tromey <tromey@adacore.com>
286
287 PR c++/20020:
288 * gdb.cp/constexpr-field.exp: New file.
289 * gdb.cp/constexpr-field.cc: New file.
290
291 2019-05-29 Tom Tromey <tromey@adacore.com>
292
293 * gdb.base/finish.exp (finish_no_print): New proc.
294 (finish_tests): Call it.
295
296 2019-05-24 Tom de Vries <tdevries@suse.de>
297
298 * gdb.dwarf2/gdb-add-index.exp: New file.
299
300 2019-05-22 Tom Tromey <tromey@adacore.com>
301
302 * gdb.base/info-shared.exp (check_info_shared): Use "style".
303 * gdb.base/style.exp: Use "style".
304 * lib/gdb-utils.exp (style): New proc.
305
306 2019-05-22 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/align.exp: Require c++11.
309
310 2019-05-22 Tom de Vries <tdevries@suse.de>
311
312 PR testsuite/24586
313 * gdb.python/py-mi-var-info-path-expression.exp: Call
314 mi_skip_python_tests to check if python is supported.
315
316 2019-05-22 Alan Hayward <alan.hayward@arm.com>
317
318 * gdb.arch/aarch64-pauth.c: New test.
319 * gdb.arch/aarch64-pauth.exp: New file.
320
321 2019-05-22 Alan Hayward <alan.hayward@arm.com>
322
323 * README (Re-running Tests Outside The Testsuite): New section.
324
325 2019-05-21 Tom de Vries <tdevries@suse.de>
326
327 * gdb.arch/amd64-eval.exp: Require c++11.
328 * gdb.base/max-depth.exp: Same.
329 * gdb.compile/compile-cplus-array-decay.exp: Same.
330 * gdb.cp/meth-typedefs.exp: Same.
331 * gdb.cp/subtypes.exp: Same.
332 * gdb.cp/temargs.exp: Same.
333
334 2019-05-21 Alan Hayward <alan.hayward@arm.com>
335
336 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
337
338 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 PR gdb/18644
341 * gdb.fortran/complex.exp: Remove setup_kfail calls.
342 * gdb.fortran/printing-types.exp: Add new test.
343 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
344 testing.
345 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
346 setup_kfail call.
347
348 2019-05-17 Alan Hayward <alan.hayward@arm.com>
349
350 * README (Running the Testsuite): Change example.
351 (Testsuite Parameters): Remove TRANSCRIPT.
352 * lib/gdb.exp: Remove TRANSCRIPT check.
353
354 2019-05-17 Alan Hayward <alan.hayward@arm.com>
355
356 * README (Testsuite Parameters): Add replay logging to
357 GDBSERVER_DEBUG.
358 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
359 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
360 as a comma separated list.
361 (gdb_debug_init): Override procedure.
362
363 2019-05-17 Alan Hayward <alan.hayward@arm.com>
364
365 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
366 (gdb_write_cmd_file): New procedure.
367 * lib/gdbserver-support.exp (gdbserver_start): Call
368 gdbserver_write_cmd_file.
369 (gdbserver_write_cmd_file): New procedure.
370
371 2019-05-17 Alan Hayward <alan.hayward@arm.com>
372
373 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
374 (delete_breakpoints): Likewise.
375 (gdb_run_cmd): Likewise.
376 (gdb_start_cmd): Likewise.
377 (gdb_starti_cmd): Likewise.
378 (gdb_internal_error_resync): Likewise.
379 (gdb_test_multiple): Likewise.
380 (gdb_reinitialize_dir): Likewise.
381 (default_gdb_exit): Likewise.
382 (gdb_file_cmd): Mark kill as optional.
383 (default_gdb_start): Call gdb_stdin_log_init.
384 (send_gdb): Call gdb_stdin_log_write.
385 (rerun_to_main): Mark Y as an answer.
386 (gdb_stdin_log_init): New function.
387 (gdb_stdin_log_write): Likewise.
388
389 2019-05-17 Alan Hayward <alan.hayward@arm.com>
390
391 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
392 * gdb.base/debug-expr.exp: Likewise.
393 * gdb.base/foll-fork.exp: Likewise.
394 * gdb.base/foll-vfork.exp: Likewise.
395 * gdb.base/fork-print-inferior-events.exp: Likewise.
396 * gdb.base/gdb-sigterm.exp: Likewise.
397 * gdb.base/gdbinit-history.exp: Likewise.
398 * gdb.base/osabi.exp: Likewise.
399 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
400 * gdb.base/ui-redirect.exp: Likewise.
401 * gdb.gdb/unittest.exp: Likewise.
402 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
403 * gdb.mi/mi-watch.exp: Likewise.
404 * gdb.mi/new-ui-mi-sync.exp: Likewise.
405 * gdb.mi/user-selected-context-sync.exp: Likewise.
406 * gdb.python/python.exp: Disable debug test when debugging.
407 * gdb.threads/check-libthread-db.exp: Disable when debugging.
408 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
409 Likewise.
410 * gdb.threads/stepi-random-signal.exp: Likewise.
411
412 2019-05-17 Alan Hayward <alan.hayward@arm.com>
413
414 * Makefile.in: Pass through GDB_DEBUG.
415 * README (Testsuite Parameters): Add GDB_DEBUG.
416 (gdb,debug): Add board setting.
417 * lib/gdb.exp (default_gdb_start): Start debugging.
418 (gdb_debug_enabled): New procedure.
419 (gdb_debug_init): Likewise.
420
421 2019-05-17 Alan Hayward <alan.hayward@arm.com>
422
423 * Makefile.in: Pass through GDB_DEBUG.
424 * README (Testsuite Parameters): Add GDB_DEBUG.
425 (gdb,debug): Add board setting.
426 * lib/gdb.exp (default_gdb_start): Start debugging.
427 (gdb_debug_enabled): New procedure.
428 (gdb_debug_init): Likewise.
429
430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
431
432 * gdb.base/ui-redirect.exp: Add debug redirect tests.
433
434 2019-05-17 Alan Hayward <alan.hayward@arm.com>
435
436 * gdb.base/ui-redirect.exp: Test redirection.
437
438 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
439
440 * gdb.mi/mi-complete.exp: New file.
441 * gdb.mi/mi-complete.cc: Likewise.
442
443 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
444
445 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
446 indexed and sliced arrays, and pointers to arrays.
447
448 2019-05-14 Tom Tromey <tromey@adacore.com>
449
450 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
451 styling test.
452
453 2019-05-14 Tom de Vries <tdevries@suse.de>
454
455 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
456 selection entry encoding.
457
458 2019-05-10 Tom Tromey <tromey@adacore.com>
459
460 * gdb.ada/info_exc.exp: Add "complete" test.
461
462 2019-05-09 Tom de Vries <tdevries@suse.de>
463
464 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
465 CU-relative.
466
467 2019-05-09 Tom de Vries <tdevries@suse.de>
468
469 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
470 CU-relative.
471
472 2019-05-08 Joel Brobecker <brobecker@adacore.com>
473
474 * gdb.ada/frame_arg_lang.exp: New testcase.
475 * gdb.ada/frame_arg_lang/bla.adb: New file.
476 * gdb.ada/frame_arg_lang/pck.ads: New file.
477 * gdb.ada/frame_arg_lang/pck.adb: New file.
478 * gdb.ada/frame_arg_lang/foo.c: New file.
479
480 2019-05-08 Tom Tromey <tromey@adacore.com>
481
482 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
483
484 2019-05-08 Tom Tromey <tromey@adacore.com>
485
486 * gdb.base/ptype-offsets.exp: Update tests.
487
488 2019-05-08 Tom Tromey <tromey@adacore.com>
489
490 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
491 cases.
492 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
493 "short".
494
495 2019-05-08 Tom Tromey <tromey@adacore.com>
496
497 * gdb.ada/vla.exp: New file.
498 * gdb.ada/vla/vla.adb: New file.
499
500 2019-05-07 Tom de Vries <tdevries@suse.de>
501
502 * gdb.base/index-cache.exp (ls_host): Fix return statement.
503
504 2019-05-07 Tom de Vries <tdevries@suse.de>
505
506 PR testsuite/24522
507 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
508 section.
509
510 2019-05-07 Tom de Vries <tdevries@suse.de>
511
512 PR testsuite/24522
513 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
514 .debug_aranges section.
515
516 2019-05-07 Tom de Vries <tdevries@suse.de>
517
518 PR testsuite/24159
519 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
520
521 2019-05-06 Tom de Vries <tdevries@suse.de>
522
523 * lib/gdb.exp (exec_has_index_section): New proc.
524 * gdb.base/index-cache.exp: Handle case that binfile contains an index
525 section.
526
527 2019-05-04 Tom de Vries <tdevries@suse.de>
528
529 * boards/cc-with-debug-names.exp: New file.
530
531 2019-05-03 Tom Tromey <tromey@adacore.com>
532
533 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
534 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
535 * gdb.ada/char_enum.exp: Add test.
536
537 2019-05-03 Tom de Vries <tdevries@suse.de>
538
539 * boards/cc-with-gdb-index.exp: New file.
540
541 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.rust/simple.exp: Add new test case.
544 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
545 (main): Initialise an instance of the new struct.
546
547 2019-05-01 Tom Tromey <tromey@adacore.com>
548
549 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
550 record.
551 (NPR): New variable.
552 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
553 test.
554
555 2019-05-01 Tom Tromey <tromey@adacore.com>
556
557 * gdb.ada/packed_array_assign.exp: Add packed assignment
558 regression test.
559
560 2019-05-01 Tom de Vries <tdevries@suse.de>
561
562 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
563
564 2019-05-01 Tom de Vries <tdevries@suse.de>
565
566 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
567
568 2019-04-30 Ali Tamur <tamur@google.com>
569
570 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
571
572 2019-04-30 Tom Tromey <tromey@adacore.com>
573
574 * lib/ada.exp (find_ada_tool): New proc.
575 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
576 * gdb.ada/catch_ex_std.exp: New file.
577 * gdb.ada/catch_ex_std/foo.adb: New file.
578 * gdb.ada/catch_ex_std/some_package.adb: New file.
579 * gdb.ada/catch_ex_std/some_package.ads: New file.
580
581 2019-04-30 Tom Tromey <tromey@adacore.com>
582
583 PR c++/24470:
584 * gdb.cp/temargs.cc: Add test code from PR.
585
586 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.fortran/vla-datatypes.exp: Update expected results.
589 * gdb.fortran/vla-ptype.exp: Likewise.
590 * gdb.fortran/vla-type.exp: Likewise.
591 * gdb.fortran/vla-value.exp: Likewise.
592
593 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * gdb.fortran/ptr-indentation.exp: Update expected results.
596 * gdb.fortran/ptype-on-functions.exp: Likewise.
597 * gdb.fortran/vla-ptr-info.exp: Likewise.
598 * gdb.fortran/vla-value.exp: Likewise.
599
600 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.fortran/ptype-on-functions.exp: New file.
603 * gdb.fortran/ptype-on-functions.f90: New file.
604
605 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
608 case void string.
609
610 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.fortran/complex.exp: Expand.
613 * gdb.fortran/complex.f: Renamed to...
614 * gdb.fortran/complex.f90: ...this, and extended to add more
615 complex values.
616
617 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
620 MODULO, CMPLX.
621
622 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
623 Richard Bunt <richard.bunt@arm.com>
624
625 * gdb.base/max-depth.c: New file.
626 * gdb.base/max-depth.exp: New file.
627 * gdb.python/py-nested-maps.c: New file.
628 * gdb.python/py-nested-maps.exp: New file.
629 * gdb.python/py-nested-maps.py: New file.
630 * gdb.python/py-format-string.exp (test_max_depth): New proc.
631 (test_all_common): Call test_max_depth.
632 * gdb.fortran/max-depth.exp: New file.
633 * gdb.fortran/max-depth.f90: New file.
634 * gdb.go/max-depth.exp: New file.
635 * gdb.go/max-depth.go: New file.
636 * gdb.modula2/max-depth.exp: New file.
637 * gdb.modula2/max-depth.c: New file.
638 * lib/gdb.exp (get_print_expr_at_depths): New proc.
639
640 2019-04-29 Tom de Vries <tdevries@suse.de>
641
642 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
643
644 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
645
646 * gdb.base/callexit.exp: Test may-call-functions off.
647
648 2019-04-25 Keith Seitz <keiths@redhat.com>
649
650 PR c++/24367
651 * gdb.cp/meth-typedefs.cc (incomplete_struct)
652 (another_incomplete_struct, test_incomplete): New definitions.
653 (main): Use new definitions.
654 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
655 functions.
656
657 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
658
659 PR corefiles/11608
660 PR corefiles/18187
661 * gdb.base/coredump-filter-build-id.exp: New file.
662
663 2019-04-25 Alan Hayward <alan.hayward@arm.com>
664
665 * Makefile.in: Pass through GDBSERVER_DEBUG.
666 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
667 (gdbserver,debug): Add board setting.
668 * gdb.trace/tspeed.exp: Skip when debugging.
669 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
670 * lib/gdbserver-support.exp: Likewise
671
672 2019-04-24 Tom Tromey <tromey@adacore.com>
673
674 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
675 Rust.
676
677 2019-04-24 Tom Tromey <tromey@adacore.com>
678
679 * gdb.arch/amd64-eval.exp: Test bitfield return.
680 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
681 (class Foo) <return_bitfields>: New method.
682 (main): Call it.
683
684 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * gdb.cp/many-args.cc: New file.
687 * gdb.cp/many-args.exp: New file.
688
689 2019-04-23 Tom de Vries <tdevries@suse.de>
690
691 PR gdb/24433
692 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
693
694 2019-04-23 Alan Hayward <alan.hayward@arm.com>
695
696 * gdb.trace/backtrace.exp: Use nopie flag.
697 * gdb.trace/circ.exp: Likewise.
698 * gdb.trace/collection.exp: Likewise.
699 * gdb.trace/ftrace.exp: Likewise.
700 * gdb.trace/mi-trace-unavailable.exp: Likewise.
701 * gdb.trace/mi-traceframe-changed.exp: Likewise.
702 * gdb.trace/qtro.exp: Likewise.
703 * gdb.trace/read-memory.exp: Likewise.
704 * gdb.trace/report.exp: Likewise.
705 * gdb.trace/tfile.exp: Likewise.
706 * gdb.trace/tfind.exp: Likewise.
707 * gdb.trace/unavailable.exp: Likewise.
708
709 2019-04-22 Pedro Alves <palves@redhat.com>
710
711 * gdb.base/solib-probes-nosharedlibrary.c,
712 gdb.base/solib-probes-nosharedlibrary.exp: New files.
713
714 2019-04-19 Tom Tromey <tromey@adacore.com>
715
716 * gdb.ada/ptype_union.c: New file.
717 * gdb.ada/ptype_union.exp: New file.
718
719 2019-04-19 Tom Tromey <tromey@adacore.com>
720
721 PR symtab/24423:
722 * gdb.base/list0.h (foo): Add a control-l character.
723
724 2019-04-18 Tom de Vries <tdevries@suse.de>
725
726 PR gdb/24433
727 * boards/local-board.exp: Set sysroot to "".
728
729 2019-04-18 Tom de Vries <tdevries@suse.de>
730 Pedro Alves <palves@redhat.com>
731
732 PR gdb/24454
733 * gdb.threads/vfork-follow-child-exec.c: New file.
734 * gdb.threads/vfork-follow-child-exec.exp: New file.
735 * gdb.threads/vfork-follow-child-exit.c: New file.
736 * gdb.threads/vfork-follow-child-exit.exp: New file.
737
738 2019-04-15 Leszek Swirski <leszeks@google.com>
739
740 * gdb.arch/amd64-eval.cc: New file.
741 * gdb.arch/amd64-eval.exp: New file.
742
743 2019-04-11 Alan Hayward <alan.hayward@arm.com>
744
745 * gdb.server/sysroot.c: New test.
746 * gdb.server/sysroot.exp: New file.
747 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
748 matching param.
749
750 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.base/align.exp: Extend test to cover structures containing
753 only static fields.
754
755 2019-04-11 Tom de Vries <tdevries@suse.de>
756
757 * boards/cc-with-dwz-m.exp: New file.
758 * boards/cc-with-dwz.exp: New file.
759 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
760
761 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
762
763 * gdb.base/start-cpp.exp: New file.
764 * gdb.base/start-cpp.cc: New file.
765
766 2019-04-08 Kevin Buettner <kevinb@redhat.com>
767
768 * gdb.python/py-thrhandle.exp: Adjust tests to call
769 thread_from_handle instead of thread_from_thread_handle.
770
771 2019-04-08 Kevin Buettner <kevinb@redhat.com>
772
773 * gdb.python/py-thrhandle.exp: Add tests for
774 gdb.InferiorThread.handle.
775
776 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.python/py-function.exp: Check calling helper function from
779 all languages.
780 * lib/gdb.exp (gdb_supported_languages): New proc.
781
782 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.base/complex-parts.c: New file.
785 * gdb.base/complex-parts.exp: New file.
786
787 2019-04-01 Tom Tromey <tromey@adacore.com>
788
789 PR symtab/23331:
790 * gdb.dwarf2/dw2-ranges-main.c: New file.
791 * gdb.dwarf2/dw2-ranges-psym.c: New file.
792 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
793
794 2019-03-30 Simon Marchi <simark@simark.ca>
795
796 * gdb.base/default.exp: Add values for $_gdb_major and
797 $_gdb_minor.
798
799 2019-03-29 Tom Tromey <tromey@adacore.com>
800
801 * gdb.base/help.exp: Tighten apropos regexp.
802
803 2019-03-29 Keith Seitz <keiths@redhat.com>
804
805 * gdb.fortran/array-bounds.exp: New file.
806 * gdb.fortran/array-bounds.f90: New file.
807
808 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
809
810 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
811
812 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
813
814 * gdb.multi/hello.c (main): Increase alarm timer.
815
816 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
817
818 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
819 factor when no hardware watchpoint support.
820
821 2019-03-28 Alan Hayward <alan.hayward@arm.com>
822 Pedro Alves <palves@redhat.com>
823
824 * boards/local-board.exp: set sysroot to /.
825
826 2019-03-27 Alan Hayward <alan.hayward@arm.com>
827
828 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
829 in child.
830
831 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
834 field.
835 (make_container): Initialise new field.
836 * gdb.python/py-prettyprint.exp: Add new tests.
837 * gdb.python/py-prettyprint.py (class ContainerPrinter)
838 <display_hint>: New method.
839
840 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
843 gdb_continue_to_breakpoint more throughout this test.
844 (run_lang_tests) Supply unique test names, and use
845 gdb_test_no_output.
846
847 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.base/finish-pretty.exp: Update expected results.
850 * gdb.base/pretty-print.c: New file.
851 * gdb.base/pretty-print.exp: New file.
852
853 2019-03-25 Pedro Alves <palves@redhat.com>
854
855 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
856 move comments outside list. Append '-i "" eof' section.
857
858 2019-03-22 Alan Hayward <alan.hayward@arm.com>
859
860 * README: Add pie options.
861 * gdb.base/break-interp.exp: Ensure pie is disabled.
862 * gdb.base/dump.exp: Likewise.
863 * lib/gdb.exp (gdb_compile): Add pie option.
864
865 2019-03-19 Tom Tromey <tromey@adacore.com>
866
867 * gdb.mi/mi2-cli-display.c: New file.
868 * gdb.mi/mi2-cli-display.exp: New file.
869
870 2019-03-18 Joel Brobecker <brobecker@adacore.com>
871 Tom Tromey <tromey@adacore.com>
872
873 * gdb.ada/ptype_array/pck.adb: New file.
874 * gdb.ada/ptype_array/pck.ads: New file.
875 * gdb.ada/ptype_array/foo.adb: New file.
876 * gdb.ada/ptype_array.exp: New file.
877
878 2019-03-14 Tom Tromey <tromey@adacore.com>
879
880 * gdb.base/style.exp: Add "set style sources" test.
881
882 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
883
884 * mi-breakpoint-location-ena-dis.exp: Rename to ...
885 * mi-breakpoint-multiple-locations.exp: ... this.
886 (make_breakpoints_pattern): New proc.
887 (do_test): Add mi_version parameter, test -break-insert,
888 -break-info and =breakpoint-created.
889
890 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * config/default.exp: Remove 'load_lib gdb.exp'.
893 * config/monitor.exp: Likewise.
894 * config/sid.exp: Likewise.
895 * config/sim.exp: Likewise.
896 * config/slite.exp: Likewise.
897 * config/unix.exp: Likewise.
898 * gdb.base/default.exp: Remove unhelpful comment.
899
900 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
903
904 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
907
908 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * gdb.fortran/type-kinds.exp: Update expected results.
911
912 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.fortran/type-kinds.exp: Test new integer type kind.
915
916 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
919 function.
920 (test_basic_parsing_of_type_kinds): Expand types tested.
921 (test_parsing_invalid_type_kinds): New function.
922
923 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.fortran/intrinsics.exp: New file.
926 * gdb.fortran/intrinsics.f90: New file.
927 * gdb.fortran/type-kinds.exp: New file.
928
929 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.fortran/dot-ops.exp: New file.
932
933 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
936 Check upper and lower case logical literals.
937
938 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.fortran/types.exp (test_float_literal_types_accepted):
941 Remove duplicate tests.
942
943 2019-03-06 Alan Hayward <alan.hayward@arm.com>
944
945 * lib/gdb.exp (builtin_cd): rename of cd.
946 (cd): Override builtin.
947
948 2019-03-06 Richard Bunt <richard.bunt@arm.com>
949
950 * gdb.fortran/function-calls.exp: New file.
951 * gdb.fortran/function-calls.f90: New test.
952
953 2019-03-04 Richard Bunt <richard.bunt@arm.com>
954
955 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
956 on user program standard output.
957 * gdb.fortran/short-circuit-argument-list.f90: Record function
958 calls.
959
960 2019-02-28 Alan Hayward <alan.hayward@arm.com>
961
962 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
963 failure.
964
965 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
966
967 PR gdb/8527
968 * gdb.base/interrupt-daemon-attach.c,
969 gdb.base/interrupt-daemon-attach.exp: New test.
970
971 2019-02-27 Pedro Alves <palves@redhat.com>
972
973 * gdb.base/page.exp: Add tests for "set width/height -1".
974
975 2019-02-27 Pedro Alves <palves@redhat.com>
976
977 * gdb.base/page.exp: Add tests for "set/show width/height" with
978 "infinite" values.
979
980 2019-02-27 Tom Tromey <tromey@adacore.com>
981
982 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
983 2.4.
984 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
985 workaround.
986
987 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.base/align.exp: Extend to compile in both C and C++, and add
990 tests for structs with static members.
991
992 2019-02-26 Tom Tromey <tromey@adacore.com>
993
994 * gdb.python/py-value.exp (test_value_from_buffer): Check for
995 ValueError, not TypeError.
996
997 2019-02-26 Kevin Buettner <kevinb@redhat.com>
998
999 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1000 call from main program.
1001
1002 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1003
1004 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1005 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1006 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1007 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1008 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1009
1010 2019-02-22 Keith Seitz <keiths@redhat.com>
1011
1012 PR symtab/23853
1013 * gdb.base/symlink-sourcefile.c: New file.
1014 * gdb.base/symlink-sourcefile.exp: New file.
1015
1016 2019-02-20 Tom Tromey <tom@tromey.com>
1017
1018 * gdb.base/info_qt.exp: Update.
1019
1020 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1021
1022 * gdb.base/source.exp: Move "error in sourced script" code to
1023 the end.
1024 * gdb.base/source-error.gdb: Move contents to
1025 source-error-1.gdb. Add new code to source source-error-1.gdb.
1026 * gdb.base/source-error-1.gdb: New file, from previous
1027 source-error.gdb.
1028
1029 2019-02-17 Tom Tromey <tom@tromey.com>
1030
1031 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1032 for macro styling.
1033 * gdb.base/style.c (SOME_MACRO): New macro.
1034
1035 2019-02-17 Tom Tromey <tom@tromey.com>
1036
1037 * gdb.base/style.exp: Add line-wrapping tests.
1038 * gdb.base/page.exp: Add test for quitting during pagination.
1039
1040 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1041
1042 * gdb.ada/big_packed_array: New testcase.
1043 * gdb.ada/homonym.exp: Fix incorrect expected output for
1044 "break <homonym__get_value>" test.
1045
1046 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1047
1048 PR breakpoints/21870
1049 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1050 and prepare_for_testing. Add comment.
1051 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1052 redundant cleanup call. Clean up comment.
1053
1054 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1055
1056 PR breakpoints/21870
1057 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1058 * gdb.arch/aarch64-dbreg-contents.c: New file.
1059
1060 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1061
1062 * gdb.ada/mi_ref_changeable: New testcase.
1063
1064 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1065
1066 * gdb.base/attach.exp: Add double attach test.
1067
1068 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1069
1070 * lib/gdb.exp (default_gdb_start): Don't match pagination
1071 prompt.
1072 (gdb_init): Set stty_init.
1073
1074 2019-01-27 Tom Tromey <tom@tromey.com>
1075
1076 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1077 skip_python_tests.
1078
1079 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1080
1081 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1082 New structure.
1083 (struct struct_static_02_02): Likewise.
1084 (struct struct_static_02_03): Likewise.
1085 (struct struct_static_02_04): Likewise.
1086 (struct struct_static_04_01): Likewise.
1087 (struct struct_static_04_02): Likewise.
1088 (struct struct_static_04_03): Likewise.
1089 (struct struct_static_04_04): Likewise.
1090 (struct struct_static_06_01): Likewise.
1091 (struct struct_static_06_02): Likewise.
1092 (struct struct_static_06_03): Likewise.
1093 (struct struct_static_06_04): Likewise.
1094 (cmp_struct_static_02_01): Likewise.
1095 (cmp_struct_static_02_02): Likewise.
1096 (cmp_struct_static_02_03): Likewise.
1097 (cmp_struct_static_02_04): Likewise.
1098 (cmp_struct_static_04_01): Likewise.
1099 (cmp_struct_static_04_02): Likewise.
1100 (cmp_struct_static_04_03): Likewise.
1101 (cmp_struct_static_04_04): Likewise.
1102 (cmp_struct_static_06_01): Likewise.
1103 (cmp_struct_static_06_02): Likewise.
1104 (cmp_struct_static_06_03): Likewise.
1105 (cmp_struct_static_06_04): Likewise.
1106 (call_all): Test new structs.
1107 * gdb.base/infcall-nested-structs.exp: Likewise.
1108
1109 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1110 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1111
1112 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1113 * gdb.base/stack-protector.c: New test.
1114 * gdb.base/stack-protector.exp: New file.
1115 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1116 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1117 option.
1118 (gdb_compile): Remove stack protector for GCC and prevent
1119 recursion.
1120
1121 2019-01-16 Keith Seitz <keiths@redhat.com>
1122
1123 PR gdb/23773
1124 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1125
1126 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1127
1128 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1129 aliases.
1130 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1131 tests.
1132 * gdb.arch/powerpc-vector-regs.c: New file.
1133 * gdb.arch/powerpc-vector-regs.exp: New file.
1134
1135 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1136
1137 * gdb.arch/altivec-regs.exp: Fix the list passed to
1138 gdb_expect_list when testing "info vector".
1139
1140 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.base/style.exp: Don't include path in testname.
1143
1144 2019-01-10 Keith Seitz <keiths@redhat.com>
1145
1146 PR gdb/23712
1147 PR symtab/23010
1148 * gdb.dwarf2/multidictionary.exp: New file.
1149
1150 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1151
1152 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1153 (test_gnuv3_style_demangling): ... this.
1154 (test_lucid_style_demangling): Remove.
1155 (test_arm_style_demangling): Remove.
1156 (test_hp_style_demangling): Remove.
1157 (do_tests): Remove calls to the above.
1158
1159 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1162 case.
1163
1164 2019-01-06 Tom Tromey <tom@tromey.com>
1165
1166 PR gdb/28155:
1167 * gdb.dwarf2/typedef-void-finish.exp: New file.
1168
1169 2018-12-28 Tom Tromey <tom@tromey.com>
1170 Simon Marchi <simark@simark.ca>
1171
1172 * gdb.base/jit-exec.exp: New file.
1173 * gdb.base/jit-exec.c: New file.
1174 * gdb.base/jit-execd.c: New file.
1175
1176 2018-12-28 Tom Tromey <tom@tromey.com>
1177
1178 * gdb.base/style.exp: Update test to check for address styling.
1179
1180 2018-12-28 Tom Tromey <tom@tromey.com>
1181
1182 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1183 message.
1184
1185 2018-12-28 Tom Tromey <tom@tromey.com>
1186
1187 * gdb.base/style.exp: Add test for version number styling.
1188
1189 2018-12-28 Tom Tromey <tom@tromey.com>
1190
1191 * gdb.base/style.exp: Add test for print_address_symbolic.
1192
1193 2018-12-28 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.base/style.exp: Add test for breakpoint setting.
1196
1197 2018-12-28 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.base/style.exp: Add test for variable names.
1200
1201 2018-12-28 Tom Tromey <tom@tromey.com>
1202
1203 * gdb.base/style.exp: New file.
1204 * gdb.base/style.c: New file.
1205
1206 2018-12-28 Tom Tromey <tom@tromey.com>
1207
1208 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1209 "dumb".
1210 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1211 the TERM environment variable.
1212
1213 2018-12-27 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1216 pagination test.
1217
1218 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1221 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1222
1223 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1224
1225 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1226 Filename a.adb changed to bp_fun_addr.adb.
1227 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1228
1229 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1230
1231 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1232 non-PIE executables.
1233 * README: Mention the gdb,nopie_flag board setting.
1234 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1235 non-PIE executable.
1236 * gdb.arch/amd64-entry-value.exp: Likewise.
1237 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1238 * gdb.arch/i386-float.exp: Likewise.
1239 * gdb.arch/i386-signal.exp: Likewise.
1240 * gdb.mi/mi-reg-undefined.exp: Likewise.
1241
1242 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1243
1244 PR gdb/23974
1245 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1246
1247 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1248
1249 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1250 Update order of results accordingly.
1251
1252 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.base/annota1.exp: Update a test regexp.
1255
1256 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1259
1260 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1261
1262 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1263 (reuse_time): Initialize to REUSE_TIME_CAP.
1264 (check_rc): New function.
1265 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1266 Check pthread_create rc.
1267 (spawner_thread_func): Check pthread_create and pthread_join rc.
1268
1269 2018-12-08 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/list.exp (test_forward_search): Rename to ...
1272 (test_forward_reverse_search): ... this. Also test reverse-search
1273 and the forward-search alias.
1274
1275 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1278 local timeout variable before return, and remove all local timeout
1279 variable entirely.
1280 (gdb_load): Likewise.
1281
1282 2018-12-01 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.base/gdb-caching-proc.exp: New file.
1285
1286 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1287
1288 * Makefile.in (TIMESTAMP): New variable.
1289 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1290 command.
1291 (check-single-racy): Likewise.
1292 (check/%.exp): Likewise.
1293 (check-racy/%.exp): Likewise.
1294 (workers/%.worker): Likewise.
1295 (build-perf): Likewise.
1296 (check-perf): Likewise.
1297 * README: Describe new "TS" and "TS_FORMAT" variables.
1298 * print-ts.py: New file.
1299
1300 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1301
1302 PR python/23714
1303 * gdb.python/python.exp: Test command repetition after
1304 gdb.execute.
1305
1306 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1309 is correctly aligned.
1310
1311 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1312
1313 * gdb.ada/info_auto_lang.exp: New testcase.
1314 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1315 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1316 * gdb.ada/info_auto_lang/some_c.c: New file.
1317
1318 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1319
1320 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1321 FUNC_lang language syntax.
1322
1323 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1324
1325 * gdb.base/info_minsym.c: New file.
1326 * gdb.base/info_minsym.exp: New file.
1327
1328 2018-11-19 Tom Tromey <tom@tromey.com>
1329
1330 PR rust/23625:
1331 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1332 * gdb.rust/expr.exp: Update expected output. Change one test.
1333
1334 2018-11-19 Tom Tromey <tom@tromey.com>
1335
1336 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1337
1338 2018-11-19 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1341 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1342 see the expected warning.
1343
1344 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1345
1346 PR gdb/22736:
1347 * gdb.cp/infcall-nodebug-lib.c: New test.
1348 * gdb.cp/infcall-nodebug-main.c: New test.
1349 * gdb.cp/infcall-nodebug.exp: New file.
1350
1351 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1352
1353 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1354 completer tests.
1355
1356 2018-11-09 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.base/msym-lang.c: New test.
1359 * gdb.base/msym-lang.exp: New file.
1360 * gdb.base/msym-lang-main.c: New test.
1361
1362 2018-11-08 Tom Tromey <tom@tromey.com>
1363
1364 PR gdb/23555:
1365 PR gdb/23838:
1366 * gdb.base/warning.exp: New file.
1367
1368 2018-11-08 Jan Beulich <jbeulich@suse.com>
1369
1370 * testsuite/gdb.arch/i386-avx512.c,
1371 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1372
1373 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1376 point hardware.
1377
1378 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1381 * gdb.dwarf2/missing-type-name.exp: New file.
1382
1383 2018-11-06 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.base/many-headers.c: New test.
1386 * gdb.base/many-headers.exp: New file.
1387
1388 2018-11-06 Jim Wilson <jimw@sifive.com>
1389
1390 * gdb.base/code_elim.exp: For riscv, set additional_flags
1391 to include -msmall-data-limit=0.
1392
1393 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1394
1395 * gdb.ada/watch_minus_l: New testcase.
1396
1397 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1398
1399 * gdb.arch/aix-sighandle.c: New file.
1400 * gdb.arch/aix-sighandle.exp: New file.
1401
1402 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1405 registers being unions.
1406
1407 2018-10-31 Tom de Vries <tdevries@suse.de>
1408
1409 * lib/valgrind.exp: New file.
1410 (vgdb_start, vgdb_stop): New procs, factored out of ...
1411 * gdb.base/valgrind-bt.exp: ... here, ...
1412 * gdb.base/valgrind-disp-step.exp: ... here and ...
1413 * gdb.base/valgrind-infcall.exp: ... here.
1414
1415 2018-10-31 Tom de Vries <tdevries@suse.de>
1416
1417 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1418
1419 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.dwarf2/void-type.c: New file.
1422 * gdb.dwarf2/void-type.exp: New file.
1423
1424 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1425
1426 * gdb.base/info_qt.c: New file.
1427 * gdb.base/info_qt.exp: New file.
1428
1429 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1430
1431 * gdb.arch/powerpc-htm-regs.c: New file.
1432 * gdb.arch/powerpc-htm-regs.exp: New file.
1433
1434 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1435
1436 * gdb.arch/powerpc-tar.c: New file.
1437 * gdb.arch/powerpc-tar.exp: New file.
1438
1439 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1440
1441 * gdb.arch/powerpc-ppr-dscr.c: New file.
1442 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1443
1444 2018-10-25 Tom de Vries <tdevries@suse.de>
1445
1446 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1447
1448 2018-10-24 Tom de Vries <tdevries@suse.de>
1449
1450 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1451 longer exists error.
1452
1453 2018-10-24 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1456
1457 2018-10-24 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1460 --db-attach in valgrind.
1461
1462 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1463
1464 * gdb.arch/riscv-reg-aliases.c: New file.
1465 * gdb.arch/riscv-reg-aliases.exp: New file.
1466
1467 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1468
1469 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1470
1471 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1472
1473 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1474
1475 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1476
1477 * gdb.cp/ovldbreak.exp: Fix regexps.
1478
1479 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1480
1481 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1482
1483 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1484
1485 PR cli/23785
1486 * gdb.base/restore.exp: New test to check if "restore" with an
1487 invalid file doesn't segfault.
1488
1489 2018-10-18 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1492 * gdb.ada/excep_handle.exp: Same.
1493 * gdb.ada/mi_string_access.exp: Same.
1494 * gdb.ada/mi_var_union.exp: Same.
1495 * gdb.arch/arc-analyze-prologue.exp: Same.
1496 * gdb.arch/arc-decode-insn.exp: Same.
1497 * gdb.base/readnever.exp: Same.
1498 * gdb.fortran/printing-types.exp: Same.
1499 * gdb.guile/scm-lazy-string.exp: Same.
1500
1501 2018-10-16 Tom de Vries <tdevries@suse.de>
1502
1503 PR gdb/23730
1504 * gdb.base/catch-follow-exec.c: Add copyright notice.
1505 * gdb.base/catch-follow-exec.exp: Rewrite to use
1506 gdb_spawn_with_cmdline_opts. Require gdb-native.
1507
1508 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1509
1510 * gdb.trace/actions-changed.exp: Check for arch support.
1511 * gdb.trace/actions.exp: Likewise.
1512 * gdb.trace/ax.exp: Likewise.
1513 * gdb.trace/backtrace.exp: Likewise.
1514 * gdb.trace/change-loc.exp: Likewise.
1515 * gdb.trace/deltrace.exp: Likewise.
1516 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1517 * gdb.trace/ftrace.exp: Likewise.
1518 * gdb.trace/infotrace.exp: Check for arch support.
1519 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1520 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1521 * gdb.trace/mi-tsv-changed.exp: Likewise.
1522 * gdb.trace/packetlen.exp: Likewise.
1523 * gdb.trace/passc-dyn.exp: Likewise.
1524 * gdb.trace/passcount.exp: Likewise.
1525 * gdb.trace/pending.exp: Likewise.
1526 * gdb.trace/range-stepping.exp: Check for shlib support.
1527 * gdb.trace/report.exp: Check for arch support.
1528 * gdb.trace/save-trace.exp: Likewise.
1529 * gdb.trace/signal.exp: Check for signal support.
1530 * gdb.trace/tfind.exp: Check for arch support.
1531 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1532 * gdb.trace/trace-common.h: Add comment.
1533 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1534 * gdb.trace/trace-enable-disable.exp: Likewise.
1535 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1536 * gdb.trace/tracecmd.exp: Check for arch support.
1537 * gdb.trace/tspeed.exp: Check for shlib and target support.
1538 * gdb.trace/tstatus.exp: Check for arch support.
1539 * gdb.trace/tsv.exp: Likewise.
1540 * gdb.trace/while-dyn.exp: Likewise.
1541 * gdb.trace/while-stepping.exp: Likewise.
1542 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1543
1544 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1545
1546 * gdb.trace/tspeed.exp: Remove nowarnings.
1547 (prepare_for_trace_test): Declare "global ipalib".
1548 * gdb.trace/tspeed.c: Include unistd.h.
1549 (main): Remove superfluous printf argument.
1550
1551 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1552
1553 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1554 directory prefix on the filename.
1555
1556 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1557
1558 * gdb.gdb/unittest.exp: Update expected message informing that
1559 selftests have been disabled.
1560 * gdb.server/unittest.exp: Likewise.
1561
1562 2018-10-09 Tom de Vries <tdevries@suse.de>
1563
1564 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1565 with runto_main.
1566
1567 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1568
1569 PR c++/16841
1570 * gdb.cp/virtbase2.cc: New file.
1571 * gdb.cp/virtbase2.exp: New file.
1572
1573 2018-10-06 Tom Tromey <tom@tromey.com>
1574
1575 PR python/19399:
1576 * gdb.python/py-inferior.exp: Add architecture test.
1577
1578 2018-10-06 Tom Tromey <tom@tromey.com>
1579
1580 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1581 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1582
1583 2018-10-06 Tom Tromey <tom@tromey.com>
1584
1585 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1586 of a "throw" catchpoint.
1587
1588 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1589
1590 * gdb.base/info-proc.exp: Update string expected from "help info
1591 proc".
1592
1593 2018-10-04 Tom Tromey <tom@tromey.com>
1594
1595 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1596 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1597 (test_initial_complaints, test_empty_complaints): Update.
1598 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1599
1600 2018-10-04 Tom Tromey <tom@tromey.com>
1601
1602 PR cli/19551:
1603 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1604 * lib/gdb.exp (gdb_file_cmd): Update.
1605 * gdb.stabs/weird.exp (print_weird_var): Update.
1606 * gdb.server/solib-list.exp: Update.
1607 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1608 * gdb.mi/mi-cli.exp: Update.
1609 * gdb.linespec/linespec.exp: Update.
1610 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1611 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1612 * gdb.cp/cp-relocate.exp: Update.
1613 * gdb.base/sym-file.exp: Update.
1614 * gdb.base/relocate.exp: Update.
1615 * gdb.base/readnever.exp: Update.
1616 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1617 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1618 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1619 * gdb.base/code_elim.exp: Update.
1620 * gdb.base/break-unload-file.exp (test_break): Update.
1621 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1622 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1623 Update.
1624 * gdb.base/attach.exp (do_attach_tests): Update.
1625 * gdb.base/sepdebug.exp: Update.
1626 * gdb.python/py-section-script.exp: Update.
1627
1628 2018-10-04 Tom Tromey <tom@tromey.com>
1629
1630 PR cli/22234:
1631 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1632 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1633 output.
1634
1635 2018-10-04 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1638 set width and height to 0.
1639 (test_command_line_attach_run): Use -quiet.
1640
1641 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1642
1643 * lib/gdb.exp (skip_ifunc_tests): New.
1644 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1645 other compile failures.
1646 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1647
1648 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1649
1650 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1651 is_amd64_regs_target.
1652
1653 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1654
1655 * gdb.arch/aarch64-sighandler-regs.c: New test.
1656 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1657 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1658
1659 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1660
1661 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1662 assembly.
1663
1664 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * gdb.base/frame-selection.exp: New file.
1667 * gdb.base/frame-selection.c: New file.
1668
1669 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1670
1671 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1672 pthread barrier.
1673 (main): Likewise.
1674
1675 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.base/large-frame-1.c: New file.
1678 * gdb.base/large-frame-2.c: New file.
1679 * gdb.base/large-frame.exp: New file.
1680 * gdb.base/large-frame.h: New file.
1681
1682 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1683
1684 PR gdb/20948
1685 * gdb.base/write_mem.exp: New test.
1686 * gdb.base/write_mem.c: Likewise.
1687
1688 2018-09-23 Tom Tromey <tom@tromey.com>
1689
1690 PR python/18852:
1691 * gdb.python/py-parameter.exp: Add test for parameter that throws
1692 on "set".
1693
1694 2018-09-23 Tom Tromey <tom@tromey.com>
1695
1696 PR python/17284:
1697 * gdb.python/py-template.exp (test_template_arg): Add test for
1698 negative template argument number.
1699
1700 2018-09-23 Tom Tromey <tom@tromey.com>
1701
1702 PR python/14062:
1703 * gdb.python/python.exp: Add test for post_event error.
1704
1705 2018-09-23 Tom Tromey <tom@tromey.com>
1706
1707 PR python/18170:
1708 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1709 convert pointers to int and long.
1710
1711 2018-09-23 Tom Tromey <tom@tromey.com>
1712
1713 PR python/20126:
1714 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1715 signed-ness conversion tests.
1716
1717 2018-09-23 Tom Tromey <tom@tromey.com>
1718
1719 PR python/18352;
1720 * gdb.python/py-value.exp (test_float_conversion): New proc.
1721 Use it.
1722
1723 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1724
1725 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1726
1727 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1728
1729 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1730 no readline.
1731 * gdb.base/utf8-identifiers.exp: Likewise.
1732 * gdb.cp/cpcompletion.exp: Likewise.
1733 * gdb.linespec/cpcompletion.exp: Likewise.
1734 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1735 * gdb.linespec/cpls-ops.exp: Likewise.
1736
1737 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1738 Chris January <chris.january@arm.com>
1739
1740 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1741 * gdb.fortran/short-circuit-argument-list.exp: New file.
1742 * gdb.fortran/short-circuit-argument-list.f90: New test.
1743
1744 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1745
1746 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1747 "arch=" keyword when executing "-stack-list-frames".
1748
1749 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1750
1751 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1752 "arch=" keyword when executing "-stack-list-frames".
1753
1754 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1755
1756 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1757 break ada".
1758
1759 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1760
1761 PR python/23669
1762 * gdb.python/python.exp: Test gdb.execute("show commands").
1763
1764 2018-09-16 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.base/new-ui.exp (do_execution_tests): Update.
1767 * gdb.base/dbx.exp (test_breakpoints): Update.
1768
1769 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1770
1771 * lib/gdb.exp (gdb_simple_compile): Add proc.
1772 (is_elf_target): Use gdb_simple_compile.
1773 (skip_altivec_tests): Likewise.
1774 (skip_vsx_tests): Likewise.
1775 (skip_tsx_tests): Likewise.
1776 (skip_btrace_tests): Likewise.
1777 (skip_btrace_pt_tests): Likewise.
1778 (gdb_can_simple_compile): Likewise.
1779 (gdb_has_argv0): Likewise.
1780 (gdb_target_symbol_prefix): Likewise.
1781 (target_supports_scheduler_locking): Likewise.
1782
1783 2018-09-13 Tom Tromey <tom@tromey.com>
1784
1785 * Makefile.in (TAGS): Recognize proc_with_prefix and
1786 gdb_caching_proc.
1787
1788 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1789
1790 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1791 method.
1792
1793 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1794
1795 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1796 and a few other Inferior properties when the Inferior is no
1797 longer valid.
1798
1799 2018-09-13 Tom Tromey <tom@tromey.com>
1800
1801 PR rust/23650:
1802 * gdb.rust/simple.exp: Add test for enum field access error.
1803
1804 2018-09-13 Tom Tromey <tom@tromey.com>
1805
1806 PR rust/23626:
1807 * gdb.rust/simple.rs (EmptyEnum): New type.
1808 (main): Use it.
1809 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1810
1811 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1812
1813 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1814 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1815 * gdb.python/py-symtab.exp: Update test printing an objfile.
1816
1817 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1818
1819 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1820 object.
1821
1822 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1823
1824 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1825 (support_complex_tests): Use gdb_can_simple_compile.
1826 (is_ilp32_target): Likewise.
1827 (is_lp64_target): Likewise.
1828 (is_64_target): Likewise.
1829 (is_amd64_regs_target): Likewise.
1830 (is_aarch32_target): Likewise.
1831 (gdb_int128_helper): Likewise.
1832
1833 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1836
1837 2018-09-10 Jerome Guitton <guitton@adacore.com>
1838
1839 * gdb.ada/same_component_name: Add test for case of tagged record
1840 with variable-length fields.
1841
1842 2018-09-10 Xavier Roirand <roirand@adacore.com>
1843
1844 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1845 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1846 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1847 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1848
1849 2018-09-10 Xavier Roirand <roirand@adacore.com>
1850
1851 * gdb.ada/mi_string_access.exp: New testcase.
1852 * gdb.ada/mi_string_access/bar.adb: New file.
1853 * gdb.ada/mi_string_access/pck.adb: New file.
1854 * gdb.ada/mi_string_access/pck.asd: New file.
1855
1856 2018-09-10 Xavier Roirand <roirand@adacore.com>
1857
1858 * gdb.ada/mi_var_union.exp: New testcase.
1859 * gdb.ada/mi_var_union/bar.adb: New file.
1860 * gdb.ada/mi_var_union/pck.adb: New file.
1861 * gdb.ada/mi_var_union/pck.asd: New file.
1862
1863 2018-09-08 Tom Tromey <tom@tromey.com>
1864
1865 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1866
1867 2018-09-08 Tom Tromey <tom@tromey.com>
1868
1869 PR python/16047:
1870 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1871 (register_pretty_printers): Register new printer.
1872 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1873 test.
1874 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1875 (an_int_type3): New global.
1876
1877 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1878
1879 * gdb.ada/expr_with_funcall: New testcase.
1880
1881 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1882
1883 * gdb.ada/packed_array_assign: New testcase.
1884
1885 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1886
1887 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1888 names, and add test prefixes to make test names unique.
1889
1890 2018-09-05 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.dwarf2/varval.exp: Add test.
1893
1894 2018-09-04 Gary Benson <gbenson@redhat.com>
1895
1896 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1897 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1898
1899 2018-08-31 Tom Tromey <tom@tromey.com>
1900
1901 * gdb.rust/simple.rs: Rename second variable "v".
1902
1903 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1904
1905 * gdb.base/funcargs.c (use_a): New function.
1906 (recurse): Call use_a.
1907
1908 2018-08-29 Keith Seitz <keiths@redhat.com>
1909
1910 * gdb.compile/compile-cplus-anonymous.cc: New file.
1911 * gdb.compile/compile-cplus-anonymous.exp: New file.
1912 * gdb.compile/compile-cplus-array-decay.cc: New file.
1913 * gdb.compile/compile-cplus-array-decay.exp: New file.
1914 * gdb.compile/compile-cplus-inherit.cc: New file.
1915 * gdb.compile/compile-cplus-inherit.exp: New file.
1916 * gdb.compile/compile-cplus-member.cc: New file.
1917 * gdb.compile/compile-cplus-member.exp: New file.
1918 * gdb.compile/compile-cplus-method.cc: New file.
1919 * gdb.compile/compile-cplus-method.exp: New file.
1920 * gdb.compile/compile-cplus-mod.c: "New" file.
1921 * gdb.compile/compile-cplus-namespace.cc: New file.
1922 * gdb.compile/compile-cplus-namespace.exp: New file.
1923 * gdb.compile/compile-cplus-nested.cc: New file.
1924 * gdb.compile/compile-cplus-nested.exp: New file.
1925 * gdb.compile/compile-cplus-print.c: "New" file.
1926 * gdb.compile/compile-cplus-print.exp: "New" file.
1927 * gdb.compile/compile-cplus-virtual.cc: New file.
1928 * gdb.compile/compile-cplus-virtual.exp: New file.
1929 * gdb.compile/compile-cplus.c: "New" file.
1930 * gdb.compile/compile-cplus.exp: "New" file.
1931 * lib/compile-support.exp: New file.
1932
1933 2018-08-16 Gary Benson <gbenson@redhat.com>
1934
1935 PR gdb/13000:
1936 * gdb.base/batch-exit-status.exp: New file.
1937 * gdb.base/batch-exit-status.good-commands: Likewise.
1938 * gdb.base/batch-exit-status.bad-commands: Likewise.
1939
1940 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1941
1942 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1943 (struct struct02): Likewise.
1944 (struct struct03): Likewise.
1945 (struct struct04): Likewise.
1946 (struct struct_01_01): New struct.
1947 (struct struct_01_02): Likewise.
1948 (struct struct_01_03): Likewise.
1949 (struct struct_01_04): Likewise.
1950 (struct struct_02_01): Likewise.
1951 (struct struct_02_02): Likewise.
1952 (struct struct_02_03): Likewise.
1953 (struct struct_02_04): Likewise.
1954 (struct struct_04_01): Likewise.
1955 (struct struct_04_02): Likewise.
1956 (struct struct_04_03): Likewise.
1957 (struct struct_04_04): Likewise.
1958 (struct struct_05_01): Likewise.
1959 (struct struct_05_02): Likewise.
1960 (struct struct_05_03): Likewise.
1961 (struct struct_05_04): Likewise.
1962 (cmp_struct01): Remove function.
1963 (cmp_struct02): Likewise.
1964 (cmp_struct03): Likewise.
1965 (cmp_struct04): Likewise.
1966 (cmp_struct_01_01): Add Function.
1967 (cmp_struct_01_02): Likewise.
1968 (cmp_struct_01_03): Likewise.
1969 (cmp_struct_01_04): Likewise.
1970 (cmp_struct_02_01): Likewise.
1971 (cmp_struct_02_02): Likewise.
1972 (cmp_struct_02_03): Likewise.
1973 (cmp_struct_02_04): Likewise.
1974 (cmp_struct_04_01): Likewise.
1975 (cmp_struct_04_02): Likewise.
1976 (cmp_struct_04_03): Likewise.
1977 (cmp_struct_04_04): Likewise.
1978 (cmp_struct_05_01): Likewise.
1979 (cmp_struct_05_02): Likewise.
1980 (cmp_struct_05_03): Likewise.
1981 (cmp_struct_05_04): Likewise.
1982 (call_all): Add new structs.
1983 * gdb.base/infcall-nested-structs.exp: Likewise.
1984
1985 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1986
1987 * gdb.python/py-framefilter-mi.exp: Update regexp to
1988 check for "arch" field in frame output.
1989
1990 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1991
1992 * gdb.dwarf2/dw2-ranges-func.c: New file.
1993 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1994
1995 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1996
1997 * gdb.base/term.exp: Compare terminal settings with values from
1998 the inferior.
1999 * gdb.base/term.c: Get and set terminal settings.
2000
2001 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2002
2003 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2004 accommodate new "arch" field in frame output.
2005 * gdb.mi/mi-return.exp: Likewise.
2006 * gdb.mi/mi-stack.exp: Likewise.
2007 * gdb.mi/mi-syn-frame.exp: Likewise.
2008 * gdb.mi/user-selected-context-sync.exp: Likewise.
2009
2010 2018-08-19 Michael Spang <spang@google.com>
2011
2012 PR gdb/11786
2013 * gdb.base/gcore-tls-pie.c: New file.
2014 * gdb.base/gcore-tls-pie.exp: New file.
2015
2016 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2017
2018 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2019 * gdb.dwarf2/varval.c: New file.
2020 * gdb.dwarf2/varval.exp: New file.
2021
2022 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2023
2024 PR gdb/18931
2025 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2026
2027 2018-08-16 Keith Seitz <keiths@redhat.com>
2028
2029 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2030 tests expected to pass.
2031
2032 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2033
2034 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2035 -data-disassemble -a.
2036 (test_disassembly_bogus_args): Likewise.
2037
2038 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2041
2042 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2043
2044 * gdb.base/vla-optimized-out.exp: Add new test.
2045
2046 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2047
2048 * gdb.base/vla-optimized-out-o3.exp: Delete.
2049 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2050 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2051 deleted tests.
2052
2053 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 PR gdb/18050:
2056 * gdb.server/extended-remote-restart.c: New file.
2057 * gdb.server/extended-remote-restart.exp: New file.
2058
2059 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2060
2061 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2062 "set variable index = 42".
2063
2064 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2065
2066 * boards/index-cache-gdb.exp: New file.
2067 * gdb.dwarf2/index-cache.exp: New file.
2068 * gdb.dwarf2/index-cache.c: New file.
2069 * gdb.base/maint.exp: Check if we are using the index cache.
2070
2071 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2072
2073 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2074 MAKEFLAGS.
2075
2076 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2077
2078 * dg-extract-results.sh: Move to toplevel contrib.
2079 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2080 * Makefile.in (check-parallel-racy): Likewise.
2081
2082 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2085 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2086 tests if the target supports scheduler locking.
2087
2088 2018-08-04 Tom de Vries <tdevries@suse.de>
2089
2090 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2091
2092 2018-08-02 Tom Tromey <tom@tromey.com>
2093
2094 PR symtab/16842.
2095 * gdb.cp/temargs.exp: Test "info address" of a template
2096 parameter.
2097
2098 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2099
2100 * gdb.python/py-mi-var-info-path-expression.c: New file.
2101 * gdb.python/py-mi-var-info-path-expression.py: New file.
2102 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2103
2104 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2105
2106 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2107 error after "cannot resolve name" string.
2108
2109 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2112 started.
2113 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2114
2115 2018-07-28 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2118
2119 2018-07-26 Tom de Vries <tdevries@suse.de>
2120
2121 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2122
2123 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2126 is visible.
2127
2128 2018-07-26 Tom de Vries <tdevries@suse.de>
2129
2130 PR breakpoints/23366
2131 * gdb.base/catch-follow-exec.c: New test.
2132 * gdb.base/catch-follow-exec.exp: New file.
2133
2134 2018-07-25 Tom de Vries <tdevries@suse.de>
2135
2136 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2137 vla-optimized-out.c.
2138
2139 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2140
2141 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2142 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2143
2144 2018-07-20 Tom de Vries <tdevries@suse.de>
2145
2146 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2147 NOCLONE macro.
2148 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2149
2150 2018-07-19 Tom de Vries <tdevries@suse.de>
2151
2152 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2153 regular expression.
2154
2155 2018-07-18 Tom de Vries <tdevries@suse.de>
2156
2157 * gdb.base/vla-optimized-out.c: New test.
2158 * gdb.base/vla-optimized-out.exp: New file.
2159
2160 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2161
2162 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2163 message "No address associated with hostname" when gdbserver
2164 cannot resolve the hostname.
2165
2166 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2167
2168 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2169 Add some test prefixes to make tests unique.
2170
2171 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2172
2173 * gdb.base/frameapply.c: New file.
2174 * gdb.base/frameapply.exp: New file.
2175
2176 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.base/skip.exp: Update expected error message.
2179
2180 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2181 Jan Kratochvil <jan.kratochvil@redhat.com>
2182 Paul Fertser <fercerpav@gmail.com>
2183 Tsutomu Seki <sekiriki@gmail.com>
2184
2185 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2186 parameter.
2187 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2188 by default.
2189 * boards/native-gdbserver.exp: Likewise.
2190 * gdb.server/run-without-local-binary.exp: Improve regexp used
2191 for detecting when a remote debugging connection succeeds.
2192 * gdb.server/server-connect.exp: New file.
2193 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2194 Do not prefix the port number with ":".
2195 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2196 support for detecting and using it. Add '$debughost_gdbserver'
2197 to the list of arguments used to start gdbserver. Handle case
2198 when gdbserver cannot resolve a network name.
2199
2200 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2201
2202 PR c++/23373
2203 * gdb.base/ptype-offsets.cc (struct static_member): New
2204 struct.
2205 (main) <stmember>: New variable.
2206 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2207 with a static member in it.
2208
2209 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2212 watchpoints enabled and disabled.
2213
2214 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * gdb.base/examine-backward.exp: Still run tests around address
2217 0x0, even if address 0x0 is not readable. Update the pattern for
2218 matching address 0x0 in expected output.
2219
2220 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2223 malloc/free.
2224
2225 2018-07-04 Tom de Vries <tdevries@suse.de>
2226
2227 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2228
2229 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2230
2231 PR tdep/8282
2232 * gdb.arch/mips-disassembler-options.exp: New test.
2233 * gdb.arch/mips-disassembler-options.s: New test source.
2234
2235 2018-06-29 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.threads/names.exp: Adjust expected "info threads" output.
2238
2239 2018-06-29 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.opt/inline-break.exp (line number, address): Add "info
2242 break" tests.
2243
2244 2018-06-29 Pedro Alves <palves@redhat.com>
2245
2246 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2247 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2248 number and address and running to them.
2249
2250 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2251
2252 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2253
2254 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2255
2256 * lib/compiler.c: Remove executable permission flag.
2257
2258 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2259
2260 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2261 code.
2262 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2263
2264 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2265
2266 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2267
2268 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2269
2270 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2271 address argument is omitted.
2272
2273 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2274
2275 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2276
2277 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2278
2279 PR gdb/21695
2280 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2281 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2282
2283 2018-06-26 Tom Tromey <tom@tromey.com>
2284
2285 PR rust/22574:
2286 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2287 * gdb.rust/simple.rs (struct SimpleLayout): New.
2288
2289 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2290
2291 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2292 "info registers" output.
2293
2294 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2295
2296 * gdb.base/watchpoint-hw-attach.c: New test.
2297 * gdb.base/watchpoint-hw-attach.exp: New file.
2298
2299 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2300
2301 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2302 through /bin/sh.
2303 * boards/dwarf4-gdb-index.exp: Likewise.
2304 * boards/fission-dwp.exp: Likewise.
2305
2306 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2307
2308 * gdb.base/float128.exp: Add comment and improved fail message
2309 to the failure case of "print large128" test.
2310
2311 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2312
2313 * configure.ac: Remove AC_PREREQ.
2314 * configure: Re-generate.
2315
2316 2018-06-19 Pedro Alves <palves@redhat.com>
2317
2318 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2319 (func_extern_caller): New.
2320 (main): Call func_extern_caller.
2321 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2322 logic change.
2323
2324 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2325
2326 PR gdb/16841
2327 * gdb.cp/typedef-base.cc: New file.
2328 * gdb.cp/typedef-base.exp: New file.
2329
2330 2018-06-18 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2333
2334 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2335 Richard Bunt <Richard.Bunt@arm.com>
2336
2337 * gdb.threads/attach-slow-waitpid.c: New file.
2338 * gdb.threads/attach-slow-waitpid.exp: New file.
2339 * gdb.threads/slow-waitpid.c: New file.
2340
2341 2018-06-14 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/fork-running-state.c: Include <errno.h>.
2344 (exit_if_relative_exits): New.
2345 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2346 exits.
2347 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2348 child exits.
2349
2350 2018-06-14 Tom de Vries <tdevries@suse.de>
2351
2352 PR cli/22573
2353 * gdb.base/finish-pretty.c: New test.
2354 * gdb.base/finish-pretty.exp: New file.
2355
2356 2018-06-14 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2359 gdb's expected startup output.
2360
2361 2018-06-14 Pedro Alves <palves@redhat.com>
2362
2363 * lib/selftest-support.exp (selftest_setup): Remove inlined
2364 function handling.
2365
2366 2018-06-14 Tom de Vries <tdevries@suse.de>
2367
2368 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2369 matching of breakpoint printing.
2370
2371 2018-06-13 Tom de Vries <tdevries@suse.de>
2372
2373 PR testsuite/23269
2374 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2375 (fork_child): ... here, and ...
2376 (fork_parent): ... here.
2377
2378 2018-06-12 Tom de Vries <tdevries@suse.de>
2379
2380 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2381
2382 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2383 Stephen Roberts <stephen.roberts@arm.com>
2384
2385 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2386 rewrite test to describe action performed, rather than possible
2387 failure.
2388
2389 2018-06-08 Gary Benson <gbenson@redhat.com>
2390
2391 * gdb.threads/check-libthread-db.exp: New file.
2392 * gdb.threads/check-libthread-db.c: Likewise.
2393
2394 2018-06-05 Tom Tromey <tom@tromey.com>
2395
2396 * gdb.base/default.exp: Update expected "show version" output.
2397
2398 2018-06-05 Tom Tromey <tom@tromey.com>
2399
2400 PR cli/12326:
2401 * gdb.cp/static-print-quit.exp: Update.
2402 * lib/gdb.exp (pagination_prompt): Update.
2403 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2404 * gdb.python/python.exp: Update.
2405
2406 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2407
2408 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2409
2410 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2411
2412 * gdb.ada/bp_fun_addr: New testcase.
2413
2414 2018-06-01 Tom Tromey <tom@tromey.com>
2415
2416 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2417 results.
2418 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2419 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2420 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2421 * gdb.base/maint.exp (maint_pass_if): Update.
2422
2423 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2424
2425 * gdb.base/endian.exp: New test.
2426 * gdb.base/endian.c: New test source.
2427
2428 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 PR gdb/23203
2431 * gdb.base/bt-selected-frame.c: New file.
2432 * gdb.base/bt-selected-frame.exp: New file.
2433 * lib/gdb.exp (get_current_frame_number): New function.
2434
2435 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2436 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.threads/tls-core.c: Include <stdlib.h>
2439 (thread_proc): Call `abort'.
2440 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2441 (tls_core_test): New procedure, bits factored out from ...
2442 (top level): ... here. Test both native cores and gcore cores.
2443
2444 2018-05-23 Tom Tromey <tom@tromey.com>
2445
2446 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2447
2448 2018-05-23 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2451 symfile_complaints.
2452 (test_short_complaints): Likewise.
2453 (test_empty_complaints): Likewise.
2454 (test_initial_complaints): Update.
2455
2456 2018-05-23 Tom Tromey <tom@tromey.com>
2457
2458 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2459
2460 2018-05-23 Tom Tromey <tom@tromey.com>
2461
2462 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2463 (test_short_complaints): Update.
2464
2465 2018-05-22 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.base/remote.exp: Only gdb_start after compiling the
2468 testcase. Issue "disconnect" before testing "set remote" command
2469 defaults. Issue clean_restart before running to main.
2470
2471 2018-05-22 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/remote.exp: Adjust expected output of "show remote
2474 memory-write-packet-size". Add tests for "set remote
2475 memory-write-packet-size 0" and "set remote
2476 memory-write-packet-size fixed/limit".
2477
2478 2018-05-22 Pedro Alves <palves@redhat.com>
2479
2480 PR gdb/22973
2481 * gdb.base/utf8-identifiers.c: New file.
2482 * gdb.base/utf8-identifiers.exp: New file.
2483
2484 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2485
2486 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2487
2488 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2489
2490 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2491
2492 2018-05-18 Tom Tromey <tom@tromey.com>
2493
2494 * gdb.base/ptype-offsets.exp: Update.
2495
2496 2018-05-17 Keith Seitz <keiths@redhat.com>
2497
2498 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2499 in expected breakpoint stop locations.
2500 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2501 move to proper scope to test variable values.
2502 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2503 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2504 New functions.
2505 (main): Call not_inline_func3.
2506 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2507 inline_func1, inline_func2, and inline_func3. Test that when each
2508 breakpoint is hit, GDB properly reports both the stop location
2509 and the backtrace. Repeat tests for temporary breakpoints.
2510
2511 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2512
2513 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2514 rather then trying to access it in determining whether the PID
2515 of `gdbserver' could have been retrieved.
2516
2517 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.arch/amd64-init-x87-values.S: New file.
2520 * gdb.arch/amd64-init-x87-values.exp: New file.
2521
2522 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2523
2524 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2525
2526 2018-05-04 Tom Tromey <tom@tromey.com>
2527
2528 PR python/22730:
2529 * gdb.python/python.exp: Test multi-line execute.
2530
2531 2018-05-04 Tom Tromey <tom@tromey.com>
2532
2533 PR python/22731:
2534 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2535
2536 2018-05-04 Tom Tromey <tom@tromey.com>
2537
2538 PR gdb/11750:
2539 * gdb.base/define.exp: Test defining a user command inside a user
2540 command.
2541 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2542
2543 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2544 Pedro Alves <palves@redhat.com>
2545
2546 PR breakpoints/19806 and support for PR external/20207.
2547 * gdb.base/watchpoint-unaligned.c: New file.
2548 * gdb.base/watchpoint-unaligned.exp: New file.
2549
2550 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * gdb.base/maint.exp: Make test names unique, use
2553 test_prefix_command_help to test 'help maint info', and remove
2554 repeated test of 'help maint'.
2555
2556 2018-05-04 Tom Tromey <tom@tromey.com>
2557
2558 PR gdb/22619:
2559 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2560 behavior.
2561
2562 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.base/maint.exp: Process output from 'maint print registers'
2565 line at a time.
2566
2567 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2570 timeout.
2571
2572 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2575 filter pattern.
2576
2577 2018-05-02 Pedro Alves <palves@redhat.com>
2578
2579 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2580 to_log_command renames.
2581 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2582
2583 2018-05-02 Tom Tromey <tom@tromey.com>
2584
2585 * gdb.python/py-parameter.exp: Set test message.
2586
2587 2018-05-02 Tom Tromey <tom@tromey.com>
2588
2589 PR python/20084:
2590 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2591 PARAM_ZUINTEGER_UNLIMITED tests.
2592
2593 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2594
2595 PR rust/23124
2596 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2597 when casting.
2598
2599 2018-04-30 Tom Tromey <tom@tromey.com>
2600
2601 * gdb.python/py-type.exp: Check align attribute.
2602 * gdb.python/py-type.c: New "aligncheck" global.
2603
2604 2018-04-30 Tom Tromey <tom@tromey.com>
2605
2606 PR exp/17095:
2607 * gdb.dwarf2/dw2-align.exp: New file.
2608 * gdb.cp/align.exp: New file.
2609 * gdb.base/align.exp: New file.
2610 * lib/gdb.exp (gdb_int128_helper): New proc.
2611 (has_int128_c, has_int128_cxx): New caching procs.
2612
2613 2018-04-27 Tom Tromey <tom@tromey.com>
2614
2615 PR rust/22545:
2616 * gdb.rust/simple.exp: Add inclusive range tests.
2617
2618 2018-04-26 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2621 ifunc breakpoint locations correctly of ifunc breakpoints set
2622 while the program resolves the ifunc.
2623
2624 2018-04-26 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/gnu-ifunc-final.c: New file.
2627 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2628 * gdb.base/gnu-ifunc.exp (executable): Delete.
2629 (staticexecutable): Adjust.
2630 (lib_opts, exec_opts): Delete.
2631 (make_binsuffix, build, set-break): New procedures.
2632 (misc_tests): New, with tests factored out from the top level.
2633 (top level): Test different combinations of ifunc resolver name,
2634 resolver with and with debug info, and ifunc target with and
2635 without debug info. Wrap static tests with with_target_prefix.
2636
2637 2018-04-26 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2640 return type" warnings.
2641
2642 2018-04-25 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2645 killed".
2646 * gdb.base/kill-after-signal.exp: Likewise.
2647 * gdb.threads/kill.exp: Likewise.
2648
2649 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2650 Sergio Durigan Junior <sergiodj@redhat.com>
2651 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2654 regexps to expect for '[Inferior ... detached]' as well.
2655 * gdb.base/attach.exp: Likewise.
2656 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2657 "gdb_continue_to_end".
2658 (test_catch_syscall_with_wrong_args): Likewise.
2659 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2660 ']'. Don't set 'verbose' on.
2661 * gdb.base/foll-vfork.exp: Likewise.
2662 * gdb.base/fork-print-inferior-events.c: New file.
2663 * gdb.base/fork-print-inferior-events.exp: New file.
2664 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2665 '[Inferior ... has been killed]' message.
2666 * gdb.base/kill-after-signal.exp: Likewise.
2667 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2668 detach message.
2669 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2670 message.
2671 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2672 regexps to expect for '[Inferior ... detached]' as well.
2673 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2674
2675 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2676
2677 PR gdb/23104
2678 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2679
2680 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2681
2682 * gdb.threads/multiple-successive-infcall.c: New test.
2683 * gdb.threads/multiple-successive-infcall.exp: New file.
2684
2685 2018-04-17 Tom Tromey <tom@tromey.com>
2686
2687 * gdb.rust/simple.rs (Union): New type.
2688 (main): New local "u".
2689 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2690
2691 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2692
2693 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2694 number information in output of "whereis" command.
2695 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2696
2697 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2698
2699 * gdb.ada/info_types.exp: Adjust expected output to the line
2700 numbers now printed by "info var/func/type".
2701 * gdb.base/completion.exp: Likewise.
2702 * gdb.base/included.exp: Likewise.
2703 * gdb.cp/cp-relocate.exp: Likewise.
2704 * gdb.cp/cplusfuncs.exp: Likewise.
2705 * gdb.cp/namespace.exp: Likewise.
2706 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2707
2708 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2709
2710 * gdb.btrace/cpu.exp: New.
2711
2712 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2713
2714 * gdb.base/step-indirect-call-thunk.exp: New.
2715 * gdb.base/step-indirect-call-thunk.c: New.
2716 * gdb.reverse/step-indirect-call-thunk.exp: New.
2717 * gdb.reverse/step-indirect-call-thunk.c: New.
2718
2719 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2720
2721 * gdb.base/pie-fork.c: New file.
2722 * gdb.base/pie-fork.exp: New file.
2723
2724 2018-04-11 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2727
2728 2018-04-10 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2731 exits. Instead loop running forever.
2732 (fork_parent): Run forever too.
2733
2734 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2735
2736 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2737 mi_continue_to_line.
2738 * gdb.mi/mi-stack.c (callee4): Add comment.
2739
2740 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2741
2742 * gdb.mi/mi-stack.exp: Fix indentation.
2743
2744 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2745
2746 PR gdb/22979
2747 * gdb.arch/amd64-osabi.exp: New file.
2748
2749 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2750
2751 PR gdb/22980
2752 * gdb.base/osabi.exp: New file.
2753
2754 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2755
2756 * gdb.cp/static-typedef-print.exp: New file.
2757 * gdb.cp/static-typedef-print.cc: New file.
2758
2759 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2760
2761 * gdb.ada/varsize_limit: New testcase.
2762
2763 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2764
2765 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2766
2767 * gdb.ada/notcplusplus: New testcase.
2768
2769 * gdb.base/c-linkage-name.c: New file.
2770 * gdb.base/c-linkage-name.exp: New testcase.
2771
2772 2018-03-26 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2775 * gdb.python/py-framefilter.py (name_error): New global.
2776 (ErrorInName.function): Use name_error.
2777
2778 2018-03-26 Tom Tromey <tom@tromey.com>
2779
2780 PR backtrace/15582:
2781 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2782
2783 2018-03-23 Keith Seitz <keiths@redhat.com>
2784
2785 PR c++/22968
2786 * gdb.cp/subtypes.exp: New file.
2787 * gdb.cp/subtypes.h: New file.
2788 * gdb.cp/subtypes.cc: New file.
2789 * gdb.cp/subtypes-2.cc: New file.
2790
2791 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2794 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2795 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2796 -nostartfiles when compiling the test. Confirm that all registers
2797 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2798
2799 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2800
2801 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2802 option, syntax was wrong anyway.
2803 * gdb.arch/arm-disp-step.exp: Likewise.
2804 * gdb.arch/sparc64-regs.exp: Likewise.
2805 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2806 option, syntax was wrong anyway, switch to use
2807 prepare_for_testing.
2808 * gdb.arch/i386-disp-step.exp: Likewise.
2809
2810 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2811
2812 * gdb.ada/exec_changed.exp: Replace "target_info exists
2813 use_gdb_stub" by "use_gdb_stub".
2814 * gdb.ada/start.exp: Likewise.
2815 * gdb.base/async-shell.exp: Likewise.
2816 * gdb.base/attach-pie-misread.exp: Likewise.
2817 * gdb.base/attach-wait-input.exp: Likewise.
2818 * gdb.base/break-entry.exp: Likewise.
2819 * gdb.base/break-interp.exp: Likewise.
2820 * gdb.base/dprintf-detach.exp: Likewise.
2821 * gdb.base/nostdlib.exp: Likewise.
2822 * gdb.base/solib-nodir.exp: Likewise.
2823 * gdb.base/statistics.exp: Likewise.
2824 * gdb.base/testenv.exp: Likewise.
2825 * gdb.mi/mi-exec-run.exp: Likewise.
2826 * gdb.mi/mi-start.exp: Likewise.
2827 * gdb.multi/dummy-frame-restore.exp: Likewise.
2828 * gdb.multi/multi-arch-exec.exp: Likewise.
2829 * gdb.multi/multi-arch.exp: Likewise.
2830 * gdb.multi/tids.exp: Likewise.
2831 * gdb.multi/watchpoint-multi.exp: Likewise.
2832 * gdb.python/py-events.exp: Likewise.
2833 * gdb.threads/attach-into-signal.exp: Likewise.
2834 * gdb.threads/attach-stopped.exp: Likewise.
2835 * gdb.threads/threadapply.exp: Likewise.
2836 * lib/selftest-support.exp: Likewise.
2837
2838 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2839
2840 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2841
2842 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2843
2844 * gdb.perf/template-breakpoints.cc: New file.
2845 * gdb.perf/template-breakpoints.exp: New file.
2846 * gdb.perf/template-breakpoints.py: New file.
2847
2848 2018-03-19 Tom Tromey <tom@tromey.com>
2849
2850 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2851 y0.
2852 * gdb.rust/simple.exp: Test bare identifier form of struct
2853 initializer.
2854
2855 2018-03-19 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.gdb/observer.exp: Remove.
2858
2859 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2860
2861 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2862 "qualified" option when setting breakpoints.
2863 * gdb.trace/backtrace.exp: Likewise.
2864 * gdb.trace/circ.exp: Likewise.
2865 * gdb.trace/collection.exp: Likewise.
2866 * gdb.trace/disconnected-tracing.exp: Likewise.
2867 * gdb.trace/ftrace-lock.exp: Likewise.
2868 * gdb.trace/ftrace.exp: Likewise.
2869 * gdb.trace/infotrace.exp: Likewise.
2870 * gdb.trace/packetlen.exp: Likewise.
2871 * gdb.trace/passc-dyn.exp: Likewise.
2872 * gdb.trace/qtro.exp: Likewise.
2873 * gdb.trace/read-memory.exp: Likewise.
2874 * gdb.trace/report.exp: Likewise.
2875 * gdb.trace/signal.exp: Likewise.
2876 * gdb.trace/status-stop.exp: Likewise.
2877 * gdb.trace/strace.exp: Likewise.
2878 * gdb.trace/tfind.exp: Likewise.
2879 * gdb.trace/trace-break.exp: Likewise.
2880 * gdb.trace/trace-condition.exp: Likewise.
2881 * gdb.trace/trace-mt.exp: Likewise.
2882 * gdb.trace/tstatus.exp: Likewise.
2883 * gdb.trace/tsv.exp: Likewise.
2884 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2885 * gdb.trace/unavailable.exp: Likewise.
2886 * gdb.trace/while-dyn.exp: Likewise.
2887
2888 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2889
2890 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2891 that libinproctrace is copied to the target.
2892
2893 2018-03-14 Tom Tromey <tom@tromey.com>
2894
2895 PR cli/14977:
2896 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2897 a null pointer.
2898 * gdb.base/wchar.exp: Likewise.
2899
2900 2018-03-14 Tom Tromey <tom@tromey.com>
2901
2902 PR cli/19918:
2903 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2904 flag.
2905
2906 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2907
2908 PR gdb/22841
2909 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2910 "target" to remote_exec.
2911
2912 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2913
2914 PR gdb/22841
2915 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2916 ${board}_upload): Remove.
2917
2918 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2919
2920 * gdb.cp/watch-cp.cc: New test.
2921 * gdb.cp/watch-cp.exp: New file.
2922
2923 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.base/infcall-nested-structs.exp: New file.
2926 * gdb.base/infcall-nested-structs.c: New file.
2927 * gdb.base/float.exp: Add riscv support.
2928
2929 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2930
2931 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2932 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2933
2934 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2935
2936 * gdb.server/abspath.exp: New file.
2937 * lib/gdb.exp (with_cwd): New procedure.
2938
2939 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2940
2941 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2942 use it.
2943 (gdb_is_target_remote_prompt): New proc.
2944 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2945 (gdb_is_target_native): Pass prompt parameter to
2946 gdb_is_target_1.
2947
2948 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2949
2950 * gdb.base/load-command.c: New file.
2951 * gdb.base/load-command.exp: New file.
2952 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2953 (gdb_is_target_1): ...this, and generalize for other targets
2954 than just remote.
2955 (gdb_is_target_remote): Use gdb_is_target_1.
2956 (gdb_is_target_native): use gdb_is_target_1.
2957
2958 2018-02-26 Tom Tromey <tom@tromey.com>
2959
2960 PR python/16497:
2961 * gdb.python/py-framefilter.exp: Update test.
2962
2963 2018-02-26 Tom Tromey <tom@tromey.com>
2964
2965 * gdb.dwarf2/variant.c: New file.
2966 * gdb.dwarf2/variant.exp: New file.
2967
2968 2018-02-26 Tom Tromey <tom@tromey.com>
2969
2970 * gdb.rust/simple.exp: Accept more possible results in enum test.
2971
2972 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2973
2974 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2975 parentheses.
2976
2977 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2978
2979 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2980 name of a variable: $actual_linejj -> $actual_line.
2981
2982 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2983
2984 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2985
2986 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2987
2988 * gdb.btrace/buffer-size.exp: Do not force BTS.
2989
2990 2018-02-14 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2993 getting a "Quit".
2994
2995 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2996
2997 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2998 Fix test name.
2999
3000 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3001
3002 * gdb.cp/m-static.exp: Check type of optimized out static
3003 member.
3004
3005 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3008 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3009
3010 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3011 Leszek Swirski <leszeks@google.com>
3012
3013 * gdb.python/py-prettyprint.c
3014 (struct to_string_returns_value_inner,
3015 struct to_string_returns_value_wrapper): New.
3016 (main): Add tsrvw variable.
3017 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3018 ToStringReturnsValueWrapper): New classes.
3019 (register_pretty_printers): Register new pretty-printers.
3020 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3021 recursive pretty printer.
3022 * gdb.python/py-mi.exp: Likewise.
3023
3024 2018-02-01 Leszek Swirski <leszeks@google.com>
3025
3026 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3027 functions with the same name as an include file are parsed
3028 correctly.
3029
3030 2018-02-01 Yao Qi <yao.qi@linaro.org>
3031
3032 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3033 "\[^\r\n\]*".
3034
3035 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3036
3037 * gdb.arch/powerpc-prologue-frame.s: New file.
3038 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3039 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3040
3041 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3042
3043 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3044
3045 2018-01-30 Pedro Alves <palves@redhat.com>
3046
3047 PR gdb/13211
3048 * gdb.base/interrupt-daemon.c: New.
3049 * gdb.base/interrupt-daemon.exp: New.
3050 * gdb.multi/multi-term-settings.c: New.
3051 * gdb.multi/multi-term-settings.exp: New.
3052
3053 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3054
3055 * gdb.base/break.exp: Save the location where the breakpoint
3056 on break.c:47 was actually inserted when debugging the version
3057 compiled at -O2 and use it in the expected output of the "info
3058 break" test performed soon after.
3059
3060 2018-01-22 Pedro Alves <palves@redhat.com>
3061 Sergio Durigan Junior <sergiodj@redhat.com>
3062
3063 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3064 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3065
3066 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3067
3068 * gdb.base/break-include.c, gdb.base/break-include.inc,
3069 gdb.base/break-include.exp: New files.
3070 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3071 line number now being the actual line number where the breakpoint
3072 was inserted.
3073 * gdb.mi/mi-break.exp: Likewise.
3074 * gdb.mi/mi-reverse.exp: Likewise.
3075 * gdb.mi/mi-simplerun.exp: Ditto.
3076
3077 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3080 varobj.
3081 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3082
3083 2018-01-21 Don Breazeal <donb@codesourcery.com>
3084 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.mi/basics.c: Add new global.
3087 * gdb.mi/mi-frame-regs.exp: New file.
3088 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3089 case.
3090
3091 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3094 non-parameter, and on an unknown symbol.
3095
3096 2018-01-19 Tom Tromey <tom@tromey.com>
3097
3098 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3099 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3100
3101 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3102
3103 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3104 setrlimit and chdir to int.
3105
3106 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3107
3108 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3109 function.
3110 (my_tend): Likewise.
3111 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3112 rationale of avoiding FP- and vector instructions.
3113
3114 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3115
3116 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3117 "info reg" with "\[ \t\]*".
3118 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3119 "\[ \t\]+".
3120 * gdb.arch/s390-multiarch.exp: Ditto.
3121 * gdb.base/pc-fp.exp: Ditto.
3122 * gdb.reverse/i386-precsave.exp: Ditto.
3123 * gdb.reverse/i386-reverse.exp: Ditto.
3124 * gdb.reverse/i387-env-reverse.exp: Ditto.
3125 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3126
3127 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3128
3129 * lib/gdb.exp (gdb_compile): Re-enable use of
3130 universal_compile_options for languages other than Rust.
3131
3132 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3133
3134 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3135
3136 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3137
3138 PR gdb/16577
3139 * gdb.base/solib-vanish.exp: New.
3140 * gdb.base/solib-vanish-main.c: New.
3141 * gdb.base/solib-vanish-lib1.c: New.
3142 * gdb.base/solib-vanish-lib2.c: New.
3143
3144 2018-01-17 Yao Qi <yao.qi@linaro.org>
3145
3146 * gdb.compile/compile.exp: Match the address printed for
3147 frame in the output of command "bt".
3148
3149 2018-01-15 Tom Tromey <tom@tromey.com>
3150
3151 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3152 compute sp_reg.
3153
3154 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3157 to prepare.
3158 (prepare): Return 0 on error, 1 on success.
3159
3160 2018-01-12 Pedro Alves <palves@redhat.com>
3161
3162 * gdb.base/continue-after-aborted-step-over.c: New.
3163 * gdb.base/continue-after-aborted-step-over.exp: New.
3164
3165 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3166
3167 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3168 options when not creating an executable.
3169
3170 2018-01-11 Pedro Alves <palves@redhat.com>
3171
3172 PR remote/22597
3173 * gdb.server/stop-reply-no-thread.c: New file.
3174 * gdb.server/stop-reply-no-thread.exp: New file.
3175
3176 2018-01-10 Pedro Alves <palves@redhat.com>
3177
3178 PR gdb/22670
3179 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3180 functions too. Test setting breakpoints and printing C functions
3181 with no debug info too.
3182 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3183
3184 2018-01-10 Pedro Alves <palves@redhat.com>
3185
3186 PR gdb/22670
3187 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3188 a fail.
3189
3190 2018-01-10 Pedro Alves <palves@redhat.com>
3191
3192 PR gdb/22670
3193 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3194
3195 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3196
3197 * gdb.server/unittest.exp: Match the output in non-development
3198 mode.
3199
3200 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3201
3202 * gdb.gdb/unittest.exp: Match output in non-development mode.
3203
3204 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3205
3206 * gdb.ada/access_tagged_param.exp: Relax expected output
3207 for value of "ObjL" in "continue" to pck.inspect breakpoint
3208 test.
3209
3210 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3211
3212 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3213 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3214
3215 2018-01-05 Pedro Alves <palves@redhat.com>
3216
3217 PR gdb/18653
3218 * gdb.base/libsegfault.exp: New.
3219
3220 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3221
3222 PR gdb/22670
3223 * gdb.ada/access_tagged_param.exp: New file.
3224 * gdb.ada/access_tagged_param/foo.adb: New file.
3225
3226 2018-01-05 Pedro Alves <palves@redhat.com>
3227
3228 PR gdb/22670
3229 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3230 exercise lower case too, and to exercise both full matching and
3231 wild matching.
3232
3233 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3234
3235 * gdb.ada/rename_subscript_param: New testcase.
3236
3237 2018-01-05 Jerome Guitton <guitton@adacore.com>
3238
3239 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3240
3241 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3242
3243 * gdb.ada/convvar_comp: New testcase.
3244
3245 2018-01-05 Xavier Roirand <roirand@adacore.com>
3246
3247 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3248 (My_Table): New global variable.
3249 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3250
3251 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3252
3253 PR gdb/22670
3254 * gdb.ada/maint_with_ada: New testcase.
3255
3256 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3257
3258 PR gdb/22670
3259 * gdb.ada/bp_c_mixed_case: New testcase.
3260
3261 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3262
3263 PR gdb/22670
3264 * gdb.ada/complete.exp: Add "complete break ada" test.
3265
3266 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3267
3268 PR gdb/22670
3269 * gdb.ada/info_addr_mixed_case: New testcase.
3270
3271 2018-01-03 Xavier Roirand <roirand@adacore.com>
3272
3273 * gdb.ada/excep_handle.exp: New testcase.
3274 * gdb.ada/excep_handle/foo.adb: New file.
3275 * gdb.ada/excep_handle/pck.ads: New file.
3276
3277 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3278
3279 * gdb.base/step-line.c: Add extra empty line in copyright header.
3280 * gdb.base/step-line.inp: Likewise.
3281
3282 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3283
3284 * gdb.ada/dyn_stride.exp: Add slice test.
3285
3286 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3287
3288 * gdb.ada/dyn_stride: New testcase.
3289
3290 2017-12-27 Stafford Horne <shorne@gmail.com>
3291
3292 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3293 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3294
3295 2017-12-27 Stafford Horne <shorne@gmail.com>
3296
3297 * gdb.base/reggroups.c: New file.
3298 * gdb.base/reggroups.exp: New file.
3299
3300 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3301
3302 * gdb.dwarf2/ada-valprint-error.c: New file.
3303 * gdb.dwarf2/ada-valprint-error.exp: New file.
3304
3305 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3306
3307 * gdb.ada/assign_arr: New testcase.
3308
3309 2017-12-18 Xavier Roirand <roirand@adacore.com>
3310
3311 * gdb.ada/funcall_ptr: New testcase.
3312
3313 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3314
3315 PR cli/16224
3316 * gdb.base/ptype-offsets.cc: New file.
3317 * gdb.base/ptype-offsets.exp: New file.
3318
3319 2017-12-15 Yao Qi <yao.qi@linaro.org>
3320
3321 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3322 if XML is disabled.
3323
3324 2017-12-15 Xavier Roirand <roirand@adacore.com>
3325
3326 * gdb.ada/same_component_name: New testcase.
3327
3328 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3329
3330 * gdb.ada/str_binop_equal: New testcase.
3331
3332 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3333
3334 * gdb.ada/task_switch_in_core: New testcase.
3335
3336 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3337
3338 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3339 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3340 call test_bkpt_qualified.
3341 (test_bkpt_qualified): New proc.
3342
3343 2017-12-13 Pedro Alves <palves@redhat.com>
3344
3345 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3346 Tighten regexp by matching with an anchor.
3347
3348 2017-12-13 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3351 ("expression with namespace"): New set of tests.
3352 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3353 (Nested::Test_NS::qux): New.
3354 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3355 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3356
3357 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb.base/server-del-break.c: New file.
3360 * gdb.base/server-del-break.exp: New file.
3361
3362 2017-12-12 Stafford Horne <shorne@gmail.com>
3363
3364 * gdb.xml/tdesc-regs.exp: Add or1k support.
3365
3366 2017-12-12 Stafford Horne <shorne@gmail.com>
3367
3368 * gdb.base/bp-permanent.c: Define nop of or1k.
3369
3370 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3371
3372 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3373 output with components being reordered.
3374
3375 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3376
3377 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3378 output with components being reordered.
3379
3380 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3381 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.base/maint.exp (check for .gdb_index): Check also for
3384 .debug_names.
3385 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3386 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3387 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3388 (.gdb_index used after symbol reloading): Support also .debug_names.
3389 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3390
3391 2017-12-08 Yao Qi <yao.qi@linaro.org>
3392
3393 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3394 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3395
3396 2017-12-08 Yao Qi <yao.qi@linaro.org>
3397
3398 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3399 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3400
3401 2017-12-08 Yao Qi <yao.qi@linaro.org>
3402
3403 * gdb.arch/aarch64-tagged-pointer.c: New file.
3404 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3405
3406 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3407
3408 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3409 "int".
3410
3411 2017-12-07 Keith Seitz <keiths@redhat.com>
3412
3413 PR breakpoints/22569
3414 * gdb.linespec/ls-errs.exp: Change expected result of "break
3415 -source this file has spaces.c -line 3".
3416 Check that an explicit source file followed by whitespace is
3417 identified as an invalid explicit location.
3418
3419 2017-12-07 Keith Seitz <keiths@redhat.com>
3420
3421 * gdb.cp/nested-types.cc: New file.
3422 * gdb.cp/nested-types.exp: New file.
3423 * lib/cp-support.exp: Load data-structures.exp library.
3424 (debug_cp_test_ptype_class): New global.
3425 (cp_ptype_class_verbose, next_line): New procedures.
3426 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3427 Add and document new return value.
3428 Switch the list of lines to a queue.
3429 Add support for new `type' key for nested type definitions.
3430 Add debugging/troubleshooting messages.
3431 * lib/data-structures.exp: New file.
3432
3433 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3434
3435 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3436 with proc_with_prefix, don't use with_test_prefix.
3437
3438 2017-12-07 Tom Tromey <tom@tromey.com>
3439
3440 * gdb.base/break.exp: Add test for empty "commands".
3441
3442 2017-12-07 Yao Qi <yao.qi@linaro.org>
3443
3444 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3445 malloc and catch syscall.
3446
3447 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3448
3449 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3450 tests for explicit locations.
3451
3452 2017-12-06 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3455 force-disabling XML descriptions.
3456
3457 2017-12-04 Pedro Alves <palves@redhat.com>
3458
3459 PR gdb/22499
3460 * gdb.arch/amd64-disp-step-avx.S: New file.
3461 * gdb.arch/amd64-disp-step-avx.exp: New file.
3462
3463 2017-12-03 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3466 and <string.h>.
3467 (parent_function): Print distinct messages when waitpid fails, or
3468 the child exits with a signal, or the child exits for an unhandled
3469 reason.
3470 * gdb.threads/process-dies-while-detaching.exp
3471 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3472 it. Wait for both inferior output and GDB's prompt. Use an
3473 indirect spawn id list.
3474 (do_detach): New parameter 'child_exit'. Use it to compute
3475 expected inferior output.
3476 (test_detach, test_detach_watch, test_detach_killed_outside):
3477 Adjust to pass down the expected child exit kind.
3478
3479 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3480 Sergio Durigan Junior <sergiodj@redhat.com>
3481 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3484
3485 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3486
3487 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3488 to 'symbol-file' and 'add-symbol-file' can be
3489 position-independent.
3490
3491 2017-12-01 Yao Qi <yao.qi@linaro.org>
3492
3493 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3494 the URL in copyright header.
3495 * gdb.arch/aarch64-fp.exp: Likewise.
3496 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3497 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3498 * gdb.base/expand-psymtabs.exp: Likewise.
3499 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3500 * gdb.fortran/common-block.exp: Likewise.
3501 * gdb.fortran/common-block.f90: Likewise.
3502 * gdb.fortran/logical.exp: Likewise.
3503 * gdb.fortran/vla-datatypes.f90: Likewise.
3504 * gdb.fortran/vla-sub.f90: Likewise.
3505
3506 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdb.ada/repeat_dyn: New testcase.
3509
3510 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3511
3512 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3513 Update for changed thread numbering.
3514 * gdb.cell/bt.exp: Update for changed GDB output.
3515
3516 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3517
3518 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3519 setting isremote by hand.
3520 * boards/dwarf4-gdb-index.exp: Likewise.
3521 * boards/fission.exp: Likewise.
3522 * boards/stabs.exp: Likewise.
3523
3524 2017-11-30 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.linespec/cpls-ops.exp
3527 (check_explicit_skips_function_argument): Extract the underlying
3528 type of size_t instead of hardcoding it.
3529
3530 2017-11-29 Pedro Alves <palves@redhat.com>
3531
3532 PR c++/19436
3533 * gdb.linespec/cpls-abi-tag.cc: New file.
3534 * gdb.linespec/cpls-abi-tag.exp: New file.
3535
3536 2017-11-29 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.base/langs.exp: Use -qualified.
3539 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3540 it.
3541 * gdb.cp/namespace.exp: Use -qualified.
3542 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3543 (overload-3, template-overload, template-ret-type, const-overload)
3544 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3545 procedures.
3546 (test_driver): Call them.
3547 * gdb.cp/save-bp-qualified.cc: New.
3548 * gdb.cp/save-bp-qualified.exp: New.
3549 * gdb.linespec/explicit.exp: Test -qualified.
3550 * lib/completion-support.exp (completion::explicit_opts_list): Add
3551 "-qualified".
3552 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3553
3554 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3555
3556 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3557
3558 2017-11-29 Tom Tromey <tom@tromey.com>
3559
3560 * gdb.base/relocate.exp: Update invalid argument test.
3561 Add new tests for invalid arguments.
3562
3563 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3564
3565 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3566 Return 0 as a long.
3567 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3568
3569 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3570
3571 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3572 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3573 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3574 func ().
3575 * gdb.cp/shadow.cc (B.func): Return 0.
3576
3577 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3580 expected output in gdb_expect call to allow the exception
3581 message to be present as well. Fix syntax confusion to avoid
3582 TCL thinking that exception_name is an array.
3583
3584 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3585
3586 * gdb.arch/spu-info.c: Include <unistd.h>.
3587 (do_signal_test): Fix broken calls to write.
3588 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3589 Fix checks for empty mailboxes. Update signal tests for corrected
3590 do_signal_test routine. Allow nonzero event status.
3591 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3592 * gdb.cell/arch.exp: Use standard_output_file.
3593 * gdb.cell/break.exp: Likewise.
3594 * gdb.cell/bt.exp: Likewise.
3595 * gdb.cell/core.exp: Likewise.
3596 * gdb.cell/dwarfaddr.exp: Likewise.
3597 * gdb.cell/ea-cache.exp: Likewise.
3598 * gdb.cell/ea-standalone.exp: Likewise.
3599 * gdb.cell/f-regs.exp: Likewise.
3600 * gdb.cell/fork.exp: Likewise.
3601 * gdb.cell/gcore.exp: Likewise.
3602 * gdb.cell/mem-access.exp: Likewise.
3603 * gdb.cell/ptype.exp: Likewise.
3604 * gdb.cell/registers.exp: Likewise.
3605 * gdb.cell/sizeof.exp: Likewise.
3606 * gdb.cell/solib-symbol.exp: Likewise.
3607 * gdb.cell/solib.exp: Likewise.
3608
3609 2017-11-25 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.base/complete-empty.exp: New file.
3612 * gdb.base/completion.exp: Adjust.
3613
3614 2017-11-25 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.linespec/cpls-ops.cc: New file.
3617 * gdb.linespec/cpls-ops.exp: New file.
3618 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3619 factored out from ...
3620 (test_complete_prefix_range): ... this.
3621
3622 2017-11-24 Pedro Alves <palves@redhat.com>
3623
3624 * gdb.linespec/cpcompletion.exp: New file.
3625 * gdb.linespec/cpls-hyphen.cc: New file.
3626 * gdb.linespec/cpls.cc: New file.
3627 * gdb.linespec/cpls2.cc: New file.
3628 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3629 test to use test_gdb_complete_unique. Add label completion,
3630 keyword completion and explicit location completion tests.
3631 * lib/completion-support.exp: New file.
3632
3633 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3634
3635 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3636 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3637 when hitting an exception catchpoint.
3638
3639 2017-11-22 Yao Qi <yao.qi@linaro.org>
3640
3641 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3642
3643 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3644
3645 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3646 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3647 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3648
3649 2017-11-22 Yao Qi <yao.qi@linaro.org>
3650
3651 * gdb.base/info-os.exp: Pass pthreads.
3652 * gdb.multi/multi-attach.exp: Likewise.
3653
3654 2017-11-22 Yao Qi <yao.qi@linaro.org>
3655
3656 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3657 compiler.
3658
3659 2017-11-22 Yao Qi <yao.qi@linaro.org>
3660
3661 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3662 * gdb.base/break-interp.exp: Likewise.
3663 * gdb.base/jit-attach-pie.exp: Likewise.
3664
3665 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3666
3667 * gdb.base/float128.c (large128): New variable.
3668 * gdb.base/float128.exp: Add test to print largest __float128 value.
3669
3670 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3671
3672 * gdb.arch/vsx-regs.exp: Update register content checks.
3673
3674 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3675
3676 * gdb.arch/ppc-longdouble.exp: New file.
3677 * gdb.arch/ppc-longdouble.c: Likewise.
3678
3679 2017-11-21 Pedro Alves <palves@redhat.com>
3680
3681 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3682
3683 2017-11-20 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3686 (long_double_typedef): New typedefs.
3687 Use DEF on double and long double.
3688 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3689 cases.
3690 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3691 and 'long_double_ptr_same_size' locals. Use them to decide
3692 whether cast from array/function to float is valid/invalid.
3693
3694 2017-11-17 Tom Tromey <tom@tromey.com>
3695
3696 * gdb.rust/traits.rs: New file.
3697 * gdb.rust/traits.exp: New file.
3698
3699 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3700
3701 * gdb.ada/minsyms: New testcase.
3702
3703 2017-11-16 Pedro Alves <palves@redhat.com>
3704
3705 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3706 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3707
3708 2017-11-16 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3711 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3712
3713 2017-11-16 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.server/reconnect-ctrl-c.c: New file.
3716 * gdb.server/reconnect-ctrl-c.exp: New file.
3717
3718 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3719
3720 * gdb.python/py-rbreak.exp: New file.
3721 * gdb.python/py-rbreak.c: New file.
3722 * gdb.python/py-rbreak-func2.c: New file.
3723
3724 2017-11-16 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3727 pattern.
3728 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3729 GDB.
3730
3731 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3732
3733 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3734 regex.
3735
3736 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3737
3738 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3739 test names.
3740
3741 2017-11-09 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3744 factored out from ...
3745 (top level): ... here, and adjusted to avoid expecting beyond the
3746 prompt in a single gdb_test_multiple.
3747
3748 2017-11-09 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3751 output.
3752 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3753 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3754 * gdb.server/ext-run.exp ("kill" test): Likewise.
3755 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3756
3757 2017-11-09 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3760 match till end of line.
3761
3762 2017-11-09 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3765
3766 2017-11-09 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3769 New procedures, factored out from ...
3770 (top level): ... here, and adjusted to avoid expecting beyond the
3771 prompt in one go.
3772
3773 2017-11-09 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3776 output. Fix '?' match.
3777
3778 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3779
3780 * gdb.ada/scoped_watch: New testcase.
3781 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3782 which is actually correct.
3783 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3784 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3785
3786 2017-11-08 Pedro Alves <palves@redhat.com>
3787
3788 * gdb.gdb/complaints.exp (test_initial_complaints)
3789 (test_serial_complaints, test_short_complaints): Call
3790 complaint_internal instead of complaint.
3791
3792 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3793
3794 * gdb.threads/tls-core.c: New file.
3795 * gdb.threads/tls-core.exp: Likewise.
3796
3797 2017-11-08 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3800 (p Exported_Capitalized): New test.
3801 (p exported_capitalized): New test.
3802
3803 2017-11-07 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3806
3807 2017-11-07 Pedro Alves <palves@redhat.com>
3808
3809 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3810 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3811 (disable_invalid, disable_inverted, disable_negative): New
3812 procedures.
3813 ("bad numbers"): New set of tests.
3814
3815 2017-11-07 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.cp/ena-dis-br-range.exp: Add tests.
3818
3819 2017-11-07 Pedro Alves <palves@redhat.com>
3820
3821 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3822
3823 2017-11-07 Xavier Roirand <roirand@adacore.com>
3824 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.base/ena-dis-br.exp: Add reference to
3827 gdb.cp/ena-dis-br-range.exp.
3828 * gdb.cp/ena-dis-br-range.exp: New file.
3829 * gdb.cp/ena-dis-br-range.cc: New file.
3830
3831 2017-11-06 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/attach-non-pgrp-leader.c: New.
3834 * gdb.base/attach-non-pgrp-leader.exp: New.
3835
3836 2017-11-06 Pedro Alves <palves@redhat.com>
3837
3838 * configure.ac: No longer check for termio.h and sgtty.h.
3839 * configure: Regenerate.
3840 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3841 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3842 Remove termio and sgtty code.
3843
3844 2017-11-03 Yao Qi <yao.qi@linaro.org>
3845
3846 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3847 in GDB is disabled.
3848
3849 2017-11-03 Yao Qi <yao.qi@linaro.org>
3850
3851 * gdb.python/py-thrhandle.exp: Skip it if python is not
3852 enabled.
3853
3854 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3855
3856 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3857 as a breakpoint command.
3858
3859 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3860
3861 PR python/21213
3862 * gdb.python/py-infthread.exp: Test calling
3863 InferiorThread.inferior () multiple times in a row.
3864
3865 2017-10-27 Keith Seitz <keiths@redhat.com>
3866
3867 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3868 Test "info break" for every inlined function breakpoint.
3869
3870 2017-10-27 Yao Qi <yao.qi@linaro.org>
3871
3872 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3873
3874 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3875
3876 * gdb.cp/classes.exp (test_static_members): Test printing
3877 Outer::instance.
3878 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3879 (Inner::instance, Outer::instance): New.
3880
3881 2017-10-24 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3884 extra console" test in two stages.
3885
3886 2017-10-24 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3889
3890 2017-10-24 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3893 loop.
3894
3895 2017-10-24 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3898 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3899
3900 2017-10-24 Pedro Alves <palves@redhat.com>
3901
3902 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3903 parameter and handle it. Don't output read value in test name.
3904
3905 2017-10-24 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3908 custom test name.
3909
3910 2017-10-24 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3913 include the unstable output directory name in the test's name.
3914 (initial_setup_simple) <'set args'>: Use custom test name.
3915
3916 2017-10-24 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3919 with explicit test name.
3920
3921 2017-10-20 Pedro Alves <palves@redhat.com>
3922
3923 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3924 'wait -i'. Use gdb_assert and remote_close.
3925
3926 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3927
3928 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3929 number from variable rather than hard-coded.
3930
3931 2017-10-19 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/long-inferior-output.c: New file.
3934 * gdb.base/long-inferior-output.exp: New file.
3935
3936 2017-11-18 Keith Seitz <keiths@redhat.com>
3937
3938 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3939 method.
3940 (main): Call it.
3941 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3942 Add additional user-defined conversion operator tests.
3943
3944 2017-10-17 Pedro Alves <palves@redhat.com>
3945
3946 * boards/native-stdio-gdbserver.exp: Load "local-board".
3947
3948 2017-10-17 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/quit-live.c: New file.
3951 * gdb.base/quit-live.exp: New file.
3952
3953 2017-10-16 Keith Seitz <keiths@redhat.com>
3954
3955 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3956 (class_with_protected_typedef, class_with_private_typedef)
3957 (struct_with_public_typedef, struct_with_protected_typedef)
3958 (struct_with_private_typedef): New classes/structs.
3959 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3960 typedefs and access specifiers.
3961
3962 2017-10-16 Pedro Alves <palves@redhat.com>
3963 Simon Marchi <simon.marchi@polymtl.ca>
3964
3965 * README (Local vs Remote vs Native): New section.
3966 * boards/local-board.exp: New file, with bits factored out from
3967 ...
3968 * boards/native-extended-gdbserver.exp: ... here. Load
3969 "local-board".
3970 * boards/native-gdbserver.exp: Load "local-board".
3971 (${board}_spawn, ${board}_exec): Delete.
3972 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3973 ...
3974 * boards/stdio-gdbserver-base.exp: ... this new file.
3975 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3976 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3977 procedure.
3978 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3979 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3980 stdio_gdbserver_command.
3981 (${board}_get_remote_address, ${board}_get_comm_port)
3982 (${board}_download, ${board}_upload): Delete.
3983 (get_target_remote_pipe_cmd): New.
3984
3985 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3986
3987 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3988 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3989 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3990 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3991 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3992 remove with_test_prefix.
3993
3994 2017-10-13 Pedro Alves <palves@redhat.com>
3995
3996 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3997 * gdb.base/annota1.exp: Use it instead of is_remote.
3998 * gdb.base/annota3.exp: Use it instead of is_remote.
3999 * gdb.cp/annota2.exp: Use it instead of is_remote.
4000 * gdb.cp/annota3.exp: Use it instead of is_remote.
4001 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4002
4003 2017-10-13 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4006 (test_num_test_vars, run_and_count_vars, find_env)
4007 (test_set_unset_env, test_inherit_env_var): New procedures.
4008 (top level): Use them.
4009
4010 2017-10-13 Pedro Alves <palves@redhat.com>
4011
4012 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4013 also skip on stub-like targets.
4014
4015 2017-10-13 Pedro Alves <palves@redhat.com>
4016
4017 PR gdb/22293
4018 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4019 (top level): Move some tests to ...
4020 (test_not_found): ... this new procedure.
4021 (top level): Call it.
4022
4023 2017-10-13 Pedro Alves <palves@redhat.com>
4024
4025 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4026 expect different "info terminal" output if testing with a
4027 non-native target.
4028
4029 2017-10-13 Pedro Alves <palves@redhat.com>
4030 Simon Marchi <simon.marchi@polymtl.ca>
4031
4032 PR python/12966
4033 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4034
4035 2017-10-13 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4038 already.
4039
4040 2017-10-13 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4043 is_remote.
4044
4045 2017-10-13 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4048 is_remote.
4049
4050 2017-10-13 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4053 is set.
4054 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4055 instead of is_remote.
4056
4057 2017-10-13 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4060 (top level): Add comment.
4061
4062 2017-10-13 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.base/remote.exp (top level): Fix comment typo and add
4065 missing return.
4066
4067 2017-10-13 Pedro Alves <palves@redhat.com>
4068 Simon Marchi <simon.marchi@polymtl.ca>
4069
4070 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4071 calls and add comments. Skip test if use_gdb_stub is set.
4072 (top level): Use "set cwd" command instead of "cd" command.
4073
4074 2017-10-13 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4077 is_remote target check.
4078
4079 2017-10-13 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/scope.exp: Use build_executable + clean_restart +
4082 gdb_file_cmd instead of prepare_for_testing and no longer skip
4083 "before run" tests on is_remote target boards. Update comments.
4084 * boards/native-extended-gdbserver.exp
4085 (extended_gdbserver_load_last_file): New, factored out from ...
4086 (gdb_load): ... this. Move further below and add comment.
4087 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4088
4089 2017-10-12 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/attach.exp: Remove references to gdb64.
4092 * gdb.base/dbx.exp: Remove references to gdb64.
4093
4094 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4095 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/label.exp: Remove is_remote target check.
4098
4099 2017-10-12 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/auvx.exp (coredir): Update comment.
4102 (top level) <core_works>: Use "set cwd" command instead of "cd"
4103 command.
4104
4105 2017-10-12 Pedro Alves <palves@redhat.com>
4106 Simon Marchi <simon.marchi@polymtl.ca>
4107
4108 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4109 target boards.
4110
4111 2017-10-12 Pedro Alves <palves@redhat.com>
4112 Simon Marchi <simon.marchi@polymtl.ca>
4113
4114 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4115 Instead skip if there's any gdb_protocol set.
4116
4117 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4118 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4121
4122 2017-10-12 Pedro Alves <palves@redhat.com>
4123 Simon Marchi <simon.marchi@polymtl.ca>
4124
4125 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4126 instead of on dejagnu remote boards.
4127
4128 2017-10-12 Pedro Alves <palves@redhat.com>
4129 Simon Marchi <simon.marchi@polymtl.ca>
4130
4131 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4132 checks. Use build_executable + clean_restart instead of
4133 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4134 of enabling non-stop after starting gdb.
4135
4136 2017-10-12 Pedro Alves <palves@redhat.com>
4137
4138 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4139 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4140 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4141 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4142
4143 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4144
4145 * gdb.arch/arc-tdesc-cpu.exp: New file.
4146 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4147
4148 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4149
4150 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4151
4152 2017-10-10 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4155 expect CLI output.
4156
4157 2017-10-10 Pedro Alves <palves@redhat.com>
4158
4159 * lib/selftest-support.exp (selftest_setup): Update for
4160 captured_command_loop's prototype change.
4161
4162 2017-10-09 Pedro Alves <palves@redhat.com>
4163
4164 Test both arch1=>arch2 and arch2=>arch1.
4165
4166 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4167 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4168 factored out to...
4169 (append_arch1_options, append_arch2_options, append_arch_options)
4170 (build_executables): New procedures.
4171 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4172 local.
4173 (top level): Add new 'first_arch' testing axis.
4174
4175 2017-10-09 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4178 (barrier): New.
4179 (thread_start, all_started): New functions.
4180 (main): Spawn new thread and wait until it is scheduled.
4181 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4182 option.
4183 (do_test): Add 'selected_thread' parameter. Run to all_started
4184 instead of main. Explicitly set the breakpoint at main. Switch
4185 to the SELECTED_THREAD thread.
4186 (top level): Test handling the exec event with either the main
4187 thread or the second thread selected.
4188
4189 2017-10-09 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4192 logic. Move STOP marker after the value checks.
4193 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4194 regexp.
4195
4196 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4197
4198 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4199
4200 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4201
4202 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4203 integer-to-dfp conversion.
4204 * gdb.base/dfp-test.exp: Likewise.
4205
4206 2017-10-04 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.multi/hangout.c: Include <unistd.h>.
4209 (hangout_loop): New function.
4210 (main): Call alarm. Call hangout_loop in a loop.
4211 * gdb.multi/hello.c: Include <unistd.h>.
4212 (hello_loop): New function.
4213 (main): Call alarm. Call hangout_loop in a loop.
4214 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4215 inferior with the other selected.
4216
4217 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4218
4219 * gdb.mi/list-thread-groups-available.exp: New file.
4220 * gdb.mi/list-thread-groups-available.c: New file.
4221
4222 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4223
4224 * gdb.base/set-cwd.exp: Make it available on
4225 native-extended-gdbserver.
4226
4227 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4228
4229 * gdb.base/set-cwd.c: New file.
4230 * gdb.base/set-cwd.exp: Likewise.
4231
4232 2017-10-02 Tom Tromey <tom@tromey.com>
4233
4234 PR rust/22236:
4235 * gdb.rust/simple.rs (main): New variable "fslice".
4236 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4237
4238 2017-10-02 Tom Tromey <tom@tromey.com>
4239
4240 * gdb.rust/simple.exp: Test ptype of a slice.
4241
4242 2017-10-02 Tom Tromey <tom@tromey.com>
4243
4244 * gdb.rust/simple.exp: Test index of slice.
4245
4246 2017-09-27 Tom Tromey <tom@tromey.com>
4247
4248 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4249
4250 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4251 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/compare-sections.exp (get value of read-only section): Read
4254 as unsigned value.
4255 (corrupt read-only section): Likewise and don't set written if patching
4256 failed.
4257
4258 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4259
4260 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4261 files.
4262
4263 2017-09-20 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4266 symbol names in gdb's output.
4267 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4268
4269 2017-09-20 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4272 Rename to ...
4273 (test_list_ambiguous_symbol): ... this and add a symbol name
4274 parameter. Adjust.
4275 (test_list_ambiguous_function): Reimplement on top of
4276 test_list_ambiguous_symbol and also test listing ambiguous
4277 variables.
4278 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4279 (ambiguous_fun): ... this.
4280 (ambiguous_var): New.
4281 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4282 (ambiguous_fun): ... this.
4283 (ambiguous_var): New.
4284
4285 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4286
4287 * gdb.base/starti.c: New file.
4288 * gdb.base/starti.exp: New file.
4289 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4290
4291 2017-09-14 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4294 (top level): Use it instead of runto.
4295
4296 2017-09-11 Tom Tromey <tom@tromey.com>
4297
4298 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4299
4300 2017-09-11 Tom Tromey <tom@tromey.com>
4301
4302 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4303 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4304
4305 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4306
4307 * gdb.fortran/printing-types.exp: New file.
4308 * gdb.fortran/printing-types.exp: New file.
4309
4310 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4311
4312 * gdb.fortran/vla-ptype.exp: Fix typos.
4313 * gdb.fortran/vla-value.exp: Same.
4314
4315 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4316
4317 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4318 * gdb.mi/mi-var-child-f.exp: Likewise.
4319 * gdb.mi/mi-vla-fortran.exp: Likewise.
4320
4321 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4322 Christoph Weinmann <christoph.t.weinmann@intel.com>
4323 Bernhard Heckel <bernhard.heckel@intel.com>
4324
4325 * gdb.fortran/ptr-indentation.f90: New file.
4326 * gdb.fortran/ptr-indentation.exp: New file.
4327
4328 2017-09-05 Tom Tromey <tom@tromey.com>
4329
4330 PR gdb/22010:
4331 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4332
4333 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4334
4335 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4336
4337 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * gdb.threads/tls-nodebug-pie.c: New file.
4340 * gdb.threads/tls-nodebug-pie.exp: New file.
4341
4342 2017-09-05 Tom Tromey <tom@tromey.com>
4343
4344 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4345 for rust.
4346
4347 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4348
4349 * gdb.multi/multi-arch-exec.exp: Test with different
4350 "follow-exec-mode" settings.
4351 (do_test): New procedure.
4352
4353 2017-09-04 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/func-static.c (S::method const, S::method volatile)
4356 (S::method volatile const): New methods.
4357 (c_s, v_s, cv_s): New instances.
4358 (main): Call method() on them.
4359 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4360 (cannot_resolve): New procedure.
4361 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4362 print-quote-unquoted columns.
4363 (do_test): Test printing each scope too.
4364
4365 2017-09-04 Pedro Alves <palves@redhat.com>
4366
4367 * gdb.base/local-static.exp: Also test with
4368 class::method::variable wholly quoted.
4369 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4370
4371 2017-09-04 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/local-static.c: New.
4374 * gdb.base/local-static.cc: New.
4375 * gdb.base/local-static.exp: New.
4376
4377 2017-09-04 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.asm/asm-source.exp: Add casts to int.
4380 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4381 (dataglobal64_1, dataglobal64_2): New globals.
4382 * gdb.base/nodebug.exp: Test different expressions involving the
4383 new globals, with print, whatis and ptype. Add casts to int.
4384 * gdb.base/solib-display.exp: Add casts to int.
4385 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4386 * gdb.cp/m-static.exp: Add cast to int.
4387 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4388 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4389 tls variable with no debug info without a cast. Test with a cast
4390 to int too.
4391 * gdb.trace/entry-values.exp: Add casts.
4392
4393 2017-09-04 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/nodebug.exp: Test that ptype's error about functions
4396 with unknown return type includes the function name too.
4397
4398 2017-09-04 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4401 return type of munmap in infcall.
4402 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4403 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4404 type of ftell in infcall.
4405 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4406 type of getpid in infcall.
4407 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4408 infcall.
4409 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4410 Bail on failure to extract the pid.
4411 * gdb.base/nodebug.c: #include <stdint.h>.
4412 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4413 New functions.
4414 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4415 Change expected output of print/whatis/ptype with functions with
4416 no debug info. Test all supported languages. Call
4417 test_call_promotion.
4418 * gdb.compile/compile.exp: Adjust expected output to expect
4419 warning.
4420 * gdb.threads/siginfo-threads.exp: Likewise.
4421
4422 2017-09-04 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4425 "prototypes". Test calling float functions via prototyped and
4426 unprototyped function pointers.
4427 (perform_all_tests): New parameter "prototypes". Pass it down.
4428 (top level): Pass down "prototypes" parameter to
4429 perform_all_tests.
4430
4431 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4432
4433 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4434 Test with nested loops.
4435
4436 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4437
4438 * gdb.base/commands.exp: Call the new procedures.
4439 (loop_break_test, loop_continue_test): New procedures.
4440
4441 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4442
4443 * gdb.base/commands.exp: Call new procedure.
4444 (define_if_without_arg_test): New procedure.
4445
4446 2017-09-04 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.base/list-ambiguous.exp: New file.
4449 * gdb.base/list-ambiguous0.c: New file.
4450 * gdb.base/list-ambiguous1.c: New file.
4451 * gdb.base/list.exp (test_list_range): Adjust expected output.
4452
4453 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4454
4455 * gdb.base/share-env-with-gdbserver.c: New file.
4456 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4457
4458 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4459
4460 * gdb.base/commands.exp (gdbvar_simple_if_test,
4461 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4462 progvar_simple_if_test, progvar_simple_while_test,
4463 progvar_complex_if_while_test, user_defined_command_test,
4464 user_defined_command_args_eval,
4465 user_defined_command_args_stack_test,
4466 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4467 temporary_breakpoint_commands,
4468 gdb_test_no_prompt, redefine_hook_test,
4469 redefine_backtrace_test): Remove "global gdb_prompt".
4470
4471 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4472
4473 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4474 New proc, call it from toplevel.
4475
4476 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4477
4478 PR remote/21852
4479 * gdb.server/normal.c: New file, copied from gdb.base.
4480 * gdb.server/run-without-local-binary.exp: New file.
4481
4482 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4483
4484 * gdb.arch/sparc64-adi.exp: New file.
4485 * gdb.arch/sparc64-adi.c: New file.
4486
4487 2017-08-22 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4490 (top level): Add "list all overloads" tests.
4491
4492 2017-08-22 Tom Tromey <tom@tromey.com>
4493
4494 * gdb.gdb/xfullpath.exp: Remove.
4495
4496 2017-08-21 Pedro Alves <palves@redhat.com>
4497
4498 PR gdb/19487
4499 * gdb.base/symbol-alias.c: New.
4500 * gdb.base/symbol-alias2.c: New.
4501 * gdb.base/symbol-alias.exp: New.
4502
4503 2017-08-21 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/dfp-test.c
4506 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4507 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4508 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4509 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4510 * gdb.base/whatis-ptype-typedefs.c: New.
4511 * gdb.base/whatis-ptype-typedefs.exp: New.
4512 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4513 (an_int, an_int_type, an_int_type2): New globals.
4514 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4515 involving typedefs and cast expressions.
4516 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4517 (lookup_typedefs_function): New.
4518 (typedefs_pretty_printers_dict): New.
4519 (top level): Register lookup_typedefs_function in
4520 gdb.pretty_printers.
4521
4522 2017-08-18 Yao Qi <yao.qi@linaro.org>
4523
4524 * gdb.server/unittest.exp: New.
4525
4526 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4527
4528 PR gdb/21954
4529 * gdb.base/environ.exp: Add test to check if 'unset environment'
4530 works.
4531
4532 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4533
4534 * lib/gdb.exp (universal_compile_options): New caching proc.
4535 (gdb_compile): Suppress GCC's coloring of messages.
4536
4537 2017-08-14 Tom Tromey <tom@tromey.com>
4538
4539 PR gdb/21675:
4540 * gdb.base/printcmds.exp (test_radices): New function.
4541 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4542 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4543 * lib/gdb.exp (get_integer_valueof): Use p/d.
4544
4545 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4546
4547 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4548 characters.
4549
4550 2017-08-05 Tom Tromey <tom@tromey.com>
4551
4552 * gdb.rust/simple.exp: Allow String to appear in a different
4553 namespace.
4554
4555 2017-07-26 Yao Qi <yao.qi@linaro.org>
4556
4557 * gdb.gdb/unittest.exp: Invoke command
4558 "maintenance check xml-descriptions".
4559
4560 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4561
4562 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4563 calling context.
4564 (hex128): Drop erroneous calculation of parameters.
4565
4566 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4567
4568 * gdb.python/py-unwind.exp: Disable stack protection when
4569 building test file.
4570
4571 2017-07-20 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/default.exp (set language): Adjust expected output.
4574
4575 2017-07-20 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4578 (test_minsym): ... this, and make static.
4579 (get_pck__foo__bar__minsym): Rename to ...
4580 (get_test_minsym): ... this.
4581 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4582 symbol names and comments.
4583 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4584 (get_test_minsym): ... this.
4585 (pck__foo__bar__minsym__2): Rename to ...
4586 (test_minsym): ... this.
4587 (main): Adjust.
4588
4589 2017-07-17 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/completion.exp: Adjust expected output.
4592 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4593 the completer works.
4594
4595 2017-07-17 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4598
4599 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4602
4603 2017-07-14 Tom Tromey <tom@tromey.com>
4604
4605 PR rust/21764:
4606 * gdb.rust/simple.exp: Add tests.
4607
4608 2017-07-14 Tom Tromey <tom@tromey.com>
4609
4610 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4611
4612 2017-07-14 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.linespec/base/one/thefile.cc (z1): New function.
4615 * gdb.linespec/base/two/thefile.cc (z2): New function.
4616 * gdb.linespec/linespec.exp: Add tests.
4617
4618 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4621 to mi_create_breakpoint.
4622
4623 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4624
4625 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4626 mi_create_breakpoint.
4627
4628 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4629
4630 * gdb.dlang/demangle.exp: Update for demangling changes.
4631
4632 2017-07-09 Tom Tromey <tom@tromey.com>
4633
4634 * gdb.dwarf2/shortpiece.exp: New file.
4635
4636 2017-07-06 David Blaikie <dblaikie@gmail.com>
4637
4638 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4639 built from fissiont-multi-cu{1,2}.c.
4640 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4641 except putting 'main' and 'func' in separate CUs in the same DWO file.
4642 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4643 test.
4644 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4645 test.
4646
4647 2017-07-06 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.python/py-unwind.exp: Test flushregs.
4650
4651 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4652
4653 PR cli/21688
4654 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4655 tests for alias commands and trailing whitespace.
4656
4657 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4658
4659 PR cli/21688
4660 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4661 procedure. Call it.
4662
4663 2017-06-29 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.base/printcmds.exp: Add tests.
4666
4667 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4668
4669 PR gdb/21337
4670 * gdb.base/reread-readsym.exp: New file.
4671 * gdb.base/reread-readsym.c: New file.
4672
4673 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4674
4675 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4676 subpattern.
4677
4678 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4679
4680 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4681 extended mnemonic.
4682 * gdb.arch/powerpc-power9.s: Likewise.
4683
4684 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4685
4686 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4687 on 32-bit x86 targets. Exploit is_*_target macros where
4688 appropriate.
4689
4690 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4691
4692 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4693 register pieces.
4694
4695 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4696
4697 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4698 located in one or more DWARF pieces.
4699
4700 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4701
4702 * lib/gdb.exp (get_endianness): New proc.
4703 * gdb.arch/aarch64-fp.exp: Use it.
4704 * gdb.arch/altivec-regs.exp: Likewise.
4705 * gdb.arch/e500-regs.exp: Likewise.
4706 * gdb.arch/vsx-regs.exp: Likewise.
4707 * gdb.base/dump.exp: Likewise.
4708 * gdb.base/funcargs.exp: Likewise.
4709 * gdb.base/gnu_vector.exp: Likewise.
4710 * gdb.dwarf2/formdata16.exp: Likewise.
4711 * gdb.dwarf2/implptrpiece.exp: Likewise.
4712 * gdb.dwarf2/nonvar-access.exp: Likewise.
4713 * gdb.python/py-inferior.exp: Likewise.
4714 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4715
4716 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4717
4718 PR gdb/21226
4719 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4720 stack value pieces are taken from the LSB end.
4721
4722 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4723
4724 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4725 variable at nonzero offset.
4726
4727 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4728
4729 * gdb.dwarf2/var-access.c: New file.
4730 * gdb.dwarf2/var-access.exp: New test.
4731 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4732
4733 2017-06-12 Tom Tromey <tom@tromey.com>
4734
4735 * gdb.dwarf2/formdata16.exp: Add tests.
4736
4737 2017-06-12 Tom Tromey <tom@tromey.com>
4738
4739 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4740
4741 2017-06-12 Tom Tromey <tom@tromey.com>
4742
4743 PR exp/16225:
4744 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4745 * gdb.arch/vsx-regs.exp: Update tests.
4746 * gdb.arch/s390-vregs.exp (hex128): New proc.
4747 Update test.
4748 * gdb.arch/altivec-regs.exp: Update tests.
4749
4750 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4751
4752 * gdb.base/startup-with-shell.c: New file.
4753 * gdb.base/startup-with-shell.exp: Likewise.
4754
4755 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4756
4757 * gdb.server/non-existing-program.exp: Update regex in order to
4758 reflect the fact that gdbserver is now using fork_inferior (with a
4759 shell) to startup the inferior.
4760
4761 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4762
4763 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4764 support function calls from GDB.
4765
4766 2017-05-21 Tom Tromey <tom@tromey.com>
4767
4768 PR rust/21466:
4769 * gdb.rust/unsized.exp: New file.
4770 * gdb.rust/unsized.rs: New file.
4771
4772 2017-05-19 Tom Tromey <tom@tromey.com>
4773
4774 PR rust/21484:
4775 * gdb.rust/watch.exp: New file.
4776 * gdb.rust/watch.rs: New file.
4777
4778 2017-05-18 Tom Tromey <tom@tromey.com>
4779
4780 * gdb.rust/simple.exp: Allow Box to be qualified.
4781
4782 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4783
4784 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4785
4786 2017-05-18 Pedro Alves <palves@redhat.com>
4787
4788 * gdb.base/fileio.c (test_write, test_read, test_close)
4789 (test_fstat): Don't print 'ret' in the fail path.
4790
4791 2017-05-18 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4794 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4795 (test_system, test_rename, test_unlink, test_time): Change
4796 prototypes.
4797 * gdb.base/fileio.exp (stop_msg): Adjust.
4798
4799 2017-05-18 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/fileio.c (null_str): New global.
4802 (test_stat): Use it.
4803 * gdb.base/fileio.exp: Remove nowarnings.
4804
4805 2017-05-17 Yao Qi <yao.qi@linaro.org>
4806
4807 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4808
4809 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4810
4811 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4812 argument command.
4813 (top-level): Invoke test_set_inferior_tty.
4814
4815 2017-05-04 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4818 Add parens to print call for Python 3.
4819
4820 2017-05-03 Keith Seitz <keiths@redhat.com>
4821
4822 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4823 (main): Call it.
4824
4825 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4826
4827 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4828 to prev and next.
4829
4830 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4831
4832 * gdb.python/py-record-btrace.exp: Remove test for
4833 gdb.BtraceInstruction.error.
4834
4835 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4836
4837 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4838
4839 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4840
4841 * gdb.python/py-record-btrace-threads.c: New file.
4842 * gdb.python/py-record-btrace-threads.exp: New file.
4843
4844 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4845
4846 PR testsuite/8595
4847 * gdb.base/environ.exp: Make test available in all architectures.
4848 Move bits related to "info program" testing to
4849 gdb.base/info-program.exp. Rewrite tests to use the two new
4850 procedures mentione below.
4851 (test_set_show_env_var) New procedure.
4852 (test_set_show_env_var_equal): Likewise.
4853 * gdb.base/info-program.exp: New file.
4854
4855 2017-04-27 Keith Seitz <keiths@redhat.com>
4856
4857 * gdb.cp/oranking.cc (test15): New function.
4858 (main): Call test15 and declare additional variables for testing.
4859 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4860 "p foo101('abc')" tests.
4861 Add tests for cv qualifier overloads.
4862 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4863 "lvalue reference overload" test.
4864 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4865 "print value of f1 on Child&& in f2" test.
4866
4867 2017-04-19 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4870 procedure.
4871 (top level): Call it.
4872 * lib/gdb.exp (gdb_define_cmd): New procedure.
4873
4874 2017-04-12 Pedro Alves <palves@redhat.com>
4875
4876 PR gdb/21323
4877 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4878 (wchar): New global.
4879 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4880 (do_test_wide_char, wide_char_types_no_program, top level): Add
4881 wchar_t testing.
4882
4883 2017-04-12 Pedro Alves <palves@redhat.com>
4884
4885 PR c++/21323
4886 * gdb.cp/wide_char_types.c: New file.
4887 * gdb.cp/wide_char_types.exp: New file.
4888
4889 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4890
4891 PR gdb/21352
4892 * gdb.trace/tsv.exp: Add test for "tsave -r".
4893
4894 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4895
4896 * gdb.dlang/watch-loc.c: New file.
4897 * gdb.dlang/watch-loc.exp: New file.
4898
4899 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4900
4901 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4902
4903 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4904
4905 * gdb.arch/arc-analyze-prologue.S: New file.
4906 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4907
4908 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4909
4910 * gdb.arch/arc-decode-insn.S: New file.
4911 * gdb.arch/arc-decode-insn.exp: Likewise.
4912
4913 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4914
4915 PR tdep/20928
4916 * gdb.arch/sparc64-regs.exp: New file.
4917 * gdb.arch/sparc64-regs.S: Likewise.
4918
4919 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4920
4921 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4922 and memory view on Python 3.
4923
4924 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4925 Keith Seitz <keiths@redhat.com>
4926
4927 PR gdb/14441
4928 * gdb.cp/demangle.exp: Add rvalue reference tests.
4929 * gdb.cp/rvalue-ref-casts.cc: New file.
4930 * gdb.cp/rvalue-ref-casts.exp: New file.
4931 * gdb.cp/rvalue-ref-overload.cc: New file.
4932 * gdb.cp/rvalue-ref-overload.exp: New file.
4933 * gdb.cp/rvalue-ref-params.cc: New file.
4934 * gdb.cp/rvalue-ref-params.exp: New file.
4935 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4936 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4937 * gdb.cp/rvalue-ref-types.cc: New file.
4938 * gdb.cp/rvalue-ref-types.exp: New file.
4939 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4940 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4941
4942 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4943
4944 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4945 New procedure.
4946
4947 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4948
4949 * lib/mi-support.exp (mi_gdb_test): Add additional message
4950 for unexpected output.
4951
4952 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4953
4954 * gdb.base/examine-backward.c (Barrier): New character array
4955 constant, to ensure that TestStrings is preceded by a string
4956 terminator.
4957
4958 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4959
4960 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4961 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4962 and implicit pointer into such a location.
4963
4964 2017-03-16 Doug Evans <dje@google.com>
4965
4966 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4967
4968 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4969
4970 * gdb.cp/m-static.exp: Fix expectation for prototype of
4971 test5.single_constructor and single_constructor::single_constructor.
4972
4973 2017-03-16 Doug Evans <dje@google.com>
4974
4975 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4976 * gdb.guile/scm-lazy-string.c: New file.
4977 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4978 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4979 for pointer, array, typedef lazy strings.
4980
4981 2017-03-16 Doug Evans <dje@google.com>
4982
4983 PR python/17728, python/18439, python/18779
4984 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4985 * gdb.python/py-lazy-string.c (pointer): New typedef.
4986 (main): New locals ptr, array, typedef_ptr.
4987 * gdb.python/py-value.exp: Move lazy string tests to ...
4988 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4989 array, typedef lazy strings.
4990
4991 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4992
4993 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4994 Add optional 'test' parameter.
4995
4996 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4997
4998 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4999 Skip for versions of DejaGnu < 1.5.
5000
5001 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5002
5003 * lib/gdb.exp (dejagnu_version): New proc.
5004 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5005 Use dejagnu_version.
5006
5007 2017-03-10 Keith Seitz <keiths@redhat.com>
5008
5009 PR c++/8128
5010 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5011 type from destructor regexps.
5012 Add a branch which actually passes the test.
5013 Adjust "ptype t5i" test names.
5014
5015 2017-03-08 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.base/step-over-exit.exp: Add explicit test message.
5018
5019 2017-03-08 Pedro Alves <palves@redhat.com>
5020
5021 PR gdb/18360
5022 * gdb.threads/interrupt-while-step-over.c: New file.
5023 * gdb.threads/interrupt-while-step-over.exp: New file.
5024
5025 2017-03-08 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5028 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5029
5030 2017-03-08 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5033 PKRU as not supported as a PASS.
5034
5035 2017-03-08 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5038 prefix instead of $binfile1/$binfile2.
5039 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5040 in test message.
5041 * gdb.python/py-completion.exp: Use "load python file" as test
5042 messages instead of unstable path names.
5043
5044 2017-03-08 Pedro Alves <palves@redhat.com>
5045 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 PR cli/21218
5048 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5049 New proc.
5050 (top level): Call it.
5051
5052 2017-03-08 Pedro Alves <palves@redhat.com>
5053
5054 PR tui/21216
5055 * gdb.tui/tui-nl-filtered-output.exp: New file.
5056
5057 2017-03-08 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.base/completion.exp: Move TUI completion tests to ...
5060 * gdb.tui/completion.exp: ... this new file.
5061
5062 2017-03-08 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.base/tui-disasm-long-lines.c,
5065 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5066 gdb.base/tui-layout.exp: Move to ...
5067 * gdb.tui/: ... this new directory.
5068
5069 2017-03-07 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.base/tui-layout.c: New file.
5072 * gdb.base/tui-layout.exp: New file.
5073
5074 2017-03-07 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/tui-layout.c: Rename to ...
5077 * gdb.base/tui-disasm-long-lines.c: ... this.
5078 * gdb.base/tui-layout.exp: Rename to ...
5079 * gdb.base/tui-disasm-long-lines.exp: ... this.
5080
5081 2017-03-07 Pedro Alves <palves@redhat.com>
5082
5083 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5084
5085 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5086
5087 * i386-mpx-call.c: New file.
5088 * i386-mpx-call.exp: New file.
5089
5090 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5091
5092 * gdb.arch/powerpc-power.exp: Delete test.
5093 * gdb.arch/powerpc-power.s: Likewise.
5094 * gdb.disasm/disassembler-options.exp: New test.
5095 * gdb.arch/powerpc-altivec.exp: Likewise.
5096 * gdb.arch/powerpc-altivec.s: Likewise.
5097 * gdb.arch/powerpc-altivec2.exp: Likewise.
5098 * gdb.arch/powerpc-altivec2.s: Likewise.
5099 * gdb.arch/powerpc-altivec3.exp: Likewise.
5100 * gdb.arch/powerpc-altivec3.s: Likewise.
5101 * gdb.arch/powerpc-power7.exp: Likewise.
5102 * gdb.arch/powerpc-power7.s: Likewise.
5103 * gdb.arch/powerpc-power8.exp: Likewise.
5104 * gdb.arch/powerpc-power8.s: Likewise.
5105 * gdb.arch/powerpc-power9.exp: Likewise.
5106 * gdb.arch/powerpc-power9.s: Likewise.
5107 * gdb.arch/powerpc-vsx.exp: Likewise.
5108 * gdb.arch/powerpc-vsx.s: Likewise.
5109 * gdb.arch/powerpc-vsx2.exp: Likewise.
5110 * gdb.arch/powerpc-vsx2.s: Likewise.
5111 * gdb.arch/powerpc-vsx3.exp: Likewise.
5112 * gdb.arch/powerpc-vsx3.s: Likewise.
5113 * gdb.arch/arm-disassembler-options.exp: Likewise.
5114 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5115 * gdb.arch/s390-disassembler-options.exp: Likewise.
5116
5117 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5118
5119 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5120 (check_supported_features): ... this. Changed return type to void.
5121 (supports_rdseed): New static global.
5122 (rdseed): Check supports_rdseed.
5123 (initialize): Call check_supported_features.
5124
5125 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5126
5127 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5128 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5129 and lqarx/stqcx.
5130 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5131 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5132
5133 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5134
5135 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5136 uppercase.
5137
5138 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5139
5140 * gdb.dwarf2/formdata16.c: New file.
5141 * gdb.dwarf2/formdata16.exp: New file.
5142 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5143
5144 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5145
5146 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5147 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5148 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5149 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5150 DW_AT_GNU_*.
5151
5152 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5153
5154 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5155
5156 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5157
5158 PR gdb/21164
5159 * gdb.base/maint.exp: Add testcases for when the commands do
5160 not have arguments.
5161
5162 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5163
5164 * gdb.cp/chained-calls.exp: Use p instead of P.
5165
5166 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5167
5168 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5169 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5170
5171 2017-02-14 Tom Tromey <tom@tromey.com>
5172
5173 PR python/13598:
5174 * gdb.python/py-events.exp: Add before_prompt event tests.
5175
5176 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5177
5178 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5179
5180 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5181
5182 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5183 (main): Call my_unique_function_name.
5184 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5185 completion of patterns with a single match.
5186 Add missing -re switches to gdb_test_multiple calls.
5187
5188 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5189
5190 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5191 return if core file is not recognized.
5192
5193 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5196 and extra UIs.
5197
5198 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5199
5200 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5201 proc_with_prefix.
5202
5203 2017-02-10 Tom Tromey <tom@tromey.com>
5204
5205 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5206
5207 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5208
5209 PR gdb/21122
5210 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5211
5212 2017-02-08 Jerome Guitton <guitton@adacore.com>
5213
5214 * gdb.base/define.exp: Add test for command abbreviations
5215 in define.
5216
5217 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5218
5219 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5220 * gdb.reverse/insn-reverse-x86.c: New file.
5221
5222 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5223
5224 PR tdep/20936
5225 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5226
5227 2017-02-03 Tom Tromey <tom@tromey.com>
5228
5229 PR rust/21097:
5230 * gdb.rust/simple.exp: Add new tests.
5231
5232 2017-02-02 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5235 tests.
5236
5237 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5238
5239 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5240 taking a 2-byte value out of a 4-byte DWARF implicit value on
5241 big-endian targets.
5242 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5243 logic. Add test cases for DW_OP_implicit.
5244
5245 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5246
5247 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5248
5249 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5250
5251 * gdb.btrace/enable.exp: Call gdb_exit before
5252 skip_gdbserver_tests.
5253
5254 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5255
5256 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5257 GDBFLAGS.
5258
5259 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5260
5261 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5262 the test is skipped.
5263 * gdb.btrace/data.exp: Likewise.
5264 * gdb.btrace/delta.exp: Likewise.
5265 * gdb.btrace/dlopen.exp: Likewise.
5266 * gdb.btrace/enable-running.exp: Likewise.
5267 * gdb.btrace/enable.exp: Likewise.
5268 * gdb.btrace/exception.exp: Likewise.
5269 * gdb.btrace/function_call_history.exp: Likewise.
5270 * gdb.btrace/gcore.exp: Likewise.
5271 * gdb.btrace/instruction_history.exp: Likewise.
5272 * gdb.btrace/multi-thread-step.exp: Likewise.
5273 * gdb.btrace/nohist.exp: Likewise.
5274 * gdb.btrace/non-stop.exp: Likewise.
5275 * gdb.btrace/reconnect.exp: Likewise.
5276 * gdb.btrace/record_goto-step.exp: Likewise.
5277 * gdb.btrace/record_goto.exp: Likewise.
5278 * gdb.btrace/rn-dl-bind.exp: Likewise.
5279 * gdb.btrace/segv.exp: Likewise.
5280 * gdb.btrace/step.exp: Likewise.
5281 * gdb.btrace/stepi.exp: Likewise.
5282 * gdb.btrace/tailcall-only.exp: Likewise.
5283 * gdb.btrace/tailcall.exp: Likewise.
5284 * gdb.btrace/tsx.exp: Likewise.
5285 * gdb.btrace/unknown_functions.exp: Likewise.
5286 * gdb.btrace/vdso.exp: Likewise.
5287
5288 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5289
5290 * gdb.btrace/enable-running.c: New.
5291 * gdb.btrace/enable-running.exp: New.
5292
5293 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5294
5295 * gdb.arch/amd64-gs_base.c: New file.
5296 * gdb.arch/amd64-gs_base.exp: New file.
5297
5298 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5299
5300 * lib/memory.exp: Remove spurious empty newlines.
5301
5302 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5303
5304 * gdb.python/py-bad-printers.exp: Load python file using "source".
5305 * gdb.python/py-events.exp: Likewise.
5306 * gdb.python/py-evsignal.exp: Likewise.
5307 * gdb.python/py-evthreads.exp: Likewise.
5308 * gdb.python/py-frame-args.exp: Likewise.
5309 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5310 * gdb.python/py-framefilter-mi.exp: Likewise.
5311 * gdb.python/py-framefilter.exp: Likewise.
5312 * gdb.python/py-mi.exp: Likewise.
5313 * gdb.python/py-pp-maint.exp: Likewise.
5314 * gdb.python/py-pp-registration.exp: Likewise.
5315 * gdb.python/py-prettyprint.exp: Likewise.
5316 (run_lang_tests): Likewise.
5317 * gdb.python/py-typeprint.exp: Likewise.
5318
5319 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5320
5321 * lib/memory.exp: New file.
5322 * lib/gdb.exp: Load memory.exp.
5323 * gdb.base/memattr.exp (delete_memory): Move proc to
5324 lib/memory.exp and rename to delete_memory_regions.
5325 Replace delete_memory with delete_memory_regions.
5326 Cleanup memory regions before tests.
5327 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5328 before tests.
5329
5330 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5331
5332 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5333 files.
5334 (initialize): New function conditionally defined.
5335 (testcases): Move within conditional block.
5336 (main): Call initialize.
5337 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5338 of gdb.reverse/insn-reverse.c.
5339 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5340 gdb.reverse/insn-reverse.c.
5341
5342 2017-01-26 Yao Qi <yao.qi@linaro.org>
5343
5344 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5345 disassemble on address 0.
5346
5347 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5348 Yao Qi <yao.qi@linaro.org>
5349
5350 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5351 * gdb.dwarf2/implptr-64bit.S: Remove.
5352 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5353 variables in caller's context. Add DW_OP_implicit_value.
5354
5355 2017-01-25 Yao Qi <yao.qi@linaro.org>
5356
5357 * lib/dwarf.exp (Dwarf::_location): Handle
5358 DW_OP_GNU_implicit_pointer with proper size.
5359
5360 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5361
5362 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5363 and add untested calls.
5364
5365 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5366
5367 * gdb.python/python.exp: Check line number against what GDB thinks
5368 the line number is for func1.
5369
5370 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5371
5372 * gdb.dlang/debug-expr.exp: New file.
5373
5374 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5375
5376 Fix test names for the following files:
5377
5378 * gdb.ada/exec_changed.exp
5379 * gdb.ada/info_types.exp
5380 * gdb.arch/aarch64-atomic-inst.exp
5381 * gdb.arch/aarch64-fp.exp
5382 * gdb.arch/altivec-abi.exp
5383 * gdb.arch/altivec-regs.exp
5384 * gdb.arch/amd64-byte.exp
5385 * gdb.arch/amd64-disp-step.exp
5386 * gdb.arch/amd64-dword.exp
5387 * gdb.arch/amd64-entry-value-inline.exp
5388 * gdb.arch/amd64-entry-value-param.exp
5389 * gdb.arch/amd64-entry-value-paramref.exp
5390 * gdb.arch/amd64-entry-value.exp
5391 * gdb.arch/amd64-i386-address.exp
5392 * gdb.arch/amd64-invalid-stack-middle.exp
5393 * gdb.arch/amd64-invalid-stack-top.exp
5394 * gdb.arch/amd64-optimout-repeat.exp
5395 * gdb.arch/amd64-prologue-skip.exp
5396 * gdb.arch/amd64-prologue-xmm.exp
5397 * gdb.arch/amd64-stap-special-operands.exp
5398 * gdb.arch/amd64-stap-wrong-subexp.exp
5399 * gdb.arch/amd64-tailcall-cxx.exp
5400 * gdb.arch/amd64-tailcall-noret.exp
5401 * gdb.arch/amd64-tailcall-ret.exp
5402 * gdb.arch/amd64-tailcall-self.exp
5403 * gdb.arch/amd64-word.exp
5404 * gdb.arch/arm-bl-branch-dest.exp
5405 * gdb.arch/arm-disp-step.exp
5406 * gdb.arch/arm-neon.exp
5407 * gdb.arch/arm-single-step-kernel-helper.exp
5408 * gdb.arch/avr-flash-qualifier.exp
5409 * gdb.arch/disp-step-insn-reloc.exp
5410 * gdb.arch/e500-abi.exp
5411 * gdb.arch/e500-regs.exp
5412 * gdb.arch/ftrace-insn-reloc.exp
5413 * gdb.arch/i386-avx512.exp
5414 * gdb.arch/i386-bp_permanent.exp
5415 * gdb.arch/i386-byte.exp
5416 * gdb.arch/i386-cfi-notcurrent.exp
5417 * gdb.arch/i386-disp-step.exp
5418 * gdb.arch/i386-dr3-watch.exp
5419 * gdb.arch/i386-float.exp
5420 * gdb.arch/i386-gnu-cfi.exp
5421 * gdb.arch/i386-mpx-map.exp
5422 * gdb.arch/i386-mpx-sigsegv.exp
5423 * gdb.arch/i386-mpx-simple_segv.exp
5424 * gdb.arch/i386-mpx.exp
5425 * gdb.arch/i386-permbkpt.exp
5426 * gdb.arch/i386-prologue.exp
5427 * gdb.arch/i386-signal.exp
5428 * gdb.arch/i386-size-overlap.exp
5429 * gdb.arch/i386-unwind.exp
5430 * gdb.arch/i386-word.exp
5431 * gdb.arch/mips-fcr.exp
5432 * gdb.arch/powerpc-d128-regs.exp
5433 * gdb.arch/powerpc-stackless.exp
5434 * gdb.arch/ppc64-atomic-inst.exp
5435 * gdb.arch/s390-stackless.exp
5436 * gdb.arch/s390-tdbregs.exp
5437 * gdb.arch/s390-vregs.exp
5438 * gdb.arch/sparc-sysstep.exp
5439 * gdb.arch/thumb-bx-pc.exp
5440 * gdb.arch/thumb-singlestep.exp
5441 * gdb.arch/thumb2-it.exp
5442 * gdb.arch/vsx-regs.exp
5443 * gdb.asm/asm-source.exp
5444 * gdb.base/a2-run.exp
5445 * gdb.base/advance.exp
5446 * gdb.base/all-bin.exp
5447 * gdb.base/anon.exp
5448 * gdb.base/args.exp
5449 * gdb.base/arithmet.exp
5450 * gdb.base/async-shell.exp
5451 * gdb.base/async.exp
5452 * gdb.base/attach-pie-noexec.exp
5453 * gdb.base/attach-twice.exp
5454 * gdb.base/auto-load.exp
5455 * gdb.base/bang.exp
5456 * gdb.base/bitfields.exp
5457 * gdb.base/break-always.exp
5458 * gdb.base/break-caller-line.exp
5459 * gdb.base/break-entry.exp
5460 * gdb.base/break-inline.exp
5461 * gdb.base/break-on-linker-gcd-function.exp
5462 * gdb.base/break-probes.exp
5463 * gdb.base/break.exp
5464 * gdb.base/breakpoint-shadow.exp
5465 * gdb.base/call-ar-st.exp
5466 * gdb.base/call-sc.exp
5467 * gdb.base/call-signal-resume.exp
5468 * gdb.base/call-strs.exp
5469 * gdb.base/callfuncs.exp
5470 * gdb.base/catch-fork-static.exp
5471 * gdb.base/catch-gdb-caused-signals.exp
5472 * gdb.base/catch-load.exp
5473 * gdb.base/catch-signal-fork.exp
5474 * gdb.base/catch-signal.exp
5475 * gdb.base/catch-syscall.exp
5476 * gdb.base/charset.exp
5477 * gdb.base/checkpoint.exp
5478 * gdb.base/chng-syms.exp
5479 * gdb.base/code-expr.exp
5480 * gdb.base/code_elim.exp
5481 * gdb.base/commands.exp
5482 * gdb.base/completion.exp
5483 * gdb.base/complex.exp
5484 * gdb.base/cond-expr.exp
5485 * gdb.base/condbreak.exp
5486 * gdb.base/consecutive.exp
5487 * gdb.base/continue-all-already-running.exp
5488 * gdb.base/coredump-filter.exp
5489 * gdb.base/corefile.exp
5490 * gdb.base/dbx.exp
5491 * gdb.base/debug-expr.exp
5492 * gdb.base/define.exp
5493 * gdb.base/del.exp
5494 * gdb.base/disabled-location.exp
5495 * gdb.base/disasm-end-cu.exp
5496 * gdb.base/disasm-optim.exp
5497 * gdb.base/display.exp
5498 * gdb.base/duplicate-bp.exp
5499 * gdb.base/ena-dis-br.exp
5500 * gdb.base/ending-run.exp
5501 * gdb.base/enumval.exp
5502 * gdb.base/environ.exp
5503 * gdb.base/eu-strip-infcall.exp
5504 * gdb.base/eval-avoid-side-effects.exp
5505 * gdb.base/eval-skip.exp
5506 * gdb.base/exitsignal.exp
5507 * gdb.base/expand-psymtabs.exp
5508 * gdb.base/filesym.exp
5509 * gdb.base/find-unmapped.exp
5510 * gdb.base/finish.exp
5511 * gdb.base/float.exp
5512 * gdb.base/foll-exec-mode.exp
5513 * gdb.base/foll-exec.exp
5514 * gdb.base/foll-fork.exp
5515 * gdb.base/fortran-sym-case.exp
5516 * gdb.base/freebpcmd.exp
5517 * gdb.base/func-ptr.exp
5518 * gdb.base/func-ptrs.exp
5519 * gdb.base/funcargs.exp
5520 * gdb.base/gcore-buffer-overflow.exp
5521 * gdb.base/gcore-relro-pie.exp
5522 * gdb.base/gcore-relro.exp
5523 * gdb.base/gcore.exp
5524 * gdb.base/gdb1090.exp
5525 * gdb.base/gdb11530.exp
5526 * gdb.base/gdb11531.exp
5527 * gdb.base/gdb1821.exp
5528 * gdb.base/gdbindex-stabs.exp
5529 * gdb.base/gdbvars.exp
5530 * gdb.base/hbreak.exp
5531 * gdb.base/hbreak2.exp
5532 * gdb.base/included.exp
5533 * gdb.base/infcall-input.exp
5534 * gdb.base/inferior-died.exp
5535 * gdb.base/infnan.exp
5536 * gdb.base/info-macros.exp
5537 * gdb.base/info-os.exp
5538 * gdb.base/info-proc.exp
5539 * gdb.base/info-shared.exp
5540 * gdb.base/info-target.exp
5541 * gdb.base/infoline.exp
5542 * gdb.base/interp.exp
5543 * gdb.base/interrupt.exp
5544 * gdb.base/jit-reader.exp
5545 * gdb.base/jit-simple.exp
5546 * gdb.base/kill-after-signal.exp
5547 * gdb.base/kill-detach-inferiors-cmd.exp
5548 * gdb.base/label.exp
5549 * gdb.base/langs.exp
5550 * gdb.base/ldbl_e308.exp
5551 * gdb.base/line-symtabs.exp
5552 * gdb.base/linespecs.exp
5553 * gdb.base/list.exp
5554 * gdb.base/long_long.exp
5555 * gdb.base/longest-types.exp
5556 * gdb.base/maint.exp
5557 * gdb.base/max-value-size.exp
5558 * gdb.base/memattr.exp
5559 * gdb.base/mips_pro.exp
5560 * gdb.base/morestack.exp
5561 * gdb.base/moribund-step.exp
5562 * gdb.base/multi-forks.exp
5563 * gdb.base/nested-addr.exp
5564 * gdb.base/nextoverexit.exp
5565 * gdb.base/noreturn-finish.exp
5566 * gdb.base/noreturn-return.exp
5567 * gdb.base/nostdlib.exp
5568 * gdb.base/offsets.exp
5569 * gdb.base/opaque.exp
5570 * gdb.base/pc-fp.exp
5571 * gdb.base/permissions.exp
5572 * gdb.base/print-symbol-loading.exp
5573 * gdb.base/prologue-include.exp
5574 * gdb.base/psymtab.exp
5575 * gdb.base/ptype.exp
5576 * gdb.base/random-signal.exp
5577 * gdb.base/randomize.exp
5578 * gdb.base/range-stepping.exp
5579 * gdb.base/readline-ask.exp
5580 * gdb.base/recpar.exp
5581 * gdb.base/recurse.exp
5582 * gdb.base/relational.exp
5583 * gdb.base/restore.exp
5584 * gdb.base/return-nodebug.exp
5585 * gdb.base/return.exp
5586 * gdb.base/run-after-attach.exp
5587 * gdb.base/save-bp.exp
5588 * gdb.base/scope.exp
5589 * gdb.base/sect-cmd.exp
5590 * gdb.base/set-lang-auto.exp
5591 * gdb.base/set-noassign.exp
5592 * gdb.base/setvar.exp
5593 * gdb.base/sigall.exp
5594 * gdb.base/sigbpt.exp
5595 * gdb.base/siginfo-addr.exp
5596 * gdb.base/siginfo-infcall.exp
5597 * gdb.base/siginfo-obj.exp
5598 * gdb.base/siginfo.exp
5599 * gdb.base/signals-state-child.exp
5600 * gdb.base/signest.exp
5601 * gdb.base/sigstep.exp
5602 * gdb.base/sizeof.exp
5603 * gdb.base/skip.exp
5604 * gdb.base/solib-corrupted.exp
5605 * gdb.base/solib-nodir.exp
5606 * gdb.base/solib-search.exp
5607 * gdb.base/stack-checking.exp
5608 * gdb.base/stale-infcall.exp
5609 * gdb.base/stap-probe.exp
5610 * gdb.base/start.exp
5611 * gdb.base/step-break.exp
5612 * gdb.base/step-bt.exp
5613 * gdb.base/step-line.exp
5614 * gdb.base/step-over-exit.exp
5615 * gdb.base/step-over-syscall.exp
5616 * gdb.base/step-resume-infcall.exp
5617 * gdb.base/step-test.exp
5618 * gdb.base/store.exp
5619 * gdb.base/structs3.exp
5620 * gdb.base/sym-file.exp
5621 * gdb.base/symbol-without-target_section.exp
5622 * gdb.base/term.exp
5623 * gdb.base/testenv.exp
5624 * gdb.base/ui-redirect.exp
5625 * gdb.base/until.exp
5626 * gdb.base/unwindonsignal.exp
5627 * gdb.base/value-double-free.exp
5628 * gdb.base/vla-datatypes.exp
5629 * gdb.base/vla-ptr.exp
5630 * gdb.base/vla-sideeffect.exp
5631 * gdb.base/volatile.exp
5632 * gdb.base/watch-cond-infcall.exp
5633 * gdb.base/watch-cond.exp
5634 * gdb.base/watch-non-mem.exp
5635 * gdb.base/watch-read.exp
5636 * gdb.base/watch-vfork.exp
5637 * gdb.base/watchpoint-cond-gone.exp
5638 * gdb.base/watchpoint-delete.exp
5639 * gdb.base/watchpoint-hw-hit-once.exp
5640 * gdb.base/watchpoint-hw.exp
5641 * gdb.base/watchpoint-stops-at-right-insn.exp
5642 * gdb.base/watchpoints.exp
5643 * gdb.base/wchar.exp
5644 * gdb.base/whatis-exp.exp
5645 * gdb.btrace/buffer-size.exp
5646 * gdb.btrace/data.exp
5647 * gdb.btrace/delta.exp
5648 * gdb.btrace/dlopen.exp
5649 * gdb.btrace/enable.exp
5650 * gdb.btrace/exception.exp
5651 * gdb.btrace/function_call_history.exp
5652 * gdb.btrace/gcore.exp
5653 * gdb.btrace/instruction_history.exp
5654 * gdb.btrace/nohist.exp
5655 * gdb.btrace/reconnect.exp
5656 * gdb.btrace/record_goto-step.exp
5657 * gdb.btrace/record_goto.exp
5658 * gdb.btrace/rn-dl-bind.exp
5659 * gdb.btrace/segv.exp
5660 * gdb.btrace/step.exp
5661 * gdb.btrace/stepi.exp
5662 * gdb.btrace/tailcall-only.exp
5663 * gdb.btrace/tailcall.exp
5664 * gdb.btrace/tsx.exp
5665 * gdb.btrace/unknown_functions.exp
5666 * gdb.btrace/vdso.exp
5667 * gdb.compile/compile-ifunc.exp
5668 * gdb.compile/compile-ops.exp
5669 * gdb.compile/compile-print.exp
5670 * gdb.compile/compile-setjmp.exp
5671 * gdb.cp/abstract-origin.exp
5672 * gdb.cp/ambiguous.exp
5673 * gdb.cp/annota2.exp
5674 * gdb.cp/annota3.exp
5675 * gdb.cp/anon-ns.exp
5676 * gdb.cp/anon-struct.exp
5677 * gdb.cp/anon-union.exp
5678 * gdb.cp/arg-reference.exp
5679 * gdb.cp/baseenum.exp
5680 * gdb.cp/bool.exp
5681 * gdb.cp/breakpoint.exp
5682 * gdb.cp/bs15503.exp
5683 * gdb.cp/call-c.exp
5684 * gdb.cp/casts.exp
5685 * gdb.cp/chained-calls.exp
5686 * gdb.cp/class2.exp
5687 * gdb.cp/classes.exp
5688 * gdb.cp/cmpd-minsyms.exp
5689 * gdb.cp/converts.exp
5690 * gdb.cp/cp-relocate.exp
5691 * gdb.cp/cpcompletion.exp
5692 * gdb.cp/cpexprs.exp
5693 * gdb.cp/cplabel.exp
5694 * gdb.cp/cplusfuncs.exp
5695 * gdb.cp/cpsizeof.exp
5696 * gdb.cp/ctti.exp
5697 * gdb.cp/derivation.exp
5698 * gdb.cp/destrprint.exp
5699 * gdb.cp/dispcxx.exp
5700 * gdb.cp/enum-class.exp
5701 * gdb.cp/exception.exp
5702 * gdb.cp/exceptprint.exp
5703 * gdb.cp/expand-psymtabs-cxx.exp
5704 * gdb.cp/expand-sals.exp
5705 * gdb.cp/extern-c.exp
5706 * gdb.cp/filename.exp
5707 * gdb.cp/formatted-ref.exp
5708 * gdb.cp/fpointer.exp
5709 * gdb.cp/gdb1355.exp
5710 * gdb.cp/gdb2495.exp
5711 * gdb.cp/hang.exp
5712 * gdb.cp/impl-this.exp
5713 * gdb.cp/infcall-dlopen.exp
5714 * gdb.cp/inherit.exp
5715 * gdb.cp/iostream.exp
5716 * gdb.cp/koenig.exp
5717 * gdb.cp/local.exp
5718 * gdb.cp/m-data.exp
5719 * gdb.cp/m-static.exp
5720 * gdb.cp/mb-ctor.exp
5721 * gdb.cp/mb-inline.exp
5722 * gdb.cp/mb-templates.exp
5723 * gdb.cp/member-name.exp
5724 * gdb.cp/member-ptr.exp
5725 * gdb.cp/meth-typedefs.exp
5726 * gdb.cp/method.exp
5727 * gdb.cp/method2.exp
5728 * gdb.cp/minsym-fallback.exp
5729 * gdb.cp/misc.exp
5730 * gdb.cp/namelessclass.exp
5731 * gdb.cp/namespace-enum.exp
5732 * gdb.cp/namespace-nested-import.exp
5733 * gdb.cp/namespace.exp
5734 * gdb.cp/nextoverthrow.exp
5735 * gdb.cp/no-dmgl-verbose.exp
5736 * gdb.cp/non-trivial-retval.exp
5737 * gdb.cp/noparam.exp
5738 * gdb.cp/nsdecl.exp
5739 * gdb.cp/nsimport.exp
5740 * gdb.cp/nsnested.exp
5741 * gdb.cp/nsnoimports.exp
5742 * gdb.cp/nsrecurs.exp
5743 * gdb.cp/nsstress.exp
5744 * gdb.cp/nsusing.exp
5745 * gdb.cp/operator.exp
5746 * gdb.cp/oranking.exp
5747 * gdb.cp/overload-const.exp
5748 * gdb.cp/overload.exp
5749 * gdb.cp/ovldbreak.exp
5750 * gdb.cp/ovsrch.exp
5751 * gdb.cp/paren-type.exp
5752 * gdb.cp/parse-lang.exp
5753 * gdb.cp/pass-by-ref.exp
5754 * gdb.cp/pr-1023.exp
5755 * gdb.cp/pr-1210.exp
5756 * gdb.cp/pr-574.exp
5757 * gdb.cp/pr10687.exp
5758 * gdb.cp/pr12028.exp
5759 * gdb.cp/pr17132.exp
5760 * gdb.cp/pr17494.exp
5761 * gdb.cp/pr9067.exp
5762 * gdb.cp/pr9167.exp
5763 * gdb.cp/pr9631.exp
5764 * gdb.cp/printmethod.exp
5765 * gdb.cp/psmang.exp
5766 * gdb.cp/psymtab-parameter.exp
5767 * gdb.cp/ptype-cv-cp.exp
5768 * gdb.cp/ptype-flags.exp
5769 * gdb.cp/re-set-overloaded.exp
5770 * gdb.cp/ref-types.exp
5771 * gdb.cp/rtti.exp
5772 * gdb.cp/scope-err.exp
5773 * gdb.cp/shadow.exp
5774 * gdb.cp/smartp.exp
5775 * gdb.cp/static-method.exp
5776 * gdb.cp/static-print-quit.exp
5777 * gdb.cp/temargs.exp
5778 * gdb.cp/templates.exp
5779 * gdb.cp/try_catch.exp
5780 * gdb.cp/typedef-operator.exp
5781 * gdb.cp/typeid.exp
5782 * gdb.cp/userdef.exp
5783 * gdb.cp/using-crash.exp
5784 * gdb.cp/var-tag.exp
5785 * gdb.cp/virtbase.exp
5786 * gdb.cp/virtfunc.exp
5787 * gdb.cp/virtfunc2.exp
5788 * gdb.cp/vla-cxx.exp
5789 * gdb.disasm/t01_mov.exp
5790 * gdb.disasm/t02_mova.exp
5791 * gdb.disasm/t03_add.exp
5792 * gdb.disasm/t04_sub.exp
5793 * gdb.disasm/t05_cmp.exp
5794 * gdb.disasm/t06_ari2.exp
5795 * gdb.disasm/t07_ari3.exp
5796 * gdb.disasm/t08_or.exp
5797 * gdb.disasm/t09_xor.exp
5798 * gdb.disasm/t10_and.exp
5799 * gdb.disasm/t11_logs.exp
5800 * gdb.disasm/t12_bit.exp
5801 * gdb.disasm/t13_otr.exp
5802 * gdb.dlang/circular.exp
5803 * gdb.dwarf2/arr-stride.exp
5804 * gdb.dwarf2/arr-subrange.exp
5805 * gdb.dwarf2/atomic-type.exp
5806 * gdb.dwarf2/bad-regnum.exp
5807 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5808 * gdb.dwarf2/callframecfa.exp
5809 * gdb.dwarf2/clztest.exp
5810 * gdb.dwarf2/corrupt.exp
5811 * gdb.dwarf2/data-loc.exp
5812 * gdb.dwarf2/dup-psym.exp
5813 * gdb.dwarf2/dw2-anon-mptr.exp
5814 * gdb.dwarf2/dw2-anonymous-func.exp
5815 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5816 * gdb.dwarf2/dw2-bad-unresolved.exp
5817 * gdb.dwarf2/dw2-basic.exp
5818 * gdb.dwarf2/dw2-canonicalize-type.exp
5819 * gdb.dwarf2/dw2-case-insensitive.exp
5820 * gdb.dwarf2/dw2-common-block.exp
5821 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5822 * gdb.dwarf2/dw2-compressed.exp
5823 * gdb.dwarf2/dw2-const.exp
5824 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5825 * gdb.dwarf2/dw2-cu-size.exp
5826 * gdb.dwarf2/dw2-dup-frame.exp
5827 * gdb.dwarf2/dw2-entry-value.exp
5828 * gdb.dwarf2/dw2-icycle.exp
5829 * gdb.dwarf2/dw2-ifort-parameter.exp
5830 * gdb.dwarf2/dw2-inline-break.exp
5831 * gdb.dwarf2/dw2-inline-param.exp
5832 * gdb.dwarf2/dw2-intercu.exp
5833 * gdb.dwarf2/dw2-intermix.exp
5834 * gdb.dwarf2/dw2-lexical-block-bare.exp
5835 * gdb.dwarf2/dw2-linkage-name-trust.exp
5836 * gdb.dwarf2/dw2-minsym-in-cu.exp
5837 * gdb.dwarf2/dw2-noloc.exp
5838 * gdb.dwarf2/dw2-op-call.exp
5839 * gdb.dwarf2/dw2-op-out-param.exp
5840 * gdb.dwarf2/dw2-opt-structptr.exp
5841 * gdb.dwarf2/dw2-param-error.exp
5842 * gdb.dwarf2/dw2-producer.exp
5843 * gdb.dwarf2/dw2-ranges-base.exp
5844 * gdb.dwarf2/dw2-ref-missing-frame.exp
5845 * gdb.dwarf2/dw2-reg-undefined.exp
5846 * gdb.dwarf2/dw2-regno-invalid.exp
5847 * gdb.dwarf2/dw2-restore.exp
5848 * gdb.dwarf2/dw2-restrict.exp
5849 * gdb.dwarf2/dw2-single-line-discriminators.exp
5850 * gdb.dwarf2/dw2-strp.exp
5851 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5852 * gdb.dwarf2/dw2-unresolved.exp
5853 * gdb.dwarf2/dw2-var-zero-addr.exp
5854 * gdb.dwarf2/dw4-sig-types.exp
5855 * gdb.dwarf2/dwz.exp
5856 * gdb.dwarf2/dynarr-ptr.exp
5857 * gdb.dwarf2/enum-type.exp
5858 * gdb.dwarf2/gdb-index.exp
5859 * gdb.dwarf2/implptr-64bit.exp
5860 * gdb.dwarf2/implptr-optimized-out.exp
5861 * gdb.dwarf2/implptr.exp
5862 * gdb.dwarf2/implref-array.exp
5863 * gdb.dwarf2/implref-const.exp
5864 * gdb.dwarf2/implref-global.exp
5865 * gdb.dwarf2/implref-struct.exp
5866 * gdb.dwarf2/mac-fileno.exp
5867 * gdb.dwarf2/main-subprogram.exp
5868 * gdb.dwarf2/member-ptr-forwardref.exp
5869 * gdb.dwarf2/method-ptr.exp
5870 * gdb.dwarf2/missing-sig-type.exp
5871 * gdb.dwarf2/nonvar-access.exp
5872 * gdb.dwarf2/opaque-type-lookup.exp
5873 * gdb.dwarf2/pieces-optimized-out.exp
5874 * gdb.dwarf2/pieces.exp
5875 * gdb.dwarf2/pr10770.exp
5876 * gdb.dwarf2/pr13961.exp
5877 * gdb.dwarf2/staticvirtual.exp
5878 * gdb.dwarf2/subrange.exp
5879 * gdb.dwarf2/symtab-producer.exp
5880 * gdb.dwarf2/trace-crash.exp
5881 * gdb.dwarf2/typeddwarf.exp
5882 * gdb.dwarf2/valop.exp
5883 * gdb.dwarf2/watch-notconst.exp
5884 * gdb.fortran/array-element.exp
5885 * gdb.fortran/charset.exp
5886 * gdb.fortran/common-block.exp
5887 * gdb.fortran/complex.exp
5888 * gdb.fortran/derived-type-function.exp
5889 * gdb.fortran/derived-type.exp
5890 * gdb.fortran/logical.exp
5891 * gdb.fortran/module.exp
5892 * gdb.fortran/multi-dim.exp
5893 * gdb.fortran/nested-funcs.exp
5894 * gdb.fortran/print-formatted.exp
5895 * gdb.fortran/subarray.exp
5896 * gdb.fortran/vla-alloc-assoc.exp
5897 * gdb.fortran/vla-datatypes.exp
5898 * gdb.fortran/vla-history.exp
5899 * gdb.fortran/vla-ptr-info.exp
5900 * gdb.fortran/vla-ptype-sub.exp
5901 * gdb.fortran/vla-ptype.exp
5902 * gdb.fortran/vla-sizeof.exp
5903 * gdb.fortran/vla-type.exp
5904 * gdb.fortran/vla-value-sub-arbitrary.exp
5905 * gdb.fortran/vla-value-sub-finish.exp
5906 * gdb.fortran/vla-value-sub.exp
5907 * gdb.fortran/vla-value.exp
5908 * gdb.fortran/whatis_type.exp
5909 * gdb.go/chan.exp
5910 * gdb.go/handcall.exp
5911 * gdb.go/hello.exp
5912 * gdb.go/integers.exp
5913 * gdb.go/methods.exp
5914 * gdb.go/package.exp
5915 * gdb.go/strings.exp
5916 * gdb.go/types.exp
5917 * gdb.go/unsafe.exp
5918 * gdb.guile/scm-arch.exp
5919 * gdb.guile/scm-block.exp
5920 * gdb.guile/scm-breakpoint.exp
5921 * gdb.guile/scm-cmd.exp
5922 * gdb.guile/scm-disasm.exp
5923 * gdb.guile/scm-equal.exp
5924 * gdb.guile/scm-frame-args.exp
5925 * gdb.guile/scm-frame-inline.exp
5926 * gdb.guile/scm-frame.exp
5927 * gdb.guile/scm-iterator.exp
5928 * gdb.guile/scm-math.exp
5929 * gdb.guile/scm-objfile.exp
5930 * gdb.guile/scm-ports.exp
5931 * gdb.guile/scm-symbol.exp
5932 * gdb.guile/scm-symtab.exp
5933 * gdb.guile/scm-value-cc.exp
5934 * gdb.guile/types-module.exp
5935 * gdb.linespec/break-ask.exp
5936 * gdb.linespec/cpexplicit.exp
5937 * gdb.linespec/explicit.exp
5938 * gdb.linespec/keywords.exp
5939 * gdb.linespec/linespec.exp
5940 * gdb.linespec/ls-dollar.exp
5941 * gdb.linespec/ls-errs.exp
5942 * gdb.linespec/skip-two.exp
5943 * gdb.linespec/thread.exp
5944 * gdb.mi/mi-async.exp
5945 * gdb.mi/mi-basics.exp
5946 * gdb.mi/mi-break.exp
5947 * gdb.mi/mi-catch-load.exp
5948 * gdb.mi/mi-cli.exp
5949 * gdb.mi/mi-cmd-param-changed.exp
5950 * gdb.mi/mi-console.exp
5951 * gdb.mi/mi-detach.exp
5952 * gdb.mi/mi-disassemble.exp
5953 * gdb.mi/mi-eval.exp
5954 * gdb.mi/mi-file-transfer.exp
5955 * gdb.mi/mi-file.exp
5956 * gdb.mi/mi-fill-memory.exp
5957 * gdb.mi/mi-inheritance-syntax-error.exp
5958 * gdb.mi/mi-linespec-err-cp.exp
5959 * gdb.mi/mi-logging.exp
5960 * gdb.mi/mi-memory-changed.exp
5961 * gdb.mi/mi-read-memory.exp
5962 * gdb.mi/mi-record-changed.exp
5963 * gdb.mi/mi-reg-undefined.exp
5964 * gdb.mi/mi-regs.exp
5965 * gdb.mi/mi-return.exp
5966 * gdb.mi/mi-reverse.exp
5967 * gdb.mi/mi-simplerun.exp
5968 * gdb.mi/mi-solib.exp
5969 * gdb.mi/mi-stack.exp
5970 * gdb.mi/mi-stepi.exp
5971 * gdb.mi/mi-syn-frame.exp
5972 * gdb.mi/mi-until.exp
5973 * gdb.mi/mi-var-block.exp
5974 * gdb.mi/mi-var-child.exp
5975 * gdb.mi/mi-var-cmd.exp
5976 * gdb.mi/mi-var-cp.exp
5977 * gdb.mi/mi-var-display.exp
5978 * gdb.mi/mi-var-invalidate.exp
5979 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5980 * gdb.mi/mi-vla-fortran.exp
5981 * gdb.mi/mi-watch.exp
5982 * gdb.mi/mi2-var-child.exp
5983 * gdb.mi/user-selected-context-sync.exp
5984 * gdb.modula2/unbounded-array.exp
5985 * gdb.multi/dummy-frame-restore.exp
5986 * gdb.multi/multi-arch-exec.exp
5987 * gdb.multi/multi-arch.exp
5988 * gdb.multi/tids.exp
5989 * gdb.multi/watchpoint-multi.exp
5990 * gdb.opencl/callfuncs.exp
5991 * gdb.opencl/convs_casts.exp
5992 * gdb.opencl/datatypes.exp
5993 * gdb.opencl/operators.exp
5994 * gdb.opencl/vec_comps.exp
5995 * gdb.opt/clobbered-registers-O2.exp
5996 * gdb.opt/inline-break.exp
5997 * gdb.opt/inline-bt.exp
5998 * gdb.opt/inline-cmds.exp
5999 * gdb.opt/inline-locals.exp
6000 * gdb.pascal/case-insensitive-symbols.exp
6001 * gdb.pascal/floats.exp
6002 * gdb.pascal/gdb11492.exp
6003 * gdb.python/lib-types.exp
6004 * gdb.python/py-arch.exp
6005 * gdb.python/py-as-string.exp
6006 * gdb.python/py-bad-printers.exp
6007 * gdb.python/py-block.exp
6008 * gdb.python/py-breakpoint-create-fail.exp
6009 * gdb.python/py-breakpoint.exp
6010 * gdb.python/py-caller-is.exp
6011 * gdb.python/py-cmd.exp
6012 * gdb.python/py-explore-cc.exp
6013 * gdb.python/py-explore.exp
6014 * gdb.python/py-finish-breakpoint.exp
6015 * gdb.python/py-finish-breakpoint2.exp
6016 * gdb.python/py-frame-args.exp
6017 * gdb.python/py-frame-inline.exp
6018 * gdb.python/py-frame.exp
6019 * gdb.python/py-framefilter-mi.exp
6020 * gdb.python/py-infthread.exp
6021 * gdb.python/py-lazy-string.exp
6022 * gdb.python/py-linetable.exp
6023 * gdb.python/py-mi-events.exp
6024 * gdb.python/py-mi-objfile.exp
6025 * gdb.python/py-mi.exp
6026 * gdb.python/py-objfile.exp
6027 * gdb.python/py-pp-integral.exp
6028 * gdb.python/py-pp-maint.exp
6029 * gdb.python/py-pp-re-notag.exp
6030 * gdb.python/py-pp-registration.exp
6031 * gdb.python/py-recurse-unwind.exp
6032 * gdb.python/py-strfns.exp
6033 * gdb.python/py-symbol.exp
6034 * gdb.python/py-symtab.exp
6035 * gdb.python/py-sync-interp.exp
6036 * gdb.python/py-typeprint.exp
6037 * gdb.python/py-unwind-maint.exp
6038 * gdb.python/py-unwind.exp
6039 * gdb.python/py-value-cc.exp
6040 * gdb.python/py-xmethods.exp
6041 * gdb.reverse/amd64-tailcall-reverse.exp
6042 * gdb.reverse/break-precsave.exp
6043 * gdb.reverse/break-reverse.exp
6044 * gdb.reverse/consecutive-precsave.exp
6045 * gdb.reverse/consecutive-reverse.exp
6046 * gdb.reverse/finish-precsave.exp
6047 * gdb.reverse/finish-reverse-bkpt.exp
6048 * gdb.reverse/finish-reverse.exp
6049 * gdb.reverse/fstatat-reverse.exp
6050 * gdb.reverse/getresuid-reverse.exp
6051 * gdb.reverse/i386-precsave.exp
6052 * gdb.reverse/i386-reverse.exp
6053 * gdb.reverse/i386-sse-reverse.exp
6054 * gdb.reverse/i387-env-reverse.exp
6055 * gdb.reverse/i387-stack-reverse.exp
6056 * gdb.reverse/insn-reverse.exp
6057 * gdb.reverse/machinestate-precsave.exp
6058 * gdb.reverse/machinestate.exp
6059 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6060 * gdb.reverse/pipe-reverse.exp
6061 * gdb.reverse/readv-reverse.exp
6062 * gdb.reverse/recvmsg-reverse.exp
6063 * gdb.reverse/rerun-prec.exp
6064 * gdb.reverse/s390-mvcle.exp
6065 * gdb.reverse/step-precsave.exp
6066 * gdb.reverse/step-reverse.exp
6067 * gdb.reverse/time-reverse.exp
6068 * gdb.reverse/until-precsave.exp
6069 * gdb.reverse/until-reverse.exp
6070 * gdb.reverse/waitpid-reverse.exp
6071 * gdb.reverse/watch-precsave.exp
6072 * gdb.reverse/watch-reverse.exp
6073 * gdb.rust/generics.exp
6074 * gdb.rust/methods.exp
6075 * gdb.rust/modules.exp
6076 * gdb.rust/simple.exp
6077 * gdb.server/connect-with-no-symbol-file.exp
6078 * gdb.server/ext-attach.exp
6079 * gdb.server/ext-restart.exp
6080 * gdb.server/ext-wrapper.exp
6081 * gdb.server/file-transfer.exp
6082 * gdb.server/server-exec-info.exp
6083 * gdb.server/server-kill.exp
6084 * gdb.server/server-mon.exp
6085 * gdb.server/wrapper.exp
6086 * gdb.stabs/exclfwd.exp
6087 * gdb.stabs/gdb11479.exp
6088 * gdb.threads/clone-new-thread-event.exp
6089 * gdb.threads/corethreads.exp
6090 * gdb.threads/current-lwp-dead.exp
6091 * gdb.threads/dlopen-libpthread.exp
6092 * gdb.threads/gcore-thread.exp
6093 * gdb.threads/sigstep-threads.exp
6094 * gdb.threads/watchpoint-fork.exp
6095 * gdb.trace/actions-changed.exp
6096 * gdb.trace/backtrace.exp
6097 * gdb.trace/change-loc.exp
6098 * gdb.trace/circ.exp
6099 * gdb.trace/collection.exp
6100 * gdb.trace/disconnected-tracing.exp
6101 * gdb.trace/ftrace.exp
6102 * gdb.trace/mi-trace-frame-collected.exp
6103 * gdb.trace/mi-trace-unavailable.exp
6104 * gdb.trace/mi-traceframe-changed.exp
6105 * gdb.trace/mi-tsv-changed.exp
6106 * gdb.trace/no-attach-trace.exp
6107 * gdb.trace/passc-dyn.exp
6108 * gdb.trace/qtro.exp
6109 * gdb.trace/range-stepping.exp
6110 * gdb.trace/read-memory.exp
6111 * gdb.trace/save-trace.exp
6112 * gdb.trace/signal.exp
6113 * gdb.trace/status-stop.exp
6114 * gdb.trace/tfile.exp
6115 * gdb.trace/trace-break.exp
6116 * gdb.trace/trace-buffer-size.exp
6117 * gdb.trace/trace-condition.exp
6118 * gdb.trace/tracefile-pseudo-reg.exp
6119 * gdb.trace/tstatus.exp
6120 * gdb.trace/unavailable.exp
6121 * gdb.trace/while-dyn.exp
6122 * gdb.trace/while-stepping.exp
6123
6124 2016-12-22 Doug Evans <xdje42@gmail.com>
6125
6126 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6127 and msymbols.
6128
6129 2016-12-19 Yao Qi <yao.qi@linaro.org>
6130
6131 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6132 (test_with_self): Don't call do_steps_and_nexts, and remove
6133 code about stepping into xmalloc.
6134
6135 2016-12-09 Yao Qi <yao.qi@linaro.org>
6136
6137 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6138
6139 2016-12-09 Yao Qi <yao.qi@linaro.org>
6140
6141 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6142
6143 2016-12-09 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/all-architectures-0.exp: New file.
6146 * gdb.base/all-architectures-1.exp: New file.
6147 * gdb.base/all-architectures-2.exp: New file.
6148 * gdb.base/all-architectures-3.exp: New file.
6149 * gdb.base/all-architectures-4.exp: New file.
6150 * gdb.base/all-architectures-5.exp: New file.
6151 * gdb.base/all-architectures-6.exp: New file.
6152 * gdb.base/all-architectures-7.exp: New file.
6153 * gdb.base/all-architectures.exp.in: New file.
6154
6155 2016-12-09 Yao Qi <yao.qi@linaro.org>
6156
6157 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6158
6159 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6160
6161 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6162 possible.
6163 Remove useless pattern-matching code.
6164
6165 2016-12-02 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6168 procedure.
6169 (top level): Call it.
6170
6171 2016-12-02 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6174 New procedure.
6175 (top level): Call it.
6176
6177 2016-12-02 Pedro Alves <palves@redhat.com>
6178
6179 PR cli/20559
6180 * gdb.base/commands.exp (user_defined_command_args_eval): New
6181 procedure.
6182 (top level): Call it.
6183
6184 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6185
6186 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6187 timeout handling.
6188
6189 2016-12-02 Tom Tromey <tom@tromey.com>
6190
6191 * gdb.dwarf2/main-subprogram.c: New file.
6192 * gdb.dwarf2/main-subprogram.exp: New file.
6193
6194 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6195
6196 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6197 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6198 gdb_test_no_output for a couple of cases.
6199 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6200
6201 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6202
6203 Fix test names and standardize compilation error messages throughout
6204 the following files:
6205
6206 * gdb.ada/start.exp
6207 * gdb.arch/alpha-step.exp
6208 * gdb.arch/e500-prologue.exp
6209 * gdb.arch/ftrace-insn-reloc.exp
6210 * gdb.arch/gdb1291.exp
6211 * gdb.arch/gdb1431.exp
6212 * gdb.arch/gdb1558.exp
6213 * gdb.arch/i386-dr3-watch.exp
6214 * gdb.arch/i386-sse-stack-align.exp
6215 * gdb.arch/ia64-breakpoint-shadow.exp
6216 * gdb.arch/pa-nullify.exp
6217 * gdb.arch/powerpc-aix-prologue.exp
6218 * gdb.arch/thumb-bx-pc.exp
6219 * gdb.base/annota1.exp
6220 * gdb.base/annota3.exp
6221 * gdb.base/arrayidx.exp
6222 * gdb.base/assign.exp
6223 * gdb.base/attach.exp
6224 * gdb.base/auxv.exp
6225 * gdb.base/bang.exp
6226 * gdb.base/bfp-test.exp
6227 * gdb.base/bigcore.exp
6228 * gdb.base/bitfields2.exp
6229 * gdb.base/break-fun-addr.exp
6230 * gdb.base/break-probes.exp
6231 * gdb.base/call-rt-st.exp
6232 * gdb.base/callexit.exp
6233 * gdb.base/catch-fork-kill.exp
6234 * gdb.base/charset.exp
6235 * gdb.base/checkpoint.exp
6236 * gdb.base/comprdebug.exp
6237 * gdb.base/constvars.exp
6238 * gdb.base/coredump-filter.exp
6239 * gdb.base/cursal.exp
6240 * gdb.base/cvexpr.exp
6241 * gdb.base/detach.exp
6242 * gdb.base/display.exp
6243 * gdb.base/dmsym.exp
6244 * gdb.base/dprintf-pending.exp
6245 * gdb.base/dso2dso.exp
6246 * gdb.base/dtrace-probe.exp
6247 * gdb.base/dump.exp
6248 * gdb.base/enum_cond.exp
6249 * gdb.base/exe-lock.exp
6250 * gdb.base/exec-invalid-sysroot.exp
6251 * gdb.base/execl-update-breakpoints.exp
6252 * gdb.base/exprs.exp
6253 * gdb.base/fileio.exp
6254 * gdb.base/find.exp
6255 * gdb.base/finish.exp
6256 * gdb.base/fixsection.exp
6257 * gdb.base/foll-vfork.exp
6258 * gdb.base/frame-args.exp
6259 * gdb.base/gcore.exp
6260 * gdb.base/gdb1250.exp
6261 * gdb.base/global-var-nested-by-dso.exp
6262 * gdb.base/gnu-ifunc.exp
6263 * gdb.base/hashline1.exp
6264 * gdb.base/hashline2.exp
6265 * gdb.base/hashline3.exp
6266 * gdb.base/hbreak-in-shr-unsupported.exp
6267 * gdb.base/huge.exp
6268 * gdb.base/infcall-input.exp
6269 * gdb.base/info-fun.exp
6270 * gdb.base/info-shared.exp
6271 * gdb.base/jit-simple.exp
6272 * gdb.base/jit-so.exp
6273 * gdb.base/jit.exp
6274 * gdb.base/jump.exp
6275 * gdb.base/label.exp
6276 * gdb.base/lineinc.exp
6277 * gdb.base/logical.exp
6278 * gdb.base/longjmp.exp
6279 * gdb.base/macscp.exp
6280 * gdb.base/miscexprs.exp
6281 * gdb.base/new-ui-echo.exp
6282 * gdb.base/new-ui-pending-input.exp
6283 * gdb.base/new-ui.exp
6284 * gdb.base/nodebug.exp
6285 * gdb.base/nofield.exp
6286 * gdb.base/offsets.exp
6287 * gdb.base/overlays.exp
6288 * gdb.base/pending.exp
6289 * gdb.base/pointers.exp
6290 * gdb.base/pr11022.exp
6291 * gdb.base/printcmds.exp
6292 * gdb.base/prologue.exp
6293 * gdb.base/ptr-typedef.exp
6294 * gdb.base/realname-expand.exp
6295 * gdb.base/relativedebug.exp
6296 * gdb.base/relocate.exp
6297 * gdb.base/remote.exp
6298 * gdb.base/reread.exp
6299 * gdb.base/return2.exp
6300 * gdb.base/savedregs.exp
6301 * gdb.base/sep.exp
6302 * gdb.base/sepdebug.exp
6303 * gdb.base/sepsymtab.exp
6304 * gdb.base/set-inferior-tty.exp
6305 * gdb.base/setshow.exp
6306 * gdb.base/shlib-call.exp
6307 * gdb.base/sigaltstack.exp
6308 * gdb.base/siginfo-addr.exp
6309 * gdb.base/signals.exp
6310 * gdb.base/signull.exp
6311 * gdb.base/sigrepeat.exp
6312 * gdb.base/so-impl-ld.exp
6313 * gdb.base/solib-display.exp
6314 * gdb.base/solib-overlap.exp
6315 * gdb.base/solib-search.exp
6316 * gdb.base/solib-symbol.exp
6317 * gdb.base/structs.exp
6318 * gdb.base/structs2.exp
6319 * gdb.base/symtab-search-order.exp
6320 * gdb.base/twice.exp
6321 * gdb.base/unload.exp
6322 * gdb.base/varargs.exp
6323 * gdb.base/watchpoint-solib.exp
6324 * gdb.base/watchpoint.exp
6325 * gdb.base/whatis.exp
6326 * gdb.base/wrong_frame_bt_full.exp
6327 * gdb.btrace/dlopen.exp
6328 * gdb.cell/ea-standalone.exp
6329 * gdb.cell/ea-test.exp
6330 * gdb.cp/dispcxx.exp
6331 * gdb.cp/gdb2384.exp
6332 * gdb.cp/method2.exp
6333 * gdb.cp/nextoverthrow.exp
6334 * gdb.cp/pr10728.exp
6335 * gdb.disasm/am33.exp
6336 * gdb.disasm/h8300s.exp
6337 * gdb.disasm/mn10300.exp
6338 * gdb.disasm/sh3.exp
6339 * gdb.dwarf2/dw2-dir-file-name.exp
6340 * gdb.fortran/complex.exp
6341 * gdb.fortran/library-module.exp
6342 * gdb.guile/scm-pretty-print.exp
6343 * gdb.guile/scm-symbol.exp
6344 * gdb.guile/scm-type.exp
6345 * gdb.guile/scm-value.exp
6346 * gdb.linespec/linespec.exp
6347 * gdb.mi/gdb701.exp
6348 * gdb.mi/gdb792.exp
6349 * gdb.mi/mi-breakpoint-changed.exp
6350 * gdb.mi/mi-dprintf-pending.exp
6351 * gdb.mi/mi-dprintf.exp
6352 * gdb.mi/mi-exit-code.exp
6353 * gdb.mi/mi-pending.exp
6354 * gdb.mi/mi-solib.exp
6355 * gdb.mi/new-ui-mi-sync.exp
6356 * gdb.mi/pr11022.exp
6357 * gdb.mi/user-selected-context-sync.exp
6358 * gdb.opt/solib-intra-step.exp
6359 * gdb.python/py-events.exp
6360 * gdb.python/py-finish-breakpoint.exp
6361 * gdb.python/py-mi.exp
6362 * gdb.python/py-prettyprint.exp
6363 * gdb.python/py-shared.exp
6364 * gdb.python/py-symbol.exp
6365 * gdb.python/py-template.exp
6366 * gdb.python/py-type.exp
6367 * gdb.python/py-value.exp
6368 * gdb.reverse/solib-precsave.exp
6369 * gdb.reverse/solib-reverse.exp
6370 * gdb.server/solib-list.exp
6371 * gdb.stabs/weird.exp
6372 * gdb.threads/reconnect-signal.exp
6373 * gdb.threads/stepi-random-signal.exp
6374 * gdb.trace/actions.exp
6375 * gdb.trace/ax.exp
6376 * gdb.trace/backtrace.exp
6377 * gdb.trace/change-loc.exp
6378 * gdb.trace/deltrace.exp
6379 * gdb.trace/ftrace-lock.exp
6380 * gdb.trace/ftrace.exp
6381 * gdb.trace/infotrace.exp
6382 * gdb.trace/mi-tracepoint-changed.exp
6383 * gdb.trace/packetlen.exp
6384 * gdb.trace/passcount.exp
6385 * gdb.trace/pending.exp
6386 * gdb.trace/range-stepping.exp
6387 * gdb.trace/report.exp
6388 * gdb.trace/stap-trace.exp
6389 * gdb.trace/tfind.exp
6390 * gdb.trace/trace-break.exp
6391 * gdb.trace/trace-condition.exp
6392 * gdb.trace/trace-enable-disable.exp
6393 * gdb.trace/trace-mt.exp
6394 * gdb.trace/tracecmd.exp
6395 * gdb.trace/tspeed.exp
6396 * gdb.trace/tsv.exp
6397 * lib/perftest.exp
6398
6399 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6400
6401 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6402 with gdb_test_no_output.
6403 Use command as test name.
6404
6405 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6406
6407 Fix test names starting with uppercase throughout the files.
6408
6409 * gdb.ada/assign_1.exp
6410 * gdb.ada/boolean_expr.exp
6411 * gdb.base/arrayidx.exp
6412 * gdb.base/del.exp
6413 * gdb.base/gcore-buffer-overflow.exp
6414 * gdb.base/testenv.exp
6415 * gdb.compile/compile.exp
6416 * gdb.python/py-framefilter-invalidarg.exp
6417 * gdb.python/py-framefilter.exp
6418
6419 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6420
6421 Fix test names starting with uppercase throughout the files.
6422
6423 * gdb.ada/array_return.exp
6424 * gdb.ada/expr_delims.exp
6425 * gdb.ada/mi_dyn_arr.exp
6426 * gdb.ada/mi_interface.exp
6427 * gdb.ada/mi_var_array.exp
6428 * gdb.ada/watch_arg.exp
6429 * gdb.arch/alpha-step.exp
6430 * gdb.arch/altivec-regs.exp
6431 * gdb.arch/e500-regs.exp
6432 * gdb.arch/powerpc-d128-regs.exp
6433 * gdb.base/arrayidx.exp
6434 * gdb.base/break.exp
6435 * gdb.base/checkpoint.exp
6436 * gdb.base/debug-expr.exp
6437 * gdb.base/dmsym.exp
6438 * gdb.base/radix.exp
6439 * gdb.base/sepdebug.exp
6440 * gdb.base/testenv.exp
6441 * gdb.base/watch_thread_num.exp
6442 * gdb.base/watchpoint-cond-gone.exp
6443 * gdb.cell/break.exp
6444 * gdb.cell/ea-cache.exp
6445 * gdb.compile/compile.exp
6446 * gdb.cp/gdb2495.exp
6447 * gdb.gdb/selftest.exp
6448 * gdb.gdb/xfullpath.exp
6449 * gdb.go/hello.exp
6450 * gdb.go/integers.exp
6451 * gdb.objc/basicclass.exp
6452 * gdb.pascal/hello.exp
6453 * gdb.pascal/integers.exp
6454 * gdb.python/py-breakpoint.exp
6455 * gdb.python/py-cmd.exp
6456 * gdb.python/py-linetable.exp
6457 * gdb.python/py-xmethods.exp
6458 * gdb.python/python.exp
6459 * gdb.reverse/consecutive-precsave.exp
6460 * gdb.reverse/finish-precsave.exp
6461 * gdb.reverse/i386-precsave.exp
6462 * gdb.reverse/machinestate-precsave.exp
6463 * gdb.reverse/sigall-precsave.exp
6464 * gdb.reverse/solib-precsave.exp
6465 * gdb.reverse/step-precsave.exp
6466 * gdb.reverse/until-precsave.exp
6467 * gdb.reverse/watch-precsave.exp
6468 * gdb.threads/leader-exit.exp
6469 * gdb.threads/pthreads.exp
6470 * gdb.threads/wp-replication.exp
6471 * gdb.trace/actions.exp
6472 * gdb.trace/mi-tsv-changed.exp
6473 * gdb.trace/tsv.exp
6474
6475 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6476
6477 Fix test names starting with uppercase throughout the files.
6478
6479 * gdb.arch/i386-bp_permanent.exp
6480 * gdb.arch/i386-gnu-cfi.exp
6481 * gdb.base/disasm-end-cu.exp
6482 * gdb.base/macscp.exp
6483 * gdb.base/pending.exp
6484 * gdb.base/watch_thread_num.exp
6485 * gdb.cp/exception.exp
6486 * gdb.cp/gdb2495.exp
6487 * gdb.cp/local.exp
6488 * gdb.python/py-evsignal.exp
6489 * gdb.python/python.exp
6490 * gdb.trace/tracecmd.exp
6491
6492 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6493
6494 Fix test names starting with uppercase throughout the files.
6495
6496 * gdb.base/charset.exp
6497 * gdb.base/eval.exp
6498 * gdb.base/multi-forks.exp
6499 * gdb.guile/scm-progspace.exp
6500 * gdb.opencl/datatypes.exp
6501 * gdb.python/py-block.exp
6502 * gdb.python/py-function.exp
6503 * gdb.python/py-symbol.exp
6504 * gdb.python/py-symtab.exp
6505 * gdb.python/py-xmethods.exp
6506 * gdb.reverse/break-precsave.exp
6507 * gdb.reverse/break-reverse.exp
6508 * gdb.reverse/consecutive-precsave.exp
6509 * gdb.reverse/consecutive-reverse.exp
6510 * gdb.reverse/finish-precsave.exp
6511 * gdb.reverse/finish-reverse-bkpt.exp
6512 * gdb.reverse/finish-reverse.exp
6513 * gdb.reverse/fstatat-reverse.exp
6514 * gdb.reverse/getresuid-reverse.exp
6515 * gdb.reverse/i386-precsave.exp
6516 * gdb.reverse/i386-reverse.exp
6517 * gdb.reverse/i386-sse-reverse.exp
6518 * gdb.reverse/i387-stack-reverse.exp
6519 * gdb.reverse/insn-reverse.exp
6520 * gdb.reverse/machinestate-precsave.exp
6521 * gdb.reverse/machinestate.exp
6522 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6523 * gdb.reverse/pipe-reverse.exp
6524 * gdb.reverse/readv-reverse.exp
6525 * gdb.reverse/recvmsg-reverse.exp
6526 * gdb.reverse/rerun-prec.exp
6527 * gdb.reverse/s390-mvcle.exp
6528 * gdb.reverse/sigall-precsave.exp
6529 * gdb.reverse/sigall-reverse.exp
6530 * gdb.reverse/solib-precsave.exp
6531 * gdb.reverse/solib-reverse.exp
6532 * gdb.reverse/step-precsave.exp
6533 * gdb.reverse/step-reverse.exp
6534 * gdb.reverse/time-reverse.exp
6535 * gdb.reverse/until-precsave.exp
6536 * gdb.reverse/until-reverse.exp
6537 * gdb.reverse/waitpid-reverse.exp
6538 * gdb.reverse/watch-precsave.exp
6539 * gdb.reverse/watch-reverse.exp
6540
6541 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6542
6543 Fix test names starting with uppercase throughout the files.
6544
6545 * gdb.arch/i386-mpx-simple_segv.exp
6546 * gdb.arch/i386-mpx.exp
6547 * gdb.arch/i386-permbkpt.exp
6548 * gdb.arch/pa-nullify.exp
6549 * gdb.arch/powerpc-d128-regs.exp
6550 * gdb.arch/vsx-regs.exp
6551 * gdb.base/bfp-test.exp
6552 * gdb.base/break.exp
6553 * gdb.base/breakpoint-shadow.exp
6554 * gdb.base/callfuncs.exp
6555 * gdb.base/charset.exp
6556 * gdb.base/commands.exp
6557 * gdb.base/completion.exp
6558 * gdb.base/dfp-test.exp
6559 * gdb.base/echo.exp
6560 * gdb.base/ending-run.exp
6561 * gdb.base/eval.exp
6562 * gdb.base/expand-psymtabs.exp
6563 * gdb.base/float128.exp
6564 * gdb.base/floatn.exp
6565 * gdb.base/foll-exec-mode.exp
6566 * gdb.base/gdb1056.exp
6567 * gdb.base/gdb11531.exp
6568 * gdb.base/kill-after-signal.exp
6569 * gdb.base/multi-forks.exp
6570 * gdb.base/overlays.exp
6571 * gdb.base/pending.exp
6572 * gdb.base/sepdebug.exp
6573 * gdb.base/testenv.exp
6574 * gdb.base/valgrind-db-attach.exp
6575 * gdb.base/watch_thread_num.exp
6576 * gdb.base/watchpoint-cond-gone.exp
6577 * gdb.base/watchpoint.exp
6578 * gdb.base/watchpoints.exp
6579 * gdb.cp/arg-reference.exp
6580 * gdb.cp/baseenum.exp
6581 * gdb.cp/operator.exp
6582 * gdb.cp/shadow.exp
6583 * gdb.dwarf2/dw2-op-out-param.exp
6584 * gdb.dwarf2/dw2-reg-undefined.exp
6585 * gdb.go/chan.exp
6586 * gdb.go/hello.exp
6587 * gdb.go/integers.exp
6588 * gdb.go/methods.exp
6589 * gdb.go/package.exp
6590 * gdb.guile/scm-parameter.exp
6591 * gdb.guile/scm-progspace.exp
6592 * gdb.guile/scm-value.exp
6593 * gdb.mi/mi-pending.exp
6594 * gdb.mi/user-selected-context-sync.exp
6595 * gdb.multi/multi-attach.exp
6596 * gdb.multi/tids.exp
6597 * gdb.opt/clobbered-registers-O2.exp
6598 * gdb.pascal/floats.exp
6599 * gdb.pascal/integers.exp
6600 * gdb.python/py-block.exp
6601 * gdb.python/py-events.exp
6602 * gdb.python/py-parameter.exp
6603 * gdb.python/py-symbol.exp
6604 * gdb.python/py-symtab.exp
6605 * gdb.python/py-type.exp
6606 * gdb.python/py-value.exp
6607 * gdb.python/py-xmethods.exp
6608 * gdb.python/python.exp
6609 * gdb.reverse/break-precsave.exp
6610 * gdb.reverse/consecutive-precsave.exp
6611 * gdb.reverse/finish-precsave.exp
6612 * gdb.reverse/i386-precsave.exp
6613 * gdb.reverse/machinestate-precsave.exp
6614 * gdb.reverse/sigall-precsave.exp
6615 * gdb.reverse/solib-precsave.exp
6616 * gdb.reverse/step-precsave.exp
6617 * gdb.reverse/until-precsave.exp
6618 * gdb.reverse/watch-precsave.exp
6619 * gdb.server/ext-attach.exp
6620 * gdb.server/ext-restart.exp
6621 * gdb.server/ext-run.exp
6622 * gdb.server/ext-wrapper.exp
6623 * gdb.stabs/gdb11479.exp
6624 * gdb.stabs/weird.exp
6625 * gdb.threads/attach-many-short-lived-threads.exp
6626 * gdb.threads/kill.exp
6627 * gdb.threads/watchpoint-fork.exp
6628
6629 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6630
6631 Fix test names starting with uppercase throughout all the files below.
6632
6633 * gdb.ada/array_return.exp
6634 * gdb.ada/catch_ex.exp
6635 * gdb.ada/info_exc.exp
6636 * gdb.ada/mi_catch_ex.exp
6637 * gdb.ada/mi_dyn_arr.exp
6638 * gdb.ada/mi_ex_cond.exp
6639 * gdb.ada/mi_exc_info.exp
6640 * gdb.ada/mi_interface.exp
6641 * gdb.ada/mi_task_arg.exp
6642 * gdb.ada/mi_task_info.exp
6643 * gdb.ada/mi_var_array.exp
6644 * gdb.arch/alpha-step.exp
6645 * gdb.arch/amd64-disp-step.exp
6646 * gdb.arch/arm-disp-step.exp
6647 * gdb.arch/disp-step-insn-reloc.exp
6648 * gdb.arch/e500-prologue.exp
6649 * gdb.arch/ftrace-insn-reloc.exp
6650 * gdb.arch/gdb1558.exp
6651 * gdb.arch/i386-bp_permanent.exp
6652 * gdb.arch/i386-disp-step.exp
6653 * gdb.arch/i386-float.exp
6654 * gdb.arch/i386-gnu-cfi.exp
6655 * gdb.arch/ia64-breakpoint-shadow.exp
6656 * gdb.arch/mips16-thunks.exp
6657 * gdb.arch/pa-nullify.exp
6658 * gdb.arch/powerpc-aix-prologue.exp
6659 * gdb.arch/powerpc-power.exp
6660 * gdb.arch/ppc-dfp.exp
6661 * gdb.arch/s390-tdbregs.exp
6662 * gdb.arch/spu-info.exp
6663 * gdb.arch/spu-ls.exp
6664 * gdb.arch/thumb-bx-pc.exp
6665 * gdb.base/advance.exp
6666 * gdb.base/annota-input-while-running.exp
6667 * gdb.base/arrayidx.exp
6668 * gdb.base/asmlabel.exp
6669 * gdb.base/async.exp
6670 * gdb.base/attach-wait-input.exp
6671 * gdb.base/auto-connect-native-target.exp
6672 * gdb.base/batch-preserve-term-settings.exp
6673 * gdb.base/bfp-test.exp
6674 * gdb.base/bigcore.exp
6675 * gdb.base/bp-permanent.exp
6676 * gdb.base/break-always.exp
6677 * gdb.base/break-fun-addr.exp
6678 * gdb.base/break-idempotent.exp
6679 * gdb.base/break-main-file-remove-fail.exp
6680 * gdb.base/break-probes.exp
6681 * gdb.base/break-unload-file.exp
6682 * gdb.base/break.exp
6683 * gdb.base/call-ar-st.exp
6684 * gdb.base/call-rt-st.exp
6685 * gdb.base/call-sc.exp
6686 * gdb.base/call-signal-resume.exp
6687 * gdb.base/call-strs.exp
6688 * gdb.base/callexit.exp
6689 * gdb.base/callfuncs.exp
6690 * gdb.base/catch-gdb-caused-signals.exp
6691 * gdb.base/catch-signal-siginfo-cond.exp
6692 * gdb.base/catch-syscall.exp
6693 * gdb.base/compare-sections.exp
6694 * gdb.base/cond-eval-mode.exp
6695 * gdb.base/condbreak-call-false.exp
6696 * gdb.base/consecutive-step-over.exp
6697 * gdb.base/cursal.exp
6698 * gdb.base/disabled-location.exp
6699 * gdb.base/disasm-end-cu.exp
6700 * gdb.base/display.exp
6701 * gdb.base/double-prompt-target-event-error.exp
6702 * gdb.base/dprintf-bp-same-addr.exp
6703 * gdb.base/dprintf-detach.exp
6704 * gdb.base/dprintf-next.exp
6705 * gdb.base/dprintf-non-stop.exp
6706 * gdb.base/dprintf-pending.exp
6707 * gdb.base/dso2dso.exp
6708 * gdb.base/ending-run.exp
6709 * gdb.base/enum_cond.exp
6710 * gdb.base/examine-backward.exp
6711 * gdb.base/exe-lock.exp
6712 * gdb.base/exec-invalid-sysroot.exp
6713 * gdb.base/execl-update-breakpoints.exp
6714 * gdb.base/execution-termios.exp
6715 * gdb.base/fileio.exp
6716 * gdb.base/fixsection.exp
6717 * gdb.base/foll-exec-mode.exp
6718 * gdb.base/foll-exec.exp
6719 * gdb.base/fork-running-state.exp
6720 * gdb.base/frame-args.exp
6721 * gdb.base/fullpath-expand.exp
6722 * gdb.base/func-ptr.exp
6723 * gdb.base/gcore-relro-pie.exp
6724 * gdb.base/gdb1090.exp
6725 * gdb.base/gdb1555.exp
6726 * gdb.base/global-var-nested-by-dso.exp
6727 * gdb.base/gnu-ifunc.exp
6728 * gdb.base/hbreak-in-shr-unsupported.exp
6729 * gdb.base/hbreak-unmapped.exp
6730 * gdb.base/hook-stop.exp
6731 * gdb.base/infcall-input.exp
6732 * gdb.base/info-fun.exp
6733 * gdb.base/info-shared.exp
6734 * gdb.base/interrupt-noterm.exp
6735 * gdb.base/jit-so.exp
6736 * gdb.base/jit.exp
6737 * gdb.base/line-symtabs.exp
6738 * gdb.base/list.exp
6739 * gdb.base/longjmp.exp
6740 * gdb.base/macscp.exp
6741 * gdb.base/max-value-size.exp
6742 * gdb.base/nodebug.exp
6743 * gdb.base/nofield.exp
6744 * gdb.base/overlays.exp
6745 * gdb.base/paginate-after-ctrl-c-running.exp
6746 * gdb.base/paginate-bg-execution.exp
6747 * gdb.base/paginate-inferior-exit.exp
6748 * gdb.base/pending.exp
6749 * gdb.base/pr11022.exp
6750 * gdb.base/printcmds.exp
6751 * gdb.base/ptr-typedef.exp
6752 * gdb.base/ptype.exp
6753 * gdb.base/randomize.exp
6754 * gdb.base/range-stepping.exp
6755 * gdb.base/realname-expand.exp
6756 * gdb.base/relativedebug.exp
6757 * gdb.base/remote.exp
6758 * gdb.base/savedregs.exp
6759 * gdb.base/sepdebug.exp
6760 * gdb.base/set-noassign.exp
6761 * gdb.base/shlib-call.exp
6762 * gdb.base/shreloc.exp
6763 * gdb.base/sigaltstack.exp
6764 * gdb.base/sigbpt.exp
6765 * gdb.base/siginfo-addr.exp
6766 * gdb.base/siginfo-obj.exp
6767 * gdb.base/siginfo-thread.exp
6768 * gdb.base/signest.exp
6769 * gdb.base/signull.exp
6770 * gdb.base/sigrepeat.exp
6771 * gdb.base/skip.exp
6772 * gdb.base/so-impl-ld.exp
6773 * gdb.base/solib-corrupted.exp
6774 * gdb.base/solib-disc.exp
6775 * gdb.base/solib-display.exp
6776 * gdb.base/solib-overlap.exp
6777 * gdb.base/solib-search.exp
6778 * gdb.base/solib-symbol.exp
6779 * gdb.base/source-execution.exp
6780 * gdb.base/sss-bp-on-user-bp-2.exp
6781 * gdb.base/sss-bp-on-user-bp.exp
6782 * gdb.base/stack-checking.exp
6783 * gdb.base/stale-infcall.exp
6784 * gdb.base/step-break.exp
6785 * gdb.base/step-line.exp
6786 * gdb.base/step-over-exit.exp
6787 * gdb.base/step-test.exp
6788 * gdb.base/structs.exp
6789 * gdb.base/sym-file.exp
6790 * gdb.base/symtab-search-order.exp
6791 * gdb.base/term.exp
6792 * gdb.base/type-opaque.exp
6793 * gdb.base/unload.exp
6794 * gdb.base/until-nodebug.exp
6795 * gdb.base/until.exp
6796 * gdb.base/unwindonsignal.exp
6797 * gdb.base/watch-cond.exp
6798 * gdb.base/watch-non-mem.exp
6799 * gdb.base/watch_thread_num.exp
6800 * gdb.base/watchpoint-reuse-slot.exp
6801 * gdb.base/watchpoint-solib.exp
6802 * gdb.base/watchpoint.exp
6803 * gdb.btrace/dlopen.exp
6804 * gdb.cell/arch.exp
6805 * gdb.cell/break.exp
6806 * gdb.cell/bt.exp
6807 * gdb.cell/core.exp
6808 * gdb.cell/data.exp
6809 * gdb.cell/dwarfaddr.exp
6810 * gdb.cell/ea-cache.exp
6811 * gdb.cell/ea-standalone.exp
6812 * gdb.cell/ea-test.exp
6813 * gdb.cell/f-regs.exp
6814 * gdb.cell/fork.exp
6815 * gdb.cell/gcore.exp
6816 * gdb.cell/mem-access.exp
6817 * gdb.cell/ptype.exp
6818 * gdb.cell/registers.exp
6819 * gdb.cell/sizeof.exp
6820 * gdb.cell/solib-symbol.exp
6821 * gdb.cell/solib.exp
6822 * gdb.compile/compile-tls.exp
6823 * gdb.cp/exception.exp
6824 * gdb.cp/gdb2495.exp
6825 * gdb.cp/local.exp
6826 * gdb.cp/mb-inline.exp
6827 * gdb.cp/mb-templates.exp
6828 * gdb.cp/pr10687.exp
6829 * gdb.cp/pr9167.exp
6830 * gdb.cp/scope-err.exp
6831 * gdb.cp/templates.exp
6832 * gdb.cp/virtfunc.exp
6833 * gdb.dwarf2/dw2-dir-file-name.exp
6834 * gdb.dwarf2/dw2-single-line-discriminators.exp
6835 * gdb.fortran/complex.exp
6836 * gdb.fortran/library-module.exp
6837 * gdb.guile/guile.exp
6838 * gdb.guile/scm-cmd.exp
6839 * gdb.guile/scm-frame-inline.exp
6840 * gdb.guile/scm-objfile.exp
6841 * gdb.guile/scm-pretty-print.exp
6842 * gdb.guile/scm-symbol.exp
6843 * gdb.guile/scm-type.exp
6844 * gdb.guile/scm-value.exp
6845 * gdb.linespec/keywords.exp
6846 * gdb.linespec/ls-errs.exp
6847 * gdb.linespec/macro-relative.exp
6848 * gdb.linespec/thread.exp
6849 * gdb.mi/mi-breakpoint-changed.exp
6850 * gdb.mi/mi-dprintf-pending.exp
6851 * gdb.mi/mi-fullname-deleted.exp
6852 * gdb.mi/mi-logging.exp
6853 * gdb.mi/mi-pending.exp
6854 * gdb.mi/mi-solib.exp
6855 * gdb.mi/new-ui-mi-sync.exp
6856 * gdb.mi/user-selected-context-sync.exp
6857 * gdb.multi/dummy-frame-restore.exp
6858 * gdb.multi/multi-arch-exec.exp
6859 * gdb.multi/remove-inferiors.exp
6860 * gdb.multi/watchpoint-multi-exit.exp
6861 * gdb.opt/solib-intra-step.exp
6862 * gdb.perf/backtrace.exp
6863 * gdb.perf/single-step.exp
6864 * gdb.perf/skip-command.exp
6865 * gdb.perf/skip-prologue.exp
6866 * gdb.perf/solib.exp
6867 * gdb.python/lib-types.exp
6868 * gdb.python/py-as-string.exp
6869 * gdb.python/py-bad-printers.exp
6870 * gdb.python/py-block.exp
6871 * gdb.python/py-breakpoint.exp
6872 * gdb.python/py-cmd.exp
6873 * gdb.python/py-events.exp
6874 * gdb.python/py-evthreads.exp
6875 * gdb.python/py-finish-breakpoint.exp
6876 * gdb.python/py-finish-breakpoint2.exp
6877 * gdb.python/py-frame-inline.exp
6878 * gdb.python/py-frame.exp
6879 * gdb.python/py-inferior.exp
6880 * gdb.python/py-infthread.exp
6881 * gdb.python/py-mi.exp
6882 * gdb.python/py-objfile.exp
6883 * gdb.python/py-pp-maint.exp
6884 * gdb.python/py-pp-registration.exp
6885 * gdb.python/py-prettyprint.exp
6886 * gdb.python/py-recurse-unwind.exp
6887 * gdb.python/py-shared.exp
6888 * gdb.python/py-symbol.exp
6889 * gdb.python/py-symtab.exp
6890 * gdb.python/py-template.exp
6891 * gdb.python/py-type.exp
6892 * gdb.python/py-unwind-maint.exp
6893 * gdb.python/py-unwind.exp
6894 * gdb.python/py-value.exp
6895 * gdb.python/python.exp
6896 * gdb.reverse/finish-reverse-bkpt.exp
6897 * gdb.reverse/insn-reverse.exp
6898 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6899 * gdb.reverse/solib-precsave.exp
6900 * gdb.reverse/solib-reverse.exp
6901 * gdb.stabs/gdb11479.exp
6902 * gdb.stabs/weird.exp
6903 * gdb.threads/fork-child-threads.exp
6904 * gdb.threads/fork-plus-threads.exp
6905 * gdb.threads/fork-thread-pending.exp
6906 * gdb.threads/forking-threads-plus-breakpoint.exp
6907 * gdb.threads/hand-call-in-threads.exp
6908 * gdb.threads/interrupted-hand-call.exp
6909 * gdb.threads/linux-dp.exp
6910 * gdb.threads/local-watch-wrong-thread.exp
6911 * gdb.threads/next-while-other-thread-longjmps.exp
6912 * gdb.threads/non-ldr-exit.exp
6913 * gdb.threads/pending-step.exp
6914 * gdb.threads/print-threads.exp
6915 * gdb.threads/process-dies-while-detaching.exp
6916 * gdb.threads/process-dies-while-handling-bp.exp
6917 * gdb.threads/pthreads.exp
6918 * gdb.threads/queue-signal.exp
6919 * gdb.threads/reconnect-signal.exp
6920 * gdb.threads/signal-command-handle-nopass.exp
6921 * gdb.threads/signal-command-multiple-signals-pending.exp
6922 * gdb.threads/signal-delivered-right-thread.exp
6923 * gdb.threads/signal-sigtrap.exp
6924 * gdb.threads/sigthread.exp
6925 * gdb.threads/staticthreads.exp
6926 * gdb.threads/stepi-random-signal.exp
6927 * gdb.threads/thread-unwindonsignal.exp
6928 * gdb.threads/thread_check.exp
6929 * gdb.threads/thread_events.exp
6930 * gdb.threads/tid-reuse.exp
6931 * gdb.threads/tls-nodebug.exp
6932 * gdb.threads/tls-shared.exp
6933 * gdb.threads/tls-so_extern.exp
6934 * gdb.threads/tls.exp
6935 * gdb.threads/wp-replication.exp
6936 * gdb.trace/actions-changed.exp
6937 * gdb.trace/actions.exp
6938 * gdb.trace/backtrace.exp
6939 * gdb.trace/change-loc.exp
6940 * gdb.trace/collection.exp
6941 * gdb.trace/deltrace.exp
6942 * gdb.trace/disconnected-tracing.exp
6943 * gdb.trace/entry-values.exp
6944 * gdb.trace/ftrace-lock.exp
6945 * gdb.trace/ftrace.exp
6946 * gdb.trace/infotrace.exp
6947 * gdb.trace/mi-trace-frame-collected.exp
6948 * gdb.trace/mi-trace-unavailable.exp
6949 * gdb.trace/mi-traceframe-changed.exp
6950 * gdb.trace/mi-tracepoint-changed.exp
6951 * gdb.trace/mi-tsv-changed.exp
6952 * gdb.trace/no-attach-trace.exp
6953 * gdb.trace/packetlen.exp
6954 * gdb.trace/passc-dyn.exp
6955 * gdb.trace/passcount.exp
6956 * gdb.trace/pending.exp
6957 * gdb.trace/pr16508.exp
6958 * gdb.trace/qtro.exp
6959 * gdb.trace/range-stepping.exp
6960 * gdb.trace/read-memory.exp
6961 * gdb.trace/report.exp
6962 * gdb.trace/save-trace.exp
6963 * gdb.trace/signal.exp
6964 * gdb.trace/stap-trace.exp
6965 * gdb.trace/status-stop.exp
6966 * gdb.trace/strace.exp
6967 * gdb.trace/tfile.exp
6968 * gdb.trace/tfind.exp
6969 * gdb.trace/trace-break.exp
6970 * gdb.trace/trace-condition.exp
6971 * gdb.trace/trace-enable-disable.exp
6972 * gdb.trace/trace-mt.exp
6973 * gdb.trace/tracecmd.exp
6974 * gdb.trace/tracefile-pseudo-reg.exp
6975 * gdb.trace/tspeed.exp
6976 * gdb.trace/tstatus.exp
6977 * gdb.trace/tsv.exp
6978 * gdb.trace/unavailable.exp
6979 * gdb.trace/while-dyn.exp
6980 * gdb.trace/while-stepping.exp
6981 * lib/gdb-guile.exp
6982 * lib/gdb.exp
6983 * lib/mi-support.exp
6984 * lib/pascal.exp
6985 * lib/perftest.exp
6986 * lib/prelink-support.exp
6987 * lib/selftest-support.exp
6988
6989 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6990
6991 * Makefile.in: Include disable-implicit-rules.mk.
6992
6993 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6994
6995 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6996 non-byte-aligned bit fields.
6997
6998 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6999
7000 PR gdb/12616
7001 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7002 respects the DW_AT_data_bit_offset attribute.
7003
7004 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7005
7006 * gdb.base/default.exp: Fix output of "set language".
7007
7008 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7009
7010 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7011 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7012 make.
7013 * configure.ac: Remove checks for the make program.
7014 * configure: Re-generate.
7015
7016 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7017
7018 * gdb.python/py-recurse-unwind.c (main): Add loop.
7019 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7020 to read_register() and gdb.parse_and_eval(). Make each code
7021 call a separate case that can be individually tested.
7022 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7023 proc. Call cont_and_backtrace for each of the code paths that
7024 we want to test in the unwinder.
7025
7026 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7027
7028 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7029 the definition of struct S.
7030
7031 2016-11-11 Catherine Moore <clm@codesourcery.com>
7032
7033 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7034
7035 2016-11-09 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/commands.exp (runto_or_return): New procedure.
7038 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7039 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7040 (progvar_simple_while_test, progvar_complex_if_while_test)
7041 (if_while_breakpoint_command_test)
7042 (infrun_breakpoint_command_test, breakpoint_command_test)
7043 (user_defined_command_test, watchpoint_command_test)
7044 (test_command_prompt_position, redefine_hook_test)
7045 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7046 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7047 multi_line_input and multi_line. Remove gdb_expect and
7048 gdb_stop_suppressing_tests uses.
7049 * lib/gdb.exp (valnum_re): New global.
7050 (multi_line_input): New procedure.
7051
7052 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7053
7054 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7055 Remove.
7056 (test_setup): Define with proc_with_prefix.
7057 (test_cli_inferior): Likewise.
7058 (test_cli_thread): Likewise.
7059 (test_cli_frame): Likewise.
7060 (test_cli_select_frame): Likewise.
7061 (test_cli_up_down): Likewise.
7062 (test_mi_thread_select): Likewise.
7063 (test_mi_stack_select_frame): Likewise.
7064 (test_cli_in_mi_inferior): Likewise.
7065 (test_cli_in_mi_thread): Likewise.
7066 (test_cli_in_mi_frame): Likewise.
7067 (top level): Do not use with_test_prefix_procname.
7068
7069 2016-11-09 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.base/commands.exp (gdbvar_simple_if_test)
7072 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7073 (progvar_simple_if_test, progvar_simple_while_test)
7074 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7075 (infrun_breakpoint_command_test, breakpoint_command_test)
7076 (user_defined_command_test, watchpoint_command_test)
7077 (test_command_prompt_position, deprecated_command_test)
7078 (bp_deleted_in_command, temporary_breakpoint_commands)
7079 (stray_arg0_test, source_file_with_indented_comment)
7080 (recursive_source_test, if_commands_test)
7081 (error_clears_commands_left, redefine_hook_test)
7082 (redefine_backtrace_test): Use proc_with_prefix.
7083 * lib/gdb.exp (proc_with_prefix): New proc.
7084
7085 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7086
7087 * gdb.base/tui-layout.c: New file.
7088 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7089 disassembly window contains very long lines.
7090
7091 2016-11-08 Tom Tromey <tom@tromey.com>
7092
7093 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7094 depend on Python 2.
7095
7096 2016-11-08 Tom Tromey <tom@tromey.com>
7097
7098 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7099 New method.
7100
7101 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7102
7103 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7104
7105 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7106
7107 * gdb.rust/simple.rs: Add test for univariant enums without
7108 discriminants and for encoded struct-like enums.
7109
7110 2016-10-28 Pedro Alves <palves@redhat.com>
7111
7112 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7113 gdb_test_multiple, tighten regexps and match symtabs and line
7114 tables incrementally.
7115
7116 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7117
7118 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7119 general.
7120
7121 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7122
7123 * gdb.base/exec-invalid-sysroot.exp: New file.
7124
7125 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7126
7127 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7128
7129 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7132
7133 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7134
7135 * gdb.base/killed-outside.exp: Remove $options from a call to
7136 `prepare_for_testing'.
7137
7138 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7139
7140 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7141 Change test message.
7142
7143 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7144
7145 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7146 Update comment.
7147
7148 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7149
7150 * gdb.trace/mi-trace-save.exp: New file.
7151
7152 2016-10-13 Yao Qi <yao.qi@linaro.org>
7153
7154 * gdb.base/code_elim.exp (get_var_address): Remove.
7155 * gdb.base/relocate.exp: Likewise.
7156 * gdb.base/shreloc.exp: Likewise.
7157 * lib/gdb.exp (get_var_address): New.
7158
7159 2016-10-13 Yao Qi <yao.qi@linaro.org>
7160
7161 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7162 floating point tests if $skip_float_test is false.
7163
7164 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7165
7166 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7167 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7168 argc values.
7169 Add 1 to argc so we guarantee distinct initial/modified argc values.
7170
7171 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7172
7173 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7174
7175 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7178 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7179 * gdb.arch/vsx-regs.exp: Likewise.
7180
7181 2016-10-07 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7184
7185 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7186
7187 * gdb.python/python.exp: Test decode_line("*0").
7188
7189 2016-10-06 Doug Evans <dje@google.com>
7190
7191 * gdb.python/py-value.exp (test_value_creation): Add test for large
7192 unsigned 64-bit value.
7193
7194 2016-10-06 Tom Tromey <tom@tromey.com>
7195
7196 * gdb.compile/compile.exp: Change java tests to rust.
7197 * gdb.base/setshow.exp: Change java tests to rust.
7198 * gdb.base/default.exp: Remove java from language list.
7199 * README (Examples): Update language example.
7200 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7201 test.
7202 * lib/gdb.exp (skip_java_tests): Remove.
7203 * lib/java.exp: Remove.
7204 * gdb.java: Remove.
7205
7206 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7207
7208 * gdb.arch/mips-fcr.exp: New test.
7209 * gdb.arch/mips-fcr.c: Source for the new test.
7210
7211 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7212
7213 * gdb.base/solib-disc.exp: Use `standard_output_file'
7214 throughout.
7215
7216 2016-10-06 Pedro Alves <palves@redhat.com>
7217
7218 * gdb.base/jit-simple-dl.c: New file.
7219 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7220 * gdb.base/jit-simple.c: ... this.
7221 * gdb.base/jit-simple.exp (jit_run): Delete.
7222 (build_jit): New proc.
7223 (jit_test_reread): Recompile either the main program or the shared
7224 library, depending on what is being tested. Skip changing address
7225 if caller wants to. Compare before/after addresses. If testing
7226 standalone, explicitly load the binary. Test "maint info
7227 breakpoints".
7228 (top level): Add "standalone vs shared lib" and "change address"
7229 vs "same address" axes.
7230
7231 2016-10-06 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7234 call.
7235 (jit_run): Delete.
7236 (jit_test_reread): Use with_test_prefix. Reload the main binary
7237 explicitly. Compare the before/after addresses of the JIT
7238 descriptor.
7239
7240 2016-08-15 Doug Evans <dje@google.com>
7241
7242 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7243 for single bitfields is bool.
7244 * gdb.xml/tdesc-regs.exp: Ditto.
7245
7246 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7247
7248 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7249
7250 2016-10-05 Yao Qi <yao.qi@linaro.org>
7251
7252 * lib/gdb.exp (support_complex_tests): Return zero if
7253 gdb_skip_float_test return true.
7254
7255 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7256 Simon Marchi <simon.marchi@ericsson.com>
7257
7258 PR gdb/20487
7259 * gdb.mi/user-selected-context-sync.exp: New file.
7260 * gdb.mi/user-selected-context-sync.c: New file.
7261
7262 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7263 Simon Marchi <simon.marchi@ericsson.com>
7264
7265 PR gdb/20487
7266 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7267 =thread-select-event check.
7268
7269 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7270
7271 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7272 the compulsory L operand changes.
7273 * gdb.arch/powerpc-power.s: Likewise.
7274
7275 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7276
7277 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7278 * gdb.base/jit-attach-pie.c: New file.
7279 * gdb.base/jit-attach-pie.exp: New file.
7280
7281 2016-09-28 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.base/infcall-input.c: New file.
7284 * gdb.base/infcall-input.exp: New file.
7285
7286 2016-09-22 Yao Qi <yao.qi@linaro.org>
7287
7288 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7289 (gdb_exit): Rename it to ...
7290 (gdbserver_gdb_exit): ... Close GDBserver.
7291 (gdb_exit): New proc, call gdbserver_gdb_exit.
7292 (mi_gdb_exit): Likewise.
7293
7294 2016-09-22 Yao Qi <yao.qi@linaro.org>
7295
7296 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7297 path.
7298 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7299 Remove duplication.
7300
7301 2016-09-22 Yao Qi <yao.qi@linaro.org>
7302
7303 * lib/gdbserver-support.exp: Check the existence of
7304 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7305
7306 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7307
7308 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7309
7310 2016-09-21 Tom Tromey <tom@tromey.com>
7311
7312 PR gdb/20604:
7313 * gdb.base/quit.exp: New file.
7314
7315 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7316
7317 * .gitignore: New file.
7318
7319 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7320
7321 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7322 throughout.
7323
7324 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7325
7326 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7327
7328 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7329
7330 * gdb.cp/casts.cc (decltype): Move it ...
7331 (main): ... with its call to ...
7332 * gdb.cp/casts03.cc: ... a new file.
7333 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7334
7335 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7336
7337 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7338
7339 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7340
7341 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7342 and sync up the test with tests in gas/testsuite/gas/ppc.
7343 * gdb.arch/powerpc-power.exp: Likewise.
7344
7345 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7346
7347 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7348
7349 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7350 Jan Kratochvil <jan.kratochvil@redhat.com>
7351
7352 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7353 make m1's definition to be different from m2's. Use 'dummy' as an
7354 argument for probe 'two'.
7355
7356 2016-09-10 Jon Beniston <jon@beniston.com>
7357
7358 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7359 for sim target.
7360
7361 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7362
7363 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7364 variable declaration.
7365 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7366 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7367 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7368 received HWCAP as its argument.
7369
7370 2016-09-06 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/new-ui-pending-input.c: New file.
7373 * gdb.base/new-ui-pending-input.exp: New file.
7374 * gdb.exp (clear_gdb_spawn_id): New procedure.
7375 (with_spawn_id): Check whether gdb_spawn_id exists before
7376 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7377 on exit.
7378
7379 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7380
7381 * gdb.base/float128.c: New file.
7382 * gdb.base/float128.exp: Likewise.
7383 * gdb.base/floatn.c: Likewise.
7384 * gdb.base/floatn.exp: Likewise.
7385
7386 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7387
7388 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7389
7390 2016-09-05 Pedro Alves <palves@redhat.com>
7391
7392 PR backtrace/19927
7393 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7394 unwinders are immediately called as side effect of "source" or
7395 "disable unwinder" commands.
7396 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7397
7398 2016-09-02 Yao Qi <yao.qi@linaro.org>
7399
7400 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7401 is true and $type is "float" or "double".
7402
7403 2016-09-02 Yao Qi <yao.qi@linaro.org>
7404
7405 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7406 true.
7407 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7408 * gdb.base/call-rt-st.exp: Likewise.
7409 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7410 return value instead of gdb,skip_float_test.
7411 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7412 (do_function_calls): Use its return value instead of
7413 gdb,skip_float_test.
7414 * gdb.base/finish.exp: Likewise.
7415 * gdb.base/funcargs.exp: Likewise.
7416 * gdb.base/return.exp: Likewise.
7417 * gdb.base/return2.exp: Likewise.
7418 * gdb.base/varargs.exp: Likewise.
7419 * lib/gdb.exp (gdb_skip_float_test): Change it to
7420 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7421
7422 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7423
7424 * gdb.multi/tids.exp: Test "thread apply all".
7425
7426 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.base/default.exp (tty): Remove.
7429
7430 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7431
7432 * gdb.python/py-recurse-unwind.c: New file.
7433 * gdb.python/py-recurse-unwind.py: New file.
7434 * gdb.python/py-recurse-unwind.exp: New file.
7435
7436 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7437
7438 * gdb.base/set-inferior-tty.exp: New file.
7439 * gdb.base/set-inferior-tty.c: New file.
7440
7441 2016-08-23 Pedro Alves <palves@redhat.com>
7442
7443 PR gdb/20494
7444 * gdb.base/new-ui-echo.c: New file.
7445 * gdb.base/new-ui-echo.exp: New file.
7446
7447 2016-08-23 Yao Qi <yao.qi@linaro.org>
7448
7449 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7450 gdbserver_spawn.
7451 * gdb.server/connect-without-multi-process.exp (do_test):
7452 Likewise.
7453
7454 2016-08-23 Yao Qi <yao.qi@linaro.org>
7455
7456 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7457 standalone_txt. Delete gdb_txt and standalone_txt on host
7458 and target. Spawn the binary on target. Copy files from
7459 target to host.
7460
7461 2016-08-22 Pedro Alves <palves@redhat.com>
7462
7463 PR gdb/20505
7464 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7465 with_test_prefix. Factor out bits to ...
7466 (test_no_vdso): ... this new procedure.
7467
7468 2016-08-19 Carl Love <cel@us.ibm.com>
7469
7470 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7471 maintaining separate logic for constructing the output path.
7472 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7473 * gdb.arch/ppc-dfp.exp: Likewise.
7474 * gdb.arch/ppc-fp.exp: Likewise.
7475 * gdb.arch/vsx-regs.exp: Likewise.
7476 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7477 binprefix for generating the additional binary files.
7478
7479 2016-08-19 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.trace/mi-trace-frame-collected.exp
7482 (test_trace_frame_collected): On x32, expect two registers.
7483
7484 2016-08-18 Carl Love <cel@us.ibm.com>
7485
7486 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7487 and sync up the test with tests in gas/testsuite/gas/ppc.
7488 * gdb.arch/powerpc-power.exp: Likewise.
7489
7490 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7491
7492 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7493 expected error message.
7494
7495 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * gdb.multi/remove-inferiors.exp: New file.
7498 * gdb.multi/remove-inferiors.c: New file.
7499
7500 2016-08-12 Yao Qi <yao.qi@linaro.org>
7501
7502 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7503 argument list.
7504
7505 2016-08-10 Pedro Alves <palves@redhat.com>
7506
7507 PR gdb/19187
7508 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7509 setup_kfails.
7510
7511 2016-08-09 Pedro Alves <palves@redhat.com>
7512 Simon Marchi <simon.marchi@ericsson.com>
7513
7514 PR gdb/20418
7515 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7516 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7517
7518 2016-08-09 Pedro Alves <palves@redhat.com>
7519
7520 PR mi/20431
7521 * gdb.mi/mi-cmd-error.exp: New file.
7522
7523 2016-08-09 Pedro Alves <palves@redhat.com>
7524
7525 PR gdb/18653
7526 * gdb.base/signals-state-child.c: New file.
7527 * gdb.base/signals-state-child.exp: New file.
7528 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7529
7530 2016-08-09 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7533
7534 2016-08-03 Tom Tromey <tom@tromey.com>
7535
7536 PR python/18565:
7537 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7538
7539 2016-08-01 Yao Qi <yao.qi@linaro.org>
7540
7541 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7542 variable mode to "multi-process" if $multi_process is 1, otherwise
7543 set it to "single-process".
7544
7545 2016-08-01 Yao Qi <yao.qi@linaro.org>
7546
7547 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7548 * gdb.cp/cpexprs.exp: Likewise.
7549 * gdb.cp/m-static.exp: Likewise.
7550
7551 2016-07-26 Tom Tromey <tom@tromey.com>
7552
7553 PR python/20190:
7554 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7555 test.
7556
7557 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7558
7559 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7560 selecting assembly source files.
7561 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7562 assembly source files.
7563 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7564 assembly source files.
7565 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7566 selecting assembly source files.
7567
7568 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7569
7570 * gdb.base/new-ui.exp (do_test_invalid_args): New
7571 procedure.
7572
7573 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7574
7575 * gdb.btrace/reconnect.c: New file.
7576 * gdb.btrace/reconnect.exp: New file.
7577
7578 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7579
7580 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7581 to test_catch_syscall_group.
7582 (test_catch_syscall_group): New.
7583
7584 2016-07-21 Tom Tromey <tom@tromey.com>
7585
7586 * gdb.rust/simple.rs (main): Use empty struct expression.
7587 * gdb.rust/simple.exp: Add tests for empty struct expression.
7588
7589 2016-07-21 Yao Qi <yao.qi@linaro.org>
7590
7591 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7592 if gdb_skip_xml_test is true on some targets.
7593
7594 2016-07-21 Yao Qi <yao.qi@linaro.org>
7595
7596 * gdb.server/solib-list.exp: Unset last_loaded_file.
7597
7598 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7599
7600 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7601 "step into captured_main (args)".
7602
7603 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7604
7605 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7606
7607 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7608
7609 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7610
7611 2016-07-19 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7614 * gdb.opt/inline-bt.exp: Likewise.
7615 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7616 additional_flags=-Winline.
7617 * gdb.opt/inline-locals.exp: Likewise.
7618 * gdb.opt/inline-markers.c (ATTR): Define.
7619 (inlined_fn): Use it.
7620
7621 2016-07-19 Yao Qi <yao.qi@linaro.org>
7622
7623 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7624 (test_with_self): Remove some code. Remove argument executable.
7625 (top-level): Use do_self_tests.
7626
7627 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7628 Don Breazeal <donb@codesourcery.com>
7629
7630 * gdb.base/maint.exp: Escape paths used in regular expressions.
7631 * gdb.stabs/weird.exp: Likewise.
7632
7633 2016-07-13 Tom Tromey <tom@tromey.com>
7634
7635 PR python/15620, PR python/18620:
7636 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7637 (test_bkpt_events): New procs.
7638
7639 2016-07-13 Tom Tromey <tom@tromey.com>
7640
7641 PR python/17698:
7642 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7643 test.
7644 (test_watchpoints): Likewise.
7645 (test_bkpt_pending): New proc.
7646
7647 2016-07-13 Tom Tromey <tom@tromey.com>
7648
7649 PR cli/18053:
7650 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7651 completion test.
7652
7653 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7654
7655 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7656 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7657 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7658 f_label.
7659 (g): Rename g_end_lbl to g_label.
7660 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7661 low_pc and high_pc.
7662 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7663
7664 2016-07-12 Tom Tromey <tom@tromey.com>
7665
7666 PR python/19293:
7667 * gdb.python/py-unwind-maint.exp: Update tests.
7668
7669 2016-07-12 Yao Qi <yao.qi@linaro.org>
7670
7671 * lib/selftest-support.exp (selftest_setup): Match the output
7672 when captured_main is inlined.
7673
7674 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7675
7676 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7677 New variables.
7678 (print this%a, print this%b, print this): New tests.
7679 * gdb.fortran/derived-types.f90 (this): New object and
7680 initialization.
7681
7682 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7683
7684 * gdb.ada/arraydim.exp: Remove extra directory level in build
7685 directory.
7686
7687 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7688
7689 * lib/ada.exp: Remove extra directory level in build directory.
7690 * gdb.ada/cond_lang.exp: Likewise.
7691 * gdb.ada/exec_changed.exp: Likewise.
7692 * gdb.ada/lang_switch.exp: Likewise.
7693
7694 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7695
7696 * simple.rs: Add test for raw pointer subscripting.
7697 * simple.exp: Add test expectations.
7698
7699 2016-07-05 Yao Qi <yao.qi@linaro.org>
7700
7701 * gdb.mi/mi-reverse.exp: Match =record-started output.
7702
7703 2016-07-01 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7706 procedure.
7707 (jit_reader_test): Test the jit reader's unwinder.
7708 * gdb.base/jithost.c (jit_function_00_code): New global.
7709 (main): Use memcpy to fill in the mmapped code, instead of poking
7710 bytes manually here.
7711 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7712 value.
7713 (read_debug_info): Save the function's range.
7714 (read_sp): New function.
7715 (unwind_frame): Use it. Also unwind RBP.
7716 (get_frame_id): Use read_sp.
7717 (gdb_init_reader): Use calloc instead of malloc.
7718 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7719 parameter. Use gdb_test_multiple.
7720
7721 2016-07-01 Pedro Alves <palves@redhat.com>
7722 Antoine Tremblay <antoine.tremblay@ericsson.com>
7723
7724 * gdb.threads/process-dies-while-detaching.c: New file.
7725 * gdb.threads/process-dies-while-detaching.exp: New file.
7726
7727 2016-07-01 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.multi/watchpoint-multi-exit.c: New file.
7730 * gdb.multi/watchpoint-multi-exit.exp: New file.
7731
7732 2016-06-30 Pedro Alves <palves@redhat.com>
7733
7734 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7735 unset inferior_spawn_id.
7736
7737 2016-06-30 Pedro Alves <palves@redhat.com>
7738
7739 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7740 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7741
7742 2016-06-29 Yao Qi <yao.qi@linaro.org>
7743
7744 * gdb.base/return.c: Add copyright header.
7745
7746 2016-06-29 Tom Tromey <tom@tromey.com>
7747
7748 PR python/20129:
7749 * gdb.python/py-framefilter.exp: Add tests for setting priority
7750 and disabling of non-existent frame filter.
7751
7752 2016-06-29 Yao Qi <yao.qi@linaro.org>
7753
7754 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7755 0x0f07ff.
7756
7757 2016-06-28 Yao Qi <yao.qi@linaro.org>
7758
7759 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7760 triplets. Start gdb, execute catch syscall, and continue. Check
7761 gdb's output to determine catch syscall is supported.
7762
7763 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7764
7765 * gdb.rust/simple.rs: Add test for returning unit in a function.
7766 * gdb.rust/simple.exp: Add expectation for functions returning
7767 unit.
7768
7769 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7770
7771 * gdb.python/py-breakpoint-create-fail.c,
7772 gdb.python/py-breakpoint-create-fail.exp,
7773 gdb.python/py-breakpoint-create-fail.py: New testcase.
7774
7775 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7776
7777 PR gdb/20239
7778 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7779 * gdb.rust/simple.exp: Add test expectations for new NonZero
7780 tests.
7781
7782 2016-06-24 David Taylor <dtaylor@emc.com>
7783
7784 * gdb.base/offsets.exp: New file.
7785 * gdb.base/offsets.c: New file.
7786
7787 2016-06-23 Tom Tromey <tom@tromey.com>
7788
7789 PR gdb/16483:
7790 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7791 before any filters are loaded.
7792
7793 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7794
7795 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7796 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7797 structs.
7798 * gdb.fortran/derived-type-function.exp: New file.
7799 * gdb.fortran/derived-type-function.f90: New file.
7800
7801
7802 2016-06-21 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/new-ui.exp: New file.
7805 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7806 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7807 (with_spawn_id): New procedure.
7808
7809 2016-06-21 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.mi/mi-exec-run.exp: New file.
7812
7813 2016-06-21 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7816 breakpoint command's output on the main UI.
7817 (test_break): New procedure, factored out from calls in the top
7818 level.
7819 (top level): Use foreach_with_prefix to test MI as main UI and as
7820 separate UI.
7821
7822 2016-06-21 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7825 (test_awatch_creation_and_listing)
7826 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7827 Remove 'type' parameter.
7828 (test_watchpoint_all): New parameter mi_mode. Remove
7829 with_test_prefix.
7830 (top level): Use foreach_with_prefix, and add main/separate UI MI
7831 testing axis.
7832
7833 2016-06-21 Pedro Alves <palves@redhat.com>
7834
7835 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7836 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7837 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7838 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7839 (gdb_main_spawn_id, mi_spawn_id): Declare and
7840 comment.
7841 (mi_create_inferior_pty): New procedure,
7842 factored out from default_mi_gdb_start.
7843 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7844 procedures.
7845 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7846 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7847 Use mi_create_inferior_pty.
7848 (mi_gdb_start): Use eval to pass down args list.
7849
7850 2016-06-21 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7853 * gdb.opt/inline-cmds.exp: Add MI tests.
7854
7855 2016-06-21 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7858
7859 2016-06-21 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7862 (top level): Use it instead of mi_execute_to.
7863
7864 2016-06-21 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7867 (cont_handler_str): New.
7868 (signal_stop_handler): Set stop_handler_str instead of printing to
7869 stdout.
7870 (continue_handler): Set cont_handler_str instead of printing to
7871 stdout.
7872 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7873 mi_send_resuming_command. Print stop_handler_str and
7874 cont_handler_str instead of expecting the python events print
7875 directly.
7876
7877 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7878
7879 * gdb.base/jit-reader.exp: New file.
7880 * gdb.base/jithost.c: New file.
7881 * gdb.base/jithost.h: New file.
7882 * gdb.base/jitreader.c : New file.
7883 * gdb.base/jit-protocol.h: New file.
7884
7885 2016-06-17 Yao Qi <yao.qi@linaro.org>
7886
7887 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7888 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7889 and detach-on-fork. Adjust tests.
7890 (top level): Invoke break_cond_on_syscall with combinations of
7891 syscall, follow-fork-mode and detach-on-fork.
7892
7893 2016-06-17 Yao Qi <yao.qi@linaro.org>
7894
7895 * gdb.base/step-over-exit.c: New.
7896 * gdb.base/step-over-exit.exp: New.
7897
7898 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7899
7900 * gdb.base/float.exp: Add target check for nds32*-*-*.
7901 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7902
7903 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7904
7905 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7906 for unsupported target features.
7907 * gdb.base/call-rt-st.exp: Likewise.
7908 * gdb.base/call-sc.exp: Likewise.
7909 * gdb.base/call-signal-resume.exp: Likewise.
7910 * gdb.base/call-strs.exp: Likewise.
7911 * gdb.base/callexit.exp: Likewise.
7912 * gdb.base/callfuncs.exp: Likewise.
7913 * gdb.base/nodebug.exp: Likewise.
7914 * gdb.base/printcmds.exp: Likewise.
7915 * gdb.base/ptype.exp: Likewise.
7916 * gdb.base/structs.exp: Likewise.
7917 * gdb.base/unwindonsignal.exp: Likewise.
7918 * gdb.cp/gdb2495.exp: Likewise.
7919 * gdb.cp/templates.exp: Likewise.
7920 * gdb.cp/virtfunc.exp: Likewise.
7921 * gdb.threads/hand-call-in-threads.exp: Likewise.
7922 * gdb.threads/interrupted-hand-call.exp: Likewise.
7923 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7924
7925 2016-06-10 Tom Tromey <tom@tromey.com>
7926
7927 PR rust/20110:
7928 * gdb.rust/expr.exp: Add test for integer constant larger than
7929 i32.
7930
7931 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7932
7933 * gdb.fortran/nested-funcs.exp: New.
7934 * gdb.fortran/nested-funcs.f90: New.
7935
7936 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7937
7938 * gdb.base/examine-backward.c: New file.
7939 * gdb.base/examine-backward.exp: New file.
7940
7941 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7944 matching.
7945
7946 2016-06-02 Tom Tromey <tom@tromey.com>
7947
7948 PR python/18984:
7949 * gdb.python/py-shared.exp: Add solib_name test.
7950
7951 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7952
7953 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7954
7955 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7956
7957 PR c++/19893
7958 * gdb.dwarf2/implref.exp: Rename to...
7959 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7960 * gdb.dwarf2/implref-array.c: New file.
7961 * gdb.dwarf2/implref-array.exp: Likewise.
7962 * gdb.dwarf2/implref-global.c: Likewise.
7963 * gdb.dwarf2/implref-global.exp: Likewise.
7964 * gdb.dwarf2/implref-struct.c: Likewise.
7965 * gdb.dwarf2/implref-struct.exp: Likewise.
7966
7967 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7968
7969 * gdb.trace/trace-condition.exp: Add 64bit tests.
7970
7971 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7972
7973 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7974 bits types.
7975 (main): Adapt to 8 to 64 bits types.
7976 * gdb.trace/trace-condition.exp: Add new tests.
7977
7978 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7979
7980 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7981
7982 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7983
7984 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7985 Move condition tests...
7986 * gdb.trace/trace-condition.exp: Here.
7987
7988 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7989
7990 * gdb.trace/trace-condition.exp: Add counter-case tests.
7991
7992 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 PR c++/15231
7995 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7996 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7997
7998 2016-05-27 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8001 New procedure.
8002 (top level): Call it, and bail out of DejaGnu is known to be bad.
8003
8004 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8005
8006 * gdb.base/whatis.c: Extend the test case.
8007 * gdb.base/whatis.exp: Add additional tests.
8008
8009 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8010
8011 * gdb.fortran/type.f90: Add pointer variable.
8012 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8013
8014 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8015
8016 * gdb.fortran/vla-type.exp: Fix testcase name.
8017
8018 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8019
8020 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8021
8022 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8023
8024 * gdb.fortran/type.f90: Add nested structures.
8025 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8026 * gdb.fortran/derived-type.exp: Adapt expected output.
8027 * gdb.fortran/vla-type.exp: Adapt expected output.
8028
8029 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8030
8031 * gdb.fortran/whatis_type.exp: Adapt expected output.
8032
8033 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8034
8035 * gdb.fortran/print_type.exp: Fix expected output.
8036 * gdb.fortran/whatis_type.exp: Fix expected output.
8037
8038 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8039
8040 * gdb.fortran/whatis_type.exp: Use multi_line.
8041
8042 2016-05-24 Tom Tromey <tom@tromey.com>
8043
8044 PR python/17386:
8045 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8046 use value as an index.
8047
8048 2016-05-23 Tom Tromey <tom@tromey.com>
8049
8050 PR python/17981:
8051 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8052 no-breakpoint case.
8053
8054 2016-05-24 Pedro Alves <palves@redhat.com>
8055
8056 PR gdb/19828
8057 * gdb.threads/clone-attach-detach.c: New file.
8058 * gdb.threads/clone-attach-detach.exp: New file.
8059
8060 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8061
8062 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8063
8064 2016-05-23 Tom Tromey <tom@tromey.com>
8065
8066 PR python/19438, PR python/18393:
8067 * gdb.python/py-progspace.exp: Add "dir" test.
8068 * gdb.python/py-objfile.exp: Add "dir" test.
8069
8070 2016-05-23 Yao Qi <yao.qi@linaro.org>
8071
8072 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8073 * gdb.arch/thumb2-it.exp: Likewise.
8074
8075 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8076
8077 * gdb.mi/mi-threads-interrupt.c: New file.
8078 * gdb.mi/mi-threads-interrupt.exp: New file.
8079
8080 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8081
8082 PR gdb/18077
8083 * gdb.mi/mi-async-run.exp: New file.
8084 * gdb.mi/mi-async-run.c: New file.
8085
8086 2016-05-17 Tom Tromey <tom@tromey.com>
8087 Manish Goregaokar <manishsmail@gmail.com>
8088
8089 * lib/rust-support.exp: New file.
8090 * lib/gdb.exp (skip_rust_tests): New proc.
8091 (build_executable_from_specs): Handle rust.
8092 * lib/future.exp (gdb_find_rustc): New proc.
8093 (gdb_default_target_compile): Handle rust.
8094 * gdb.rust/expr.exp: New file.
8095 * gdb.rust/generics.exp: New file.
8096 * gdb.rust/generics.rs: New file.
8097 * gdb.rust/methods.exp: New file.
8098 * gdb.rust/methods.rs: New file.
8099 * gdb.rust/modules.exp: New file.
8100 * gdb.rust/modules.rs: New file.
8101 * gdb.rust/simple.exp: New file.
8102 * gdb.rust/simple.rs: New file.
8103
8104 2016-05-17 Tom Tromey <tom@tromey.com>
8105
8106 * gdb.base/default.exp (set language): Add rust.
8107
8108 2016-05-17 Tom Tromey <tom@tromey.com>
8109
8110 * gdb.gdb/unittest.exp: New file.
8111
8112 2016-05-16 Yao Qi <yao.qi@linaro.org>
8113
8114 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8115 shell_prompt. Update shell_prompt_re.
8116
8117 2016-05-12 Doug Evans <dje@google.com>
8118
8119 PR symtab/19999
8120 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8121 $options when building executable.
8122 * gdb.dwarf2/fission-loclists-pie.S: New file.
8123 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8124
8125 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8126
8127 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8128 of [is_remote target],
8129
8130 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8131
8132 * lib/gdb.exp (use_gdb_stub): New procedure.
8133
8134 2016-05-03 Yunlian Jiang <yunlian@google.com>
8135 Doug Evans <dje@google.com>
8136
8137 PR symtab/19914
8138 * gdb.dwarf2/dwp-sepdebug.c: New file.
8139 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8140
8141 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8142
8143 * gdb.base/detach.exp: Remove is_remote check.
8144
8145 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8146
8147 * gdb.base/annota-input-while-running.exp: Don't check for
8148 [is_remote target]. Enable annotations after running to main.
8149 Remove unused "set test..." line.
8150
8151 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8152
8153 * gdb.trace/trace-enable-disable.exp: New file.
8154 * gdb.trace/trace-enable-disable.c: New file.
8155
8156 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8157
8158 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8159 use it in info sharedlibrary test.
8160 * gdb.trace/ftrace-lock.exp: Likewise.
8161 * gdb.trace/ftrace.exp: Likewise.
8162 * gdb.trace/range-stepping.exp: Likewise.
8163 * gdb.trace/trace-break.exp: Likewise.
8164 * gdb.trace/trace-condition.exp: Likewise.
8165 * gdb.trace/trace-mt.exp: Likewise.
8166
8167 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8168
8169 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8170 (gdb_load_shlib): ... this.
8171 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8172 gdb_load_shlib.
8173 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8174 * gdb.base/ctxobj.exp: Likewise.
8175 * gdb.base/dprintf-pending.exp: Likewise.
8176 * gdb.base/dso2dso.exp: Likewise.
8177 * gdb.base/fixsection.exp: Likewise.
8178 * gdb.base/gcore-relro.exp: Likewise.
8179 * gdb.base/gdb1555.exp: Likewise.
8180 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8181 * gdb.base/gnu-ifunc.exp: Likewise.
8182 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8183 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8184 * gdb.base/pending.exp: Likewise.
8185 * gdb.base/print-file-var.exp: Likewise.
8186 * gdb.base/print-symbol-loading.exp: Likewise.
8187 * gdb.base/shlib-call.exp: Likewise.
8188 * gdb.base/shreloc.exp: Likewise.
8189 * gdb.base/so-impl-ld.exp: Likewise.
8190 * gdb.base/solib-disc.exp: Likewise.
8191 * gdb.base/solib-nodir.exp: Likewise.
8192 * gdb.base/solib-overlap.exp: Likewise.
8193 * gdb.base/solib-symbol.exp: Likewise.
8194 * gdb.base/solib-weak.exp (do_test): Likewise.
8195 * gdb.base/sym-file.exp: Likewise.
8196 * gdb.base/symtab-search-order.exp: Likewise.
8197 * gdb.base/type-opaque.exp: Likewise.
8198 * gdb.base/unload.exp: Likewise.
8199 * gdb.base/watchpoint-solib.exp: Likewise.
8200 * gdb.compile/compile.exp: Likewise.
8201 * gdb.cp/gdb2384.exp: Likewise.
8202 * gdb.cp/infcall-dlopen.exp: Likewise.
8203 * gdb.cp/re-set-overloaded.exp: Likewise.
8204 * gdb.fortran/library-module.exp: Likewise.
8205 * gdb.opt/solib-intra-step.exp: Likewise.
8206 * gdb.python/py-finish-breakpoint.exp: Likewise.
8207 * gdb.python/py-shared.exp: Likewise.
8208 * gdb.reverse/solib-precsave.exp: Likewise.
8209 * gdb.reverse/solib-reverse.exp: Likewise.
8210 * gdb.server/solib-list.exp: Likewise.
8211 * gdb.threads/dlopen-libpthread.exp: Likewise.
8212 * gdb.threads/tls-shared.exp: Likewise.
8213 * gdb.threads/tls-so_extern.exp: Likewise.
8214 * gdb.trace/change-loc.exp: Likewise.
8215 * gdb.trace/ftrace-lock.exp: Likewise.
8216 * gdb.trace/ftrace.exp: Likewise.
8217 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8218 * gdb.trace/pending.exp: Likewise.
8219 * gdb.trace/range-stepping.exp: Likewise.
8220 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8221 (strace_info_marker): Likewise.
8222 (strace_probe_marker): Likewise.
8223 (strace_trace_on_same_addr): Likewise.
8224 (strace_trace_on_diff_addr): Likewise.
8225 * gdb.trace/trace-break.exp: Likewise.
8226 * gdb.trace/trace-condition.exp: Likewise.
8227 * gdb.trace/trace-mt.exp: Likewise.
8228
8229 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8230
8231 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8232 result of gdb_remote_download.
8233 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8234 * gdb.base/dso2dso.exp: Likewise.
8235 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8236 * gdb.base/print-file-var.exp: Likewise.
8237 * gdb.base/shlib-call.exp: Likewise.
8238 * gdb.base/shreloc.exp: Likewise.
8239 * gdb.base/solib-overlap.exp: Likewise.
8240 * gdb.base/solib-weak.exp (do_test): Likewise.
8241 * gdb.base/unload.exp: Likewise.
8242
8243 2016-04-27 Yao Qi <yao.qi@linaro.org>
8244
8245 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8246 exists.
8247
8248 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8249
8250 * vla-type.exp: Print structure from toplevel.
8251
8252 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8253
8254 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8255 of dynamic types.
8256 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8257 of dynamic types.
8258
8259 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8260
8261 * gdb.fortran/vla-type.f90: New file.
8262 * gdb.fortran/vla-type.exp: New file.
8263
8264 2016-04-25 Yao Qi <yao.qi@linaro.org>
8265
8266 * gdb.base/branch-to-self.c: New file.
8267 * gdb.base/branch-to-self.exp: New file.
8268
8269 2016-04-22 Yao Qi <yao.qi@linaro.org>
8270
8271 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8272 more after $hex.
8273
8274 2016-04-22 Yao Qi <yao.qi@linaro.org>
8275
8276 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8277 * gdb.base/annota3.exp: Likewise.
8278
8279 2016-04-22 Yao Qi <yao.qi@linaro.org>
8280
8281 * gdb.reverse/step-precsave.exp: Do one step and test program
8282 stops in "callee" and do multiple steps until program goes out
8283 of "callee".
8284 * gdb.reverse/step-reverse.exp: Likewise.
8285
8286 2016-04-22 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.trace/signal.exp: Also pass if
8289 $tracepoint_hits($i) > $iterations.
8290
8291 2016-04-22 Yao Qi <yao.qi@linaro.org>
8292
8293 * gdb.trace/signal.c: New file.
8294 * gdb.trace/signal.exp: New file.
8295
8296 2016-04-19 Doug Evans <xdje42@gmail.com>
8297
8298 * gdb.base/bad-file.exp: New file.
8299
8300 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8301
8302 * gdb.dwarf2/implref.exp: New file.
8303
8304 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8305
8306 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8307 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8308 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8309 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8310 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8311 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8312 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8313 * lib/fortran.exp (fortran_int4): New procedure.
8314 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8315 (fortran_logical4): Likewise.
8316
8317 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8318
8319 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8320
8321 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8322
8323 * lib/compiler.c: Add Intel specific preprocessor macros.
8324 * lib/compiler.cc: Likewise.
8325
8326 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8327
8328 * gdb.server/connect-with-no-symbol-file.c: New file.
8329 * gdb.server/connect-with-no-symbol-file.exp: New file.
8330
8331 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8332
8333 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8334
8335 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8336
8337 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8338 standard output directory.
8339
8340 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8341
8342 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8343
8344 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8345
8346 * gdb.btrace/instruction_history.c (loop): Add declaration.
8347
8348 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8349
8350 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8351
8352 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8353
8354 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8355 parentheses to print.
8356 (continue_handler): Likewise.
8357
8358 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8359
8360 * gdb.server/solib-list.exp: Remove is_remote check.
8361 Pass shlib= to gdb_compile. Don't link shared library with
8362 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8363 Run binary filename through "readlink -f" on the target.
8364
8365 2016-04-08 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8368 interpreter filename as argument to gdbserver_spawn.
8369 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8370 Return empty if $last_loaded_file does not exist.
8371
8372 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8373
8374 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8375 * gdb.base/jit-main.c: Use exit after usage.
8376
8377 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8380 GDBHISTSIZE prior to the tests.
8381 * gdb.base/gdbinit-history.exp: Likewise.
8382
8383 2016-04-07 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8386 instead of build_executable. Use gdb_load_shlibs.
8387
8388 2016-04-07 Yao Qi <yao.qi@linaro.org>
8389
8390 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8391 Execute "si" command.
8392
8393 2016-04-07 Yao Qi <yao.qi@linaro.org>
8394
8395 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8396 number instead of the comments on some line.
8397
8398 2016-04-06 Don Breazeal <donb@codesourcery.com>
8399
8400 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8401 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8402
8403 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8404
8405 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8406 standard_output_file. Remove unused binfile variable.
8407
8408 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8409
8410 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8411 * gdb.python/py-mi-objfile.exp: Match "list main" output
8412 in console format.
8413
8414 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8415
8416 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8417 absolute.
8418
8419 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8422 absolute.
8423 * gdb.trace/ftrace.exp: Likewise.
8424 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8425 targets as well.
8426 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8427 (gdb_load_shlibs): Copy libraries to test directory when testing
8428 natively. Only set solib-search-path if testing remotely.
8429 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8430
8431 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8432
8433 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8434 gdb_download. Use it even if the target is not remote.
8435 * gdb.base/jit.exp (compile_jit_test): Likewise.
8436 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8437 output directory if the destination board is local, otherwise use
8438 the standard remote_download from DejaGnu.
8439 (gdb_download): Remove.
8440 (gdb_load_shlibs): Use gdb_remote_download instead of
8441 gdb_download.
8442 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8443 Use gdb_remote_download instead of gdb_download. Use it even if
8444 the target is not remote.
8445 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8446 instead of gdb_download.
8447
8448 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8449
8450 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8451 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8452 run.
8453
8454 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8455
8456 PR gdb/19820
8457 * gdb.base/printcmds.exp: Add artificial arrays tests.
8458
8459 2016-03-31 Pedro Alves <palves@redhat.com>
8460
8461 PR gdb/19858
8462 * gdb.base/jit-main.c: Include unistd.h.
8463 (ATTACH): Define to 0 if not already defined.
8464 (wait_for_gdb, mypid): New globals.
8465 (WAIT_FOR_GDB): New macro.
8466 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8467 some breakpoint locations.
8468 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8469 New procedures.
8470 (one_jit_test): Add REATTACH parameter, and handle it. Use
8471 continue_to_test_location.
8472 (top level): Test attach, and adjusts calls to one_jit_test.
8473
8474 2016-03-31 Pedro Alves <palves@redhat.com>
8475
8476 PR gdb/19858
8477 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8478 BINSUFFIX parameter, and handle it.
8479 (top level): Adjust calls compile_jit_test.
8480
8481 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8482
8483 PR python/19743
8484 * gdb.python/py-mi-events-gdb.py: New file.
8485 * gdb.python/py-mi-events.c: New file.
8486 * gdb.python/py-mi-events.exp: New file.
8487
8488 2016-03-30 Yao Qi <yao.qi@linaro.org>
8489
8490 * gdb.reverse/until-precsave.exp: Match function name only.
8491 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8492 Move malloc to a condition block.
8493 * gdb.reverse/until-reverse.exp: Match function name only.
8494
8495 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8496
8497 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8498 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8499 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8500 variable for GPR 0 instead of assuming it is register 0.
8501 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8502 * lib/trace-support.exp: Add s390 registers.
8503
8504 2016-03-29 Yao Qi <yao.qi@linaro.org>
8505
8506 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8507
8508 2016-03-24 Yao Qi <yao.qi@linaro.org>
8509
8510 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8511 test message.
8512
8513 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8514
8515 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8516 maintaining separate logic for constructing the output path.
8517
8518 2016-03-16 Don Breazeal <donb@codesourcery.com>
8519
8520 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8521 Retry fork and waitpid on interrupted system call errors.
8522 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8523 Use with_timeout_factor to increase timeout by factor of 10.
8524
8525 2016-03-15 Don Breazeal <donb@codesourcery.com>
8526
8527 * gdb.cp/scope-err.cc: New test program.
8528 * gdb.cp/scope-err.exp: New test script.
8529 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8530 lines and "set breakpoint here" comment.
8531 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8532 Fixed some whitespace and format issues.
8533 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8534 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8535
8536 2016-03-15 Doug Evans <dje@google.com>
8537
8538 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8539 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8540 All callers updated. Add tests for enums, mixed flags register.
8541
8542 2016-03-15 Doug Evans <dje@google.com>
8543
8544 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8545 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8546
8547 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 * gdb.base/default.exp: Add $_as_string to the list of expected
8550 convenience functions.
8551
8552 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8553
8554 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8555
8556 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8557
8558 * gdb.python/py-as-string.exp: New file.
8559 * gdb.python/py-as-string.c: New file.
8560
8561 2016-03-09 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8564 signal" -> "Thread NN received signal" output change.
8565 * gdb.threads/ia64-sigill.exp: Likewise.
8566 * gdb.threads/linux-dp.exp: Likewise.
8567 * gdb.threads/manythreads.exp: Likewise.
8568 * gdb.threads/pending-step.exp: Likewise.
8569 * gdb.threads/print-threads.exp: Likewise.
8570 * gdb.threads/sigstep-threads.exp: Likewise.
8571 * gdb.threads/staticthreads.exp: Likewise.
8572 * gdb.threads/tls.exp: Likewise.
8573
8574 2016-03-09 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/command-line-input.exp: New file.
8577
8578 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8579
8580 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8581 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8582 * gdb.trace/pending.exp: Accept leading dot before function name.
8583 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8584 * lib/trace-support.exp: Set registers for ppc.
8585
8586 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8587
8588 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8589 use it for disassembly; accept .main in addition to main in backtrace.
8590
8591 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8592 Marcin Kościelnicki <koriakin@0x04.net>
8593
8594 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8595 (gdb_recursion_test_ptr): New global variable.
8596 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8597 gdb_recursion_test.
8598 (gdb_c_test): Ditto.
8599
8600 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8601
8602 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8603 ordering.
8604
8605 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8606
8607 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8608 (bar): Add bar_start_lbl label.
8609 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8610 of foo/bar for emitting DWARF and tracing.
8611
8612 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8613
8614 * analyze-racy-logs.py: Set executable bit.
8615
8616 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8617
8618 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8619 (CHECK_TARGET_TMP): Likewise.
8620 (check-single-racy): New rule.
8621 (check-parallel-racy): Likewise.
8622 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8623 (do-check-parallel-racy): New rule.
8624 (check-racy/%.exp): Likewise.
8625 * README (Racy testcases): New section.
8626 * analyze-racy-logs.py: New file.
8627
8628 2016-03-03 Doug Evans <dje@google.com>
8629
8630 * gdb.base/skip.exp: Use with_test_prefix.
8631
8632 2016-03-03 Yao Qi <yao.qi@linaro.org>
8633
8634 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8635 Invoke step_over_syscall "clone" and break_cond_on_syscall
8636 "clone".
8637 * gdb.base/step-over-clone.c: New file.
8638
8639 2016-03-03 Yao Qi <yao.qi@linaro.org>
8640
8641 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8642 code format.
8643
8644 2016-03-03 Yao Qi <yao.qi@linaro.org>
8645
8646 * gdb.base/disp-step-fork.c: Rename to ...
8647 * gdb.base/step-over-fork.c: ... it. New file.
8648 * gdb.base/disp-step-vfork.c: Rename to ...
8649 * gdb.base/step-over-vfork.c: ... it. New file.
8650 * gdb.base/disp-step-syscall.exp: Rename to ...
8651 * gdb.base/step-over-syscall.exp: ... it. New file.
8652 (disp_step_cross_syscall): Rename to ...
8653 (step_over_syscall): ... it.
8654
8655 2016-03-03 Yao Qi <yao.qi@linaro.org>
8656
8657 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8658 If target supports condition evaluation on target, invoke
8659 break_cond_on_syscall for fork and vfork.
8660
8661 2016-03-03 Yao Qi <yao.qi@linaro.org>
8662
8663 * gdb.base/disp-step-syscall.exp: Don't invoke
8664 support_displaced_stepping.
8665 (disp_step_cross_syscall): Test with displaced stepping off and
8666 on if supported.
8667
8668 2016-03-03 Yao Qi <yao.qi@linaro.org>
8669
8670 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8671 proc.
8672 (setup): New proc.
8673 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8674 and setup.
8675
8676 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8677
8678 * gdb.fortran/vla-history.exp: Remove breakpoint.
8679
8680 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8681
8682 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8683 exceeds timeout.
8684
8685 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8686
8687 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8688 breakpoint.
8689
8690 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8691
8692 * gdb.mi/vla.f90: Nullify pointer after declaration.
8693
8694 2016-03-01 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8697
8698 2016-03-01 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8701 before anything else.
8702 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8703 _GNU_SOURCE here.
8704 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8705 before anything else.
8706 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8707
8708 2016-03-01 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8711
8712 2016-03-01 Yao Qi <yao.qi@linaro.org>
8713
8714 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8715 prepare_for_testing.
8716
8717 2016-03-01 Yao Qi <yao.qi@linaro.org>
8718
8719 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8720
8721 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8722
8723 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8724 manually constructing the output path.
8725
8726 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8727
8728 * gdb.arch/s390-stackless.S: New.
8729 * gdb.arch/s390-stackless.exp: New.
8730
8731 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8732
8733 * gdb.dlang/circular.c: New file.
8734 * gdb.dlang/circular.exp: New file.
8735
8736 2016-02-26 Yao Qi <yao.qi@linaro.org>
8737
8738 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8739 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8740 (testcases): Update.
8741
8742 2016-02-26 Yao Qi <yao.qi@linaro.org>
8743
8744 * gdb.reverse/aarch64.c: Rename to ...
8745 * gdb.reverse/insn-reverse.c: ... it.
8746 * gdb.reverse/aarch64.exp: Rename to ...
8747 * gdb.reverse/insn-reverse.exp: ... it.
8748
8749 2016-02-26 Yao Qi <yao.qi@linaro.org>
8750
8751 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8752 (testcase_ftype): New.
8753 (testcases): New array.
8754 (n_testcases): New.
8755 (main): Call each element in testcases.
8756 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8757 (read_testcase): New.
8758 Do the tests in a loop.
8759
8760 2016-02-25 Yao Qi <yao.qi@linaro.org>
8761
8762 * gdb.base/branches.c: Remove.
8763
8764 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8765
8766 PR gdb/13808
8767 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8768
8769 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8770
8771 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8772
8773 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8774
8775 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8776 change x86_64 call_insn to 'callq'.
8777
8778 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8779
8780 * gdb.trace/tfile-avx.c: Move to...
8781 * gdb.trace/tracefile-pseudo-reg.c: Here.
8782 * gdb.trace/tfile-avx.exp: Move to...
8783 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8784
8785 2016-02-24 Gary Benson <gbenson@redhat.com>
8786
8787 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8788 message on attach.
8789
8790 2016-02-23 Doug Evans <dje@google.com>
8791
8792 * gdb.base/skip.c (test_skip): New function.
8793 (end_test_skip_file_and_function): New function.
8794 (test_skip_file_and_function): New function.
8795 * gdb.base/skip1.c (test_skip): New function.
8796 (skip1_test_skip_file_and_function): New function.
8797 * gdb.base/skip.exp: Add tests for new skip options.
8798 * gdb.base/skip-solib.exp: Update expected output.
8799 * gdb.perf/skip-command.cc: New file.
8800 * gdb.perf/skip-command.exp: New file.
8801 * gdb.perf/skip-command.py: New file.
8802
8803 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8804
8805 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8806 info registers pattern.
8807
8808 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8809
8810 * lib/future.exp: Add D support.
8811 (gdb_find_gdc): New proc.
8812 (gdb_default_target_compile): Add D support.
8813
8814 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8815
8816 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8817 user+system time.
8818 (trace_speed_test): Determine the iteration count for a time
8819 between 15..30 seconds.
8820
8821 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8822
8823 * gdb.arch/i386-mpx-sigsegv.c: New file.
8824 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8825 * gdb.arch/i386-mpx-simple_segv.c: New file.
8826 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8827
8828 2016-02-18 Yao Qi <yao.qi@linaro.org>
8829
8830 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8831 Don't call setup_kfail.
8832
8833 2016-02-18 Yao Qi <yao.qi@linaro.org>
8834
8835 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8836 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8837
8838 2016-02-16 Doug Evans <dje@google.com>
8839
8840 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8841 * gdb.base/skip1.c: Ditto.
8842 * gdb.base/skip.exp: Whitespace cleanup.
8843
8844 2016-02-16 Don Breazeal <donb@codesourcery.com>
8845
8846 PR remote/19496
8847 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8848 Remove kfail for PR remote/19496.
8849
8850 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8851
8852 * lib/gdb.exp (standard_temp_file): Return a path specific to
8853 the runtest invocation.
8854
8855 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * gdb.trace/save-trace.exp: Change relative path to be in the
8858 standard output directory.
8859
8860 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 * gdb.arch/i386-prologue.c: Add missing prototypes.
8863
8864 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8865
8866 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8867 * gdb.arch/i386-prologue.exp: Likewise.
8868 * gdb.arch/i386-size.exp: Likewise.
8869
8870 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8871
8872 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8873 define object file path.
8874 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8875 file path.
8876 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8877 standard_output_file to define binfile.
8878
8879 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8880
8881 Fix compatibility with recent gfortran-5.3.1.
8882 * gdb.fortran/vla-history.exp (print vla1 allocated)
8883 (print vla2 allocated, print $2, print $3): Remove
8884 (print $4): Rename to ...
8885 (print $2): ... here.
8886 (print $9): Rename to ...
8887 (print $5): ... here.
8888 (print $10): Rename to ...
8889 (print $6): ... here.
8890 * gdb.fortran/vla.f90: Add pvla initialization.
8891
8892 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8893
8894 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8895 New test.
8896 * gdb.fortran/vla-value-sub.exp: Likewise.
8897
8898 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8899
8900 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8901
8902 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8903
8904 * i386-biarch-core.exp: Define corefile using
8905 standard_output_file.
8906
8907 2016-02-12 Yao Qi <yao.qi@linaro.org>
8908
8909 * gdb.arch/arm-single-step-kernel-helper.c: New.
8910 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8911
8912 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8913
8914 * gdb.btrace/tailcall-only.exp: New.
8915 * gdb.btrace/tailcall-only.c: New.
8916 * gdb.btrace/x86_64-tailcall-only.S: New.
8917 * gdb.btrace/i686-tailcall-only.S: New.
8918
8919 2016-02-11 Pedro Alves <palves@redhat.com>
8920
8921 * README (Parallel testing): Add missing double quotes.
8922
8923 2016-02-11 Pedro Alves <palves@redhat.com>
8924
8925 * README (Parallel testing): New section.
8926 (GDB_PARALLEL): Rewrite.
8927 (FORCE_PARALLEL): Document.
8928
8929 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8930
8931 * gdb.trace/tfile-avx.c: New test.
8932 * gdb.trace/tfile-avx.exp: New test.
8933
8934 2016-02-09 Keith Seitz <keiths@redhat.com>
8935
8936 PR breakpoints/19546
8937 * gdb.base/infcall-exec.c: New file.
8938 * gdb.base/infcall-exec2.c: New file.
8939 * gdb.base/infcall-exec.exp: New file.
8940
8941 2016-02-09 Keith Seitz <keiths@redhat.com>
8942
8943 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8944 (toplevel): Call test_bkpt_address.
8945
8946 2016-02-09 Keith Seitz <keiths@redhat.com>
8947
8948 PR python/19506
8949 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8950 (toplevel): Call test_bkpt_address.
8951
8952 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8953
8954 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8955 to AC_OUTPUT.
8956 * configure: Regenerate.
8957
8958 2016-02-09 Pedro Alves <palves@redhat.com>
8959
8960 PR breakpoints/19548
8961 * gdb.base/execl-update-breakpoints.c (some_function): New
8962 function.
8963 (main): Call it.
8964 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8965 Tighten expected GDB output.
8966
8967 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8968
8969 * Makefile.in (ALL_SUBDIRS): Remove.
8970 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8971 (distclean maintainer-clean realclean): Likewise.
8972 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8973 * configure: Regenerate.
8974 * gdb.ada/Makefile.in: Delete.
8975 * gdb.arch/Makefile.in: Likewise.
8976 * gdb.asm/Makefile.in: Likewise.
8977 * gdb.base/Makefile.in: Likewise.
8978 * gdb.btrace/Makefile.in: Likewise.
8979 * gdb.cell/Makefile.in: Likewise.
8980 * gdb.compile/Makefile.in: Likewise.
8981 * gdb.cp/Makefile.in: Likewise.
8982 * gdb.disasm/Makefile.in: Likewise.
8983 * gdb.dlang/Makefile.in: Likewise.
8984 * gdb.dwarf2/Makefile.in: Likewise.
8985 * gdb.fortran/Makefile.in: Likewise.
8986 * gdb.gdb/Makefile.in: Likewise.
8987 * gdb.go/Makefile.in: Likewise.
8988 * gdb.guile/Makefile.in: Likewise.
8989 * gdb.java/Makefile.in: Likewise.
8990 * gdb.linespec/Makefile.in: Likewise.
8991 * gdb.mi/Makefile.in: Likewise.
8992 * gdb.modula2/Makefile.in: Likewise.
8993 * gdb.multi/Makefile.in: Likewise.
8994 * gdb.objc/Makefile.in: Likewise.
8995 * gdb.opencl/Makefile.in: Likewise.
8996 * gdb.opt/Makefile.in: Likewise.
8997 * gdb.pascal/Makefile.in: Likewise.
8998 * gdb.perf/Makefile.in: Likewise.
8999 * gdb.python/Makefile.in: Likewise.
9000 * gdb.reverse/Makefile.in: Likewise.
9001 * gdb.server/Makefile.in: Likewise.
9002 * gdb.stabs/Makefile.in: Likewise.
9003 * gdb.threads/Makefile.in: Likewise.
9004 * gdb.trace/Makefile.in: Likewise.
9005 * gdb.xml/Makefile.in: Likewise.
9006 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9007 GDB_PARALLEL.
9008 (standard_output_file): Remove check for GDB_PARALLEL, always
9009 return path in outputs/$subdir/$testname.
9010
9011 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9012
9013 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9014 (site.exp): Assign abs_srcdir to tcl's srcdir.
9015
9016 2016-02-04 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.base/foll-exec-mode.c: Include limits.h.
9019 (main): Add parameters argc and argv. Get directory from
9020 argv[0].
9021 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9022 compilation.
9023 * gdb.base/foll-exec.c: Include limits.h.
9024 (main): Add parameters argc and argv.
9025 Get directory from argv[0].
9026 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9027 Adjust tests on the number of lines as source code changed.
9028 * gdb.base/foll-vfork-exit.c: Include limits.h.
9029 (main): Add one line of statement before vfork.
9030 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9031 (main): Add parameters argc and argv. Get directory from
9032 argv[0].
9033 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9034 (setup_gdb): Set tbreak to skip some source lines.
9035 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9036 (main): Add parameters argc and argv. Get directory from
9037 argv[0].
9038 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9039 compilation.
9040 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9041 (main): Add parameters argc and argv. Get directory from
9042 argv[0].
9043 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9044 compilation.
9045
9046 2016-02-01 Doug Evans <dje@google.com>
9047
9048 * gdb.base/skip.exp: Clean up multiple references to same test name.
9049
9050 2016-02-01 Pedro Alves <palves@redhat.com>
9051
9052 PR remote/19496
9053 * gdb.threads/forking-threads-plus-breakpoint.exp
9054 (displaced_stepping_supported): New global.
9055 (probe_displaced_stepping_support): New procedure.
9056 (do_test): Add 'displaced' parameter, and use it.
9057 (top level): Check for displaced stepping support. Add displaced
9058 stepping on/off testing axis.
9059
9060 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9063 pointer. Don't perform further tests on the unassociated pointer
9064 if the first test fails.
9065
9066 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9067
9068 * gdb.base/max-value-size.c: New file.
9069 * gdb.base/max-value-size.exp: New file.
9070 * gdb.base/huge.exp: Disable max-value-size for this test.
9071
9072 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9073
9074 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9075
9076 2016-01-28 Yao Qi <yao.qi@linaro.org>
9077
9078 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9079
9080 2016-01-25 Pedro Alves <palves@redhat.com>
9081
9082 PR threads/19461
9083 * gdb.base/fork-running-state.c: New file.
9084 * gdb.base/fork-running-state.exp: New file.
9085
9086 2016-01-25 Pedro Alves <palves@redhat.com>
9087
9088 PR gdb/19494
9089 * gdb.base/catch-fork-kill.c: New file.
9090 * gdb.base/catch-fork-kill.exp: New file.
9091
9092 2016-01-25 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9095 Delete, moved to lib/gdb.exp.
9096 * gdb.threads/forking-threads-plus-breakpoint.exp
9097 (foreach_with_prefix): Likewise.
9098 * gdb.threads/process-dies-while-handling-bp.exp
9099 (foreach_with_prefix): Likewise.
9100 * lib/gdb.exp (foreach_with_prefix): New procedure.
9101
9102 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9103
9104 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9105 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9106
9107 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9108
9109 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9110 endian targets.
9111
9112 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9113 Pedro Alves <palves@redhat.com>
9114
9115 Fix testsuite compatibility with Guile.
9116 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9117 number.
9118
9119 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9120
9121 Fix testsuite compatibility with Guile.
9122 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9123 (thread 1): New test for backtrace through signal handler.
9124
9125 2016-01-22 Yao Qi <yao.qi@linaro.org>
9126
9127 PR testsuite/19491
9128 * gdb.base/multi-forks.c: Include
9129 ../lib/unbuffer_output.c
9130 (main): Call gdb_unbuffer_output.
9131
9132 2016-01-21 Doug Evans <dje@google.com>
9133
9134 * lib/ada.exp (gdb_compile_ada): Fix typo.
9135
9136 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9137
9138 * gdb.base/break-fun-addr.exp: New file.
9139 * gdb.base/break-fun-addr1.c: New file.
9140 * gdb.base/break-fun-addr2.c: New file.
9141
9142 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9143
9144 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9145 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9146 enum flag values.
9147
9148 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9149
9150 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9151 when GDB can not set the vector return value. Add more comments
9152 for clarification.
9153
9154 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9155
9156 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9157 command.
9158
9159 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9160
9161 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9162
9163 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9164
9165 * Makefile.in (check-single): Pass --status to runtest.
9166 (check/%.exp): Likewise.
9167
9168 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9169
9170 * Makefile.in (check-parallel): Propagate return code from make
9171 do-check-parallel.
9172
9173 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9174
9175 * gdb.trace/ftrace.exp: Fix expected message on continue.
9176 * gdb.trace/pending.exp: Fix expected message on continue.
9177 * gdb.trace/trace-break.exp: Fix expected message on continue.
9178
9179 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9180
9181 * lib/gdb.exp (gdb_test): Remove unused global references.
9182
9183 2016-01-18 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.base/async-shell.exp: Adjust expected output.
9186 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9187 * gdb.base/siginfo-thread.exp: Adjust expected output.
9188 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9189 * gdb.java/jnpe.exp: Adjust expected output.
9190 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9191 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9192 * gdb.threads/leader-exit.exp: Adjust expected output.
9193 * gdb.threads/manythreads.exp: Adjust expected output.
9194 * gdb.threads/pthreads.exp: Adjust expected output.
9195 * gdb.threads/schedlock.exp: Adjust expected output.
9196 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9197 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9198 expected output.
9199 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9200 output.
9201 * gdb.threads/sigthread.exp: Adjust expected output.
9202 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9203
9204 2016-01-18 Yao Qi <yao.qi@linaro.org>
9205
9206 * gdb.guile/scm-section-script.c: Replace @progbits with
9207 %progbits.
9208 * gdb.python/py-section-script.c: Likewise.
9209
9210 2016-01-15 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.multi/tids.exp: Test star wildcard ranges.
9213
9214 2016-01-15 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9217 command from "thread apply" invocation.
9218 (thr_apply_info_thr_invalid): Default the expected output to the
9219 input tid list.
9220 (top level): Add tests that use convenience variables. Add tests
9221 for "thread apply" with a valid TID list, but missing the command.
9222
9223 2016-01-13 Pedro Alves <palves@redhat.com>
9224
9225 * gdb.base/default.exp: Expect $_gthread as well.
9226 * gdb.multi/tids.exp: Test $_gthread.
9227 * gdb.threads/thread-specific.exp: Test $_gthread.
9228
9229 2016-01-13 Pedro Alves <palves@redhat.com>
9230
9231 * gdb.multi/tids.exp: Test "info threads -gid".
9232
9233 2016-01-13 Pedro Alves <palves@redhat.com>
9234
9235 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9236 Breakpoint.thread.
9237 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9238
9239 2016-01-07 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.base/break.exp: Adjust to output changes.
9242 * gdb.base/hbreak2.exp: Likewise.
9243 * gdb.base/sepdebug.exp: Likewise.
9244 * gdb.base/watch_thread_num.exp: Likewise.
9245 * gdb.linespec/keywords.exp: Likewise.
9246 * gdb.multi/info-threads.exp: Likewise.
9247 * gdb.threads/thread-find.exp: Likewise.
9248 * gdb.multi/tids.c: New file.
9249 * gdb.multi/tids.exp: New file.
9250
9251 2016-01-13 Pedro Alves <palves@redhat.com>
9252
9253 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9254
9255 2016-01-13 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.base/default.exp: Expect $_inferior as well.
9258 * gdb.multi/base.exp: Test $_inferior.
9259
9260 2016-01-13 Pedro Alves <palves@redhat.com>
9261
9262 PR breakpoints/19388
9263 * gdb.base/catch-signal-siginfo-cond.c: New file.
9264 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9265
9266 2016-01-12 Josh Stone <jistone@redhat.com>
9267 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9268
9269 * gdb.base/catch-syscall.c (do_execve): New variable.
9270 (main): Conditionally trigger an execve.
9271 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9272 (test_catch_syscall_execve): New, check entry/return across execve.
9273 (do_syscall_tests): Call test_catch_syscall_execve.
9274
9275 2016-01-12 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/random-signal.exp (do_test): New procedure, with body
9278 of testcase moved in.
9279
9280 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9281 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.base/funcargs.exp (finish from indirectly called function):
9284 Reintroduce the case for 'First'.
9285
9286 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9287 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9290 (tcatch_vfork_then_child_follow_exec)
9291 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9292 identification.
9293
9294 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9295
9296 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9297 and repeats to unlimited.
9298 * gdb.python/py-value.exp: Likewise.
9299 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9300 and repeats to unlimited.
9301
9302 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9303
9304 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9305 and reordering the functions.
9306 * gdb.multi/hangout.c: Likewise.
9307 * gdb.multi/hello.c: Likewise.
9308
9309 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9310
9311 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9312 absolute.
9313 (SingleStatisticTestResult.report): Use dict.keys instead of
9314 dict.iterkeys.
9315
9316 2016-01-06 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9319
9320 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9321
9322 * gdb.btrace/dlopen.exp: New.
9323 * gdb.btrace/dlopen.c: New.
9324 * gdb.btrace/dlopen-dso.c: New.
9325
9326 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9327
9328 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9329 PATTERN argument is optional.
9330
9331 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9332
9333 * lib/ada.exp (target_compile_ada_from_dir): New function.
9334 (gdb_compile_ada): Reimplement avoiding the use of project files.
9335 * gdb.ada/gnat_ada.gpr: Delete.
9336 * gdb.ada/cond_lang.exp: Adjust test to make path before
9337 filename optional.
9338 * gdb.ada/small_reg_param.exp: Likewise.
9339
9340 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9341
9342 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9343
9344 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9345
9346 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9347 case.
9348
9349 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9350
9351 * gdb.base/break.exp: Remove dead code.
9352 * gdb.base/sepdebug.exp: Likewise.
9353
9354 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9355
9356 * gdb.asm/asm-source.exp: Remove HP-UX references.
9357 * gdb.base/annota1.exp: Likewise.
9358 * gdb.base/annota3.exp: Likewise.
9359 * gdb.base/attach.exp: Likewise.
9360 * gdb.base/bigcore.exp: Likewise.
9361 * gdb.base/break.exp: Likewise.
9362 * gdb.base/call-ar-st.exp: Likewise.
9363 * gdb.base/callfuncs.exp: Likewise.
9364 * gdb.base/catch-fork-static.exp: Likewise.
9365 * gdb.base/display.exp: Likewise.
9366 * gdb.base/foll-exec-mode.exp: Likewise.
9367 * gdb.base/foll-exec.exp: Likewise.
9368 * gdb.base/foll-fork.exp: Likewise.
9369 * gdb.base/foll-vfork.exp: Likewise.
9370 * gdb.base/funcargs.exp: Likewise.
9371 * gdb.base/hbreak2.exp: Likewise.
9372 * gdb.base/inferior-died.exp: Likewise.
9373 * gdb.base/interrupt.exp: Likewise.
9374 * gdb.base/multi-forks.exp: Likewise.
9375 * gdb.base/nodebug.exp: Likewise.
9376 * gdb.base/sepdebug.exp: Likewise.
9377 * gdb.base/solib1.c: Likewise.
9378 * gdb.base/step-test.exp: Likewise.
9379 * gdb.mi/non-stop.c: Likewise.
9380 * gdb.mi/pthreads.c: Likewise.
9381 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9382 * gdb.threads/pthreads.c: Likewise.
9383 * gdb.threads/staticthreads.exp: Likewise.
9384 * lib/future.exp: Likewise.
9385 * lib/gdb.exp: Likewise.
9386 * gdb.base/so-indr-cl.c: Remove.
9387 * gdb.base/so-indr-cl.exp: Likewise.
9388 * gdb.base/solib.c: Likewise.
9389 * gdb.base/solib.exp: Likewise.
9390 * gdb.base/solib2.c: Likewise.
9391
9392 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9393
9394 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9395 * gdb.base/call-ar-st.exp: Likewise.
9396 * gdb.base/callfuncs.exp: Likewise.
9397 * gdb.base/condbreak.exp: Likewise.
9398 * gdb.base/constvars.exp: Likewise.
9399 * gdb.base/hbreak2.exp: Likewise.
9400 * gdb.base/langs.exp: Likewise.
9401 * gdb.base/list.exp: Likewise.
9402 * gdb.base/long_long.exp: Likewise.
9403 * gdb.base/ptype.exp: Likewise.
9404 * gdb.base/scope.exp: Likewise.
9405 * gdb.base/signals.exp: Likewise.
9406 * gdb.base/so-impl-ld.exp: Likewise.
9407 * gdb.base/varargs.exp: Likewise.
9408 * gdb.base/volatile.exp: Likewise.
9409 * gdb.base/whatis.exp: Likewise.
9410 * gdb.cp/cplusfuncs.exp: Likewise.
9411 * gdb.cp/inherit.exp: Likewise.
9412 * gdb.cp/local.exp: Likewise.
9413 * gdb.cp/member-ptr.exp: Likewise.
9414 * gdb.cp/method.exp: Likewise.
9415 * gdb.cp/overload.exp: Likewise.
9416 * gdb.cp/templates.exp: Likewise.
9417 * gdb.stabs/weird.exp: Likewise.
9418 * lib/compiler.c: Likewise.
9419 * lib/compiler.cc: Likewise.
9420 * lib/cp-support.exp: Likewise.
9421 * lib/gdb.exp: Likewise.
9422
9423 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9424
9425 * configure.ac: Remove HP-UX case.
9426 * configure: Regenerate.
9427
9428 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9429
9430 * lib/gdb.exp (gdb_compile): Add function doc.
9431
9432 2015-12-17 Pedro Alves <palves@redhat.com>
9433
9434 PR threads/19354
9435 * gdb.multi/info-threads.exp: New file.
9436
9437 2015-12-15 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9440 is aarch64*-*-*.
9441
9442 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9443
9444 * gdb.base/history-duplicates.exp: Skip if no readline support.
9445
9446 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9447
9448 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9449
9450 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9451
9452 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9453
9454 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9455
9456 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9457 ctrl-C if nointerrupts target property is set.
9458 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9459 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9460 * gdb.base/paginate-bg-execution.exp: Likewise.
9461 * gdb.base/paginate-execution-startup.exp: Likewise.
9462 * gdb.base/random-signal.exp: Likewise.
9463 * gdb.base/range-stepping.exp: Likewise.
9464 * gdb.cp/annota2.exp: Likewise.
9465 * gdb.cp/annota3.exp: Likewise.
9466 * gdb.gdb/selftest.exp: Likewise.
9467 * gdb.threads/continue-pending-status.exp: Likewise.
9468 * gdb.threads/leader-exit.exp: Likewise.
9469 * gdb.threads/manythreads.exp: Likewise.
9470 * gdb.threads/pthreads.exp: Likewise.
9471 * gdb.threads/schedlock.exp: Likewise.
9472 * gdb.threads/sigthread.exp: Likewise.
9473
9474 2015-12-11 Don Breazeal <donb@codesourcery.com>
9475
9476 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9477 remote.
9478 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9479 * gdb.base/foll-exec.exp (main): Enable for target remote.
9480 * gdb.base/foll-fork.exp (main): Likewise.
9481 * gdb.base/foll-vfork.exp (main): Likewise.
9482 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9483 (proc continue_to_exit_bp_loc): Use clean_restart.
9484 * gdb.base/pie-execl.exp (main): Disable for target remote.
9485 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9486 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9487 * gdb.threads/execl.exp (main): Likewise.
9488 * gdb.threads/fork-child-threads.exp (main): Likewise.
9489 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9490 remote.
9491 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9492 remote.
9493 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9494 pid.tid style ptids, instead of just tid.
9495 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9496 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9497 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9498 ptids, instead of just tid.
9499
9500 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9501
9502 * gdb.base/list.exp (test_list_forward): Add end of file error
9503 test.
9504 (test_repeat_list_command): Add end of file error test.
9505 (test_list_backwards): Add beginning of file error test.
9506
9507 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9508
9509 * gdb.base/list.exp (test_list_invalid_args): New function,
9510 defined, and called.
9511
9512 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9513
9514 * gdb.base/list.exp (test_list): Make test names unique.
9515
9516 2015-12-11 Yao Qi <yao.qi@linaro.org>
9517
9518 * gdb.base/coremaker2.c: Remove.
9519
9520 2015-12-10 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.multi/base.exp: Remove stale "spaces" references.
9523
9524 2015-12-10 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.multi/base.exp: Don't use nowarnings.
9527 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9528 * gdb.multi/hangout.c: Include stdio.h.
9529 * gdb.multi/hello.c: Include stdlib.h.
9530 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9531 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9532 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9533
9534 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9535
9536 * gdb.dwarf2/dw2-ranges-base.c: New file.
9537 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9538 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9539 support additional line table, and debug ranges generation.
9540 (Dwarf::ranges): New function, generate .debug_ranges.
9541 (Dwarf::lines): Support generating simple line table programs.
9542 (Dwarf::assemble): Initialise new namespace variables.
9543
9544 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9545
9546 * gdb.base/async.exp (proc test_background): Add case for
9547 asynchronous execution not supported.
9548
9549 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9550
9551 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9552 format and change test names to make them unique.
9553
9554 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9555 Pedro Alves <pedro@redhat.com>
9556
9557 PR gdb/18702
9558 Add checking of floatformats setup on x86_64 hosts.
9559 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9560 (smallval, bigval): New labels/constants.
9561 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9562 float" after loading bigval and smallval.
9563
9564 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9565
9566 * gdb.ada/fun_overload_menu.exp: New testcase.
9567 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9568
9569 2015-12-04 Josh Stone <jistone@redhat.com>
9570
9571 * gdb.base/catch-fork-static.exp: New.
9572
9573 2015-12-03 Yao Qi <yao.qi@linaro.org>
9574
9575 * gdb.base/sizeof.c: Don't include stdio.h and
9576 ../lib/unbuffer_output.c.
9577 (main): New variable 'size' and 'value'. Remove printf and
9578 gdb_unbuffer_output. Assign return value to size and value.
9579 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9580 at the beginning.
9581 (check_sizeof): Check the result by printing variable 'size'.
9582 (check_valueof): Check the result by printing variable 'value'.
9583
9584 2015-12-01 Yao Qi <yao.qi@linaro.org>
9585
9586 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9587 for aarch64*-*-linux* target.
9588
9589 2015-11-30 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9592
9593 2015-11-30 Pedro Alves <palves@redhat.com>
9594
9595 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9596 Handle non-stop mode vCont replies.
9597
9598 2015-11-30 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9601 prepare_for_testing. Start gdb with "set non-stop on" appended to
9602 GDBFLAGS. Lax expected stop output.
9603
9604 2015-11-27 Yao Qi <yao.qi@linaro.org>
9605
9606 * gdb.arch/arm-neon.exp: New.
9607 * gdb.arch/arm-neon.c: New.
9608
9609 2015-11-27 Yao Qi <yao.qi@linaro.org>
9610
9611 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9612
9613 2015-11-27 Yao Qi <yao.qi@linaro.org>
9614
9615 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9616 frames-invalid annotation.
9617
9618 2015-11-27 Yao Qi <yao.qi@linaro.org>
9619
9620 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9621
9622 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9623
9624 * gdb.threads/names.exp: New file.
9625 * gdb.threads/names.c: New file.
9626 * README: Mention gdb,no_thread_names.
9627
9628 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9629
9630 PR 19297
9631 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9632 support" error.
9633
9634 2015-11-24 Pedro Alves <palves@redhat.com>
9635
9636 PR 17539
9637 * gdb.base/display.exp: Expect displays to be sorted in ascending
9638 order. Use multi_line.
9639 * gdb.base/solib-display.exp: Likewise.
9640
9641 2015-11-24 Pedro Alves <palves@redhat.com>
9642
9643 PR 17539
9644 * gdb.base/display.exp: Expect displays to be sorted in ascending
9645 order. Use multi_line.
9646 * gdb.base/solib-display.exp: Likewise.
9647
9648 2015-11-24 Pedro Alves <palves@redhat.com>
9649
9650 PR 17539
9651 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9652 threads in ascending order.
9653 * gdb.base/foll-fork.exp: Likewise.
9654 * gdb.base/foll-vfork.exp: Likewise.
9655 * gdb.base/multi-forks.exp: Likewise.
9656 * gdb.mi/mi-nonstop.exp: Likewise.
9657 * gdb.mi/mi-nsintrall.exp: Likewise.
9658 * gdb.multi/base.exp: Likewise.
9659 * gdb.multi/multi-arch.exp: Likewise.
9660 * gdb.python/py-inferior.exp: Likewise.
9661 * gdb.threads/break-while-running.exp: Likewise.
9662 * gdb.threads/execl.exp: Likewise.
9663 * gdb.threads/gcore-thread.exp: Likewise.
9664 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9665 * gdb.threads/kill.exp: Likewise.
9666 * gdb.threads/linux-dp.exp: Likewise.
9667 * gdb.threads/multiple-step-overs.exp: Likewise.
9668 * gdb.threads/next-bp-other-thread.exp: Likewise.
9669 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9670 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9671 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9672 * gdb.threads/thread-find.exp: Likewise.
9673 * gdb.threads/tls.exp: Likewise.
9674 * lib/mi-support.exp (mi_reverse_list): Delete.
9675 (mi_check_thread_states): No longer reverse list.
9676
9677 2015-11-24 Pedro Alves <palves@redhat.com>
9678
9679 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9680 use lowercase.
9681
9682 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9683
9684 * gdb.trace/actions.c: Include trace-common.h.
9685 (main): Add a location for a fast tracepoint.
9686 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9687 the normal tracepoints.
9688 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9689
9690 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9691
9692 * save-trace.exp: Factor out code to these...
9693 (gdb_save_tracepoints): New.
9694 (gdb_load_tracepoints): New.
9695 (do_save_load_test): New.
9696
9697 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9698
9699 * gdb.base/asmlabel.exp: New test.
9700 * gdb.base/asmlabel.c: New test case.
9701
9702 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9703
9704 * gdb.base/wrong_frame_bt_full-main.c: New file.
9705 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9706 * gdb.base/wrong_frame_bt_full.exp: New file.
9707
9708 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9709
9710 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9711
9712 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9713
9714 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9715 pstate register when comparing registers values in
9716 sparc64-*-linux-gnu targets to avoid spurious differences.
9717
9718 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9719
9720 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9721
9722 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9723
9724 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9725 as type argument to gdb_compile.
9726 * gdb.base/nested-subp2.exp: Likewise.
9727 * gdb.base/nested-subp3.exp: Likewise.
9728
9729 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9730
9731 * lib/dwarf.exp (_note): Fix left shift of negative value.
9732 * gdb.trace/trace-condition.exp: Likewise.
9733
9734 2015-11-13 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9737 comments about d10v.
9738 (test_scalar_returns): Likewise.
9739 * gdb.base/d10v.ld: Remove.
9740 * gdb.base/overlays.exp: Remove the target triplet checking for
9741 d10v-*-*.
9742 * gdb.base/structs.exp (test_struct_returns): Remove the
9743 comments about d10v.
9744 (test_struct_calls): Likewise.
9745
9746 2015-11-13 Yao Qi <yao.qi@linaro.org>
9747
9748 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9749 * gdb.base/gnu_vector.c: Don't include stdio.h.
9750 (main): Don't print res and call add_some_intvecs.
9751
9752 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9753
9754 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9755 macro.
9756 (func5): Removed.
9757 (func4): Use FAST_TRACEPOINT_LABEL.
9758 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9759 macro.
9760 (func): Removed.
9761 (thread_function): Use FAST_TRACEPOINT_LABEL.
9762 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9763 (func): Remove.
9764 (marker): Use FAST_TRACEPOINT_LABEL.
9765 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9766 (pendfunc1): Remove.
9767 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9768 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9769 (foo): Remove.
9770 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9771 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9772 macro.
9773 (func): Remove.
9774 (marker): Use FAST_TRACEPOINT_LABEL.
9775 * gdb.trace/trace-common.h: New header.
9776 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9777 macro.
9778 (func): Remove.
9779 (marker): Use FAST_TRACEPOINT_LABEL.
9780 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9781 (func): Remove.
9782 (thread_function): Use FAST_TRACEPOINT_LABEL.
9783
9784 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9785
9786 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9787 in front.
9788 * gdb.trace/change-loc.exp: Use global pcreg definition.
9789 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9790 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9791 in front.
9792 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9793 * gdb.trace/pending.exp: Likewise.
9794 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9795 * gdb.trace/trace-break.exp: Likewise.
9796 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9797 in front.
9798 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9799 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9800 in front.
9801 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9802
9803 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9804
9805 * gdb.ada/fin_fun_out: New testcase.
9806
9807 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9808
9809 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9810 value associated with DW_AT_byte_size.
9811 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9812 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9813 DW_AT_upper_bound.
9814
9815 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9816
9817 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9818 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9819 version.
9820 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9821 gdb.dwarf2/dw2-canonicalize-type.exp,
9822 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9823 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9824 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9825 provided by gdb_target_symbol_prefix_flags_asm.
9826 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9827 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9828 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9829 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9830 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9831 macros where needed). Use this macro for symbols which require
9832 the prefix provided by SYMBOL_PREFIX.
9833
9834 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9835
9836 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9837 New procs.
9838 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9839 representing expressions, of more than one list element.
9840 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9841 to prepend linker symbol prefix to f.
9842 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9843 table_1 and table_2.
9844 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9845 Likewise, for f and g.
9846 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9847 for ptr.
9848 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9849 for main.
9850 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9851 table_1_ptr and table_2_ptr.
9852
9853 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9854 Joel Brobecker <brobecker@adacore.com>
9855
9856 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9857
9858 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9859
9860 * gdb.reverse/s390-mvcle.c: New test.
9861 * gdb.reverse/s390-mvcle.exp: New file.
9862 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9863
9864 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9865
9866 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9867
9868 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9869
9870 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9871 reaching marker2.
9872 * gdb.reverse/getresuid-reverse.exp: Likewise.
9873 * gdb.reverse/pipe-reverse.exp: Likewise.
9874 * gdb.reverse/readv-reverse.exp: Likewise.
9875 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9876 * gdb.reverse/time-reverse.exp: Likewise.
9877 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9878
9879 2015-10-30 Yao Qi <yao.qi@linaro.org>
9880
9881 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9882 (empty_cycle): Remove.
9883 (main): Don't call empty_cycle. Don't use watch_count_done.
9884 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9885 empty_cycle. Rewrite the code counting HW watchpoints.
9886
9887 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9888
9889 * gdb.reverse/fstatat-reverse.c: New test.
9890 * gdb.reverse/fstatat-reverse.exp: New file.
9891 * gdb.reverse/getresuid-reverse.c: New test.
9892 * gdb.reverse/getresuid-reverse.exp: New file.
9893 * gdb.reverse/pipe-reverse.c: New test.
9894 * gdb.reverse/pipe-reverse.exp: New file.
9895 * gdb.reverse/readv-reverse.c: New test.
9896 * gdb.reverse/readv-reverse.exp: New file.
9897 * gdb.reverse/recvmsg-reverse.c: New test.
9898 * gdb.reverse/recvmsg-reverse.exp: New file.
9899 * gdb.reverse/time-reverse.c: New test.
9900 * gdb.reverse/time-reverse.exp: New file.
9901 * gdb.reverse/waitpid-reverse.c: New test.
9902 * gdb.reverse/waitpid-reverse.exp: New file.
9903
9904 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9905
9906 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9907
9908 2015-10-26 Doug Evans <dje@google.com>
9909
9910 PR symtab/17391
9911 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9912 * gdb.dwarf2/bad-regnum.c: New file.
9913 * gdb.dwarf2/bad-regnum.exp: New file.
9914
9915 2015-10-26 Doug Evans <dje@google.com>
9916
9917 PR python/18938
9918 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9919 file.
9920
9921 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9924 for a change by "Mention language in compile error message".
9925
9926 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9927
9928 PR python/18073
9929 * gdb.python/py-type.c (C::a_method): New.
9930 (C::a_const_method): New.
9931 (C::a_static_method): New.
9932 (a_function): New.
9933 * gdb.python/py-type.exp (test_fields): Test getting fields
9934 from function and method.
9935
9936 2015-10-21 Keven Boell <keven.boell@intel.com>
9937
9938 * gdb.fortran/vla-alloc-assoc.exp: New file.
9939 * gdb.fortran/vla-datatypes.exp: New file.
9940 * gdb.fortran/vla-datatypes.f90: New file.
9941 * gdb.fortran/vla-history.exp: New file.
9942 * gdb.fortran/vla-ptype-sub.exp: New file.
9943 * gdb.fortran/vla-ptype.exp: New file.
9944 * gdb.fortran/vla-sizeof.exp: New file.
9945 * gdb.fortran/vla-sub.f90: New file.
9946 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9947 * gdb.fortran/vla-value-sub-finish.exp: New file.
9948 * gdb.fortran/vla-value-sub.exp: New file.
9949 * gdb.fortran/vla-value.exp: New file.
9950 * gdb.fortran/vla-ptr-info.exp: New file.
9951 * gdb.mi/mi-vla-fortran.exp: New file.
9952 * gdb.mi/vla.f90: New file.
9953
9954 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9955
9956 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9957 of hardwired timeout value.
9958
9959 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9960 Pedro Alves <palves@redhat.com>
9961
9962 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9963 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9964
9965 2015-10-19 Josh Stone <jistone@redhat.com>
9966
9967 * gdb.base/catch-syscall.c: Include <sched.h>.
9968 (unknown_syscall): New variable.
9969 (main): Trigger a vfork and an unknown syscall.
9970 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9971 (unknown_syscall_number): Likewise.
9972 (check_call_to_syscall): Accept an optional syscall pattern.
9973 (check_return_from_syscall): Likewise.
9974 (check_continue): Likewise.
9975 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9976 (test_catch_syscall_skipping_return): New test toggling off 'catch
9977 syscall' to step over the syscall return, then toggling back on.
9978 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9979 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9980 (do_syscall_tests): Call test_catch_syscall_without_args and
9981 test_catch_syscall_mid_vfork.
9982 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9983 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9984
9985 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9986
9987 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9988 print g_vE): Add new pass patterns.
9989 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9990 print various symbol names for vptr fields.
9991
9992 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9993
9994 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9995 results.
9996
9997 2015-10-12 Yao Qi <yao.qi@linaro.org>
9998
9999 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10000
10001 2015-10-12 Yao Qi <yao.qi@linaro.org>
10002
10003 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10004 is aarch64*-*-linux*.
10005
10006 2015-10-12 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10009 (can_relocate_bcond_true): ... it.
10010 (can_relocate_bcond_false): New function.
10011 (foo): Likewise.
10012 (can_relocate_bl): Likewise.
10013 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10014 can_relocate_bl.
10015
10016 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10017
10018 * gdb.base/nested-addr.c: New file.
10019 * gdb.base/nested-addr.exp: New testcase.
10020
10021 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10022
10023 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10024 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10025 its output. Ignore the output of "record goto begin" and instead
10026 check that GDB is replaying.
10027
10028 2015-10-09 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10031 (top level): Use it in the run with no args test.
10032
10033 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10034
10035 * gdb.dlang/properties.exp: New file.
10036
10037 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10038
10039 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10040 whether or not address 0x1000 is mapped on the target.
10041
10042 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10045 build.
10046
10047 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10048
10049 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10050 instruction-history test.
10051
10052 2015-09-28 Doug Evans <dje@google.com>
10053
10054 * gdb.base/gcore.c (array_func): Add reference to static_array.
10055
10056 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10057
10058 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10059 source line.
10060
10061 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10062
10063 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10064 short or char as base type.
10065
10066 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10067
10068 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10069 to allow any size enum.
10070
10071 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10072
10073 * gdb.ada/array_ptr_renaming.exp: New testcase.
10074 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10075 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10076
10077 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10078
10079 * gdb.trace/ftrace-lock.c: New file.
10080 * gdb.trace/ftrace-lock.exp: New file.
10081
10082 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10083
10084 * gdb.arch/insn-reloc.c: New file.
10085 * gdb.arch/ftrace-insn-reloc.exp: New file.
10086
10087 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10088
10089 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10090 instruction.
10091 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10092 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10093 * gdb.trace/range-stepping.c: Likewise.
10094 * gdb.trace/trace-break.c: Likewise.
10095 * gdb.trace/trace-mt.c (thread_function): Likewise.
10096 * gdb.trace/ftrace.c (marker): Likewise.
10097 * gdb.trace/trace-condition.c (marker): Likewise.
10098 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10099 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10100 is_aarch64_target.
10101
10102 2015-09-18 Doug Evans <xdje42@gmail.com>
10103
10104 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10105 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10106
10107 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10108
10109 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10110 the breakpoint.
10111
10112 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10113
10114 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10115 the pending breakpoint. Remove timeout override for "Run till
10116 MI pending breakpoint on pendfunc3 on thread 2" test.
10117
10118 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10119
10120 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10121 filename pattern.
10122
10123 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10124
10125 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10126 in breakpoint filename pattern.
10127
10128 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10129
10130 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10131
10132 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10133
10134 * gdb.linespec/explicit.exp: Check for readline support for
10135 tab-completion tests. Fix obvious typo.
10136
10137 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10138
10139 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10140 and replay.
10141
10142 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10143
10144 * gdb.btrace/non-stop.c: New.
10145 * gdb.btrace/non-stop.exp: New.
10146
10147 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10148 Yao Qi <yao.qi@linaro.org>
10149
10150 * gdb.trace/trace-condition.c: New file.
10151 * gdb.trace/trace-condition.exp: New file.
10152
10153 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10154
10155 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10156 for testing bytecode compilation.
10157
10158 2015-09-16 Pedro Alves <palves@redhat.com>
10159 Sandra Loosemore <sandra@codesourcery.com>
10160
10161 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10162 (SECONDS): Redefine.
10163 (main): Call pthread_kill and alarm early.
10164 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10165 support.
10166 (test): If the target can't hardware step and doesn't support
10167 displaced stepping, increase the timeout.
10168
10169 2015-09-16 Pedro Alves <palves@redhat.com>
10170
10171 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10172 (enable_debug): New procedures.
10173 (test): Use them. Bail out if waiting for threads fails.
10174 (top level): Bail out if a test fails.
10175
10176 2015-09-16 Yao Qi <yao.qi@linaro.org>
10177
10178 * gdb.asm/asm-source.exp: Set asm-arch for
10179 aarch64*-*-* target.
10180 * gdb.asm/aarch64.inc: New file.
10181
10182 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10183
10184 * gdb.ada/array_of_variable_length.exp: New testcase.
10185 * gdb.ada/array_of_variable_length/foo.adb: New file.
10186 * gdb.ada/array_of_variable_length/pck.adb: New file.
10187 * gdb.ada/array_of_variable_length/pck.ads: New file.
10188
10189 2015-09-15 Doug Evans <dje@google.com>
10190
10191 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10192 of function static local variable.
10193
10194 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10195
10196 * gdb.threads/tls-so_extern.exp: New test file.
10197 * gdb.threads/tls-so_extern.c: New test file.
10198 * gdb.threads/tls-so_extern_main.c: New test file.
10199
10200 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10201
10202 * gdb.opt/solib-intra-step-lib.c: New file.
10203 * gdb.opt/solib-intra-step-main.c: New file.
10204 * gdb.opt/solib-intra-step.exp: New file.
10205
10206 2015-09-15 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10209 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10210
10211 2015-09-14 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.base/hook-stop-continue.c: Delete.
10214 * gdb.base/hook-stop-continue.exp: Delete.
10215 * gdb.base/hook-stop-frame.c: Delete.
10216 * gdb.base/hook-stop-frame.exp: Delete.
10217 * gdb.base/hook-stop.c: New file.
10218 * gdb.base/hook-stop.exp: New file.
10219
10220 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10221
10222 * gdb.ada/access_to_packed_array.exp: New testcase.
10223 * gdb.ada/access_to_packed_array/foo.adb: New file.
10224 * gdb.ada/access_to_packed_array/pack.adb: New file.
10225 * gdb.ada/access_to_packed_array/pack.ads: New file.
10226
10227 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10228
10229 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10230 buffer size test.
10231
10232 2015-09-11 Don Breazeal <donb@codesourcery.com>
10233
10234 * gdb.base/foll-exec.c: Add copyright header. Fix
10235 formatting issues.
10236 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10237 (do_exec_tests): Use clean_restart in place of zap_session,
10238 and for test initialization. Fix formatting issues. Use
10239 fail in place of perror.
10240 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10241 an expect statement to match an expression with output from
10242 the program under debug.
10243 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10244 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10245 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10246 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10247 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10248
10249 2015-09-09 Doug Evans <dje@google.com>
10250
10251 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10252
10253 2015-09-09 Doug Evans <dje@google.com>
10254
10255 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10256
10257 2015-09-09 Doug Evans <dje@google.com>
10258
10259 * gdb.base/savedregs.exp: Fix typo.
10260
10261 2015-09-09 Pedro Alves <palves@redhat.com>
10262
10263 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10264
10265 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10266
10267 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10268 command actually switches threads. Give up on remaining
10269 tests if target fails to stop at breakpoint.
10270
10271 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10272
10273 * gdb.ada/funcall_char.exp: New testcase.
10274 * gdb.ada/funcall_char/foo.adb: New file.
10275
10276 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10277
10278 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10279 expected outputs. Add two testcases for completing ambiguous
10280 functions.
10281 * gdb.ada/complete/aux_pck.adb: New file.
10282 * gdb.ada/complete/aux_pck.ads: New file.
10283 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10284 Ambiguous_Func functions.
10285 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10286 * gdb.ada/complete/pck.adb: Likewise.
10287
10288 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10289
10290 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10291 failures to run the test program under GDB.
10292
10293 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10294
10295 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10296 to C.
10297
10298 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10299
10300 * gdb.base/run-after-attach.exp: New test file.
10301 * gdb.base/run-after-attach.c: New test file.
10302
10303 2015-08-26 Don Breazeal <donb@codesourcery.com>
10304
10305 * gdb.base/foll-exec-2.c: New test program.
10306 * gdb.base/foll-exec-2.exp: New test.
10307
10308 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10309
10310 * gdb.base/nested-subp1.exp: New file.
10311 * gdb.base/nested-subp1.c: New file.
10312 * gdb.base/nested-subp2.exp: New file.
10313 * gdb.base/nested-subp2.c: New file.
10314 * gdb.base/nested-subp3.exp: New file.
10315 * gdb.base/nested-subp3.c: New file.
10316
10317 2015-08-24 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.server/connect-without-multi-process.c: New file.
10320 * gdb.server/connect-without-multi-process.exp: New file.
10321
10322 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10323
10324 * gdb.opt/inline-markers.c: Make z int.
10325
10326 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10327
10328 * gdb.opt/inline-markers.c: Make z volatile.
10329
10330 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10331
10332 * gdb.opt/inline-bt.c: New volatile global z.
10333 * gdb.opt/inline-cmds.c: Likewise.
10334 * gdb.opt/inline-locals.c: Likewise.
10335 * gdb.opt/inline-markers.c: New extern global z.
10336 (marker): Use z.
10337 (inline_fn): Likewise.
10338
10339 2015-08-24 Pedro Alves <palves@redhat.com>
10340
10341 * config/m32r-stub.exp: Remove file.
10342 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10343 * gdb.base/call-rt-st.exp: Likewise.
10344 * gdb.base/call-strs.exp: Likewise.
10345 * gdb.base/default.exp: Remove references to h8300-*-hms and
10346 *-*-udi*.
10347 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10348
10349 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10350
10351 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10352 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10353 and "return" use KFAIL when GDB can not read/write the vector
10354 return value.
10355
10356 2015-08-21 Gary Benson <gbenson@redhat.com>
10357
10358 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10359
10360 2015-08-20 Pedro Alves <palves@redhat.com>
10361
10362 * gdb.server/solib-list.exp: No longer expect an interior stop in
10363 non-stop mode.
10364
10365 2015-08-20 Pedro Alves <palves@redhat.com>
10366
10367 * gdb.server/connect-stopped-target.c: New file.
10368 * gdb.server/connect-stopped-target.exp: New file.
10369
10370 2015-08-20 Pedro Alves <palves@redhat.com>
10371
10372 * gdb.dwarf2/comp-unit-lang.exp: New file.
10373 * gdb.dwarf2/comp-unit-lang.c: New file.
10374
10375 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10376
10377 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10378 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10379
10380 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10381
10382 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10383 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10384
10385 2015-08-18 Doug Evans <dje@google.com>
10386 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10387
10388 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10389 skip_python_tests. New arg prompt_regexp.
10390 (skip_python_tests): New function.
10391 * lib/mi-support.exp (mi_skip_python_tests): New function.
10392 * gdb.python/py-mi-objfile-gdb.py: New file.
10393 * gdb.python/py-mi-objfile.c: New file.
10394 * gdb.python/py-mi-objfile.exp: New file.
10395
10396 2015-08-17 Keith Seitz <keiths@redhat.com>
10397
10398 * gdb.linespec/explicit.exp: Move strace test from here ...
10399 * gdb.trace/strace.exp: ... to here.
10400
10401 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10402
10403 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10404 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10405
10406 2015-08-14 Doug Evans <xdje42@gmail.com>
10407
10408 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10409 inferior before selecting a new file.
10410
10411 2015-08-14 Doug Evans <xdje42@gmail.com>
10412
10413 * gdb.mi/mi-disassemble.exp: Update.
10414 * gdb.base/disasm-optim.S: New file.
10415 * gdb.base/disasm-optim.c: New file.
10416 * gdb.base/disasm-optim.h: New file.
10417 * gdb.base/disasm-optim.exp: New file.
10418
10419 2015-08-14 Keith Seitz <keiths@redhat.com>
10420
10421 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10422 "evaluated-by".
10423
10424 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10425
10426 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10427
10428 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10429
10430 * gdb.ada/fun_renaming.exp: New testcase.
10431 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10432 * gdb.ada/fun_renaming/pack.adb: New file.
10433 * gdb.ada/fun_renaming/pack.ads: New file.
10434
10435 2015-08-12 Keith Seitz <keiths@redhat.com>
10436
10437 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10438 gdb_get_line_number.
10439
10440 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10441
10442 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10443 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10444 gdb.base/dso2dso.exp: New files.
10445
10446 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10447 Pedro Alves <palves@redhat.com>
10448 Keith Seitz <keiths@redhat.com>
10449
10450 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10451 GDBFLAGS.
10452
10453 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10454
10455 * gdb.base/gdbhistsize-history.exp
10456 (test_histsize_history_setting): Use save_vars.
10457 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10458 Use save_vars.
10459 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10460 * gdb.base/readline.exp: Use save_vars.
10461
10462 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10463
10464 * lib/gdb.exp (save_vars): New proc.
10465
10466 2015-08-11 Keith Seitz <keiths@redhat.com>
10467
10468 * gdb.base/help.exp: Update help_breakpoint_text.
10469
10470 2015-08-11 Keith Seitz <keiths@redhat.com>
10471
10472 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10473 (at toplevel): Call test_explicit_breakpoints.
10474 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10475 breakpoints.
10476 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10477 breakpoint conditions, "-cond".
10478
10479 2015-08-11 Keith Seitz <keiths@redhat.com>
10480
10481 * gdb.linespec/3explicit.c: New file.
10482 * gdb.linespec/cpexplicit.cc: New file.
10483 * gdb.linespec/cpexplicit.exp: New file.
10484 * gdb.linespec/explicit.c: New file.
10485 * gdb.linespec/explicit.exp: New file.
10486 * gdb.linespec/explicit2.c: New file.
10487 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10488 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10489 before using in the matching pattern.
10490 Clarify that `prefix' is a regular expression.
10491
10492 2015-08-11 Keith Seitz <keiths@redhat.com>
10493
10494 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10495 test.
10496 Add tests for missing ",FMT" and ",".
10497
10498 2015-08-10 Doug Evans <dje@google.com>
10499 Keith Seitz <keiths@redhat.com>
10500
10501 PR gdb/17960
10502 * gdb.base/completion.exp: Add location completer tests.
10503
10504 2015-08-07 Pedro Alves <palves@redhat.com>
10505
10506 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10507 tests here.
10508 (top level): Run do_test with and without displaced stepping.
10509
10510 2015-08-07 Pedro Alves <palves@redhat.com>
10511
10512 * gdb.base/valgrind-disp-step.c: New file.
10513 * gdb.base/valgrind-disp-step.exp: New file.
10514
10515 2015-08-07 Pedro Alves <palves@redhat.com>
10516
10517 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10518 Delete function.
10519 (main): Add alarm. Run an infinite loop instead of calling
10520 wait_threads.
10521 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10522 comment.
10523 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10524 Delete function.
10525 (main): Add alarm. Run an infinite loop instead of calling
10526 wait_threads.
10527 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10528 comment.
10529
10530 2015-08-07 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.base/checkpoint-ns.exp: New file.
10533 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10534 standard_testfile.
10535
10536 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10537
10538 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10539 * gdb.btrace/instruction_history.exp: Update.
10540 * gdb.btrace/tsx.exp: New.
10541 * gdb.btrace/tsx.c: New.
10542
10543 2015-08-06 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10546 increase timeout.
10547 * gdb.reverse/until-precsave.exp: Bump timeouts.
10548
10549 2015-08-06 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10552
10553 2015-08-06 Pedro Alves <palves@redhat.com>
10554
10555 PR gdb/18749
10556 * gdb.threads/process-dies-while-handling-bp.c: New file.
10557 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10558
10559 2015-08-06 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10562 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10563
10564 2015-08-05 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10567 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10568
10569 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10570
10571 * gdb.base/bp-permanent.exp: Report test as unsupported if
10572 the target cannot stop at the permanent breakpoint.
10573
10574 2015-08-03 Doug Evans <dje@google.com>
10575
10576 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10577 10000.
10578
10579 2015-08-03 Doug Evans <dje@google.com>
10580
10581 * Makefile.in (workers/%.worker, build-perf): New rule.
10582 (GDB_PERFTEST_MODE): New variable.
10583 (check-perf): Use it.
10584 (clean): Clean up gdb.perf parallel build subdirs.
10585 * lib/build-piece.exp: New file.
10586 * lib/gdb.exp (make_gdb_parallel_path): New function
10587 (standard_output_file, standard_temp_file): Call it.
10588 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10589 of $GDB_PARALLEL.
10590 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10591
10592 2015-08-03 Doug Evans <dje@google.com>
10593
10594 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10595 (LOG_FILE_NAME): New global.
10596 (TextReporter.__init__): Initialize self.txt_sum.
10597 (TextReporter.report): Add support for multiple data-points.
10598 Move report to perftest.sum, put raw data in perftest.log.
10599 (TextReporter.start): Open sum and log files.
10600 (TextReporter.end): Close sum and log files.
10601 * gdb.perf/lib/perftest/testresult.py
10602 (SingleStatisticTestResult.record): Handle multiple data-points.
10603
10604 2015-07-31 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10607 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10608 kill_wait_spawned_process instead of explicit "kill -9".
10609 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10610 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10611 kill_wait_spawned_process.
10612 * gdb.base/attach-twice.exp: Likewise.
10613 * gdb.base/attach.exp: Likewise.
10614 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10615 gdb_test_multiple.
10616 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10617 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10618 kill_wait_spawned_process.
10619 * gdb.base/valgrind-infcall.exp: Likewise.
10620 * gdb.multi/multi-attach.exp: Likewise.
10621 * gdb.python/py-prompt.exp: Likewise.
10622 * gdb.python/py-sync-interp.exp: Likewise.
10623 * gdb.server/ext-attach.exp: Likewise.
10624 * gdb.threads/attach-into-signal.exp (corefunc): Use
10625 spawn_wait_for_attach, spawn_id_get_pid and
10626 kill_wait_spawned_process.
10627 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10628 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10629 spawn_id_get_pid and kill_wait_spawned_process.
10630 * gdb.threads/attach-stopped.exp (corefunc): Use
10631 spawn_wait_for_attach, spawn_id_get_pid and
10632 kill_wait_spawned_process.
10633 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10634 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10635 kill_wait_spawned_process instead of explicit "kill -9".
10636 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10637 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10638 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10639 processes. Don't map cygwin/windows pids here. Now returns a
10640 spawn id list.
10641
10642 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10643
10644 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10645 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10646 correct patch.
10647
10648 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10649
10650 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10651
10652 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10653
10654 Reapply:
10655 2014-05-21 Mark Wielaard <mjw@redhat.com>
10656
10657 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10658
10659 2015-07-30 Pedro Alves <palves@redhat.com>
10660
10661 * linux-low.c (handle_extended_wait): Set the child's last
10662 reported status to TARGET_WAITKIND_STOPPED.
10663
10664 2015-07-30 Pedro Alves <palves@redhat.com>
10665
10666 PR threads/18600
10667 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10668 only shows inferior 1.
10669
10670 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10671 Pedro Alves <palves@redhat.com>
10672
10673 PR threads/18600
10674 * gdb.threads/fork-plus-threads.c: New file.
10675 * gdb.threads/fork-plus-threads.exp: New file.
10676
10677 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10678
10679 * gdb.base/batch-preserve-term-settings.exp
10680 (test_terminal_settings_preserved_after_cli_exit): Use
10681 send_quit_command.
10682
10683 2015-07-29 Pedro Alves <palves@redhat.com>
10684 Don Breazeal <donb@codesourcery.com>
10685
10686 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10687 output from both inferior_spawn_id and gdb_spawn_id.
10688
10689 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10690
10691 * gdb.threads/attach-into-signal.exp (corefunc): Use
10692 with_test_prefix on nested loops, uniquefying the test messages.
10693
10694 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10695
10696 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10697 commit.
10698
10699 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10700
10701 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10702 New proc.
10703 (test_terminal_settings_preserved_after_sigterm): New test.
10704
10705 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10706
10707 * gdb.base/batch-preserve-term-settings.exp
10708 (test_terminal_settings_preserved_after_cli_exit): New test.
10709
10710 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10711
10712 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10713 manipulation of saved_gdbflags.
10714 (test_terminal_settings_preserved): Remove global declaration of
10715 the unused variable pagination_prompt. Remove manipulation of
10716 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10717 GDBFLAGS.
10718
10719 2015-07-29 Pedro Alves <palves@redhat.com>
10720
10721 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10722
10723 2015-07-29 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10726 at the top.
10727
10728 2015-07-29 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10731 (main): Call gdb_unbuffer_output.
10732 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10733 (main): Call gdb_unbuffer_output.
10734 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10735 (main): Call gdb_unbuffer_output.
10736 * gdb.base/call-strs.exp: Adjust to step over the
10737 gdb_unbuffer_output call.
10738 * gdb.base/catch-gdb-caused-signals.c: Include
10739 "../lib/unbuffer_output.c".
10740 (main): Call gdb_unbuffer_output.
10741 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10742 (main): Call gdb_unbuffer_output.
10743 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10744 (main): Call gdb_unbuffer_output.
10745 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10746 (main): Call gdb_unbuffer_output.
10747 * gdb.base/shlib-call.exp: Adjust to step over the
10748 gdb_unbuffer_output call.
10749 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10750 (main): Call gdb_unbuffer_output.
10751 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10752 (main): Call gdb_unbuffer_output.
10753 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10754 (main): Rename to ...
10755 (test): ... this.
10756 (main): Reimplement.
10757 * gdb.base/varargs.exp: Run to test instead of to main.
10758 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10759 (main): Call gdb_unbuffer_output.
10760
10761 2015-07-29 Pedro Alves <palves@redhat.com>
10762
10763 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10764 factore out from mi_continue_dprintf. For call-style dprintfs,
10765 expect dprintf output out of $inferior_spawn_id.
10766 (mi_continue_dprintf): Use mi_expect_dprintf.
10767 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10768 (main): Call gdb_unbuffer_output.
10769
10770 2015-07-29 Pedro Alves <palves@redhat.com>
10771
10772 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10773 (default_mi_gdb_start): Set inferior_spawn_id instead of
10774 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10775 gdb_spawn_id.
10776 (mi_gdb_test): Always expect inferior output from both
10777 $inferior_spawn_id and $gdb_spawn_id.
10778
10779 2015-07-29 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10782 send_inferior and $inferior_spawn_id.
10783
10784 2015-07-29 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.gdb/complaints.exp (test_initial_complaints)
10787 (test_serial_complaints, test_short_complaints): Use
10788 gdb_test_stdio.
10789 (test_empty_complaint): Handle $inferior_spawn_id !=
10790 $gdb_spawn_id.
10791
10792 2015-07-29 Pedro Alves <palves@redhat.com>
10793
10794 * gdb.base/varargs.exp: Use gdb_test_stdio.
10795
10796 2015-07-29 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10799
10800 2015-07-29 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10803
10804 2015-07-29 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10807 parameter into two new parameters, "inf_result" and "gdb_result".
10808 Expect inferior output and gdb output from $inferior_spawn_id and
10809 $gdb_spawn_id, respectively. Adjust all callers.
10810
10811 2015-07-29 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10814 of gdb_test_sequence.
10815
10816 2015-07-29 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10819 (saw_spurious_output): Expect inferior output from
10820 $inferior_spawn_id. Use gdb_test_stdio.
10821
10822 2015-07-29 Pedro Alves <palves@redhat.com>
10823
10824 * gdb.base/dprintf.exp: Use standard_testfile. Change
10825 prepare_for_testing call.
10826 (srcfile): Don't set.
10827 (restart): New procedure.
10828 (test_dprintf): New procecure, use to continue over dprintfs.
10829 (test_call, test_agent): New procedures, tests moved here.
10830 Restart gdb and recreate dprintfs. Adjust expected output.
10831
10832 2015-07-29 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10835
10836 2015-07-29 Pedro Alves <palves@redhat.com>
10837
10838 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10839
10840 2015-07-29 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10843 gdb_test_stdio.
10844
10845 2015-07-29 Pedro Alves <palves@redhat.com>
10846
10847 * lib/gdb.exp (gdb_test_stdio): New procedure.
10848
10849 2015-07-29 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10852
10853 2015-07-29 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/call-signal-resume.exp: Remove check for
10856 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10857 * gdb.base/unwindonsignal.exp: Likewise.
10858 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10859 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10860
10861 2015-07-29 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/siginfo-addr.c (pass): New function.
10864 (handler): Call it iff si_addr is correct.
10865 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10866 Set a breakpoint at "pass" and continue to it.
10867
10868 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10869
10870 * gdb.python/py-objfile.exp: Make some tests have unique names.
10871 * gdb.python/py-pp-registration.exp: Likewise.
10872
10873 2015-07-28 Pedro Alves <palves@redhat.com>
10874
10875 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10876
10877 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10878
10879 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10880
10881 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10882
10883 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10884
10885 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10886
10887 * gdb.base/gdb-sigterm-2.exp: New test.
10888
10889 2015-07-25 Doug Evans <xdje42@gmail.com>
10890
10891 Revert:
10892 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10893 (workers/%.worker, build-perf): New rule.
10894 (GDB_PERFTEST_MODE): New variable.
10895 (check-perf): Use it.
10896 (clean): Clean up gdb.perf parallel build subdirs.
10897 * lib/build-piece.exp: New file.
10898 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10899 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10900 name.
10901 (standard_temp_file): Ditto.
10902 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10903 of $GDB_PARALLEL.
10904
10905 2015-07-24 Doug Evans <dje@google.com>
10906
10907 * gdb.perf/lib/perftest/utils.py: New file.
10908 * gdb.perf/gm-hello.cc: New file.
10909 * gdb.perf/gm-pervasive-typedef.cc: New file.
10910 * gdb.perf/gm-pervasive-typedef.h: New file.
10911 * gdb.perf/gm-std.cc: New file.
10912 * gdb.perf/gm-std.h: New file.
10913 * gdb.perf/gm-use-cerr.cc: New file.
10914 * gdb.perf/gm-utils.h: New file.
10915 * gdb.perf/gmonster-null-lookup.py: New file.
10916 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10917 * gdb.perf/gmonster-print-cerr.py: New file.
10918 * gdb.perf/gmonster-ptype-string.py: New file.
10919 * gdb.perf/gmonster-runto-main.py: New file.
10920 * gdb.perf/gmonster-select-file.py: New file.
10921 * gdb.perf/gmonster1-null-lookup.exp: New file.
10922 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10923 * gdb.perf/gmonster1-print-cerr.exp: New file.
10924 * gdb.perf/gmonster1-ptype-string.exp: New file.
10925 * gdb.perf/gmonster1-runto-main.exp: New file.
10926 * gdb.perf/gmonster1-select-file.exp: New file.
10927 * gdb.perf/gmonster1.cc: New file.
10928 * gdb.perf/gmonster1.exp: New file.
10929 * gdb.perf/gmonster2-null-lookup.exp: New file.
10930 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10931 * gdb.perf/gmonster2-print-cerr.exp: New file.
10932 * gdb.perf/gmonster2-ptype-string.exp: New file.
10933 * gdb.perf/gmonster2-runto-main.exp: New file.
10934 * gdb.perf/gmonster2-select-file.exp: New file.
10935 * gdb.perf/gmonster2.cc: New file.
10936 * gdb.perf/gmonster2.exp: New file.
10937
10938 2015-07-24 Doug Evans <dje@google.com>
10939
10940 * gdb.perf/README: New file.
10941 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10942 * lib/gen-perf-test.exp: New file.
10943
10944 2015-07-24 Doug Evans <dje@google.com>
10945
10946 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10947 (PerfTest::startup): New function.
10948 (PerfTest::run): Return result of calling body.
10949 (PerfTest::assemble): Rewrite.
10950 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10951 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10952 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10953 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10954 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10955
10956 2015-07-24 Doug Evans <dje@google.com>
10957
10958 * lib/gdb.exp (clean_restart): Make executable optional.
10959
10960 2015-07-24 Doug Evans <dje@google.com>
10961
10962 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10963 compiler_info references.
10964 * gdb.cp/temargs.exp: Ditto.
10965 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10966 (get_compiler_info): Early exit if already computed. Set compiler_info
10967 to "unknown" if there was a problem.
10968 (test_compiler_info): Add function comment. Call get_compiler_info.
10969
10970 2015-07-24 Doug Evans <dje@google.com>
10971
10972 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10973 (workers/%.worker, build-perf): New rule.
10974 (GDB_PERFTEST_MODE): New variable.
10975 (check-perf): Use it.
10976 (clean): Clean up gdb.perf parallel build subdirs.
10977 * lib/build-piece.exp: New file.
10978 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10979 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10980 name.
10981 (standard_temp_file): Ditto.
10982 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10983 of $GDB_PARALLEL.
10984
10985 2015-07-24 Doug Evans <dje@google.com>
10986
10987 * lib/future.exp (gdb_default_target_compile): New option
10988 "early_flags".
10989 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10990 --as-needed.
10991
10992 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10993
10994 * gdb.base/catch-syscall.exp: Call gdb_exit before
10995 gdb_skip_xml_test.
10996
10997 2015-07-24 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.python/py-events.exp: Accept output between the stop event
11000 and the prompt.
11001 * gdb.python/py-evsignal.exp: Likewise.
11002 * gdb.python/py-evthreads.exp: Likewise.
11003
11004 2015-07-24 Pedro Alves <palves@redhat.com>
11005
11006 PR gdb/18717
11007 * gdb.threads/non-ldr-exit.c: New file.
11008 * gdb.threads/non-ldr-exit.exp: New file.
11009
11010 2015-07-24 Yao Qi <yao.qi@linaro.org>
11011
11012 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11013 restarting process.
11014
11015 2015-07-24 Yao Qi <yao.qi@linaro.org>
11016
11017 * gdb.server/ext-restart.exp: New file.
11018
11019 2015-07-24 Yao Qi <yao.qi@linaro.org>
11020
11021 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11022 argument options.
11023 * gdb.server/ext-wrapper.exp: New file.
11024
11025 2015-07-23 Doug Evans <dje@google.com>
11026
11027 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11028 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11029
11030 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11031
11032 * gdb.ada/var_arr_typedef.exp: New testcase.
11033 * gdb.ada/var_arr_typedef/pack.adb: New file.
11034 * gdb.ada/var_arr_typedef/pack.ads: New file.
11035 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11036
11037 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11038
11039 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11040
11041 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 * gdb.arch/i386-biarch-core.exp: Replace istarget
11044 by "complete set gnutarget". Remove expectation for the "core-file"
11045 command.
11046
11047 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 Revert the previous commit:
11050 Tests for validate symbol file using build-id.
11051
11052 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11053
11054 Tests for validate symbol file using build-id.
11055 * gdb.base/solib-mismatch-lib.c: New file.
11056 * gdb.base/solib-mismatch-libmod.c: New file.
11057 * gdb.base/solib-mismatch.c: New file.
11058 * gdb.base/solib-mismatch.exp: New file.
11059
11060 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11061
11062 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11063 nios2-*-linux*.
11064 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11065 * gdb.base/siginfo.exp: Likewise.
11066 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11067
11068 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11069
11070 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11071 Move it to ...
11072 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11073 ... here.
11074 * gdb.trace/range-stepping.exp: Check that the target supports
11075 range stepping.
11076
11077 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11078
11079 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11080
11081 2015-07-14 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.base/killed-outside.exp: New file.
11084 * gdb.base/killed-outside.c: New file.
11085
11086 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11087
11088 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11089 (n at main): New.
11090 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11091
11092 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11093
11094 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11095 infcall tests instead of setting up for KFAIL.
11096
11097 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11098
11099 * gdb.btrace/record_goto-step.exp: New.
11100
11101 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11102
11103 PR compile/18484
11104 * gdb.compile/compile.c (struct struct_type): Add volatile to
11105 selffield's type.
11106 * gdb.compile/compile.exp
11107 (compile code struct_object.selffield = &struct_object): Skip further
11108 struct_object tests if this one xfails.
11109
11110 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11111
11112 PR exp/18617
11113 * gdb.trace/ax.exp: Add test.
11114
11115 2015-07-07 Yao Qi <yao.qi@linaro.org>
11116
11117 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11118 instead of istarget "aarch64*-*-*".
11119 * gdb.arch/aarch64-fp.exp: Likewise.
11120 * gdb.base/float.exp: Likewise.
11121 * gdb.reverse/aarch64.exp: Likewise.
11122 * lib/gdb.exp (is_aarch64_target): New proc.
11123
11124 2015-07-07 Yao Qi <yao.qi@linaro.org>
11125
11126 * lib/gdb.exp (is_aarch32_target): New proc.
11127 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11128 instead of "istarget "arm*-*-*"".
11129 * gdb.arch/arm-disp-step.exp: Likewise.
11130 * gdb.arch/thumb-bx-pc.exp: Likewise.
11131 * gdb.arch/thumb-prologue.exp: Likewise.
11132 * gdb.arch/thumb-singlestep.exp: Likewise.
11133 * gdb.base/disp-step-syscall.exp: Likewise.
11134 * gdb.base/float.exp: Likewise.
11135
11136 2015-07-07 Yao Qi <yao.qi@linaro.org>
11137
11138 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11139 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11140
11141 2015-07-07 Yao Qi <yao.qi@linaro.org>
11142
11143 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11144 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11145 if it exists.
11146 * gdb.multi/multi-arch.exp: Likewise.
11147
11148 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11149
11150 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11151 print.
11152
11153 2015-07-07 Yao Qi <yao.qi@linaro.org>
11154
11155 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11156
11157 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11158
11159 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11160 '[' and ']' characters.
11161
11162 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11163
11164 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11165
11166 2015-06-29 Pedro Alves <palves@redhat.com>
11167
11168 PR threads/18127
11169 * gdb.threads/hand-call-new-thread.c: New file.
11170 * gdb.threads/hand-call-new-thread.c: New file.
11171
11172 2015-06-26 Keith Seitz <keiths@redhat.com>
11173 Doug Evans <dje@google.com>
11174
11175 PR 16253
11176 * gdb.cp/var-tag-2.cc: New file.
11177 * gdb.cp/var-tag-3.cc: New file.
11178 * gdb.cp/var-tag-4.cc: New file.
11179 * gdb.cp/var-tag.cc: New file.
11180 * gdb.cp/var-tag.exp: New file.
11181
11182 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11183
11184 * gdb.base/history-duplicates.exp: New test.
11185
11186 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11187
11188 * gdb.base/completion.exp: Test the completion of the "focus"
11189 command.
11190
11191 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * gdb.arch/amd64-prologue-skip.S: New file.
11194 * gdb.arch/amd64-prologue-skip.exp: New file.
11195
11196 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11197
11198 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11199 is_address_zero_readable check.
11200
11201 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11202
11203 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11204 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11205
11206 2015-06-24 Yao Qi <yao.qi@linaro.org>
11207
11208 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11209 linux targets.
11210
11211 2015-06-24 Yao Qi <yao.qi@linaro.org>
11212
11213 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11214 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11215 * gdb.base/siginfo-thread.exp: Likewise.
11216
11217 2015-06-22 Yao Qi <yao.qi@linaro.org>
11218
11219 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11220
11221 2015-06-22 Yao Qi <yao.qi@linaro.org>
11222
11223 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11224 aarch64*-*-*.
11225 (skip_hw_watchpoint_tests): Likewise.
11226
11227 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11228
11229 * gdb.base/gdbinit-history.exp: Test the interaction between
11230 setting GDBHISTSIZE and setting the history size via .gdbinit.
11231
11232 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11233
11234 PR gdb/16999
11235 * gdb.base/gdbhistsize-history.exp: New test.
11236
11237 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11238
11239 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11240 with GDBHISTSIZE.
11241 * gdb.base/readline.exp: Likewise.
11242
11243 2015-06-17 Yao Qi <yao.qi@linaro.org>
11244
11245 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11246 line.
11247
11248 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11249
11250 * gdb.base/gdbinit-history.exp: Add test case to check that
11251 an unlimited history file does not get truncated on exit.
11252
11253 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11254
11255 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11256 (VECTOR): New macro. Use it...
11257 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11258 ...for these typedefs.
11259 (int8, char1, int1, double1): New typedefs.
11260 (struct just_int2, struct two_int2): New structures.
11261 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11262 (add_structvecs, add_singlevecs): New functions.
11263 (main): Call add_some_intvecs twice.
11264 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11265 the compile and exit upon failure. Try compiling for the "native"
11266 architecture. Test inferior function calls with vector arguments
11267 and vector return value handling with "finish" and "return".
11268
11269 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11270
11271 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11272 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11273 PE file.
11274 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11275
11276 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11277
11278 PR breakpoints/16465
11279 * gdb.mi/mi-dprintf-pending.c: New file.
11280 * gdb.mi/mi-dprintf-pending.exp: New test.
11281 * gdb.mi/mi-dprintf-pendshr.c: New file.
11282
11283 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11284 Mircea Gherzan <mircea.gherzan@intel.com>
11285
11286 * gdb.arch/i386-mpx-map.c: New file.
11287 * gdb.arch/i386-mpx-map.exp: New File.
11288
11289 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11290
11291 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11292 * gdb.arch/i386-mpx.exp: Indentation fixed.
11293
11294 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11295
11296 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11297 function and improved indentation.
11298 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11299 gdb_test_multiple. Added additional tests to skip the test.
11300
11301 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11302
11303 * gdb.arch/i386-avx512.c: Change path in include file.
11304 * gdb.arch/i386-avx512.exp: Change include dir path
11305 compilation flag.
11306 * gdb.arch/i386-mpx.c: Change path in include file.
11307 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11308 flag.
11309
11310 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 * gdb.compile/compile-print.exp (compile print *vararray@3)
11313 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11314
11315 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11316
11317 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11318 (do not keep jit in memory): ... this.
11319 (expect 5): Change it to ...
11320 (expect no 5): ... this.
11321
11322 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 PR gdb/15564
11325 * gdb.mi/mi-detach.exp: New file.
11326
11327 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 PR symtab/18392
11330 * gdb.arch/amd64-tailcall-self.S: New file.
11331 * gdb.arch/amd64-tailcall-self.c: New file.
11332 * gdb.arch/amd64-tailcall-self.exp: New file.
11333
11334 2015-05-28 Don Breazeal <donb@codesourcery.com>
11335
11336 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11337 tests for remote targets by checking is_target_gdbserver.
11338
11339 2015-05-27 Doug Evans <dje@google.com>
11340
11341 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11342 * gdb.dwarf2/opaque-type-lookup.c: New file.
11343 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11344
11345 2015-05-26 Doug Evans <dje@google.com>
11346
11347 * gdb.cp/iostream.cc: New file.
11348 * gdb.cp/iostream.exp: New file.
11349
11350 2015-05-26 Doug Evans <dje@google.com>
11351
11352 * gdb.dwarf2/dw2-op-call.exp: Update.
11353 * gdb.dwarf2/dw4-sig-types.exp: Update.
11354 * gdb.dwarf2/implptr.exp: Update.
11355 * gdb.mi/mi-cmd-param-changed.exp: Update.
11356
11357 2015-05-26 Doug Evans <dje@google.com>
11358
11359 * gdb.python/py-lazy-string.c: New file.
11360 * gdb.python/py-lazy-string.exp: New file.
11361 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11362 (main): Update. Add estring3.
11363 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11364 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11365
11366 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11367 Yao Qi <yao.qi@linaro.org>
11368
11369 * gdb.reverse/aarch64.c: New.
11370 * gdb.reverse/aarch64.exp: New.
11371
11372 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11373
11374 * lib/gdb.exp (supports_process_record): Return true for
11375 aarch64*-linux*.
11376 (supports_reverse): Likewise.
11377
11378 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11379
11380 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11381 Use with_test_prefix.
11382
11383 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11384
11385 * gdb.base/completion.exp: Add test for completion of layout
11386 names.
11387
11388 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11389
11390 * lib/gdb.exp (skip_tui_tests): New proc.
11391 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11392
11393 2015-05-19 Pedro Alves <palves@redhat.com>
11394
11395 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11396 Save the whole env array instead of just HOME. Unset HISTSIZE in
11397 the environment while testing. Restore whole environment
11398 afterwards.
11399
11400 2015-05-16 Doug Evans <xdje42@gmail.com>
11401
11402 * gdb.guile/scm-ports.c: New file.
11403 * gdb.guile/scm-ports.exp: Add memory port tests.
11404
11405 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11406
11407 * gdb.compile/compile-print.c: New file.
11408 * gdb.compile/compile-print.exp: New file.
11409
11410 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11411
11412 * gdb.compile/compile-ops.exp: Cast param to void.
11413 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11414 (compile code struct_object.selffield = &struct_object): Add xfail.
11415
11416 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11417
11418 * gdb.ada/arr_enum_with_gap: New testcase.
11419
11420 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11421
11422 * gdb.ada/byte_packed_arr: New testcase.
11423
11424 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11425
11426 * gdb.ada/pckd_neg: New testcase.
11427
11428 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11429
11430 PR gdb/17820
11431 * gdb.base/gdbinit-history.exp: New test.
11432 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11433 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11434
11435 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11436
11437 * gdb.python/py-xmethods.cc: Enhance test case.
11438 * gdb.python/py-xmethods.exp: New tests.
11439 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11440 function.
11441 (B_indexoper): Likewise.
11442 (global_dm_list) : Add new xmethod worker functions.
11443
11444 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11445
11446 * gdb.base/coredump-filter.exp: Correctly unset
11447 "coredump_var_addr" array.
11448
11449 2015-05-08 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.server/non-existing-program.exp: Unset spawn_id.
11452
11453 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11454
11455 PR python/18291
11456 * gdb.python/py-xmethods.exp: Add tests.
11457
11458 2015-05-08 Yao Qi <yao.qi@linaro.org>
11459
11460 PR gdb/18208
11461 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11462 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11463 function set_coredump_filter, and remove remote_exec call.
11464 Remove argument ipid. Callers update.
11465 (top level): Don't get inferior's PID.
11466
11467 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11468
11469 * gdb.base/watch_thread_num.exp: Skip test on targets without
11470 access watchpoints.
11471
11472 2015-05-06 Pedro Alves <palves@redhat.com>
11473
11474 PR server/18081
11475 * gdb.server/non-existing-program.exp: New file.
11476
11477 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11478
11479 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11480
11481 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11482
11483 * gdb.ada/out_of_line_in_inlined: New testcase.
11484
11485 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11486
11487 * gdb.ada/var_rec_arr: New testcase.
11488
11489 2015-04-30 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.base/break-idempotent.exp: If
11492 skip_hw_watchpoint_multi_tests returns true, skip the tests
11493 on "rwatch" and "awatch".
11494
11495 2015-04-30 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.base/relativedebug.exp: Invoke gdb command
11498 "info sharedlibrary", and if libc.so doesn't have debug info,
11499 skip the test.
11500
11501 2015-04-29 Doug Evans <dje@google.com>
11502
11503 * gdb.python/py-xmethods.exp: Add ptype tests.
11504 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11505 get_result_type method.
11506
11507 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11508
11509 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11510 the target does not support hardware watchpoints.
11511
11512 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11513
11514 * gdb.base/break-always.exp: Abort testing if writing to memory
11515 causes an error.
11516
11517 2015-04-28 Doug Evans <dje@google.com>
11518
11519 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11520 * gdb.python/py-pp-registration.exp: ... here. New file.
11521 * gdb.python/py-pp-registration.c: New file.
11522 * gdb.python/py-pp-registration.py: New file.
11523
11524 2015-04-28 Doug Evans <dje@google.com>
11525
11526 * gdb.python/py-bad-printers.c: New file.
11527 * gdb.python/py-bad-printers.py: New file.
11528 * gdb.python/py-bad-printers.exp: New file.
11529
11530 2015-04-28 Sasha Smundak <asmundak@google.com>
11531
11532 * gdb.python/py-type.exp: New test.
11533
11534 2015-04-28 Andy Wingo <wingo@igalia.com>
11535
11536 * gdb.python/py-parameter.exp:
11537 * gdb.guile/scm-parameter.exp: Escape the path that we are
11538 matching against, as it might contain characters that are special
11539 to regular expressions.
11540
11541 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11542
11543 * gdb.ada/rec_comp: New testcase.
11544
11545 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11546
11547 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11548 before using it.
11549
11550 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11551
11552 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11553 new tests for verilog output.
11554
11555 2015-04-24 Yao Qi <yao.qi@linaro.org>
11556
11557 * boards/remote-gdbserver-on-localhost.exp: New file.
11558
11559 2015-04-23 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11562 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11563 "end of file", remove $inferior_spawn_id from the indirect list.
11564
11565 2015-04-23 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11568
11569 2015-04-23 Pedro Alves <palves@redhat.com>
11570
11571 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11572 on $any_spawn_id instead of only on $gdb_spawn_id.
11573
11574 2015-04-21 Pierre Muller <muller@sourceware.org>
11575
11576 PR pascal/17815
11577 * lib/pascal.exp (gpc_compile): Add new option "class".
11578 (fpc_compile): Likewise.
11579 * gdb.pascal/case-insensitive-symbols.pas: New file.
11580 * gdb.pascal/case-insensitive-symbols.exp: New file.
11581
11582 2015-04-20 Gary Benson <gbenson@redhat.com>
11583
11584 * gdb.base/attach.exp: Fix three extended remote failures.
11585
11586 2015-04-17 Gary Benson <gbenson@redhat.com>
11587
11588 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11589 the main executable over the remote protocol.
11590
11591 2015-04-16 Pedro Alves <palves@redhat.com>
11592
11593 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11594 a new gdbserver if gdbserver_reconnect_p is set.
11595
11596 2015-04-16 Pedro Alves <palves@redhat.com>
11597
11598 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11599 is set, don't exit gdbserver.
11600
11601 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11602
11603 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11604 appropriate .insn, such that an older assembler can be used.
11605 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11606 the z/Architecture instruction set on 31-bit targets as well.
11607
11608 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11609
11610 * gdb.go/handcall.exp: Remove all logic related to the first
11611 breakpoint and rely on go_runto_main instead.
11612 * gdb.go/strings.exp: Likewise.
11613 * gdb.go/unsafe.exp: Likewise.
11614 * gdb.go/hello.exp: Likewise. Also rename the remaining
11615 breakpoint marker to "breakpoint 1".
11616 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11617 * gdb.go/strings.go: Likewise.
11618 * gdb.go/unsafe.go: Likewise.
11619 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11620 "set breakpoint 2 here" and rename the remaining breakpoint marker
11621 to "breakpoint 1".
11622
11623 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11624
11625 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11626 if itertools.imap is not present.
11627 * gdb.python/py-objfile.exp: Add parentheses.
11628 * gdb.python/py-type.exp: Same.
11629 * gdb.python/py-unwind-maint.py: Same.
11630
11631 2015-04-15 Yao Qi <yao.qi@linaro.org>
11632
11633 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11634 of ":$ptr_size" and set its form explicitly.
11635
11636 2015-04-15 Pedro Alves <palves@redhat.com>
11637 Yao Qi <yao.qi@linaro.org>
11638
11639 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11640 timeout by factor of 4.
11641 (test_regular_watch): Likewise.
11642 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11643 * gdb.reverse/sigall-reverse.exp: Likewise.
11644 * gdb.reverse/until-precsave.exp: Likewise.
11645 * lib/gdb.exp (with_timeout_factor): New proc.
11646 (gdb_expect): Move some code to ...
11647 (get_largest_timeout): ... here. New procedure.
11648
11649 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11650
11651 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11652
11653 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11654
11655 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11656 to write to the .text section.
11657
11658 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11659
11660 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11661 Handle the case of targets that do not provide PID information.
11662
11663 2015-04-13 Yao Qi <yao.qi@linaro.org>
11664
11665 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11666 and use expect instead of gdb_expect.
11667
11668 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11669
11670 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11671 "coredump_var_addr" to avoid naming conflict with other testcases.
11672
11673 2015-04-10 Pedro Alves <palves@redhat.com>
11674
11675 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11676 gdb_test_sequence and gdb_assert.
11677
11678 2015-04-10 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11681 test messages that don't include the breakpoint address.
11682
11683 2015-04-10 Yao Qi <yao.qi@linaro.org>
11684
11685 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11686 false for some offset and width combinations which aren't
11687 supported by linux kernel.
11688
11689 2015-04-10 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11692 procedure, factored out from ...
11693 (top level): ... here. Add "set displaced-stepping" testing axis.
11694 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11695 parameter "displaced". Use it.
11696 (top level): Use foreach and add "set displaced-stepping" testing
11697 axis.
11698
11699 2015-04-10 Pedro Alves <palves@redhat.com>
11700
11701 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11702 Remove comment.
11703 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11704 both the address of the instruction that triggers the watchpoint
11705 and the address of the instruction immediately after, and use
11706 those addresses for the test. Fix comment.
11707
11708 2015-04-10 Pedro Alves <palves@redhat.com>
11709
11710 * gdb.base/sigstep.exp (breakpoint_to_handler)
11711 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11712 Test "backtrace" in handler.
11713 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11714 (top level): Add new "displaced" test axis to
11715 breakpoint_to_handler, breakpoint_to_handler_entry and
11716 breakpoint_over_handler.
11717
11718 2015-04-10 Pedro Alves <palves@redhat.com>
11719
11720 PR gdb/18216
11721 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11722
11723 2015-04-10 Yao Qi <yao.qi@linaro.org>
11724
11725 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11726 (test_add_rn_pc): New function.
11727 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11728 (top level): Invoke test_add_rn_pc.
11729
11730 2015-04-10 Pedro Alves <palves@redhat.com>
11731
11732 PR gdb/13858
11733 * gdb.base/step-over-no-symbols.exp: New file.
11734
11735 2015-04-09 Andy Wingo <wingo@igalia.com>
11736
11737 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11738 after the Python tests.
11739
11740 2015-04-08 Keith Seitz <keiths@redhat.com>
11741
11742 PR python/16699
11743 * gdb.python/py-completion.exp: New tests for completion.
11744 * gdb.python/py-completion.py (CompleteLimit1): New class.
11745 (CompleteLimit2): Likewise.
11746 (CompleteLimit3): Likewise.
11747 (CompleteLimit4): Likewise.
11748 (CompleteLimit5): Likewise.
11749 (CompleteLimit6): Likewise.
11750 (CompleteLimit7): Likewise.
11751
11752 2015-04-08 Pedro Alves <palves@redhat.com>
11753
11754 PR gdb/18214
11755 PR gdb/18216
11756 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11757 function.
11758 (main): Install it as SIGUSR1 handler.
11759 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11760 parameter. Always use "setup" as prefix. Toggle "set
11761 displaced-stepping" off/on depending on global. Don't switch to
11762 thread 1 here.
11763 (top level): Add displaced stepping "off/on" test axis. Update
11764 "setup" calls. Wrap each subtest with with_test_prefix. Test
11765 continuing with a queued signal in each thread.
11766
11767 2015-04-08 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11770 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11771 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11772 Return early if running to main fails.
11773 * gdb.trace/while-stepping.exp: Likewise.
11774
11775 2015-04-07 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11778 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11779 interact with inferior program.
11780
11781 2015-04-07 Pedro Alves <palves@redhat.com>
11782
11783 * lib/gdb.exp (inferior_spawn_id): New global.
11784 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11785 spawn id after processing the user code.
11786 (default_gdb_start): Set inferior_spawn_id.
11787 (send_inferior): New procedure.
11788 * lib/gdbserver-support.exp (gdbserver_start): Set
11789 inferior_spawn_id.
11790 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11791
11792 2015-04-07 Pedro Alves <palves@redhat.com>
11793
11794 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11795 * lib/gdbserver-support.exp (gdbserver_start): Make
11796 $server_spawn_id global.
11797 (gdbserver_start): Don't wait for gdbserver's spawn id with
11798 expect_background.
11799 (close_gdbserver): New procedure.
11800 (gdb_exit): Rename the default version and reimplement.
11801
11802 2015-04-07 Pedro Alves <palves@redhat.com>
11803
11804 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11805 append the substituted item, not the original item.
11806
11807 2015-04-07 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11810 gdb_expect.
11811
11812 2015-04-07 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11815 output appearing once only.
11816
11817 2015-04-07 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11820 that doesn't expect anything. Return early if running to main
11821 fails.
11822
11823 2015-04-07 Yao Qi <yao.qi@linaro.org>
11824
11825 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11826 (child_function): Call alarm.
11827 (main): Move call to alarm into the loop.
11828 * gdb.threads/non-stop-fair-events.exp: Build program with
11829 -DTIMEOUT=$timeout.
11830
11831 2015-04-06 Doug Evans <xdje42@gmail.com>
11832
11833 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11834 Fix dest parameter to board_info.
11835 (fpc_compile): Ditto.
11836 (gdb_compile_pascal): Rename dest arg to destfile.
11837
11838 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11839
11840 * gdb.ada/funcall_ref.exp: New file.
11841 * gdb.ada/funcall_ref/foo.adb: New file.
11842
11843 2015-04-02 Yao Qi <yao.qi@linaro.org>
11844
11845 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11846 is remote.
11847
11848 2015-04-02 Gary Benson <gbenson@redhat.com>
11849
11850 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11851
11852 2015-04-01 Sasha Smundak <asmundak@google.com>
11853
11854 * gdb.python/py-unwind-maint.c: New file.
11855 * gdb.python/py-unwind-maint.exp: New test.
11856 * gdb.python/py-unwind-maint.py: New file.
11857 * gdb.python/py-unwind.c: New file.
11858 * gdb.python/py-unwind.exp: New test.
11859 * gdb.python/py-unwind.py: New test.
11860
11861 2015-04-01 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11864 to fail instead of non-existent $test.
11865
11866 2015-04-01 Pedro Alves <palves@redhat.com>
11867
11868 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11869 GDBFLAGS if not empty.
11870
11871 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11872
11873 * gdb.ada/complete.exp: Remove "multi_line".
11874 * gdb.ada/info_exc.exp: Remove "multi_line".
11875 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11876 * gdb.ada/ptype_field.exp: Remove "multi_line".
11877 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11878 * gdb.ada/tagged.exp: Remove "multi_line".
11879 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11880 [multi_line ...]
11881 * gdb.btrace/delta.exp: Likewise.
11882 * gdb.btrace/exception.exp: Likewise.
11883 * gdb.btrace/function_call_history.exp: Likewise.
11884 * gdb.btrace/instruction_history.exp: Likewise.
11885 * gdb.btrace/nohist.exp: Likewise.
11886 * gdb.btrace/record_goto.exp: Likewise.
11887 * gdb.btrace/segv.exp: Likewise.
11888 * gdb.btrace/stepi.exp: Likewise.
11889 * gdb.btrace/tailcall.exp: Likewise.
11890 * gdb.btrace/unknown_functions.exp: Likewise.
11891 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11892 * lib/gdb.exp: Add the "multi_line" helper.
11893
11894 2015-04-01 Pedro Alves <palves@redhat.com>
11895
11896 * gdb.threads/tid-reuse.c: New file.
11897 * gdb.threads/tid-reuse.exp: New file.
11898
11899 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11900
11901 PR corefiles/16092
11902 * gdb.base/coredump-filter.c: New file.
11903 * gdb.base/coredump-filter.exp: Likewise.
11904
11905 2015-03-27 Petr Machata <pmachata@redhat.com>
11906
11907 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11908 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11909 (Dwarf::assemble): Initialize them.
11910 (Dwarf::lines): New function.
11911
11912 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11913
11914 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11915 SYMBOL_PREFIX for x86_64-*-cygwin.
11916
11917 2015-03-26 Andy Wingo <wingo@igalia.com>
11918
11919 PR symtab/18148
11920 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11921 const_value but not a location.
11922 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11923 location defined in non-main CUs are visible.
11924
11925 2015-03-26 Yao Qi <yao.qi@linaro.org>
11926
11927 PR testsuite/18139
11928 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11929 Add a line number entry for the same line.
11930 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11931 Add a line number entry for the same line.
11932
11933 2015-03-26 Yao Qi <yao.qi@linaro.org>
11934
11935 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11936 .int 0.
11937 (func): Likewise. Add .Lfunc_1 label.
11938 Use .Lfunc_1 label.
11939 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11940 .int 0.
11941 (func): Likewise.
11942 Use .Lfunc_1 label.
11943
11944 2015-03-26 Yao Qi <yao.qi@linaro.org>
11945
11946 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11947 Call gdb_compile instead to compile each .s files without debug
11948 information.
11949
11950 2015-03-26 Yao Qi <yao.qi@linaro.org>
11951
11952 * gdb.base/savedregs.exp (process_saved_regs): Make
11953 "Saved registers:" optional in the pattern.
11954
11955 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11956
11957 * gdb.btrace/next.exp: Merged into step.exp.
11958 * gdb.btrace/finish.exp: Merged into step.exp.
11959 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11960 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11961 "record goto" and checking the exact replay position.
11962 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11963 check for "Recording format" in "info record" output.
11964 * gdb.btrace/record_goto.exp: Choose test file based on target.
11965 * gdb.btrace/x86-record_goto.S: Renamed into ...
11966 * gdb.btrace/x86_64-record_goto.S: ... this.
11967 * gdb.btrace/i686-record_goto.S: New.
11968 * gdb.btrace/x86-tailcall.S: Renamed into ...
11969 * gdb.btrace/x86_64-tailcall.S: ... this.
11970 * gdb.btrace/i686-tailcall.S: New.
11971 * gdb.btrace/x86-tailcall.c: Renamed into ...
11972 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11973 separate statements. Update test.
11974 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11975 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11976 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11977 * gdb.btrace/tailcall.exp: Choose test file based on target.
11978 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11979
11980 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11981
11982 * gdb.btrace/exception.exp: Increase BTS buffer size.
11983
11984 2015-03-24 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11987
11988 2015-03-24 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.threads/schedlock.exp (test_step): No longer expect that
11991 "set scheduler-locking step" with "next" over a function call runs
11992 threads unlocked.
11993
11994 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11995
11996 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11997
11998 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11999
12000 PR breakpoints/16466
12001 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12002 * gdb.mi/mi-pending.c (thread_func): New function.
12003 (int main): Add threading support required.
12004 * gdb.mi/mi-pending.exp: Add tests for this issue.
12005 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12006 (pendfunc2): Remove stdio dependency.
12007 * gdb.mi/mi-pendshr2.c: New file.
12008
12009 2015-03-23 Keith Seitz <keiths@redhat.com>
12010
12011 * gdb.linespec/keywords.c: New file.
12012 * gdb.linespec/keywords.exp: New file.
12013
12014 2015-03-23 Keith Seitz <keiths@redhat.com>
12015
12016 PR gdb/18021
12017 * gdb.dwarf2/staticvirtual.exp: New test.
12018
12019 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12020
12021 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12022 * README: Remove HP-UX and gdb.hp.
12023 (configuration):
12024 * configure: Regenerate.
12025 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12026 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12027 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12028 gdb.hp/gdb.defects/Makefile.
12029 * gdb.hp/Makefile.in: File deleted.
12030 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12031 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12032 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12033 * gdb.hp/gdb.aCC/run.c: File deleted.
12034 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12035 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12036 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12037 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12038 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12039 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12040 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12041 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12042 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12043 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12044 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12045 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12046 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12047 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12048 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12049 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12050 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12051 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12052 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12053 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12054 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12055 * gdb.hp/gdb.compat/average.c: File deleted.
12056 * gdb.hp/gdb.compat/sum.c: File deleted.
12057 * gdb.hp/gdb.compat/xdb.c: File deleted.
12058 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12059 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12060 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12061 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12062 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12063 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12064 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12065 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12066 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12067 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12068 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12069 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12070 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12071 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12072 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12073 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12074 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12075 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12076 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12077 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12078 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12079 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12080 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12081 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12082 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12083 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12084 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12085 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12086 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12087 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12088 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12089 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12090 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12091 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12092 * gdb.hp/tools/odump: File deleted.
12093
12094 2015-03-19 Pedro Alves <palves@redhat.com>
12095
12096 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12097 (saw_thread_3): New globals.
12098 (top level): Increment them when an event for the corresponding
12099 thread is seen.
12100 (no thread starvation): New test.
12101
12102 2015-03-19 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.threads/continue-pending-status.c: New file.
12105 * gdb.threads/continue-pending-status.exp: New file.
12106
12107 2015-03-18 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12110 Use gdb_is_target_remote instead of is_remote. Use
12111 gdb_test_multiple instead of gdb_expect. Exit early if
12112 gdb_test_multiple hits its internal matches. Tighten stepi tests
12113 expected output. Fail on exit with any signal, instead of just
12114 SIGILL.
12115
12116 2015-03-18 Yao Qi <yao.qi@linaro.org>
12117
12118 PR tdep/18107
12119 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12120 variable.
12121 * gdb.base/catch-syscall.exp: Don't skip it on
12122 aarch64*-*-linux* target. Remove elements in all_syscalls.
12123 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12124 target.
12125 (setup_all_syscalls): New proc.
12126
12127 2015-03-16 Yao Qi <yao.qi@linaro.org>
12128
12129 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12130 (top level): Skip tests if valid_addr_p returns false for
12131 $cmd1 or $cmd2.
12132
12133 2015-03-11 Andy Wingo <wingo@igalia.com>
12134
12135 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12136
12137 2015-03-11 Yao Qi <yao.qi@linaro.org>
12138
12139 * gdb.base/catch-syscall.exp: Fix typo in comments.
12140
12141 2015-03-11 Yao Qi <yao.qi@linaro.org>
12142
12143 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12144
12145 2015-03-09 Pedro Alves <palves@redhat.com>
12146
12147 * dg-extract-results.py: Delete.
12148
12149 2015-03-09 Pedro Alves <palves@redhat.com>
12150
12151 Merge dg-extract-results.sh from GCC upstream (r218843).
12152
12153 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12154 * dg-extract-results.sh: Use --text with grep to avoid issues with
12155 binary files. Fall back to cat -v, if that doesn't work.
12156
12157 2015-03-05 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12160
12161 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * lib/mi-support.exp (mi_expect_interrupt): Accept
12164 alternative event for when in all-stop mode.
12165
12166 2015-03-04 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12169
12170 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12171
12172 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12173
12174 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12175
12176 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12177 regexps for GDB's current line display, accept a hex address
12178 preceding the line number.
12179
12180 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12181
12182 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12183 the 'arch1' variable for "s390*-linux*" targets.
12184
12185 2015-03-04 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12188 (main): Pass missing retval argument to pthread_join call.
12189
12190 2015-03-02 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12193 (top level): Call do_test with non-stop as well.
12194
12195 2015-03-02 Pedro Alves <palves@redhat.com>
12196
12197 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12198 -1.
12199
12200 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12201
12202 * gdb.arch/s390-vregs.exp: New test.
12203 * gdb.arch/s390-vregs.S: New file.
12204
12205 2015-02-27 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12208 call to catch_command_errors.
12209 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12210 catch_command_errors.
12211
12212 2015-02-27 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12215 "true" for boolean result.
12216 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12217 prototype of main.
12218
12219 2015-02-27 Pedro Alves <palves@redhat.com>
12220
12221 * lib/unbuffer_output.c: New file.
12222 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12223 (main): Call gdb_unbuffer_output.
12224
12225 2015-02-27 Yao Qi <yao.qi@linaro.org>
12226
12227 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12228 target.
12229
12230 2015-02-26 Doug Evans <dje@google.com>
12231
12232 * gdb.cp/class2.cc (Dbase, D): New classes.
12233 (main): New local delta.
12234 * gdb.cp/class2.exp: Test printing delta.
12235 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12236 (dynbar): New global.
12237 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12238
12239 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 * gdb.compile/compile-ifunc.c: New file.
12242 * gdb.compile/compile-ifunc.exp: New file.
12243
12244 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12245
12246 * gdb.base/structs.exp: Check for correct struct on finish.
12247
12248 2015-02-26 Yao Qi <yao.qi@linaro.org>
12249
12250 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12251 is zero.
12252
12253 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 * gdb.arch/cordic.ko.bz2: New file.
12256 * gdb.arch/cordic.ko.debug.bz2: New file.
12257 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12258
12259 2015-02-25 Yao Qi <yao.qi@linaro.org>
12260
12261 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12262 aarch64*-*-* target.
12263
12264 2015-02-23 Pedro Alves <palves@redhat.com>
12265
12266 * lib/gdb.exp (delete_breakpoints): Rewrite using
12267 gdb_test_multiple.
12268
12269 2015-02-23 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/info-os.c: Include stdlib.h.
12272
12273 2015-02-22 Doug Evans <xdje42@gmail.com>
12274
12275 PR symtab/17855
12276 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12277 is read after symbols have been re-read.
12278 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12279 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12280
12281 2015-02-21 Doug Evans <dje@google.com>
12282
12283 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12284
12285 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12286
12287 PR corefiles/17808
12288 * gdb.arch/i386-biarch-core.core.bz2: New file.
12289 * gdb.arch/i386-biarch-core.exp: New file.
12290
12291 2015-02-21 Pedro Alves <palves@redhat.com>
12292
12293 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12294 runto_main fails.
12295
12296 2015-02-20 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12299 info probes.
12300
12301 2015-02-20 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12304
12305 2015-02-20 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12308 clean_restart before gdb_target_supports_trace.
12309
12310 2015-02-20 Pedro Alves <palves@redhat.com>
12311
12312 PR threads/18006
12313 * gdb.threads/clone-thread_db.c: New file.
12314 * gdb.threads/clone-thread_db.exp: New file.
12315
12316 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12317
12318 PR breakpoints/16812
12319 * gdb.base/catch-gdb-caused-signals.c: New file.
12320 * gdb.base/catch-gdb-caused-signals.exp: New file.
12321
12322 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12323
12324 * configure: Regenerated.
12325 * configure.ac: Use GDB_AC_TRANSFORM.
12326 * aclocal.m4: sinclude ../transform.m4.
12327
12328 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12329
12330 * lib/dtrace.exp: New file.
12331 * gdb.base/dtrace-probe.exp: Likewise.
12332 * gdb.base/dtrace-probe.d: Likewise.
12333 * gdb.base/dtrace-probe.c: Likewise.
12334 * lib/pdtrace.in: Likewise.
12335 * configure.ac: Output variables with the transformed names of
12336 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12337 * configure: Regenerated.
12338
12339 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12340
12341 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12342 expected message when trying to access $_probe_* convenience
12343 variables while not on a probe.
12344
12345 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12346
12347 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12348
12349 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12350
12351 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12352 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12353
12354 2015-02-10 Doug Evans <xdje42@gmail.com>
12355
12356 * lib/gdb.exp (gdb_load): Always return a result.
12357
12358 2015-02-10 Pedro Alves <palves@redhat.com>
12359
12360 * gdb.threads/signal-sigtrap.c: New file.
12361 * gdb.threads/signal-sigtrap.exp: New file.
12362
12363 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12364
12365 * gdb.trace/no-attach-trace.c: New file.
12366 * gdb.trace/no-attach-trace.exp: New file.
12367
12368 2015-02-09 Mark Wielaard <mjw@redhat.com>
12369
12370 * gdb.dwarf2/atomic.c: New file.
12371 * gdb.dwarf2/atomic-type.exp: Likewise.
12372
12373 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12374
12375 * gdb.btrace/buffer-size.exp: Update "info record" output.
12376 * gdb.btrace/delta.exp: Update "info record" output.
12377 * gdb.btrace/enable.exp: Update "info record" output.
12378 * gdb.btrace/finish.exp: Update "info record" output.
12379 * gdb.btrace/instruction_history.exp: Update "info record" output.
12380 * gdb.btrace/next.exp: Update "info record" output.
12381 * gdb.btrace/nexti.exp: Update "info record" output.
12382 * gdb.btrace/step.exp: Update "info record" output.
12383 * gdb.btrace/stepi.exp: Update "info record" output.
12384 * gdb.btrace/nohist.exp: Update "info record" output.
12385
12386 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12387
12388 * gdb.btrace/buffer-size: New.
12389
12390 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12391
12392 * gdb.btrace/delta.exp: Update "info record" output.
12393 * gdb.btrace/enable.exp: Update "info record" output.
12394 * gdb.btrace/finish.exp: Update "info record" output.
12395 * gdb.btrace/instruction_history.exp: Update "info record" output.
12396 * gdb.btrace/next.exp: Update "info record" output.
12397 * gdb.btrace/nexti.exp: Update "info record" output.
12398 * gdb.btrace/step.exp: Update "info record" output.
12399 * gdb.btrace/stepi.exp: Update "info record" output.
12400 * gdb.btrace/nohist.exp: Update "info record" output.
12401
12402 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12403
12404 PR gdb/15678
12405 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12406
12407 2015-02-06 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12410 macro.
12411 (seconds_left, again): New globals.
12412 (main): Wait seconds_left in a 1-second sleep loop instead of
12413 sleeping 180 seconds. If 'again' is set, reset the seconds
12414 counter.
12415 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12416 'again' in the inferior before detaching. Print the seconds left.
12417 (options): New global.
12418 (top level): Build program with -DTIMEOUT=$timeout.
12419
12420 2015-02-06 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12423 determine how many seconds to pass to 'alarm'.
12424 * gdb.base/gdb-sigterm.exp (top level): Build program with
12425 -DTIMEOUT=$timeout.
12426 (do_test): Return success/failure indication. Add more verbose
12427 logging. Don't fail if 200 single steps are seen. Instead, fail
12428 when the test times out.
12429 (passes): New global.
12430 (top level): Break the testing loop if testing fails on any
12431 iteration. Use gdb_assert.
12432
12433 2015-02-04 Don Breazeal <donb@codesourcery.com>
12434
12435 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12436 and initialize them.
12437 (ipc_cleanup): New function.
12438 (main): Don't declare shmid, semid, and msqid. Add a call to
12439 atexit so that we call ipc_cleanup on exit.
12440
12441 2015-02-04 Pedro Alves <palves@redhat.com>
12442
12443 * boards/native-extended-gdbserver.exp: Remove any target variant
12444 specifications from the board name before clearing the isremote
12445 flag from board_info.
12446
12447 2015-01-31 Doug Evans <xdje42@gmail.com>
12448
12449 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12450
12451 2015-01-31 Gary Benson <gbenson@redhat.com>
12452
12453 * gdb.base/completion.exp: Disable completion limiting for
12454 existing tests. Add new tests to check completion limiting.
12455 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12456
12457 2015-01-31 Doug Evans <xdje42@gmail.com>
12458
12459 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12460
12461 2015-01-31 Doug Evans <xdje42@gmail.com>
12462
12463 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12464 entries. Duplicate file section script entries.
12465 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12466 inlined entries. Add test for safe-path rejection.
12467 * gdb.python/py-section-script.c: Add duplicate inlined section script
12468 entries. Duplicate file section script entries.
12469 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12470 inlined entries. Add test for safe-path rejection.
12471
12472 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12473
12474 * gdb.ada/disc_arr_bound: New testcase.
12475
12476 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12477
12478 * gdb.ada/mi_var_array: New testcase.
12479
12480 2015-01-27 Doug Evans <dje@google.com>
12481
12482 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12483 Add test for objfile.filename, objfile.username after objfile
12484 has been unloaded.
12485
12486 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12487
12488 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12489 the second test to print the name attribute of value
12490 returned by the call to gdb.lookup_type, and adjust
12491 the expected output accordingly.
12492
12493 2015-01-25 Mark Wielaard <mjw@redhat.com>
12494
12495 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12496 * gdb.base/disp-step-fork.c: Include unistd.h.
12497 * gdb.base/siginfo-obj.c: Include stdio.h.
12498 * gdb.base/siginfo-thread.c: Likewise.
12499 * gdb.mi/non-stop.c: Include unistd.h.
12500 * gdb.mi/nsthrexec.c: Include stdio.h.
12501 * gdb.mi/pthreads.c: Include unistd.h.
12502 * gdb.modula2/unbounded1.c (main): Declare returns int.
12503 * gdb.reverse/consecutive-reverse.c: Likewise.
12504 * gdb.threads/create-fail.c: Include unistd.h.
12505 * gdb.threads/killed.c: Likewise.
12506 * gdb.threads/linux-dp.c: Likewise.
12507 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12508 * gdb.threads/non-ldr-exc-2.c: Likewise.
12509 * gdb.threads/non-ldr-exc-3.c: Likewise.
12510 * gdb.threads/non-ldr-exc-4.c: Likewise.
12511 * gdb.threads/pthreads.c: Include unistd.h.
12512 (main): Declare returns int.
12513 * gdb.threads/tls-main.c (foo): New declaration.
12514 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12515
12516 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12519 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12520
12521 2015-01-15 Mark Wielaard <mjw@redhat.com>
12522
12523 * gdb.base/noreturn-return.c: New file.
12524 * gdb.base/noreturn-return.exp: New file.
12525 * gdb.base/noreturn-finish.c: New file.
12526 * gdb.base/noreturn-finish.exp: New file.
12527
12528 2015-01-23 Pedro Alves <palves@redhat.com>
12529
12530 * gdb.threads/continue-pending-after-query.c: New file.
12531 * gdb.threads/continue-pending-after-query.exp: New file.
12532
12533 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12534 Simon Marchi <simon.marchi@ericsson.com>
12535
12536 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12537 * gdb.base/valgrind-db-attach.exp: Same.
12538 * gdb.base/valgrind-infcall.exp: Same.
12539 * lib/mi-support.exp (default_mi_gdb_start): Same.
12540 * lib/prompt.exp (default_prompt_gdb_start): Same.
12541 * lib/gdb.exp (default_gdb_spawn): Same.
12542 (gdb_interact): New.
12543
12544
12545 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.compile/compile.exp (pointer to jit function): New test.
12548
12549 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12550
12551 * lib/gdb.exp (supports_process_record): Return true for
12552 powerpc*-*-linux*.
12553 (supports_reverse): Likewise.
12554
12555 2015-01-15 Don Breazeal <donb@codesourcery.com>
12556
12557 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12558 instead of checking whether the target board is remote and
12559 use spawn_wait_for_attach instead of exec/sleep.
12560 * gdb.base/attach-twice.exp: Likewise.
12561
12562 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12563
12564 * gdb.ada/var_arr_attrs: New testcase.
12565
12566 2015-01-14 Pedro Alves <palves@redhat.com>
12567 Joel Brobecker <brobecker@adacore.com>
12568
12569 PR gdb/17525
12570 * gdb.base/bp-cmds-execution-x-script.c: New file.
12571 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12572 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12573
12574 2015-01-14 Pedro Alves <palves@redhat.com>
12575
12576 PR cli/17828
12577 * gdb.base/batch-preserve-term-settings.c: New file.
12578 * gdb.base/batch-preserve-term-settings.exp: New file.
12579
12580 2015-01-13 Doug Evans <dje@google.com>
12581
12582 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12583 binary.
12584
12585 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12586
12587 * Makefile.in (clean mostlyclean): Do not delete *.py.
12588
12589 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12590
12591 * gdb.python/py-lookup-type.exp: New file.
12592
12593 2015-01-12 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12596 restore GDBFLAGS before returning.
12597
12598 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12601 is_amd64_regs_target and is_x86_like_target.
12602
12603 2015-01-11 Doug Evans <xdje42@gmail.com>
12604
12605 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12606 is given without an explicit form.
12607 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12608 attributes.
12609 * gdb.dwarf/corrupt.exp: Ditto.
12610 * gdb.dwarf2/enum-type.exp: Ditto.
12611 * gdb.trace/entry-values.exp: Ditto.
12612 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12613
12614 2015-01-11 Doug Evans <xdje42@gmail.com>
12615
12616 PR gdb/15830
12617 * gdb.base/maint.exp: Remove references to "maint demangle".
12618 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12619 Add tests for explicitly specifying language to demangle.
12620 * gdb.dlang/demangle.exp: Ditto.
12621
12622 2015-01-09 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.threads/non-stop-fair-events.c: New file.
12625 * gdb.threads/non-stop-fair-events.exp: New file.
12626
12627 2015-01-09 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12630 the global scope. Set a breakpoint after all threads are started
12631 rather than stepping over two source lines. Expect the prompt.
12632 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12633 global.
12634 (NUM): Now 15.
12635 (main): Use threads_started_barrier to wait for all threads to
12636 start. Main thread no longer calls thread_function. Exit after
12637 180 seconds.
12638 (loop): New function.
12639 (thread_function): Wait on threads_started_barrier barrier. Call
12640 'loop' at each iteration.
12641 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12642 threads have started, instead of hardcoding number of "next"
12643 steps. Use an access watchpoint instead of a write watchpoint.
12644
12645 2015-01-09 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12648 (thread_func): Wait on barrier.
12649 (main): Wait for all threads to start before stopping GDB.
12650 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12651 global.
12652 (thread1_func, thread2_func): Wait on barrier.
12653 (main): Wait for all threads to start before stopping GDB.
12654 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12655 New global.
12656 (thread1_func, thread2_func): Wait on barrier.
12657 (main): Wait for all threads to start before stopping GDB.
12658
12659 2015-01-09 Pedro Alves <palves@redhat.com>
12660
12661 * gdb.threads/attach-many-short-lived-threads.c: New file.
12662 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12663
12664 2014-01-09 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12667 instead of to thread 2.
12668 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12669 Add barrier around each pthread_create call instead of around all
12670 calls.
12671 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12672 Set a break on thread_function and have the child threads hit it
12673 one at at a time.
12674
12675 2015-01-09 Pedro Alves <palves@redhat.com>
12676
12677 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12678 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12679 false.
12680 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12681 checking whether the target board is remote.
12682 * gdb.multi/multi-attach.exp: Likewise.
12683 * gdb.python/py-sync-interp.exp: Likewise.
12684 * gdb.server/ext-attach.exp: Likewise.
12685 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12686 tests that need to attach, instead of checking whether the target
12687 board is remote at the top of the file.
12688
12689 2015-01-08 Yao Qi <yao@codesourcery.com>
12690
12691 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12692
12693 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12694
12695 Fix testcase compilation.
12696 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12697
12698 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12699
12700 * gdb.python/py-type.exp: Add a couple test about empty
12701 array creation, and negative-length array creation.
12702
12703 2015-01-02 Doug Evans <xdje42@gmail.com>
12704
12705 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12706
12707 2015-01-02 Doug Evans <dje@google.com>
12708
12709 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12710
12711 2014-12-29 Yao Qi <yao@codesourcery.com>
12712
12713 * gdb.trace/entry-values.exp: Update comments. Rename variable
12714 bar_call_foo to returned_from_foo.
12715
12716 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12717
12718 PR gdb/17394
12719 * gdb.linespec/break-asm-file.c: New file.
12720 * gdb.linespec/break-asm-file.exp: New file.
12721 * gdb.linespec/break-asm-file0.s: New file.
12722 * gdb.linespec/break-asm-file1.s: New file.
12723
12724 2014-12-18 Nigel Stephens <nigel@mips.com>
12725 Maciej W. Rozycki <macro@codesourcery.com>
12726
12727 * gdb.base/float.exp: Handle the new output from "info float" on
12728 MIPS targets.
12729
12730 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12731
12732 Fix MinGW compilation.
12733 * gdb.compile/compile-ops.exp: Update untested message if
12734 !skip_compile_feature_tests.
12735 * gdb.compile/compile-setjmp.exp: Likewise.
12736 * gdb.compile/compile-tls.exp: Likewise.
12737 * gdb.compile/compile.exp: Likewise.
12738 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12739 supported on this host".
12740
12741 2014-12-16 Doug Evans <xdje42@gmail.com>
12742
12743 * boards/stabs.exp: New file.
12744
12745 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12746
12747 * gdb.base/completion.exp: Adjust to format changes of "maint
12748 print user-registers".
12749
12750 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12751
12752 PR server/17457
12753 * gdb.arch/aarch64-fp.c: New file.
12754 * gdb.arch/aarch64-fp.exp: New file.
12755
12756 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12757
12758 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12759 r210637, r210913, r211666, r215400, r215817).
12760
12761 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12762 * dg-extract-results.py: New file.
12763 * dg-extract-results.sh: Use it if the environment seems
12764 suitable.
12765
12766 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12767
12768 * dg-extract-results.py (parse_run): Handle warnings that
12769 are printed before a test harness is run.
12770
12771 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12772
12773 * dg-extract-results.py (Named): Remove __cmp__ method.
12774 (output_variation): Use a key to sort variation.harnesses.
12775
12776 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12777
12778 * dg-extract-results.py: For Python 3, force sys.stdout to
12779 handle surrogate escape sequences.
12780 (safe_open): New function.
12781 (output_segment, main): Use it.
12782
12783 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12784
12785 * dg-extract-results.py (Prog.result_re): Include options
12786 in test name.
12787
12788 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12789
12790 * dg-extract-results.py (output_variation): Always sort if
12791 do_sum.
12792
12793 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12794
12795 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12796 as long as we get pagination notifications.
12797
12798 2014-12-15 Jason Merrill <jason@redhat.com>
12799
12800 * Makefile.in (check-gdb.%): Restore.
12801 * README: Mention it.
12802
12803 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12804
12805 * gdb.ada/str_uninit: New testcase.
12806
12807 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12808
12809 PR symtab/17642
12810 * gdb.base/vla-stub-define.c: New file.
12811 * gdb.base/vla-stub.c: New file.
12812 * gdb.base/vla-stub.exp: New file.
12813
12814 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12815 Jan Kratochvil <jan.kratochvil@redhat.com>
12816 Tom Tromey <tromey@redhat.com>
12817
12818 * configure.ac: Add gdb.compile/.
12819 * configure: Regenerate.
12820 * gdb.compile/Makefile.in: New file.
12821 * gdb.compile/compile-ops.exp: New file.
12822 * gdb.compile/compile-ops.c: New file.
12823 * gdb.compile/compile-tls.c: New file.
12824 * gdb.compile/compile-tls.exp: New file.
12825 * gdb.compile/compile-constvar.S: New file.
12826 * gdb.compile/compile-constvar.c: New file.
12827 * gdb.compile/compile-mod.c: New file.
12828 * gdb.compile/compile-nodebug.c: New file.
12829 * gdb.compile/compile-setjmp-mod.c: New file.
12830 * gdb.compile/compile-setjmp.c: New file.
12831 * gdb.compile/compile-setjmp.exp: New file.
12832 * gdb.compile/compile-shlib.c: New file.
12833 * gdb.compile/compile.c: New file.
12834 * gdb.compile/compile.exp: New file.
12835 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12836
12837 2014-12-12 Tom Tromey <tromey@redhat.com>
12838
12839 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12840 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12841
12842 2014-12-12 Doug Evans <dje@google.com>
12843
12844 * lib/gdb-python.exp (get_python_valueof): New function.
12845 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12846
12847 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12848
12849 * gdb.base/completion.exp: Add test for completion of "info
12850 registers ".
12851
12852 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12853
12854 * gdb.base/func-ptrs.c: New file.
12855 * gdb.base/func-ptrs.exp: New file.
12856
12857 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12858
12859 PR breakpoints/17012
12860 * gdb.base/dprintf-detach.c: New file.
12861 * gdb.base/dprintf-detach.exp: New file.
12862
12863 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12864
12865 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12866 * lib/gdb.exp (target_is_gdbserver): New procedure.
12867
12868 2014-12-08 Doug Evans <dje@google.com>
12869
12870 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12871
12872 2014-12-05 Yao Qi <yao@codesourcery.com>
12873
12874 * gdb.guile/scm-error.exp: Remove the third argument to
12875 gdb_remote_download.
12876 * gdb.guile/scm-frame-args.exp: Likewise.
12877 * gdb.guile/scm-section-script.exp: Likewise.
12878
12879 2014-12-05 Yao Qi <yao@codesourcery.com>
12880
12881 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12882
12883 2014-12-04 Doug Evans <dje@google.com>
12884
12885 * gdb.python/py-objfile.exp: Add tests for
12886 objfile.add_separate_debug_file.
12887
12888 2014-12-04 Doug Evans <dje@google.com>
12889
12890 * lib/gdb.exp (get_build_id): New function.
12891 (build_id_debug_filename_get): Rewrite to use it.
12892 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12893
12894 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12895
12896 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12897 `method(long)', not just 0x0.
12898 * gdb.cp/nsalias.exp: Align code labels to 4.
12899 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12900 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12901 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12902 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12903 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12904 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12905
12906 2014-12-02 Doug Evans <dje@google.com>
12907
12908 PR symtab/17602
12909 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12910 * gdb.cp/anon-ns2.cc: ... here. New file.
12911 * gdb.cp/anon-ns.exp: Update.
12912
12913 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12914
12915 * gdb.python/py-events.py (inferior_call_handler): New.
12916 (register_changed_handler, memory_changed_handler): New.
12917 (test_events.invoke): Register new handlers.
12918 * gdb.python/py-events.exp: Add tests for inferior call,
12919 memory_changed and register_changed events.
12920
12921 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12922
12923 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12924 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12925 if the linker doesn't understand this.
12926
12927 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12928
12929 * gdb.python/python.exp: Change expected reply to help().
12930
12931 2014-12-01 Yao Qi <yao@codesourcery.com>
12932
12933 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12934 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12935 * configure: Re-generated.
12936
12937 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12938
12939 * gdb.cp/chained-calls.cc: New file.
12940 * gdb.cp/chained-calls.exp: New file.
12941 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12942
12943 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12946 * gdb.dwarf2/symtab-producer.exp: Same.
12947 * gdb.gdb/python-interrupts.exp: Same.
12948 * gdb.gdb/python-selftest.exp: Same.
12949 * gdb.python/py-linetable.exp: Same.
12950 * gdb.python/py-type.exp: Same.
12951 * gdb.python/py-value-cc.exp: Same.
12952 * gdb.python/py-value.exp: Same.
12953
12954 2014-11-28 Yao Qi <yao@codesourcery.com>
12955
12956 * gdb.base/break-probes.exp: Match library name prefixed with
12957 sysroot.
12958
12959 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12960
12961 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12962 test expected output. Add parentheses for the call to print.
12963 Remove L suffix from integers.
12964
12965 2014-11-26 Doug Evans <dje@google.com>
12966
12967 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12968
12969 2014-11-22 Yao Qi <yao@codesourcery.com>
12970
12971 * gdb.trace/entry-values.c: Remove asms.
12972 (foo): Add foo_label.
12973 (bar): Add bar_label.
12974 * gdb.trace/entry-values.exp: Remove code computing foo's
12975 length and bar's length.
12976 (Dwarf::assemble): Invoke function_range for bar and use
12977 MACRO_AT_func for foo.
12978
12979 2014-11-22 Yao Qi <yao@codesourcery.com>
12980
12981 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12982 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12983 Use .Lgcc43_procstart instead of gcc43.
12984
12985 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12986
12987 * gdb.ada/n_arr_bound: New testcase.
12988
12989 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12990
12991 PR breakpoints/10737
12992 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12993 test_catch_syscall_multi_arch.
12994 (test_catch_syscall_multi_arch): New function.
12995
12996 2014-11-20 Doug Evans <xdje42@gmail.com>
12997
12998 * gdb.base/maint.exp: Update expected output.
12999
13000 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13001
13002 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13003 4-byte instruction on S390.
13004
13005 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13006
13007 * gdb.ada/arr_arr: New testcase.
13008
13009 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.ada/pkd_arr_elem: New Testcase.
13012
13013 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13014
13015 * gdb.reverse/break-precsave: Expect completion message for
13016 core file reads.
13017 * gdb.reverse/consecutive-precsave.exp: Likewise.
13018 * gdb.reverse/finish-precsave.exp: Likewise.
13019 * gdb.reverse/i386-precsave.exp: Likewise.
13020 * gdb.reverse/machinestate-precsave.exp: Likewise.
13021 * gdb.reverse/sigall-precsave.exp: Likewise.
13022 * gdb.reverse/solib-precsave.exp: Likewise.
13023 * gdb.reverse/step-precsave.exp: Likewise.
13024 * gdb.reverse/until-precsave.exp: Likewise.
13025 * gdb.reverse/watch-precsave.exp: Likewise.
13026
13027 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13028
13029 * gdb.base/bp-permanent.c: Include unistd.h.
13030 * gdb.python/py-framefilter-mi.c (main): Add return type.
13031 * gdb.python/py-framefilter.c (main): Likewise.
13032 * gdb.trace/actions-changed.c (main): Likewise.
13033
13034 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13035
13036 * gdb.mi/until.c: Add eye-catchers.
13037 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13038 line numbers.
13039
13040 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13041
13042 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13043 function header variants in break1.c.
13044 * gdb.base/ena-dis-br.exp: Likewise.
13045 * gdb.base/hbreak2.exp: Likewise.
13046 * gdb.reverse/until-precsave.exp: Drop references to removed
13047 non-prototype function header variants in ur1.c.
13048 * gdb.reverse/until-reverse.exp: Likewise.
13049
13050 2014-11-17 Petr Machata <pmachata@redhat.com>
13051
13052 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13053 ${_cu_offset_size} bytes abbrev offset.
13054
13055 2014-11-15 Doug Evans <xdje42@gmail.com>
13056
13057 PR symtab/17559
13058 * gdb.base/line-symtabs.exp: New file.
13059 * gdb.base/line-symtabs.c: New file.
13060 * gdb.base/line-symtabs.h: New file.
13061
13062 2014-11-14 Yao Qi <yao@codesourcery.com>
13063
13064 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13065 (func): Add label func_label.
13066 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13067 Replace low_pc and high_pc with MACRO_AT_range.
13068 Replace name, low_pc and high_pc with MACRO_AT_func.
13069
13070 2014-11-14 Yao Qi <yao@codesourcery.com>
13071
13072 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13073 Replace name, low_pc and high_pc with MACRO_AT_func.
13074
13075 2014-11-14 Yao Qi <yao@codesourcery.com>
13076
13077 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13078 produce debug information.
13079 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13080
13081 2014-11-14 Yao Qi <yao@codesourcery.com>
13082
13083 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13084 object and get function length.
13085 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13086 with MACRO_AT_func.
13087 (top-level): Replace gdb_compile and clean_restart with
13088 prepare_for_testing.
13089 * gdb.dwarf2/main.c (main): Add label main_label.
13090
13091 2014-11-14 Yao Qi <yao@codesourcery.com>
13092
13093 * lib/dwarf.exp (function_range): New procedure.
13094 (Dwarf::_handle_macro_at_func): New procedure.
13095 (Dwarf::_handle_macro_at_range): New procedure.
13096 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13097
13098 2014-11-14 Yao Qi <yao@codesourcery.com>
13099
13100 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13101 (_handle_attribute): New procedure.
13102
13103 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13104
13105 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13106 * gdb.base/call-sc.c (zed): Likewise.
13107 * gdb.base/checkpoint.c (main): Likewise.
13108 * gdb.base/dump.c (main): Likewise.
13109 * gdb.base/gcore.c (main): Likewise.
13110 * gdb.base/huge.c (main): Likewise.
13111 * gdb.base/multi-forks.c (main): Likewise.
13112 * gdb.base/pr10179-a.c (main): Likewise.
13113 * gdb.base/savedregs.c (main): Likewise.
13114 * gdb.base/sigaltstack.c (main): Likewise.
13115 * gdb.base/siginfo.c (main): Likewise.
13116 * gdb.base/structs.c (zed): Likewise.
13117 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13118 * gdb.mi/mi-syn-frame.c (main): Likewise.
13119 * gdb.mi/until.c (foo, main): Likewise.
13120 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13121 * gdb.base/solib-weak.c (foo): Declare.
13122 * gdb.base/attach-twice.c: Include stdio.h.
13123 * gdb.base/weaklib1.c: Likewise.
13124 * gdb.base/weaklib2.c: Likewise.
13125 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13126 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13127 unistd.h.
13128 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13129 * gdb.mi/mi-exit-code.c: Likewise.
13130 * gdb.base/break-interp-lib.c: Include string.h.
13131 * gdb.base/coremaker.c: Likewise.
13132 * gdb.base/testenv.c: Likewise.
13133 * gdb.python/py-finish-breakpoint.c: Likewise.
13134 * gdb.base/inferior-died.c: Include sys/wait.h.
13135 * gdb.base/fileio.c: Include time.h.
13136 * gdb.base/async-shell.c: Include unistd.h.
13137 * gdb.base/dprintf-non-stop.c: Likewise.
13138 * gdb.base/info-os.c: Likewise.
13139 * gdb.mi/mi-console.c: Likewise.
13140 * gdb.mi/watch-nonstop.c: Likewise.
13141 * gdb.python/py-events.c: Likewise.
13142 * gdb.base/async.c (baz): Move up before its invocation.
13143 * gdb.base/code_elim2.c (my_global_func): Likewise.
13144 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13145 * gdb.base/advance.c (func2): Likewise.
13146
13147 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13148
13149 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13150 variant.
13151 * gdb.base/annota3.c: Likewise.
13152 * gdb.base/async.c: Likewise.
13153 * gdb.base/average.c: Likewise.
13154 * gdb.base/call-ar-st.c: Likewise.
13155 * gdb.base/call-rt-st.c: Likewise.
13156 * gdb.base/call-sc.c: Likewise.
13157 * gdb.base/call-strs.c: Likewise.
13158 * gdb.base/ending-run.c: Likewise.
13159 * gdb.base/execd-prog.c: Likewise.
13160 * gdb.base/exprs.c: Likewise.
13161 * gdb.base/foll-exec.c: Likewise.
13162 * gdb.base/foll-fork.c: Likewise.
13163 * gdb.base/foll-vfork.c: Likewise.
13164 * gdb.base/funcargs.c: Likewise.
13165 * gdb.base/gcore.c: Likewise.
13166 * gdb.base/jump.c: Likewise.
13167 * gdb.base/langs0.c: Likewise.
13168 * gdb.base/langs1.c: Likewise.
13169 * gdb.base/langs2.c: Likewise.
13170 * gdb.base/mips_pro.c: Likewise.
13171 * gdb.base/nodebug.c: Likewise.
13172 * gdb.base/opaque0.c: Likewise.
13173 * gdb.base/opaque1.c: Likewise.
13174 * gdb.base/recurse.c: Likewise.
13175 * gdb.base/run.c: Likewise.
13176 * gdb.base/scope0.c: Likewise.
13177 * gdb.base/scope1.c: Likewise.
13178 * gdb.base/setshow.c: Likewise.
13179 * gdb.base/setvar.c: Likewise.
13180 * gdb.base/shmain.c: Likewise.
13181 * gdb.base/shr1.c: Likewise.
13182 * gdb.base/shr2.c: Likewise.
13183 * gdb.base/sigall.c: Likewise.
13184 * gdb.base/signals.c: Likewise.
13185 * gdb.base/so-indr-cl.c: Likewise.
13186 * gdb.base/solib2.c: Likewise.
13187 * gdb.base/structs.c: Likewise.
13188 * gdb.base/sum.c: Likewise.
13189 * gdb.base/vforked-prog.c: Likewise.
13190 * gdb.base/watchpoint.c: Likewise.
13191 * gdb.reverse/shr2.c: Likewise.
13192 * gdb.reverse/until-reverse.c: Likewise.
13193 * gdb.reverse/ur1.c: Likewise.
13194 * gdb.reverse/watch-reverse.c: Likewise.
13195
13196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13197
13198 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13199 variant.
13200 * gdb.base/sepdebug.exp: Drop references to removed code.
13201
13202 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13203
13204 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13205 variant. Preserve original line numbering.
13206 * gdb.base/list1.c: Likewise.
13207
13208 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13209
13210 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13211 variant.
13212 * gdb.base/break1.c: Likewise.
13213 * gdb.base/break.exp: Drop references to removed code.
13214
13215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13216
13217 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13218 variant.
13219
13220 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13221
13222 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13223
13224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13225
13226 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13227 logic into perform_all_tests() and invoke it with and without
13228 function header prototypes.
13229 (do_function_calls): Remove conditional XFAIL for PR 5318.
13230 (rerun_and_prepare): Remove duplicate code.
13231 (perform_all_tests): New. Main logic moved here.
13232
13233 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13234
13235 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13236 code guarded by #ifdef NO_PROTOTYPES.
13237 (t_double_many_args): Likewise.
13238 (DEF_FUNC_MANY_ARGS_1): Likewise.
13239 (DEF_FUNC_VALUES_1): Likewise.
13240 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13241 guarded by #ifdef PROTOTYPES.
13242
13243 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13244
13245 * gdb.mi/mi-console.c: Add eye-catcher.
13246 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13247 instead of literal line number.
13248
13249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13250
13251 * gdb.base/shr2.c: Add eye-catcher.
13252 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13253 line number.
13254
13255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13256
13257 * gdb.base/jump.c: Add eye-catchers.
13258 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13259 numbers.
13260
13261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13262
13263 * gdb.base/execd-prog.c: Add eye-catchers.
13264 * gdb.base/foll-exec.c: Likewise.
13265 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13266 line numbers.
13267
13268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13269
13270 * gdb.base/ending-run.c: Add eye-catchers.
13271 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13272 literal line numbers.
13273
13274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13275
13276 * gdb.base/call-rt-st.c: Add eye-catchers.
13277 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13278 literal line numbers.
13279
13280 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13281
13282 * gdb.base/call-ar-st.c: Add eye-catchers.
13283 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13284 literal line numbers.
13285
13286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13287
13288 * gdb.base/average.c: Add eye-catchers.
13289 * gdb.base/sum.c: Likewise.
13290 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13291 regexps dynamically.
13292
13293 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13294
13295 * gdb.base/solib1.c: Add eye-catchers.
13296 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13297 literal line numbers.
13298
13299 2014-11-12 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13302 leader has exited.
13303
13304 2014-11-12 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.arch/i386-bp_permanent.c: New file.
13307 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13308 (srcfile): Set to i386-bp_permanent.c.
13309 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13310 that stepi does not execute the 'leave' instruction, instead of
13311 testing it does execute.
13312 * gdb.base/bp-permanent.c: New file.
13313 * gdb.base/bp-permanent.exp: New file.
13314
13315 2014-11-10 Doug Evans <xdje42@gmail.com>
13316
13317 PR symtab/17564
13318 * gdb.base/symtab-search-order.exp: New file.
13319 * gdb.base/symtab-search-order.c: New file.
13320 * gdb.base/symtab-search-order-1.c: New file.
13321 * gdb.base/symtab-search-order-shlib-1.c: New file.
13322
13323 2014-11-07 Pedro Alves <palves@redhat.com>
13324
13325 PR gdb/17511
13326 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13327 i?86-*-linux*.
13328
13329 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13330
13331 PR c++/17494
13332 * gdb.cp/pr17494.cc: New file.
13333 * gdb.cp/pr17494.exp: New file.
13334
13335 2014-11-02 Yao Qi <yao@codesourcery.com>
13336
13337 * gdb.python/python.exp: Get working directory and match the
13338 output of "set extended-prompt \\w " with it.
13339
13340 2014-10-30 Doug Evans <dje@google.com>
13341
13342 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13343 in objfiles.
13344 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13345 in progspaces.
13346
13347 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13348
13349 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13350 * gdb.base/realname-expand.exp: Likewise.
13351 * gdb.linespec/macro-relative.exp: Likewise.
13352
13353 2014-10-29 Pedro Alves <palves@redhat.com>
13354
13355 PR gdb/17408
13356 * gdb.threads/schedlock.c (some_function): New function.
13357 (call_function): New global.
13358 (MAYBE_CALL_SOME_FUNCTION): New macro.
13359 (thread_function): Call it.
13360 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13361 and use it instead of a global counter. Adjust all callers.
13362 (get_current_thread): Use "find current thread" for test message
13363 here rather than having all callers pass down the same string.
13364 (goto_loop): New procedure, factored out from ...
13365 (my_continue): ... this.
13366 (step_ten_loops): Change parameter from test message to command to
13367 use. Adjust.
13368 (list_count): Delete global.
13369 (check_result): New procedure, factored out from duplicate top
13370 level code.
13371 (continue tests): Wrap in with_test_prefix.
13372 (test_step): New procedure, factored out from duplicate top level
13373 code.
13374 (top level): Test "step" in combination with all scheduler-locking
13375 modes. Test "next" in combination with all scheduler-locking
13376 modes, and in combination with stepping over a function call or
13377 not.
13378 * gdb.threads/next-bp-other-thread.c: New file.
13379 * gdb.threads/next-bp-other-thread.exp: New file.
13380
13381 2014-10-29 Pedro Alves <palves@redhat.com>
13382
13383 PR python/17372
13384 * gdb.python/python.exp: Test a multi-line command that spawns
13385 interactive Python.
13386 * gdb.base/multi-line-starts-subshell.exp: New file.
13387
13388 2014-10-29 Yao Qi <yao@codesourcery.com>
13389
13390 * gdb.base/fileio.exp: Make directories on host.
13391
13392 2014-10-29 Yao Qi <yao@codesourcery.com>
13393
13394 * gdb.base/fileio.c (test_write): Close the file.
13395
13396 2014-10-28 Pedro Alves <palves@redhat.com>
13397
13398 PR gdb/12623
13399 * gdb.base/sigstep.c (no_handler): New global.
13400 (main): If 'no_handler is true, set the signal handlers to
13401 SIG_IGN.
13402 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13403 with_sw_watch and no_handler parameters. Handle them.
13404 (top level) <stepping over handler when stopped at a breakpoint
13405 test>: Add a test axis for testing with a software watchpoint, and
13406 another for testing with the signal handler set to SIG_IGN.
13407 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13408 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13409
13410 2014-10-28 Pedro Alves <palves@redhat.com>
13411
13412 PR gdb/17511
13413 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13414 * gdb.base/sigstep.exp (other_handler_location): New global.
13415 (advance): Support stepping into the signal handler, and running
13416 commands while in the handler.
13417 (in_handler_map): New global.
13418 (top level): In the advance test, add combinations for getting
13419 into the handler with stepping commands, and for running commands
13420 in the handler. Add comment descripting the advancei tests.
13421
13422 2014-10-28 Pedro Alves <palves@redhat.com>
13423
13424 * gdb.base/sigstep.exp: Use build_executable instead of
13425 prepare_for_testing.
13426 (top level): Move code that starts GDB, runs to main and creates a
13427 display to ...
13428 (restart): ... this new procedure.
13429 (top level): Move backtrace from signal handler test to ...
13430 (validate_backtrace): ... this new procedure.
13431 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13432 with_test_prefix. Always restart GDB.
13433 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13434 with_test_prefix. Always restart GDB. No need to delete
13435 breakpoints after the test.
13436 (test_skip_handler): Remove prefix parameter.
13437 (skip_over_handler, breakpoint_to_handler)
13438 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13439 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13440 restart GDB. No need to delete breakpoints after the test.
13441 (top level): Use foreach to call the test procedures with
13442 different commands.
13443
13444 2014-10-28 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13447 instead of GNATS numbers.
13448 * gdb.base/sigbpt.exp: Likewise.
13449 * gdb.base/siginfo.exp: Likewise.
13450 * gdb.base/sigstep.exp: Likewise.
13451
13452 2014-10-27 Pedro Alves <palves@redhat.com>
13453
13454 * gdb.base/sigstep.c (dummy): New global.
13455 (main): Issue a couple writes to the new global.
13456 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13457 procedures.
13458 (skip_over_handler): Use test_skip_handler.
13459 (top level): Call skip_over_handler for stepi and nexti too.
13460 (breakpoint_over_handler): Use test_skip_handler.
13461 (top level): Call breakpoint_over_handler for stepi and nexti too.
13462
13463 2014-10-27 Yao Qi <yao@codesourcery.com>
13464
13465 * gdb.trace/tfile.c (adjust_function_address)
13466 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13467 function descriptor.
13468
13469 2014-10-24 Don Breazeal <donb@codesourcery.com>
13470
13471 * gdb.base/foll-fork.exp (test_follow_fork,
13472 catch_fork_child_follow): Check for updated fork messages emitted
13473 from infrun.c.
13474 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13475 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13476 vfork_and_exec_child_follow_through_step): Check for updated vfork
13477 messages emitted from infrun.c.
13478
13479 2014-10-24 Pedro Alves <palves@redhat.com>
13480
13481 * gdb.base/corefile.exp: Remove references to ultrix.
13482 * gdb.base/interrupt.exp: Likewise.
13483 * gdb.base/whatis.exp: Likewise.
13484 * gdb.gdb/selftest.exp: Likewise.
13485 * gdb.threads/manythreads.exp: Likewise.
13486 * gdb.threads/print-threads.exp: Likewise.
13487 * gdb.threads/pthreads.exp:: Likewise.
13488 * gdb.threads/schedlock.exp: Likewise.
13489
13490 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13491
13492 * gdb.cp/non-trivial-retval.cc: Add a test case.
13493 * gdb.cp/non-trivial-retval.exp: Add a test.
13494
13495 2014-10-20 Yao Qi <yao@codesourcery.com>
13496
13497 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13498 * gdb.python/py-objfile-script-gdb.py: New file.
13499 * gdb.python/py-objfile-script.exp: Update reference to
13500 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13501 of remote_download. Remove the dest file.
13502
13503 2014-10-20 Yao Qi <yao@codesourcery.com>
13504
13505 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13506 * gdb.base/step-line.exp: Likewise.
13507 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13508 * gdb.dwarf2/dw2-basic.exp: Likewise.
13509 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13510 * gdb.dwarf2/dw2-filename.exp: Likewise.
13511 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13512 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13513 * gdb.dwarf2/dw2-producer.exp: Likewise.
13514 * gdb.dwarf2/mac-fileno.exp: Likewise.
13515 * gdb.python/py-frame-args.exp: Likewise.
13516 * gdb.python/py-framefilter.exp: Likewise.
13517 * gdb.python/py-mi.exp: Likewise.
13518 * gdb.python/py-objfile-script.exp: Likewise
13519 * gdb.python/py-pp-integral.exp: Likewise.
13520 * gdb.python/py-pp-re-notag.exp: Likewise.
13521 * gdb.python/py-prettyprint.exp: Likewise.
13522 * gdb.python/py-section-script.exp: Likewise.
13523 * gdb.python/py-typeprint.exp: Likewise.
13524 * gdb.python/py-xmethods.exp: Likewise.
13525 * gdb.stabs/weird.exp: Likewise.
13526 * gdb.xml/tdesc-regs.exp: Likewise.
13527
13528 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13529
13530 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13531 (out_cu): Use addr_len for the size of addresses.
13532 (out_line): Likewise. Size DW_LNE_set_address instruction
13533 according to addr_len.
13534 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13535 (FUNC): Add START_INSNS to definition.
13536
13537 2014-10-18 Yao Qi <yao@codesourcery.com>
13538
13539 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13540 gdb_has_argv0 return true.
13541 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13542 check [target_info exists noargs], check [gdb_has_argv0]
13543 instead.
13544 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13545 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13546 procedures.
13547
13548 2014-10-17 Doug Evans <dje@google.com>
13549
13550 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13551 event.
13552 * gdb.python/py-events.py: Add clear_objfiles event.
13553
13554 2014-10-17 Doug Evans <dje@google.com>
13555
13556 * gdb.python/py-objfile.exp: Test progspace attribute.
13557
13558 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13559
13560 * gdb.guile/scm-breakpoint.exp: Do not assume any
13561 directory separators when matching source file paths.
13562 * gdb.python/py-breakpoint.exp: Likewise.
13563 * gdb.reverse/break-precsave.exp: Likewise.
13564 * gdb.reverse/break-reverse.exp: Likewise.
13565 * gdb.reverse/consecutive-precsave.exp: Likewise.
13566 * gdb.reverse/finish-precsave.exp: Likewise.
13567 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13568 * gdb.reverse/finish-reverse.exp: Likewise.
13569 * gdb.reverse/i386-precsave.exp: Likewise.
13570 * gdb.reverse/i387-env-reverse.exp: Likewise.
13571 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13572 * gdb.reverse/machinestate-precsave.exp: Likewise.
13573 * gdb.reverse/machinestate.exp: Likewise.
13574 * gdb.reverse/sigall-precsave.exp: Likewise.
13575 * gdb.reverse/solib-precsave.exp: Likewise.
13576 * gdb.reverse/step-precsave.exp: Likewise.
13577 * gdb.reverse/until-precsave.exp: Likewise.
13578 * gdb.reverse/watch-precsave.exp: Likewise.
13579 * gdb.reverse/watch-reverse.exp: Likewise.
13580
13581 2014-10-17 Yao Qi <yao@codesourcery.com>
13582
13583 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13584 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13585
13586 2014-10-17 Pedro Alves <palves@redhat.com>
13587
13588 PR gdb/17471
13589 * gdb.base/bg-execution-repeat.c: New file.
13590 * gdb.base/bg-execution-repeat.exp: New file.
13591
13592 2014-10-17 Pedro Alves <palves@redhat.com>
13593
13594 PR gdb/17300
13595 * gdb.base/continue-all-already-running.c: New file.
13596 * gdb.base/continue-all-already-running.exp: New file.
13597
13598 2014-10-17 Pedro Alves <palves@redhat.com>
13599
13600 PR gdb/17472
13601 * gdb.base/annota-input-while-running.c: New file.
13602 * gdb.base/annota-input-while-running.exp: New file.
13603
13604 2014-10-17 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.base/callfuncs.exp: emove references to osf.
13607 * gdb.base/sigall.exp: Likewise.
13608 * gdb.gdb/selftest.exp: Likewise.
13609 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13610 * gdb.mi/non-stop.c: Likewise.
13611 * gdb.mi/pthreads.c: Likewise.
13612 * gdb.reverse/sigall-precsave.exp: Likewise.
13613 * gdb.reverse/sigall-reverse.exp: Likewise.
13614 * gdb.threads/pthreads.c: Likewise.
13615 * gdb.threads/pthreads.exp: Likewise.
13616
13617 2014-10-17 Yao Qi <yao@codesourcery.com>
13618
13619 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13620 check 'target_info exists noargs'.
13621 (test_command_prompt_position): Likewise.
13622 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13623 Remove "set args".
13624 (progvar_simple_while_test): Likewise.
13625 (progvar_complex_if_while_test): Likewise.
13626 (if_while_breakpoint_command_test): Likewise.
13627 (infrun_breakpoint_command_test): Likewise.
13628 (breakpoint_command_test): Likewise.
13629 (watchpoint_command_test): Likewise.
13630 (bp_deleted_in_command_test): Likewise.
13631 (temporary_breakpoint_commands): Likewise.
13632
13633 2014-10-16 Yao Qi <yao@codesourcery.com>
13634
13635 * gdb.base/remotetimeout.exp: Remove noargs checking.
13636
13637 2014-10-15 Pedro Alves <palves@redhat.com>
13638
13639 PR breakpoints/9649
13640 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13641 * gdb.base/breakpoint-in-ro-region.exp
13642 (probe_target_hardware_step): New procedure.
13643 (top level): Probe hardware stepping and hardware breakpoint
13644 support. Test stepping through a read-only region, with both
13645 "breakpoint auto-hw" on and off and both "always-inserted" on and
13646 off.
13647
13648 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13649
13650 * gdb.dlang/demangle.exp: Update for demangling changes.
13651
13652 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13653
13654 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13655 * gdb.cp/non-trivial-retval.exp: Add new tests.
13656
13657 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13658
13659 PR c++/13403
13660 PR c++/15154
13661 * gdb.cp/non-trivial-retval.cc: New file.
13662 * gdb.cp/non-trivial-retval.exp: New file.
13663
13664 2014-10-15 Yao Qi <yao@codesourcery.com>
13665
13666 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13667 remote host.
13668
13669 2014-10-15 Yao Qi <yao@codesourcery.com>
13670
13671 * gdb.python/py-symbol.exp: Match file base name if host is
13672 remote, otherwise match file name with dir name.
13673 * gdb.python/py-symtab.exp: Likewise.
13674 * gdb.python/python.exp: Likewise.
13675
13676 2014-10-15 Yao Qi <yao@codesourcery.com>
13677
13678 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13679 pattern.
13680 * gdb.python/py-symtab.exp: Likewise.
13681 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13682 locationn.
13683
13684 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13685
13686 * gdb.ada/addr_arith: New testcase.
13687
13688 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13689
13690 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13691 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13692 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13693 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13694
13695 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13696
13697 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13698 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13699 * gdb.arch/stap-eval-lang-ada.exp: New file.
13700
13701 2014-10-14 Yao Qi <yao@codesourcery.com>
13702
13703 * gdb.mi/mi-var-child.c (nothing1): New function.
13704 (nothing2): New function.
13705 (do_children_tests): Set function pointers by nothing1 and
13706 nothing2.
13707 * gdb.mi/mi-var-child.exp: Step over new added statements.
13708 Update test to match the new output.
13709 * gdb.mi/var-cmd.c (nothing1): New function.
13710 (nothing2): New function.
13711 (do_children_tests): Set function pointers by nothing1 and
13712 nothing2.
13713 * gdb.mi/mi-var-display.exp: Update test to match output.
13714 Step to the line specified by $line_dct_nothing.
13715 Increase the number of lines to step.
13716
13717 2014-10-14 Yao Qi <yao@codesourcery.com>
13718
13719 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13720 tests.
13721 * gdb.mi/mi2-var-child.exp: Likewise.
13722
13723 2014-10-13 Doug Evans <dje@google.com>
13724
13725 * gdb.python/py-objfile.exp: Change name of file name test.
13726
13727 2014-10-13 Doug Evans <dje@google.com>
13728
13729 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13730 from the start of the CU.
13731
13732 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13733 Yao Qi <yao@codesourcery.com>
13734
13735 Fix "save breakpoints" for "catch" command.
13736 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13737 Remove -nonewline. Match also the added "main" line.
13738
13739 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13740
13741 Fix "save breakpoints" for "disable $bpnum" command.
13742 * gdb.base/save-bp.c (main): Add label.
13743 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13744
13745 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13746
13747 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13748
13749 2014-10-11 Yao Qi <yao@codesourcery.com>
13750
13751 * gdb.server/server-kill.exp: Execute command
13752 "set remote trace-status-packet on" before "tstatus".
13753
13754 2014-10-11 Yao Qi <yao@codesourcery.com>
13755
13756 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13757 (main): Call getppid.
13758 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13759 and continue to it. Read variable "server_pid".
13760
13761 2014-10-11 Yao Qi <yao@codesourcery.com>
13762
13763 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13764
13765 2014-10-11 Yao Qi <yao@codesourcery.com>
13766
13767 * gdb.threads/thread-find.exp: Don't execute command
13768 "info threads".
13769 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13770 * gdb.threads/linux-dp.exp: Don't check the condition
13771 $threads_created equals to zero.
13772
13773 2014-10-10 Pedro Alves <palves@redhat.com>
13774
13775 * gdb.base/bigcore.exp: Remove references to IRIX.
13776 * gdb.base/funcargs.exp: Likewise.
13777 * gdb.base/interrupt.exp: Likewise.
13778 * gdb.base/mips_pro.exp: Likewise.
13779 * gdb.base/nodebug.exp: Likewise.
13780 * gdb.base/setvar.exp: Likewise.
13781 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13782
13783 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13784 Pedro Alves <palves@redhat.com>
13785
13786 PR symtab/14466
13787 * gdb.base/vdso-warning.c: New file.
13788 * gdb.base/vdso-warning.exp: New file.
13789
13790 2014-10-02 Doug Evans <dje@google.com>
13791
13792 * gdb.base/structs.c (main): Don't run forever.
13793
13794 2014-10-02 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13797 (top level) <stop threads 1, stop threads 2>: Use it.
13798
13799 2014-10-02 Pedro Alves <palves@redhat.com>
13800
13801 * gdb.threads/break-while-running.exp (test): Add new
13802 'update_thread_list' argument. Skip "info threads" if false.
13803 (top level): Add new 'update_thread_list' axis.
13804
13805 2014-10-02 Pedro Alves <palves@redhat.com>
13806
13807 PR breakpoints/17431
13808 * gdb.base/execl-update-breakpoints.c: New file.
13809 * gdb.base/execl-update-breakpoints.exp: New file.
13810
13811 2014-10-01 Pedro Alves <palves@redhat.com>
13812
13813 * gdb.base/breakpoint-in-ro-region.c: New file.
13814 * gdb.base/breakpoint-in-ro-region.exp: New file.
13815
13816 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13817
13818 * gdb.mi/mi-exit-code.exp: New file.
13819 * gdb.mi/mi-exit-code.c: New file.
13820
13821 2014-09-30 Yao Qi <yao@codesourcery.com>
13822
13823 * lib/prelink-support.exp (build_executable_own_libs): Error if
13824 the target isn't native.
13825
13826 2014-09-30 Yao Qi <yao@codesourcery.com>
13827
13828 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13829 false.
13830
13831 2014-09-22 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.threads/break-while-running.exp: New file.
13834 * gdb.threads/break-while-running.c: New file.
13835
13836 2014-09-19 Yao Qi <yao@codesourcery.com>
13837
13838 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13839 Invoke test. Restart GDB with --readnow and invoke test again.
13840
13841 2014-09-19 Yao Qi <yao@codesourcery.com>
13842
13843 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13844 proc set_breakpoint_on_gcd_function. Invoke
13845 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13846 invoke set_breakpoint_on_gcd_function again.
13847
13848 2014-09-18 Doug Evans <dje@google.com>
13849
13850 * gdb.dwarf2/symtab-producer.exp: New file.
13851
13852 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13853
13854 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13855 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13856 * gdb.base/global-var-nested-by-dso.c: Likewise.
13857 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13858
13859 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13860 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/watch-bitfields.exp: Pass string other than test file
13863 name to prepare_for_testing.
13864 (watch): New procedure.
13865 (expect_watchpoint): Use with_test_prefix.
13866 (top level): Factor out tests to ...
13867 (test_watch_location, test_regular_watch): ... these new
13868 procedures, and use with_test_prefix and gdb_continue_to_end.
13869
13870 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13871
13872 PR breakpoints/12526
13873 * gdb.base/watch-bitfields.exp: New file.
13874 * gdb.base/watch-bitfields.c: New file.
13875
13876 2014-09-16 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13879 software and hardware addresses, not software address against
13880 itself.
13881
13882 2014-09-16 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13885 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13886
13887 2014-09-16 Pedro Alves <palves@redhat.com>
13888
13889 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13890 files.
13891 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13892 "*-*-vxworks*" throughout.
13893 * gdb.base/break.exp: Likewise.
13894 * gdb.base/default.exp: Likewise.
13895 * gdb.base/scope.exp: Likewise.
13896 * gdb.base/sepdebug.exp: Likewise.
13897 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13898 throughout.
13899 * gdb.base/run.c: Likewise.
13900 * gdb.base/sepdebug.c: Likewise.
13901 * gdb.hp/gdb.aCC/run.c: Likewise.
13902 * gdb.reverse/until-reverse.c: Likewise.
13903 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13904
13905 2014-09-16 Yao Qi <yao@codesourcery.com>
13906
13907 * boards/local-remote-host-native.exp: New file.
13908
13909 2014-09-14 Doug Evans <xdje42@gmail.com>
13910
13911 * gdb.threads/queue-signal.c (thread_count): New variable.
13912 (thread_count_mutex, thread_count_condvar): New variables.
13913 (incr_thread_count, wait_all_threads_running): New functions.
13914 (main): Wait for all threads to be in their thread functions.
13915
13916 2014-09-13 Doug Evans <xdje42@gmail.com>
13917
13918 * gdb.threads/queue-signal.c: New file.
13919 * gdb.threads/queue-signal.exp: New file.
13920
13921 2014-09-13 Doug Evans <xdje42@gmail.com>
13922
13923 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13924 be consistent with what default_gdb_init uses.
13925 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13926 the plain text of the prompt. Add some logging printfs.
13927 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13928
13929 2014-09-12 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13932 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13933 * gdb.arch/i386-size-overlap.exp: Likewise.
13934 * gdb.arch/i386-size.exp: Likewise.
13935 * gdb.arch/i386-unwind.exp: Likewise.
13936 * gdb.base/a2-run.exp: Likewise.
13937 * gdb.base/break.exp: Likewise.
13938 * gdb.base/charset.exp: Likewise.
13939 * gdb.base/chng-syms.exp: Likewise.
13940 * gdb.base/commands.exp: Likewise.
13941 * gdb.base/dbx.exp: Likewise.
13942 * gdb.base/find.exp: Likewise.
13943 * gdb.base/funcargs.exp: Likewise.
13944 * gdb.base/jit-simple.exp: Likewise.
13945 * gdb.base/reread.exp: Likewise.
13946 * gdb.base/sepdebug.exp: Likewise.
13947 * gdb.base/step-bt.exp: Likewise.
13948 * gdb.cp/mb-inline.exp: Likewise.
13949 * gdb.cp/mb-templates.exp: Likewise.
13950 * gdb.objc/basicclass.exp: Likewise.
13951 * gdb.threads/killed.exp: Likewise.
13952
13953 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13954
13955 PR tdep/17379
13956 * gdb.arch/powerpc-stackless.S: New file.
13957 * gdb.arch/powerpc-stackless.exp: New file.
13958
13959 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13960
13961 * gdb.base/attach.c: Include unistd.h.
13962 (main): Call alarm. Add label postloop.
13963 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13964 gdb_breakpoint, gdb_continue_to_breakpoint.
13965 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13966
13967 2014-09-11 Pedro Alves <palves@redhat.com>
13968
13969 PR gdb/17347
13970 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13971 * gdb.base/attach.exp (test_command_line_attach_run): New
13972 procedure.
13973 (top level): Call it.
13974
13975 2014-09-11 Pedro Alves <palves@redhat.com>
13976
13977 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13978 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13979 (do_command_attach_tests): Use spawn_wait_for_attach.
13980 * gdb.base/solib-overlap.exp: Likewise.
13981 * gdb.multi/multi-attach.exp: Likewise.
13982 * gdb.python/py-prompt.exp: Likewise.
13983 * gdb.python/py-sync-interp.exp: Likewise.
13984 * gdb.server/ext-attach.exp: Likewise.
13985
13986 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13987
13988 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13989 command in testcase. Simplify testcase.
13990
13991 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13992
13993 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13994
13995 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13996
13997 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13998
13999 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14000
14001 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14002
14003 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14004
14005 * gdb.dwarf2/dynarr-ptr.c: New file.
14006 * gdb.dwarf2/dynarr-ptr.exp: New file.
14007
14008 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14009
14010 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14011 of 30 rather than hardcoding 120 for a slow test case. Take the
14012 `gdb,timeout' target setting into account for this calculation.
14013 Don't extend the timeout for the test cases that don't need it.
14014
14015 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14016
14017 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14018 a factor of 2 for a slow test case. Take the `gdb,timeout'
14019 target setting into account for this calculation.
14020 * gdb.reverse/until-precsave.exp: Increase the timeout by
14021 a factor of 15 and 3 respectively rather than adding 120
14022 for a pair of slow test cases. Take the `gdb,timeout'
14023 target setting into account for this calculation.
14024
14025 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14026
14027 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14028 timeout, don't pass one down to gdb_expect.
14029 (gdb_expect): Rework timeout selection.
14030
14031 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14032
14033 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14034 exception on timeout.
14035 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14036 (gdbserver_start_extended): Catch any `gdbserver_start' error
14037 exceptions.
14038 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14039 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14040 `gdbserver_gdb_load' error exceptions.
14041
14042 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14043
14044 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14045 120 on waiting for the TCP socket to open.
14046
14047 2014-09-09 Doug Evans <xdje42@gmail.com>
14048
14049 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14050 _caller_matches, _any_caller_is, _any_caller_matches.
14051
14052 2014-09-09 Doug Evans <xdje42@gmail.com>
14053
14054 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14055
14056 2014-09-09 Yao Qi <yao@codesourcery.com>
14057
14058 * gdb.mi/mi-var-display.exp: Set print symbol off.
14059
14060 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14061
14062 PR gdb/17035
14063 * gdb.base/commands.exp: Add tests to verify user-defined
14064 commands with empty bodies.
14065 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14066 python commands in `show user command`.
14067 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14068 scheme commands in `show user command`.
14069
14070 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14071
14072 PR python/17355
14073 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14074 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14075 * gdb.python/py-framefilter-invalidarg.exp: New file.
14076 * gdb.python/py-framefilter-invalidarg.py: New file.
14077
14078 2014-09-06 Doug Evans <xdje42@gmail.com>
14079
14080 PR 15276
14081 * gdb.python/py-caller-is.c: New file.
14082 * gdb.python/py-caller-is.exp: New file.
14083
14084 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14085
14086 PR gdb/17235
14087 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14088 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14089
14090 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14091
14092 PR fortran/17237
14093 * gdb.fortran/print-formatted.exp: New file.
14094 * gdb.fortran/print-formatted.f90: Likewise.
14095
14096 2014-09-03 Sasha Smundak <asmundak@google.com>
14097
14098 * gdb.python/py-frame.exp: Test Frame.read_register.
14099
14100 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14101
14102 PR python/16699
14103 * gdb.python/py-completion.exp: New file.
14104 * gdb.python/py-completion.py: Likewise.
14105
14106 2014-08-28 Doug Evans <dje@google.com>
14107
14108 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14109 eax,etc. are live with values set by gdb and thus the compiler can't
14110 use them.
14111 * gdb.arch/i386-pseudo.c (main): Ditto.
14112
14113 2014-08-27 Doug Evans <dje@google.com>
14114
14115 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14116
14117 2014-08-25 Doug Evans <dje@google.com>
14118
14119 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14120 (main): Ditto.
14121
14122 2014-08-25 Doug Evans <dje@google.com>
14123
14124 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14125
14126 2014-08-24 Yao Qi <yao@codesourcery.com>
14127
14128 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14129 symbol off.
14130 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14131
14132 2014-08-22 Doug Evans <dje@google.com>
14133
14134 PR 17276
14135 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14136 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14137 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14138
14139 2014-08-22 Yao Qi <yao@codesourcery.com>
14140
14141 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14142 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14143 * gdb.python/python.exp: Likewise. Use .py file on the host
14144 instead of the build.
14145
14146 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14147
14148 * gdb.threads/gcore-stale-thread.c: New file.
14149 * gdb.threads/gcore-stale-thread.exp: New file.
14150
14151 2014-08-21 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14154 * gdb.base/gcore-relro-pie.exp: Likewise.
14155 * gdb.base/gcore-relro.exp: Likewise.
14156 * gdb.base/gcore.exp: Likewise.
14157 * gdb.base/print-symbol-loading.exp: Likewise.
14158 * gdb.threads/gcore-thread.exp: Likewise.
14159 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14160
14161 2014-08-20 Pedro Alves <palves@redhat.com>
14162 Jan Kratochvil <jan.kratochvil@redhat.com>
14163
14164 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14165 configure.
14166 (EXPECT): Handle READ1 being set.
14167 (all): Depend on EXTRA_RULES.
14168 (check-read1, expect-read1, read1.so, read1): New rules.
14169 * README (Testsuite Parameters): Document the READ1 make variable.
14170 (Race detection): New section.
14171 * configure: Regenerate.
14172 * configure.ac: If build==host==target, and running under a
14173 GNU/glibc system, add read1 to the extra Makefile rules.
14174 (EXTRA_RULES): AC_SUBST it.
14175 * lib/read1.c: New file.
14176
14177 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14178
14179 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14180 the handling of variables declared as a typedef to an array
14181 which a DW_AT_data_location attribute.
14182
14183 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14184 Pedro Alves <palves@redhat.com>
14185
14186 PR symtab/14604
14187 PR symtab/14605
14188 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14189 gdb_test.
14190
14191 2014-08-19 Pedro Alves <palves@redhat.com>
14192
14193 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14194
14195 2014-08-19 Yao Qi <yao@codesourcery.com>
14196
14197 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14198 right line.
14199
14200 2014-08-18 David Blaikie <dblaikie@gmail.com>
14201
14202 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14203
14204 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14205
14206 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14207 attribute in array range.
14208
14209 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14210
14211 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14212
14213 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14214
14215 PR c++/17132
14216 * gdb.cp/pr17132.cc: New file.
14217 * gdb.cp/pr17132.exp: New file.
14218
14219 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14220
14221 * gdb.python/py-xmethods.py (A_getarrayind)
14222 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14223 Use 'print' with function call syntax.
14224 (E_method_matcher.match): Fix tab vs space indentation mixup.
14225
14226 2014-08-15 Yao Qi <yao@codesourcery.com>
14227
14228 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14229 false.
14230
14231 2014-08-15 Yao Qi <yao@codesourcery.com>
14232
14233 * gdb.cp/casts.exp: Set print symbol off.
14234 * gdb.cp/class2.exp: Likewise.
14235 * gdb.cp/overload.exp: Likewise.
14236 * gdb.cp/templates.exp: Likewise.
14237
14238 2014-08-11 Doug Evans <dje@google.com>
14239
14240 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14241 (test_load_shlib): Update.
14242
14243 2014-08-09 Yao Qi <yao@codesourcery.com>
14244
14245 * gdb.base/display.exp: Invoke is_address_zero_readable.
14246 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14247 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14248 * gdb.base/hbreak-unmapped.exp: Return if
14249 is_address_zero_readable returns true.
14250 * gdb.base/signest.exp: Likewise.
14251 * gdb.base/signull.exp: Likewise.
14252 * gdb.base/sigbpt.exp: Likewise.
14253 * gdb.guile/scm-disasm.exp: Do the test if
14254 is_address_zero_readable returns false.
14255 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14256 * gdb.python/py-arch.exp: Likewise.
14257 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14258 * lib/gdb.exp (is_address_zero_readable): New proc.
14259
14260 2014-08-09 Yao Qi <yao@codesourcery.com>
14261
14262 PR testsuite/13443
14263 * gdb.mi/mi-var-display.exp: Make test messages unique.
14264
14265 2014-08-04 Tom Tromey <tromey@redhat.com>
14266
14267 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14268 target 0".
14269
14270 2014-08-04 Tom Tromey <tromey@redhat.com>
14271
14272 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14273 "target_resume".
14274
14275 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14276
14277 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14278 inner_vla_struct_object_size.
14279 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14280 as xfail.
14281
14282 2014-07-30 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14285 comment.
14286
14287 2014-07-29 Yao Qi <yao@codesourcery.com>
14288
14289 PR gdb/17206
14290 * gdb.base/until-nodebug.exp: New.
14291
14292 2014-07-28 Doug Evans <xdje42@gmail.com>
14293
14294 PR guile/17203
14295 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14296 previously existing parameter, and previously ambiguously spelled
14297 parameter.
14298
14299 2014-07-28 Will Newton <will.newton@linaro.org>
14300
14301 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14302
14303 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14304 Doug Evans <xdje42@gmail.com>
14305
14306 PR guile/17146
14307 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14308
14309 2014-07-25 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.threads/signal-command-handle-nopass.c: New file.
14312 * gdb.threads/signal-command-handle-nopass.exp: New file.
14313 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14314 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14315 * gdb.threads/signal-delivered-right-thread.c: New file.
14316 * gdb.threads/signal-delivered-right-thread.exp: New file.
14317
14318 2014-07-25 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.base/double-prompt-target-event-error.exp
14321 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14322 match.
14323 (cancel_pagination_in_target_event): Rework double prompt
14324 detection.
14325 * gdb.base/paginate-after-ctrl-c-running.exp
14326 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14327 <return>' match.
14328 * gdb.base/paginate-bg-execution.exp
14329 (test_bg_execution_pagination_return)
14330 (test_bg_execution_pagination_cancel): Remove '-notransfer
14331 <return>' matches.
14332 * gdb.base/paginate-execution-startup.exp
14333 (test_fg_execution_pagination_return)
14334 (test_fg_execution_pagination_cancel): Remove '-notransfer
14335 <return>' matches.
14336 * gdb.base/paginate-inferior-exit.exp
14337 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14338 match.
14339 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14340 * lib/gdb.exp (pagination_prompt): Run text through
14341 string_to_regexp.
14342 (gdb_test_multiple): Match $pagination_prompt instead of
14343 "<return>".
14344 (string_to_regexp): Move to lib/gdb-utils.exp.
14345
14346 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14347
14348 * gdb.arch/amd64-entry-value-paramref.S: New file.
14349 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14350 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14351 * gdb.arch/amd64-optimout-repeat.S: New file.
14352 * gdb.arch/amd64-optimout-repeat.c: New file.
14353 * gdb.arch/amd64-optimout-repeat.exp: New file.
14354
14355 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14356
14357 PR gdb/17170
14358 * gdb.base/statistics.exp: New file.
14359
14360 2014-07-17 Doug Evans <dje@google.com>
14361
14362 PR gdb/17170
14363 * gdb.base/maint.exp: Update testing of per-command stats.
14364
14365 2014-07-16 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14368 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14369 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14370 (tfile_write_buf): New functions.
14371 (add_memory_block): Rewrite using the above.
14372 (adjust_function_address): New function.
14373 (FUNCTION_ADDRESS): New macro.
14374 (write_basic_trace_file): Remove short_x local, and use
14375 tfile_write_16. Change type of func_addr local to unsigned long
14376 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14377 here. Cast argument of add_memory_block to char pointer.
14378 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14379 (main): Remove parameters.
14380 * gdb.trace/tfile.exp: Remove nowarnings.
14381
14382 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14383
14384 * gdb.base/debug-expr.exp: Test string evaluation with
14385 "debug expression" on.
14386
14387 2014-07-15 Pedro Alves <palves@redhat.com>
14388
14389 * gdb.base/reread.exp: Use clean_restart.
14390
14391 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14392
14393 * gdb.arch/avr-flash-qualifer.c: New.
14394 * gdb.arch/avr-flash-qualifer.exp: New.
14395
14396 2014-07-14 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14399 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14400
14401 2014-07-14 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.base/double-prompt-target-event-error.c: New file.
14404 * gdb.base/double-prompt-target-event-error.exp: New file.
14405
14406 2014-07-14 Pedro Alves <palves@redhat.com>
14407
14408 PR gdb/17072
14409 * gdb.base/paginate-inferior-exit.c: New file.
14410 * gdb.base/paginate-inferior-exit.exp: New file.
14411
14412 2014-07-14 Pedro Alves <palves@redhat.com>
14413
14414 PR gdb/17072
14415 * gdb.base/paginate-bg-execution.c: New file.
14416 * gdb.base/paginate-bg-execution.exp: New file.
14417
14418 2014-07-14 Pedro Alves <palves@redhat.com>
14419
14420 PR gdb/17072
14421 * gdb.base/paginate-execution-startup.c: New file.
14422 * gdb.base/paginate-execution-startup.exp: New file.
14423 * lib/gdb.exp (pagination_prompt): New global.
14424 (default_gdb_spawn): New procedure, factored out from
14425 default_gdb_spawn.
14426 (default_gdb_start): Adjust to call default_gdb_spawn.
14427 (gdb_spawn): New procedure.
14428
14429 2014-07-14 Pedro Alves <palves@redhat.com>
14430
14431 * lib/gdb.exp (gdb_assert): New procedure.
14432 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14433
14434 2014-07-14 Pedro Alves <palves@redhat.com>
14435
14436 * gdb.base/execution-termios.c: New file.
14437 * gdb.base/execution-termios.exp: New file.
14438
14439 2014-07-14 Tom Tromey <tromey@redhat.com>
14440
14441 * gdb.cp/vla-cxx.cc: New file.
14442 * gdb.cp/vla-cxx.exp: New file.
14443
14444 2014-07-14 Tom Tromey <tromey@redhat.com>
14445
14446 * gdb.reverse/rerun-prec.c: New file.
14447 * gdb.reverse/rerun-prec.exp: New file.
14448
14449 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14450 Maciej W. Rozycki <macro@codesourcery.com>
14451
14452 * lib/gdb-utils.exp: New file.
14453 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14454 inline `gdb_init_command' processing.
14455 (gdb_start_cmd): Likewise.
14456 * lib/mi-support.exp (mi_run_cmd): Likewise.
14457 * README: Document `gdb_init_command' and `gdb_init_commands'.
14458
14459 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14460
14461 Fix false FAIL running under a very long directory name.
14462 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14463 and "set print elements 10000". Twice.
14464
14465 2014-07-11 Yao Qi <yao@codesourcery.com>
14466
14467 * gdb.base/exprs.exp: "set print symbol off".
14468
14469 2014-07-11 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.threads/kill.c: New file.
14472 * gdb.threads/kill.exp: New file.
14473
14474 2014-07-10 Yao Qi <yao@codesourcery.com>
14475
14476 * gdb.trace/tfile.c (write_basic_trace_file)
14477 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14478 address written to trace file.
14479
14480 2014-07-09 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.base/attach-wait-input.exp: New file.
14483 * gdb.base/attach-wait-input.c: New file.
14484
14485 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14486
14487 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14488 setting up test structures.
14489 (main): Call new test function.
14490 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14491 test function, continue into test function and walk test
14492 structures.
14493
14494 2014-07-02 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14497 'bar_start' at the beginning of functions 'foo' and 'bar'
14498 respectively.
14499 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14500 instead of 'foo' and 'bar'.
14501
14502 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14503
14504 * gdb.btrace/segv.exp: New.
14505 * gdb.btrace/segv.c: New.
14506
14507 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14508
14509 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14510 instruction.
14511
14512 2014-06-30 Mark Wielaard <mjw@redhat.com>
14513
14514 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14515 vulture, vilify, villar): New volatile array constants.
14516 (vindictive, vegetation): New const volatile array constants.
14517 * gdb.base/volatile.exp: Test volatile and const volatile array
14518 types.
14519
14520 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14521
14522 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14523 target lacks support for awatch, rwatch, or hbreak.
14524
14525 2014-06-27 Yao Qi <yao@codesourcery.com>
14526
14527 * gdb.multi/dummy-frame-restore.exp: New.
14528 * gdb.multi/dummy-frame-restore.c: New.
14529
14530 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14531
14532 * gdb.btrace/gcore.exp: New.
14533
14534 2014-06-23 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.base/watchpoint-reuse-slot.c: New file.
14537 * gdb.base/watchpoint-reuse-slot.exp: New file.
14538
14539 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14540
14541 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14542 progspace's filename in 'info', 'enable' and 'disable' command
14543 tests.
14544
14545 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14546
14547 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14548 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14549 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14550
14551 2014-06-20 Gary Benson <gbenson@redhat.com>
14552
14553 * gdb.arch/i386-avx.exp: Fix include file location.
14554 * gdb.arch/i386-sse.exp: Likewise.
14555
14556 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14557
14558 * gdb.dlang/expression.exp: New file.
14559
14560 2014-06-19 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14563 out from ...
14564 (top level): ... here. Iterate running tests under different
14565 scheduler-locking settings.
14566
14567 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14568
14569 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14570 to DW_FORM_addr and use non-zero addresses.
14571
14572 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14573
14574 PR gdb/17017
14575 * gdb.python/py-xmethods.cc: Add global function call counters and
14576 increment them in their respective functions. Remove "cout"
14577 statements.
14578 * gdb.python/py-xmethods.exp: Make tests check the global function
14579 call counters instead of depending on inferior IO.
14580
14581 2014-06-18 Don Breazeal <donb@codesourcery.com>
14582
14583 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14584 Deleted procedure.
14585 (explicit_fork_parent_follow): Deleted procedure.
14586 (explicit_fork_child_follow): Deleted procedure.
14587 (test_follow_fork): New procedure.
14588 (do_fork_tests): Replace calls to deleted procedures with
14589 calls to test_follow_fork and reset GDB for subsequent
14590 procedure calls.
14591
14592 2014-06-17 Yao Qi <yao@codesourcery.com>
14593
14594 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14595 CP1252.
14596
14597 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14598
14599 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14600 Initialize ptr and S explicitly.
14601 (skip_type_update_when_not_use_rtti_test): Likewise.
14602
14603 2014-06-16 Keith Seitz <keiths@redhat.com>
14604
14605 PR mi/15863
14606 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14607 the inferior is started.
14608
14609 2014-06-16 Pedro Alves <palves@redhat.com>
14610
14611 * gdb.base/break-main-file-remove-fail.c: New file.
14612 * gdb.base/break-main-file-remove-fail.exp: New file.
14613 * gdb.base/break-unload-file.exp: Use build_executable instead of
14614 prepare_for_testing.
14615 (test_break): New parameter "initial_load". Handle it.
14616 (top level): Add initial_load cmdline/file axis.
14617
14618 2014-06-12 Tom Tromey <tromey@redhat.com>
14619
14620 * gdb.base/completion.exp: Don't use directory name in test.
14621
14622 2014-06-09 Gary Benson <gbenson@redhat.com>
14623
14624 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14625 separate the always-available ANSI-standard signals from the
14626 signals that require checking.
14627 (main): Likewise.
14628 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14629 Likewise.
14630 (main): Likewise.
14631
14632 2014-06-07 Keith Seitz <keiths@redhat.com>
14633
14634 Revert:
14635 PR c++/16253
14636 * gdb.cp/var-tag.cc: New file.
14637 * gdb.cp/var-tag.exp: New file.
14638 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14639 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14640 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14641 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14642
14643 2014-06-06 Doug Evans <xdje42@gmail.com>
14644
14645 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14646
14647 2014-06-06 Pedro Alves <palves@redhat.com>
14648
14649 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14650 in target debug output instead of looking at RSP packets,
14651 disabling the test on any target that uses hardware stepping.
14652 Update comments.
14653
14654 2014-06-06 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.base/break-unload-file.exp: Fix typo.
14657
14658 2014-06-06 Yao Qi <yao@codesourcery.com>
14659
14660 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14661 from "jit_function" to "^jit_function".
14662
14663 2014-06-06 Yao Qi <yao@codesourcery.com>
14664
14665 * gdb.base/async.c (foo): Add one statement.
14666 * gdb.base/async.exp: Get the next instruction address and
14667 match the output of "nexti" by instruction address. Match
14668 the hex address in the output of "finish".
14669
14670 2014-06-06 Gary Benson <gbenson@redhat.com>
14671
14672 * gdb.base/call-signals.c: Remove preprocessor conditionals
14673 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14674 SIGSEGV and SIGTERM.
14675 * gdb.base/sigall.c: Likewise.
14676 * gdb.base/unwindonsignal.c: Likewise.
14677 * gdb.reverse/sigall-reverse.c: Likewise.
14678
14679 2014-06-06 Yao Qi <yao@codesourcery.com>
14680
14681 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14682 readable, skip the test.
14683
14684 2014-06-06 Yao Qi <yao@codesourcery.com>
14685
14686 * gdb.threads/staticthreads.c (thread_function): Move the line
14687 setting breakpoint on forward.
14688 * gdb.threads/staticthreads.exp: Update comments.
14689
14690 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14691
14692 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14693 "history-append! type error".
14694
14695 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14696
14697 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14698 erroneous dprintf expected input.
14699
14700 2014-06-04 Doug Evans <xdje42@gmail.com>
14701
14702 * gdb.guile/scm-generics.exp: Delete.
14703
14704 2014-06-04 Doug Evans <xdje42@gmail.com>
14705
14706 * gdb.guile/scm-breakpoint.exp: Update.
14707 Add tests for breakpoint registration.
14708
14709 2014-06-04 Tom Tromey <tromey@redhat.com>
14710
14711 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14712 VLA-in-union.
14713 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14714 inner_vla_struct, vla_union types. Initialize objects of those
14715 types and compute their sizes.
14716
14717 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14718 Hui Zhu <hui@codesourcery.com>
14719
14720 * gdb.base/fileio.exp: Add test for shell not available as well as
14721 available.
14722 * gdb.base/fileio.c (test_system): Check for shell twice.
14723
14724 2014-06-04 Yao Qi <yao@codesourcery.com>
14725
14726 * gdb.base/auto-connect-native-target.exp: Remove redundant
14727 space from the regexp pattern.
14728
14729 2014-06-04 Yao Qi <yao@codesourcery.com>
14730
14731 * gdb.base/default.exp: Replace "child" with "native" in
14732 regexp pattern.
14733
14734 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14735
14736 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14737 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14738 * gdb.python/py-xmethods.py: Python script supporting the
14739 new testcase and tests.
14740
14741 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14742 Pedro Alves <palves@redhat.com>
14743
14744 PR breakpoints/17000
14745 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14746 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14747
14748 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14749
14750 * gdb.base/subst.exp: Add tests to verify partial path matching
14751 output.
14752
14753 2014-06-03 Pedro Alves <palves@redhat.com>
14754
14755 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14756 target that doesn't use software single-stepping.
14757
14758 2014-06-03 Pedro Alves <palves@redhat.com>
14759
14760 PR breakpoints/17000
14761 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14762 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14763
14764 2014-06-02 Doug Evans <xdje42@gmail.com>
14765
14766 * gdb.guile/scm-parameter.exp: New file.
14767
14768 2014-06-02 Doug Evans <xdje42@gmail.com>
14769
14770 * gdb.guile/scm-cmd.c: New file.
14771 * gdb.guile/scm-cmd.exp: New file.
14772
14773 2014-06-02 Doug Evans <xdje42@gmail.com>
14774
14775 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14776 pretty-printer lookup.
14777 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14778 (make-pp_s-printer): Call it.
14779 (make-pretty-printer-from-dict): New function.
14780 (lookup-pretty-printer-maker-from-dict): New function.
14781 (*pretty-printer*): Simplify.
14782 (make-objfile-pp_s-printer): New function.
14783 (install-objfile-pretty-printers!): New function.
14784 (make-progspace-pp_s-printer): New function.
14785 (install-progspace-pretty-printers!): New function.
14786 * gdb.guile/scm-progspace.c: New file.
14787 * gdb.guile/scm-progspace.exp: New file.
14788
14789 2014-06-02 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.base/dprintf-bp-same-addr.c: New file.
14792 * gdb.base/dprintf-bp-same-addr.exp: New file.
14793
14794 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14795
14796 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14797 * gdb.arch/powerpc-power.s: Likewise.
14798
14799 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14800
14801 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14802
14803 2014-06-01 Yao Qi <yao@codesourcery.com>
14804
14805 * gdb.base/watchpoint.exp (test_watch_location): Check null
14806 pointer can be dereferenced. If not, do the test, otherwise
14807 skip it.
14808
14809 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14810
14811 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14812 results.
14813 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14814
14815 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14816
14817 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14818 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14819 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14820 * gdb.arch/amd64-invalid-stack-top.c: New file.
14821 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14822
14823 2014-05-30 Pedro Alves <palves@redhat.com>
14824
14825 PR breakpoints/17000
14826 * gdb.base/sss-bp-on-user-bp.c: New file.
14827 * gdb.base/sss-bp-on-user-bp.exp: New file.
14828
14829 2014-05-30 David Blaikie <dblaikie@gmail.com>
14830
14831 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14832 gnu_inline semantics via attribute.
14833 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14834 source explicitly specifies the required semantics.
14835
14836 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14837
14838 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14839
14840 2014-05-29 Pedro Alves <palves@redhat.com>
14841 Tom Tromey <tromey@redhat.com>
14842
14843 * gdb.base/async-shell.exp: Don't enable target-async.
14844 * gdb.base/async.exp
14845 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14846 parameter. Adjust.
14847 (top level): Don't test with "target-async".
14848 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14849 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14850 * gdb.base/inferior-died.exp: Don't enable target-async.
14851 * gdb.base/interrupt-noterm.exp: Likewise.
14852 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14853 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14854 * gdb.mi/mi-nonstop.exp: Likewise.
14855 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14856 * gdb.mi/mi-nsintrall.exp: Likewise.
14857 * gdb.mi/mi-nsmoribund.exp: Likewise.
14858 * gdb.mi/mi-nsthrexec.exp: Likewise.
14859 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14860 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14861 * gdb.python/py-evsignal.exp: Don't enable target-async.
14862 * gdb.python/py-evthreads.exp: Likewise.
14863 * gdb.python/py-prompt.exp: Likewise.
14864 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14865 * gdb.server/solib-list.exp: Don't enable target-async.
14866 * gdb.threads/thread-specific-bp.exp: Likewise.
14867 * lib/mi-support.exp: Adjust to use mi-async.
14868
14869 2014-05-29 Pedro Alves <palves@redhat.com>
14870
14871 PR gdb/13860
14872 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14873 reason, even in sync mode.
14874
14875 2014-05-29 Pedro Alves <palves@redhat.com>
14876 Hui Zhu <hui@codesourcery.com>
14877
14878 PR PR15693
14879 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14880 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14881 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14882 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14883
14884 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14885
14886 * config/monitor.exp (gdb_target_monitor): Replace use of
14887 "set remotebaud" by "set serial baud".
14888
14889 2014-05-26 Andy Wingo <wingo@igalia.com>
14890
14891 * gdb.guile/scm-breakpoint.exp:
14892 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14893 properties instead of gdb-object-properties.
14894
14895 2014-05-26 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.server/no-thread-db.exp: Specify source file name
14898 explicitly when setting a breakpoint.
14899
14900 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14901
14902 * gdb.btrace/vdso.c: New.
14903 * gdb.btrace/vdso.exp: New.
14904
14905 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14906
14907 * gdb.base/gcore.exp (capture_command_output): Move ...
14908 * lib/gdb.exp (capture_command_output): ... here.
14909
14910 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14911
14912 * gdb.btrace/data.exp: Test memory access during btrace replay.
14913
14914 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14915
14916 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14917
14918 2014-05-21 Pedro Alves <palves@redhat.com>
14919
14920 PR gdb/13860
14921 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14922 (top level): Test that output related to execution commands is
14923 sent to the console with CLI commands, but not with MI commands.
14924 Test that breakpoint events are always mirrored to the console.
14925 Also expect the new source line to be output after a "next" in
14926 async mode too. Make it a pass/fail test.
14927 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14928 output.
14929 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14930
14931 2014-05-21 Pedro Alves <palves@redhat.com>
14932
14933 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14934 Use them to test variations of "list" after reaching a breakpoint.
14935 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14936 Test "list" with listsize 10 after reaching a breakpoint.
14937 * gdb.python/python.exp (decode_line current location line
14938 number): Adjust expected line number.
14939
14940 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14941
14942 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14943 behavior for $args, pass it directly to "run".
14944
14945 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14946
14947 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14948 30000 to 65536.
14949
14950 2014-05-21 Pedro Alves <palves@redhat.com>
14951
14952 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14953 auto-connect-native-target off".
14954 * gdb.base/auto-connect-native-target.c: New file.
14955 * gdb.base/auto-connect-native-target.exp: New file.
14956
14957 2014-05-21 Pedro Alves <palves@redhat.com>
14958
14959 * gdb.base/default.exp: Test "target native" instead of "target
14960 child".
14961
14962 2014-05-21 Mark Wielaard <mjw@redhat.com>
14963
14964 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14965
14966 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14967
14968 Fix TLS access for -static -pthread.
14969 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14970 <HAVE_TLS> (thread_function, main): Initialize it.
14971 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14972 Add clean_restart.
14973 <$have_tls != "">: Check TLSVAR.
14974
14975 2014-05-21 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/dcache-line-read-error.c: New.
14978 * gdb.base/dcache-line-read-error.exp: New.
14979
14980 2014-05-20 Pedro Alves <palves@redhat.com>
14981
14982 * gdb.base/compare-sections.c: New file.
14983 * gdb.base/compare-sections.exp: New file.
14984
14985 2014-05-20 Pedro Alves <palves@redhat.com>
14986
14987 * gdb.base/break-idempotent.c: New file.
14988 * gdb.base/break-idempotent.exp: New file.
14989
14990 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14991
14992 * gdb.btrace/nohist.exp: New.
14993
14994 2014-05-20 Yao Qi <yao@codesourcery.com>
14995
14996 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14997 gdb.reverse directory and gdb_reverse_timeout exists in board
14998 setting.
14999 * README: Document gdb_reverse_timeout.
15000
15001 2014-05-20 Yao Qi <yao@codesourcery.com>
15002
15003 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15004 'test_file_name'. Treat args as a string instead of a list.
15005 (gdb_init): Rename argument 'args' by 'test_file_name'.
15006
15007 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15008
15009 * gdb.arch/powerpc-power.exp: New file.
15010 * gdb.arch/powerpc-power.s: New file.
15011
15012 2014-05-16 Doug Evans <dje@google.com>
15013
15014 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15015 * gdb.base/completion.exp: Check that all expected files exist
15016 before doing file completion.
15017
15018 2014-05-16 Doug Evans <dje@google.com>
15019
15020 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15021 Update.
15022 (do_syscall_tests_without_xml): Update.
15023
15024 2014-05-16 Pedro Alves <palves@redhat.com>
15025
15026 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15027 instead of "unknown output after running".
15028
15029 2014-05-16 Yao Qi <yao@codesourcery.com>
15030
15031 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15032 file1.txt from host at the end.
15033 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15034
15035 2014-05-15 Doug Evans <dje@google.com>
15036
15037 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15038 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15039 loading file. Add test for TU lookup.
15040
15041 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15042
15043 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15044 calling "-exec-arguments" or "set args" before running the
15045 inferior.
15046
15047 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15048
15049 * lib/mi-support.exp (mi_expect_stop): Expect message for
15050 inferiors that exit with non-zero exit code.
15051
15052 2014-05-14 Yao Qi <yao@codesourcery.com>
15053
15054 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15055 match absolute path on remote host.
15056 (test_file_list_exec_source_files): Remove "/" from the
15057 pattern.
15058
15059 2014-05-14 Yao Qi <yao@codesourcery.com>
15060
15061 * boards/local-remote-host-notty.exp (${board}_file): New
15062 proc.
15063
15064 2014-05-07 Kyle McMartin <kyle@redhat.com>
15065
15066 Pushed by Joel Brobecker <brobecker@adacore.com>.
15067 * gdb.arch/aarch64-atomic-inst.c: New file.
15068 * gdb.arch/aarch64-atomic-inst.exp: New file.
15069
15070 2014-05-07 Yao Qi <yao@codesourcery.com>
15071
15072 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15073 in current context" too.
15074
15075 2014-05-05 Keith Seitz <keiths@redhat.com>
15076
15077 * gdb.linespec/ls-dollar.exp: Add test for linespec
15078 file:convenience_variable.
15079
15080 2014-05-05 Yao Qi <yao@codesourcery.com>
15081
15082 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15083 traceframes into tfile and ctf trace files. Read data from
15084 trace file and test collected data.
15085 (gdb_collect_locals_test): Likewise.
15086 (gdb_unavailable_registers_test): Likewise.
15087 (gdb_unavailable_floats): Likewise.
15088 (gdb_collect_globals_test): Likewise.
15089 (top-level): Append "ctf" to trace_file_targets if GDB
15090 supports.
15091
15092 2014-05-05 Yao Qi <yao@codesourcery.com>
15093
15094 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15095 code to ...
15096 (gdb_collect_args_test_1): ... it. New proc.
15097 (gdb_collect_locals_test): Move some code to ...
15098 (gdb_collect_locals_test_1): ... it. New proc.
15099 (gdb_unavailable_registers_test): Move some code to ...
15100 (gdb_unavailable_registers_test_1): ... it. New proc.
15101 (gdb_unavailable_floats): Move some code to ...
15102 (gdb_unavailable_floats_1): ... it. New proc.
15103
15104 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15105
15106 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15107 probes to test for bitness recognition.
15108 * gdb.arch/amd64-stap-optional-prefix.exp
15109 (test_probe_value_without_reg): New procedure.
15110 Add code to test for different kinds of bitness.
15111
15112 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15113
15114 PR breakpoints/16889
15115 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15116 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15117
15118 2014-05-01 Pedro Alves <palves@redhat.com>
15119
15120 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15121 gdb_file_cmd if no file is specified.
15122 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15123 last_loaded_file to set the remote exec-file.
15124
15125 2014-05-01 Pedro Alves <palves@redhat.com>
15126
15127 * boards/local-remote-host.exp: New file.
15128
15129 2014-05-01 Pedro Alves <palves@redhat.com>
15130
15131 * boards/local-remote-host.exp: Rename to ...
15132 * boards/local-remote-host-notty.exp: ... this.
15133
15134 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15135
15136 * gdb.ada/dyn_arrayidx: New testcase.
15137
15138 2014-04-26 Yao Qi <yao@codesourcery.com>
15139
15140 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15141 and compute the length of function main. Save it in
15142 $main_length.
15143 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15144 (top-level): Use gdb_compile to compile objects into
15145 executable and restart GDB. Remove invocation to
15146 prepare_for_testing.
15147
15148 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15149 Pedro Alves <palves@redhat.com>
15150
15151 PR server/16255
15152 * gdb.multi/multi-attach.c: New file.
15153 * gdb.multi/multi-attach.exp: New file.
15154
15155 2014-04-25 Pedro Alves <palves@redhat.com>
15156
15157 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15158 user.
15159 (top level): Test that "set remote conditional-breakpoints-packet
15160 off" works as intended.
15161 * gdb.base/dprintf.exp: Test that "set remote
15162 breakpoint-commands-packet off" works as intended.
15163 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15164 New function.
15165 (top level): Call it.
15166 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15167 remote fast-tracepoints-packet off" works as intended.
15168 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15169 * lib/gdb.exp (gdb_is_target_remote): ... here.
15170
15171 2014-04-24 David Blaikie <dblaikie@gmail.com>
15172
15173 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15174 ensure clang would not discard them.
15175 * gdb.base/gdbvars.c: Ditto.
15176 * gdb.base/memattr.c: Ditto.
15177 * gdb.base/whatis.c: Ditto.
15178 * gdb.python/py-prettyprint.c: Ditto.
15179 * gdb.trace/actions.c: Ditto.
15180 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15181 ensure clang would not discard it.
15182
15183 2014-04-24 David Blaikie <dblaikie@gmail.com>
15184
15185 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15186 clang to emit the full definition of type required by the test
15187 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15188
15189 2014-04-24 David Blaikie <dblaikie@gmail.com>
15190
15191 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15192 coax Clang into emitting the definition of the type.
15193 * gdb.cp/pr10728-x.h (y): Ditto.
15194 * gdb.cp/pr10728-y.cc (y): Ditto.
15195
15196 2014-04-24 David Blaikie <dblaikie@gmail.com>
15197
15198 * gdb.base/label.exp: XFAIL label related tests under Clang.
15199 * gdb.cp/cplabel.exp: Ditto.
15200 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15201 under Clang those using labels.
15202
15203 2014-04-25 Yao Qi <yao@codesourcery.com>
15204
15205 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15206 double_label.
15207 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15208 partial_label and double_label.
15209
15210 2014-04-24 David Blaikie <dblaikie@gmail.com>
15211
15212 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15213
15214 2014-04-24 David Blaikie <dblaikie@gmail.com>
15215
15216 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15217 of the function to work across GCC and Clang.
15218 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15219 pointer types (const void ** const V void **).
15220
15221 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15222 Walfred Tedeschi <walfred.tedeschi@intel.com>
15223
15224 * Makefile.in (EXECUTABLES): Added i386-avx512.
15225 * gdb.arch/i386-avx512.c: New file.
15226 * gdb.arch/i386-avx512.exp: Likewise.
15227
15228 2014-04-23 Keith Seitz <keiths@redhat.com>
15229
15230 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15231 (mi_make_breakpoint_table): New procedure.
15232 (mi_create_breakpoint): Use mi_make_breakpoint
15233 and return the result.
15234 (mi_make_breakpoint): New procedure.
15235 (mi_build_kv_pairs): New procedure.
15236
15237 * gdb.mi/mi-break.exp: Remove unused globals,
15238 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15239 All callers updated.
15240 * gdb.mi/mi-dprintf.exp: Use variable to track command
15241 number.
15242 Update all callers of mi_create_breakpoint and use
15243 mi_make_breakpoint_table.
15244 Remove any unused global variables.
15245 * gdb.mi/mi-nonstop.exp: Likewise.
15246 * gdb.mi/mi-nsintrall.exp: Likewise.
15247 * gdb.mi/mi-nsmoribund.exp: Likewise.
15248 * gdb.mi/mi-nsthrexec.exp: Likewise.
15249 * gdb.mi/mi-reverse.exp: Likewise.
15250 * gdb.mi/mi-simplerun.exp: Likewise.
15251 * gdb.mi/mi-stepn.exp: Likewise.
15252 * gdb.mi/mi-syn-frame.exp: Likewise.
15253 * gdb.mi/mi-until.exp: Likewise.
15254 * gdb.mi/mi-var-cp.exp: Likewise.
15255 * gdb.mi/mi-var-display.exp: Likewise.
15256 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15257 * gdb.mi/mi2-var-child.exp: Likewise.
15258 * gdb.mi/mi-vla-c99.exp: Likewise.
15259 * lib/mi-support.exp: Likewise.
15260
15261 From Ian Lance Taylor <iant@cygnus.com>:
15262 * lib/gdb.exp (parse_args): New procedure.
15263
15264 2014-04-23 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/break-unload-file.c: New file.
15267 * gdb.base/break-unload-file.exp: New file.
15268 * gdb.base/sym-file-lib.c (baz): New function.
15269 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15270 field.
15271 (load): Store the segment's mapped size.
15272 (unload): New function.
15273 (unload_shlib): New function.
15274 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15275 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15276 set a breakpoint at baz, and call it.
15277 * gdb.base/sym-file.exp: New tests for stale breakpoint
15278 instructions.
15279
15280 2014-04-23 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15283 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15284 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15285 * gdb.base/hbreak-unmapped.c: New file.
15286 * gdb.base/hbreak-unmapped.exp: New file.
15287 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15288 * lib/gdb.exp (gdb_is_target_remote): ... here.
15289
15290 2014-04-22 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/consecutive-step-over.c: New file.
15293 * gdb.base/consecutive-step-over.exp: New file.
15294
15295 2014-04-22 Pedro Alves <palves@redhat.com>
15296
15297 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15298 instead of send_gdb/gdb_expect.
15299
15300 2014-04-22 Yao Qi <yao@codesourcery.com>
15301
15302 * lib/trace-support.exp (generate_tracefile): New procedure.
15303 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15304 return 0.
15305 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15306 if generate_tracefile returns 1.
15307
15308 2014-04-18 Tom Tromey <palves@redhat.com>
15309 Pedro alves <tromey@redhat.com>
15310
15311 PR backtrace/15558
15312 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15313 with a backtrace limit.
15314 * gdb.python/py-frame-inline.exp: Test running to an inline
15315 function with a backtrace limit, and printing the newest frame.
15316 * gdb.python/py-frame-inline.c (main): Call f.
15317
15318 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15319
15320 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15321
15322 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15323
15324 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15325 Drop prefix from unsupported source file path.
15326
15327 2014-04-17 Yao Qi <yao@codesourcery.com>
15328
15329 * lib/gdb.exp (with_target_charset): New proc.
15330 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15331 with_target_charset.
15332 (test_print_strings): Likewise.
15333 (test_repeat_bytes): Likewise.
15334 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15335 for some tests.
15336
15337 2014-04-16 Keith Seitz <keiths@redhat.com>
15338
15339 PR gdb/15827
15340 * gdb.dwarf2/corrupt.c: New file.
15341 * gdb.dwarf2/corrupt.exp: New file.
15342
15343 2014-04-16 Keith Seitz <keiths@redhat.com>
15344
15345 PR c++/16597
15346 * gdb.cp/namelessclass.cc: New file.
15347 * gdb.cp/namelessclass.exp: New file.
15348 * gdb.cp/namelessclass.S: New file.
15349
15350 2014-04-16 Doug Evans <dje@google.com>
15351
15352 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15353 Add comment.
15354 (gdbserver_default_get_comm_port): New function.
15355 (gdbserver_start): Check if board file provided
15356 "gdbserver,get_comm_port" and use it if so.
15357 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15358 (gdb,socketport): Set to "stdio".
15359 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15360 (stdio_gdbserver_template): Delete.
15361 (${board}_get_remote_address): Update.
15362 (${board}_build_remote_cmd): Delete.
15363 (${board}_get_comm_port): New function.
15364 (${board}_spawn): Update.
15365 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15366 Delete.
15367 (${board}_get_remote_address): Update.
15368 (${board}_get_comm_port): New function.
15369
15370 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15371
15372 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15373 appearing in any order.
15374
15375 2014-04-15 Doug Evans <dje@google.com>
15376
15377 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15378 uninitialized value of "description".
15379
15380 2014-04-15 Keith Seitz <keiths@redhat.com>
15381
15382 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15383 Remove unused globals.
15384 (test_running_the_program): Likewise.
15385 (test_controlled_execution): Likewise.
15386 (test_controlling_breakpoints): Likewise.
15387 (test_program_termination): Likewise.
15388
15389 2014-04-15 Keith Seitz <keiths@redhat.com>
15390
15391 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15392 unused globals.
15393 (test_rbreak_creation_and_listing): Likewise.
15394 (test_ignore_count): Likewise.
15395 (test_error): Likewise.
15396
15397 2014-04-15 Pedro Alves <palves@redhat.com>
15398
15399 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15400 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15401 sym-file-loader.c.
15402 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15403 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15404 to sym-file-loader.c.
15405 (struct library): Forward declare.
15406 (load_shlib, lookup_function): Change prototypes.
15407 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15408 (translate_offset): Remove declarations.
15409 (get_text_addr): New declaration.
15410 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15411 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15412 sym-file-loader.h.
15413 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15414 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15415 here from sym-file-loader.h.
15416 (struct library): New structure.
15417 (load_shlib, lookup_function): Change prototypes and adjust to
15418 work with a struct library.
15419 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15420 (translate_offset): Make static.
15421 (get_text_addr): New function.
15422 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15423
15424 2014-04-15 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15427
15428 2014-04-15 Pedro Alves <palves@redhat.com>
15429
15430 * gdb.base/sym-file-loader.c: Include <limits.h>.
15431 (SELF_LINK): New define.
15432 (get_origin): New function.
15433 (load_shlib): Use it.
15434 * gdb.base/sym-file.exp: Don't early return if the target is
15435 remote. Use runto_main, and issue fail is that fails. Use
15436 gdb_load_shlibs.
15437 (shlib_name): Delete.
15438 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15439
15440 2014-04-15 Pedro Alves <palves@redhat.com>
15441
15442 * gdb.base/sym-file.exp: Remove regex characters from test
15443 message. Don't refer to breakpoint numbers in test messages.
15444
15445 2014-04-14 Keith Seitz <keiths@redhat.com>
15446
15447 PR c++/16253
15448 * gdb.cp/var-tag.cc: New file.
15449 * gdb.cp/var-tag.exp: New file.
15450 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15451 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15452 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15453 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15454
15455 2014-04-14 Tom Tromey <tromey@redhat.com>
15456
15457 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15458 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15459 type.
15460 * gdb.cp/enum-class.exp: New file.
15461 * gdb.cp/enum-class.cc: New file.
15462
15463 2014-04-14 Tom Tromey <tromey@redhat.com>
15464
15465 * gdb.dwarf2/enum-type.exp: New file.
15466
15467 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15468
15469 * gdb.mi/mi-vla-c99.exp: New file.
15470 * gdb.mi/vla.c: New file.
15471
15472 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15473
15474 * gdb.base/vla-datatypes.c: New file.
15475 * gdb.base/vla-datatypes.exp: New file.
15476
15477 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15478
15479 * gdb.base/vla-ptr.c: New file.
15480 * gdb.base/vla-ptr.exp: New file.
15481
15482 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15483
15484 * gdb.dwarf2/count.exp: New file.
15485
15486 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15487
15488 * gdb.base/vla-sideeffect.c: New file.
15489 * gdb.base/vla-sideeffect.exp: New file.
15490
15491 2014-04-14 David Blaikie <dblaikie@gmail.com>
15492
15493 * gdb.mi/non-stop.c: Add return value for non-void function return
15494 statement.
15495 * gdb.threads/staticthreads.c: Ditto.
15496
15497 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15498 Doug Evans <xdje42@gmail.com>
15499
15500 * gdb.guile/scm-value.c: Improve test case.
15501 * gdb.guile/scm-value.exp: Add new test.
15502
15503 2014-04-11 David Blaikie <dblaikie@gmail.com>
15504
15505 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15506 override Clang's default.
15507
15508 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15509
15510 Revert the following changes (regressions):
15511
15512 * gdb.base/vla-sideeffect.c: New file.
15513 * gdb.base/vla-sideeffect.exp: New file.
15514
15515 * gdb.dwarf2/count.exp: New file.
15516
15517 * gdb.base/vla-multi.c: New file.
15518 * gdb.base/vla-multi.exp: New file.
15519
15520 * gdb.base/vla-ptr.c: New file.
15521 * gdb.base/vla-ptr.exp: New file.
15522
15523 * gdb.base/vla-datatypes.c: New file.
15524 * gdb.base/vla-datatypes.exp: New file.
15525
15526 * gdb.mi/mi-vla-c99.exp: New file.
15527 * gdb.mi/vla.c: New file.
15528
15529 2014-04-11 Keith Seitz <keiths@redhat.com>
15530
15531 PR c++/16675
15532 * gdb.cp/cpsizeof.exp: New file.
15533 * gdb.cp/cpsizeof.cc: New file.
15534
15535 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15536
15537 * gdb.mi/mi-vla-c99.exp: New file.
15538 * gdb.mi/vla.c: New file.
15539
15540 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15541
15542 * gdb.base/vla-datatypes.c: New file.
15543 * gdb.base/vla-datatypes.exp: New file.
15544
15545 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15546
15547 * gdb.base/vla-ptr.c: New file.
15548 * gdb.base/vla-ptr.exp: New file.
15549
15550 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15551
15552 * gdb.base/vla-multi.c: New file.
15553 * gdb.base/vla-multi.exp: New file.
15554
15555 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15556
15557 * gdb.dwarf2/count.exp: New file.
15558
15559 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15560
15561 * gdb.base/vla-sideeffect.c: New file.
15562 * gdb.base/vla-sideeffect.exp: New file.
15563
15564 2014-04-11 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.base/completion.exp: Check file exists before running tests
15567 on file completion.
15568
15569 2014-04-10 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/cond-eval-mode.c: New file.
15572 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15573 prepare_for_testing to build the new file. Check result of
15574 runto_main.
15575 (test_break, test_watch): New procedures.
15576 (top level): Use them.
15577
15578 2014-04-08 Pierre Muller <muller@sourceware.org>
15579
15580 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15581 Ctrl-V use for mingw hosts.
15582
15583 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15584
15585 * gdb.python/py-value.c: Improve test case.
15586 * gdb.python/py-value.exp: Add new test.
15587
15588 2014-04-07 David Blaikie <dblaikie@gmail.com>
15589
15590 * lib/compiler.c: Identify the clang compiler.
15591 * lib/compiler.cc: Ditto.
15592
15593 2014-04-03 Yao Qi <yao@codesourcery.com>
15594
15595 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15596
15597 2014-04-01 Anton Blanchard <anton@samba.org>
15598
15599 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15600 messages unique.
15601
15602 2014-04-01 Anton Blanchard <anton@samba.org>
15603
15604 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15605 prepare_for_testing.
15606
15607 2014-04-01 Anton Blanchard <anton@samba.org>
15608
15609 * gdb.arch/ppc64-atomic-inst.c: Remove.
15610 * gdb.arch/ppc64-atomic-inst.S: New file.
15611 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15612
15613 2014-03-31 Doug Evans <dje@google.com>
15614
15615 * gdb.base/print-symbol-loading-lib.c: New file.
15616 * gdb.base/print-symbol-loading-main.c: New file.
15617 * gdb.base/print-symbol-loading.exp: New file.
15618
15619 2014-03-31 Yao Qi <yao@codesourcery.com>
15620
15621 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15622
15623 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15624
15625 * gdb.ada/mi_dyn_arr: New testcase.
15626
15627 2014-03-27 Doug Evans <dje@google.com>
15628
15629 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15630
15631 2014-03-27 Yao Qi <yao@codesourcery.com>
15632
15633 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15634 if target is nios2-*-*.
15635
15636 2014-03-26 Yao Qi <yao@codesourcery.com>
15637
15638 * lib/gdb.exp (readline_is_used): New proc.
15639 * gdb.base/completion.exp: Move tests on command complete up.
15640 Skip the rest of tests if readline is not used.
15641 * gdb.ada/complete.exp: Skp the test if readline is not
15642 used.
15643 * gdb.base/filesym.exp: Likewise.
15644 * gdb.base/macscp.exp: Likewise.
15645 * gdb.base/readline-ask.exp: Likewise.
15646 * gdb.base/readline.exp: Likewise.
15647 * gdb.python/py-cmd.exp: Likewise.
15648 * gdb.trace/tfile.exp: Likewise.
15649
15650 2014-03-26 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.base/macscp.exp: Fix code format issues.
15653
15654 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15655
15656 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15657 * gdb.asm/powerpc64le.inc: New file.
15658
15659 2014-03-25 Pedro Alves <palves@redhat.com>
15660 Doug Evans <dje@google.com>
15661
15662 * gdb.base/source-execution.c: New file.
15663 * gdb.base/source-execution.exp: New file.
15664 * gdb.base/source-execution.gdb: New file.
15665
15666 2014-03-24 Doug Evans <dje@google.com>
15667
15668 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15669 using fission.
15670
15671 2014-03-24 Hui Zhu <hui@codesourcery.com>
15672 Pedro Alves <palves@redhat.com>
15673
15674 PR breakpoints/16101
15675 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15676 test pass/fail messages. Detect missing support for dprintf when
15677 breakpoints are actually inserted.
15678 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15679 breakpoints are actually inserted.
15680 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15681 fails.
15682
15683 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15684
15685 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15686
15687 2014-03-22 Doug Evans <xdje42@gmail.com>
15688
15689 * gdb.python/python.exp (python not supported): Verify multi-line
15690 python command issues an error.
15691 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15692 guile command issues an error.
15693
15694 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15695
15696 * gdb.threads/thread-specific.exp: Handle the lack of usable
15697 $this_breakpoint and $this_thread.
15698
15699 2014-03-21 Hui Zhu <hui@codesourcery.com>
15700
15701 * gdb.base/attach.exp (do_command_attach_tests): New.
15702
15703 2014-03-20 Tom Tromey <tromey@redhat.com>
15704 Pedro Alves <palves@redhat.com>
15705
15706 PR cli/15718
15707 * gdb.base/condbreak-call-false.c: New file.
15708 * gdb.base/condbreak-call-false.exp: New file.
15709
15710 2014-03-20 Pedro Alves <palves@redhat.com>
15711
15712 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15713 Delete.
15714 (block_signals, unblock_signals): Delete.
15715 (child_function_2, main): Remove references to deleted variable
15716 and functions.
15717
15718 2014-03-20 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15721 Use pthread_kill to signal thread 2.
15722 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15723 Adjust to make the test send itself a signal rather than using the
15724 host's "kill" command.
15725
15726 2014-03-20 Pedro Alves <palves@redhat.com>
15727
15728 * gdb.threads/multiple-step-overs.c: New file.
15729 * gdb.threads/multiple-step-overs.exp: New file.
15730 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15731 Adjust expected infrun debug output.
15732
15733 2014-03-20 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15736 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15737
15738 2014-03-20 Pedro Alves <palves@redhat.com>
15739
15740 PR breakpoints/7143
15741 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15742 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15743 of gdb_test_multiple.
15744 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15745 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15746
15747 2014-03-20 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15750 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15751
15752 2014-03-19 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/async.exp: Remove early return.
15755
15756 2014-03-19 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15759
15760 2014-03-19 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.base/async.exp (test_background): Expect \r\n after
15763 "completed." in the fail pattern.
15764
15765 2014-03-19 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.base/async.exp (test_background): New procedure.
15768 Use it for all background execution command tests.
15769
15770 2014-03-19 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.base/async.exp: Use prepare_for_testing.
15773
15774 2014-03-19 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15777 the same line.
15778
15779 2014-03-19 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/async.c (main): Add "jump here" and "until here" line
15782 marker comments.
15783 * gdb.base/async.exp (jump_here): New global.
15784 (jump& test): Use it.
15785 (until_here): New global.
15786 (until& test): Use it.
15787
15788 2014-03-19 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.base/async.exp: Don't frob gdb_protocol.
15791
15792 2014-03-18 Doug Evans <xdje42@gmail.com>
15793
15794 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15795 Fix spelling of exec-done-display.
15796
15797 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15798
15799 PR gdb/15358
15800 * gdb.base/gdb-sigterm.c: New file.
15801 * gdb.base/gdb-sigterm.exp: New file.
15802
15803 2014-03-18 Pedro Alves <palves@redhat.com>
15804
15805 PR gdb/13860
15806 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15807 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15808 solib-event.
15809
15810 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15811
15812 * gdb.ada/pckd_arr_ren: New testcase.
15813
15814 2014-03-13 Doug Evans <xdje42@gmail.com>
15815
15816 PR guile/16612
15817 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15818 collect after discarding symbols.
15819
15820 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15821 Doug Evans <xdje42@gmail.com>
15822
15823 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15824 to history survives a gc.
15825
15826 2014-03-13 Pedro Alves <palves@redhat.com>
15827
15828 * gdb.base/default.exp: Don't test "target procfs".
15829
15830 2014-03-13 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/default.exp: Update "target child" and "target procfs"
15833 tests to not expect "Unix".
15834
15835 2014-03-12 Tom Tromey <tromey@redhat.com>
15836
15837 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15838 New procs. Add target-async tests.
15839 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15840 Add target-async tests.
15841
15842 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15843
15844 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15845 'func_start' and 'func_end' for the beginning and end of the
15846 function code, respectively.
15847 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15848 'func_end' instead of 'func' and 'main'.
15849
15850 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15851
15852 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15853 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15854 generate the debug info assembler source.
15855
15856 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15857
15858 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15859 * gdb.dwarf2/arr-subrange.exp: Likewise.
15860 * gdb.dwarf2/dwz.exp: Likewise.
15861 * gdb.dwarf2/method-ptr.exp: Likewise.
15862 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15863 * gdb.dwarf2/subrange.exp: Likewise.
15864 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15865 * gdb.dwarf2/implptrpiece.exp: Likewise.
15866 * gdb.dwarf2/nostaticblock.exp: Likewise.
15867
15868 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15869
15870 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15871 directory to absolute path name arguments.
15872
15873 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15874
15875 * gdb.ada/tagged_access: New testcase.
15876
15877 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15878
15879 * gdb.btrace/data.exp: Update expected output.
15880
15881 2014-03-06 Yao Qi <yao@codesourcery.com>
15882
15883 * gdb.trace/pr16508.exp: New file.
15884
15885 2014-03-05 Pedro Alves <palves@redhat.com>
15886
15887 PR gdb/16575
15888 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15889 procedure.
15890 (top level): Adjust to use it. Add tests that exercise breakpoint
15891 interaction with the code-cache.
15892
15893 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15894
15895 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15896 test for 'history-append!'.
15897
15898 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15899
15900 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15901 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15902 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15903 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15904 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15905 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15906
15907 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15908
15909 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15910 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15911 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15912
15913 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15914
15915 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15916
15917 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15918
15919 * gdb.dwarf2/arr-stride.c: New file.
15920 * gdb.dwarf2/arr-stride.exp: New file.
15921
15922 2014-02-26 Pedro Alves <palves@redhat.com>
15923
15924 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15925 that won't ever trigger. Make sure that GDB reports the correct
15926 breakpoint that caused the stop.
15927
15928 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15929
15930 PR gdb/16626
15931 * gdb.base/auto-load-script: New file.
15932 * gdb.base/auto-load.c: New file.
15933 * gdb.base/auto-load.exp: New file.
15934
15935 PR gdb/16626
15936 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15937
15938 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15939
15940 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15941 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15942
15943 2014-02-24 Doug Evans <dje@google.com>
15944
15945 * lib/gdb.exp (run_on_host): Log error output if program fails.
15946
15947 2014-02-21 Pedro Alves <palves@redhat.com>
15948
15949 * gdb.threads/step-after-sr-lock.c: Rename to ...
15950 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15951 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15952 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15953 ... this.
15954
15955 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15956
15957 PR tdep/16397
15958 * gdb.arch/amd64-stap-special-operands.exp: New file.
15959 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15960 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15961 * gdb.arch/amd64-stap-triplet.S: Likewise.
15962 * gdb.arch/amd64-stap-triplet.c: Likewise.
15963
15964 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15965
15966 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15967 in .section pseudo-op.
15968
15969 2014-02-20 lin zuojian <manjian2006@gmail.com>
15970 Joel Brobecker <brobecker@adacore.com>
15971 Doug Evans <xdje42@gmail.com>
15972
15973 PR symtab/16581
15974 * gdb.dwarf2/dw2-icycle.S: New file.
15975 * gdb.dwarf2/dw2-icycle.c: New file.
15976 * gdb.dwarf2/dw2-icycle.exp: New file.
15977
15978 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15979
15980 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15981 operations on gdb.Value objects.
15982 * gdb.python/py-value-cc.exp: Add new test to test operations on
15983 gdb.Value objects.
15984
15985 2014-02-18 Doug Evans <dje@google.com>
15986
15987 * Makefile.in (TESTS): New variable.
15988 (expanded_tests, expanded_tests_or_none): New variables
15989 (check-single): Pass $(expanded_tests_or_none) to runtest.
15990 (check-parallel): Only run tests in $(TESTS) if non-empty.
15991 (check/no-matching-tests-found): New rule.
15992 * README: Document TESTS makefile variable.
15993
15994 2014-02-18 Doug Evans <dje@google.com>
15995
15996 * Makefile.in (check-parallel): rm -rf outputs temp.
15997
15998 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15999
16000 Fix "ERROR: no fileid for" in the testsuite.
16001 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16002
16003 2014-02-12 Doug Evans <dje@google.com>
16004
16005 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16006 (MISCELLANEOUS): New variable.
16007 (clean): rm -rf $(MISCELLANEOUS).
16008 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16009 dwp live in the same directory as symlinks, with each symlink pointed
16010 to a differently named file in a different directory.
16011
16012 2014-02-11 Doug Evans <dje@google.com>
16013
16014 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16015 of Tcl file commands.
16016
16017 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16018
16019 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16020 "kill -SIGUSR1 -1".
16021
16022 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16023
16024 * gdb.ada/tick_length_array_enum_idx: New testcase.
16025
16026 2014-02-10 Doug Evans <xdje42@gmail.com>
16027
16028 * configure.ac (AC_OUTPUT): Add gdb.guile.
16029 * configure: Regenerate.
16030 * lib/gdb-guile.exp: New file.
16031 * lib/gdb.exp (get_target_charset): New function.
16032 * gdb.base/help.exp: Update expected output from "apropos apropos".
16033 * gdb.guile/Makefile.in: New file.
16034 * gdb.guile/guile.exp: New file.
16035 * gdb.guile/scm-arch.c: New file.
16036 * gdb.guile/scm-arch.exp: New file.
16037 * gdb.guile/scm-block.c: New file.
16038 * gdb.guile/scm-block.exp: New file.
16039 * gdb.guile/scm-breakpoint.c: New file.
16040 * gdb.guile/scm-breakpoint.exp: New file.
16041 * gdb.guile/scm-disasm.c: New file.
16042 * gdb.guile/scm-disasm.exp: New file.
16043 * gdb.guile/scm-equal.c: New file.
16044 * gdb.guile/scm-equal.exp: New file.
16045 * gdb.guile/scm-error.exp: New file.
16046 * gdb.guile/scm-error.scm: New file.
16047 * gdb.guile/scm-frame-args.c: New file.
16048 * gdb.guile/scm-frame-args.exp: New file.
16049 * gdb.guile/scm-frame-args.scm: New file.
16050 * gdb.guile/scm-frame-inline.c: New file.
16051 * gdb.guile/scm-frame-inline.exp: New file.
16052 * gdb.guile/scm-frame.c: New file.
16053 * gdb.guile/scm-frame.exp: New file.
16054 * gdb.guile/scm-generics.exp: New file.
16055 * gdb.guile/scm-gsmob.exp: New file.
16056 * gdb.guile/scm-iterator.c: New file.
16057 * gdb.guile/scm-iterator.exp: New file.
16058 * gdb.guile/scm-math.c: New file.
16059 * gdb.guile/scm-math.exp: New file.
16060 * gdb.guile/scm-objfile-script-gdb.in: New file.
16061 * gdb.guile/scm-objfile-script.c: New file.
16062 * gdb.guile/scm-objfile-script.exp: New file.
16063 * gdb.guile/scm-objfile.c: New file.
16064 * gdb.guile/scm-objfile.exp: New file.
16065 * gdb.guile/scm-ports.exp: New file.
16066 * gdb.guile/scm-pretty-print.c: New file.
16067 * gdb.guile/scm-pretty-print.exp: New file.
16068 * gdb.guile/scm-pretty-print.scm: New file.
16069 * gdb.guile/scm-section-script.c: New file.
16070 * gdb.guile/scm-section-script.exp: New file.
16071 * gdb.guile/scm-section-script.scm: New file.
16072 * gdb.guile/scm-symbol.c: New file.
16073 * gdb.guile/scm-symbol.exp: New file.
16074 * gdb.guile/scm-symtab-2.c: New file.
16075 * gdb.guile/scm-symtab.c: New file.
16076 * gdb.guile/scm-symtab.exp: New file.
16077 * gdb.guile/scm-type.c: New file.
16078 * gdb.guile/scm-type.exp: New file.
16079 * gdb.guile/scm-value-cc.cc: New file.
16080 * gdb.guile/scm-value-cc.exp: New file.
16081 * gdb.guile/scm-value.c: New file.
16082 * gdb.guile/scm-value.exp: New file.
16083 * gdb.guile/source2.scm: New file.
16084 * gdb.guile/types-module.cc: New file.
16085 * gdb.guile/types-module.exp: New file.
16086
16087 2014-02-10 Yao Qi <yao@codesourcery.com>
16088
16089 PR testsuite/16543
16090 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16091 * configure: Regenerated.
16092 * Makefile.in: New file.
16093
16094 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16095
16096 * gdb.python/py-framefilter.exp: Fix typo.
16097
16098 2014-02-08 Yao Qi <yao@codesourcery.com>
16099
16100 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16101 that no =breakpoint-modified is emitted when breakpoints are
16102 modified through MI commands.
16103
16104 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16105 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.threads/step-after-sr-lock.c: New file.
16108 * gdb.threads/step-after-sr-lock.exp: New file.
16109
16110 2014-02-07 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16113
16114 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16115
16116 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16117 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16118
16119 2014-02-06 Doug Evans <xdje42@gmail.com>
16120
16121 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16122 output.
16123
16124 * gdb.gdb/python-interrupts.exp: New file.
16125
16126 2014-02-05 Yao Qi <yao@codesourcery.com>
16127
16128 * gdb.trace/report.exp (use_collected_data): Test the output
16129 of "info threads" and "info inferiors".
16130
16131 2014-02-05 Yao Qi <yao@codesourcery.com>
16132
16133 Revert this patch:
16134
16135 2013-05-24 Yao Qi <yao@codesourcery.com>
16136
16137 * gdb.trace/tfile.exp: Test inferior and thread.
16138
16139 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16140
16141 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16142 on a function.
16143 * gdb.base/step-bt.c: Call hello via function pointer to make
16144 sure its first instruction is executed on powerpc64le-linux.
16145
16146 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16147
16148 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16149
16150 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16151
16152 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16153 of the test patterns for use on little-endian systems.
16154
16155 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16156
16157 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16158 (decimal_vector): Fix for little-endian.
16159
16160 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16161
16162 * gdb.arch/sparc-sysstep.exp: New file.
16163 * gdb.arch/sparc-sysstep.c: Likewise.
16164
16165 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16166
16167 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16168
16169 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16170
16171 2014-01-23 Tom Tromey <tromey@redhat.com>
16172
16173 * gdb.ada/array_char_idx: New testcase.
16174
16175 2014-01-23 Tom Tromey <tromey@redhat.com>
16176
16177 PR python/16487:
16178 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16179 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16180 classes.
16181
16182 2014-01-23 Tom Tromey <tromey@redhat.com>
16183
16184 PR python/16491:
16185 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16186 string from an inferior frame.
16187 * gdb.python/py-framefilter-mi.exp: Update.
16188
16189 2014-01-22 Doug Evans <dje@google.com>
16190
16191 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16192
16193 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16194
16195 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16196
16197 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16198
16199 * gdb.trace/entry-values.exp: Remove excess space character from
16200 regex patterns. Handle s390 call instruction.
16201
16202 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16203
16204 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16205 define "*_start" label. Make "name" static.
16206 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16207 ${name} by references to ${name}_start.
16208
16209 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16210
16211 * gdb.base/info-macros.exp: Remove "debug" from the compile
16212 options.
16213
16214 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16215
16216 * gdb.dlang/demangle.exp: New file.
16217
16218 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16219
16220 * gdb.dlang/primitive-types.exp: New file.
16221
16222 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16223
16224 * configure.ac: Create gdb.dlang/Makefile.
16225 * configure: Regenerate.
16226 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16227 * gdb.dlang/Makefile.in: New file.
16228 * lib/d-support.exp: New file.
16229 * lib/gdb.exp (skip_d_tests): New proc.
16230
16231 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16232
16233 * gdb.btrace/delta.exp: Check reverse stepi.
16234 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16235 * gdb.btrace/finish.exp: New.
16236 * gdb.btrace/next.exp: New.
16237 * gdb.btrace/nexti.exp: New.
16238 * gdb.btrace/record_goto.c: Add comments.
16239 * gdb.btrace/step.exp: New.
16240 * gdb.btrace/stepi.exp: New.
16241 * gdb.btrace/multi-thread-step.c: New.
16242 * gdb.btrace/multi-thread-step.exp: New.
16243 * gdb.btrace/rn-dl-bind.c: New.
16244 * gdb.btrace/rn-dl-bind.exp: New.
16245 * gdb.btrace/data.c: New.
16246 * gdb.btrace/data.exp: New.
16247 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16248
16249 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16250
16251 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16252 * gdb.btrace/exception.exp: Update.
16253 * gdb.btrace/instruction_history.exp: Update.
16254 * gdb.btrace/record_goto.exp: Update.
16255 * gdb.btrace/tailcall.exp: Update.
16256 * gdb.btrace/unknown_functions.exp: Update.
16257 * gdb.btrace/delta.exp: New.
16258
16259 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16260
16261 * gdb.btrace/record_goto.exp: Add backtrace test.
16262 * gdb.btrace/tailcall.exp: Add backtrace test.
16263
16264 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16265
16266 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16267 * gdb.btrace/record_goto.c: New.
16268 * gdb.btrace/record_goto.exp: New.
16269 * gdb.btrace/x86-record_goto.S: New.
16270
16271 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16272
16273 * gdb.btrace/function_call_history.exp: Update tests.
16274 * gdb.btrace/instruction_history.exp: Update tests.
16275
16276 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16277
16278 * gdb.btrace/function_call_history.exp: Fix expected field
16279 order for "record function-call-history".
16280 Add new tests for "record function-call-history /c".
16281 * gdb.btrace/exception.cc: New.
16282 * gdb.btrace/exception.exp: New.
16283 * gdb.btrace/tailcall.exp: New.
16284 * gdb.btrace/x86-tailcall.S: New.
16285 * gdb.btrace/x86-tailcall.c: New.
16286 * gdb.btrace/unknown_functions.c: New.
16287 * gdb.btrace/unknown_functions.exp: New.
16288 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16289
16290 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16291
16292 * gdb.btrace/instruction_history.exp: Update.
16293 * gdb.btrace/function_call_history.exp: Update.
16294
16295 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16296
16297 * gdb.btrace/function_call_history.exp: Fix expected function
16298 trace.
16299 * gdb.btrace/instruction_history.exp: Initialize traced.
16300 Remove traced_functions.
16301
16302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16303
16304 * gdb.btrace/function_call_history.exp: Update
16305 * gdb.btrace/instruction_history.exp: Update.
16306
16307 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16308
16309 * gdb.btrace/enable.exp: Update expected text.
16310
16311 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16312
16313 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16314 bytes.
16315
16316 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16317
16318 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16319
16320 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16321
16322 * lib/gdb.exp (supports_process_record): Return true for
16323 arm*-linux*. (supports_reverse): Likewise.
16324
16325 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16326
16327 PR python/15464
16328 PR python/16113
16329 * gdb.python/py-type.c: Enhance test case.
16330 * gdb.python/py-value-cc.cc: Likewise
16331 * gdb.python/py-type.exp: Add new tests.
16332 * gdb.python/py-value-cc.exp: Likewise
16333
16334 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16335 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16338 Make "name" extern.
16339 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16340 references to ${name}_start by references to ${name}.
16341
16342 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16343
16344 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16345
16346 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16347
16348 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16349
16350 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16351 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.mi/mi-info-os.exp: Connect to the target with
16354 mi_gdb_target_load.
16355
16356 2014-01-08 Pedro Alves <palves@redhat.com>
16357
16358 * gdb.threads/reconnect-signal.c: New file.
16359 * gdb.threads/reconnect-signal.exp: New file.
16360
16361 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16362
16363 * gdb.base/source-dir.exp: New file.
16364
16365 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16366
16367 * gdb.ada/mi_interface: New testcase.
16368
16369 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16370
16371 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16372 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16373 gdb.ada/pp-rec-component/pck.ads: New files.
16374
16375 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16376
16377 * gdb.python/py-pp-integral.c: New file.
16378 * gdb.python/py-pp-integral.py: New file.
16379 * gdb.python/py-pp-integral.exp: New file.
16380
16381 For older changes see ChangeLog-1993-2013.
16382 \f
16383 ;; Local Variables:
16384 ;; mode: change-log
16385 ;; left-margin: 8
16386 ;; fill-column: 74
16387 ;; version-control: never
16388 ;; End:
16389
16390 Copyright 2014-2019 Free Software Foundation, Inc.
16391 Copying and distribution of this file, with or without modification,
16392 are permitted provided the copyright notice and this notice are preserved.
This page took 0.387599 seconds and 5 git commands to generate.