Fix test_gdb_complete_tab_multiple race
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-03 Pedro Alves <palves@redhat.com>
2
3 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4 Split one gdb_test_multiple call in two to avoid a race.
5
6 2019-07-03 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/with.c: New file.
9 * gdb.base/with.exp: New file.
10
11 2019-07-03 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/settings.exp: Replace all references to "maint
14 test-settings set" with references to "maint set test-settings",
15 and all references to "maint test-settings show" with references
16 to "maint show test-settings".
17
18 2019-07-03 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/settings.exp (test-string): Adjust expected out when
21 testing "maint test-settings show filename"
22
23 2019-07-02 Pedro Alves <palves@redhat.com>
24
25 * gdb.base/options.exp (test-info-threads): New procedure.
26 (top level): Call it.
27
28 2019-06-28 Tom Tromey <tromey@adacore.com>
29
30 * gdb.dwarf2/ada-linkage-name.c: New file.
31 * gdb.dwarf2/ada-linkage-name.exp: New file.
32
33 2019-06-27 Tom Tromey <tromey@adacore.com>
34
35 * gdb.cp/constexpr-field.exp: Use setup_xfail.
36
37 2019-06-26 Tom de Vries <tdevries@suse.de>
38
39 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
40
41 2019-06-26 Tom de Vries <tdevries@suse.de>
42
43 * gdb.base/index-cache.exp: Add back missing debug option.
44
45 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
46
47 * gdb.base/alias.exp: Test non matching/non existing prefixes.
48
49 2019-06-25 Tom de Vries <tdevries@suse.de>
50
51 PR testsuite/24727
52 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
53
54 2019-06-24 Tom de Vries <tdevries@suse.de>
55
56 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
57
58 2019-06-24 Tom de Vries <tdevries@suse.de>
59
60 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
61 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
62 * gdb.trace/unavailable-dwarf-piece.exp: Same.
63
64 2019-06-24 Tom de Vries <tdevries@suse.de>
65
66 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
67
68 2019-06-21 Tom de Vries <tdevries@suse.de>
69
70 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
71
72 2019-06-21 Tom de Vries <tdevries@suse.de>
73
74 PR testsuite/24518
75 PR ada/24713
76 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
77 index.
78
79 2019-06-19 Tom Tromey <tromey@adacore.com>
80
81 * gdb.ada/length_cond.exp: Add intro comment.
82
83 2019-06-19 Tom Tromey <tromey@adacore.com>
84
85 * gdb.ada/length_cond.exp: New file.
86 * gdb.ada/length_cond/length_cond.adb: New file.
87 * gdb.ada/length_cond/pck.adb: New file.
88 * gdb.ada/length_cond/pck.ads: New file.
89
90 2019-06-18 Tom de Vries <tdevries@suse.de>
91
92 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
93
94 2019-06-18 Tom Tromey <tromey@adacore.com>
95
96 * gdb.base/list0.h: Add comment explaining control character.
97
98 2019-06-18 Tom de Vries <tdevries@suse.de>
99
100 * boards/fission.exp: Break up long debug_flags line.
101
102 2019-06-16 Tom de Vries <tdevries@suse.de>
103
104 PR gdb/24445
105 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
106 generated index.
107
108 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 PR gdb/24686
111 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
112 improve detection of bug gdb/24541.
113
114 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
115
116 PR gdb/24669
117 * gdb.base/index-cache.exp (uses_readnow,
118 expecting_index_cache_use): Define global variable.
119 (test_cache_enabled_miss, test_cache_enabled_hit): Use
120 expecting_index_cache_use.
121
122 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
123 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.fortran/pointers.f90: New file.
126 * gdb.fortran/print_type.exp: New file.
127 * gdb.fortran/vla-ptype.exp: Adapt expected results.
128 * gdb.fortran/vla-type.exp: Likewise.
129 * gdb.fortran/vla-value.exp: Likewise.
130 * gdb.mi/mi-vla-fortran.exp: Likewise.
131
132 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
135 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
136 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
137 as a stop reason.
138
139 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.base/annota1.exp: Update expected results.
142 * gdb.cp/annota2.exp: Likewise.
143 * gdb.cp/annota3.exp: Likewise.
144
145 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.base/style-logging.exp: Remove path from test name.
148
149 2019-06-14 Tom Tromey <tromey@adacore.com>
150
151 PR gdb/24502:
152 * gdb.base/style-logging.exp: New file.
153
154 2019-06-14 Tom Tromey <tromey@adacore.com>
155
156 * gdb.base/symfile-warn.exp: New file.
157 * gdb.base/symfile-warn.c: New file.
158
159 2019-06-14 Tom Tromey <tromey@adacore.com>
160
161 * gdb.base/annotate-symlink.exp: New file.
162
163 2019-06-14 Tom Tromey <tromey@adacore.com>
164
165 * gdb.ada/set_wstr.exp: Add reassignment test.
166
167 2019-06-14 Tom Tromey <tromey@adacore.com>
168
169 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
170 'unchecked_access and 'unrestricted_access as well.
171
172 2019-06-14 Tom Tromey <tromey@adacore.com>
173
174 PR ada/24539:
175 * gdb.ada/vla.exp: Update tests.
176 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
177 pragma.
178
179 2019-06-13 Pedro Alves <palves@redhat.com>
180
181 * gdb.base/settings.exp (test-integer): Test junk after
182 "unlimited".
183
184 2019-06-13 Pedro Alves <palves@redhat.com>
185
186 * gdb.base/options.exp (test-thread-apply): New.
187 (top level): Call it.
188
189 2019-06-13 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/options.exp (test-frame-apply): New.
192 (top level): Test print commands with different "frame apply"
193 prefixes.
194
195 2019-06-13 Pedro Alves <palves@redhat.com>
196
197 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
198 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
199 'max_completions' parameter and handle it.
200 (test_gdb_completion_offers_commands): New.
201
202 2019-06-13 Pedro Alves <palves@redhat.com>
203
204 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
205
206 2019-06-13 Pedro Alves <palves@redhat.com>
207
208 * gdb.base/options.exp (test-backtrace): New.
209 (top level): Call it.
210
211 2019-06-13 Pedro Alves <palves@redhat.com>
212
213 * gdb.guile/scm-frame-args.exp: Use "set print
214 raw-frame-arguments" instead of "set print raw frame-arguments".
215 * gdb.python/py-frame-args.exp: Likewise.
216
217 2019-06-13 Pedro Alves <palves@redhat.com>
218
219 * gdb.compile/compile.exp: Adjust expected output to option
220 processing changes.
221
222 2019-06-13 Pedro Alves <palves@redhat.com>
223
224 * gdb.base/options.exp: Build executable.
225 (test-print): New procedure.
226 (top level): Call it, once for "print" and another for "compile
227 print".
228
229 2019-06-13 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/options.c: New file.
232 * gdb.base/options.exp: New file.
233
234 2019-06-13 Pedro Alves <palves@redhat.com>
235
236 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
237 that "o" is ambiguous.
238
239 2019-06-13 Pedro Alves <palves@redhat.com>
240
241 * gdb.base/settings.c: New file.
242 * gdb.base/settings.exp: New file.
243
244 2019-06-13 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/completion.exp: Fix comment typo.
247
248 2019-06-13 Pedro Alves <palves@redhat.com>
249
250 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
251 foo --1" test.
252
253 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
254
255 * gdb.fortran/block-data.f: New.
256 * gdb.fortran/block-data.exp: New.
257
258 2019-06-11 Tom de Vries <tdevries@suse.de>
259
260 PR testsuite/24521
261 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
262 message.
263
264 2019-06-11 Tom de Vries <tdevries@suse.de>
265
266 PR testsuite/24521
267 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
268
269 2019-06-11 Tom de Vries <tdevries@suse.de>
270
271 * boards/readnow.exp: New file.
272
273 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.fortran/vla-sizeof.exp: Update expected results.
276
277 2019-06-06 Amos Bird <amosbird@gmail.com>
278
279 * gdb.base/annota1.exp (thread_switch): Add test for
280 thread-exited annotation.
281
282 2019-06-06 Tom Tromey <tromey@adacore.com>
283
284 * gdb.base/maint.exp: Expect command started/finished output.
285
286 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
289 comment.
290 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
291
292 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
295 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
296 * gdb.arch/riscv-unwind-long-insn.c: New file.
297 * gdb.arch/riscv-unwind-long-insn.exp: New file.
298
299 2019-06-04 Christian Biesinger <cbiesinger@google.com>
300
301 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
302
303 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
304
305 * lib/gdb.exp (help_list_trailer): New regexp variable
306 factorizing the help trailer message.
307 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
308 arg to allow to better factorize various tests.
309 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
310 (test_prefix_command_help): Use help_list_trailer.
311 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
312 * gdb.guile/scm-cmd.exp: Likewise.
313 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
314 * gdb.base/help.exp: Use test_user_defined_class_help.
315 * gdb.base/style.exp: Add tests for styling of help and apropos.
316 * lib/gdb-utils.exp (style): Add title and highlight styles.
317
318 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
319
320 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
321 $_shell_exitsignal.
322 * gdb.base/default.exp: Update for new convenience variables.
323
324 2019-05-29 Tom Tromey <tromey@adacore.com>
325
326 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
327 to "break complete ada" test case's regexp.
328
329 2019-05-29 Tom Tromey <tromey@adacore.com>
330
331 PR c++/20020:
332 * gdb.cp/constexpr-field.exp: New file.
333 * gdb.cp/constexpr-field.cc: New file.
334
335 2019-05-29 Tom Tromey <tromey@adacore.com>
336
337 * gdb.base/finish.exp (finish_no_print): New proc.
338 (finish_tests): Call it.
339
340 2019-05-24 Tom de Vries <tdevries@suse.de>
341
342 * gdb.dwarf2/gdb-add-index.exp: New file.
343
344 2019-05-22 Tom Tromey <tromey@adacore.com>
345
346 * gdb.base/info-shared.exp (check_info_shared): Use "style".
347 * gdb.base/style.exp: Use "style".
348 * lib/gdb-utils.exp (style): New proc.
349
350 2019-05-22 Tom de Vries <tdevries@suse.de>
351
352 * gdb.base/align.exp: Require c++11.
353
354 2019-05-22 Tom de Vries <tdevries@suse.de>
355
356 PR testsuite/24586
357 * gdb.python/py-mi-var-info-path-expression.exp: Call
358 mi_skip_python_tests to check if python is supported.
359
360 2019-05-22 Alan Hayward <alan.hayward@arm.com>
361
362 * gdb.arch/aarch64-pauth.c: New test.
363 * gdb.arch/aarch64-pauth.exp: New file.
364
365 2019-05-22 Alan Hayward <alan.hayward@arm.com>
366
367 * README (Re-running Tests Outside The Testsuite): New section.
368
369 2019-05-21 Tom de Vries <tdevries@suse.de>
370
371 * gdb.arch/amd64-eval.exp: Require c++11.
372 * gdb.base/max-depth.exp: Same.
373 * gdb.compile/compile-cplus-array-decay.exp: Same.
374 * gdb.cp/meth-typedefs.exp: Same.
375 * gdb.cp/subtypes.exp: Same.
376 * gdb.cp/temargs.exp: Same.
377
378 2019-05-21 Alan Hayward <alan.hayward@arm.com>
379
380 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
381
382 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 PR gdb/18644
385 * gdb.fortran/complex.exp: Remove setup_kfail calls.
386 * gdb.fortran/printing-types.exp: Add new test.
387 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
388 testing.
389 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
390 setup_kfail call.
391
392 2019-05-17 Alan Hayward <alan.hayward@arm.com>
393
394 * README (Running the Testsuite): Change example.
395 (Testsuite Parameters): Remove TRANSCRIPT.
396 * lib/gdb.exp: Remove TRANSCRIPT check.
397
398 2019-05-17 Alan Hayward <alan.hayward@arm.com>
399
400 * README (Testsuite Parameters): Add replay logging to
401 GDBSERVER_DEBUG.
402 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
403 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
404 as a comma separated list.
405 (gdb_debug_init): Override procedure.
406
407 2019-05-17 Alan Hayward <alan.hayward@arm.com>
408
409 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
410 (gdb_write_cmd_file): New procedure.
411 * lib/gdbserver-support.exp (gdbserver_start): Call
412 gdbserver_write_cmd_file.
413 (gdbserver_write_cmd_file): New procedure.
414
415 2019-05-17 Alan Hayward <alan.hayward@arm.com>
416
417 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
418 (delete_breakpoints): Likewise.
419 (gdb_run_cmd): Likewise.
420 (gdb_start_cmd): Likewise.
421 (gdb_starti_cmd): Likewise.
422 (gdb_internal_error_resync): Likewise.
423 (gdb_test_multiple): Likewise.
424 (gdb_reinitialize_dir): Likewise.
425 (default_gdb_exit): Likewise.
426 (gdb_file_cmd): Mark kill as optional.
427 (default_gdb_start): Call gdb_stdin_log_init.
428 (send_gdb): Call gdb_stdin_log_write.
429 (rerun_to_main): Mark Y as an answer.
430 (gdb_stdin_log_init): New function.
431 (gdb_stdin_log_write): Likewise.
432
433 2019-05-17 Alan Hayward <alan.hayward@arm.com>
434
435 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
436 * gdb.base/debug-expr.exp: Likewise.
437 * gdb.base/foll-fork.exp: Likewise.
438 * gdb.base/foll-vfork.exp: Likewise.
439 * gdb.base/fork-print-inferior-events.exp: Likewise.
440 * gdb.base/gdb-sigterm.exp: Likewise.
441 * gdb.base/gdbinit-history.exp: Likewise.
442 * gdb.base/osabi.exp: Likewise.
443 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
444 * gdb.base/ui-redirect.exp: Likewise.
445 * gdb.gdb/unittest.exp: Likewise.
446 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
447 * gdb.mi/mi-watch.exp: Likewise.
448 * gdb.mi/new-ui-mi-sync.exp: Likewise.
449 * gdb.mi/user-selected-context-sync.exp: Likewise.
450 * gdb.python/python.exp: Disable debug test when debugging.
451 * gdb.threads/check-libthread-db.exp: Disable when debugging.
452 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
453 Likewise.
454 * gdb.threads/stepi-random-signal.exp: Likewise.
455
456 2019-05-17 Alan Hayward <alan.hayward@arm.com>
457
458 * Makefile.in: Pass through GDB_DEBUG.
459 * README (Testsuite Parameters): Add GDB_DEBUG.
460 (gdb,debug): Add board setting.
461 * lib/gdb.exp (default_gdb_start): Start debugging.
462 (gdb_debug_enabled): New procedure.
463 (gdb_debug_init): Likewise.
464
465 2019-05-17 Alan Hayward <alan.hayward@arm.com>
466
467 * Makefile.in: Pass through GDB_DEBUG.
468 * README (Testsuite Parameters): Add GDB_DEBUG.
469 (gdb,debug): Add board setting.
470 * lib/gdb.exp (default_gdb_start): Start debugging.
471 (gdb_debug_enabled): New procedure.
472 (gdb_debug_init): Likewise.
473
474 2019-05-17 Alan Hayward <alan.hayward@arm.com>
475
476 * gdb.base/ui-redirect.exp: Add debug redirect tests.
477
478 2019-05-17 Alan Hayward <alan.hayward@arm.com>
479
480 * gdb.base/ui-redirect.exp: Test redirection.
481
482 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
483
484 * gdb.mi/mi-complete.exp: New file.
485 * gdb.mi/mi-complete.cc: Likewise.
486
487 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
488
489 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
490 indexed and sliced arrays, and pointers to arrays.
491
492 2019-05-14 Tom Tromey <tromey@adacore.com>
493
494 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
495 styling test.
496
497 2019-05-14 Tom de Vries <tdevries@suse.de>
498
499 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
500 selection entry encoding.
501
502 2019-05-10 Tom Tromey <tromey@adacore.com>
503
504 * gdb.ada/info_exc.exp: Add "complete" test.
505
506 2019-05-09 Tom de Vries <tdevries@suse.de>
507
508 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
509 CU-relative.
510
511 2019-05-09 Tom de Vries <tdevries@suse.de>
512
513 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
514 CU-relative.
515
516 2019-05-08 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.ada/frame_arg_lang.exp: New testcase.
519 * gdb.ada/frame_arg_lang/bla.adb: New file.
520 * gdb.ada/frame_arg_lang/pck.ads: New file.
521 * gdb.ada/frame_arg_lang/pck.adb: New file.
522 * gdb.ada/frame_arg_lang/foo.c: New file.
523
524 2019-05-08 Tom Tromey <tromey@adacore.com>
525
526 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
527
528 2019-05-08 Tom Tromey <tromey@adacore.com>
529
530 * gdb.base/ptype-offsets.exp: Update tests.
531
532 2019-05-08 Tom Tromey <tromey@adacore.com>
533
534 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
535 cases.
536 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
537 "short".
538
539 2019-05-08 Tom Tromey <tromey@adacore.com>
540
541 * gdb.ada/vla.exp: New file.
542 * gdb.ada/vla/vla.adb: New file.
543
544 2019-05-07 Tom de Vries <tdevries@suse.de>
545
546 * gdb.base/index-cache.exp (ls_host): Fix return statement.
547
548 2019-05-07 Tom de Vries <tdevries@suse.de>
549
550 PR testsuite/24522
551 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
552 section.
553
554 2019-05-07 Tom de Vries <tdevries@suse.de>
555
556 PR testsuite/24522
557 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
558 .debug_aranges section.
559
560 2019-05-07 Tom de Vries <tdevries@suse.de>
561
562 PR testsuite/24159
563 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
564
565 2019-05-06 Tom de Vries <tdevries@suse.de>
566
567 * lib/gdb.exp (exec_has_index_section): New proc.
568 * gdb.base/index-cache.exp: Handle case that binfile contains an index
569 section.
570
571 2019-05-04 Tom de Vries <tdevries@suse.de>
572
573 * boards/cc-with-debug-names.exp: New file.
574
575 2019-05-03 Tom Tromey <tromey@adacore.com>
576
577 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
578 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
579 * gdb.ada/char_enum.exp: Add test.
580
581 2019-05-03 Tom de Vries <tdevries@suse.de>
582
583 * boards/cc-with-gdb-index.exp: New file.
584
585 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.rust/simple.exp: Add new test case.
588 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
589 (main): Initialise an instance of the new struct.
590
591 2019-05-01 Tom Tromey <tromey@adacore.com>
592
593 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
594 record.
595 (NPR): New variable.
596 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
597 test.
598
599 2019-05-01 Tom Tromey <tromey@adacore.com>
600
601 * gdb.ada/packed_array_assign.exp: Add packed assignment
602 regression test.
603
604 2019-05-01 Tom de Vries <tdevries@suse.de>
605
606 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
607
608 2019-05-01 Tom de Vries <tdevries@suse.de>
609
610 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
611
612 2019-04-30 Ali Tamur <tamur@google.com>
613
614 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
615
616 2019-04-30 Tom Tromey <tromey@adacore.com>
617
618 * lib/ada.exp (find_ada_tool): New proc.
619 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
620 * gdb.ada/catch_ex_std.exp: New file.
621 * gdb.ada/catch_ex_std/foo.adb: New file.
622 * gdb.ada/catch_ex_std/some_package.adb: New file.
623 * gdb.ada/catch_ex_std/some_package.ads: New file.
624
625 2019-04-30 Tom Tromey <tromey@adacore.com>
626
627 PR c++/24470:
628 * gdb.cp/temargs.cc: Add test code from PR.
629
630 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.fortran/vla-datatypes.exp: Update expected results.
633 * gdb.fortran/vla-ptype.exp: Likewise.
634 * gdb.fortran/vla-type.exp: Likewise.
635 * gdb.fortran/vla-value.exp: Likewise.
636
637 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.fortran/ptr-indentation.exp: Update expected results.
640 * gdb.fortran/ptype-on-functions.exp: Likewise.
641 * gdb.fortran/vla-ptr-info.exp: Likewise.
642 * gdb.fortran/vla-value.exp: Likewise.
643
644 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.fortran/ptype-on-functions.exp: New file.
647 * gdb.fortran/ptype-on-functions.f90: New file.
648
649 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
652 case void string.
653
654 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
655
656 * gdb.fortran/complex.exp: Expand.
657 * gdb.fortran/complex.f: Renamed to...
658 * gdb.fortran/complex.f90: ...this, and extended to add more
659 complex values.
660
661 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
662
663 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
664 MODULO, CMPLX.
665
666 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
667 Richard Bunt <richard.bunt@arm.com>
668
669 * gdb.base/max-depth.c: New file.
670 * gdb.base/max-depth.exp: New file.
671 * gdb.python/py-nested-maps.c: New file.
672 * gdb.python/py-nested-maps.exp: New file.
673 * gdb.python/py-nested-maps.py: New file.
674 * gdb.python/py-format-string.exp (test_max_depth): New proc.
675 (test_all_common): Call test_max_depth.
676 * gdb.fortran/max-depth.exp: New file.
677 * gdb.fortran/max-depth.f90: New file.
678 * gdb.go/max-depth.exp: New file.
679 * gdb.go/max-depth.go: New file.
680 * gdb.modula2/max-depth.exp: New file.
681 * gdb.modula2/max-depth.c: New file.
682 * lib/gdb.exp (get_print_expr_at_depths): New proc.
683
684 2019-04-29 Tom de Vries <tdevries@suse.de>
685
686 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
687
688 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
689
690 * gdb.base/callexit.exp: Test may-call-functions off.
691
692 2019-04-25 Keith Seitz <keiths@redhat.com>
693
694 PR c++/24367
695 * gdb.cp/meth-typedefs.cc (incomplete_struct)
696 (another_incomplete_struct, test_incomplete): New definitions.
697 (main): Use new definitions.
698 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
699 functions.
700
701 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
702
703 PR corefiles/11608
704 PR corefiles/18187
705 * gdb.base/coredump-filter-build-id.exp: New file.
706
707 2019-04-25 Alan Hayward <alan.hayward@arm.com>
708
709 * Makefile.in: Pass through GDBSERVER_DEBUG.
710 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
711 (gdbserver,debug): Add board setting.
712 * gdb.trace/tspeed.exp: Skip when debugging.
713 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
714 * lib/gdbserver-support.exp: Likewise
715
716 2019-04-24 Tom Tromey <tromey@adacore.com>
717
718 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
719 Rust.
720
721 2019-04-24 Tom Tromey <tromey@adacore.com>
722
723 * gdb.arch/amd64-eval.exp: Test bitfield return.
724 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
725 (class Foo) <return_bitfields>: New method.
726 (main): Call it.
727
728 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.cp/many-args.cc: New file.
731 * gdb.cp/many-args.exp: New file.
732
733 2019-04-23 Tom de Vries <tdevries@suse.de>
734
735 PR gdb/24433
736 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
737
738 2019-04-23 Alan Hayward <alan.hayward@arm.com>
739
740 * gdb.trace/backtrace.exp: Use nopie flag.
741 * gdb.trace/circ.exp: Likewise.
742 * gdb.trace/collection.exp: Likewise.
743 * gdb.trace/ftrace.exp: Likewise.
744 * gdb.trace/mi-trace-unavailable.exp: Likewise.
745 * gdb.trace/mi-traceframe-changed.exp: Likewise.
746 * gdb.trace/qtro.exp: Likewise.
747 * gdb.trace/read-memory.exp: Likewise.
748 * gdb.trace/report.exp: Likewise.
749 * gdb.trace/tfile.exp: Likewise.
750 * gdb.trace/tfind.exp: Likewise.
751 * gdb.trace/unavailable.exp: Likewise.
752
753 2019-04-22 Pedro Alves <palves@redhat.com>
754
755 * gdb.base/solib-probes-nosharedlibrary.c,
756 gdb.base/solib-probes-nosharedlibrary.exp: New files.
757
758 2019-04-19 Tom Tromey <tromey@adacore.com>
759
760 * gdb.ada/ptype_union.c: New file.
761 * gdb.ada/ptype_union.exp: New file.
762
763 2019-04-19 Tom Tromey <tromey@adacore.com>
764
765 PR symtab/24423:
766 * gdb.base/list0.h (foo): Add a control-l character.
767
768 2019-04-18 Tom de Vries <tdevries@suse.de>
769
770 PR gdb/24433
771 * boards/local-board.exp: Set sysroot to "".
772
773 2019-04-18 Tom de Vries <tdevries@suse.de>
774 Pedro Alves <palves@redhat.com>
775
776 PR gdb/24454
777 * gdb.threads/vfork-follow-child-exec.c: New file.
778 * gdb.threads/vfork-follow-child-exec.exp: New file.
779 * gdb.threads/vfork-follow-child-exit.c: New file.
780 * gdb.threads/vfork-follow-child-exit.exp: New file.
781
782 2019-04-15 Leszek Swirski <leszeks@google.com>
783
784 * gdb.arch/amd64-eval.cc: New file.
785 * gdb.arch/amd64-eval.exp: New file.
786
787 2019-04-11 Alan Hayward <alan.hayward@arm.com>
788
789 * gdb.server/sysroot.c: New test.
790 * gdb.server/sysroot.exp: New file.
791 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
792 matching param.
793
794 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.base/align.exp: Extend test to cover structures containing
797 only static fields.
798
799 2019-04-11 Tom de Vries <tdevries@suse.de>
800
801 * boards/cc-with-dwz-m.exp: New file.
802 * boards/cc-with-dwz.exp: New file.
803 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
804
805 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
806
807 * gdb.base/start-cpp.exp: New file.
808 * gdb.base/start-cpp.cc: New file.
809
810 2019-04-08 Kevin Buettner <kevinb@redhat.com>
811
812 * gdb.python/py-thrhandle.exp: Adjust tests to call
813 thread_from_handle instead of thread_from_thread_handle.
814
815 2019-04-08 Kevin Buettner <kevinb@redhat.com>
816
817 * gdb.python/py-thrhandle.exp: Add tests for
818 gdb.InferiorThread.handle.
819
820 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
821
822 * gdb.python/py-function.exp: Check calling helper function from
823 all languages.
824 * lib/gdb.exp (gdb_supported_languages): New proc.
825
826 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.base/complex-parts.c: New file.
829 * gdb.base/complex-parts.exp: New file.
830
831 2019-04-01 Tom Tromey <tromey@adacore.com>
832
833 PR symtab/23331:
834 * gdb.dwarf2/dw2-ranges-main.c: New file.
835 * gdb.dwarf2/dw2-ranges-psym.c: New file.
836 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
837
838 2019-03-30 Simon Marchi <simark@simark.ca>
839
840 * gdb.base/default.exp: Add values for $_gdb_major and
841 $_gdb_minor.
842
843 2019-03-29 Tom Tromey <tromey@adacore.com>
844
845 * gdb.base/help.exp: Tighten apropos regexp.
846
847 2019-03-29 Keith Seitz <keiths@redhat.com>
848
849 * gdb.fortran/array-bounds.exp: New file.
850 * gdb.fortran/array-bounds.f90: New file.
851
852 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
853
854 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
855
856 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
857
858 * gdb.multi/hello.c (main): Increase alarm timer.
859
860 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
861
862 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
863 factor when no hardware watchpoint support.
864
865 2019-03-28 Alan Hayward <alan.hayward@arm.com>
866 Pedro Alves <palves@redhat.com>
867
868 * boards/local-board.exp: set sysroot to /.
869
870 2019-03-27 Alan Hayward <alan.hayward@arm.com>
871
872 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
873 in child.
874
875 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
876
877 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
878 field.
879 (make_container): Initialise new field.
880 * gdb.python/py-prettyprint.exp: Add new tests.
881 * gdb.python/py-prettyprint.py (class ContainerPrinter)
882 <display_hint>: New method.
883
884 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
887 gdb_continue_to_breakpoint more throughout this test.
888 (run_lang_tests) Supply unique test names, and use
889 gdb_test_no_output.
890
891 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.base/finish-pretty.exp: Update expected results.
894 * gdb.base/pretty-print.c: New file.
895 * gdb.base/pretty-print.exp: New file.
896
897 2019-03-25 Pedro Alves <palves@redhat.com>
898
899 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
900 move comments outside list. Append '-i "" eof' section.
901
902 2019-03-22 Alan Hayward <alan.hayward@arm.com>
903
904 * README: Add pie options.
905 * gdb.base/break-interp.exp: Ensure pie is disabled.
906 * gdb.base/dump.exp: Likewise.
907 * lib/gdb.exp (gdb_compile): Add pie option.
908
909 2019-03-19 Tom Tromey <tromey@adacore.com>
910
911 * gdb.mi/mi2-cli-display.c: New file.
912 * gdb.mi/mi2-cli-display.exp: New file.
913
914 2019-03-18 Joel Brobecker <brobecker@adacore.com>
915 Tom Tromey <tromey@adacore.com>
916
917 * gdb.ada/ptype_array/pck.adb: New file.
918 * gdb.ada/ptype_array/pck.ads: New file.
919 * gdb.ada/ptype_array/foo.adb: New file.
920 * gdb.ada/ptype_array.exp: New file.
921
922 2019-03-14 Tom Tromey <tromey@adacore.com>
923
924 * gdb.base/style.exp: Add "set style sources" test.
925
926 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
927
928 * mi-breakpoint-location-ena-dis.exp: Rename to ...
929 * mi-breakpoint-multiple-locations.exp: ... this.
930 (make_breakpoints_pattern): New proc.
931 (do_test): Add mi_version parameter, test -break-insert,
932 -break-info and =breakpoint-created.
933
934 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * config/default.exp: Remove 'load_lib gdb.exp'.
937 * config/monitor.exp: Likewise.
938 * config/sid.exp: Likewise.
939 * config/sim.exp: Likewise.
940 * config/slite.exp: Likewise.
941 * config/unix.exp: Likewise.
942 * gdb.base/default.exp: Remove unhelpful comment.
943
944 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
947
948 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
951
952 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.fortran/type-kinds.exp: Update expected results.
955
956 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.fortran/type-kinds.exp: Test new integer type kind.
959
960 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
963 function.
964 (test_basic_parsing_of_type_kinds): Expand types tested.
965 (test_parsing_invalid_type_kinds): New function.
966
967 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.fortran/intrinsics.exp: New file.
970 * gdb.fortran/intrinsics.f90: New file.
971 * gdb.fortran/type-kinds.exp: New file.
972
973 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.fortran/dot-ops.exp: New file.
976
977 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
980 Check upper and lower case logical literals.
981
982 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.fortran/types.exp (test_float_literal_types_accepted):
985 Remove duplicate tests.
986
987 2019-03-06 Alan Hayward <alan.hayward@arm.com>
988
989 * lib/gdb.exp (builtin_cd): rename of cd.
990 (cd): Override builtin.
991
992 2019-03-06 Richard Bunt <richard.bunt@arm.com>
993
994 * gdb.fortran/function-calls.exp: New file.
995 * gdb.fortran/function-calls.f90: New test.
996
997 2019-03-04 Richard Bunt <richard.bunt@arm.com>
998
999 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1000 on user program standard output.
1001 * gdb.fortran/short-circuit-argument-list.f90: Record function
1002 calls.
1003
1004 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1005
1006 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1007 failure.
1008
1009 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1010
1011 PR gdb/8527
1012 * gdb.base/interrupt-daemon-attach.c,
1013 gdb.base/interrupt-daemon-attach.exp: New test.
1014
1015 2019-02-27 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.base/page.exp: Add tests for "set width/height -1".
1018
1019 2019-02-27 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/page.exp: Add tests for "set/show width/height" with
1022 "infinite" values.
1023
1024 2019-02-27 Tom Tromey <tromey@adacore.com>
1025
1026 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1027 2.4.
1028 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1029 workaround.
1030
1031 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1034 tests for structs with static members.
1035
1036 2019-02-26 Tom Tromey <tromey@adacore.com>
1037
1038 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1039 ValueError, not TypeError.
1040
1041 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1042
1043 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1044 call from main program.
1045
1046 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1049 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1050 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1051 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1052 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1053
1054 2019-02-22 Keith Seitz <keiths@redhat.com>
1055
1056 PR symtab/23853
1057 * gdb.base/symlink-sourcefile.c: New file.
1058 * gdb.base/symlink-sourcefile.exp: New file.
1059
1060 2019-02-20 Tom Tromey <tom@tromey.com>
1061
1062 * gdb.base/info_qt.exp: Update.
1063
1064 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1065
1066 * gdb.base/source.exp: Move "error in sourced script" code to
1067 the end.
1068 * gdb.base/source-error.gdb: Move contents to
1069 source-error-1.gdb. Add new code to source source-error-1.gdb.
1070 * gdb.base/source-error-1.gdb: New file, from previous
1071 source-error.gdb.
1072
1073 2019-02-17 Tom Tromey <tom@tromey.com>
1074
1075 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1076 for macro styling.
1077 * gdb.base/style.c (SOME_MACRO): New macro.
1078
1079 2019-02-17 Tom Tromey <tom@tromey.com>
1080
1081 * gdb.base/style.exp: Add line-wrapping tests.
1082 * gdb.base/page.exp: Add test for quitting during pagination.
1083
1084 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1085
1086 * gdb.ada/big_packed_array: New testcase.
1087 * gdb.ada/homonym.exp: Fix incorrect expected output for
1088 "break <homonym__get_value>" test.
1089
1090 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1091
1092 PR breakpoints/21870
1093 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1094 and prepare_for_testing. Add comment.
1095 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1096 redundant cleanup call. Clean up comment.
1097
1098 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1099
1100 PR breakpoints/21870
1101 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1102 * gdb.arch/aarch64-dbreg-contents.c: New file.
1103
1104 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1105
1106 * gdb.ada/mi_ref_changeable: New testcase.
1107
1108 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1109
1110 * gdb.base/attach.exp: Add double attach test.
1111
1112 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1113
1114 * lib/gdb.exp (default_gdb_start): Don't match pagination
1115 prompt.
1116 (gdb_init): Set stty_init.
1117
1118 2019-01-27 Tom Tromey <tom@tromey.com>
1119
1120 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1121 skip_python_tests.
1122
1123 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1124
1125 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1126 New structure.
1127 (struct struct_static_02_02): Likewise.
1128 (struct struct_static_02_03): Likewise.
1129 (struct struct_static_02_04): Likewise.
1130 (struct struct_static_04_01): Likewise.
1131 (struct struct_static_04_02): Likewise.
1132 (struct struct_static_04_03): Likewise.
1133 (struct struct_static_04_04): Likewise.
1134 (struct struct_static_06_01): Likewise.
1135 (struct struct_static_06_02): Likewise.
1136 (struct struct_static_06_03): Likewise.
1137 (struct struct_static_06_04): Likewise.
1138 (cmp_struct_static_02_01): Likewise.
1139 (cmp_struct_static_02_02): Likewise.
1140 (cmp_struct_static_02_03): Likewise.
1141 (cmp_struct_static_02_04): Likewise.
1142 (cmp_struct_static_04_01): Likewise.
1143 (cmp_struct_static_04_02): Likewise.
1144 (cmp_struct_static_04_03): Likewise.
1145 (cmp_struct_static_04_04): Likewise.
1146 (cmp_struct_static_06_01): Likewise.
1147 (cmp_struct_static_06_02): Likewise.
1148 (cmp_struct_static_06_03): Likewise.
1149 (cmp_struct_static_06_04): Likewise.
1150 (call_all): Test new structs.
1151 * gdb.base/infcall-nested-structs.exp: Likewise.
1152
1153 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1154 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1155
1156 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1157 * gdb.base/stack-protector.c: New test.
1158 * gdb.base/stack-protector.exp: New file.
1159 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1160 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1161 option.
1162 (gdb_compile): Remove stack protector for GCC and prevent
1163 recursion.
1164
1165 2019-01-16 Keith Seitz <keiths@redhat.com>
1166
1167 PR gdb/23773
1168 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1169
1170 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1171
1172 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1173 aliases.
1174 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1175 tests.
1176 * gdb.arch/powerpc-vector-regs.c: New file.
1177 * gdb.arch/powerpc-vector-regs.exp: New file.
1178
1179 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1180
1181 * gdb.arch/altivec-regs.exp: Fix the list passed to
1182 gdb_expect_list when testing "info vector".
1183
1184 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.base/style.exp: Don't include path in testname.
1187
1188 2019-01-10 Keith Seitz <keiths@redhat.com>
1189
1190 PR gdb/23712
1191 PR symtab/23010
1192 * gdb.dwarf2/multidictionary.exp: New file.
1193
1194 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1195
1196 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1197 (test_gnuv3_style_demangling): ... this.
1198 (test_lucid_style_demangling): Remove.
1199 (test_arm_style_demangling): Remove.
1200 (test_hp_style_demangling): Remove.
1201 (do_tests): Remove calls to the above.
1202
1203 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1206 case.
1207
1208 2019-01-06 Tom Tromey <tom@tromey.com>
1209
1210 PR gdb/28155:
1211 * gdb.dwarf2/typedef-void-finish.exp: New file.
1212
1213 2018-12-28 Tom Tromey <tom@tromey.com>
1214 Simon Marchi <simark@simark.ca>
1215
1216 * gdb.base/jit-exec.exp: New file.
1217 * gdb.base/jit-exec.c: New file.
1218 * gdb.base/jit-execd.c: New file.
1219
1220 2018-12-28 Tom Tromey <tom@tromey.com>
1221
1222 * gdb.base/style.exp: Update test to check for address styling.
1223
1224 2018-12-28 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1227 message.
1228
1229 2018-12-28 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.base/style.exp: Add test for version number styling.
1232
1233 2018-12-28 Tom Tromey <tom@tromey.com>
1234
1235 * gdb.base/style.exp: Add test for print_address_symbolic.
1236
1237 2018-12-28 Tom Tromey <tom@tromey.com>
1238
1239 * gdb.base/style.exp: Add test for breakpoint setting.
1240
1241 2018-12-28 Tom Tromey <tom@tromey.com>
1242
1243 * gdb.base/style.exp: Add test for variable names.
1244
1245 2018-12-28 Tom Tromey <tom@tromey.com>
1246
1247 * gdb.base/style.exp: New file.
1248 * gdb.base/style.c: New file.
1249
1250 2018-12-28 Tom Tromey <tom@tromey.com>
1251
1252 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1253 "dumb".
1254 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1255 the TERM environment variable.
1256
1257 2018-12-27 Tom Tromey <tom@tromey.com>
1258
1259 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1260 pagination test.
1261
1262 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1263
1264 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1265 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1266
1267 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1268
1269 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1270 Filename a.adb changed to bp_fun_addr.adb.
1271 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1272
1273 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1274
1275 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1276 non-PIE executables.
1277 * README: Mention the gdb,nopie_flag board setting.
1278 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1279 non-PIE executable.
1280 * gdb.arch/amd64-entry-value.exp: Likewise.
1281 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1282 * gdb.arch/i386-float.exp: Likewise.
1283 * gdb.arch/i386-signal.exp: Likewise.
1284 * gdb.mi/mi-reg-undefined.exp: Likewise.
1285
1286 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1287
1288 PR gdb/23974
1289 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1290
1291 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1292
1293 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1294 Update order of results accordingly.
1295
1296 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.base/annota1.exp: Update a test regexp.
1299
1300 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1303
1304 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1305
1306 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1307 (reuse_time): Initialize to REUSE_TIME_CAP.
1308 (check_rc): New function.
1309 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1310 Check pthread_create rc.
1311 (spawner_thread_func): Check pthread_create and pthread_join rc.
1312
1313 2018-12-08 Pedro Alves <palves@redhat.com>
1314
1315 * gdb.base/list.exp (test_forward_search): Rename to ...
1316 (test_forward_reverse_search): ... this. Also test reverse-search
1317 and the forward-search alias.
1318
1319 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1322 local timeout variable before return, and remove all local timeout
1323 variable entirely.
1324 (gdb_load): Likewise.
1325
1326 2018-12-01 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.base/gdb-caching-proc.exp: New file.
1329
1330 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1331
1332 * Makefile.in (TIMESTAMP): New variable.
1333 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1334 command.
1335 (check-single-racy): Likewise.
1336 (check/%.exp): Likewise.
1337 (check-racy/%.exp): Likewise.
1338 (workers/%.worker): Likewise.
1339 (build-perf): Likewise.
1340 (check-perf): Likewise.
1341 * README: Describe new "TS" and "TS_FORMAT" variables.
1342 * print-ts.py: New file.
1343
1344 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1345
1346 PR python/23714
1347 * gdb.python/python.exp: Test command repetition after
1348 gdb.execute.
1349
1350 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1353 is correctly aligned.
1354
1355 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1356
1357 * gdb.ada/info_auto_lang.exp: New testcase.
1358 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1359 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1360 * gdb.ada/info_auto_lang/some_c.c: New file.
1361
1362 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1363
1364 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1365 FUNC_lang language syntax.
1366
1367 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1368
1369 * gdb.base/info_minsym.c: New file.
1370 * gdb.base/info_minsym.exp: New file.
1371
1372 2018-11-19 Tom Tromey <tom@tromey.com>
1373
1374 PR rust/23625:
1375 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1376 * gdb.rust/expr.exp: Update expected output. Change one test.
1377
1378 2018-11-19 Tom Tromey <tom@tromey.com>
1379
1380 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1381
1382 2018-11-19 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1385 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1386 see the expected warning.
1387
1388 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1389
1390 PR gdb/22736:
1391 * gdb.cp/infcall-nodebug-lib.c: New test.
1392 * gdb.cp/infcall-nodebug-main.c: New test.
1393 * gdb.cp/infcall-nodebug.exp: New file.
1394
1395 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1396
1397 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1398 completer tests.
1399
1400 2018-11-09 Tom de Vries <tdevries@suse.de>
1401
1402 * gdb.base/msym-lang.c: New test.
1403 * gdb.base/msym-lang.exp: New file.
1404 * gdb.base/msym-lang-main.c: New test.
1405
1406 2018-11-08 Tom Tromey <tom@tromey.com>
1407
1408 PR gdb/23555:
1409 PR gdb/23838:
1410 * gdb.base/warning.exp: New file.
1411
1412 2018-11-08 Jan Beulich <jbeulich@suse.com>
1413
1414 * testsuite/gdb.arch/i386-avx512.c,
1415 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1416
1417 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1420 point hardware.
1421
1422 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1425 * gdb.dwarf2/missing-type-name.exp: New file.
1426
1427 2018-11-06 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.base/many-headers.c: New test.
1430 * gdb.base/many-headers.exp: New file.
1431
1432 2018-11-06 Jim Wilson <jimw@sifive.com>
1433
1434 * gdb.base/code_elim.exp: For riscv, set additional_flags
1435 to include -msmall-data-limit=0.
1436
1437 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1438
1439 * gdb.ada/watch_minus_l: New testcase.
1440
1441 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1442
1443 * gdb.arch/aix-sighandle.c: New file.
1444 * gdb.arch/aix-sighandle.exp: New file.
1445
1446 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1449 registers being unions.
1450
1451 2018-10-31 Tom de Vries <tdevries@suse.de>
1452
1453 * lib/valgrind.exp: New file.
1454 (vgdb_start, vgdb_stop): New procs, factored out of ...
1455 * gdb.base/valgrind-bt.exp: ... here, ...
1456 * gdb.base/valgrind-disp-step.exp: ... here and ...
1457 * gdb.base/valgrind-infcall.exp: ... here.
1458
1459 2018-10-31 Tom de Vries <tdevries@suse.de>
1460
1461 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1462
1463 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1464
1465 * gdb.dwarf2/void-type.c: New file.
1466 * gdb.dwarf2/void-type.exp: New file.
1467
1468 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1469
1470 * gdb.base/info_qt.c: New file.
1471 * gdb.base/info_qt.exp: New file.
1472
1473 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1474
1475 * gdb.arch/powerpc-htm-regs.c: New file.
1476 * gdb.arch/powerpc-htm-regs.exp: New file.
1477
1478 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1479
1480 * gdb.arch/powerpc-tar.c: New file.
1481 * gdb.arch/powerpc-tar.exp: New file.
1482
1483 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1484
1485 * gdb.arch/powerpc-ppr-dscr.c: New file.
1486 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1487
1488 2018-10-25 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1491
1492 2018-10-24 Tom de Vries <tdevries@suse.de>
1493
1494 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1495 longer exists error.
1496
1497 2018-10-24 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1500
1501 2018-10-24 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1504 --db-attach in valgrind.
1505
1506 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.arch/riscv-reg-aliases.c: New file.
1509 * gdb.arch/riscv-reg-aliases.exp: New file.
1510
1511 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1512
1513 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1514
1515 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1516
1517 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1518
1519 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1520
1521 * gdb.cp/ovldbreak.exp: Fix regexps.
1522
1523 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1524
1525 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1526
1527 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1528
1529 PR cli/23785
1530 * gdb.base/restore.exp: New test to check if "restore" with an
1531 invalid file doesn't segfault.
1532
1533 2018-10-18 Tom de Vries <tdevries@suse.de>
1534
1535 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1536 * gdb.ada/excep_handle.exp: Same.
1537 * gdb.ada/mi_string_access.exp: Same.
1538 * gdb.ada/mi_var_union.exp: Same.
1539 * gdb.arch/arc-analyze-prologue.exp: Same.
1540 * gdb.arch/arc-decode-insn.exp: Same.
1541 * gdb.base/readnever.exp: Same.
1542 * gdb.fortran/printing-types.exp: Same.
1543 * gdb.guile/scm-lazy-string.exp: Same.
1544
1545 2018-10-16 Tom de Vries <tdevries@suse.de>
1546
1547 PR gdb/23730
1548 * gdb.base/catch-follow-exec.c: Add copyright notice.
1549 * gdb.base/catch-follow-exec.exp: Rewrite to use
1550 gdb_spawn_with_cmdline_opts. Require gdb-native.
1551
1552 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1553
1554 * gdb.trace/actions-changed.exp: Check for arch support.
1555 * gdb.trace/actions.exp: Likewise.
1556 * gdb.trace/ax.exp: Likewise.
1557 * gdb.trace/backtrace.exp: Likewise.
1558 * gdb.trace/change-loc.exp: Likewise.
1559 * gdb.trace/deltrace.exp: Likewise.
1560 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1561 * gdb.trace/ftrace.exp: Likewise.
1562 * gdb.trace/infotrace.exp: Check for arch support.
1563 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1564 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1565 * gdb.trace/mi-tsv-changed.exp: Likewise.
1566 * gdb.trace/packetlen.exp: Likewise.
1567 * gdb.trace/passc-dyn.exp: Likewise.
1568 * gdb.trace/passcount.exp: Likewise.
1569 * gdb.trace/pending.exp: Likewise.
1570 * gdb.trace/range-stepping.exp: Check for shlib support.
1571 * gdb.trace/report.exp: Check for arch support.
1572 * gdb.trace/save-trace.exp: Likewise.
1573 * gdb.trace/signal.exp: Check for signal support.
1574 * gdb.trace/tfind.exp: Check for arch support.
1575 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1576 * gdb.trace/trace-common.h: Add comment.
1577 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1578 * gdb.trace/trace-enable-disable.exp: Likewise.
1579 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1580 * gdb.trace/tracecmd.exp: Check for arch support.
1581 * gdb.trace/tspeed.exp: Check for shlib and target support.
1582 * gdb.trace/tstatus.exp: Check for arch support.
1583 * gdb.trace/tsv.exp: Likewise.
1584 * gdb.trace/while-dyn.exp: Likewise.
1585 * gdb.trace/while-stepping.exp: Likewise.
1586 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1587
1588 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1589
1590 * gdb.trace/tspeed.exp: Remove nowarnings.
1591 (prepare_for_trace_test): Declare "global ipalib".
1592 * gdb.trace/tspeed.c: Include unistd.h.
1593 (main): Remove superfluous printf argument.
1594
1595 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1596
1597 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1598 directory prefix on the filename.
1599
1600 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1601
1602 * gdb.gdb/unittest.exp: Update expected message informing that
1603 selftests have been disabled.
1604 * gdb.server/unittest.exp: Likewise.
1605
1606 2018-10-09 Tom de Vries <tdevries@suse.de>
1607
1608 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1609 with runto_main.
1610
1611 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1612
1613 PR c++/16841
1614 * gdb.cp/virtbase2.cc: New file.
1615 * gdb.cp/virtbase2.exp: New file.
1616
1617 2018-10-06 Tom Tromey <tom@tromey.com>
1618
1619 PR python/19399:
1620 * gdb.python/py-inferior.exp: Add architecture test.
1621
1622 2018-10-06 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1625 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1626
1627 2018-10-06 Tom Tromey <tom@tromey.com>
1628
1629 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1630 of a "throw" catchpoint.
1631
1632 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1633
1634 * gdb.base/info-proc.exp: Update string expected from "help info
1635 proc".
1636
1637 2018-10-04 Tom Tromey <tom@tromey.com>
1638
1639 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1640 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1641 (test_initial_complaints, test_empty_complaints): Update.
1642 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1643
1644 2018-10-04 Tom Tromey <tom@tromey.com>
1645
1646 PR cli/19551:
1647 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1648 * lib/gdb.exp (gdb_file_cmd): Update.
1649 * gdb.stabs/weird.exp (print_weird_var): Update.
1650 * gdb.server/solib-list.exp: Update.
1651 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1652 * gdb.mi/mi-cli.exp: Update.
1653 * gdb.linespec/linespec.exp: Update.
1654 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1655 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1656 * gdb.cp/cp-relocate.exp: Update.
1657 * gdb.base/sym-file.exp: Update.
1658 * gdb.base/relocate.exp: Update.
1659 * gdb.base/readnever.exp: Update.
1660 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1661 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1662 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1663 * gdb.base/code_elim.exp: Update.
1664 * gdb.base/break-unload-file.exp (test_break): Update.
1665 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1666 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1667 Update.
1668 * gdb.base/attach.exp (do_attach_tests): Update.
1669 * gdb.base/sepdebug.exp: Update.
1670 * gdb.python/py-section-script.exp: Update.
1671
1672 2018-10-04 Tom Tromey <tom@tromey.com>
1673
1674 PR cli/22234:
1675 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1676 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1677 output.
1678
1679 2018-10-04 Tom Tromey <tom@tromey.com>
1680
1681 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1682 set width and height to 0.
1683 (test_command_line_attach_run): Use -quiet.
1684
1685 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1686
1687 * lib/gdb.exp (skip_ifunc_tests): New.
1688 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1689 other compile failures.
1690 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1691
1692 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1693
1694 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1695 is_amd64_regs_target.
1696
1697 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1698
1699 * gdb.arch/aarch64-sighandler-regs.c: New test.
1700 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1701 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1702
1703 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1704
1705 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1706 assembly.
1707
1708 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.base/frame-selection.exp: New file.
1711 * gdb.base/frame-selection.c: New file.
1712
1713 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1714
1715 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1716 pthread barrier.
1717 (main): Likewise.
1718
1719 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.base/large-frame-1.c: New file.
1722 * gdb.base/large-frame-2.c: New file.
1723 * gdb.base/large-frame.exp: New file.
1724 * gdb.base/large-frame.h: New file.
1725
1726 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1727
1728 PR gdb/20948
1729 * gdb.base/write_mem.exp: New test.
1730 * gdb.base/write_mem.c: Likewise.
1731
1732 2018-09-23 Tom Tromey <tom@tromey.com>
1733
1734 PR python/18852:
1735 * gdb.python/py-parameter.exp: Add test for parameter that throws
1736 on "set".
1737
1738 2018-09-23 Tom Tromey <tom@tromey.com>
1739
1740 PR python/17284:
1741 * gdb.python/py-template.exp (test_template_arg): Add test for
1742 negative template argument number.
1743
1744 2018-09-23 Tom Tromey <tom@tromey.com>
1745
1746 PR python/14062:
1747 * gdb.python/python.exp: Add test for post_event error.
1748
1749 2018-09-23 Tom Tromey <tom@tromey.com>
1750
1751 PR python/18170:
1752 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1753 convert pointers to int and long.
1754
1755 2018-09-23 Tom Tromey <tom@tromey.com>
1756
1757 PR python/20126:
1758 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1759 signed-ness conversion tests.
1760
1761 2018-09-23 Tom Tromey <tom@tromey.com>
1762
1763 PR python/18352;
1764 * gdb.python/py-value.exp (test_float_conversion): New proc.
1765 Use it.
1766
1767 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1768
1769 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1770
1771 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1772
1773 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1774 no readline.
1775 * gdb.base/utf8-identifiers.exp: Likewise.
1776 * gdb.cp/cpcompletion.exp: Likewise.
1777 * gdb.linespec/cpcompletion.exp: Likewise.
1778 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1779 * gdb.linespec/cpls-ops.exp: Likewise.
1780
1781 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1782 Chris January <chris.january@arm.com>
1783
1784 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1785 * gdb.fortran/short-circuit-argument-list.exp: New file.
1786 * gdb.fortran/short-circuit-argument-list.f90: New test.
1787
1788 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1791 "arch=" keyword when executing "-stack-list-frames".
1792
1793 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1794
1795 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1796 "arch=" keyword when executing "-stack-list-frames".
1797
1798 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1799
1800 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1801 break ada".
1802
1803 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1804
1805 PR python/23669
1806 * gdb.python/python.exp: Test gdb.execute("show commands").
1807
1808 2018-09-16 Tom Tromey <tom@tromey.com>
1809
1810 * gdb.base/new-ui.exp (do_execution_tests): Update.
1811 * gdb.base/dbx.exp (test_breakpoints): Update.
1812
1813 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1814
1815 * lib/gdb.exp (gdb_simple_compile): Add proc.
1816 (is_elf_target): Use gdb_simple_compile.
1817 (skip_altivec_tests): Likewise.
1818 (skip_vsx_tests): Likewise.
1819 (skip_tsx_tests): Likewise.
1820 (skip_btrace_tests): Likewise.
1821 (skip_btrace_pt_tests): Likewise.
1822 (gdb_can_simple_compile): Likewise.
1823 (gdb_has_argv0): Likewise.
1824 (gdb_target_symbol_prefix): Likewise.
1825 (target_supports_scheduler_locking): Likewise.
1826
1827 2018-09-13 Tom Tromey <tom@tromey.com>
1828
1829 * Makefile.in (TAGS): Recognize proc_with_prefix and
1830 gdb_caching_proc.
1831
1832 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1833
1834 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1835 method.
1836
1837 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1838
1839 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1840 and a few other Inferior properties when the Inferior is no
1841 longer valid.
1842
1843 2018-09-13 Tom Tromey <tom@tromey.com>
1844
1845 PR rust/23650:
1846 * gdb.rust/simple.exp: Add test for enum field access error.
1847
1848 2018-09-13 Tom Tromey <tom@tromey.com>
1849
1850 PR rust/23626:
1851 * gdb.rust/simple.rs (EmptyEnum): New type.
1852 (main): Use it.
1853 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1854
1855 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1856
1857 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1858 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1859 * gdb.python/py-symtab.exp: Update test printing an objfile.
1860
1861 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1862
1863 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1864 object.
1865
1866 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1867
1868 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1869 (support_complex_tests): Use gdb_can_simple_compile.
1870 (is_ilp32_target): Likewise.
1871 (is_lp64_target): Likewise.
1872 (is_64_target): Likewise.
1873 (is_amd64_regs_target): Likewise.
1874 (is_aarch32_target): Likewise.
1875 (gdb_int128_helper): Likewise.
1876
1877 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1878
1879 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1880
1881 2018-09-10 Jerome Guitton <guitton@adacore.com>
1882
1883 * gdb.ada/same_component_name: Add test for case of tagged record
1884 with variable-length fields.
1885
1886 2018-09-10 Xavier Roirand <roirand@adacore.com>
1887
1888 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1889 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1890 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1891 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1892
1893 2018-09-10 Xavier Roirand <roirand@adacore.com>
1894
1895 * gdb.ada/mi_string_access.exp: New testcase.
1896 * gdb.ada/mi_string_access/bar.adb: New file.
1897 * gdb.ada/mi_string_access/pck.adb: New file.
1898 * gdb.ada/mi_string_access/pck.asd: New file.
1899
1900 2018-09-10 Xavier Roirand <roirand@adacore.com>
1901
1902 * gdb.ada/mi_var_union.exp: New testcase.
1903 * gdb.ada/mi_var_union/bar.adb: New file.
1904 * gdb.ada/mi_var_union/pck.adb: New file.
1905 * gdb.ada/mi_var_union/pck.asd: New file.
1906
1907 2018-09-08 Tom Tromey <tom@tromey.com>
1908
1909 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1910
1911 2018-09-08 Tom Tromey <tom@tromey.com>
1912
1913 PR python/16047:
1914 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1915 (register_pretty_printers): Register new printer.
1916 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1917 test.
1918 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1919 (an_int_type3): New global.
1920
1921 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1922
1923 * gdb.ada/expr_with_funcall: New testcase.
1924
1925 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/packed_array_assign: New testcase.
1928
1929 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1932 names, and add test prefixes to make test names unique.
1933
1934 2018-09-05 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.dwarf2/varval.exp: Add test.
1937
1938 2018-09-04 Gary Benson <gbenson@redhat.com>
1939
1940 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1941 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1942
1943 2018-08-31 Tom Tromey <tom@tromey.com>
1944
1945 * gdb.rust/simple.rs: Rename second variable "v".
1946
1947 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.base/funcargs.c (use_a): New function.
1950 (recurse): Call use_a.
1951
1952 2018-08-29 Keith Seitz <keiths@redhat.com>
1953
1954 * gdb.compile/compile-cplus-anonymous.cc: New file.
1955 * gdb.compile/compile-cplus-anonymous.exp: New file.
1956 * gdb.compile/compile-cplus-array-decay.cc: New file.
1957 * gdb.compile/compile-cplus-array-decay.exp: New file.
1958 * gdb.compile/compile-cplus-inherit.cc: New file.
1959 * gdb.compile/compile-cplus-inherit.exp: New file.
1960 * gdb.compile/compile-cplus-member.cc: New file.
1961 * gdb.compile/compile-cplus-member.exp: New file.
1962 * gdb.compile/compile-cplus-method.cc: New file.
1963 * gdb.compile/compile-cplus-method.exp: New file.
1964 * gdb.compile/compile-cplus-mod.c: "New" file.
1965 * gdb.compile/compile-cplus-namespace.cc: New file.
1966 * gdb.compile/compile-cplus-namespace.exp: New file.
1967 * gdb.compile/compile-cplus-nested.cc: New file.
1968 * gdb.compile/compile-cplus-nested.exp: New file.
1969 * gdb.compile/compile-cplus-print.c: "New" file.
1970 * gdb.compile/compile-cplus-print.exp: "New" file.
1971 * gdb.compile/compile-cplus-virtual.cc: New file.
1972 * gdb.compile/compile-cplus-virtual.exp: New file.
1973 * gdb.compile/compile-cplus.c: "New" file.
1974 * gdb.compile/compile-cplus.exp: "New" file.
1975 * lib/compile-support.exp: New file.
1976
1977 2018-08-16 Gary Benson <gbenson@redhat.com>
1978
1979 PR gdb/13000:
1980 * gdb.base/batch-exit-status.exp: New file.
1981 * gdb.base/batch-exit-status.good-commands: Likewise.
1982 * gdb.base/batch-exit-status.bad-commands: Likewise.
1983
1984 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1985
1986 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1987 (struct struct02): Likewise.
1988 (struct struct03): Likewise.
1989 (struct struct04): Likewise.
1990 (struct struct_01_01): New struct.
1991 (struct struct_01_02): Likewise.
1992 (struct struct_01_03): Likewise.
1993 (struct struct_01_04): Likewise.
1994 (struct struct_02_01): Likewise.
1995 (struct struct_02_02): Likewise.
1996 (struct struct_02_03): Likewise.
1997 (struct struct_02_04): Likewise.
1998 (struct struct_04_01): Likewise.
1999 (struct struct_04_02): Likewise.
2000 (struct struct_04_03): Likewise.
2001 (struct struct_04_04): Likewise.
2002 (struct struct_05_01): Likewise.
2003 (struct struct_05_02): Likewise.
2004 (struct struct_05_03): Likewise.
2005 (struct struct_05_04): Likewise.
2006 (cmp_struct01): Remove function.
2007 (cmp_struct02): Likewise.
2008 (cmp_struct03): Likewise.
2009 (cmp_struct04): Likewise.
2010 (cmp_struct_01_01): Add Function.
2011 (cmp_struct_01_02): Likewise.
2012 (cmp_struct_01_03): Likewise.
2013 (cmp_struct_01_04): Likewise.
2014 (cmp_struct_02_01): Likewise.
2015 (cmp_struct_02_02): Likewise.
2016 (cmp_struct_02_03): Likewise.
2017 (cmp_struct_02_04): Likewise.
2018 (cmp_struct_04_01): Likewise.
2019 (cmp_struct_04_02): Likewise.
2020 (cmp_struct_04_03): Likewise.
2021 (cmp_struct_04_04): Likewise.
2022 (cmp_struct_05_01): Likewise.
2023 (cmp_struct_05_02): Likewise.
2024 (cmp_struct_05_03): Likewise.
2025 (cmp_struct_05_04): Likewise.
2026 (call_all): Add new structs.
2027 * gdb.base/infcall-nested-structs.exp: Likewise.
2028
2029 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2030
2031 * gdb.python/py-framefilter-mi.exp: Update regexp to
2032 check for "arch" field in frame output.
2033
2034 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2035
2036 * gdb.dwarf2/dw2-ranges-func.c: New file.
2037 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2038
2039 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2040
2041 * gdb.base/term.exp: Compare terminal settings with values from
2042 the inferior.
2043 * gdb.base/term.c: Get and set terminal settings.
2044
2045 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2046
2047 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2048 accommodate new "arch" field in frame output.
2049 * gdb.mi/mi-return.exp: Likewise.
2050 * gdb.mi/mi-stack.exp: Likewise.
2051 * gdb.mi/mi-syn-frame.exp: Likewise.
2052 * gdb.mi/user-selected-context-sync.exp: Likewise.
2053
2054 2018-08-19 Michael Spang <spang@google.com>
2055
2056 PR gdb/11786
2057 * gdb.base/gcore-tls-pie.c: New file.
2058 * gdb.base/gcore-tls-pie.exp: New file.
2059
2060 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2061
2062 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2063 * gdb.dwarf2/varval.c: New file.
2064 * gdb.dwarf2/varval.exp: New file.
2065
2066 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2067
2068 PR gdb/18931
2069 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2070
2071 2018-08-16 Keith Seitz <keiths@redhat.com>
2072
2073 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2074 tests expected to pass.
2075
2076 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2077
2078 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2079 -data-disassemble -a.
2080 (test_disassembly_bogus_args): Likewise.
2081
2082 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2085
2086 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.base/vla-optimized-out.exp: Add new test.
2089
2090 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.base/vla-optimized-out-o3.exp: Delete.
2093 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2094 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2095 deleted tests.
2096
2097 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 PR gdb/18050:
2100 * gdb.server/extended-remote-restart.c: New file.
2101 * gdb.server/extended-remote-restart.exp: New file.
2102
2103 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2104
2105 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2106 "set variable index = 42".
2107
2108 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2109
2110 * boards/index-cache-gdb.exp: New file.
2111 * gdb.dwarf2/index-cache.exp: New file.
2112 * gdb.dwarf2/index-cache.c: New file.
2113 * gdb.base/maint.exp: Check if we are using the index cache.
2114
2115 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2116
2117 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2118 MAKEFLAGS.
2119
2120 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2121
2122 * dg-extract-results.sh: Move to toplevel contrib.
2123 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2124 * Makefile.in (check-parallel-racy): Likewise.
2125
2126 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2129 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2130 tests if the target supports scheduler locking.
2131
2132 2018-08-04 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2135
2136 2018-08-02 Tom Tromey <tom@tromey.com>
2137
2138 PR symtab/16842.
2139 * gdb.cp/temargs.exp: Test "info address" of a template
2140 parameter.
2141
2142 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2143
2144 * gdb.python/py-mi-var-info-path-expression.c: New file.
2145 * gdb.python/py-mi-var-info-path-expression.py: New file.
2146 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2147
2148 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2149
2150 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2151 error after "cannot resolve name" string.
2152
2153 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2156 started.
2157 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2158
2159 2018-07-28 Tom de Vries <tdevries@suse.de>
2160
2161 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2162
2163 2018-07-26 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2166
2167 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2170 is visible.
2171
2172 2018-07-26 Tom de Vries <tdevries@suse.de>
2173
2174 PR breakpoints/23366
2175 * gdb.base/catch-follow-exec.c: New test.
2176 * gdb.base/catch-follow-exec.exp: New file.
2177
2178 2018-07-25 Tom de Vries <tdevries@suse.de>
2179
2180 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2181 vla-optimized-out.c.
2182
2183 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2184
2185 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2186 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2187
2188 2018-07-20 Tom de Vries <tdevries@suse.de>
2189
2190 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2191 NOCLONE macro.
2192 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2193
2194 2018-07-19 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2197 regular expression.
2198
2199 2018-07-18 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.base/vla-optimized-out.c: New test.
2202 * gdb.base/vla-optimized-out.exp: New file.
2203
2204 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2205
2206 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2207 message "No address associated with hostname" when gdbserver
2208 cannot resolve the hostname.
2209
2210 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2211
2212 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2213 Add some test prefixes to make tests unique.
2214
2215 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2216
2217 * gdb.base/frameapply.c: New file.
2218 * gdb.base/frameapply.exp: New file.
2219
2220 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2221
2222 * gdb.base/skip.exp: Update expected error message.
2223
2224 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2225 Jan Kratochvil <jan.kratochvil@redhat.com>
2226 Paul Fertser <fercerpav@gmail.com>
2227 Tsutomu Seki <sekiriki@gmail.com>
2228
2229 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2230 parameter.
2231 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2232 by default.
2233 * boards/native-gdbserver.exp: Likewise.
2234 * gdb.server/run-without-local-binary.exp: Improve regexp used
2235 for detecting when a remote debugging connection succeeds.
2236 * gdb.server/server-connect.exp: New file.
2237 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2238 Do not prefix the port number with ":".
2239 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2240 support for detecting and using it. Add '$debughost_gdbserver'
2241 to the list of arguments used to start gdbserver. Handle case
2242 when gdbserver cannot resolve a network name.
2243
2244 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2245
2246 PR c++/23373
2247 * gdb.base/ptype-offsets.cc (struct static_member): New
2248 struct.
2249 (main) <stmember>: New variable.
2250 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2251 with a static member in it.
2252
2253 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2256 watchpoints enabled and disabled.
2257
2258 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.base/examine-backward.exp: Still run tests around address
2261 0x0, even if address 0x0 is not readable. Update the pattern for
2262 matching address 0x0 in expected output.
2263
2264 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2267 malloc/free.
2268
2269 2018-07-04 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2272
2273 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2274
2275 PR tdep/8282
2276 * gdb.arch/mips-disassembler-options.exp: New test.
2277 * gdb.arch/mips-disassembler-options.s: New test source.
2278
2279 2018-06-29 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.threads/names.exp: Adjust expected "info threads" output.
2282
2283 2018-06-29 Pedro Alves <palves@redhat.com>
2284
2285 * gdb.opt/inline-break.exp (line number, address): Add "info
2286 break" tests.
2287
2288 2018-06-29 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2291 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2292 number and address and running to them.
2293
2294 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2295
2296 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2297
2298 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2299
2300 * lib/compiler.c: Remove executable permission flag.
2301
2302 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2303
2304 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2305 code.
2306 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2307
2308 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2309
2310 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2311
2312 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2313
2314 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2315 address argument is omitted.
2316
2317 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2318
2319 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2320
2321 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2322
2323 PR gdb/21695
2324 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2325 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2326
2327 2018-06-26 Tom Tromey <tom@tromey.com>
2328
2329 PR rust/22574:
2330 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2331 * gdb.rust/simple.rs (struct SimpleLayout): New.
2332
2333 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2334
2335 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2336 "info registers" output.
2337
2338 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2339
2340 * gdb.base/watchpoint-hw-attach.c: New test.
2341 * gdb.base/watchpoint-hw-attach.exp: New file.
2342
2343 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2344
2345 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2346 through /bin/sh.
2347 * boards/dwarf4-gdb-index.exp: Likewise.
2348 * boards/fission-dwp.exp: Likewise.
2349
2350 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2351
2352 * gdb.base/float128.exp: Add comment and improved fail message
2353 to the failure case of "print large128" test.
2354
2355 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2356
2357 * configure.ac: Remove AC_PREREQ.
2358 * configure: Re-generate.
2359
2360 2018-06-19 Pedro Alves <palves@redhat.com>
2361
2362 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2363 (func_extern_caller): New.
2364 (main): Call func_extern_caller.
2365 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2366 logic change.
2367
2368 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2369
2370 PR gdb/16841
2371 * gdb.cp/typedef-base.cc: New file.
2372 * gdb.cp/typedef-base.exp: New file.
2373
2374 2018-06-18 Tom de Vries <tdevries@suse.de>
2375
2376 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2377
2378 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2379 Richard Bunt <Richard.Bunt@arm.com>
2380
2381 * gdb.threads/attach-slow-waitpid.c: New file.
2382 * gdb.threads/attach-slow-waitpid.exp: New file.
2383 * gdb.threads/slow-waitpid.c: New file.
2384
2385 2018-06-14 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/fork-running-state.c: Include <errno.h>.
2388 (exit_if_relative_exits): New.
2389 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2390 exits.
2391 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2392 child exits.
2393
2394 2018-06-14 Tom de Vries <tdevries@suse.de>
2395
2396 PR cli/22573
2397 * gdb.base/finish-pretty.c: New test.
2398 * gdb.base/finish-pretty.exp: New file.
2399
2400 2018-06-14 Pedro Alves <palves@redhat.com>
2401
2402 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2403 gdb's expected startup output.
2404
2405 2018-06-14 Pedro Alves <palves@redhat.com>
2406
2407 * lib/selftest-support.exp (selftest_setup): Remove inlined
2408 function handling.
2409
2410 2018-06-14 Tom de Vries <tdevries@suse.de>
2411
2412 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2413 matching of breakpoint printing.
2414
2415 2018-06-13 Tom de Vries <tdevries@suse.de>
2416
2417 PR testsuite/23269
2418 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2419 (fork_child): ... here, and ...
2420 (fork_parent): ... here.
2421
2422 2018-06-12 Tom de Vries <tdevries@suse.de>
2423
2424 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2425
2426 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2427 Stephen Roberts <stephen.roberts@arm.com>
2428
2429 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2430 rewrite test to describe action performed, rather than possible
2431 failure.
2432
2433 2018-06-08 Gary Benson <gbenson@redhat.com>
2434
2435 * gdb.threads/check-libthread-db.exp: New file.
2436 * gdb.threads/check-libthread-db.c: Likewise.
2437
2438 2018-06-05 Tom Tromey <tom@tromey.com>
2439
2440 * gdb.base/default.exp: Update expected "show version" output.
2441
2442 2018-06-05 Tom Tromey <tom@tromey.com>
2443
2444 PR cli/12326:
2445 * gdb.cp/static-print-quit.exp: Update.
2446 * lib/gdb.exp (pagination_prompt): Update.
2447 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2448 * gdb.python/python.exp: Update.
2449
2450 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2451
2452 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2453
2454 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2455
2456 * gdb.ada/bp_fun_addr: New testcase.
2457
2458 2018-06-01 Tom Tromey <tom@tromey.com>
2459
2460 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2461 results.
2462 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2463 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2464 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2465 * gdb.base/maint.exp (maint_pass_if): Update.
2466
2467 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2468
2469 * gdb.base/endian.exp: New test.
2470 * gdb.base/endian.c: New test source.
2471
2472 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 PR gdb/23203
2475 * gdb.base/bt-selected-frame.c: New file.
2476 * gdb.base/bt-selected-frame.exp: New file.
2477 * lib/gdb.exp (get_current_frame_number): New function.
2478
2479 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2480 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.threads/tls-core.c: Include <stdlib.h>
2483 (thread_proc): Call `abort'.
2484 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2485 (tls_core_test): New procedure, bits factored out from ...
2486 (top level): ... here. Test both native cores and gcore cores.
2487
2488 2018-05-23 Tom Tromey <tom@tromey.com>
2489
2490 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2491
2492 2018-05-23 Tom Tromey <tom@tromey.com>
2493
2494 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2495 symfile_complaints.
2496 (test_short_complaints): Likewise.
2497 (test_empty_complaints): Likewise.
2498 (test_initial_complaints): Update.
2499
2500 2018-05-23 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2503
2504 2018-05-23 Tom Tromey <tom@tromey.com>
2505
2506 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2507 (test_short_complaints): Update.
2508
2509 2018-05-22 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.base/remote.exp: Only gdb_start after compiling the
2512 testcase. Issue "disconnect" before testing "set remote" command
2513 defaults. Issue clean_restart before running to main.
2514
2515 2018-05-22 Pedro Alves <palves@redhat.com>
2516
2517 * gdb.base/remote.exp: Adjust expected output of "show remote
2518 memory-write-packet-size". Add tests for "set remote
2519 memory-write-packet-size 0" and "set remote
2520 memory-write-packet-size fixed/limit".
2521
2522 2018-05-22 Pedro Alves <palves@redhat.com>
2523
2524 PR gdb/22973
2525 * gdb.base/utf8-identifiers.c: New file.
2526 * gdb.base/utf8-identifiers.exp: New file.
2527
2528 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2529
2530 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2531
2532 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2533
2534 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2535
2536 2018-05-18 Tom Tromey <tom@tromey.com>
2537
2538 * gdb.base/ptype-offsets.exp: Update.
2539
2540 2018-05-17 Keith Seitz <keiths@redhat.com>
2541
2542 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2543 in expected breakpoint stop locations.
2544 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2545 move to proper scope to test variable values.
2546 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2547 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2548 New functions.
2549 (main): Call not_inline_func3.
2550 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2551 inline_func1, inline_func2, and inline_func3. Test that when each
2552 breakpoint is hit, GDB properly reports both the stop location
2553 and the backtrace. Repeat tests for temporary breakpoints.
2554
2555 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2556
2557 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2558 rather then trying to access it in determining whether the PID
2559 of `gdbserver' could have been retrieved.
2560
2561 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2562
2563 * gdb.arch/amd64-init-x87-values.S: New file.
2564 * gdb.arch/amd64-init-x87-values.exp: New file.
2565
2566 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2569
2570 2018-05-04 Tom Tromey <tom@tromey.com>
2571
2572 PR python/22730:
2573 * gdb.python/python.exp: Test multi-line execute.
2574
2575 2018-05-04 Tom Tromey <tom@tromey.com>
2576
2577 PR python/22731:
2578 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2579
2580 2018-05-04 Tom Tromey <tom@tromey.com>
2581
2582 PR gdb/11750:
2583 * gdb.base/define.exp: Test defining a user command inside a user
2584 command.
2585 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2586
2587 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2588 Pedro Alves <palves@redhat.com>
2589
2590 PR breakpoints/19806 and support for PR external/20207.
2591 * gdb.base/watchpoint-unaligned.c: New file.
2592 * gdb.base/watchpoint-unaligned.exp: New file.
2593
2594 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.base/maint.exp: Make test names unique, use
2597 test_prefix_command_help to test 'help maint info', and remove
2598 repeated test of 'help maint'.
2599
2600 2018-05-04 Tom Tromey <tom@tromey.com>
2601
2602 PR gdb/22619:
2603 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2604 behavior.
2605
2606 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.base/maint.exp: Process output from 'maint print registers'
2609 line at a time.
2610
2611 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2614 timeout.
2615
2616 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2619 filter pattern.
2620
2621 2018-05-02 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2624 to_log_command renames.
2625 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2626
2627 2018-05-02 Tom Tromey <tom@tromey.com>
2628
2629 * gdb.python/py-parameter.exp: Set test message.
2630
2631 2018-05-02 Tom Tromey <tom@tromey.com>
2632
2633 PR python/20084:
2634 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2635 PARAM_ZUINTEGER_UNLIMITED tests.
2636
2637 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2638
2639 PR rust/23124
2640 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2641 when casting.
2642
2643 2018-04-30 Tom Tromey <tom@tromey.com>
2644
2645 * gdb.python/py-type.exp: Check align attribute.
2646 * gdb.python/py-type.c: New "aligncheck" global.
2647
2648 2018-04-30 Tom Tromey <tom@tromey.com>
2649
2650 PR exp/17095:
2651 * gdb.dwarf2/dw2-align.exp: New file.
2652 * gdb.cp/align.exp: New file.
2653 * gdb.base/align.exp: New file.
2654 * lib/gdb.exp (gdb_int128_helper): New proc.
2655 (has_int128_c, has_int128_cxx): New caching procs.
2656
2657 2018-04-27 Tom Tromey <tom@tromey.com>
2658
2659 PR rust/22545:
2660 * gdb.rust/simple.exp: Add inclusive range tests.
2661
2662 2018-04-26 Pedro Alves <palves@redhat.com>
2663
2664 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2665 ifunc breakpoint locations correctly of ifunc breakpoints set
2666 while the program resolves the ifunc.
2667
2668 2018-04-26 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.base/gnu-ifunc-final.c: New file.
2671 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2672 * gdb.base/gnu-ifunc.exp (executable): Delete.
2673 (staticexecutable): Adjust.
2674 (lib_opts, exec_opts): Delete.
2675 (make_binsuffix, build, set-break): New procedures.
2676 (misc_tests): New, with tests factored out from the top level.
2677 (top level): Test different combinations of ifunc resolver name,
2678 resolver with and with debug info, and ifunc target with and
2679 without debug info. Wrap static tests with with_target_prefix.
2680
2681 2018-04-26 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2684 return type" warnings.
2685
2686 2018-04-25 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2689 killed".
2690 * gdb.base/kill-after-signal.exp: Likewise.
2691 * gdb.threads/kill.exp: Likewise.
2692
2693 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2694 Sergio Durigan Junior <sergiodj@redhat.com>
2695 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2698 regexps to expect for '[Inferior ... detached]' as well.
2699 * gdb.base/attach.exp: Likewise.
2700 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2701 "gdb_continue_to_end".
2702 (test_catch_syscall_with_wrong_args): Likewise.
2703 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2704 ']'. Don't set 'verbose' on.
2705 * gdb.base/foll-vfork.exp: Likewise.
2706 * gdb.base/fork-print-inferior-events.c: New file.
2707 * gdb.base/fork-print-inferior-events.exp: New file.
2708 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2709 '[Inferior ... has been killed]' message.
2710 * gdb.base/kill-after-signal.exp: Likewise.
2711 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2712 detach message.
2713 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2714 message.
2715 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2716 regexps to expect for '[Inferior ... detached]' as well.
2717 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2718
2719 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2720
2721 PR gdb/23104
2722 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2723
2724 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2725
2726 * gdb.threads/multiple-successive-infcall.c: New test.
2727 * gdb.threads/multiple-successive-infcall.exp: New file.
2728
2729 2018-04-17 Tom Tromey <tom@tromey.com>
2730
2731 * gdb.rust/simple.rs (Union): New type.
2732 (main): New local "u".
2733 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2734
2735 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2736
2737 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2738 number information in output of "whereis" command.
2739 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2740
2741 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2742
2743 * gdb.ada/info_types.exp: Adjust expected output to the line
2744 numbers now printed by "info var/func/type".
2745 * gdb.base/completion.exp: Likewise.
2746 * gdb.base/included.exp: Likewise.
2747 * gdb.cp/cp-relocate.exp: Likewise.
2748 * gdb.cp/cplusfuncs.exp: Likewise.
2749 * gdb.cp/namespace.exp: Likewise.
2750 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2751
2752 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2753
2754 * gdb.btrace/cpu.exp: New.
2755
2756 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2757
2758 * gdb.base/step-indirect-call-thunk.exp: New.
2759 * gdb.base/step-indirect-call-thunk.c: New.
2760 * gdb.reverse/step-indirect-call-thunk.exp: New.
2761 * gdb.reverse/step-indirect-call-thunk.c: New.
2762
2763 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2764
2765 * gdb.base/pie-fork.c: New file.
2766 * gdb.base/pie-fork.exp: New file.
2767
2768 2018-04-11 Tom Tromey <tom@tromey.com>
2769
2770 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2771
2772 2018-04-10 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2775 exits. Instead loop running forever.
2776 (fork_parent): Run forever too.
2777
2778 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2779
2780 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2781 mi_continue_to_line.
2782 * gdb.mi/mi-stack.c (callee4): Add comment.
2783
2784 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2785
2786 * gdb.mi/mi-stack.exp: Fix indentation.
2787
2788 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2789
2790 PR gdb/22979
2791 * gdb.arch/amd64-osabi.exp: New file.
2792
2793 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2794
2795 PR gdb/22980
2796 * gdb.base/osabi.exp: New file.
2797
2798 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2799
2800 * gdb.cp/static-typedef-print.exp: New file.
2801 * gdb.cp/static-typedef-print.cc: New file.
2802
2803 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2804
2805 * gdb.ada/varsize_limit: New testcase.
2806
2807 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2808
2809 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2810
2811 * gdb.ada/notcplusplus: New testcase.
2812
2813 * gdb.base/c-linkage-name.c: New file.
2814 * gdb.base/c-linkage-name.exp: New testcase.
2815
2816 2018-03-26 Tom Tromey <tom@tromey.com>
2817
2818 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2819 * gdb.python/py-framefilter.py (name_error): New global.
2820 (ErrorInName.function): Use name_error.
2821
2822 2018-03-26 Tom Tromey <tom@tromey.com>
2823
2824 PR backtrace/15582:
2825 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2826
2827 2018-03-23 Keith Seitz <keiths@redhat.com>
2828
2829 PR c++/22968
2830 * gdb.cp/subtypes.exp: New file.
2831 * gdb.cp/subtypes.h: New file.
2832 * gdb.cp/subtypes.cc: New file.
2833 * gdb.cp/subtypes-2.cc: New file.
2834
2835 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2836
2837 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2838 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2839 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2840 -nostartfiles when compiling the test. Confirm that all registers
2841 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2842
2843 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2846 option, syntax was wrong anyway.
2847 * gdb.arch/arm-disp-step.exp: Likewise.
2848 * gdb.arch/sparc64-regs.exp: Likewise.
2849 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2850 option, syntax was wrong anyway, switch to use
2851 prepare_for_testing.
2852 * gdb.arch/i386-disp-step.exp: Likewise.
2853
2854 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2855
2856 * gdb.ada/exec_changed.exp: Replace "target_info exists
2857 use_gdb_stub" by "use_gdb_stub".
2858 * gdb.ada/start.exp: Likewise.
2859 * gdb.base/async-shell.exp: Likewise.
2860 * gdb.base/attach-pie-misread.exp: Likewise.
2861 * gdb.base/attach-wait-input.exp: Likewise.
2862 * gdb.base/break-entry.exp: Likewise.
2863 * gdb.base/break-interp.exp: Likewise.
2864 * gdb.base/dprintf-detach.exp: Likewise.
2865 * gdb.base/nostdlib.exp: Likewise.
2866 * gdb.base/solib-nodir.exp: Likewise.
2867 * gdb.base/statistics.exp: Likewise.
2868 * gdb.base/testenv.exp: Likewise.
2869 * gdb.mi/mi-exec-run.exp: Likewise.
2870 * gdb.mi/mi-start.exp: Likewise.
2871 * gdb.multi/dummy-frame-restore.exp: Likewise.
2872 * gdb.multi/multi-arch-exec.exp: Likewise.
2873 * gdb.multi/multi-arch.exp: Likewise.
2874 * gdb.multi/tids.exp: Likewise.
2875 * gdb.multi/watchpoint-multi.exp: Likewise.
2876 * gdb.python/py-events.exp: Likewise.
2877 * gdb.threads/attach-into-signal.exp: Likewise.
2878 * gdb.threads/attach-stopped.exp: Likewise.
2879 * gdb.threads/threadapply.exp: Likewise.
2880 * lib/selftest-support.exp: Likewise.
2881
2882 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2883
2884 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2885
2886 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2887
2888 * gdb.perf/template-breakpoints.cc: New file.
2889 * gdb.perf/template-breakpoints.exp: New file.
2890 * gdb.perf/template-breakpoints.py: New file.
2891
2892 2018-03-19 Tom Tromey <tom@tromey.com>
2893
2894 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2895 y0.
2896 * gdb.rust/simple.exp: Test bare identifier form of struct
2897 initializer.
2898
2899 2018-03-19 Tom Tromey <tom@tromey.com>
2900
2901 * gdb.gdb/observer.exp: Remove.
2902
2903 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2904
2905 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2906 "qualified" option when setting breakpoints.
2907 * gdb.trace/backtrace.exp: Likewise.
2908 * gdb.trace/circ.exp: Likewise.
2909 * gdb.trace/collection.exp: Likewise.
2910 * gdb.trace/disconnected-tracing.exp: Likewise.
2911 * gdb.trace/ftrace-lock.exp: Likewise.
2912 * gdb.trace/ftrace.exp: Likewise.
2913 * gdb.trace/infotrace.exp: Likewise.
2914 * gdb.trace/packetlen.exp: Likewise.
2915 * gdb.trace/passc-dyn.exp: Likewise.
2916 * gdb.trace/qtro.exp: Likewise.
2917 * gdb.trace/read-memory.exp: Likewise.
2918 * gdb.trace/report.exp: Likewise.
2919 * gdb.trace/signal.exp: Likewise.
2920 * gdb.trace/status-stop.exp: Likewise.
2921 * gdb.trace/strace.exp: Likewise.
2922 * gdb.trace/tfind.exp: Likewise.
2923 * gdb.trace/trace-break.exp: Likewise.
2924 * gdb.trace/trace-condition.exp: Likewise.
2925 * gdb.trace/trace-mt.exp: Likewise.
2926 * gdb.trace/tstatus.exp: Likewise.
2927 * gdb.trace/tsv.exp: Likewise.
2928 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2929 * gdb.trace/unavailable.exp: Likewise.
2930 * gdb.trace/while-dyn.exp: Likewise.
2931
2932 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2933
2934 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2935 that libinproctrace is copied to the target.
2936
2937 2018-03-14 Tom Tromey <tom@tromey.com>
2938
2939 PR cli/14977:
2940 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2941 a null pointer.
2942 * gdb.base/wchar.exp: Likewise.
2943
2944 2018-03-14 Tom Tromey <tom@tromey.com>
2945
2946 PR cli/19918:
2947 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2948 flag.
2949
2950 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2951
2952 PR gdb/22841
2953 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2954 "target" to remote_exec.
2955
2956 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2957
2958 PR gdb/22841
2959 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2960 ${board}_upload): Remove.
2961
2962 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2963
2964 * gdb.cp/watch-cp.cc: New test.
2965 * gdb.cp/watch-cp.exp: New file.
2966
2967 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * gdb.base/infcall-nested-structs.exp: New file.
2970 * gdb.base/infcall-nested-structs.c: New file.
2971 * gdb.base/float.exp: Add riscv support.
2972
2973 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2974
2975 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2976 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2977
2978 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2979
2980 * gdb.server/abspath.exp: New file.
2981 * lib/gdb.exp (with_cwd): New procedure.
2982
2983 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2986 use it.
2987 (gdb_is_target_remote_prompt): New proc.
2988 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2989 (gdb_is_target_native): Pass prompt parameter to
2990 gdb_is_target_1.
2991
2992 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2993
2994 * gdb.base/load-command.c: New file.
2995 * gdb.base/load-command.exp: New file.
2996 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2997 (gdb_is_target_1): ...this, and generalize for other targets
2998 than just remote.
2999 (gdb_is_target_remote): Use gdb_is_target_1.
3000 (gdb_is_target_native): use gdb_is_target_1.
3001
3002 2018-02-26 Tom Tromey <tom@tromey.com>
3003
3004 PR python/16497:
3005 * gdb.python/py-framefilter.exp: Update test.
3006
3007 2018-02-26 Tom Tromey <tom@tromey.com>
3008
3009 * gdb.dwarf2/variant.c: New file.
3010 * gdb.dwarf2/variant.exp: New file.
3011
3012 2018-02-26 Tom Tromey <tom@tromey.com>
3013
3014 * gdb.rust/simple.exp: Accept more possible results in enum test.
3015
3016 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3017
3018 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3019 parentheses.
3020
3021 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3022
3023 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3024 name of a variable: $actual_linejj -> $actual_line.
3025
3026 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3027
3028 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3029
3030 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3031
3032 * gdb.btrace/buffer-size.exp: Do not force BTS.
3033
3034 2018-02-14 Pedro Alves <palves@redhat.com>
3035
3036 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3037 getting a "Quit".
3038
3039 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3040
3041 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3042 Fix test name.
3043
3044 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3045
3046 * gdb.cp/m-static.exp: Check type of optimized out static
3047 member.
3048
3049 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3050
3051 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3052 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3053
3054 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3055 Leszek Swirski <leszeks@google.com>
3056
3057 * gdb.python/py-prettyprint.c
3058 (struct to_string_returns_value_inner,
3059 struct to_string_returns_value_wrapper): New.
3060 (main): Add tsrvw variable.
3061 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3062 ToStringReturnsValueWrapper): New classes.
3063 (register_pretty_printers): Register new pretty-printers.
3064 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3065 recursive pretty printer.
3066 * gdb.python/py-mi.exp: Likewise.
3067
3068 2018-02-01 Leszek Swirski <leszeks@google.com>
3069
3070 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3071 functions with the same name as an include file are parsed
3072 correctly.
3073
3074 2018-02-01 Yao Qi <yao.qi@linaro.org>
3075
3076 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3077 "\[^\r\n\]*".
3078
3079 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3080
3081 * gdb.arch/powerpc-prologue-frame.s: New file.
3082 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3083 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3084
3085 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3086
3087 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3088
3089 2018-01-30 Pedro Alves <palves@redhat.com>
3090
3091 PR gdb/13211
3092 * gdb.base/interrupt-daemon.c: New.
3093 * gdb.base/interrupt-daemon.exp: New.
3094 * gdb.multi/multi-term-settings.c: New.
3095 * gdb.multi/multi-term-settings.exp: New.
3096
3097 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3098
3099 * gdb.base/break.exp: Save the location where the breakpoint
3100 on break.c:47 was actually inserted when debugging the version
3101 compiled at -O2 and use it in the expected output of the "info
3102 break" test performed soon after.
3103
3104 2018-01-22 Pedro Alves <palves@redhat.com>
3105 Sergio Durigan Junior <sergiodj@redhat.com>
3106
3107 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3108 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3109
3110 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3111
3112 * gdb.base/break-include.c, gdb.base/break-include.inc,
3113 gdb.base/break-include.exp: New files.
3114 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3115 line number now being the actual line number where the breakpoint
3116 was inserted.
3117 * gdb.mi/mi-break.exp: Likewise.
3118 * gdb.mi/mi-reverse.exp: Likewise.
3119 * gdb.mi/mi-simplerun.exp: Ditto.
3120
3121 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3122
3123 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3124 varobj.
3125 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3126
3127 2018-01-21 Don Breazeal <donb@codesourcery.com>
3128 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.mi/basics.c: Add new global.
3131 * gdb.mi/mi-frame-regs.exp: New file.
3132 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3133 case.
3134
3135 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3138 non-parameter, and on an unknown symbol.
3139
3140 2018-01-19 Tom Tromey <tom@tromey.com>
3141
3142 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3143 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3144
3145 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3146
3147 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3148 setrlimit and chdir to int.
3149
3150 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3151
3152 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3153 function.
3154 (my_tend): Likewise.
3155 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3156 rationale of avoiding FP- and vector instructions.
3157
3158 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3159
3160 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3161 "info reg" with "\[ \t\]*".
3162 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3163 "\[ \t\]+".
3164 * gdb.arch/s390-multiarch.exp: Ditto.
3165 * gdb.base/pc-fp.exp: Ditto.
3166 * gdb.reverse/i386-precsave.exp: Ditto.
3167 * gdb.reverse/i386-reverse.exp: Ditto.
3168 * gdb.reverse/i387-env-reverse.exp: Ditto.
3169 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3170
3171 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * lib/gdb.exp (gdb_compile): Re-enable use of
3174 universal_compile_options for languages other than Rust.
3175
3176 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3177
3178 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3179
3180 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3181
3182 PR gdb/16577
3183 * gdb.base/solib-vanish.exp: New.
3184 * gdb.base/solib-vanish-main.c: New.
3185 * gdb.base/solib-vanish-lib1.c: New.
3186 * gdb.base/solib-vanish-lib2.c: New.
3187
3188 2018-01-17 Yao Qi <yao.qi@linaro.org>
3189
3190 * gdb.compile/compile.exp: Match the address printed for
3191 frame in the output of command "bt".
3192
3193 2018-01-15 Tom Tromey <tom@tromey.com>
3194
3195 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3196 compute sp_reg.
3197
3198 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3201 to prepare.
3202 (prepare): Return 0 on error, 1 on success.
3203
3204 2018-01-12 Pedro Alves <palves@redhat.com>
3205
3206 * gdb.base/continue-after-aborted-step-over.c: New.
3207 * gdb.base/continue-after-aborted-step-over.exp: New.
3208
3209 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3212 options when not creating an executable.
3213
3214 2018-01-11 Pedro Alves <palves@redhat.com>
3215
3216 PR remote/22597
3217 * gdb.server/stop-reply-no-thread.c: New file.
3218 * gdb.server/stop-reply-no-thread.exp: New file.
3219
3220 2018-01-10 Pedro Alves <palves@redhat.com>
3221
3222 PR gdb/22670
3223 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3224 functions too. Test setting breakpoints and printing C functions
3225 with no debug info too.
3226 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3227
3228 2018-01-10 Pedro Alves <palves@redhat.com>
3229
3230 PR gdb/22670
3231 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3232 a fail.
3233
3234 2018-01-10 Pedro Alves <palves@redhat.com>
3235
3236 PR gdb/22670
3237 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3238
3239 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3240
3241 * gdb.server/unittest.exp: Match the output in non-development
3242 mode.
3243
3244 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 * gdb.gdb/unittest.exp: Match output in non-development mode.
3247
3248 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3249
3250 * gdb.ada/access_tagged_param.exp: Relax expected output
3251 for value of "ObjL" in "continue" to pck.inspect breakpoint
3252 test.
3253
3254 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3255
3256 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3257 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3258
3259 2018-01-05 Pedro Alves <palves@redhat.com>
3260
3261 PR gdb/18653
3262 * gdb.base/libsegfault.exp: New.
3263
3264 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3265
3266 PR gdb/22670
3267 * gdb.ada/access_tagged_param.exp: New file.
3268 * gdb.ada/access_tagged_param/foo.adb: New file.
3269
3270 2018-01-05 Pedro Alves <palves@redhat.com>
3271
3272 PR gdb/22670
3273 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3274 exercise lower case too, and to exercise both full matching and
3275 wild matching.
3276
3277 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3278
3279 * gdb.ada/rename_subscript_param: New testcase.
3280
3281 2018-01-05 Jerome Guitton <guitton@adacore.com>
3282
3283 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3284
3285 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.ada/convvar_comp: New testcase.
3288
3289 2018-01-05 Xavier Roirand <roirand@adacore.com>
3290
3291 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3292 (My_Table): New global variable.
3293 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3294
3295 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3296
3297 PR gdb/22670
3298 * gdb.ada/maint_with_ada: New testcase.
3299
3300 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3301
3302 PR gdb/22670
3303 * gdb.ada/bp_c_mixed_case: New testcase.
3304
3305 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3306
3307 PR gdb/22670
3308 * gdb.ada/complete.exp: Add "complete break ada" test.
3309
3310 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3311
3312 PR gdb/22670
3313 * gdb.ada/info_addr_mixed_case: New testcase.
3314
3315 2018-01-03 Xavier Roirand <roirand@adacore.com>
3316
3317 * gdb.ada/excep_handle.exp: New testcase.
3318 * gdb.ada/excep_handle/foo.adb: New file.
3319 * gdb.ada/excep_handle/pck.ads: New file.
3320
3321 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3322
3323 * gdb.base/step-line.c: Add extra empty line in copyright header.
3324 * gdb.base/step-line.inp: Likewise.
3325
3326 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.ada/dyn_stride.exp: Add slice test.
3329
3330 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3331
3332 * gdb.ada/dyn_stride: New testcase.
3333
3334 2017-12-27 Stafford Horne <shorne@gmail.com>
3335
3336 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3337 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3338
3339 2017-12-27 Stafford Horne <shorne@gmail.com>
3340
3341 * gdb.base/reggroups.c: New file.
3342 * gdb.base/reggroups.exp: New file.
3343
3344 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3345
3346 * gdb.dwarf2/ada-valprint-error.c: New file.
3347 * gdb.dwarf2/ada-valprint-error.exp: New file.
3348
3349 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3350
3351 * gdb.ada/assign_arr: New testcase.
3352
3353 2017-12-18 Xavier Roirand <roirand@adacore.com>
3354
3355 * gdb.ada/funcall_ptr: New testcase.
3356
3357 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3358
3359 PR cli/16224
3360 * gdb.base/ptype-offsets.cc: New file.
3361 * gdb.base/ptype-offsets.exp: New file.
3362
3363 2017-12-15 Yao Qi <yao.qi@linaro.org>
3364
3365 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3366 if XML is disabled.
3367
3368 2017-12-15 Xavier Roirand <roirand@adacore.com>
3369
3370 * gdb.ada/same_component_name: New testcase.
3371
3372 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3373
3374 * gdb.ada/str_binop_equal: New testcase.
3375
3376 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3377
3378 * gdb.ada/task_switch_in_core: New testcase.
3379
3380 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3381
3382 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3383 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3384 call test_bkpt_qualified.
3385 (test_bkpt_qualified): New proc.
3386
3387 2017-12-13 Pedro Alves <palves@redhat.com>
3388
3389 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3390 Tighten regexp by matching with an anchor.
3391
3392 2017-12-13 Pedro Alves <palves@redhat.com>
3393
3394 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3395 ("expression with namespace"): New set of tests.
3396 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3397 (Nested::Test_NS::qux): New.
3398 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3399 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3400
3401 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3402
3403 * gdb.base/server-del-break.c: New file.
3404 * gdb.base/server-del-break.exp: New file.
3405
3406 2017-12-12 Stafford Horne <shorne@gmail.com>
3407
3408 * gdb.xml/tdesc-regs.exp: Add or1k support.
3409
3410 2017-12-12 Stafford Horne <shorne@gmail.com>
3411
3412 * gdb.base/bp-permanent.c: Define nop of or1k.
3413
3414 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3415
3416 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3417 output with components being reordered.
3418
3419 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3420
3421 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3422 output with components being reordered.
3423
3424 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3425 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.base/maint.exp (check for .gdb_index): Check also for
3428 .debug_names.
3429 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3430 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3431 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3432 (.gdb_index used after symbol reloading): Support also .debug_names.
3433 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3434
3435 2017-12-08 Yao Qi <yao.qi@linaro.org>
3436
3437 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3438 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3439
3440 2017-12-08 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3443 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3444
3445 2017-12-08 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.arch/aarch64-tagged-pointer.c: New file.
3448 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3449
3450 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3451
3452 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3453 "int".
3454
3455 2017-12-07 Keith Seitz <keiths@redhat.com>
3456
3457 PR breakpoints/22569
3458 * gdb.linespec/ls-errs.exp: Change expected result of "break
3459 -source this file has spaces.c -line 3".
3460 Check that an explicit source file followed by whitespace is
3461 identified as an invalid explicit location.
3462
3463 2017-12-07 Keith Seitz <keiths@redhat.com>
3464
3465 * gdb.cp/nested-types.cc: New file.
3466 * gdb.cp/nested-types.exp: New file.
3467 * lib/cp-support.exp: Load data-structures.exp library.
3468 (debug_cp_test_ptype_class): New global.
3469 (cp_ptype_class_verbose, next_line): New procedures.
3470 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3471 Add and document new return value.
3472 Switch the list of lines to a queue.
3473 Add support for new `type' key for nested type definitions.
3474 Add debugging/troubleshooting messages.
3475 * lib/data-structures.exp: New file.
3476
3477 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3480 with proc_with_prefix, don't use with_test_prefix.
3481
3482 2017-12-07 Tom Tromey <tom@tromey.com>
3483
3484 * gdb.base/break.exp: Add test for empty "commands".
3485
3486 2017-12-07 Yao Qi <yao.qi@linaro.org>
3487
3488 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3489 malloc and catch syscall.
3490
3491 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3492
3493 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3494 tests for explicit locations.
3495
3496 2017-12-06 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3499 force-disabling XML descriptions.
3500
3501 2017-12-04 Pedro Alves <palves@redhat.com>
3502
3503 PR gdb/22499
3504 * gdb.arch/amd64-disp-step-avx.S: New file.
3505 * gdb.arch/amd64-disp-step-avx.exp: New file.
3506
3507 2017-12-03 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3510 and <string.h>.
3511 (parent_function): Print distinct messages when waitpid fails, or
3512 the child exits with a signal, or the child exits for an unhandled
3513 reason.
3514 * gdb.threads/process-dies-while-detaching.exp
3515 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3516 it. Wait for both inferior output and GDB's prompt. Use an
3517 indirect spawn id list.
3518 (do_detach): New parameter 'child_exit'. Use it to compute
3519 expected inferior output.
3520 (test_detach, test_detach_watch, test_detach_killed_outside):
3521 Adjust to pass down the expected child exit kind.
3522
3523 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3524 Sergio Durigan Junior <sergiodj@redhat.com>
3525 Pedro Alves <palves@redhat.com>
3526
3527 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3528
3529 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3530
3531 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3532 to 'symbol-file' and 'add-symbol-file' can be
3533 position-independent.
3534
3535 2017-12-01 Yao Qi <yao.qi@linaro.org>
3536
3537 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3538 the URL in copyright header.
3539 * gdb.arch/aarch64-fp.exp: Likewise.
3540 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3541 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3542 * gdb.base/expand-psymtabs.exp: Likewise.
3543 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3544 * gdb.fortran/common-block.exp: Likewise.
3545 * gdb.fortran/common-block.f90: Likewise.
3546 * gdb.fortran/logical.exp: Likewise.
3547 * gdb.fortran/vla-datatypes.f90: Likewise.
3548 * gdb.fortran/vla-sub.f90: Likewise.
3549
3550 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3551
3552 * gdb.ada/repeat_dyn: New testcase.
3553
3554 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3555
3556 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3557 Update for changed thread numbering.
3558 * gdb.cell/bt.exp: Update for changed GDB output.
3559
3560 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3561
3562 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3563 setting isremote by hand.
3564 * boards/dwarf4-gdb-index.exp: Likewise.
3565 * boards/fission.exp: Likewise.
3566 * boards/stabs.exp: Likewise.
3567
3568 2017-11-30 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.linespec/cpls-ops.exp
3571 (check_explicit_skips_function_argument): Extract the underlying
3572 type of size_t instead of hardcoding it.
3573
3574 2017-11-29 Pedro Alves <palves@redhat.com>
3575
3576 PR c++/19436
3577 * gdb.linespec/cpls-abi-tag.cc: New file.
3578 * gdb.linespec/cpls-abi-tag.exp: New file.
3579
3580 2017-11-29 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/langs.exp: Use -qualified.
3583 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3584 it.
3585 * gdb.cp/namespace.exp: Use -qualified.
3586 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3587 (overload-3, template-overload, template-ret-type, const-overload)
3588 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3589 procedures.
3590 (test_driver): Call them.
3591 * gdb.cp/save-bp-qualified.cc: New.
3592 * gdb.cp/save-bp-qualified.exp: New.
3593 * gdb.linespec/explicit.exp: Test -qualified.
3594 * lib/completion-support.exp (completion::explicit_opts_list): Add
3595 "-qualified".
3596 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3597
3598 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3599
3600 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3601
3602 2017-11-29 Tom Tromey <tom@tromey.com>
3603
3604 * gdb.base/relocate.exp: Update invalid argument test.
3605 Add new tests for invalid arguments.
3606
3607 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3608
3609 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3610 Return 0 as a long.
3611 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3612
3613 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3614
3615 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3616 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3617 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3618 func ().
3619 * gdb.cp/shadow.cc (B.func): Return 0.
3620
3621 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3622
3623 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3624 expected output in gdb_expect call to allow the exception
3625 message to be present as well. Fix syntax confusion to avoid
3626 TCL thinking that exception_name is an array.
3627
3628 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3629
3630 * gdb.arch/spu-info.c: Include <unistd.h>.
3631 (do_signal_test): Fix broken calls to write.
3632 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3633 Fix checks for empty mailboxes. Update signal tests for corrected
3634 do_signal_test routine. Allow nonzero event status.
3635 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3636 * gdb.cell/arch.exp: Use standard_output_file.
3637 * gdb.cell/break.exp: Likewise.
3638 * gdb.cell/bt.exp: Likewise.
3639 * gdb.cell/core.exp: Likewise.
3640 * gdb.cell/dwarfaddr.exp: Likewise.
3641 * gdb.cell/ea-cache.exp: Likewise.
3642 * gdb.cell/ea-standalone.exp: Likewise.
3643 * gdb.cell/f-regs.exp: Likewise.
3644 * gdb.cell/fork.exp: Likewise.
3645 * gdb.cell/gcore.exp: Likewise.
3646 * gdb.cell/mem-access.exp: Likewise.
3647 * gdb.cell/ptype.exp: Likewise.
3648 * gdb.cell/registers.exp: Likewise.
3649 * gdb.cell/sizeof.exp: Likewise.
3650 * gdb.cell/solib-symbol.exp: Likewise.
3651 * gdb.cell/solib.exp: Likewise.
3652
3653 2017-11-25 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.base/complete-empty.exp: New file.
3656 * gdb.base/completion.exp: Adjust.
3657
3658 2017-11-25 Pedro Alves <palves@redhat.com>
3659
3660 * gdb.linespec/cpls-ops.cc: New file.
3661 * gdb.linespec/cpls-ops.exp: New file.
3662 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3663 factored out from ...
3664 (test_complete_prefix_range): ... this.
3665
3666 2017-11-24 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.linespec/cpcompletion.exp: New file.
3669 * gdb.linespec/cpls-hyphen.cc: New file.
3670 * gdb.linespec/cpls.cc: New file.
3671 * gdb.linespec/cpls2.cc: New file.
3672 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3673 test to use test_gdb_complete_unique. Add label completion,
3674 keyword completion and explicit location completion tests.
3675 * lib/completion-support.exp: New file.
3676
3677 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3678
3679 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3680 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3681 when hitting an exception catchpoint.
3682
3683 2017-11-22 Yao Qi <yao.qi@linaro.org>
3684
3685 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3686
3687 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3688
3689 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3690 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3691 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3692
3693 2017-11-22 Yao Qi <yao.qi@linaro.org>
3694
3695 * gdb.base/info-os.exp: Pass pthreads.
3696 * gdb.multi/multi-attach.exp: Likewise.
3697
3698 2017-11-22 Yao Qi <yao.qi@linaro.org>
3699
3700 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3701 compiler.
3702
3703 2017-11-22 Yao Qi <yao.qi@linaro.org>
3704
3705 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3706 * gdb.base/break-interp.exp: Likewise.
3707 * gdb.base/jit-attach-pie.exp: Likewise.
3708
3709 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3710
3711 * gdb.base/float128.c (large128): New variable.
3712 * gdb.base/float128.exp: Add test to print largest __float128 value.
3713
3714 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3715
3716 * gdb.arch/vsx-regs.exp: Update register content checks.
3717
3718 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3719
3720 * gdb.arch/ppc-longdouble.exp: New file.
3721 * gdb.arch/ppc-longdouble.c: Likewise.
3722
3723 2017-11-21 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3726
3727 2017-11-20 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3730 (long_double_typedef): New typedefs.
3731 Use DEF on double and long double.
3732 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3733 cases.
3734 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3735 and 'long_double_ptr_same_size' locals. Use them to decide
3736 whether cast from array/function to float is valid/invalid.
3737
3738 2017-11-17 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.rust/traits.rs: New file.
3741 * gdb.rust/traits.exp: New file.
3742
3743 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3744
3745 * gdb.ada/minsyms: New testcase.
3746
3747 2017-11-16 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3750 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3751
3752 2017-11-16 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3755 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3756
3757 2017-11-16 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.server/reconnect-ctrl-c.c: New file.
3760 * gdb.server/reconnect-ctrl-c.exp: New file.
3761
3762 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3763
3764 * gdb.python/py-rbreak.exp: New file.
3765 * gdb.python/py-rbreak.c: New file.
3766 * gdb.python/py-rbreak-func2.c: New file.
3767
3768 2017-11-16 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3771 pattern.
3772 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3773 GDB.
3774
3775 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3778 regex.
3779
3780 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3781
3782 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3783 test names.
3784
3785 2017-11-09 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3788 factored out from ...
3789 (top level): ... here, and adjusted to avoid expecting beyond the
3790 prompt in a single gdb_test_multiple.
3791
3792 2017-11-09 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3795 output.
3796 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3797 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3798 * gdb.server/ext-run.exp ("kill" test): Likewise.
3799 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3800
3801 2017-11-09 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3804 match till end of line.
3805
3806 2017-11-09 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3809
3810 2017-11-09 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3813 New procedures, factored out from ...
3814 (top level): ... here, and adjusted to avoid expecting beyond the
3815 prompt in one go.
3816
3817 2017-11-09 Pedro Alves <palves@redhat.com>
3818
3819 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3820 output. Fix '?' match.
3821
3822 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3823
3824 * gdb.ada/scoped_watch: New testcase.
3825 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3826 which is actually correct.
3827 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3828 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3829
3830 2017-11-08 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.gdb/complaints.exp (test_initial_complaints)
3833 (test_serial_complaints, test_short_complaints): Call
3834 complaint_internal instead of complaint.
3835
3836 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3837
3838 * gdb.threads/tls-core.c: New file.
3839 * gdb.threads/tls-core.exp: Likewise.
3840
3841 2017-11-08 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3844 (p Exported_Capitalized): New test.
3845 (p exported_capitalized): New test.
3846
3847 2017-11-07 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3850
3851 2017-11-07 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3854 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3855 (disable_invalid, disable_inverted, disable_negative): New
3856 procedures.
3857 ("bad numbers"): New set of tests.
3858
3859 2017-11-07 Pedro Alves <palves@redhat.com>
3860
3861 * gdb.cp/ena-dis-br-range.exp: Add tests.
3862
3863 2017-11-07 Pedro Alves <palves@redhat.com>
3864
3865 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3866
3867 2017-11-07 Xavier Roirand <roirand@adacore.com>
3868 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.base/ena-dis-br.exp: Add reference to
3871 gdb.cp/ena-dis-br-range.exp.
3872 * gdb.cp/ena-dis-br-range.exp: New file.
3873 * gdb.cp/ena-dis-br-range.cc: New file.
3874
3875 2017-11-06 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/attach-non-pgrp-leader.c: New.
3878 * gdb.base/attach-non-pgrp-leader.exp: New.
3879
3880 2017-11-06 Pedro Alves <palves@redhat.com>
3881
3882 * configure.ac: No longer check for termio.h and sgtty.h.
3883 * configure: Regenerate.
3884 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3885 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3886 Remove termio and sgtty code.
3887
3888 2017-11-03 Yao Qi <yao.qi@linaro.org>
3889
3890 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3891 in GDB is disabled.
3892
3893 2017-11-03 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.python/py-thrhandle.exp: Skip it if python is not
3896 enabled.
3897
3898 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3899
3900 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3901 as a breakpoint command.
3902
3903 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3904
3905 PR python/21213
3906 * gdb.python/py-infthread.exp: Test calling
3907 InferiorThread.inferior () multiple times in a row.
3908
3909 2017-10-27 Keith Seitz <keiths@redhat.com>
3910
3911 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3912 Test "info break" for every inlined function breakpoint.
3913
3914 2017-10-27 Yao Qi <yao.qi@linaro.org>
3915
3916 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3917
3918 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3919
3920 * gdb.cp/classes.exp (test_static_members): Test printing
3921 Outer::instance.
3922 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3923 (Inner::instance, Outer::instance): New.
3924
3925 2017-10-24 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3928 extra console" test in two stages.
3929
3930 2017-10-24 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3933
3934 2017-10-24 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3937 loop.
3938
3939 2017-10-24 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3942 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3943
3944 2017-10-24 Pedro Alves <palves@redhat.com>
3945
3946 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3947 parameter and handle it. Don't output read value in test name.
3948
3949 2017-10-24 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3952 custom test name.
3953
3954 2017-10-24 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3957 include the unstable output directory name in the test's name.
3958 (initial_setup_simple) <'set args'>: Use custom test name.
3959
3960 2017-10-24 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3963 with explicit test name.
3964
3965 2017-10-20 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3968 'wait -i'. Use gdb_assert and remote_close.
3969
3970 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3971
3972 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3973 number from variable rather than hard-coded.
3974
3975 2017-10-19 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/long-inferior-output.c: New file.
3978 * gdb.base/long-inferior-output.exp: New file.
3979
3980 2017-11-18 Keith Seitz <keiths@redhat.com>
3981
3982 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3983 method.
3984 (main): Call it.
3985 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3986 Add additional user-defined conversion operator tests.
3987
3988 2017-10-17 Pedro Alves <palves@redhat.com>
3989
3990 * boards/native-stdio-gdbserver.exp: Load "local-board".
3991
3992 2017-10-17 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.base/quit-live.c: New file.
3995 * gdb.base/quit-live.exp: New file.
3996
3997 2017-10-16 Keith Seitz <keiths@redhat.com>
3998
3999 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4000 (class_with_protected_typedef, class_with_private_typedef)
4001 (struct_with_public_typedef, struct_with_protected_typedef)
4002 (struct_with_private_typedef): New classes/structs.
4003 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4004 typedefs and access specifiers.
4005
4006 2017-10-16 Pedro Alves <palves@redhat.com>
4007 Simon Marchi <simon.marchi@polymtl.ca>
4008
4009 * README (Local vs Remote vs Native): New section.
4010 * boards/local-board.exp: New file, with bits factored out from
4011 ...
4012 * boards/native-extended-gdbserver.exp: ... here. Load
4013 "local-board".
4014 * boards/native-gdbserver.exp: Load "local-board".
4015 (${board}_spawn, ${board}_exec): Delete.
4016 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4017 ...
4018 * boards/stdio-gdbserver-base.exp: ... this new file.
4019 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4020 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4021 procedure.
4022 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4023 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4024 stdio_gdbserver_command.
4025 (${board}_get_remote_address, ${board}_get_comm_port)
4026 (${board}_download, ${board}_upload): Delete.
4027 (get_target_remote_pipe_cmd): New.
4028
4029 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4032 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4033 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4034 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4035 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4036 remove with_test_prefix.
4037
4038 2017-10-13 Pedro Alves <palves@redhat.com>
4039
4040 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4041 * gdb.base/annota1.exp: Use it instead of is_remote.
4042 * gdb.base/annota3.exp: Use it instead of is_remote.
4043 * gdb.cp/annota2.exp: Use it instead of is_remote.
4044 * gdb.cp/annota3.exp: Use it instead of is_remote.
4045 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4046
4047 2017-10-13 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4050 (test_num_test_vars, run_and_count_vars, find_env)
4051 (test_set_unset_env, test_inherit_env_var): New procedures.
4052 (top level): Use them.
4053
4054 2017-10-13 Pedro Alves <palves@redhat.com>
4055
4056 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4057 also skip on stub-like targets.
4058
4059 2017-10-13 Pedro Alves <palves@redhat.com>
4060
4061 PR gdb/22293
4062 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4063 (top level): Move some tests to ...
4064 (test_not_found): ... this new procedure.
4065 (top level): Call it.
4066
4067 2017-10-13 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4070 expect different "info terminal" output if testing with a
4071 non-native target.
4072
4073 2017-10-13 Pedro Alves <palves@redhat.com>
4074 Simon Marchi <simon.marchi@polymtl.ca>
4075
4076 PR python/12966
4077 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4078
4079 2017-10-13 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4082 already.
4083
4084 2017-10-13 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4087 is_remote.
4088
4089 2017-10-13 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4092 is_remote.
4093
4094 2017-10-13 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4097 is set.
4098 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4099 instead of is_remote.
4100
4101 2017-10-13 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4104 (top level): Add comment.
4105
4106 2017-10-13 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.base/remote.exp (top level): Fix comment typo and add
4109 missing return.
4110
4111 2017-10-13 Pedro Alves <palves@redhat.com>
4112 Simon Marchi <simon.marchi@polymtl.ca>
4113
4114 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4115 calls and add comments. Skip test if use_gdb_stub is set.
4116 (top level): Use "set cwd" command instead of "cd" command.
4117
4118 2017-10-13 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4121 is_remote target check.
4122
4123 2017-10-13 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/scope.exp: Use build_executable + clean_restart +
4126 gdb_file_cmd instead of prepare_for_testing and no longer skip
4127 "before run" tests on is_remote target boards. Update comments.
4128 * boards/native-extended-gdbserver.exp
4129 (extended_gdbserver_load_last_file): New, factored out from ...
4130 (gdb_load): ... this. Move further below and add comment.
4131 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4132
4133 2017-10-12 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/attach.exp: Remove references to gdb64.
4136 * gdb.base/dbx.exp: Remove references to gdb64.
4137
4138 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4139 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.base/label.exp: Remove is_remote target check.
4142
4143 2017-10-12 Pedro Alves <palves@redhat.com>
4144
4145 * gdb.base/auvx.exp (coredir): Update comment.
4146 (top level) <core_works>: Use "set cwd" command instead of "cd"
4147 command.
4148
4149 2017-10-12 Pedro Alves <palves@redhat.com>
4150 Simon Marchi <simon.marchi@polymtl.ca>
4151
4152 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4153 target boards.
4154
4155 2017-10-12 Pedro Alves <palves@redhat.com>
4156 Simon Marchi <simon.marchi@polymtl.ca>
4157
4158 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4159 Instead skip if there's any gdb_protocol set.
4160
4161 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4162 Pedro Alves <palves@redhat.com>
4163
4164 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4165
4166 2017-10-12 Pedro Alves <palves@redhat.com>
4167 Simon Marchi <simon.marchi@polymtl.ca>
4168
4169 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4170 instead of on dejagnu remote boards.
4171
4172 2017-10-12 Pedro Alves <palves@redhat.com>
4173 Simon Marchi <simon.marchi@polymtl.ca>
4174
4175 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4176 checks. Use build_executable + clean_restart instead of
4177 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4178 of enabling non-stop after starting gdb.
4179
4180 2017-10-12 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4183 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4184 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4185 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4186
4187 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4188
4189 * gdb.arch/arc-tdesc-cpu.exp: New file.
4190 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4191
4192 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4193
4194 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4195
4196 2017-10-10 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4199 expect CLI output.
4200
4201 2017-10-10 Pedro Alves <palves@redhat.com>
4202
4203 * lib/selftest-support.exp (selftest_setup): Update for
4204 captured_command_loop's prototype change.
4205
4206 2017-10-09 Pedro Alves <palves@redhat.com>
4207
4208 Test both arch1=>arch2 and arch2=>arch1.
4209
4210 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4211 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4212 factored out to...
4213 (append_arch1_options, append_arch2_options, append_arch_options)
4214 (build_executables): New procedures.
4215 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4216 local.
4217 (top level): Add new 'first_arch' testing axis.
4218
4219 2017-10-09 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4222 (barrier): New.
4223 (thread_start, all_started): New functions.
4224 (main): Spawn new thread and wait until it is scheduled.
4225 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4226 option.
4227 (do_test): Add 'selected_thread' parameter. Run to all_started
4228 instead of main. Explicitly set the breakpoint at main. Switch
4229 to the SELECTED_THREAD thread.
4230 (top level): Test handling the exec event with either the main
4231 thread or the second thread selected.
4232
4233 2017-10-09 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4236 logic. Move STOP marker after the value checks.
4237 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4238 regexp.
4239
4240 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4241
4242 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4243
4244 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4245
4246 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4247 integer-to-dfp conversion.
4248 * gdb.base/dfp-test.exp: Likewise.
4249
4250 2017-10-04 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.multi/hangout.c: Include <unistd.h>.
4253 (hangout_loop): New function.
4254 (main): Call alarm. Call hangout_loop in a loop.
4255 * gdb.multi/hello.c: Include <unistd.h>.
4256 (hello_loop): New function.
4257 (main): Call alarm. Call hangout_loop in a loop.
4258 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4259 inferior with the other selected.
4260
4261 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4262
4263 * gdb.mi/list-thread-groups-available.exp: New file.
4264 * gdb.mi/list-thread-groups-available.c: New file.
4265
4266 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4267
4268 * gdb.base/set-cwd.exp: Make it available on
4269 native-extended-gdbserver.
4270
4271 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4272
4273 * gdb.base/set-cwd.c: New file.
4274 * gdb.base/set-cwd.exp: Likewise.
4275
4276 2017-10-02 Tom Tromey <tom@tromey.com>
4277
4278 PR rust/22236:
4279 * gdb.rust/simple.rs (main): New variable "fslice".
4280 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4281
4282 2017-10-02 Tom Tromey <tom@tromey.com>
4283
4284 * gdb.rust/simple.exp: Test ptype of a slice.
4285
4286 2017-10-02 Tom Tromey <tom@tromey.com>
4287
4288 * gdb.rust/simple.exp: Test index of slice.
4289
4290 2017-09-27 Tom Tromey <tom@tromey.com>
4291
4292 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4293
4294 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4295 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.base/compare-sections.exp (get value of read-only section): Read
4298 as unsigned value.
4299 (corrupt read-only section): Likewise and don't set written if patching
4300 failed.
4301
4302 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4303
4304 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4305 files.
4306
4307 2017-09-20 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4310 symbol names in gdb's output.
4311 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4312
4313 2017-09-20 Pedro Alves <palves@redhat.com>
4314
4315 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4316 Rename to ...
4317 (test_list_ambiguous_symbol): ... this and add a symbol name
4318 parameter. Adjust.
4319 (test_list_ambiguous_function): Reimplement on top of
4320 test_list_ambiguous_symbol and also test listing ambiguous
4321 variables.
4322 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4323 (ambiguous_fun): ... this.
4324 (ambiguous_var): New.
4325 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4326 (ambiguous_fun): ... this.
4327 (ambiguous_var): New.
4328
4329 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4330
4331 * gdb.base/starti.c: New file.
4332 * gdb.base/starti.exp: New file.
4333 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4334
4335 2017-09-14 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4338 (top level): Use it instead of runto.
4339
4340 2017-09-11 Tom Tromey <tom@tromey.com>
4341
4342 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4343
4344 2017-09-11 Tom Tromey <tom@tromey.com>
4345
4346 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4347 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4348
4349 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4350
4351 * gdb.fortran/printing-types.exp: New file.
4352 * gdb.fortran/printing-types.exp: New file.
4353
4354 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4355
4356 * gdb.fortran/vla-ptype.exp: Fix typos.
4357 * gdb.fortran/vla-value.exp: Same.
4358
4359 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4360
4361 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4362 * gdb.mi/mi-var-child-f.exp: Likewise.
4363 * gdb.mi/mi-vla-fortran.exp: Likewise.
4364
4365 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4366 Christoph Weinmann <christoph.t.weinmann@intel.com>
4367 Bernhard Heckel <bernhard.heckel@intel.com>
4368
4369 * gdb.fortran/ptr-indentation.f90: New file.
4370 * gdb.fortran/ptr-indentation.exp: New file.
4371
4372 2017-09-05 Tom Tromey <tom@tromey.com>
4373
4374 PR gdb/22010:
4375 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4376
4377 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4378
4379 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4380
4381 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.threads/tls-nodebug-pie.c: New file.
4384 * gdb.threads/tls-nodebug-pie.exp: New file.
4385
4386 2017-09-05 Tom Tromey <tom@tromey.com>
4387
4388 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4389 for rust.
4390
4391 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4392
4393 * gdb.multi/multi-arch-exec.exp: Test with different
4394 "follow-exec-mode" settings.
4395 (do_test): New procedure.
4396
4397 2017-09-04 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.base/func-static.c (S::method const, S::method volatile)
4400 (S::method volatile const): New methods.
4401 (c_s, v_s, cv_s): New instances.
4402 (main): Call method() on them.
4403 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4404 (cannot_resolve): New procedure.
4405 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4406 print-quote-unquoted columns.
4407 (do_test): Test printing each scope too.
4408
4409 2017-09-04 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/local-static.exp: Also test with
4412 class::method::variable wholly quoted.
4413 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4414
4415 2017-09-04 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/local-static.c: New.
4418 * gdb.base/local-static.cc: New.
4419 * gdb.base/local-static.exp: New.
4420
4421 2017-09-04 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.asm/asm-source.exp: Add casts to int.
4424 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4425 (dataglobal64_1, dataglobal64_2): New globals.
4426 * gdb.base/nodebug.exp: Test different expressions involving the
4427 new globals, with print, whatis and ptype. Add casts to int.
4428 * gdb.base/solib-display.exp: Add casts to int.
4429 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4430 * gdb.cp/m-static.exp: Add cast to int.
4431 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4432 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4433 tls variable with no debug info without a cast. Test with a cast
4434 to int too.
4435 * gdb.trace/entry-values.exp: Add casts.
4436
4437 2017-09-04 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/nodebug.exp: Test that ptype's error about functions
4440 with unknown return type includes the function name too.
4441
4442 2017-09-04 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4445 return type of munmap in infcall.
4446 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4447 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4448 type of ftell in infcall.
4449 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4450 type of getpid in infcall.
4451 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4452 infcall.
4453 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4454 Bail on failure to extract the pid.
4455 * gdb.base/nodebug.c: #include <stdint.h>.
4456 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4457 New functions.
4458 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4459 Change expected output of print/whatis/ptype with functions with
4460 no debug info. Test all supported languages. Call
4461 test_call_promotion.
4462 * gdb.compile/compile.exp: Adjust expected output to expect
4463 warning.
4464 * gdb.threads/siginfo-threads.exp: Likewise.
4465
4466 2017-09-04 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4469 "prototypes". Test calling float functions via prototyped and
4470 unprototyped function pointers.
4471 (perform_all_tests): New parameter "prototypes". Pass it down.
4472 (top level): Pass down "prototypes" parameter to
4473 perform_all_tests.
4474
4475 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4476
4477 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4478 Test with nested loops.
4479
4480 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4481
4482 * gdb.base/commands.exp: Call the new procedures.
4483 (loop_break_test, loop_continue_test): New procedures.
4484
4485 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4486
4487 * gdb.base/commands.exp: Call new procedure.
4488 (define_if_without_arg_test): New procedure.
4489
4490 2017-09-04 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/list-ambiguous.exp: New file.
4493 * gdb.base/list-ambiguous0.c: New file.
4494 * gdb.base/list-ambiguous1.c: New file.
4495 * gdb.base/list.exp (test_list_range): Adjust expected output.
4496
4497 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4498
4499 * gdb.base/share-env-with-gdbserver.c: New file.
4500 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4501
4502 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4503
4504 * gdb.base/commands.exp (gdbvar_simple_if_test,
4505 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4506 progvar_simple_if_test, progvar_simple_while_test,
4507 progvar_complex_if_while_test, user_defined_command_test,
4508 user_defined_command_args_eval,
4509 user_defined_command_args_stack_test,
4510 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4511 temporary_breakpoint_commands,
4512 gdb_test_no_prompt, redefine_hook_test,
4513 redefine_backtrace_test): Remove "global gdb_prompt".
4514
4515 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4516
4517 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4518 New proc, call it from toplevel.
4519
4520 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4521
4522 PR remote/21852
4523 * gdb.server/normal.c: New file, copied from gdb.base.
4524 * gdb.server/run-without-local-binary.exp: New file.
4525
4526 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4527
4528 * gdb.arch/sparc64-adi.exp: New file.
4529 * gdb.arch/sparc64-adi.c: New file.
4530
4531 2017-08-22 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4534 (top level): Add "list all overloads" tests.
4535
4536 2017-08-22 Tom Tromey <tom@tromey.com>
4537
4538 * gdb.gdb/xfullpath.exp: Remove.
4539
4540 2017-08-21 Pedro Alves <palves@redhat.com>
4541
4542 PR gdb/19487
4543 * gdb.base/symbol-alias.c: New.
4544 * gdb.base/symbol-alias2.c: New.
4545 * gdb.base/symbol-alias.exp: New.
4546
4547 2017-08-21 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/dfp-test.c
4550 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4551 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4552 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4553 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4554 * gdb.base/whatis-ptype-typedefs.c: New.
4555 * gdb.base/whatis-ptype-typedefs.exp: New.
4556 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4557 (an_int, an_int_type, an_int_type2): New globals.
4558 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4559 involving typedefs and cast expressions.
4560 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4561 (lookup_typedefs_function): New.
4562 (typedefs_pretty_printers_dict): New.
4563 (top level): Register lookup_typedefs_function in
4564 gdb.pretty_printers.
4565
4566 2017-08-18 Yao Qi <yao.qi@linaro.org>
4567
4568 * gdb.server/unittest.exp: New.
4569
4570 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4571
4572 PR gdb/21954
4573 * gdb.base/environ.exp: Add test to check if 'unset environment'
4574 works.
4575
4576 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4577
4578 * lib/gdb.exp (universal_compile_options): New caching proc.
4579 (gdb_compile): Suppress GCC's coloring of messages.
4580
4581 2017-08-14 Tom Tromey <tom@tromey.com>
4582
4583 PR gdb/21675:
4584 * gdb.base/printcmds.exp (test_radices): New function.
4585 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4586 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4587 * lib/gdb.exp (get_integer_valueof): Use p/d.
4588
4589 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4590
4591 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4592 characters.
4593
4594 2017-08-05 Tom Tromey <tom@tromey.com>
4595
4596 * gdb.rust/simple.exp: Allow String to appear in a different
4597 namespace.
4598
4599 2017-07-26 Yao Qi <yao.qi@linaro.org>
4600
4601 * gdb.gdb/unittest.exp: Invoke command
4602 "maintenance check xml-descriptions".
4603
4604 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4605
4606 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4607 calling context.
4608 (hex128): Drop erroneous calculation of parameters.
4609
4610 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.python/py-unwind.exp: Disable stack protection when
4613 building test file.
4614
4615 2017-07-20 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/default.exp (set language): Adjust expected output.
4618
4619 2017-07-20 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4622 (test_minsym): ... this, and make static.
4623 (get_pck__foo__bar__minsym): Rename to ...
4624 (get_test_minsym): ... this.
4625 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4626 symbol names and comments.
4627 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4628 (get_test_minsym): ... this.
4629 (pck__foo__bar__minsym__2): Rename to ...
4630 (test_minsym): ... this.
4631 (main): Adjust.
4632
4633 2017-07-17 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/completion.exp: Adjust expected output.
4636 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4637 the completer works.
4638
4639 2017-07-17 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4642
4643 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4646
4647 2017-07-14 Tom Tromey <tom@tromey.com>
4648
4649 PR rust/21764:
4650 * gdb.rust/simple.exp: Add tests.
4651
4652 2017-07-14 Tom Tromey <tom@tromey.com>
4653
4654 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4655
4656 2017-07-14 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.linespec/base/one/thefile.cc (z1): New function.
4659 * gdb.linespec/base/two/thefile.cc (z2): New function.
4660 * gdb.linespec/linespec.exp: Add tests.
4661
4662 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4665 to mi_create_breakpoint.
4666
4667 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4670 mi_create_breakpoint.
4671
4672 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4673
4674 * gdb.dlang/demangle.exp: Update for demangling changes.
4675
4676 2017-07-09 Tom Tromey <tom@tromey.com>
4677
4678 * gdb.dwarf2/shortpiece.exp: New file.
4679
4680 2017-07-06 David Blaikie <dblaikie@gmail.com>
4681
4682 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4683 built from fissiont-multi-cu{1,2}.c.
4684 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4685 except putting 'main' and 'func' in separate CUs in the same DWO file.
4686 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4687 test.
4688 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4689 test.
4690
4691 2017-07-06 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.python/py-unwind.exp: Test flushregs.
4694
4695 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4696
4697 PR cli/21688
4698 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4699 tests for alias commands and trailing whitespace.
4700
4701 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4702
4703 PR cli/21688
4704 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4705 procedure. Call it.
4706
4707 2017-06-29 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.base/printcmds.exp: Add tests.
4710
4711 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4712
4713 PR gdb/21337
4714 * gdb.base/reread-readsym.exp: New file.
4715 * gdb.base/reread-readsym.c: New file.
4716
4717 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4718
4719 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4720 subpattern.
4721
4722 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4723
4724 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4725 extended mnemonic.
4726 * gdb.arch/powerpc-power9.s: Likewise.
4727
4728 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4729
4730 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4731 on 32-bit x86 targets. Exploit is_*_target macros where
4732 appropriate.
4733
4734 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4735
4736 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4737 register pieces.
4738
4739 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4740
4741 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4742 located in one or more DWARF pieces.
4743
4744 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4745
4746 * lib/gdb.exp (get_endianness): New proc.
4747 * gdb.arch/aarch64-fp.exp: Use it.
4748 * gdb.arch/altivec-regs.exp: Likewise.
4749 * gdb.arch/e500-regs.exp: Likewise.
4750 * gdb.arch/vsx-regs.exp: Likewise.
4751 * gdb.base/dump.exp: Likewise.
4752 * gdb.base/funcargs.exp: Likewise.
4753 * gdb.base/gnu_vector.exp: Likewise.
4754 * gdb.dwarf2/formdata16.exp: Likewise.
4755 * gdb.dwarf2/implptrpiece.exp: Likewise.
4756 * gdb.dwarf2/nonvar-access.exp: Likewise.
4757 * gdb.python/py-inferior.exp: Likewise.
4758 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4759
4760 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4761
4762 PR gdb/21226
4763 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4764 stack value pieces are taken from the LSB end.
4765
4766 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4767
4768 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4769 variable at nonzero offset.
4770
4771 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4772
4773 * gdb.dwarf2/var-access.c: New file.
4774 * gdb.dwarf2/var-access.exp: New test.
4775 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4776
4777 2017-06-12 Tom Tromey <tom@tromey.com>
4778
4779 * gdb.dwarf2/formdata16.exp: Add tests.
4780
4781 2017-06-12 Tom Tromey <tom@tromey.com>
4782
4783 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4784
4785 2017-06-12 Tom Tromey <tom@tromey.com>
4786
4787 PR exp/16225:
4788 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4789 * gdb.arch/vsx-regs.exp: Update tests.
4790 * gdb.arch/s390-vregs.exp (hex128): New proc.
4791 Update test.
4792 * gdb.arch/altivec-regs.exp: Update tests.
4793
4794 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4795
4796 * gdb.base/startup-with-shell.c: New file.
4797 * gdb.base/startup-with-shell.exp: Likewise.
4798
4799 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4800
4801 * gdb.server/non-existing-program.exp: Update regex in order to
4802 reflect the fact that gdbserver is now using fork_inferior (with a
4803 shell) to startup the inferior.
4804
4805 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4806
4807 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4808 support function calls from GDB.
4809
4810 2017-05-21 Tom Tromey <tom@tromey.com>
4811
4812 PR rust/21466:
4813 * gdb.rust/unsized.exp: New file.
4814 * gdb.rust/unsized.rs: New file.
4815
4816 2017-05-19 Tom Tromey <tom@tromey.com>
4817
4818 PR rust/21484:
4819 * gdb.rust/watch.exp: New file.
4820 * gdb.rust/watch.rs: New file.
4821
4822 2017-05-18 Tom Tromey <tom@tromey.com>
4823
4824 * gdb.rust/simple.exp: Allow Box to be qualified.
4825
4826 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4827
4828 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4829
4830 2017-05-18 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/fileio.c (test_write, test_read, test_close)
4833 (test_fstat): Don't print 'ret' in the fail path.
4834
4835 2017-05-18 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4838 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4839 (test_system, test_rename, test_unlink, test_time): Change
4840 prototypes.
4841 * gdb.base/fileio.exp (stop_msg): Adjust.
4842
4843 2017-05-18 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/fileio.c (null_str): New global.
4846 (test_stat): Use it.
4847 * gdb.base/fileio.exp: Remove nowarnings.
4848
4849 2017-05-17 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4852
4853 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4854
4855 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4856 argument command.
4857 (top-level): Invoke test_set_inferior_tty.
4858
4859 2017-05-04 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4862 Add parens to print call for Python 3.
4863
4864 2017-05-03 Keith Seitz <keiths@redhat.com>
4865
4866 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4867 (main): Call it.
4868
4869 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4870
4871 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4872 to prev and next.
4873
4874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4875
4876 * gdb.python/py-record-btrace.exp: Remove test for
4877 gdb.BtraceInstruction.error.
4878
4879 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4880
4881 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4882
4883 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4884
4885 * gdb.python/py-record-btrace-threads.c: New file.
4886 * gdb.python/py-record-btrace-threads.exp: New file.
4887
4888 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4889
4890 PR testsuite/8595
4891 * gdb.base/environ.exp: Make test available in all architectures.
4892 Move bits related to "info program" testing to
4893 gdb.base/info-program.exp. Rewrite tests to use the two new
4894 procedures mentione below.
4895 (test_set_show_env_var) New procedure.
4896 (test_set_show_env_var_equal): Likewise.
4897 * gdb.base/info-program.exp: New file.
4898
4899 2017-04-27 Keith Seitz <keiths@redhat.com>
4900
4901 * gdb.cp/oranking.cc (test15): New function.
4902 (main): Call test15 and declare additional variables for testing.
4903 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4904 "p foo101('abc')" tests.
4905 Add tests for cv qualifier overloads.
4906 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4907 "lvalue reference overload" test.
4908 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4909 "print value of f1 on Child&& in f2" test.
4910
4911 2017-04-19 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4914 procedure.
4915 (top level): Call it.
4916 * lib/gdb.exp (gdb_define_cmd): New procedure.
4917
4918 2017-04-12 Pedro Alves <palves@redhat.com>
4919
4920 PR gdb/21323
4921 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4922 (wchar): New global.
4923 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4924 (do_test_wide_char, wide_char_types_no_program, top level): Add
4925 wchar_t testing.
4926
4927 2017-04-12 Pedro Alves <palves@redhat.com>
4928
4929 PR c++/21323
4930 * gdb.cp/wide_char_types.c: New file.
4931 * gdb.cp/wide_char_types.exp: New file.
4932
4933 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4934
4935 PR gdb/21352
4936 * gdb.trace/tsv.exp: Add test for "tsave -r".
4937
4938 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4939
4940 * gdb.dlang/watch-loc.c: New file.
4941 * gdb.dlang/watch-loc.exp: New file.
4942
4943 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4944
4945 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4946
4947 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4948
4949 * gdb.arch/arc-analyze-prologue.S: New file.
4950 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4951
4952 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4953
4954 * gdb.arch/arc-decode-insn.S: New file.
4955 * gdb.arch/arc-decode-insn.exp: Likewise.
4956
4957 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4958
4959 PR tdep/20928
4960 * gdb.arch/sparc64-regs.exp: New file.
4961 * gdb.arch/sparc64-regs.S: Likewise.
4962
4963 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4964
4965 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4966 and memory view on Python 3.
4967
4968 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4969 Keith Seitz <keiths@redhat.com>
4970
4971 PR gdb/14441
4972 * gdb.cp/demangle.exp: Add rvalue reference tests.
4973 * gdb.cp/rvalue-ref-casts.cc: New file.
4974 * gdb.cp/rvalue-ref-casts.exp: New file.
4975 * gdb.cp/rvalue-ref-overload.cc: New file.
4976 * gdb.cp/rvalue-ref-overload.exp: New file.
4977 * gdb.cp/rvalue-ref-params.cc: New file.
4978 * gdb.cp/rvalue-ref-params.exp: New file.
4979 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4980 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4981 * gdb.cp/rvalue-ref-types.cc: New file.
4982 * gdb.cp/rvalue-ref-types.exp: New file.
4983 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4984 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4985
4986 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4987
4988 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4989 New procedure.
4990
4991 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4992
4993 * lib/mi-support.exp (mi_gdb_test): Add additional message
4994 for unexpected output.
4995
4996 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4997
4998 * gdb.base/examine-backward.c (Barrier): New character array
4999 constant, to ensure that TestStrings is preceded by a string
5000 terminator.
5001
5002 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5003
5004 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5005 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5006 and implicit pointer into such a location.
5007
5008 2017-03-16 Doug Evans <dje@google.com>
5009
5010 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5011
5012 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5013
5014 * gdb.cp/m-static.exp: Fix expectation for prototype of
5015 test5.single_constructor and single_constructor::single_constructor.
5016
5017 2017-03-16 Doug Evans <dje@google.com>
5018
5019 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5020 * gdb.guile/scm-lazy-string.c: New file.
5021 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5022 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5023 for pointer, array, typedef lazy strings.
5024
5025 2017-03-16 Doug Evans <dje@google.com>
5026
5027 PR python/17728, python/18439, python/18779
5028 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5029 * gdb.python/py-lazy-string.c (pointer): New typedef.
5030 (main): New locals ptr, array, typedef_ptr.
5031 * gdb.python/py-value.exp: Move lazy string tests to ...
5032 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5033 array, typedef lazy strings.
5034
5035 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5036
5037 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5038 Add optional 'test' parameter.
5039
5040 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5041
5042 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5043 Skip for versions of DejaGnu < 1.5.
5044
5045 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5046
5047 * lib/gdb.exp (dejagnu_version): New proc.
5048 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5049 Use dejagnu_version.
5050
5051 2017-03-10 Keith Seitz <keiths@redhat.com>
5052
5053 PR c++/8128
5054 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5055 type from destructor regexps.
5056 Add a branch which actually passes the test.
5057 Adjust "ptype t5i" test names.
5058
5059 2017-03-08 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.base/step-over-exit.exp: Add explicit test message.
5062
5063 2017-03-08 Pedro Alves <palves@redhat.com>
5064
5065 PR gdb/18360
5066 * gdb.threads/interrupt-while-step-over.c: New file.
5067 * gdb.threads/interrupt-while-step-over.exp: New file.
5068
5069 2017-03-08 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5072 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5073
5074 2017-03-08 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5077 PKRU as not supported as a PASS.
5078
5079 2017-03-08 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5082 prefix instead of $binfile1/$binfile2.
5083 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5084 in test message.
5085 * gdb.python/py-completion.exp: Use "load python file" as test
5086 messages instead of unstable path names.
5087
5088 2017-03-08 Pedro Alves <palves@redhat.com>
5089 Jan Kratochvil <jan.kratochvil@redhat.com>
5090
5091 PR cli/21218
5092 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5093 New proc.
5094 (top level): Call it.
5095
5096 2017-03-08 Pedro Alves <palves@redhat.com>
5097
5098 PR tui/21216
5099 * gdb.tui/tui-nl-filtered-output.exp: New file.
5100
5101 2017-03-08 Pedro Alves <palves@redhat.com>
5102
5103 * gdb.base/completion.exp: Move TUI completion tests to ...
5104 * gdb.tui/completion.exp: ... this new file.
5105
5106 2017-03-08 Pedro Alves <palves@redhat.com>
5107
5108 * gdb.base/tui-disasm-long-lines.c,
5109 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5110 gdb.base/tui-layout.exp: Move to ...
5111 * gdb.tui/: ... this new directory.
5112
5113 2017-03-07 Pedro Alves <palves@redhat.com>
5114
5115 * gdb.base/tui-layout.c: New file.
5116 * gdb.base/tui-layout.exp: New file.
5117
5118 2017-03-07 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/tui-layout.c: Rename to ...
5121 * gdb.base/tui-disasm-long-lines.c: ... this.
5122 * gdb.base/tui-layout.exp: Rename to ...
5123 * gdb.base/tui-disasm-long-lines.exp: ... this.
5124
5125 2017-03-07 Pedro Alves <palves@redhat.com>
5126
5127 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5128
5129 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5130
5131 * i386-mpx-call.c: New file.
5132 * i386-mpx-call.exp: New file.
5133
5134 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5135
5136 * gdb.arch/powerpc-power.exp: Delete test.
5137 * gdb.arch/powerpc-power.s: Likewise.
5138 * gdb.disasm/disassembler-options.exp: New test.
5139 * gdb.arch/powerpc-altivec.exp: Likewise.
5140 * gdb.arch/powerpc-altivec.s: Likewise.
5141 * gdb.arch/powerpc-altivec2.exp: Likewise.
5142 * gdb.arch/powerpc-altivec2.s: Likewise.
5143 * gdb.arch/powerpc-altivec3.exp: Likewise.
5144 * gdb.arch/powerpc-altivec3.s: Likewise.
5145 * gdb.arch/powerpc-power7.exp: Likewise.
5146 * gdb.arch/powerpc-power7.s: Likewise.
5147 * gdb.arch/powerpc-power8.exp: Likewise.
5148 * gdb.arch/powerpc-power8.s: Likewise.
5149 * gdb.arch/powerpc-power9.exp: Likewise.
5150 * gdb.arch/powerpc-power9.s: Likewise.
5151 * gdb.arch/powerpc-vsx.exp: Likewise.
5152 * gdb.arch/powerpc-vsx.s: Likewise.
5153 * gdb.arch/powerpc-vsx2.exp: Likewise.
5154 * gdb.arch/powerpc-vsx2.s: Likewise.
5155 * gdb.arch/powerpc-vsx3.exp: Likewise.
5156 * gdb.arch/powerpc-vsx3.s: Likewise.
5157 * gdb.arch/arm-disassembler-options.exp: Likewise.
5158 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5159 * gdb.arch/s390-disassembler-options.exp: Likewise.
5160
5161 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5162
5163 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5164 (check_supported_features): ... this. Changed return type to void.
5165 (supports_rdseed): New static global.
5166 (rdseed): Check supports_rdseed.
5167 (initialize): Call check_supported_features.
5168
5169 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5170
5171 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5172 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5173 and lqarx/stqcx.
5174 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5175 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5176
5177 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5178
5179 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5180 uppercase.
5181
5182 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5183
5184 * gdb.dwarf2/formdata16.c: New file.
5185 * gdb.dwarf2/formdata16.exp: New file.
5186 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5187
5188 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5191 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5192 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5193 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5194 DW_AT_GNU_*.
5195
5196 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5199
5200 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5201
5202 PR gdb/21164
5203 * gdb.base/maint.exp: Add testcases for when the commands do
5204 not have arguments.
5205
5206 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5207
5208 * gdb.cp/chained-calls.exp: Use p instead of P.
5209
5210 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5211
5212 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5213 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5214
5215 2017-02-14 Tom Tromey <tom@tromey.com>
5216
5217 PR python/13598:
5218 * gdb.python/py-events.exp: Add before_prompt event tests.
5219
5220 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5221
5222 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5223
5224 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5225
5226 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5227 (main): Call my_unique_function_name.
5228 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5229 completion of patterns with a single match.
5230 Add missing -re switches to gdb_test_multiple calls.
5231
5232 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5233
5234 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5235 return if core file is not recognized.
5236
5237 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5240 and extra UIs.
5241
5242 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5243
5244 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5245 proc_with_prefix.
5246
5247 2017-02-10 Tom Tromey <tom@tromey.com>
5248
5249 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5250
5251 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5252
5253 PR gdb/21122
5254 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5255
5256 2017-02-08 Jerome Guitton <guitton@adacore.com>
5257
5258 * gdb.base/define.exp: Add test for command abbreviations
5259 in define.
5260
5261 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5262
5263 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5264 * gdb.reverse/insn-reverse-x86.c: New file.
5265
5266 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5267
5268 PR tdep/20936
5269 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5270
5271 2017-02-03 Tom Tromey <tom@tromey.com>
5272
5273 PR rust/21097:
5274 * gdb.rust/simple.exp: Add new tests.
5275
5276 2017-02-02 Pedro Alves <palves@redhat.com>
5277
5278 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5279 tests.
5280
5281 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5282
5283 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5284 taking a 2-byte value out of a 4-byte DWARF implicit value on
5285 big-endian targets.
5286 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5287 logic. Add test cases for DW_OP_implicit.
5288
5289 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5290
5291 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5292
5293 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5294
5295 * gdb.btrace/enable.exp: Call gdb_exit before
5296 skip_gdbserver_tests.
5297
5298 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5299
5300 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5301 GDBFLAGS.
5302
5303 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5304
5305 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5306 the test is skipped.
5307 * gdb.btrace/data.exp: Likewise.
5308 * gdb.btrace/delta.exp: Likewise.
5309 * gdb.btrace/dlopen.exp: Likewise.
5310 * gdb.btrace/enable-running.exp: Likewise.
5311 * gdb.btrace/enable.exp: Likewise.
5312 * gdb.btrace/exception.exp: Likewise.
5313 * gdb.btrace/function_call_history.exp: Likewise.
5314 * gdb.btrace/gcore.exp: Likewise.
5315 * gdb.btrace/instruction_history.exp: Likewise.
5316 * gdb.btrace/multi-thread-step.exp: Likewise.
5317 * gdb.btrace/nohist.exp: Likewise.
5318 * gdb.btrace/non-stop.exp: Likewise.
5319 * gdb.btrace/reconnect.exp: Likewise.
5320 * gdb.btrace/record_goto-step.exp: Likewise.
5321 * gdb.btrace/record_goto.exp: Likewise.
5322 * gdb.btrace/rn-dl-bind.exp: Likewise.
5323 * gdb.btrace/segv.exp: Likewise.
5324 * gdb.btrace/step.exp: Likewise.
5325 * gdb.btrace/stepi.exp: Likewise.
5326 * gdb.btrace/tailcall-only.exp: Likewise.
5327 * gdb.btrace/tailcall.exp: Likewise.
5328 * gdb.btrace/tsx.exp: Likewise.
5329 * gdb.btrace/unknown_functions.exp: Likewise.
5330 * gdb.btrace/vdso.exp: Likewise.
5331
5332 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5333
5334 * gdb.btrace/enable-running.c: New.
5335 * gdb.btrace/enable-running.exp: New.
5336
5337 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5338
5339 * gdb.arch/amd64-gs_base.c: New file.
5340 * gdb.arch/amd64-gs_base.exp: New file.
5341
5342 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5343
5344 * lib/memory.exp: Remove spurious empty newlines.
5345
5346 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5347
5348 * gdb.python/py-bad-printers.exp: Load python file using "source".
5349 * gdb.python/py-events.exp: Likewise.
5350 * gdb.python/py-evsignal.exp: Likewise.
5351 * gdb.python/py-evthreads.exp: Likewise.
5352 * gdb.python/py-frame-args.exp: Likewise.
5353 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5354 * gdb.python/py-framefilter-mi.exp: Likewise.
5355 * gdb.python/py-framefilter.exp: Likewise.
5356 * gdb.python/py-mi.exp: Likewise.
5357 * gdb.python/py-pp-maint.exp: Likewise.
5358 * gdb.python/py-pp-registration.exp: Likewise.
5359 * gdb.python/py-prettyprint.exp: Likewise.
5360 (run_lang_tests): Likewise.
5361 * gdb.python/py-typeprint.exp: Likewise.
5362
5363 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5364
5365 * lib/memory.exp: New file.
5366 * lib/gdb.exp: Load memory.exp.
5367 * gdb.base/memattr.exp (delete_memory): Move proc to
5368 lib/memory.exp and rename to delete_memory_regions.
5369 Replace delete_memory with delete_memory_regions.
5370 Cleanup memory regions before tests.
5371 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5372 before tests.
5373
5374 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5375
5376 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5377 files.
5378 (initialize): New function conditionally defined.
5379 (testcases): Move within conditional block.
5380 (main): Call initialize.
5381 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5382 of gdb.reverse/insn-reverse.c.
5383 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5384 gdb.reverse/insn-reverse.c.
5385
5386 2017-01-26 Yao Qi <yao.qi@linaro.org>
5387
5388 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5389 disassemble on address 0.
5390
5391 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5392 Yao Qi <yao.qi@linaro.org>
5393
5394 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5395 * gdb.dwarf2/implptr-64bit.S: Remove.
5396 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5397 variables in caller's context. Add DW_OP_implicit_value.
5398
5399 2017-01-25 Yao Qi <yao.qi@linaro.org>
5400
5401 * lib/dwarf.exp (Dwarf::_location): Handle
5402 DW_OP_GNU_implicit_pointer with proper size.
5403
5404 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5405
5406 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5407 and add untested calls.
5408
5409 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5410
5411 * gdb.python/python.exp: Check line number against what GDB thinks
5412 the line number is for func1.
5413
5414 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5415
5416 * gdb.dlang/debug-expr.exp: New file.
5417
5418 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5419
5420 Fix test names for the following files:
5421
5422 * gdb.ada/exec_changed.exp
5423 * gdb.ada/info_types.exp
5424 * gdb.arch/aarch64-atomic-inst.exp
5425 * gdb.arch/aarch64-fp.exp
5426 * gdb.arch/altivec-abi.exp
5427 * gdb.arch/altivec-regs.exp
5428 * gdb.arch/amd64-byte.exp
5429 * gdb.arch/amd64-disp-step.exp
5430 * gdb.arch/amd64-dword.exp
5431 * gdb.arch/amd64-entry-value-inline.exp
5432 * gdb.arch/amd64-entry-value-param.exp
5433 * gdb.arch/amd64-entry-value-paramref.exp
5434 * gdb.arch/amd64-entry-value.exp
5435 * gdb.arch/amd64-i386-address.exp
5436 * gdb.arch/amd64-invalid-stack-middle.exp
5437 * gdb.arch/amd64-invalid-stack-top.exp
5438 * gdb.arch/amd64-optimout-repeat.exp
5439 * gdb.arch/amd64-prologue-skip.exp
5440 * gdb.arch/amd64-prologue-xmm.exp
5441 * gdb.arch/amd64-stap-special-operands.exp
5442 * gdb.arch/amd64-stap-wrong-subexp.exp
5443 * gdb.arch/amd64-tailcall-cxx.exp
5444 * gdb.arch/amd64-tailcall-noret.exp
5445 * gdb.arch/amd64-tailcall-ret.exp
5446 * gdb.arch/amd64-tailcall-self.exp
5447 * gdb.arch/amd64-word.exp
5448 * gdb.arch/arm-bl-branch-dest.exp
5449 * gdb.arch/arm-disp-step.exp
5450 * gdb.arch/arm-neon.exp
5451 * gdb.arch/arm-single-step-kernel-helper.exp
5452 * gdb.arch/avr-flash-qualifier.exp
5453 * gdb.arch/disp-step-insn-reloc.exp
5454 * gdb.arch/e500-abi.exp
5455 * gdb.arch/e500-regs.exp
5456 * gdb.arch/ftrace-insn-reloc.exp
5457 * gdb.arch/i386-avx512.exp
5458 * gdb.arch/i386-bp_permanent.exp
5459 * gdb.arch/i386-byte.exp
5460 * gdb.arch/i386-cfi-notcurrent.exp
5461 * gdb.arch/i386-disp-step.exp
5462 * gdb.arch/i386-dr3-watch.exp
5463 * gdb.arch/i386-float.exp
5464 * gdb.arch/i386-gnu-cfi.exp
5465 * gdb.arch/i386-mpx-map.exp
5466 * gdb.arch/i386-mpx-sigsegv.exp
5467 * gdb.arch/i386-mpx-simple_segv.exp
5468 * gdb.arch/i386-mpx.exp
5469 * gdb.arch/i386-permbkpt.exp
5470 * gdb.arch/i386-prologue.exp
5471 * gdb.arch/i386-signal.exp
5472 * gdb.arch/i386-size-overlap.exp
5473 * gdb.arch/i386-unwind.exp
5474 * gdb.arch/i386-word.exp
5475 * gdb.arch/mips-fcr.exp
5476 * gdb.arch/powerpc-d128-regs.exp
5477 * gdb.arch/powerpc-stackless.exp
5478 * gdb.arch/ppc64-atomic-inst.exp
5479 * gdb.arch/s390-stackless.exp
5480 * gdb.arch/s390-tdbregs.exp
5481 * gdb.arch/s390-vregs.exp
5482 * gdb.arch/sparc-sysstep.exp
5483 * gdb.arch/thumb-bx-pc.exp
5484 * gdb.arch/thumb-singlestep.exp
5485 * gdb.arch/thumb2-it.exp
5486 * gdb.arch/vsx-regs.exp
5487 * gdb.asm/asm-source.exp
5488 * gdb.base/a2-run.exp
5489 * gdb.base/advance.exp
5490 * gdb.base/all-bin.exp
5491 * gdb.base/anon.exp
5492 * gdb.base/args.exp
5493 * gdb.base/arithmet.exp
5494 * gdb.base/async-shell.exp
5495 * gdb.base/async.exp
5496 * gdb.base/attach-pie-noexec.exp
5497 * gdb.base/attach-twice.exp
5498 * gdb.base/auto-load.exp
5499 * gdb.base/bang.exp
5500 * gdb.base/bitfields.exp
5501 * gdb.base/break-always.exp
5502 * gdb.base/break-caller-line.exp
5503 * gdb.base/break-entry.exp
5504 * gdb.base/break-inline.exp
5505 * gdb.base/break-on-linker-gcd-function.exp
5506 * gdb.base/break-probes.exp
5507 * gdb.base/break.exp
5508 * gdb.base/breakpoint-shadow.exp
5509 * gdb.base/call-ar-st.exp
5510 * gdb.base/call-sc.exp
5511 * gdb.base/call-signal-resume.exp
5512 * gdb.base/call-strs.exp
5513 * gdb.base/callfuncs.exp
5514 * gdb.base/catch-fork-static.exp
5515 * gdb.base/catch-gdb-caused-signals.exp
5516 * gdb.base/catch-load.exp
5517 * gdb.base/catch-signal-fork.exp
5518 * gdb.base/catch-signal.exp
5519 * gdb.base/catch-syscall.exp
5520 * gdb.base/charset.exp
5521 * gdb.base/checkpoint.exp
5522 * gdb.base/chng-syms.exp
5523 * gdb.base/code-expr.exp
5524 * gdb.base/code_elim.exp
5525 * gdb.base/commands.exp
5526 * gdb.base/completion.exp
5527 * gdb.base/complex.exp
5528 * gdb.base/cond-expr.exp
5529 * gdb.base/condbreak.exp
5530 * gdb.base/consecutive.exp
5531 * gdb.base/continue-all-already-running.exp
5532 * gdb.base/coredump-filter.exp
5533 * gdb.base/corefile.exp
5534 * gdb.base/dbx.exp
5535 * gdb.base/debug-expr.exp
5536 * gdb.base/define.exp
5537 * gdb.base/del.exp
5538 * gdb.base/disabled-location.exp
5539 * gdb.base/disasm-end-cu.exp
5540 * gdb.base/disasm-optim.exp
5541 * gdb.base/display.exp
5542 * gdb.base/duplicate-bp.exp
5543 * gdb.base/ena-dis-br.exp
5544 * gdb.base/ending-run.exp
5545 * gdb.base/enumval.exp
5546 * gdb.base/environ.exp
5547 * gdb.base/eu-strip-infcall.exp
5548 * gdb.base/eval-avoid-side-effects.exp
5549 * gdb.base/eval-skip.exp
5550 * gdb.base/exitsignal.exp
5551 * gdb.base/expand-psymtabs.exp
5552 * gdb.base/filesym.exp
5553 * gdb.base/find-unmapped.exp
5554 * gdb.base/finish.exp
5555 * gdb.base/float.exp
5556 * gdb.base/foll-exec-mode.exp
5557 * gdb.base/foll-exec.exp
5558 * gdb.base/foll-fork.exp
5559 * gdb.base/fortran-sym-case.exp
5560 * gdb.base/freebpcmd.exp
5561 * gdb.base/func-ptr.exp
5562 * gdb.base/func-ptrs.exp
5563 * gdb.base/funcargs.exp
5564 * gdb.base/gcore-buffer-overflow.exp
5565 * gdb.base/gcore-relro-pie.exp
5566 * gdb.base/gcore-relro.exp
5567 * gdb.base/gcore.exp
5568 * gdb.base/gdb1090.exp
5569 * gdb.base/gdb11530.exp
5570 * gdb.base/gdb11531.exp
5571 * gdb.base/gdb1821.exp
5572 * gdb.base/gdbindex-stabs.exp
5573 * gdb.base/gdbvars.exp
5574 * gdb.base/hbreak.exp
5575 * gdb.base/hbreak2.exp
5576 * gdb.base/included.exp
5577 * gdb.base/infcall-input.exp
5578 * gdb.base/inferior-died.exp
5579 * gdb.base/infnan.exp
5580 * gdb.base/info-macros.exp
5581 * gdb.base/info-os.exp
5582 * gdb.base/info-proc.exp
5583 * gdb.base/info-shared.exp
5584 * gdb.base/info-target.exp
5585 * gdb.base/infoline.exp
5586 * gdb.base/interp.exp
5587 * gdb.base/interrupt.exp
5588 * gdb.base/jit-reader.exp
5589 * gdb.base/jit-simple.exp
5590 * gdb.base/kill-after-signal.exp
5591 * gdb.base/kill-detach-inferiors-cmd.exp
5592 * gdb.base/label.exp
5593 * gdb.base/langs.exp
5594 * gdb.base/ldbl_e308.exp
5595 * gdb.base/line-symtabs.exp
5596 * gdb.base/linespecs.exp
5597 * gdb.base/list.exp
5598 * gdb.base/long_long.exp
5599 * gdb.base/longest-types.exp
5600 * gdb.base/maint.exp
5601 * gdb.base/max-value-size.exp
5602 * gdb.base/memattr.exp
5603 * gdb.base/mips_pro.exp
5604 * gdb.base/morestack.exp
5605 * gdb.base/moribund-step.exp
5606 * gdb.base/multi-forks.exp
5607 * gdb.base/nested-addr.exp
5608 * gdb.base/nextoverexit.exp
5609 * gdb.base/noreturn-finish.exp
5610 * gdb.base/noreturn-return.exp
5611 * gdb.base/nostdlib.exp
5612 * gdb.base/offsets.exp
5613 * gdb.base/opaque.exp
5614 * gdb.base/pc-fp.exp
5615 * gdb.base/permissions.exp
5616 * gdb.base/print-symbol-loading.exp
5617 * gdb.base/prologue-include.exp
5618 * gdb.base/psymtab.exp
5619 * gdb.base/ptype.exp
5620 * gdb.base/random-signal.exp
5621 * gdb.base/randomize.exp
5622 * gdb.base/range-stepping.exp
5623 * gdb.base/readline-ask.exp
5624 * gdb.base/recpar.exp
5625 * gdb.base/recurse.exp
5626 * gdb.base/relational.exp
5627 * gdb.base/restore.exp
5628 * gdb.base/return-nodebug.exp
5629 * gdb.base/return.exp
5630 * gdb.base/run-after-attach.exp
5631 * gdb.base/save-bp.exp
5632 * gdb.base/scope.exp
5633 * gdb.base/sect-cmd.exp
5634 * gdb.base/set-lang-auto.exp
5635 * gdb.base/set-noassign.exp
5636 * gdb.base/setvar.exp
5637 * gdb.base/sigall.exp
5638 * gdb.base/sigbpt.exp
5639 * gdb.base/siginfo-addr.exp
5640 * gdb.base/siginfo-infcall.exp
5641 * gdb.base/siginfo-obj.exp
5642 * gdb.base/siginfo.exp
5643 * gdb.base/signals-state-child.exp
5644 * gdb.base/signest.exp
5645 * gdb.base/sigstep.exp
5646 * gdb.base/sizeof.exp
5647 * gdb.base/skip.exp
5648 * gdb.base/solib-corrupted.exp
5649 * gdb.base/solib-nodir.exp
5650 * gdb.base/solib-search.exp
5651 * gdb.base/stack-checking.exp
5652 * gdb.base/stale-infcall.exp
5653 * gdb.base/stap-probe.exp
5654 * gdb.base/start.exp
5655 * gdb.base/step-break.exp
5656 * gdb.base/step-bt.exp
5657 * gdb.base/step-line.exp
5658 * gdb.base/step-over-exit.exp
5659 * gdb.base/step-over-syscall.exp
5660 * gdb.base/step-resume-infcall.exp
5661 * gdb.base/step-test.exp
5662 * gdb.base/store.exp
5663 * gdb.base/structs3.exp
5664 * gdb.base/sym-file.exp
5665 * gdb.base/symbol-without-target_section.exp
5666 * gdb.base/term.exp
5667 * gdb.base/testenv.exp
5668 * gdb.base/ui-redirect.exp
5669 * gdb.base/until.exp
5670 * gdb.base/unwindonsignal.exp
5671 * gdb.base/value-double-free.exp
5672 * gdb.base/vla-datatypes.exp
5673 * gdb.base/vla-ptr.exp
5674 * gdb.base/vla-sideeffect.exp
5675 * gdb.base/volatile.exp
5676 * gdb.base/watch-cond-infcall.exp
5677 * gdb.base/watch-cond.exp
5678 * gdb.base/watch-non-mem.exp
5679 * gdb.base/watch-read.exp
5680 * gdb.base/watch-vfork.exp
5681 * gdb.base/watchpoint-cond-gone.exp
5682 * gdb.base/watchpoint-delete.exp
5683 * gdb.base/watchpoint-hw-hit-once.exp
5684 * gdb.base/watchpoint-hw.exp
5685 * gdb.base/watchpoint-stops-at-right-insn.exp
5686 * gdb.base/watchpoints.exp
5687 * gdb.base/wchar.exp
5688 * gdb.base/whatis-exp.exp
5689 * gdb.btrace/buffer-size.exp
5690 * gdb.btrace/data.exp
5691 * gdb.btrace/delta.exp
5692 * gdb.btrace/dlopen.exp
5693 * gdb.btrace/enable.exp
5694 * gdb.btrace/exception.exp
5695 * gdb.btrace/function_call_history.exp
5696 * gdb.btrace/gcore.exp
5697 * gdb.btrace/instruction_history.exp
5698 * gdb.btrace/nohist.exp
5699 * gdb.btrace/reconnect.exp
5700 * gdb.btrace/record_goto-step.exp
5701 * gdb.btrace/record_goto.exp
5702 * gdb.btrace/rn-dl-bind.exp
5703 * gdb.btrace/segv.exp
5704 * gdb.btrace/step.exp
5705 * gdb.btrace/stepi.exp
5706 * gdb.btrace/tailcall-only.exp
5707 * gdb.btrace/tailcall.exp
5708 * gdb.btrace/tsx.exp
5709 * gdb.btrace/unknown_functions.exp
5710 * gdb.btrace/vdso.exp
5711 * gdb.compile/compile-ifunc.exp
5712 * gdb.compile/compile-ops.exp
5713 * gdb.compile/compile-print.exp
5714 * gdb.compile/compile-setjmp.exp
5715 * gdb.cp/abstract-origin.exp
5716 * gdb.cp/ambiguous.exp
5717 * gdb.cp/annota2.exp
5718 * gdb.cp/annota3.exp
5719 * gdb.cp/anon-ns.exp
5720 * gdb.cp/anon-struct.exp
5721 * gdb.cp/anon-union.exp
5722 * gdb.cp/arg-reference.exp
5723 * gdb.cp/baseenum.exp
5724 * gdb.cp/bool.exp
5725 * gdb.cp/breakpoint.exp
5726 * gdb.cp/bs15503.exp
5727 * gdb.cp/call-c.exp
5728 * gdb.cp/casts.exp
5729 * gdb.cp/chained-calls.exp
5730 * gdb.cp/class2.exp
5731 * gdb.cp/classes.exp
5732 * gdb.cp/cmpd-minsyms.exp
5733 * gdb.cp/converts.exp
5734 * gdb.cp/cp-relocate.exp
5735 * gdb.cp/cpcompletion.exp
5736 * gdb.cp/cpexprs.exp
5737 * gdb.cp/cplabel.exp
5738 * gdb.cp/cplusfuncs.exp
5739 * gdb.cp/cpsizeof.exp
5740 * gdb.cp/ctti.exp
5741 * gdb.cp/derivation.exp
5742 * gdb.cp/destrprint.exp
5743 * gdb.cp/dispcxx.exp
5744 * gdb.cp/enum-class.exp
5745 * gdb.cp/exception.exp
5746 * gdb.cp/exceptprint.exp
5747 * gdb.cp/expand-psymtabs-cxx.exp
5748 * gdb.cp/expand-sals.exp
5749 * gdb.cp/extern-c.exp
5750 * gdb.cp/filename.exp
5751 * gdb.cp/formatted-ref.exp
5752 * gdb.cp/fpointer.exp
5753 * gdb.cp/gdb1355.exp
5754 * gdb.cp/gdb2495.exp
5755 * gdb.cp/hang.exp
5756 * gdb.cp/impl-this.exp
5757 * gdb.cp/infcall-dlopen.exp
5758 * gdb.cp/inherit.exp
5759 * gdb.cp/iostream.exp
5760 * gdb.cp/koenig.exp
5761 * gdb.cp/local.exp
5762 * gdb.cp/m-data.exp
5763 * gdb.cp/m-static.exp
5764 * gdb.cp/mb-ctor.exp
5765 * gdb.cp/mb-inline.exp
5766 * gdb.cp/mb-templates.exp
5767 * gdb.cp/member-name.exp
5768 * gdb.cp/member-ptr.exp
5769 * gdb.cp/meth-typedefs.exp
5770 * gdb.cp/method.exp
5771 * gdb.cp/method2.exp
5772 * gdb.cp/minsym-fallback.exp
5773 * gdb.cp/misc.exp
5774 * gdb.cp/namelessclass.exp
5775 * gdb.cp/namespace-enum.exp
5776 * gdb.cp/namespace-nested-import.exp
5777 * gdb.cp/namespace.exp
5778 * gdb.cp/nextoverthrow.exp
5779 * gdb.cp/no-dmgl-verbose.exp
5780 * gdb.cp/non-trivial-retval.exp
5781 * gdb.cp/noparam.exp
5782 * gdb.cp/nsdecl.exp
5783 * gdb.cp/nsimport.exp
5784 * gdb.cp/nsnested.exp
5785 * gdb.cp/nsnoimports.exp
5786 * gdb.cp/nsrecurs.exp
5787 * gdb.cp/nsstress.exp
5788 * gdb.cp/nsusing.exp
5789 * gdb.cp/operator.exp
5790 * gdb.cp/oranking.exp
5791 * gdb.cp/overload-const.exp
5792 * gdb.cp/overload.exp
5793 * gdb.cp/ovldbreak.exp
5794 * gdb.cp/ovsrch.exp
5795 * gdb.cp/paren-type.exp
5796 * gdb.cp/parse-lang.exp
5797 * gdb.cp/pass-by-ref.exp
5798 * gdb.cp/pr-1023.exp
5799 * gdb.cp/pr-1210.exp
5800 * gdb.cp/pr-574.exp
5801 * gdb.cp/pr10687.exp
5802 * gdb.cp/pr12028.exp
5803 * gdb.cp/pr17132.exp
5804 * gdb.cp/pr17494.exp
5805 * gdb.cp/pr9067.exp
5806 * gdb.cp/pr9167.exp
5807 * gdb.cp/pr9631.exp
5808 * gdb.cp/printmethod.exp
5809 * gdb.cp/psmang.exp
5810 * gdb.cp/psymtab-parameter.exp
5811 * gdb.cp/ptype-cv-cp.exp
5812 * gdb.cp/ptype-flags.exp
5813 * gdb.cp/re-set-overloaded.exp
5814 * gdb.cp/ref-types.exp
5815 * gdb.cp/rtti.exp
5816 * gdb.cp/scope-err.exp
5817 * gdb.cp/shadow.exp
5818 * gdb.cp/smartp.exp
5819 * gdb.cp/static-method.exp
5820 * gdb.cp/static-print-quit.exp
5821 * gdb.cp/temargs.exp
5822 * gdb.cp/templates.exp
5823 * gdb.cp/try_catch.exp
5824 * gdb.cp/typedef-operator.exp
5825 * gdb.cp/typeid.exp
5826 * gdb.cp/userdef.exp
5827 * gdb.cp/using-crash.exp
5828 * gdb.cp/var-tag.exp
5829 * gdb.cp/virtbase.exp
5830 * gdb.cp/virtfunc.exp
5831 * gdb.cp/virtfunc2.exp
5832 * gdb.cp/vla-cxx.exp
5833 * gdb.disasm/t01_mov.exp
5834 * gdb.disasm/t02_mova.exp
5835 * gdb.disasm/t03_add.exp
5836 * gdb.disasm/t04_sub.exp
5837 * gdb.disasm/t05_cmp.exp
5838 * gdb.disasm/t06_ari2.exp
5839 * gdb.disasm/t07_ari3.exp
5840 * gdb.disasm/t08_or.exp
5841 * gdb.disasm/t09_xor.exp
5842 * gdb.disasm/t10_and.exp
5843 * gdb.disasm/t11_logs.exp
5844 * gdb.disasm/t12_bit.exp
5845 * gdb.disasm/t13_otr.exp
5846 * gdb.dlang/circular.exp
5847 * gdb.dwarf2/arr-stride.exp
5848 * gdb.dwarf2/arr-subrange.exp
5849 * gdb.dwarf2/atomic-type.exp
5850 * gdb.dwarf2/bad-regnum.exp
5851 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5852 * gdb.dwarf2/callframecfa.exp
5853 * gdb.dwarf2/clztest.exp
5854 * gdb.dwarf2/corrupt.exp
5855 * gdb.dwarf2/data-loc.exp
5856 * gdb.dwarf2/dup-psym.exp
5857 * gdb.dwarf2/dw2-anon-mptr.exp
5858 * gdb.dwarf2/dw2-anonymous-func.exp
5859 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5860 * gdb.dwarf2/dw2-bad-unresolved.exp
5861 * gdb.dwarf2/dw2-basic.exp
5862 * gdb.dwarf2/dw2-canonicalize-type.exp
5863 * gdb.dwarf2/dw2-case-insensitive.exp
5864 * gdb.dwarf2/dw2-common-block.exp
5865 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5866 * gdb.dwarf2/dw2-compressed.exp
5867 * gdb.dwarf2/dw2-const.exp
5868 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5869 * gdb.dwarf2/dw2-cu-size.exp
5870 * gdb.dwarf2/dw2-dup-frame.exp
5871 * gdb.dwarf2/dw2-entry-value.exp
5872 * gdb.dwarf2/dw2-icycle.exp
5873 * gdb.dwarf2/dw2-ifort-parameter.exp
5874 * gdb.dwarf2/dw2-inline-break.exp
5875 * gdb.dwarf2/dw2-inline-param.exp
5876 * gdb.dwarf2/dw2-intercu.exp
5877 * gdb.dwarf2/dw2-intermix.exp
5878 * gdb.dwarf2/dw2-lexical-block-bare.exp
5879 * gdb.dwarf2/dw2-linkage-name-trust.exp
5880 * gdb.dwarf2/dw2-minsym-in-cu.exp
5881 * gdb.dwarf2/dw2-noloc.exp
5882 * gdb.dwarf2/dw2-op-call.exp
5883 * gdb.dwarf2/dw2-op-out-param.exp
5884 * gdb.dwarf2/dw2-opt-structptr.exp
5885 * gdb.dwarf2/dw2-param-error.exp
5886 * gdb.dwarf2/dw2-producer.exp
5887 * gdb.dwarf2/dw2-ranges-base.exp
5888 * gdb.dwarf2/dw2-ref-missing-frame.exp
5889 * gdb.dwarf2/dw2-reg-undefined.exp
5890 * gdb.dwarf2/dw2-regno-invalid.exp
5891 * gdb.dwarf2/dw2-restore.exp
5892 * gdb.dwarf2/dw2-restrict.exp
5893 * gdb.dwarf2/dw2-single-line-discriminators.exp
5894 * gdb.dwarf2/dw2-strp.exp
5895 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5896 * gdb.dwarf2/dw2-unresolved.exp
5897 * gdb.dwarf2/dw2-var-zero-addr.exp
5898 * gdb.dwarf2/dw4-sig-types.exp
5899 * gdb.dwarf2/dwz.exp
5900 * gdb.dwarf2/dynarr-ptr.exp
5901 * gdb.dwarf2/enum-type.exp
5902 * gdb.dwarf2/gdb-index.exp
5903 * gdb.dwarf2/implptr-64bit.exp
5904 * gdb.dwarf2/implptr-optimized-out.exp
5905 * gdb.dwarf2/implptr.exp
5906 * gdb.dwarf2/implref-array.exp
5907 * gdb.dwarf2/implref-const.exp
5908 * gdb.dwarf2/implref-global.exp
5909 * gdb.dwarf2/implref-struct.exp
5910 * gdb.dwarf2/mac-fileno.exp
5911 * gdb.dwarf2/main-subprogram.exp
5912 * gdb.dwarf2/member-ptr-forwardref.exp
5913 * gdb.dwarf2/method-ptr.exp
5914 * gdb.dwarf2/missing-sig-type.exp
5915 * gdb.dwarf2/nonvar-access.exp
5916 * gdb.dwarf2/opaque-type-lookup.exp
5917 * gdb.dwarf2/pieces-optimized-out.exp
5918 * gdb.dwarf2/pieces.exp
5919 * gdb.dwarf2/pr10770.exp
5920 * gdb.dwarf2/pr13961.exp
5921 * gdb.dwarf2/staticvirtual.exp
5922 * gdb.dwarf2/subrange.exp
5923 * gdb.dwarf2/symtab-producer.exp
5924 * gdb.dwarf2/trace-crash.exp
5925 * gdb.dwarf2/typeddwarf.exp
5926 * gdb.dwarf2/valop.exp
5927 * gdb.dwarf2/watch-notconst.exp
5928 * gdb.fortran/array-element.exp
5929 * gdb.fortran/charset.exp
5930 * gdb.fortran/common-block.exp
5931 * gdb.fortran/complex.exp
5932 * gdb.fortran/derived-type-function.exp
5933 * gdb.fortran/derived-type.exp
5934 * gdb.fortran/logical.exp
5935 * gdb.fortran/module.exp
5936 * gdb.fortran/multi-dim.exp
5937 * gdb.fortran/nested-funcs.exp
5938 * gdb.fortran/print-formatted.exp
5939 * gdb.fortran/subarray.exp
5940 * gdb.fortran/vla-alloc-assoc.exp
5941 * gdb.fortran/vla-datatypes.exp
5942 * gdb.fortran/vla-history.exp
5943 * gdb.fortran/vla-ptr-info.exp
5944 * gdb.fortran/vla-ptype-sub.exp
5945 * gdb.fortran/vla-ptype.exp
5946 * gdb.fortran/vla-sizeof.exp
5947 * gdb.fortran/vla-type.exp
5948 * gdb.fortran/vla-value-sub-arbitrary.exp
5949 * gdb.fortran/vla-value-sub-finish.exp
5950 * gdb.fortran/vla-value-sub.exp
5951 * gdb.fortran/vla-value.exp
5952 * gdb.fortran/whatis_type.exp
5953 * gdb.go/chan.exp
5954 * gdb.go/handcall.exp
5955 * gdb.go/hello.exp
5956 * gdb.go/integers.exp
5957 * gdb.go/methods.exp
5958 * gdb.go/package.exp
5959 * gdb.go/strings.exp
5960 * gdb.go/types.exp
5961 * gdb.go/unsafe.exp
5962 * gdb.guile/scm-arch.exp
5963 * gdb.guile/scm-block.exp
5964 * gdb.guile/scm-breakpoint.exp
5965 * gdb.guile/scm-cmd.exp
5966 * gdb.guile/scm-disasm.exp
5967 * gdb.guile/scm-equal.exp
5968 * gdb.guile/scm-frame-args.exp
5969 * gdb.guile/scm-frame-inline.exp
5970 * gdb.guile/scm-frame.exp
5971 * gdb.guile/scm-iterator.exp
5972 * gdb.guile/scm-math.exp
5973 * gdb.guile/scm-objfile.exp
5974 * gdb.guile/scm-ports.exp
5975 * gdb.guile/scm-symbol.exp
5976 * gdb.guile/scm-symtab.exp
5977 * gdb.guile/scm-value-cc.exp
5978 * gdb.guile/types-module.exp
5979 * gdb.linespec/break-ask.exp
5980 * gdb.linespec/cpexplicit.exp
5981 * gdb.linespec/explicit.exp
5982 * gdb.linespec/keywords.exp
5983 * gdb.linespec/linespec.exp
5984 * gdb.linespec/ls-dollar.exp
5985 * gdb.linespec/ls-errs.exp
5986 * gdb.linespec/skip-two.exp
5987 * gdb.linespec/thread.exp
5988 * gdb.mi/mi-async.exp
5989 * gdb.mi/mi-basics.exp
5990 * gdb.mi/mi-break.exp
5991 * gdb.mi/mi-catch-load.exp
5992 * gdb.mi/mi-cli.exp
5993 * gdb.mi/mi-cmd-param-changed.exp
5994 * gdb.mi/mi-console.exp
5995 * gdb.mi/mi-detach.exp
5996 * gdb.mi/mi-disassemble.exp
5997 * gdb.mi/mi-eval.exp
5998 * gdb.mi/mi-file-transfer.exp
5999 * gdb.mi/mi-file.exp
6000 * gdb.mi/mi-fill-memory.exp
6001 * gdb.mi/mi-inheritance-syntax-error.exp
6002 * gdb.mi/mi-linespec-err-cp.exp
6003 * gdb.mi/mi-logging.exp
6004 * gdb.mi/mi-memory-changed.exp
6005 * gdb.mi/mi-read-memory.exp
6006 * gdb.mi/mi-record-changed.exp
6007 * gdb.mi/mi-reg-undefined.exp
6008 * gdb.mi/mi-regs.exp
6009 * gdb.mi/mi-return.exp
6010 * gdb.mi/mi-reverse.exp
6011 * gdb.mi/mi-simplerun.exp
6012 * gdb.mi/mi-solib.exp
6013 * gdb.mi/mi-stack.exp
6014 * gdb.mi/mi-stepi.exp
6015 * gdb.mi/mi-syn-frame.exp
6016 * gdb.mi/mi-until.exp
6017 * gdb.mi/mi-var-block.exp
6018 * gdb.mi/mi-var-child.exp
6019 * gdb.mi/mi-var-cmd.exp
6020 * gdb.mi/mi-var-cp.exp
6021 * gdb.mi/mi-var-display.exp
6022 * gdb.mi/mi-var-invalidate.exp
6023 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6024 * gdb.mi/mi-vla-fortran.exp
6025 * gdb.mi/mi-watch.exp
6026 * gdb.mi/mi2-var-child.exp
6027 * gdb.mi/user-selected-context-sync.exp
6028 * gdb.modula2/unbounded-array.exp
6029 * gdb.multi/dummy-frame-restore.exp
6030 * gdb.multi/multi-arch-exec.exp
6031 * gdb.multi/multi-arch.exp
6032 * gdb.multi/tids.exp
6033 * gdb.multi/watchpoint-multi.exp
6034 * gdb.opencl/callfuncs.exp
6035 * gdb.opencl/convs_casts.exp
6036 * gdb.opencl/datatypes.exp
6037 * gdb.opencl/operators.exp
6038 * gdb.opencl/vec_comps.exp
6039 * gdb.opt/clobbered-registers-O2.exp
6040 * gdb.opt/inline-break.exp
6041 * gdb.opt/inline-bt.exp
6042 * gdb.opt/inline-cmds.exp
6043 * gdb.opt/inline-locals.exp
6044 * gdb.pascal/case-insensitive-symbols.exp
6045 * gdb.pascal/floats.exp
6046 * gdb.pascal/gdb11492.exp
6047 * gdb.python/lib-types.exp
6048 * gdb.python/py-arch.exp
6049 * gdb.python/py-as-string.exp
6050 * gdb.python/py-bad-printers.exp
6051 * gdb.python/py-block.exp
6052 * gdb.python/py-breakpoint-create-fail.exp
6053 * gdb.python/py-breakpoint.exp
6054 * gdb.python/py-caller-is.exp
6055 * gdb.python/py-cmd.exp
6056 * gdb.python/py-explore-cc.exp
6057 * gdb.python/py-explore.exp
6058 * gdb.python/py-finish-breakpoint.exp
6059 * gdb.python/py-finish-breakpoint2.exp
6060 * gdb.python/py-frame-args.exp
6061 * gdb.python/py-frame-inline.exp
6062 * gdb.python/py-frame.exp
6063 * gdb.python/py-framefilter-mi.exp
6064 * gdb.python/py-infthread.exp
6065 * gdb.python/py-lazy-string.exp
6066 * gdb.python/py-linetable.exp
6067 * gdb.python/py-mi-events.exp
6068 * gdb.python/py-mi-objfile.exp
6069 * gdb.python/py-mi.exp
6070 * gdb.python/py-objfile.exp
6071 * gdb.python/py-pp-integral.exp
6072 * gdb.python/py-pp-maint.exp
6073 * gdb.python/py-pp-re-notag.exp
6074 * gdb.python/py-pp-registration.exp
6075 * gdb.python/py-recurse-unwind.exp
6076 * gdb.python/py-strfns.exp
6077 * gdb.python/py-symbol.exp
6078 * gdb.python/py-symtab.exp
6079 * gdb.python/py-sync-interp.exp
6080 * gdb.python/py-typeprint.exp
6081 * gdb.python/py-unwind-maint.exp
6082 * gdb.python/py-unwind.exp
6083 * gdb.python/py-value-cc.exp
6084 * gdb.python/py-xmethods.exp
6085 * gdb.reverse/amd64-tailcall-reverse.exp
6086 * gdb.reverse/break-precsave.exp
6087 * gdb.reverse/break-reverse.exp
6088 * gdb.reverse/consecutive-precsave.exp
6089 * gdb.reverse/consecutive-reverse.exp
6090 * gdb.reverse/finish-precsave.exp
6091 * gdb.reverse/finish-reverse-bkpt.exp
6092 * gdb.reverse/finish-reverse.exp
6093 * gdb.reverse/fstatat-reverse.exp
6094 * gdb.reverse/getresuid-reverse.exp
6095 * gdb.reverse/i386-precsave.exp
6096 * gdb.reverse/i386-reverse.exp
6097 * gdb.reverse/i386-sse-reverse.exp
6098 * gdb.reverse/i387-env-reverse.exp
6099 * gdb.reverse/i387-stack-reverse.exp
6100 * gdb.reverse/insn-reverse.exp
6101 * gdb.reverse/machinestate-precsave.exp
6102 * gdb.reverse/machinestate.exp
6103 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6104 * gdb.reverse/pipe-reverse.exp
6105 * gdb.reverse/readv-reverse.exp
6106 * gdb.reverse/recvmsg-reverse.exp
6107 * gdb.reverse/rerun-prec.exp
6108 * gdb.reverse/s390-mvcle.exp
6109 * gdb.reverse/step-precsave.exp
6110 * gdb.reverse/step-reverse.exp
6111 * gdb.reverse/time-reverse.exp
6112 * gdb.reverse/until-precsave.exp
6113 * gdb.reverse/until-reverse.exp
6114 * gdb.reverse/waitpid-reverse.exp
6115 * gdb.reverse/watch-precsave.exp
6116 * gdb.reverse/watch-reverse.exp
6117 * gdb.rust/generics.exp
6118 * gdb.rust/methods.exp
6119 * gdb.rust/modules.exp
6120 * gdb.rust/simple.exp
6121 * gdb.server/connect-with-no-symbol-file.exp
6122 * gdb.server/ext-attach.exp
6123 * gdb.server/ext-restart.exp
6124 * gdb.server/ext-wrapper.exp
6125 * gdb.server/file-transfer.exp
6126 * gdb.server/server-exec-info.exp
6127 * gdb.server/server-kill.exp
6128 * gdb.server/server-mon.exp
6129 * gdb.server/wrapper.exp
6130 * gdb.stabs/exclfwd.exp
6131 * gdb.stabs/gdb11479.exp
6132 * gdb.threads/clone-new-thread-event.exp
6133 * gdb.threads/corethreads.exp
6134 * gdb.threads/current-lwp-dead.exp
6135 * gdb.threads/dlopen-libpthread.exp
6136 * gdb.threads/gcore-thread.exp
6137 * gdb.threads/sigstep-threads.exp
6138 * gdb.threads/watchpoint-fork.exp
6139 * gdb.trace/actions-changed.exp
6140 * gdb.trace/backtrace.exp
6141 * gdb.trace/change-loc.exp
6142 * gdb.trace/circ.exp
6143 * gdb.trace/collection.exp
6144 * gdb.trace/disconnected-tracing.exp
6145 * gdb.trace/ftrace.exp
6146 * gdb.trace/mi-trace-frame-collected.exp
6147 * gdb.trace/mi-trace-unavailable.exp
6148 * gdb.trace/mi-traceframe-changed.exp
6149 * gdb.trace/mi-tsv-changed.exp
6150 * gdb.trace/no-attach-trace.exp
6151 * gdb.trace/passc-dyn.exp
6152 * gdb.trace/qtro.exp
6153 * gdb.trace/range-stepping.exp
6154 * gdb.trace/read-memory.exp
6155 * gdb.trace/save-trace.exp
6156 * gdb.trace/signal.exp
6157 * gdb.trace/status-stop.exp
6158 * gdb.trace/tfile.exp
6159 * gdb.trace/trace-break.exp
6160 * gdb.trace/trace-buffer-size.exp
6161 * gdb.trace/trace-condition.exp
6162 * gdb.trace/tracefile-pseudo-reg.exp
6163 * gdb.trace/tstatus.exp
6164 * gdb.trace/unavailable.exp
6165 * gdb.trace/while-dyn.exp
6166 * gdb.trace/while-stepping.exp
6167
6168 2016-12-22 Doug Evans <xdje42@gmail.com>
6169
6170 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6171 and msymbols.
6172
6173 2016-12-19 Yao Qi <yao.qi@linaro.org>
6174
6175 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6176 (test_with_self): Don't call do_steps_and_nexts, and remove
6177 code about stepping into xmalloc.
6178
6179 2016-12-09 Yao Qi <yao.qi@linaro.org>
6180
6181 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6182
6183 2016-12-09 Yao Qi <yao.qi@linaro.org>
6184
6185 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6186
6187 2016-12-09 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.base/all-architectures-0.exp: New file.
6190 * gdb.base/all-architectures-1.exp: New file.
6191 * gdb.base/all-architectures-2.exp: New file.
6192 * gdb.base/all-architectures-3.exp: New file.
6193 * gdb.base/all-architectures-4.exp: New file.
6194 * gdb.base/all-architectures-5.exp: New file.
6195 * gdb.base/all-architectures-6.exp: New file.
6196 * gdb.base/all-architectures-7.exp: New file.
6197 * gdb.base/all-architectures.exp.in: New file.
6198
6199 2016-12-09 Yao Qi <yao.qi@linaro.org>
6200
6201 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6202
6203 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6204
6205 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6206 possible.
6207 Remove useless pattern-matching code.
6208
6209 2016-12-02 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6212 procedure.
6213 (top level): Call it.
6214
6215 2016-12-02 Pedro Alves <palves@redhat.com>
6216
6217 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6218 New procedure.
6219 (top level): Call it.
6220
6221 2016-12-02 Pedro Alves <palves@redhat.com>
6222
6223 PR cli/20559
6224 * gdb.base/commands.exp (user_defined_command_args_eval): New
6225 procedure.
6226 (top level): Call it.
6227
6228 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6229
6230 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6231 timeout handling.
6232
6233 2016-12-02 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.dwarf2/main-subprogram.c: New file.
6236 * gdb.dwarf2/main-subprogram.exp: New file.
6237
6238 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6239
6240 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6241 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6242 gdb_test_no_output for a couple of cases.
6243 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6244
6245 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6246
6247 Fix test names and standardize compilation error messages throughout
6248 the following files:
6249
6250 * gdb.ada/start.exp
6251 * gdb.arch/alpha-step.exp
6252 * gdb.arch/e500-prologue.exp
6253 * gdb.arch/ftrace-insn-reloc.exp
6254 * gdb.arch/gdb1291.exp
6255 * gdb.arch/gdb1431.exp
6256 * gdb.arch/gdb1558.exp
6257 * gdb.arch/i386-dr3-watch.exp
6258 * gdb.arch/i386-sse-stack-align.exp
6259 * gdb.arch/ia64-breakpoint-shadow.exp
6260 * gdb.arch/pa-nullify.exp
6261 * gdb.arch/powerpc-aix-prologue.exp
6262 * gdb.arch/thumb-bx-pc.exp
6263 * gdb.base/annota1.exp
6264 * gdb.base/annota3.exp
6265 * gdb.base/arrayidx.exp
6266 * gdb.base/assign.exp
6267 * gdb.base/attach.exp
6268 * gdb.base/auxv.exp
6269 * gdb.base/bang.exp
6270 * gdb.base/bfp-test.exp
6271 * gdb.base/bigcore.exp
6272 * gdb.base/bitfields2.exp
6273 * gdb.base/break-fun-addr.exp
6274 * gdb.base/break-probes.exp
6275 * gdb.base/call-rt-st.exp
6276 * gdb.base/callexit.exp
6277 * gdb.base/catch-fork-kill.exp
6278 * gdb.base/charset.exp
6279 * gdb.base/checkpoint.exp
6280 * gdb.base/comprdebug.exp
6281 * gdb.base/constvars.exp
6282 * gdb.base/coredump-filter.exp
6283 * gdb.base/cursal.exp
6284 * gdb.base/cvexpr.exp
6285 * gdb.base/detach.exp
6286 * gdb.base/display.exp
6287 * gdb.base/dmsym.exp
6288 * gdb.base/dprintf-pending.exp
6289 * gdb.base/dso2dso.exp
6290 * gdb.base/dtrace-probe.exp
6291 * gdb.base/dump.exp
6292 * gdb.base/enum_cond.exp
6293 * gdb.base/exe-lock.exp
6294 * gdb.base/exec-invalid-sysroot.exp
6295 * gdb.base/execl-update-breakpoints.exp
6296 * gdb.base/exprs.exp
6297 * gdb.base/fileio.exp
6298 * gdb.base/find.exp
6299 * gdb.base/finish.exp
6300 * gdb.base/fixsection.exp
6301 * gdb.base/foll-vfork.exp
6302 * gdb.base/frame-args.exp
6303 * gdb.base/gcore.exp
6304 * gdb.base/gdb1250.exp
6305 * gdb.base/global-var-nested-by-dso.exp
6306 * gdb.base/gnu-ifunc.exp
6307 * gdb.base/hashline1.exp
6308 * gdb.base/hashline2.exp
6309 * gdb.base/hashline3.exp
6310 * gdb.base/hbreak-in-shr-unsupported.exp
6311 * gdb.base/huge.exp
6312 * gdb.base/infcall-input.exp
6313 * gdb.base/info-fun.exp
6314 * gdb.base/info-shared.exp
6315 * gdb.base/jit-simple.exp
6316 * gdb.base/jit-so.exp
6317 * gdb.base/jit.exp
6318 * gdb.base/jump.exp
6319 * gdb.base/label.exp
6320 * gdb.base/lineinc.exp
6321 * gdb.base/logical.exp
6322 * gdb.base/longjmp.exp
6323 * gdb.base/macscp.exp
6324 * gdb.base/miscexprs.exp
6325 * gdb.base/new-ui-echo.exp
6326 * gdb.base/new-ui-pending-input.exp
6327 * gdb.base/new-ui.exp
6328 * gdb.base/nodebug.exp
6329 * gdb.base/nofield.exp
6330 * gdb.base/offsets.exp
6331 * gdb.base/overlays.exp
6332 * gdb.base/pending.exp
6333 * gdb.base/pointers.exp
6334 * gdb.base/pr11022.exp
6335 * gdb.base/printcmds.exp
6336 * gdb.base/prologue.exp
6337 * gdb.base/ptr-typedef.exp
6338 * gdb.base/realname-expand.exp
6339 * gdb.base/relativedebug.exp
6340 * gdb.base/relocate.exp
6341 * gdb.base/remote.exp
6342 * gdb.base/reread.exp
6343 * gdb.base/return2.exp
6344 * gdb.base/savedregs.exp
6345 * gdb.base/sep.exp
6346 * gdb.base/sepdebug.exp
6347 * gdb.base/sepsymtab.exp
6348 * gdb.base/set-inferior-tty.exp
6349 * gdb.base/setshow.exp
6350 * gdb.base/shlib-call.exp
6351 * gdb.base/sigaltstack.exp
6352 * gdb.base/siginfo-addr.exp
6353 * gdb.base/signals.exp
6354 * gdb.base/signull.exp
6355 * gdb.base/sigrepeat.exp
6356 * gdb.base/so-impl-ld.exp
6357 * gdb.base/solib-display.exp
6358 * gdb.base/solib-overlap.exp
6359 * gdb.base/solib-search.exp
6360 * gdb.base/solib-symbol.exp
6361 * gdb.base/structs.exp
6362 * gdb.base/structs2.exp
6363 * gdb.base/symtab-search-order.exp
6364 * gdb.base/twice.exp
6365 * gdb.base/unload.exp
6366 * gdb.base/varargs.exp
6367 * gdb.base/watchpoint-solib.exp
6368 * gdb.base/watchpoint.exp
6369 * gdb.base/whatis.exp
6370 * gdb.base/wrong_frame_bt_full.exp
6371 * gdb.btrace/dlopen.exp
6372 * gdb.cell/ea-standalone.exp
6373 * gdb.cell/ea-test.exp
6374 * gdb.cp/dispcxx.exp
6375 * gdb.cp/gdb2384.exp
6376 * gdb.cp/method2.exp
6377 * gdb.cp/nextoverthrow.exp
6378 * gdb.cp/pr10728.exp
6379 * gdb.disasm/am33.exp
6380 * gdb.disasm/h8300s.exp
6381 * gdb.disasm/mn10300.exp
6382 * gdb.disasm/sh3.exp
6383 * gdb.dwarf2/dw2-dir-file-name.exp
6384 * gdb.fortran/complex.exp
6385 * gdb.fortran/library-module.exp
6386 * gdb.guile/scm-pretty-print.exp
6387 * gdb.guile/scm-symbol.exp
6388 * gdb.guile/scm-type.exp
6389 * gdb.guile/scm-value.exp
6390 * gdb.linespec/linespec.exp
6391 * gdb.mi/gdb701.exp
6392 * gdb.mi/gdb792.exp
6393 * gdb.mi/mi-breakpoint-changed.exp
6394 * gdb.mi/mi-dprintf-pending.exp
6395 * gdb.mi/mi-dprintf.exp
6396 * gdb.mi/mi-exit-code.exp
6397 * gdb.mi/mi-pending.exp
6398 * gdb.mi/mi-solib.exp
6399 * gdb.mi/new-ui-mi-sync.exp
6400 * gdb.mi/pr11022.exp
6401 * gdb.mi/user-selected-context-sync.exp
6402 * gdb.opt/solib-intra-step.exp
6403 * gdb.python/py-events.exp
6404 * gdb.python/py-finish-breakpoint.exp
6405 * gdb.python/py-mi.exp
6406 * gdb.python/py-prettyprint.exp
6407 * gdb.python/py-shared.exp
6408 * gdb.python/py-symbol.exp
6409 * gdb.python/py-template.exp
6410 * gdb.python/py-type.exp
6411 * gdb.python/py-value.exp
6412 * gdb.reverse/solib-precsave.exp
6413 * gdb.reverse/solib-reverse.exp
6414 * gdb.server/solib-list.exp
6415 * gdb.stabs/weird.exp
6416 * gdb.threads/reconnect-signal.exp
6417 * gdb.threads/stepi-random-signal.exp
6418 * gdb.trace/actions.exp
6419 * gdb.trace/ax.exp
6420 * gdb.trace/backtrace.exp
6421 * gdb.trace/change-loc.exp
6422 * gdb.trace/deltrace.exp
6423 * gdb.trace/ftrace-lock.exp
6424 * gdb.trace/ftrace.exp
6425 * gdb.trace/infotrace.exp
6426 * gdb.trace/mi-tracepoint-changed.exp
6427 * gdb.trace/packetlen.exp
6428 * gdb.trace/passcount.exp
6429 * gdb.trace/pending.exp
6430 * gdb.trace/range-stepping.exp
6431 * gdb.trace/report.exp
6432 * gdb.trace/stap-trace.exp
6433 * gdb.trace/tfind.exp
6434 * gdb.trace/trace-break.exp
6435 * gdb.trace/trace-condition.exp
6436 * gdb.trace/trace-enable-disable.exp
6437 * gdb.trace/trace-mt.exp
6438 * gdb.trace/tracecmd.exp
6439 * gdb.trace/tspeed.exp
6440 * gdb.trace/tsv.exp
6441 * lib/perftest.exp
6442
6443 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6444
6445 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6446 with gdb_test_no_output.
6447 Use command as test name.
6448
6449 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6450
6451 Fix test names starting with uppercase throughout the files.
6452
6453 * gdb.ada/assign_1.exp
6454 * gdb.ada/boolean_expr.exp
6455 * gdb.base/arrayidx.exp
6456 * gdb.base/del.exp
6457 * gdb.base/gcore-buffer-overflow.exp
6458 * gdb.base/testenv.exp
6459 * gdb.compile/compile.exp
6460 * gdb.python/py-framefilter-invalidarg.exp
6461 * gdb.python/py-framefilter.exp
6462
6463 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6464
6465 Fix test names starting with uppercase throughout the files.
6466
6467 * gdb.ada/array_return.exp
6468 * gdb.ada/expr_delims.exp
6469 * gdb.ada/mi_dyn_arr.exp
6470 * gdb.ada/mi_interface.exp
6471 * gdb.ada/mi_var_array.exp
6472 * gdb.ada/watch_arg.exp
6473 * gdb.arch/alpha-step.exp
6474 * gdb.arch/altivec-regs.exp
6475 * gdb.arch/e500-regs.exp
6476 * gdb.arch/powerpc-d128-regs.exp
6477 * gdb.base/arrayidx.exp
6478 * gdb.base/break.exp
6479 * gdb.base/checkpoint.exp
6480 * gdb.base/debug-expr.exp
6481 * gdb.base/dmsym.exp
6482 * gdb.base/radix.exp
6483 * gdb.base/sepdebug.exp
6484 * gdb.base/testenv.exp
6485 * gdb.base/watch_thread_num.exp
6486 * gdb.base/watchpoint-cond-gone.exp
6487 * gdb.cell/break.exp
6488 * gdb.cell/ea-cache.exp
6489 * gdb.compile/compile.exp
6490 * gdb.cp/gdb2495.exp
6491 * gdb.gdb/selftest.exp
6492 * gdb.gdb/xfullpath.exp
6493 * gdb.go/hello.exp
6494 * gdb.go/integers.exp
6495 * gdb.objc/basicclass.exp
6496 * gdb.pascal/hello.exp
6497 * gdb.pascal/integers.exp
6498 * gdb.python/py-breakpoint.exp
6499 * gdb.python/py-cmd.exp
6500 * gdb.python/py-linetable.exp
6501 * gdb.python/py-xmethods.exp
6502 * gdb.python/python.exp
6503 * gdb.reverse/consecutive-precsave.exp
6504 * gdb.reverse/finish-precsave.exp
6505 * gdb.reverse/i386-precsave.exp
6506 * gdb.reverse/machinestate-precsave.exp
6507 * gdb.reverse/sigall-precsave.exp
6508 * gdb.reverse/solib-precsave.exp
6509 * gdb.reverse/step-precsave.exp
6510 * gdb.reverse/until-precsave.exp
6511 * gdb.reverse/watch-precsave.exp
6512 * gdb.threads/leader-exit.exp
6513 * gdb.threads/pthreads.exp
6514 * gdb.threads/wp-replication.exp
6515 * gdb.trace/actions.exp
6516 * gdb.trace/mi-tsv-changed.exp
6517 * gdb.trace/tsv.exp
6518
6519 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6520
6521 Fix test names starting with uppercase throughout the files.
6522
6523 * gdb.arch/i386-bp_permanent.exp
6524 * gdb.arch/i386-gnu-cfi.exp
6525 * gdb.base/disasm-end-cu.exp
6526 * gdb.base/macscp.exp
6527 * gdb.base/pending.exp
6528 * gdb.base/watch_thread_num.exp
6529 * gdb.cp/exception.exp
6530 * gdb.cp/gdb2495.exp
6531 * gdb.cp/local.exp
6532 * gdb.python/py-evsignal.exp
6533 * gdb.python/python.exp
6534 * gdb.trace/tracecmd.exp
6535
6536 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6537
6538 Fix test names starting with uppercase throughout the files.
6539
6540 * gdb.base/charset.exp
6541 * gdb.base/eval.exp
6542 * gdb.base/multi-forks.exp
6543 * gdb.guile/scm-progspace.exp
6544 * gdb.opencl/datatypes.exp
6545 * gdb.python/py-block.exp
6546 * gdb.python/py-function.exp
6547 * gdb.python/py-symbol.exp
6548 * gdb.python/py-symtab.exp
6549 * gdb.python/py-xmethods.exp
6550 * gdb.reverse/break-precsave.exp
6551 * gdb.reverse/break-reverse.exp
6552 * gdb.reverse/consecutive-precsave.exp
6553 * gdb.reverse/consecutive-reverse.exp
6554 * gdb.reverse/finish-precsave.exp
6555 * gdb.reverse/finish-reverse-bkpt.exp
6556 * gdb.reverse/finish-reverse.exp
6557 * gdb.reverse/fstatat-reverse.exp
6558 * gdb.reverse/getresuid-reverse.exp
6559 * gdb.reverse/i386-precsave.exp
6560 * gdb.reverse/i386-reverse.exp
6561 * gdb.reverse/i386-sse-reverse.exp
6562 * gdb.reverse/i387-stack-reverse.exp
6563 * gdb.reverse/insn-reverse.exp
6564 * gdb.reverse/machinestate-precsave.exp
6565 * gdb.reverse/machinestate.exp
6566 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6567 * gdb.reverse/pipe-reverse.exp
6568 * gdb.reverse/readv-reverse.exp
6569 * gdb.reverse/recvmsg-reverse.exp
6570 * gdb.reverse/rerun-prec.exp
6571 * gdb.reverse/s390-mvcle.exp
6572 * gdb.reverse/sigall-precsave.exp
6573 * gdb.reverse/sigall-reverse.exp
6574 * gdb.reverse/solib-precsave.exp
6575 * gdb.reverse/solib-reverse.exp
6576 * gdb.reverse/step-precsave.exp
6577 * gdb.reverse/step-reverse.exp
6578 * gdb.reverse/time-reverse.exp
6579 * gdb.reverse/until-precsave.exp
6580 * gdb.reverse/until-reverse.exp
6581 * gdb.reverse/waitpid-reverse.exp
6582 * gdb.reverse/watch-precsave.exp
6583 * gdb.reverse/watch-reverse.exp
6584
6585 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6586
6587 Fix test names starting with uppercase throughout the files.
6588
6589 * gdb.arch/i386-mpx-simple_segv.exp
6590 * gdb.arch/i386-mpx.exp
6591 * gdb.arch/i386-permbkpt.exp
6592 * gdb.arch/pa-nullify.exp
6593 * gdb.arch/powerpc-d128-regs.exp
6594 * gdb.arch/vsx-regs.exp
6595 * gdb.base/bfp-test.exp
6596 * gdb.base/break.exp
6597 * gdb.base/breakpoint-shadow.exp
6598 * gdb.base/callfuncs.exp
6599 * gdb.base/charset.exp
6600 * gdb.base/commands.exp
6601 * gdb.base/completion.exp
6602 * gdb.base/dfp-test.exp
6603 * gdb.base/echo.exp
6604 * gdb.base/ending-run.exp
6605 * gdb.base/eval.exp
6606 * gdb.base/expand-psymtabs.exp
6607 * gdb.base/float128.exp
6608 * gdb.base/floatn.exp
6609 * gdb.base/foll-exec-mode.exp
6610 * gdb.base/gdb1056.exp
6611 * gdb.base/gdb11531.exp
6612 * gdb.base/kill-after-signal.exp
6613 * gdb.base/multi-forks.exp
6614 * gdb.base/overlays.exp
6615 * gdb.base/pending.exp
6616 * gdb.base/sepdebug.exp
6617 * gdb.base/testenv.exp
6618 * gdb.base/valgrind-db-attach.exp
6619 * gdb.base/watch_thread_num.exp
6620 * gdb.base/watchpoint-cond-gone.exp
6621 * gdb.base/watchpoint.exp
6622 * gdb.base/watchpoints.exp
6623 * gdb.cp/arg-reference.exp
6624 * gdb.cp/baseenum.exp
6625 * gdb.cp/operator.exp
6626 * gdb.cp/shadow.exp
6627 * gdb.dwarf2/dw2-op-out-param.exp
6628 * gdb.dwarf2/dw2-reg-undefined.exp
6629 * gdb.go/chan.exp
6630 * gdb.go/hello.exp
6631 * gdb.go/integers.exp
6632 * gdb.go/methods.exp
6633 * gdb.go/package.exp
6634 * gdb.guile/scm-parameter.exp
6635 * gdb.guile/scm-progspace.exp
6636 * gdb.guile/scm-value.exp
6637 * gdb.mi/mi-pending.exp
6638 * gdb.mi/user-selected-context-sync.exp
6639 * gdb.multi/multi-attach.exp
6640 * gdb.multi/tids.exp
6641 * gdb.opt/clobbered-registers-O2.exp
6642 * gdb.pascal/floats.exp
6643 * gdb.pascal/integers.exp
6644 * gdb.python/py-block.exp
6645 * gdb.python/py-events.exp
6646 * gdb.python/py-parameter.exp
6647 * gdb.python/py-symbol.exp
6648 * gdb.python/py-symtab.exp
6649 * gdb.python/py-type.exp
6650 * gdb.python/py-value.exp
6651 * gdb.python/py-xmethods.exp
6652 * gdb.python/python.exp
6653 * gdb.reverse/break-precsave.exp
6654 * gdb.reverse/consecutive-precsave.exp
6655 * gdb.reverse/finish-precsave.exp
6656 * gdb.reverse/i386-precsave.exp
6657 * gdb.reverse/machinestate-precsave.exp
6658 * gdb.reverse/sigall-precsave.exp
6659 * gdb.reverse/solib-precsave.exp
6660 * gdb.reverse/step-precsave.exp
6661 * gdb.reverse/until-precsave.exp
6662 * gdb.reverse/watch-precsave.exp
6663 * gdb.server/ext-attach.exp
6664 * gdb.server/ext-restart.exp
6665 * gdb.server/ext-run.exp
6666 * gdb.server/ext-wrapper.exp
6667 * gdb.stabs/gdb11479.exp
6668 * gdb.stabs/weird.exp
6669 * gdb.threads/attach-many-short-lived-threads.exp
6670 * gdb.threads/kill.exp
6671 * gdb.threads/watchpoint-fork.exp
6672
6673 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6674
6675 Fix test names starting with uppercase throughout all the files below.
6676
6677 * gdb.ada/array_return.exp
6678 * gdb.ada/catch_ex.exp
6679 * gdb.ada/info_exc.exp
6680 * gdb.ada/mi_catch_ex.exp
6681 * gdb.ada/mi_dyn_arr.exp
6682 * gdb.ada/mi_ex_cond.exp
6683 * gdb.ada/mi_exc_info.exp
6684 * gdb.ada/mi_interface.exp
6685 * gdb.ada/mi_task_arg.exp
6686 * gdb.ada/mi_task_info.exp
6687 * gdb.ada/mi_var_array.exp
6688 * gdb.arch/alpha-step.exp
6689 * gdb.arch/amd64-disp-step.exp
6690 * gdb.arch/arm-disp-step.exp
6691 * gdb.arch/disp-step-insn-reloc.exp
6692 * gdb.arch/e500-prologue.exp
6693 * gdb.arch/ftrace-insn-reloc.exp
6694 * gdb.arch/gdb1558.exp
6695 * gdb.arch/i386-bp_permanent.exp
6696 * gdb.arch/i386-disp-step.exp
6697 * gdb.arch/i386-float.exp
6698 * gdb.arch/i386-gnu-cfi.exp
6699 * gdb.arch/ia64-breakpoint-shadow.exp
6700 * gdb.arch/mips16-thunks.exp
6701 * gdb.arch/pa-nullify.exp
6702 * gdb.arch/powerpc-aix-prologue.exp
6703 * gdb.arch/powerpc-power.exp
6704 * gdb.arch/ppc-dfp.exp
6705 * gdb.arch/s390-tdbregs.exp
6706 * gdb.arch/spu-info.exp
6707 * gdb.arch/spu-ls.exp
6708 * gdb.arch/thumb-bx-pc.exp
6709 * gdb.base/advance.exp
6710 * gdb.base/annota-input-while-running.exp
6711 * gdb.base/arrayidx.exp
6712 * gdb.base/asmlabel.exp
6713 * gdb.base/async.exp
6714 * gdb.base/attach-wait-input.exp
6715 * gdb.base/auto-connect-native-target.exp
6716 * gdb.base/batch-preserve-term-settings.exp
6717 * gdb.base/bfp-test.exp
6718 * gdb.base/bigcore.exp
6719 * gdb.base/bp-permanent.exp
6720 * gdb.base/break-always.exp
6721 * gdb.base/break-fun-addr.exp
6722 * gdb.base/break-idempotent.exp
6723 * gdb.base/break-main-file-remove-fail.exp
6724 * gdb.base/break-probes.exp
6725 * gdb.base/break-unload-file.exp
6726 * gdb.base/break.exp
6727 * gdb.base/call-ar-st.exp
6728 * gdb.base/call-rt-st.exp
6729 * gdb.base/call-sc.exp
6730 * gdb.base/call-signal-resume.exp
6731 * gdb.base/call-strs.exp
6732 * gdb.base/callexit.exp
6733 * gdb.base/callfuncs.exp
6734 * gdb.base/catch-gdb-caused-signals.exp
6735 * gdb.base/catch-signal-siginfo-cond.exp
6736 * gdb.base/catch-syscall.exp
6737 * gdb.base/compare-sections.exp
6738 * gdb.base/cond-eval-mode.exp
6739 * gdb.base/condbreak-call-false.exp
6740 * gdb.base/consecutive-step-over.exp
6741 * gdb.base/cursal.exp
6742 * gdb.base/disabled-location.exp
6743 * gdb.base/disasm-end-cu.exp
6744 * gdb.base/display.exp
6745 * gdb.base/double-prompt-target-event-error.exp
6746 * gdb.base/dprintf-bp-same-addr.exp
6747 * gdb.base/dprintf-detach.exp
6748 * gdb.base/dprintf-next.exp
6749 * gdb.base/dprintf-non-stop.exp
6750 * gdb.base/dprintf-pending.exp
6751 * gdb.base/dso2dso.exp
6752 * gdb.base/ending-run.exp
6753 * gdb.base/enum_cond.exp
6754 * gdb.base/examine-backward.exp
6755 * gdb.base/exe-lock.exp
6756 * gdb.base/exec-invalid-sysroot.exp
6757 * gdb.base/execl-update-breakpoints.exp
6758 * gdb.base/execution-termios.exp
6759 * gdb.base/fileio.exp
6760 * gdb.base/fixsection.exp
6761 * gdb.base/foll-exec-mode.exp
6762 * gdb.base/foll-exec.exp
6763 * gdb.base/fork-running-state.exp
6764 * gdb.base/frame-args.exp
6765 * gdb.base/fullpath-expand.exp
6766 * gdb.base/func-ptr.exp
6767 * gdb.base/gcore-relro-pie.exp
6768 * gdb.base/gdb1090.exp
6769 * gdb.base/gdb1555.exp
6770 * gdb.base/global-var-nested-by-dso.exp
6771 * gdb.base/gnu-ifunc.exp
6772 * gdb.base/hbreak-in-shr-unsupported.exp
6773 * gdb.base/hbreak-unmapped.exp
6774 * gdb.base/hook-stop.exp
6775 * gdb.base/infcall-input.exp
6776 * gdb.base/info-fun.exp
6777 * gdb.base/info-shared.exp
6778 * gdb.base/interrupt-noterm.exp
6779 * gdb.base/jit-so.exp
6780 * gdb.base/jit.exp
6781 * gdb.base/line-symtabs.exp
6782 * gdb.base/list.exp
6783 * gdb.base/longjmp.exp
6784 * gdb.base/macscp.exp
6785 * gdb.base/max-value-size.exp
6786 * gdb.base/nodebug.exp
6787 * gdb.base/nofield.exp
6788 * gdb.base/overlays.exp
6789 * gdb.base/paginate-after-ctrl-c-running.exp
6790 * gdb.base/paginate-bg-execution.exp
6791 * gdb.base/paginate-inferior-exit.exp
6792 * gdb.base/pending.exp
6793 * gdb.base/pr11022.exp
6794 * gdb.base/printcmds.exp
6795 * gdb.base/ptr-typedef.exp
6796 * gdb.base/ptype.exp
6797 * gdb.base/randomize.exp
6798 * gdb.base/range-stepping.exp
6799 * gdb.base/realname-expand.exp
6800 * gdb.base/relativedebug.exp
6801 * gdb.base/remote.exp
6802 * gdb.base/savedregs.exp
6803 * gdb.base/sepdebug.exp
6804 * gdb.base/set-noassign.exp
6805 * gdb.base/shlib-call.exp
6806 * gdb.base/shreloc.exp
6807 * gdb.base/sigaltstack.exp
6808 * gdb.base/sigbpt.exp
6809 * gdb.base/siginfo-addr.exp
6810 * gdb.base/siginfo-obj.exp
6811 * gdb.base/siginfo-thread.exp
6812 * gdb.base/signest.exp
6813 * gdb.base/signull.exp
6814 * gdb.base/sigrepeat.exp
6815 * gdb.base/skip.exp
6816 * gdb.base/so-impl-ld.exp
6817 * gdb.base/solib-corrupted.exp
6818 * gdb.base/solib-disc.exp
6819 * gdb.base/solib-display.exp
6820 * gdb.base/solib-overlap.exp
6821 * gdb.base/solib-search.exp
6822 * gdb.base/solib-symbol.exp
6823 * gdb.base/source-execution.exp
6824 * gdb.base/sss-bp-on-user-bp-2.exp
6825 * gdb.base/sss-bp-on-user-bp.exp
6826 * gdb.base/stack-checking.exp
6827 * gdb.base/stale-infcall.exp
6828 * gdb.base/step-break.exp
6829 * gdb.base/step-line.exp
6830 * gdb.base/step-over-exit.exp
6831 * gdb.base/step-test.exp
6832 * gdb.base/structs.exp
6833 * gdb.base/sym-file.exp
6834 * gdb.base/symtab-search-order.exp
6835 * gdb.base/term.exp
6836 * gdb.base/type-opaque.exp
6837 * gdb.base/unload.exp
6838 * gdb.base/until-nodebug.exp
6839 * gdb.base/until.exp
6840 * gdb.base/unwindonsignal.exp
6841 * gdb.base/watch-cond.exp
6842 * gdb.base/watch-non-mem.exp
6843 * gdb.base/watch_thread_num.exp
6844 * gdb.base/watchpoint-reuse-slot.exp
6845 * gdb.base/watchpoint-solib.exp
6846 * gdb.base/watchpoint.exp
6847 * gdb.btrace/dlopen.exp
6848 * gdb.cell/arch.exp
6849 * gdb.cell/break.exp
6850 * gdb.cell/bt.exp
6851 * gdb.cell/core.exp
6852 * gdb.cell/data.exp
6853 * gdb.cell/dwarfaddr.exp
6854 * gdb.cell/ea-cache.exp
6855 * gdb.cell/ea-standalone.exp
6856 * gdb.cell/ea-test.exp
6857 * gdb.cell/f-regs.exp
6858 * gdb.cell/fork.exp
6859 * gdb.cell/gcore.exp
6860 * gdb.cell/mem-access.exp
6861 * gdb.cell/ptype.exp
6862 * gdb.cell/registers.exp
6863 * gdb.cell/sizeof.exp
6864 * gdb.cell/solib-symbol.exp
6865 * gdb.cell/solib.exp
6866 * gdb.compile/compile-tls.exp
6867 * gdb.cp/exception.exp
6868 * gdb.cp/gdb2495.exp
6869 * gdb.cp/local.exp
6870 * gdb.cp/mb-inline.exp
6871 * gdb.cp/mb-templates.exp
6872 * gdb.cp/pr10687.exp
6873 * gdb.cp/pr9167.exp
6874 * gdb.cp/scope-err.exp
6875 * gdb.cp/templates.exp
6876 * gdb.cp/virtfunc.exp
6877 * gdb.dwarf2/dw2-dir-file-name.exp
6878 * gdb.dwarf2/dw2-single-line-discriminators.exp
6879 * gdb.fortran/complex.exp
6880 * gdb.fortran/library-module.exp
6881 * gdb.guile/guile.exp
6882 * gdb.guile/scm-cmd.exp
6883 * gdb.guile/scm-frame-inline.exp
6884 * gdb.guile/scm-objfile.exp
6885 * gdb.guile/scm-pretty-print.exp
6886 * gdb.guile/scm-symbol.exp
6887 * gdb.guile/scm-type.exp
6888 * gdb.guile/scm-value.exp
6889 * gdb.linespec/keywords.exp
6890 * gdb.linespec/ls-errs.exp
6891 * gdb.linespec/macro-relative.exp
6892 * gdb.linespec/thread.exp
6893 * gdb.mi/mi-breakpoint-changed.exp
6894 * gdb.mi/mi-dprintf-pending.exp
6895 * gdb.mi/mi-fullname-deleted.exp
6896 * gdb.mi/mi-logging.exp
6897 * gdb.mi/mi-pending.exp
6898 * gdb.mi/mi-solib.exp
6899 * gdb.mi/new-ui-mi-sync.exp
6900 * gdb.mi/user-selected-context-sync.exp
6901 * gdb.multi/dummy-frame-restore.exp
6902 * gdb.multi/multi-arch-exec.exp
6903 * gdb.multi/remove-inferiors.exp
6904 * gdb.multi/watchpoint-multi-exit.exp
6905 * gdb.opt/solib-intra-step.exp
6906 * gdb.perf/backtrace.exp
6907 * gdb.perf/single-step.exp
6908 * gdb.perf/skip-command.exp
6909 * gdb.perf/skip-prologue.exp
6910 * gdb.perf/solib.exp
6911 * gdb.python/lib-types.exp
6912 * gdb.python/py-as-string.exp
6913 * gdb.python/py-bad-printers.exp
6914 * gdb.python/py-block.exp
6915 * gdb.python/py-breakpoint.exp
6916 * gdb.python/py-cmd.exp
6917 * gdb.python/py-events.exp
6918 * gdb.python/py-evthreads.exp
6919 * gdb.python/py-finish-breakpoint.exp
6920 * gdb.python/py-finish-breakpoint2.exp
6921 * gdb.python/py-frame-inline.exp
6922 * gdb.python/py-frame.exp
6923 * gdb.python/py-inferior.exp
6924 * gdb.python/py-infthread.exp
6925 * gdb.python/py-mi.exp
6926 * gdb.python/py-objfile.exp
6927 * gdb.python/py-pp-maint.exp
6928 * gdb.python/py-pp-registration.exp
6929 * gdb.python/py-prettyprint.exp
6930 * gdb.python/py-recurse-unwind.exp
6931 * gdb.python/py-shared.exp
6932 * gdb.python/py-symbol.exp
6933 * gdb.python/py-symtab.exp
6934 * gdb.python/py-template.exp
6935 * gdb.python/py-type.exp
6936 * gdb.python/py-unwind-maint.exp
6937 * gdb.python/py-unwind.exp
6938 * gdb.python/py-value.exp
6939 * gdb.python/python.exp
6940 * gdb.reverse/finish-reverse-bkpt.exp
6941 * gdb.reverse/insn-reverse.exp
6942 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6943 * gdb.reverse/solib-precsave.exp
6944 * gdb.reverse/solib-reverse.exp
6945 * gdb.stabs/gdb11479.exp
6946 * gdb.stabs/weird.exp
6947 * gdb.threads/fork-child-threads.exp
6948 * gdb.threads/fork-plus-threads.exp
6949 * gdb.threads/fork-thread-pending.exp
6950 * gdb.threads/forking-threads-plus-breakpoint.exp
6951 * gdb.threads/hand-call-in-threads.exp
6952 * gdb.threads/interrupted-hand-call.exp
6953 * gdb.threads/linux-dp.exp
6954 * gdb.threads/local-watch-wrong-thread.exp
6955 * gdb.threads/next-while-other-thread-longjmps.exp
6956 * gdb.threads/non-ldr-exit.exp
6957 * gdb.threads/pending-step.exp
6958 * gdb.threads/print-threads.exp
6959 * gdb.threads/process-dies-while-detaching.exp
6960 * gdb.threads/process-dies-while-handling-bp.exp
6961 * gdb.threads/pthreads.exp
6962 * gdb.threads/queue-signal.exp
6963 * gdb.threads/reconnect-signal.exp
6964 * gdb.threads/signal-command-handle-nopass.exp
6965 * gdb.threads/signal-command-multiple-signals-pending.exp
6966 * gdb.threads/signal-delivered-right-thread.exp
6967 * gdb.threads/signal-sigtrap.exp
6968 * gdb.threads/sigthread.exp
6969 * gdb.threads/staticthreads.exp
6970 * gdb.threads/stepi-random-signal.exp
6971 * gdb.threads/thread-unwindonsignal.exp
6972 * gdb.threads/thread_check.exp
6973 * gdb.threads/thread_events.exp
6974 * gdb.threads/tid-reuse.exp
6975 * gdb.threads/tls-nodebug.exp
6976 * gdb.threads/tls-shared.exp
6977 * gdb.threads/tls-so_extern.exp
6978 * gdb.threads/tls.exp
6979 * gdb.threads/wp-replication.exp
6980 * gdb.trace/actions-changed.exp
6981 * gdb.trace/actions.exp
6982 * gdb.trace/backtrace.exp
6983 * gdb.trace/change-loc.exp
6984 * gdb.trace/collection.exp
6985 * gdb.trace/deltrace.exp
6986 * gdb.trace/disconnected-tracing.exp
6987 * gdb.trace/entry-values.exp
6988 * gdb.trace/ftrace-lock.exp
6989 * gdb.trace/ftrace.exp
6990 * gdb.trace/infotrace.exp
6991 * gdb.trace/mi-trace-frame-collected.exp
6992 * gdb.trace/mi-trace-unavailable.exp
6993 * gdb.trace/mi-traceframe-changed.exp
6994 * gdb.trace/mi-tracepoint-changed.exp
6995 * gdb.trace/mi-tsv-changed.exp
6996 * gdb.trace/no-attach-trace.exp
6997 * gdb.trace/packetlen.exp
6998 * gdb.trace/passc-dyn.exp
6999 * gdb.trace/passcount.exp
7000 * gdb.trace/pending.exp
7001 * gdb.trace/pr16508.exp
7002 * gdb.trace/qtro.exp
7003 * gdb.trace/range-stepping.exp
7004 * gdb.trace/read-memory.exp
7005 * gdb.trace/report.exp
7006 * gdb.trace/save-trace.exp
7007 * gdb.trace/signal.exp
7008 * gdb.trace/stap-trace.exp
7009 * gdb.trace/status-stop.exp
7010 * gdb.trace/strace.exp
7011 * gdb.trace/tfile.exp
7012 * gdb.trace/tfind.exp
7013 * gdb.trace/trace-break.exp
7014 * gdb.trace/trace-condition.exp
7015 * gdb.trace/trace-enable-disable.exp
7016 * gdb.trace/trace-mt.exp
7017 * gdb.trace/tracecmd.exp
7018 * gdb.trace/tracefile-pseudo-reg.exp
7019 * gdb.trace/tspeed.exp
7020 * gdb.trace/tstatus.exp
7021 * gdb.trace/tsv.exp
7022 * gdb.trace/unavailable.exp
7023 * gdb.trace/while-dyn.exp
7024 * gdb.trace/while-stepping.exp
7025 * lib/gdb-guile.exp
7026 * lib/gdb.exp
7027 * lib/mi-support.exp
7028 * lib/pascal.exp
7029 * lib/perftest.exp
7030 * lib/prelink-support.exp
7031 * lib/selftest-support.exp
7032
7033 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7034
7035 * Makefile.in: Include disable-implicit-rules.mk.
7036
7037 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7038
7039 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7040 non-byte-aligned bit fields.
7041
7042 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7043
7044 PR gdb/12616
7045 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7046 respects the DW_AT_data_bit_offset attribute.
7047
7048 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7049
7050 * gdb.base/default.exp: Fix output of "set language".
7051
7052 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7053
7054 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7055 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7056 make.
7057 * configure.ac: Remove checks for the make program.
7058 * configure: Re-generate.
7059
7060 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7061
7062 * gdb.python/py-recurse-unwind.c (main): Add loop.
7063 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7064 to read_register() and gdb.parse_and_eval(). Make each code
7065 call a separate case that can be individually tested.
7066 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7067 proc. Call cont_and_backtrace for each of the code paths that
7068 we want to test in the unwinder.
7069
7070 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7071
7072 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7073 the definition of struct S.
7074
7075 2016-11-11 Catherine Moore <clm@codesourcery.com>
7076
7077 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7078
7079 2016-11-09 Pedro Alves <palves@redhat.com>
7080
7081 * gdb.base/commands.exp (runto_or_return): New procedure.
7082 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7083 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7084 (progvar_simple_while_test, progvar_complex_if_while_test)
7085 (if_while_breakpoint_command_test)
7086 (infrun_breakpoint_command_test, breakpoint_command_test)
7087 (user_defined_command_test, watchpoint_command_test)
7088 (test_command_prompt_position, redefine_hook_test)
7089 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7090 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7091 multi_line_input and multi_line. Remove gdb_expect and
7092 gdb_stop_suppressing_tests uses.
7093 * lib/gdb.exp (valnum_re): New global.
7094 (multi_line_input): New procedure.
7095
7096 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7097
7098 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7099 Remove.
7100 (test_setup): Define with proc_with_prefix.
7101 (test_cli_inferior): Likewise.
7102 (test_cli_thread): Likewise.
7103 (test_cli_frame): Likewise.
7104 (test_cli_select_frame): Likewise.
7105 (test_cli_up_down): Likewise.
7106 (test_mi_thread_select): Likewise.
7107 (test_mi_stack_select_frame): Likewise.
7108 (test_cli_in_mi_inferior): Likewise.
7109 (test_cli_in_mi_thread): Likewise.
7110 (test_cli_in_mi_frame): Likewise.
7111 (top level): Do not use with_test_prefix_procname.
7112
7113 2016-11-09 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.base/commands.exp (gdbvar_simple_if_test)
7116 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7117 (progvar_simple_if_test, progvar_simple_while_test)
7118 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7119 (infrun_breakpoint_command_test, breakpoint_command_test)
7120 (user_defined_command_test, watchpoint_command_test)
7121 (test_command_prompt_position, deprecated_command_test)
7122 (bp_deleted_in_command, temporary_breakpoint_commands)
7123 (stray_arg0_test, source_file_with_indented_comment)
7124 (recursive_source_test, if_commands_test)
7125 (error_clears_commands_left, redefine_hook_test)
7126 (redefine_backtrace_test): Use proc_with_prefix.
7127 * lib/gdb.exp (proc_with_prefix): New proc.
7128
7129 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7130
7131 * gdb.base/tui-layout.c: New file.
7132 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7133 disassembly window contains very long lines.
7134
7135 2016-11-08 Tom Tromey <tom@tromey.com>
7136
7137 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7138 depend on Python 2.
7139
7140 2016-11-08 Tom Tromey <tom@tromey.com>
7141
7142 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7143 New method.
7144
7145 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7146
7147 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7148
7149 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7150
7151 * gdb.rust/simple.rs: Add test for univariant enums without
7152 discriminants and for encoded struct-like enums.
7153
7154 2016-10-28 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7157 gdb_test_multiple, tighten regexps and match symtabs and line
7158 tables incrementally.
7159
7160 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7161
7162 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7163 general.
7164
7165 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7166
7167 * gdb.base/exec-invalid-sysroot.exp: New file.
7168
7169 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7172
7173 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7176
7177 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7178
7179 * gdb.base/killed-outside.exp: Remove $options from a call to
7180 `prepare_for_testing'.
7181
7182 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7183
7184 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7185 Change test message.
7186
7187 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7188
7189 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7190 Update comment.
7191
7192 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7193
7194 * gdb.trace/mi-trace-save.exp: New file.
7195
7196 2016-10-13 Yao Qi <yao.qi@linaro.org>
7197
7198 * gdb.base/code_elim.exp (get_var_address): Remove.
7199 * gdb.base/relocate.exp: Likewise.
7200 * gdb.base/shreloc.exp: Likewise.
7201 * lib/gdb.exp (get_var_address): New.
7202
7203 2016-10-13 Yao Qi <yao.qi@linaro.org>
7204
7205 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7206 floating point tests if $skip_float_test is false.
7207
7208 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7209
7210 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7211 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7212 argc values.
7213 Add 1 to argc so we guarantee distinct initial/modified argc values.
7214
7215 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7218
7219 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7220
7221 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7222 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7223 * gdb.arch/vsx-regs.exp: Likewise.
7224
7225 2016-10-07 Yao Qi <yao.qi@linaro.org>
7226
7227 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7228
7229 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7230
7231 * gdb.python/python.exp: Test decode_line("*0").
7232
7233 2016-10-06 Doug Evans <dje@google.com>
7234
7235 * gdb.python/py-value.exp (test_value_creation): Add test for large
7236 unsigned 64-bit value.
7237
7238 2016-10-06 Tom Tromey <tom@tromey.com>
7239
7240 * gdb.compile/compile.exp: Change java tests to rust.
7241 * gdb.base/setshow.exp: Change java tests to rust.
7242 * gdb.base/default.exp: Remove java from language list.
7243 * README (Examples): Update language example.
7244 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7245 test.
7246 * lib/gdb.exp (skip_java_tests): Remove.
7247 * lib/java.exp: Remove.
7248 * gdb.java: Remove.
7249
7250 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7251
7252 * gdb.arch/mips-fcr.exp: New test.
7253 * gdb.arch/mips-fcr.c: Source for the new test.
7254
7255 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7256
7257 * gdb.base/solib-disc.exp: Use `standard_output_file'
7258 throughout.
7259
7260 2016-10-06 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.base/jit-simple-dl.c: New file.
7263 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7264 * gdb.base/jit-simple.c: ... this.
7265 * gdb.base/jit-simple.exp (jit_run): Delete.
7266 (build_jit): New proc.
7267 (jit_test_reread): Recompile either the main program or the shared
7268 library, depending on what is being tested. Skip changing address
7269 if caller wants to. Compare before/after addresses. If testing
7270 standalone, explicitly load the binary. Test "maint info
7271 breakpoints".
7272 (top level): Add "standalone vs shared lib" and "change address"
7273 vs "same address" axes.
7274
7275 2016-10-06 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7278 call.
7279 (jit_run): Delete.
7280 (jit_test_reread): Use with_test_prefix. Reload the main binary
7281 explicitly. Compare the before/after addresses of the JIT
7282 descriptor.
7283
7284 2016-08-15 Doug Evans <dje@google.com>
7285
7286 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7287 for single bitfields is bool.
7288 * gdb.xml/tdesc-regs.exp: Ditto.
7289
7290 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7291
7292 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7293
7294 2016-10-05 Yao Qi <yao.qi@linaro.org>
7295
7296 * lib/gdb.exp (support_complex_tests): Return zero if
7297 gdb_skip_float_test return true.
7298
7299 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7300 Simon Marchi <simon.marchi@ericsson.com>
7301
7302 PR gdb/20487
7303 * gdb.mi/user-selected-context-sync.exp: New file.
7304 * gdb.mi/user-selected-context-sync.c: New file.
7305
7306 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7307 Simon Marchi <simon.marchi@ericsson.com>
7308
7309 PR gdb/20487
7310 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7311 =thread-select-event check.
7312
7313 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7314
7315 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7316 the compulsory L operand changes.
7317 * gdb.arch/powerpc-power.s: Likewise.
7318
7319 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7322 * gdb.base/jit-attach-pie.c: New file.
7323 * gdb.base/jit-attach-pie.exp: New file.
7324
7325 2016-09-28 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.base/infcall-input.c: New file.
7328 * gdb.base/infcall-input.exp: New file.
7329
7330 2016-09-22 Yao Qi <yao.qi@linaro.org>
7331
7332 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7333 (gdb_exit): Rename it to ...
7334 (gdbserver_gdb_exit): ... Close GDBserver.
7335 (gdb_exit): New proc, call gdbserver_gdb_exit.
7336 (mi_gdb_exit): Likewise.
7337
7338 2016-09-22 Yao Qi <yao.qi@linaro.org>
7339
7340 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7341 path.
7342 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7343 Remove duplication.
7344
7345 2016-09-22 Yao Qi <yao.qi@linaro.org>
7346
7347 * lib/gdbserver-support.exp: Check the existence of
7348 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7349
7350 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7351
7352 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7353
7354 2016-09-21 Tom Tromey <tom@tromey.com>
7355
7356 PR gdb/20604:
7357 * gdb.base/quit.exp: New file.
7358
7359 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 * .gitignore: New file.
7362
7363 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7364
7365 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7366 throughout.
7367
7368 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7369
7370 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7371
7372 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7373
7374 * gdb.cp/casts.cc (decltype): Move it ...
7375 (main): ... with its call to ...
7376 * gdb.cp/casts03.cc: ... a new file.
7377 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7378
7379 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7380
7381 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7382
7383 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7384
7385 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7386 and sync up the test with tests in gas/testsuite/gas/ppc.
7387 * gdb.arch/powerpc-power.exp: Likewise.
7388
7389 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7392
7393 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7394 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7397 make m1's definition to be different from m2's. Use 'dummy' as an
7398 argument for probe 'two'.
7399
7400 2016-09-10 Jon Beniston <jon@beniston.com>
7401
7402 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7403 for sim target.
7404
7405 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7406
7407 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7408 variable declaration.
7409 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7410 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7411 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7412 received HWCAP as its argument.
7413
7414 2016-09-06 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.base/new-ui-pending-input.c: New file.
7417 * gdb.base/new-ui-pending-input.exp: New file.
7418 * gdb.exp (clear_gdb_spawn_id): New procedure.
7419 (with_spawn_id): Check whether gdb_spawn_id exists before
7420 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7421 on exit.
7422
7423 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7424
7425 * gdb.base/float128.c: New file.
7426 * gdb.base/float128.exp: Likewise.
7427 * gdb.base/floatn.c: Likewise.
7428 * gdb.base/floatn.exp: Likewise.
7429
7430 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7431
7432 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7433
7434 2016-09-05 Pedro Alves <palves@redhat.com>
7435
7436 PR backtrace/19927
7437 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7438 unwinders are immediately called as side effect of "source" or
7439 "disable unwinder" commands.
7440 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7441
7442 2016-09-02 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7445 is true and $type is "float" or "double".
7446
7447 2016-09-02 Yao Qi <yao.qi@linaro.org>
7448
7449 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7450 true.
7451 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7452 * gdb.base/call-rt-st.exp: Likewise.
7453 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7454 return value instead of gdb,skip_float_test.
7455 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7456 (do_function_calls): Use its return value instead of
7457 gdb,skip_float_test.
7458 * gdb.base/finish.exp: Likewise.
7459 * gdb.base/funcargs.exp: Likewise.
7460 * gdb.base/return.exp: Likewise.
7461 * gdb.base/return2.exp: Likewise.
7462 * gdb.base/varargs.exp: Likewise.
7463 * lib/gdb.exp (gdb_skip_float_test): Change it to
7464 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7465
7466 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7467
7468 * gdb.multi/tids.exp: Test "thread apply all".
7469
7470 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7471
7472 * gdb.base/default.exp (tty): Remove.
7473
7474 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7475
7476 * gdb.python/py-recurse-unwind.c: New file.
7477 * gdb.python/py-recurse-unwind.py: New file.
7478 * gdb.python/py-recurse-unwind.exp: New file.
7479
7480 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 * gdb.base/set-inferior-tty.exp: New file.
7483 * gdb.base/set-inferior-tty.c: New file.
7484
7485 2016-08-23 Pedro Alves <palves@redhat.com>
7486
7487 PR gdb/20494
7488 * gdb.base/new-ui-echo.c: New file.
7489 * gdb.base/new-ui-echo.exp: New file.
7490
7491 2016-08-23 Yao Qi <yao.qi@linaro.org>
7492
7493 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7494 gdbserver_spawn.
7495 * gdb.server/connect-without-multi-process.exp (do_test):
7496 Likewise.
7497
7498 2016-08-23 Yao Qi <yao.qi@linaro.org>
7499
7500 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7501 standalone_txt. Delete gdb_txt and standalone_txt on host
7502 and target. Spawn the binary on target. Copy files from
7503 target to host.
7504
7505 2016-08-22 Pedro Alves <palves@redhat.com>
7506
7507 PR gdb/20505
7508 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7509 with_test_prefix. Factor out bits to ...
7510 (test_no_vdso): ... this new procedure.
7511
7512 2016-08-19 Carl Love <cel@us.ibm.com>
7513
7514 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7515 maintaining separate logic for constructing the output path.
7516 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7517 * gdb.arch/ppc-dfp.exp: Likewise.
7518 * gdb.arch/ppc-fp.exp: Likewise.
7519 * gdb.arch/vsx-regs.exp: Likewise.
7520 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7521 binprefix for generating the additional binary files.
7522
7523 2016-08-19 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.trace/mi-trace-frame-collected.exp
7526 (test_trace_frame_collected): On x32, expect two registers.
7527
7528 2016-08-18 Carl Love <cel@us.ibm.com>
7529
7530 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7531 and sync up the test with tests in gas/testsuite/gas/ppc.
7532 * gdb.arch/powerpc-power.exp: Likewise.
7533
7534 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7535
7536 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7537 expected error message.
7538
7539 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7540
7541 * gdb.multi/remove-inferiors.exp: New file.
7542 * gdb.multi/remove-inferiors.c: New file.
7543
7544 2016-08-12 Yao Qi <yao.qi@linaro.org>
7545
7546 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7547 argument list.
7548
7549 2016-08-10 Pedro Alves <palves@redhat.com>
7550
7551 PR gdb/19187
7552 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7553 setup_kfails.
7554
7555 2016-08-09 Pedro Alves <palves@redhat.com>
7556 Simon Marchi <simon.marchi@ericsson.com>
7557
7558 PR gdb/20418
7559 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7560 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7561
7562 2016-08-09 Pedro Alves <palves@redhat.com>
7563
7564 PR mi/20431
7565 * gdb.mi/mi-cmd-error.exp: New file.
7566
7567 2016-08-09 Pedro Alves <palves@redhat.com>
7568
7569 PR gdb/18653
7570 * gdb.base/signals-state-child.c: New file.
7571 * gdb.base/signals-state-child.exp: New file.
7572 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7573
7574 2016-08-09 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7577
7578 2016-08-03 Tom Tromey <tom@tromey.com>
7579
7580 PR python/18565:
7581 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7582
7583 2016-08-01 Yao Qi <yao.qi@linaro.org>
7584
7585 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7586 variable mode to "multi-process" if $multi_process is 1, otherwise
7587 set it to "single-process".
7588
7589 2016-08-01 Yao Qi <yao.qi@linaro.org>
7590
7591 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7592 * gdb.cp/cpexprs.exp: Likewise.
7593 * gdb.cp/m-static.exp: Likewise.
7594
7595 2016-07-26 Tom Tromey <tom@tromey.com>
7596
7597 PR python/20190:
7598 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7599 test.
7600
7601 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7602
7603 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7604 selecting assembly source files.
7605 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7606 assembly source files.
7607 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7608 assembly source files.
7609 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7610 selecting assembly source files.
7611
7612 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7613
7614 * gdb.base/new-ui.exp (do_test_invalid_args): New
7615 procedure.
7616
7617 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7618
7619 * gdb.btrace/reconnect.c: New file.
7620 * gdb.btrace/reconnect.exp: New file.
7621
7622 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7623
7624 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7625 to test_catch_syscall_group.
7626 (test_catch_syscall_group): New.
7627
7628 2016-07-21 Tom Tromey <tom@tromey.com>
7629
7630 * gdb.rust/simple.rs (main): Use empty struct expression.
7631 * gdb.rust/simple.exp: Add tests for empty struct expression.
7632
7633 2016-07-21 Yao Qi <yao.qi@linaro.org>
7634
7635 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7636 if gdb_skip_xml_test is true on some targets.
7637
7638 2016-07-21 Yao Qi <yao.qi@linaro.org>
7639
7640 * gdb.server/solib-list.exp: Unset last_loaded_file.
7641
7642 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7645 "step into captured_main (args)".
7646
7647 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7648
7649 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7650
7651 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7654
7655 2016-07-19 Pedro Alves <palves@redhat.com>
7656
7657 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7658 * gdb.opt/inline-bt.exp: Likewise.
7659 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7660 additional_flags=-Winline.
7661 * gdb.opt/inline-locals.exp: Likewise.
7662 * gdb.opt/inline-markers.c (ATTR): Define.
7663 (inlined_fn): Use it.
7664
7665 2016-07-19 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7668 (test_with_self): Remove some code. Remove argument executable.
7669 (top-level): Use do_self_tests.
7670
7671 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7672 Don Breazeal <donb@codesourcery.com>
7673
7674 * gdb.base/maint.exp: Escape paths used in regular expressions.
7675 * gdb.stabs/weird.exp: Likewise.
7676
7677 2016-07-13 Tom Tromey <tom@tromey.com>
7678
7679 PR python/15620, PR python/18620:
7680 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7681 (test_bkpt_events): New procs.
7682
7683 2016-07-13 Tom Tromey <tom@tromey.com>
7684
7685 PR python/17698:
7686 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7687 test.
7688 (test_watchpoints): Likewise.
7689 (test_bkpt_pending): New proc.
7690
7691 2016-07-13 Tom Tromey <tom@tromey.com>
7692
7693 PR cli/18053:
7694 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7695 completion test.
7696
7697 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7698
7699 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7700 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7701 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7702 f_label.
7703 (g): Rename g_end_lbl to g_label.
7704 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7705 low_pc and high_pc.
7706 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7707
7708 2016-07-12 Tom Tromey <tom@tromey.com>
7709
7710 PR python/19293:
7711 * gdb.python/py-unwind-maint.exp: Update tests.
7712
7713 2016-07-12 Yao Qi <yao.qi@linaro.org>
7714
7715 * lib/selftest-support.exp (selftest_setup): Match the output
7716 when captured_main is inlined.
7717
7718 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7719
7720 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7721 New variables.
7722 (print this%a, print this%b, print this): New tests.
7723 * gdb.fortran/derived-types.f90 (this): New object and
7724 initialization.
7725
7726 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7727
7728 * gdb.ada/arraydim.exp: Remove extra directory level in build
7729 directory.
7730
7731 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * lib/ada.exp: Remove extra directory level in build directory.
7734 * gdb.ada/cond_lang.exp: Likewise.
7735 * gdb.ada/exec_changed.exp: Likewise.
7736 * gdb.ada/lang_switch.exp: Likewise.
7737
7738 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7739
7740 * simple.rs: Add test for raw pointer subscripting.
7741 * simple.exp: Add test expectations.
7742
7743 2016-07-05 Yao Qi <yao.qi@linaro.org>
7744
7745 * gdb.mi/mi-reverse.exp: Match =record-started output.
7746
7747 2016-07-01 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7750 procedure.
7751 (jit_reader_test): Test the jit reader's unwinder.
7752 * gdb.base/jithost.c (jit_function_00_code): New global.
7753 (main): Use memcpy to fill in the mmapped code, instead of poking
7754 bytes manually here.
7755 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7756 value.
7757 (read_debug_info): Save the function's range.
7758 (read_sp): New function.
7759 (unwind_frame): Use it. Also unwind RBP.
7760 (get_frame_id): Use read_sp.
7761 (gdb_init_reader): Use calloc instead of malloc.
7762 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7763 parameter. Use gdb_test_multiple.
7764
7765 2016-07-01 Pedro Alves <palves@redhat.com>
7766 Antoine Tremblay <antoine.tremblay@ericsson.com>
7767
7768 * gdb.threads/process-dies-while-detaching.c: New file.
7769 * gdb.threads/process-dies-while-detaching.exp: New file.
7770
7771 2016-07-01 Pedro Alves <palves@redhat.com>
7772
7773 * gdb.multi/watchpoint-multi-exit.c: New file.
7774 * gdb.multi/watchpoint-multi-exit.exp: New file.
7775
7776 2016-06-30 Pedro Alves <palves@redhat.com>
7777
7778 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7779 unset inferior_spawn_id.
7780
7781 2016-06-30 Pedro Alves <palves@redhat.com>
7782
7783 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7784 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7785
7786 2016-06-29 Yao Qi <yao.qi@linaro.org>
7787
7788 * gdb.base/return.c: Add copyright header.
7789
7790 2016-06-29 Tom Tromey <tom@tromey.com>
7791
7792 PR python/20129:
7793 * gdb.python/py-framefilter.exp: Add tests for setting priority
7794 and disabling of non-existent frame filter.
7795
7796 2016-06-29 Yao Qi <yao.qi@linaro.org>
7797
7798 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7799 0x0f07ff.
7800
7801 2016-06-28 Yao Qi <yao.qi@linaro.org>
7802
7803 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7804 triplets. Start gdb, execute catch syscall, and continue. Check
7805 gdb's output to determine catch syscall is supported.
7806
7807 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7808
7809 * gdb.rust/simple.rs: Add test for returning unit in a function.
7810 * gdb.rust/simple.exp: Add expectation for functions returning
7811 unit.
7812
7813 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7814
7815 * gdb.python/py-breakpoint-create-fail.c,
7816 gdb.python/py-breakpoint-create-fail.exp,
7817 gdb.python/py-breakpoint-create-fail.py: New testcase.
7818
7819 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7820
7821 PR gdb/20239
7822 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7823 * gdb.rust/simple.exp: Add test expectations for new NonZero
7824 tests.
7825
7826 2016-06-24 David Taylor <dtaylor@emc.com>
7827
7828 * gdb.base/offsets.exp: New file.
7829 * gdb.base/offsets.c: New file.
7830
7831 2016-06-23 Tom Tromey <tom@tromey.com>
7832
7833 PR gdb/16483:
7834 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7835 before any filters are loaded.
7836
7837 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7838
7839 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7840 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7841 structs.
7842 * gdb.fortran/derived-type-function.exp: New file.
7843 * gdb.fortran/derived-type-function.f90: New file.
7844
7845
7846 2016-06-21 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/new-ui.exp: New file.
7849 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7850 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7851 (with_spawn_id): New procedure.
7852
7853 2016-06-21 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.mi/mi-exec-run.exp: New file.
7856
7857 2016-06-21 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7860 breakpoint command's output on the main UI.
7861 (test_break): New procedure, factored out from calls in the top
7862 level.
7863 (top level): Use foreach_with_prefix to test MI as main UI and as
7864 separate UI.
7865
7866 2016-06-21 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7869 (test_awatch_creation_and_listing)
7870 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7871 Remove 'type' parameter.
7872 (test_watchpoint_all): New parameter mi_mode. Remove
7873 with_test_prefix.
7874 (top level): Use foreach_with_prefix, and add main/separate UI MI
7875 testing axis.
7876
7877 2016-06-21 Pedro Alves <palves@redhat.com>
7878
7879 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7880 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7881 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7882 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7883 (gdb_main_spawn_id, mi_spawn_id): Declare and
7884 comment.
7885 (mi_create_inferior_pty): New procedure,
7886 factored out from default_mi_gdb_start.
7887 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7888 procedures.
7889 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7890 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7891 Use mi_create_inferior_pty.
7892 (mi_gdb_start): Use eval to pass down args list.
7893
7894 2016-06-21 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7897 * gdb.opt/inline-cmds.exp: Add MI tests.
7898
7899 2016-06-21 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7902
7903 2016-06-21 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7906 (top level): Use it instead of mi_execute_to.
7907
7908 2016-06-21 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7911 (cont_handler_str): New.
7912 (signal_stop_handler): Set stop_handler_str instead of printing to
7913 stdout.
7914 (continue_handler): Set cont_handler_str instead of printing to
7915 stdout.
7916 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7917 mi_send_resuming_command. Print stop_handler_str and
7918 cont_handler_str instead of expecting the python events print
7919 directly.
7920
7921 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7922
7923 * gdb.base/jit-reader.exp: New file.
7924 * gdb.base/jithost.c: New file.
7925 * gdb.base/jithost.h: New file.
7926 * gdb.base/jitreader.c : New file.
7927 * gdb.base/jit-protocol.h: New file.
7928
7929 2016-06-17 Yao Qi <yao.qi@linaro.org>
7930
7931 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7932 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7933 and detach-on-fork. Adjust tests.
7934 (top level): Invoke break_cond_on_syscall with combinations of
7935 syscall, follow-fork-mode and detach-on-fork.
7936
7937 2016-06-17 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.base/step-over-exit.c: New.
7940 * gdb.base/step-over-exit.exp: New.
7941
7942 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7943
7944 * gdb.base/float.exp: Add target check for nds32*-*-*.
7945 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7946
7947 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7948
7949 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7950 for unsupported target features.
7951 * gdb.base/call-rt-st.exp: Likewise.
7952 * gdb.base/call-sc.exp: Likewise.
7953 * gdb.base/call-signal-resume.exp: Likewise.
7954 * gdb.base/call-strs.exp: Likewise.
7955 * gdb.base/callexit.exp: Likewise.
7956 * gdb.base/callfuncs.exp: Likewise.
7957 * gdb.base/nodebug.exp: Likewise.
7958 * gdb.base/printcmds.exp: Likewise.
7959 * gdb.base/ptype.exp: Likewise.
7960 * gdb.base/structs.exp: Likewise.
7961 * gdb.base/unwindonsignal.exp: Likewise.
7962 * gdb.cp/gdb2495.exp: Likewise.
7963 * gdb.cp/templates.exp: Likewise.
7964 * gdb.cp/virtfunc.exp: Likewise.
7965 * gdb.threads/hand-call-in-threads.exp: Likewise.
7966 * gdb.threads/interrupted-hand-call.exp: Likewise.
7967 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7968
7969 2016-06-10 Tom Tromey <tom@tromey.com>
7970
7971 PR rust/20110:
7972 * gdb.rust/expr.exp: Add test for integer constant larger than
7973 i32.
7974
7975 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7976
7977 * gdb.fortran/nested-funcs.exp: New.
7978 * gdb.fortran/nested-funcs.f90: New.
7979
7980 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7981
7982 * gdb.base/examine-backward.c: New file.
7983 * gdb.base/examine-backward.exp: New file.
7984
7985 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7986
7987 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7988 matching.
7989
7990 2016-06-02 Tom Tromey <tom@tromey.com>
7991
7992 PR python/18984:
7993 * gdb.python/py-shared.exp: Add solib_name test.
7994
7995 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7996
7997 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7998
7999 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8000
8001 PR c++/19893
8002 * gdb.dwarf2/implref.exp: Rename to...
8003 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8004 * gdb.dwarf2/implref-array.c: New file.
8005 * gdb.dwarf2/implref-array.exp: Likewise.
8006 * gdb.dwarf2/implref-global.c: Likewise.
8007 * gdb.dwarf2/implref-global.exp: Likewise.
8008 * gdb.dwarf2/implref-struct.c: Likewise.
8009 * gdb.dwarf2/implref-struct.exp: Likewise.
8010
8011 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8012
8013 * gdb.trace/trace-condition.exp: Add 64bit tests.
8014
8015 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8016
8017 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8018 bits types.
8019 (main): Adapt to 8 to 64 bits types.
8020 * gdb.trace/trace-condition.exp: Add new tests.
8021
8022 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8023
8024 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8025
8026 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8027
8028 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8029 Move condition tests...
8030 * gdb.trace/trace-condition.exp: Here.
8031
8032 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8033
8034 * gdb.trace/trace-condition.exp: Add counter-case tests.
8035
8036 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 PR c++/15231
8039 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8040 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8041
8042 2016-05-27 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8045 New procedure.
8046 (top level): Call it, and bail out of DejaGnu is known to be bad.
8047
8048 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8049
8050 * gdb.base/whatis.c: Extend the test case.
8051 * gdb.base/whatis.exp: Add additional tests.
8052
8053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8054
8055 * gdb.fortran/type.f90: Add pointer variable.
8056 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8057
8058 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8059
8060 * gdb.fortran/vla-type.exp: Fix testcase name.
8061
8062 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8063
8064 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8065
8066 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8067
8068 * gdb.fortran/type.f90: Add nested structures.
8069 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8070 * gdb.fortran/derived-type.exp: Adapt expected output.
8071 * gdb.fortran/vla-type.exp: Adapt expected output.
8072
8073 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8074
8075 * gdb.fortran/whatis_type.exp: Adapt expected output.
8076
8077 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8078
8079 * gdb.fortran/print_type.exp: Fix expected output.
8080 * gdb.fortran/whatis_type.exp: Fix expected output.
8081
8082 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8083
8084 * gdb.fortran/whatis_type.exp: Use multi_line.
8085
8086 2016-05-24 Tom Tromey <tom@tromey.com>
8087
8088 PR python/17386:
8089 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8090 use value as an index.
8091
8092 2016-05-23 Tom Tromey <tom@tromey.com>
8093
8094 PR python/17981:
8095 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8096 no-breakpoint case.
8097
8098 2016-05-24 Pedro Alves <palves@redhat.com>
8099
8100 PR gdb/19828
8101 * gdb.threads/clone-attach-detach.c: New file.
8102 * gdb.threads/clone-attach-detach.exp: New file.
8103
8104 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8105
8106 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8107
8108 2016-05-23 Tom Tromey <tom@tromey.com>
8109
8110 PR python/19438, PR python/18393:
8111 * gdb.python/py-progspace.exp: Add "dir" test.
8112 * gdb.python/py-objfile.exp: Add "dir" test.
8113
8114 2016-05-23 Yao Qi <yao.qi@linaro.org>
8115
8116 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8117 * gdb.arch/thumb2-it.exp: Likewise.
8118
8119 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 * gdb.mi/mi-threads-interrupt.c: New file.
8122 * gdb.mi/mi-threads-interrupt.exp: New file.
8123
8124 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 PR gdb/18077
8127 * gdb.mi/mi-async-run.exp: New file.
8128 * gdb.mi/mi-async-run.c: New file.
8129
8130 2016-05-17 Tom Tromey <tom@tromey.com>
8131 Manish Goregaokar <manishsmail@gmail.com>
8132
8133 * lib/rust-support.exp: New file.
8134 * lib/gdb.exp (skip_rust_tests): New proc.
8135 (build_executable_from_specs): Handle rust.
8136 * lib/future.exp (gdb_find_rustc): New proc.
8137 (gdb_default_target_compile): Handle rust.
8138 * gdb.rust/expr.exp: New file.
8139 * gdb.rust/generics.exp: New file.
8140 * gdb.rust/generics.rs: New file.
8141 * gdb.rust/methods.exp: New file.
8142 * gdb.rust/methods.rs: New file.
8143 * gdb.rust/modules.exp: New file.
8144 * gdb.rust/modules.rs: New file.
8145 * gdb.rust/simple.exp: New file.
8146 * gdb.rust/simple.rs: New file.
8147
8148 2016-05-17 Tom Tromey <tom@tromey.com>
8149
8150 * gdb.base/default.exp (set language): Add rust.
8151
8152 2016-05-17 Tom Tromey <tom@tromey.com>
8153
8154 * gdb.gdb/unittest.exp: New file.
8155
8156 2016-05-16 Yao Qi <yao.qi@linaro.org>
8157
8158 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8159 shell_prompt. Update shell_prompt_re.
8160
8161 2016-05-12 Doug Evans <dje@google.com>
8162
8163 PR symtab/19999
8164 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8165 $options when building executable.
8166 * gdb.dwarf2/fission-loclists-pie.S: New file.
8167 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8168
8169 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8170
8171 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8172 of [is_remote target],
8173
8174 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8175
8176 * lib/gdb.exp (use_gdb_stub): New procedure.
8177
8178 2016-05-03 Yunlian Jiang <yunlian@google.com>
8179 Doug Evans <dje@google.com>
8180
8181 PR symtab/19914
8182 * gdb.dwarf2/dwp-sepdebug.c: New file.
8183 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8184
8185 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8186
8187 * gdb.base/detach.exp: Remove is_remote check.
8188
8189 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8190
8191 * gdb.base/annota-input-while-running.exp: Don't check for
8192 [is_remote target]. Enable annotations after running to main.
8193 Remove unused "set test..." line.
8194
8195 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8196
8197 * gdb.trace/trace-enable-disable.exp: New file.
8198 * gdb.trace/trace-enable-disable.c: New file.
8199
8200 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8201
8202 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8203 use it in info sharedlibrary test.
8204 * gdb.trace/ftrace-lock.exp: Likewise.
8205 * gdb.trace/ftrace.exp: Likewise.
8206 * gdb.trace/range-stepping.exp: Likewise.
8207 * gdb.trace/trace-break.exp: Likewise.
8208 * gdb.trace/trace-condition.exp: Likewise.
8209 * gdb.trace/trace-mt.exp: Likewise.
8210
8211 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8212
8213 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8214 (gdb_load_shlib): ... this.
8215 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8216 gdb_load_shlib.
8217 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8218 * gdb.base/ctxobj.exp: Likewise.
8219 * gdb.base/dprintf-pending.exp: Likewise.
8220 * gdb.base/dso2dso.exp: Likewise.
8221 * gdb.base/fixsection.exp: Likewise.
8222 * gdb.base/gcore-relro.exp: Likewise.
8223 * gdb.base/gdb1555.exp: Likewise.
8224 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8225 * gdb.base/gnu-ifunc.exp: Likewise.
8226 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8227 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8228 * gdb.base/pending.exp: Likewise.
8229 * gdb.base/print-file-var.exp: Likewise.
8230 * gdb.base/print-symbol-loading.exp: Likewise.
8231 * gdb.base/shlib-call.exp: Likewise.
8232 * gdb.base/shreloc.exp: Likewise.
8233 * gdb.base/so-impl-ld.exp: Likewise.
8234 * gdb.base/solib-disc.exp: Likewise.
8235 * gdb.base/solib-nodir.exp: Likewise.
8236 * gdb.base/solib-overlap.exp: Likewise.
8237 * gdb.base/solib-symbol.exp: Likewise.
8238 * gdb.base/solib-weak.exp (do_test): Likewise.
8239 * gdb.base/sym-file.exp: Likewise.
8240 * gdb.base/symtab-search-order.exp: Likewise.
8241 * gdb.base/type-opaque.exp: Likewise.
8242 * gdb.base/unload.exp: Likewise.
8243 * gdb.base/watchpoint-solib.exp: Likewise.
8244 * gdb.compile/compile.exp: Likewise.
8245 * gdb.cp/gdb2384.exp: Likewise.
8246 * gdb.cp/infcall-dlopen.exp: Likewise.
8247 * gdb.cp/re-set-overloaded.exp: Likewise.
8248 * gdb.fortran/library-module.exp: Likewise.
8249 * gdb.opt/solib-intra-step.exp: Likewise.
8250 * gdb.python/py-finish-breakpoint.exp: Likewise.
8251 * gdb.python/py-shared.exp: Likewise.
8252 * gdb.reverse/solib-precsave.exp: Likewise.
8253 * gdb.reverse/solib-reverse.exp: Likewise.
8254 * gdb.server/solib-list.exp: Likewise.
8255 * gdb.threads/dlopen-libpthread.exp: Likewise.
8256 * gdb.threads/tls-shared.exp: Likewise.
8257 * gdb.threads/tls-so_extern.exp: Likewise.
8258 * gdb.trace/change-loc.exp: Likewise.
8259 * gdb.trace/ftrace-lock.exp: Likewise.
8260 * gdb.trace/ftrace.exp: Likewise.
8261 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8262 * gdb.trace/pending.exp: Likewise.
8263 * gdb.trace/range-stepping.exp: Likewise.
8264 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8265 (strace_info_marker): Likewise.
8266 (strace_probe_marker): Likewise.
8267 (strace_trace_on_same_addr): Likewise.
8268 (strace_trace_on_diff_addr): Likewise.
8269 * gdb.trace/trace-break.exp: Likewise.
8270 * gdb.trace/trace-condition.exp: Likewise.
8271 * gdb.trace/trace-mt.exp: Likewise.
8272
8273 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8274
8275 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8276 result of gdb_remote_download.
8277 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8278 * gdb.base/dso2dso.exp: Likewise.
8279 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8280 * gdb.base/print-file-var.exp: Likewise.
8281 * gdb.base/shlib-call.exp: Likewise.
8282 * gdb.base/shreloc.exp: Likewise.
8283 * gdb.base/solib-overlap.exp: Likewise.
8284 * gdb.base/solib-weak.exp (do_test): Likewise.
8285 * gdb.base/unload.exp: Likewise.
8286
8287 2016-04-27 Yao Qi <yao.qi@linaro.org>
8288
8289 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8290 exists.
8291
8292 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8293
8294 * vla-type.exp: Print structure from toplevel.
8295
8296 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8297
8298 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8299 of dynamic types.
8300 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8301 of dynamic types.
8302
8303 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8304
8305 * gdb.fortran/vla-type.f90: New file.
8306 * gdb.fortran/vla-type.exp: New file.
8307
8308 2016-04-25 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.base/branch-to-self.c: New file.
8311 * gdb.base/branch-to-self.exp: New file.
8312
8313 2016-04-22 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8316 more after $hex.
8317
8318 2016-04-22 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8321 * gdb.base/annota3.exp: Likewise.
8322
8323 2016-04-22 Yao Qi <yao.qi@linaro.org>
8324
8325 * gdb.reverse/step-precsave.exp: Do one step and test program
8326 stops in "callee" and do multiple steps until program goes out
8327 of "callee".
8328 * gdb.reverse/step-reverse.exp: Likewise.
8329
8330 2016-04-22 Yao Qi <yao.qi@linaro.org>
8331
8332 * gdb.trace/signal.exp: Also pass if
8333 $tracepoint_hits($i) > $iterations.
8334
8335 2016-04-22 Yao Qi <yao.qi@linaro.org>
8336
8337 * gdb.trace/signal.c: New file.
8338 * gdb.trace/signal.exp: New file.
8339
8340 2016-04-19 Doug Evans <xdje42@gmail.com>
8341
8342 * gdb.base/bad-file.exp: New file.
8343
8344 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8345
8346 * gdb.dwarf2/implref.exp: New file.
8347
8348 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8349
8350 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8351 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8352 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8353 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8354 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8355 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8356 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8357 * lib/fortran.exp (fortran_int4): New procedure.
8358 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8359 (fortran_logical4): Likewise.
8360
8361 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8362
8363 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8364
8365 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8366
8367 * lib/compiler.c: Add Intel specific preprocessor macros.
8368 * lib/compiler.cc: Likewise.
8369
8370 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8371
8372 * gdb.server/connect-with-no-symbol-file.c: New file.
8373 * gdb.server/connect-with-no-symbol-file.exp: New file.
8374
8375 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8376
8377 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8378
8379 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8380
8381 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8382 standard output directory.
8383
8384 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8385
8386 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8387
8388 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8389
8390 * gdb.btrace/instruction_history.c (loop): Add declaration.
8391
8392 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8393
8394 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8395
8396 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8397
8398 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8399 parentheses to print.
8400 (continue_handler): Likewise.
8401
8402 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8403
8404 * gdb.server/solib-list.exp: Remove is_remote check.
8405 Pass shlib= to gdb_compile. Don't link shared library with
8406 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8407 Run binary filename through "readlink -f" on the target.
8408
8409 2016-04-08 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8412 interpreter filename as argument to gdbserver_spawn.
8413 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8414 Return empty if $last_loaded_file does not exist.
8415
8416 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8419 * gdb.base/jit-main.c: Use exit after usage.
8420
8421 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8422
8423 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8424 GDBHISTSIZE prior to the tests.
8425 * gdb.base/gdbinit-history.exp: Likewise.
8426
8427 2016-04-07 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8430 instead of build_executable. Use gdb_load_shlibs.
8431
8432 2016-04-07 Yao Qi <yao.qi@linaro.org>
8433
8434 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8435 Execute "si" command.
8436
8437 2016-04-07 Yao Qi <yao.qi@linaro.org>
8438
8439 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8440 number instead of the comments on some line.
8441
8442 2016-04-06 Don Breazeal <donb@codesourcery.com>
8443
8444 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8445 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8446
8447 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8450 standard_output_file. Remove unused binfile variable.
8451
8452 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8453
8454 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8455 * gdb.python/py-mi-objfile.exp: Match "list main" output
8456 in console format.
8457
8458 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8459
8460 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8461 absolute.
8462
8463 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8464
8465 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8466 absolute.
8467 * gdb.trace/ftrace.exp: Likewise.
8468 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8469 targets as well.
8470 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8471 (gdb_load_shlibs): Copy libraries to test directory when testing
8472 natively. Only set solib-search-path if testing remotely.
8473 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8474
8475 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8476
8477 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8478 gdb_download. Use it even if the target is not remote.
8479 * gdb.base/jit.exp (compile_jit_test): Likewise.
8480 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8481 output directory if the destination board is local, otherwise use
8482 the standard remote_download from DejaGnu.
8483 (gdb_download): Remove.
8484 (gdb_load_shlibs): Use gdb_remote_download instead of
8485 gdb_download.
8486 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8487 Use gdb_remote_download instead of gdb_download. Use it even if
8488 the target is not remote.
8489 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8490 instead of gdb_download.
8491
8492 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8493
8494 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8495 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8496 run.
8497
8498 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8499
8500 PR gdb/19820
8501 * gdb.base/printcmds.exp: Add artificial arrays tests.
8502
8503 2016-03-31 Pedro Alves <palves@redhat.com>
8504
8505 PR gdb/19858
8506 * gdb.base/jit-main.c: Include unistd.h.
8507 (ATTACH): Define to 0 if not already defined.
8508 (wait_for_gdb, mypid): New globals.
8509 (WAIT_FOR_GDB): New macro.
8510 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8511 some breakpoint locations.
8512 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8513 New procedures.
8514 (one_jit_test): Add REATTACH parameter, and handle it. Use
8515 continue_to_test_location.
8516 (top level): Test attach, and adjusts calls to one_jit_test.
8517
8518 2016-03-31 Pedro Alves <palves@redhat.com>
8519
8520 PR gdb/19858
8521 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8522 BINSUFFIX parameter, and handle it.
8523 (top level): Adjust calls compile_jit_test.
8524
8525 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8526
8527 PR python/19743
8528 * gdb.python/py-mi-events-gdb.py: New file.
8529 * gdb.python/py-mi-events.c: New file.
8530 * gdb.python/py-mi-events.exp: New file.
8531
8532 2016-03-30 Yao Qi <yao.qi@linaro.org>
8533
8534 * gdb.reverse/until-precsave.exp: Match function name only.
8535 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8536 Move malloc to a condition block.
8537 * gdb.reverse/until-reverse.exp: Match function name only.
8538
8539 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8540
8541 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8542 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8543 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8544 variable for GPR 0 instead of assuming it is register 0.
8545 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8546 * lib/trace-support.exp: Add s390 registers.
8547
8548 2016-03-29 Yao Qi <yao.qi@linaro.org>
8549
8550 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8551
8552 2016-03-24 Yao Qi <yao.qi@linaro.org>
8553
8554 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8555 test message.
8556
8557 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8558
8559 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8560 maintaining separate logic for constructing the output path.
8561
8562 2016-03-16 Don Breazeal <donb@codesourcery.com>
8563
8564 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8565 Retry fork and waitpid on interrupted system call errors.
8566 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8567 Use with_timeout_factor to increase timeout by factor of 10.
8568
8569 2016-03-15 Don Breazeal <donb@codesourcery.com>
8570
8571 * gdb.cp/scope-err.cc: New test program.
8572 * gdb.cp/scope-err.exp: New test script.
8573 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8574 lines and "set breakpoint here" comment.
8575 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8576 Fixed some whitespace and format issues.
8577 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8578 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8579
8580 2016-03-15 Doug Evans <dje@google.com>
8581
8582 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8583 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8584 All callers updated. Add tests for enums, mixed flags register.
8585
8586 2016-03-15 Doug Evans <dje@google.com>
8587
8588 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8589 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8590
8591 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8592
8593 * gdb.base/default.exp: Add $_as_string to the list of expected
8594 convenience functions.
8595
8596 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8597
8598 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8599
8600 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8601
8602 * gdb.python/py-as-string.exp: New file.
8603 * gdb.python/py-as-string.c: New file.
8604
8605 2016-03-09 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8608 signal" -> "Thread NN received signal" output change.
8609 * gdb.threads/ia64-sigill.exp: Likewise.
8610 * gdb.threads/linux-dp.exp: Likewise.
8611 * gdb.threads/manythreads.exp: Likewise.
8612 * gdb.threads/pending-step.exp: Likewise.
8613 * gdb.threads/print-threads.exp: Likewise.
8614 * gdb.threads/sigstep-threads.exp: Likewise.
8615 * gdb.threads/staticthreads.exp: Likewise.
8616 * gdb.threads/tls.exp: Likewise.
8617
8618 2016-03-09 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.base/command-line-input.exp: New file.
8621
8622 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8623
8624 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8625 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8626 * gdb.trace/pending.exp: Accept leading dot before function name.
8627 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8628 * lib/trace-support.exp: Set registers for ppc.
8629
8630 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8631
8632 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8633 use it for disassembly; accept .main in addition to main in backtrace.
8634
8635 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8636 Marcin Kościelnicki <koriakin@0x04.net>
8637
8638 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8639 (gdb_recursion_test_ptr): New global variable.
8640 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8641 gdb_recursion_test.
8642 (gdb_c_test): Ditto.
8643
8644 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8645
8646 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8647 ordering.
8648
8649 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8650
8651 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8652 (bar): Add bar_start_lbl label.
8653 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8654 of foo/bar for emitting DWARF and tracing.
8655
8656 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8657
8658 * analyze-racy-logs.py: Set executable bit.
8659
8660 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8661
8662 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8663 (CHECK_TARGET_TMP): Likewise.
8664 (check-single-racy): New rule.
8665 (check-parallel-racy): Likewise.
8666 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8667 (do-check-parallel-racy): New rule.
8668 (check-racy/%.exp): Likewise.
8669 * README (Racy testcases): New section.
8670 * analyze-racy-logs.py: New file.
8671
8672 2016-03-03 Doug Evans <dje@google.com>
8673
8674 * gdb.base/skip.exp: Use with_test_prefix.
8675
8676 2016-03-03 Yao Qi <yao.qi@linaro.org>
8677
8678 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8679 Invoke step_over_syscall "clone" and break_cond_on_syscall
8680 "clone".
8681 * gdb.base/step-over-clone.c: New file.
8682
8683 2016-03-03 Yao Qi <yao.qi@linaro.org>
8684
8685 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8686 code format.
8687
8688 2016-03-03 Yao Qi <yao.qi@linaro.org>
8689
8690 * gdb.base/disp-step-fork.c: Rename to ...
8691 * gdb.base/step-over-fork.c: ... it. New file.
8692 * gdb.base/disp-step-vfork.c: Rename to ...
8693 * gdb.base/step-over-vfork.c: ... it. New file.
8694 * gdb.base/disp-step-syscall.exp: Rename to ...
8695 * gdb.base/step-over-syscall.exp: ... it. New file.
8696 (disp_step_cross_syscall): Rename to ...
8697 (step_over_syscall): ... it.
8698
8699 2016-03-03 Yao Qi <yao.qi@linaro.org>
8700
8701 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8702 If target supports condition evaluation on target, invoke
8703 break_cond_on_syscall for fork and vfork.
8704
8705 2016-03-03 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdb.base/disp-step-syscall.exp: Don't invoke
8708 support_displaced_stepping.
8709 (disp_step_cross_syscall): Test with displaced stepping off and
8710 on if supported.
8711
8712 2016-03-03 Yao Qi <yao.qi@linaro.org>
8713
8714 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8715 proc.
8716 (setup): New proc.
8717 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8718 and setup.
8719
8720 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8721
8722 * gdb.fortran/vla-history.exp: Remove breakpoint.
8723
8724 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8725
8726 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8727 exceeds timeout.
8728
8729 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8730
8731 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8732 breakpoint.
8733
8734 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8735
8736 * gdb.mi/vla.f90: Nullify pointer after declaration.
8737
8738 2016-03-01 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8741
8742 2016-03-01 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8745 before anything else.
8746 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8747 _GNU_SOURCE here.
8748 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8749 before anything else.
8750 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8751
8752 2016-03-01 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8755
8756 2016-03-01 Yao Qi <yao.qi@linaro.org>
8757
8758 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8759 prepare_for_testing.
8760
8761 2016-03-01 Yao Qi <yao.qi@linaro.org>
8762
8763 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8764
8765 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8766
8767 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8768 manually constructing the output path.
8769
8770 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8771
8772 * gdb.arch/s390-stackless.S: New.
8773 * gdb.arch/s390-stackless.exp: New.
8774
8775 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8776
8777 * gdb.dlang/circular.c: New file.
8778 * gdb.dlang/circular.exp: New file.
8779
8780 2016-02-26 Yao Qi <yao.qi@linaro.org>
8781
8782 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8783 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8784 (testcases): Update.
8785
8786 2016-02-26 Yao Qi <yao.qi@linaro.org>
8787
8788 * gdb.reverse/aarch64.c: Rename to ...
8789 * gdb.reverse/insn-reverse.c: ... it.
8790 * gdb.reverse/aarch64.exp: Rename to ...
8791 * gdb.reverse/insn-reverse.exp: ... it.
8792
8793 2016-02-26 Yao Qi <yao.qi@linaro.org>
8794
8795 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8796 (testcase_ftype): New.
8797 (testcases): New array.
8798 (n_testcases): New.
8799 (main): Call each element in testcases.
8800 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8801 (read_testcase): New.
8802 Do the tests in a loop.
8803
8804 2016-02-25 Yao Qi <yao.qi@linaro.org>
8805
8806 * gdb.base/branches.c: Remove.
8807
8808 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8809
8810 PR gdb/13808
8811 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8812
8813 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8814
8815 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8816
8817 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8818
8819 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8820 change x86_64 call_insn to 'callq'.
8821
8822 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8823
8824 * gdb.trace/tfile-avx.c: Move to...
8825 * gdb.trace/tracefile-pseudo-reg.c: Here.
8826 * gdb.trace/tfile-avx.exp: Move to...
8827 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8828
8829 2016-02-24 Gary Benson <gbenson@redhat.com>
8830
8831 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8832 message on attach.
8833
8834 2016-02-23 Doug Evans <dje@google.com>
8835
8836 * gdb.base/skip.c (test_skip): New function.
8837 (end_test_skip_file_and_function): New function.
8838 (test_skip_file_and_function): New function.
8839 * gdb.base/skip1.c (test_skip): New function.
8840 (skip1_test_skip_file_and_function): New function.
8841 * gdb.base/skip.exp: Add tests for new skip options.
8842 * gdb.base/skip-solib.exp: Update expected output.
8843 * gdb.perf/skip-command.cc: New file.
8844 * gdb.perf/skip-command.exp: New file.
8845 * gdb.perf/skip-command.py: New file.
8846
8847 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8848
8849 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8850 info registers pattern.
8851
8852 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8853
8854 * lib/future.exp: Add D support.
8855 (gdb_find_gdc): New proc.
8856 (gdb_default_target_compile): Add D support.
8857
8858 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8859
8860 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8861 user+system time.
8862 (trace_speed_test): Determine the iteration count for a time
8863 between 15..30 seconds.
8864
8865 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8866
8867 * gdb.arch/i386-mpx-sigsegv.c: New file.
8868 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8869 * gdb.arch/i386-mpx-simple_segv.c: New file.
8870 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8871
8872 2016-02-18 Yao Qi <yao.qi@linaro.org>
8873
8874 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8875 Don't call setup_kfail.
8876
8877 2016-02-18 Yao Qi <yao.qi@linaro.org>
8878
8879 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8880 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8881
8882 2016-02-16 Doug Evans <dje@google.com>
8883
8884 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8885 * gdb.base/skip1.c: Ditto.
8886 * gdb.base/skip.exp: Whitespace cleanup.
8887
8888 2016-02-16 Don Breazeal <donb@codesourcery.com>
8889
8890 PR remote/19496
8891 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8892 Remove kfail for PR remote/19496.
8893
8894 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8895
8896 * lib/gdb.exp (standard_temp_file): Return a path specific to
8897 the runtest invocation.
8898
8899 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8900
8901 * gdb.trace/save-trace.exp: Change relative path to be in the
8902 standard output directory.
8903
8904 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 * gdb.arch/i386-prologue.c: Add missing prototypes.
8907
8908 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8909
8910 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8911 * gdb.arch/i386-prologue.exp: Likewise.
8912 * gdb.arch/i386-size.exp: Likewise.
8913
8914 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8915
8916 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8917 define object file path.
8918 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8919 file path.
8920 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8921 standard_output_file to define binfile.
8922
8923 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8924
8925 Fix compatibility with recent gfortran-5.3.1.
8926 * gdb.fortran/vla-history.exp (print vla1 allocated)
8927 (print vla2 allocated, print $2, print $3): Remove
8928 (print $4): Rename to ...
8929 (print $2): ... here.
8930 (print $9): Rename to ...
8931 (print $5): ... here.
8932 (print $10): Rename to ...
8933 (print $6): ... here.
8934 * gdb.fortran/vla.f90: Add pvla initialization.
8935
8936 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8939 New test.
8940 * gdb.fortran/vla-value-sub.exp: Likewise.
8941
8942 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8943
8944 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8945
8946 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8947
8948 * i386-biarch-core.exp: Define corefile using
8949 standard_output_file.
8950
8951 2016-02-12 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.arch/arm-single-step-kernel-helper.c: New.
8954 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8955
8956 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8957
8958 * gdb.btrace/tailcall-only.exp: New.
8959 * gdb.btrace/tailcall-only.c: New.
8960 * gdb.btrace/x86_64-tailcall-only.S: New.
8961 * gdb.btrace/i686-tailcall-only.S: New.
8962
8963 2016-02-11 Pedro Alves <palves@redhat.com>
8964
8965 * README (Parallel testing): Add missing double quotes.
8966
8967 2016-02-11 Pedro Alves <palves@redhat.com>
8968
8969 * README (Parallel testing): New section.
8970 (GDB_PARALLEL): Rewrite.
8971 (FORCE_PARALLEL): Document.
8972
8973 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8974
8975 * gdb.trace/tfile-avx.c: New test.
8976 * gdb.trace/tfile-avx.exp: New test.
8977
8978 2016-02-09 Keith Seitz <keiths@redhat.com>
8979
8980 PR breakpoints/19546
8981 * gdb.base/infcall-exec.c: New file.
8982 * gdb.base/infcall-exec2.c: New file.
8983 * gdb.base/infcall-exec.exp: New file.
8984
8985 2016-02-09 Keith Seitz <keiths@redhat.com>
8986
8987 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8988 (toplevel): Call test_bkpt_address.
8989
8990 2016-02-09 Keith Seitz <keiths@redhat.com>
8991
8992 PR python/19506
8993 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8994 (toplevel): Call test_bkpt_address.
8995
8996 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8997
8998 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8999 to AC_OUTPUT.
9000 * configure: Regenerate.
9001
9002 2016-02-09 Pedro Alves <palves@redhat.com>
9003
9004 PR breakpoints/19548
9005 * gdb.base/execl-update-breakpoints.c (some_function): New
9006 function.
9007 (main): Call it.
9008 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9009 Tighten expected GDB output.
9010
9011 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9012
9013 * Makefile.in (ALL_SUBDIRS): Remove.
9014 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9015 (distclean maintainer-clean realclean): Likewise.
9016 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9017 * configure: Regenerate.
9018 * gdb.ada/Makefile.in: Delete.
9019 * gdb.arch/Makefile.in: Likewise.
9020 * gdb.asm/Makefile.in: Likewise.
9021 * gdb.base/Makefile.in: Likewise.
9022 * gdb.btrace/Makefile.in: Likewise.
9023 * gdb.cell/Makefile.in: Likewise.
9024 * gdb.compile/Makefile.in: Likewise.
9025 * gdb.cp/Makefile.in: Likewise.
9026 * gdb.disasm/Makefile.in: Likewise.
9027 * gdb.dlang/Makefile.in: Likewise.
9028 * gdb.dwarf2/Makefile.in: Likewise.
9029 * gdb.fortran/Makefile.in: Likewise.
9030 * gdb.gdb/Makefile.in: Likewise.
9031 * gdb.go/Makefile.in: Likewise.
9032 * gdb.guile/Makefile.in: Likewise.
9033 * gdb.java/Makefile.in: Likewise.
9034 * gdb.linespec/Makefile.in: Likewise.
9035 * gdb.mi/Makefile.in: Likewise.
9036 * gdb.modula2/Makefile.in: Likewise.
9037 * gdb.multi/Makefile.in: Likewise.
9038 * gdb.objc/Makefile.in: Likewise.
9039 * gdb.opencl/Makefile.in: Likewise.
9040 * gdb.opt/Makefile.in: Likewise.
9041 * gdb.pascal/Makefile.in: Likewise.
9042 * gdb.perf/Makefile.in: Likewise.
9043 * gdb.python/Makefile.in: Likewise.
9044 * gdb.reverse/Makefile.in: Likewise.
9045 * gdb.server/Makefile.in: Likewise.
9046 * gdb.stabs/Makefile.in: Likewise.
9047 * gdb.threads/Makefile.in: Likewise.
9048 * gdb.trace/Makefile.in: Likewise.
9049 * gdb.xml/Makefile.in: Likewise.
9050 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9051 GDB_PARALLEL.
9052 (standard_output_file): Remove check for GDB_PARALLEL, always
9053 return path in outputs/$subdir/$testname.
9054
9055 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9056
9057 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9058 (site.exp): Assign abs_srcdir to tcl's srcdir.
9059
9060 2016-02-04 Yao Qi <yao.qi@linaro.org>
9061
9062 * gdb.base/foll-exec-mode.c: Include limits.h.
9063 (main): Add parameters argc and argv. Get directory from
9064 argv[0].
9065 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9066 compilation.
9067 * gdb.base/foll-exec.c: Include limits.h.
9068 (main): Add parameters argc and argv.
9069 Get directory from argv[0].
9070 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9071 Adjust tests on the number of lines as source code changed.
9072 * gdb.base/foll-vfork-exit.c: Include limits.h.
9073 (main): Add one line of statement before vfork.
9074 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9075 (main): Add parameters argc and argv. Get directory from
9076 argv[0].
9077 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9078 (setup_gdb): Set tbreak to skip some source lines.
9079 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9080 (main): Add parameters argc and argv. Get directory from
9081 argv[0].
9082 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9083 compilation.
9084 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9085 (main): Add parameters argc and argv. Get directory from
9086 argv[0].
9087 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9088 compilation.
9089
9090 2016-02-01 Doug Evans <dje@google.com>
9091
9092 * gdb.base/skip.exp: Clean up multiple references to same test name.
9093
9094 2016-02-01 Pedro Alves <palves@redhat.com>
9095
9096 PR remote/19496
9097 * gdb.threads/forking-threads-plus-breakpoint.exp
9098 (displaced_stepping_supported): New global.
9099 (probe_displaced_stepping_support): New procedure.
9100 (do_test): Add 'displaced' parameter, and use it.
9101 (top level): Check for displaced stepping support. Add displaced
9102 stepping on/off testing axis.
9103
9104 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9105
9106 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9107 pointer. Don't perform further tests on the unassociated pointer
9108 if the first test fails.
9109
9110 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9111
9112 * gdb.base/max-value-size.c: New file.
9113 * gdb.base/max-value-size.exp: New file.
9114 * gdb.base/huge.exp: Disable max-value-size for this test.
9115
9116 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9117
9118 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9119
9120 2016-01-28 Yao Qi <yao.qi@linaro.org>
9121
9122 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9123
9124 2016-01-25 Pedro Alves <palves@redhat.com>
9125
9126 PR threads/19461
9127 * gdb.base/fork-running-state.c: New file.
9128 * gdb.base/fork-running-state.exp: New file.
9129
9130 2016-01-25 Pedro Alves <palves@redhat.com>
9131
9132 PR gdb/19494
9133 * gdb.base/catch-fork-kill.c: New file.
9134 * gdb.base/catch-fork-kill.exp: New file.
9135
9136 2016-01-25 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9139 Delete, moved to lib/gdb.exp.
9140 * gdb.threads/forking-threads-plus-breakpoint.exp
9141 (foreach_with_prefix): Likewise.
9142 * gdb.threads/process-dies-while-handling-bp.exp
9143 (foreach_with_prefix): Likewise.
9144 * lib/gdb.exp (foreach_with_prefix): New procedure.
9145
9146 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9147
9148 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9149 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9150
9151 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9152
9153 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9154 endian targets.
9155
9156 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9157 Pedro Alves <palves@redhat.com>
9158
9159 Fix testsuite compatibility with Guile.
9160 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9161 number.
9162
9163 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 Fix testsuite compatibility with Guile.
9166 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9167 (thread 1): New test for backtrace through signal handler.
9168
9169 2016-01-22 Yao Qi <yao.qi@linaro.org>
9170
9171 PR testsuite/19491
9172 * gdb.base/multi-forks.c: Include
9173 ../lib/unbuffer_output.c
9174 (main): Call gdb_unbuffer_output.
9175
9176 2016-01-21 Doug Evans <dje@google.com>
9177
9178 * lib/ada.exp (gdb_compile_ada): Fix typo.
9179
9180 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9181
9182 * gdb.base/break-fun-addr.exp: New file.
9183 * gdb.base/break-fun-addr1.c: New file.
9184 * gdb.base/break-fun-addr2.c: New file.
9185
9186 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9187
9188 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9189 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9190 enum flag values.
9191
9192 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9193
9194 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9195 when GDB can not set the vector return value. Add more comments
9196 for clarification.
9197
9198 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9199
9200 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9201 command.
9202
9203 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9206
9207 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9208
9209 * Makefile.in (check-single): Pass --status to runtest.
9210 (check/%.exp): Likewise.
9211
9212 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * Makefile.in (check-parallel): Propagate return code from make
9215 do-check-parallel.
9216
9217 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9218
9219 * gdb.trace/ftrace.exp: Fix expected message on continue.
9220 * gdb.trace/pending.exp: Fix expected message on continue.
9221 * gdb.trace/trace-break.exp: Fix expected message on continue.
9222
9223 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9224
9225 * lib/gdb.exp (gdb_test): Remove unused global references.
9226
9227 2016-01-18 Pedro Alves <palves@redhat.com>
9228
9229 * gdb.base/async-shell.exp: Adjust expected output.
9230 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9231 * gdb.base/siginfo-thread.exp: Adjust expected output.
9232 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9233 * gdb.java/jnpe.exp: Adjust expected output.
9234 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9235 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9236 * gdb.threads/leader-exit.exp: Adjust expected output.
9237 * gdb.threads/manythreads.exp: Adjust expected output.
9238 * gdb.threads/pthreads.exp: Adjust expected output.
9239 * gdb.threads/schedlock.exp: Adjust expected output.
9240 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9241 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9242 expected output.
9243 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9244 output.
9245 * gdb.threads/sigthread.exp: Adjust expected output.
9246 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9247
9248 2016-01-18 Yao Qi <yao.qi@linaro.org>
9249
9250 * gdb.guile/scm-section-script.c: Replace @progbits with
9251 %progbits.
9252 * gdb.python/py-section-script.c: Likewise.
9253
9254 2016-01-15 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.multi/tids.exp: Test star wildcard ranges.
9257
9258 2016-01-15 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9261 command from "thread apply" invocation.
9262 (thr_apply_info_thr_invalid): Default the expected output to the
9263 input tid list.
9264 (top level): Add tests that use convenience variables. Add tests
9265 for "thread apply" with a valid TID list, but missing the command.
9266
9267 2016-01-13 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.base/default.exp: Expect $_gthread as well.
9270 * gdb.multi/tids.exp: Test $_gthread.
9271 * gdb.threads/thread-specific.exp: Test $_gthread.
9272
9273 2016-01-13 Pedro Alves <palves@redhat.com>
9274
9275 * gdb.multi/tids.exp: Test "info threads -gid".
9276
9277 2016-01-13 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9280 Breakpoint.thread.
9281 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9282
9283 2016-01-07 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.base/break.exp: Adjust to output changes.
9286 * gdb.base/hbreak2.exp: Likewise.
9287 * gdb.base/sepdebug.exp: Likewise.
9288 * gdb.base/watch_thread_num.exp: Likewise.
9289 * gdb.linespec/keywords.exp: Likewise.
9290 * gdb.multi/info-threads.exp: Likewise.
9291 * gdb.threads/thread-find.exp: Likewise.
9292 * gdb.multi/tids.c: New file.
9293 * gdb.multi/tids.exp: New file.
9294
9295 2016-01-13 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9298
9299 2016-01-13 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.base/default.exp: Expect $_inferior as well.
9302 * gdb.multi/base.exp: Test $_inferior.
9303
9304 2016-01-13 Pedro Alves <palves@redhat.com>
9305
9306 PR breakpoints/19388
9307 * gdb.base/catch-signal-siginfo-cond.c: New file.
9308 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9309
9310 2016-01-12 Josh Stone <jistone@redhat.com>
9311 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9312
9313 * gdb.base/catch-syscall.c (do_execve): New variable.
9314 (main): Conditionally trigger an execve.
9315 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9316 (test_catch_syscall_execve): New, check entry/return across execve.
9317 (do_syscall_tests): Call test_catch_syscall_execve.
9318
9319 2016-01-12 Pedro Alves <palves@redhat.com>
9320
9321 * gdb.base/random-signal.exp (do_test): New procedure, with body
9322 of testcase moved in.
9323
9324 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9325 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.base/funcargs.exp (finish from indirectly called function):
9328 Reintroduce the case for 'First'.
9329
9330 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9331 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9334 (tcatch_vfork_then_child_follow_exec)
9335 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9336 identification.
9337
9338 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9339
9340 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9341 and repeats to unlimited.
9342 * gdb.python/py-value.exp: Likewise.
9343 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9344 and repeats to unlimited.
9345
9346 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9349 and reordering the functions.
9350 * gdb.multi/hangout.c: Likewise.
9351 * gdb.multi/hello.c: Likewise.
9352
9353 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9354
9355 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9356 absolute.
9357 (SingleStatisticTestResult.report): Use dict.keys instead of
9358 dict.iterkeys.
9359
9360 2016-01-06 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9363
9364 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9365
9366 * gdb.btrace/dlopen.exp: New.
9367 * gdb.btrace/dlopen.c: New.
9368 * gdb.btrace/dlopen-dso.c: New.
9369
9370 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9371
9372 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9373 PATTERN argument is optional.
9374
9375 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9376
9377 * lib/ada.exp (target_compile_ada_from_dir): New function.
9378 (gdb_compile_ada): Reimplement avoiding the use of project files.
9379 * gdb.ada/gnat_ada.gpr: Delete.
9380 * gdb.ada/cond_lang.exp: Adjust test to make path before
9381 filename optional.
9382 * gdb.ada/small_reg_param.exp: Likewise.
9383
9384 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9385
9386 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9387
9388 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9389
9390 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9391 case.
9392
9393 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9394
9395 * gdb.base/break.exp: Remove dead code.
9396 * gdb.base/sepdebug.exp: Likewise.
9397
9398 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9399
9400 * gdb.asm/asm-source.exp: Remove HP-UX references.
9401 * gdb.base/annota1.exp: Likewise.
9402 * gdb.base/annota3.exp: Likewise.
9403 * gdb.base/attach.exp: Likewise.
9404 * gdb.base/bigcore.exp: Likewise.
9405 * gdb.base/break.exp: Likewise.
9406 * gdb.base/call-ar-st.exp: Likewise.
9407 * gdb.base/callfuncs.exp: Likewise.
9408 * gdb.base/catch-fork-static.exp: Likewise.
9409 * gdb.base/display.exp: Likewise.
9410 * gdb.base/foll-exec-mode.exp: Likewise.
9411 * gdb.base/foll-exec.exp: Likewise.
9412 * gdb.base/foll-fork.exp: Likewise.
9413 * gdb.base/foll-vfork.exp: Likewise.
9414 * gdb.base/funcargs.exp: Likewise.
9415 * gdb.base/hbreak2.exp: Likewise.
9416 * gdb.base/inferior-died.exp: Likewise.
9417 * gdb.base/interrupt.exp: Likewise.
9418 * gdb.base/multi-forks.exp: Likewise.
9419 * gdb.base/nodebug.exp: Likewise.
9420 * gdb.base/sepdebug.exp: Likewise.
9421 * gdb.base/solib1.c: Likewise.
9422 * gdb.base/step-test.exp: Likewise.
9423 * gdb.mi/non-stop.c: Likewise.
9424 * gdb.mi/pthreads.c: Likewise.
9425 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9426 * gdb.threads/pthreads.c: Likewise.
9427 * gdb.threads/staticthreads.exp: Likewise.
9428 * lib/future.exp: Likewise.
9429 * lib/gdb.exp: Likewise.
9430 * gdb.base/so-indr-cl.c: Remove.
9431 * gdb.base/so-indr-cl.exp: Likewise.
9432 * gdb.base/solib.c: Likewise.
9433 * gdb.base/solib.exp: Likewise.
9434 * gdb.base/solib2.c: Likewise.
9435
9436 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9437
9438 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9439 * gdb.base/call-ar-st.exp: Likewise.
9440 * gdb.base/callfuncs.exp: Likewise.
9441 * gdb.base/condbreak.exp: Likewise.
9442 * gdb.base/constvars.exp: Likewise.
9443 * gdb.base/hbreak2.exp: Likewise.
9444 * gdb.base/langs.exp: Likewise.
9445 * gdb.base/list.exp: Likewise.
9446 * gdb.base/long_long.exp: Likewise.
9447 * gdb.base/ptype.exp: Likewise.
9448 * gdb.base/scope.exp: Likewise.
9449 * gdb.base/signals.exp: Likewise.
9450 * gdb.base/so-impl-ld.exp: Likewise.
9451 * gdb.base/varargs.exp: Likewise.
9452 * gdb.base/volatile.exp: Likewise.
9453 * gdb.base/whatis.exp: Likewise.
9454 * gdb.cp/cplusfuncs.exp: Likewise.
9455 * gdb.cp/inherit.exp: Likewise.
9456 * gdb.cp/local.exp: Likewise.
9457 * gdb.cp/member-ptr.exp: Likewise.
9458 * gdb.cp/method.exp: Likewise.
9459 * gdb.cp/overload.exp: Likewise.
9460 * gdb.cp/templates.exp: Likewise.
9461 * gdb.stabs/weird.exp: Likewise.
9462 * lib/compiler.c: Likewise.
9463 * lib/compiler.cc: Likewise.
9464 * lib/cp-support.exp: Likewise.
9465 * lib/gdb.exp: Likewise.
9466
9467 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9468
9469 * configure.ac: Remove HP-UX case.
9470 * configure: Regenerate.
9471
9472 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9473
9474 * lib/gdb.exp (gdb_compile): Add function doc.
9475
9476 2015-12-17 Pedro Alves <palves@redhat.com>
9477
9478 PR threads/19354
9479 * gdb.multi/info-threads.exp: New file.
9480
9481 2015-12-15 Yao Qi <yao.qi@linaro.org>
9482
9483 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9484 is aarch64*-*-*.
9485
9486 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9487
9488 * gdb.base/history-duplicates.exp: Skip if no readline support.
9489
9490 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9491
9492 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9493
9494 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9495
9496 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9497
9498 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9499
9500 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9501 ctrl-C if nointerrupts target property is set.
9502 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9503 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9504 * gdb.base/paginate-bg-execution.exp: Likewise.
9505 * gdb.base/paginate-execution-startup.exp: Likewise.
9506 * gdb.base/random-signal.exp: Likewise.
9507 * gdb.base/range-stepping.exp: Likewise.
9508 * gdb.cp/annota2.exp: Likewise.
9509 * gdb.cp/annota3.exp: Likewise.
9510 * gdb.gdb/selftest.exp: Likewise.
9511 * gdb.threads/continue-pending-status.exp: Likewise.
9512 * gdb.threads/leader-exit.exp: Likewise.
9513 * gdb.threads/manythreads.exp: Likewise.
9514 * gdb.threads/pthreads.exp: Likewise.
9515 * gdb.threads/schedlock.exp: Likewise.
9516 * gdb.threads/sigthread.exp: Likewise.
9517
9518 2015-12-11 Don Breazeal <donb@codesourcery.com>
9519
9520 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9521 remote.
9522 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9523 * gdb.base/foll-exec.exp (main): Enable for target remote.
9524 * gdb.base/foll-fork.exp (main): Likewise.
9525 * gdb.base/foll-vfork.exp (main): Likewise.
9526 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9527 (proc continue_to_exit_bp_loc): Use clean_restart.
9528 * gdb.base/pie-execl.exp (main): Disable for target remote.
9529 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9530 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9531 * gdb.threads/execl.exp (main): Likewise.
9532 * gdb.threads/fork-child-threads.exp (main): Likewise.
9533 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9534 remote.
9535 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9536 remote.
9537 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9538 pid.tid style ptids, instead of just tid.
9539 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9540 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9541 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9542 ptids, instead of just tid.
9543
9544 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9545
9546 * gdb.base/list.exp (test_list_forward): Add end of file error
9547 test.
9548 (test_repeat_list_command): Add end of file error test.
9549 (test_list_backwards): Add beginning of file error test.
9550
9551 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9552
9553 * gdb.base/list.exp (test_list_invalid_args): New function,
9554 defined, and called.
9555
9556 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9557
9558 * gdb.base/list.exp (test_list): Make test names unique.
9559
9560 2015-12-11 Yao Qi <yao.qi@linaro.org>
9561
9562 * gdb.base/coremaker2.c: Remove.
9563
9564 2015-12-10 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.multi/base.exp: Remove stale "spaces" references.
9567
9568 2015-12-10 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.multi/base.exp: Don't use nowarnings.
9571 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9572 * gdb.multi/hangout.c: Include stdio.h.
9573 * gdb.multi/hello.c: Include stdlib.h.
9574 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9575 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9576 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9577
9578 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9579
9580 * gdb.dwarf2/dw2-ranges-base.c: New file.
9581 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9582 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9583 support additional line table, and debug ranges generation.
9584 (Dwarf::ranges): New function, generate .debug_ranges.
9585 (Dwarf::lines): Support generating simple line table programs.
9586 (Dwarf::assemble): Initialise new namespace variables.
9587
9588 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9589
9590 * gdb.base/async.exp (proc test_background): Add case for
9591 asynchronous execution not supported.
9592
9593 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9594
9595 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9596 format and change test names to make them unique.
9597
9598 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9599 Pedro Alves <pedro@redhat.com>
9600
9601 PR gdb/18702
9602 Add checking of floatformats setup on x86_64 hosts.
9603 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9604 (smallval, bigval): New labels/constants.
9605 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9606 float" after loading bigval and smallval.
9607
9608 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9609
9610 * gdb.ada/fun_overload_menu.exp: New testcase.
9611 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9612
9613 2015-12-04 Josh Stone <jistone@redhat.com>
9614
9615 * gdb.base/catch-fork-static.exp: New.
9616
9617 2015-12-03 Yao Qi <yao.qi@linaro.org>
9618
9619 * gdb.base/sizeof.c: Don't include stdio.h and
9620 ../lib/unbuffer_output.c.
9621 (main): New variable 'size' and 'value'. Remove printf and
9622 gdb_unbuffer_output. Assign return value to size and value.
9623 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9624 at the beginning.
9625 (check_sizeof): Check the result by printing variable 'size'.
9626 (check_valueof): Check the result by printing variable 'value'.
9627
9628 2015-12-01 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9631 for aarch64*-*-linux* target.
9632
9633 2015-11-30 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9636
9637 2015-11-30 Pedro Alves <palves@redhat.com>
9638
9639 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9640 Handle non-stop mode vCont replies.
9641
9642 2015-11-30 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9645 prepare_for_testing. Start gdb with "set non-stop on" appended to
9646 GDBFLAGS. Lax expected stop output.
9647
9648 2015-11-27 Yao Qi <yao.qi@linaro.org>
9649
9650 * gdb.arch/arm-neon.exp: New.
9651 * gdb.arch/arm-neon.c: New.
9652
9653 2015-11-27 Yao Qi <yao.qi@linaro.org>
9654
9655 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9656
9657 2015-11-27 Yao Qi <yao.qi@linaro.org>
9658
9659 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9660 frames-invalid annotation.
9661
9662 2015-11-27 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9665
9666 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9667
9668 * gdb.threads/names.exp: New file.
9669 * gdb.threads/names.c: New file.
9670 * README: Mention gdb,no_thread_names.
9671
9672 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9673
9674 PR 19297
9675 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9676 support" error.
9677
9678 2015-11-24 Pedro Alves <palves@redhat.com>
9679
9680 PR 17539
9681 * gdb.base/display.exp: Expect displays to be sorted in ascending
9682 order. Use multi_line.
9683 * gdb.base/solib-display.exp: Likewise.
9684
9685 2015-11-24 Pedro Alves <palves@redhat.com>
9686
9687 PR 17539
9688 * gdb.base/display.exp: Expect displays to be sorted in ascending
9689 order. Use multi_line.
9690 * gdb.base/solib-display.exp: Likewise.
9691
9692 2015-11-24 Pedro Alves <palves@redhat.com>
9693
9694 PR 17539
9695 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9696 threads in ascending order.
9697 * gdb.base/foll-fork.exp: Likewise.
9698 * gdb.base/foll-vfork.exp: Likewise.
9699 * gdb.base/multi-forks.exp: Likewise.
9700 * gdb.mi/mi-nonstop.exp: Likewise.
9701 * gdb.mi/mi-nsintrall.exp: Likewise.
9702 * gdb.multi/base.exp: Likewise.
9703 * gdb.multi/multi-arch.exp: Likewise.
9704 * gdb.python/py-inferior.exp: Likewise.
9705 * gdb.threads/break-while-running.exp: Likewise.
9706 * gdb.threads/execl.exp: Likewise.
9707 * gdb.threads/gcore-thread.exp: Likewise.
9708 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9709 * gdb.threads/kill.exp: Likewise.
9710 * gdb.threads/linux-dp.exp: Likewise.
9711 * gdb.threads/multiple-step-overs.exp: Likewise.
9712 * gdb.threads/next-bp-other-thread.exp: Likewise.
9713 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9714 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9715 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9716 * gdb.threads/thread-find.exp: Likewise.
9717 * gdb.threads/tls.exp: Likewise.
9718 * lib/mi-support.exp (mi_reverse_list): Delete.
9719 (mi_check_thread_states): No longer reverse list.
9720
9721 2015-11-24 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9724 use lowercase.
9725
9726 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9727
9728 * gdb.trace/actions.c: Include trace-common.h.
9729 (main): Add a location for a fast tracepoint.
9730 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9731 the normal tracepoints.
9732 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9733
9734 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9735
9736 * save-trace.exp: Factor out code to these...
9737 (gdb_save_tracepoints): New.
9738 (gdb_load_tracepoints): New.
9739 (do_save_load_test): New.
9740
9741 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9742
9743 * gdb.base/asmlabel.exp: New test.
9744 * gdb.base/asmlabel.c: New test case.
9745
9746 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9747
9748 * gdb.base/wrong_frame_bt_full-main.c: New file.
9749 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9750 * gdb.base/wrong_frame_bt_full.exp: New file.
9751
9752 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9753
9754 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9755
9756 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9757
9758 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9759 pstate register when comparing registers values in
9760 sparc64-*-linux-gnu targets to avoid spurious differences.
9761
9762 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9763
9764 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9765
9766 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9767
9768 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9769 as type argument to gdb_compile.
9770 * gdb.base/nested-subp2.exp: Likewise.
9771 * gdb.base/nested-subp3.exp: Likewise.
9772
9773 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9774
9775 * lib/dwarf.exp (_note): Fix left shift of negative value.
9776 * gdb.trace/trace-condition.exp: Likewise.
9777
9778 2015-11-13 Yao Qi <yao.qi@linaro.org>
9779
9780 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9781 comments about d10v.
9782 (test_scalar_returns): Likewise.
9783 * gdb.base/d10v.ld: Remove.
9784 * gdb.base/overlays.exp: Remove the target triplet checking for
9785 d10v-*-*.
9786 * gdb.base/structs.exp (test_struct_returns): Remove the
9787 comments about d10v.
9788 (test_struct_calls): Likewise.
9789
9790 2015-11-13 Yao Qi <yao.qi@linaro.org>
9791
9792 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9793 * gdb.base/gnu_vector.c: Don't include stdio.h.
9794 (main): Don't print res and call add_some_intvecs.
9795
9796 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9797
9798 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9799 macro.
9800 (func5): Removed.
9801 (func4): Use FAST_TRACEPOINT_LABEL.
9802 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9803 macro.
9804 (func): Removed.
9805 (thread_function): Use FAST_TRACEPOINT_LABEL.
9806 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9807 (func): Remove.
9808 (marker): Use FAST_TRACEPOINT_LABEL.
9809 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9810 (pendfunc1): Remove.
9811 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9812 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9813 (foo): Remove.
9814 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9815 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9816 macro.
9817 (func): Remove.
9818 (marker): Use FAST_TRACEPOINT_LABEL.
9819 * gdb.trace/trace-common.h: New header.
9820 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9821 macro.
9822 (func): Remove.
9823 (marker): Use FAST_TRACEPOINT_LABEL.
9824 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9825 (func): Remove.
9826 (thread_function): Use FAST_TRACEPOINT_LABEL.
9827
9828 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9829
9830 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9831 in front.
9832 * gdb.trace/change-loc.exp: Use global pcreg definition.
9833 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9834 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9835 in front.
9836 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9837 * gdb.trace/pending.exp: Likewise.
9838 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9839 * gdb.trace/trace-break.exp: Likewise.
9840 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9841 in front.
9842 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9843 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9844 in front.
9845 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9846
9847 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9848
9849 * gdb.ada/fin_fun_out: New testcase.
9850
9851 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9852
9853 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9854 value associated with DW_AT_byte_size.
9855 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9856 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9857 DW_AT_upper_bound.
9858
9859 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9860
9861 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9862 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9863 version.
9864 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9865 gdb.dwarf2/dw2-canonicalize-type.exp,
9866 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9867 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9868 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9869 provided by gdb_target_symbol_prefix_flags_asm.
9870 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9871 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9872 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9873 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9874 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9875 macros where needed). Use this macro for symbols which require
9876 the prefix provided by SYMBOL_PREFIX.
9877
9878 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9879
9880 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9881 New procs.
9882 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9883 representing expressions, of more than one list element.
9884 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9885 to prepend linker symbol prefix to f.
9886 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9887 table_1 and table_2.
9888 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9889 Likewise, for f and g.
9890 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9891 for ptr.
9892 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9893 for main.
9894 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9895 table_1_ptr and table_2_ptr.
9896
9897 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9898 Joel Brobecker <brobecker@adacore.com>
9899
9900 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9901
9902 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9903
9904 * gdb.reverse/s390-mvcle.c: New test.
9905 * gdb.reverse/s390-mvcle.exp: New file.
9906 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9907
9908 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9909
9910 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9911
9912 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9913
9914 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9915 reaching marker2.
9916 * gdb.reverse/getresuid-reverse.exp: Likewise.
9917 * gdb.reverse/pipe-reverse.exp: Likewise.
9918 * gdb.reverse/readv-reverse.exp: Likewise.
9919 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9920 * gdb.reverse/time-reverse.exp: Likewise.
9921 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9922
9923 2015-10-30 Yao Qi <yao.qi@linaro.org>
9924
9925 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9926 (empty_cycle): Remove.
9927 (main): Don't call empty_cycle. Don't use watch_count_done.
9928 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9929 empty_cycle. Rewrite the code counting HW watchpoints.
9930
9931 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9932
9933 * gdb.reverse/fstatat-reverse.c: New test.
9934 * gdb.reverse/fstatat-reverse.exp: New file.
9935 * gdb.reverse/getresuid-reverse.c: New test.
9936 * gdb.reverse/getresuid-reverse.exp: New file.
9937 * gdb.reverse/pipe-reverse.c: New test.
9938 * gdb.reverse/pipe-reverse.exp: New file.
9939 * gdb.reverse/readv-reverse.c: New test.
9940 * gdb.reverse/readv-reverse.exp: New file.
9941 * gdb.reverse/recvmsg-reverse.c: New test.
9942 * gdb.reverse/recvmsg-reverse.exp: New file.
9943 * gdb.reverse/time-reverse.c: New test.
9944 * gdb.reverse/time-reverse.exp: New file.
9945 * gdb.reverse/waitpid-reverse.c: New test.
9946 * gdb.reverse/waitpid-reverse.exp: New file.
9947
9948 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9951
9952 2015-10-26 Doug Evans <dje@google.com>
9953
9954 PR symtab/17391
9955 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9956 * gdb.dwarf2/bad-regnum.c: New file.
9957 * gdb.dwarf2/bad-regnum.exp: New file.
9958
9959 2015-10-26 Doug Evans <dje@google.com>
9960
9961 PR python/18938
9962 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9963 file.
9964
9965 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9966
9967 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9968 for a change by "Mention language in compile error message".
9969
9970 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9971
9972 PR python/18073
9973 * gdb.python/py-type.c (C::a_method): New.
9974 (C::a_const_method): New.
9975 (C::a_static_method): New.
9976 (a_function): New.
9977 * gdb.python/py-type.exp (test_fields): Test getting fields
9978 from function and method.
9979
9980 2015-10-21 Keven Boell <keven.boell@intel.com>
9981
9982 * gdb.fortran/vla-alloc-assoc.exp: New file.
9983 * gdb.fortran/vla-datatypes.exp: New file.
9984 * gdb.fortran/vla-datatypes.f90: New file.
9985 * gdb.fortran/vla-history.exp: New file.
9986 * gdb.fortran/vla-ptype-sub.exp: New file.
9987 * gdb.fortran/vla-ptype.exp: New file.
9988 * gdb.fortran/vla-sizeof.exp: New file.
9989 * gdb.fortran/vla-sub.f90: New file.
9990 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9991 * gdb.fortran/vla-value-sub-finish.exp: New file.
9992 * gdb.fortran/vla-value-sub.exp: New file.
9993 * gdb.fortran/vla-value.exp: New file.
9994 * gdb.fortran/vla-ptr-info.exp: New file.
9995 * gdb.mi/mi-vla-fortran.exp: New file.
9996 * gdb.mi/vla.f90: New file.
9997
9998 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9999
10000 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10001 of hardwired timeout value.
10002
10003 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10004 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10007 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10008
10009 2015-10-19 Josh Stone <jistone@redhat.com>
10010
10011 * gdb.base/catch-syscall.c: Include <sched.h>.
10012 (unknown_syscall): New variable.
10013 (main): Trigger a vfork and an unknown syscall.
10014 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10015 (unknown_syscall_number): Likewise.
10016 (check_call_to_syscall): Accept an optional syscall pattern.
10017 (check_return_from_syscall): Likewise.
10018 (check_continue): Likewise.
10019 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10020 (test_catch_syscall_skipping_return): New test toggling off 'catch
10021 syscall' to step over the syscall return, then toggling back on.
10022 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10023 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10024 (do_syscall_tests): Call test_catch_syscall_without_args and
10025 test_catch_syscall_mid_vfork.
10026 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10027 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10028
10029 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10030
10031 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10032 print g_vE): Add new pass patterns.
10033 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10034 print various symbol names for vptr fields.
10035
10036 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10037
10038 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10039 results.
10040
10041 2015-10-12 Yao Qi <yao.qi@linaro.org>
10042
10043 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10044
10045 2015-10-12 Yao Qi <yao.qi@linaro.org>
10046
10047 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10048 is aarch64*-*-linux*.
10049
10050 2015-10-12 Yao Qi <yao.qi@linaro.org>
10051
10052 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10053 (can_relocate_bcond_true): ... it.
10054 (can_relocate_bcond_false): New function.
10055 (foo): Likewise.
10056 (can_relocate_bl): Likewise.
10057 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10058 can_relocate_bl.
10059
10060 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10061
10062 * gdb.base/nested-addr.c: New file.
10063 * gdb.base/nested-addr.exp: New testcase.
10064
10065 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10066
10067 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10068 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10069 its output. Ignore the output of "record goto begin" and instead
10070 check that GDB is replaying.
10071
10072 2015-10-09 Pedro Alves <palves@redhat.com>
10073
10074 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10075 (top level): Use it in the run with no args test.
10076
10077 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10078
10079 * gdb.dlang/properties.exp: New file.
10080
10081 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10082
10083 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10084 whether or not address 0x1000 is mapped on the target.
10085
10086 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10087
10088 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10089 build.
10090
10091 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10092
10093 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10094 instruction-history test.
10095
10096 2015-09-28 Doug Evans <dje@google.com>
10097
10098 * gdb.base/gcore.c (array_func): Add reference to static_array.
10099
10100 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10101
10102 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10103 source line.
10104
10105 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10106
10107 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10108 short or char as base type.
10109
10110 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10111
10112 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10113 to allow any size enum.
10114
10115 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10116
10117 * gdb.ada/array_ptr_renaming.exp: New testcase.
10118 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10119 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10120
10121 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10122
10123 * gdb.trace/ftrace-lock.c: New file.
10124 * gdb.trace/ftrace-lock.exp: New file.
10125
10126 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10127
10128 * gdb.arch/insn-reloc.c: New file.
10129 * gdb.arch/ftrace-insn-reloc.exp: New file.
10130
10131 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10132
10133 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10134 instruction.
10135 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10136 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10137 * gdb.trace/range-stepping.c: Likewise.
10138 * gdb.trace/trace-break.c: Likewise.
10139 * gdb.trace/trace-mt.c (thread_function): Likewise.
10140 * gdb.trace/ftrace.c (marker): Likewise.
10141 * gdb.trace/trace-condition.c (marker): Likewise.
10142 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10143 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10144 is_aarch64_target.
10145
10146 2015-09-18 Doug Evans <xdje42@gmail.com>
10147
10148 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10149 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10150
10151 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10152
10153 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10154 the breakpoint.
10155
10156 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10157
10158 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10159 the pending breakpoint. Remove timeout override for "Run till
10160 MI pending breakpoint on pendfunc3 on thread 2" test.
10161
10162 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10163
10164 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10165 filename pattern.
10166
10167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10168
10169 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10170 in breakpoint filename pattern.
10171
10172 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10173
10174 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10175
10176 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10177
10178 * gdb.linespec/explicit.exp: Check for readline support for
10179 tab-completion tests. Fix obvious typo.
10180
10181 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10182
10183 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10184 and replay.
10185
10186 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10187
10188 * gdb.btrace/non-stop.c: New.
10189 * gdb.btrace/non-stop.exp: New.
10190
10191 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10192 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.trace/trace-condition.c: New file.
10195 * gdb.trace/trace-condition.exp: New file.
10196
10197 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10198
10199 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10200 for testing bytecode compilation.
10201
10202 2015-09-16 Pedro Alves <palves@redhat.com>
10203 Sandra Loosemore <sandra@codesourcery.com>
10204
10205 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10206 (SECONDS): Redefine.
10207 (main): Call pthread_kill and alarm early.
10208 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10209 support.
10210 (test): If the target can't hardware step and doesn't support
10211 displaced stepping, increase the timeout.
10212
10213 2015-09-16 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10216 (enable_debug): New procedures.
10217 (test): Use them. Bail out if waiting for threads fails.
10218 (top level): Bail out if a test fails.
10219
10220 2015-09-16 Yao Qi <yao.qi@linaro.org>
10221
10222 * gdb.asm/asm-source.exp: Set asm-arch for
10223 aarch64*-*-* target.
10224 * gdb.asm/aarch64.inc: New file.
10225
10226 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10227
10228 * gdb.ada/array_of_variable_length.exp: New testcase.
10229 * gdb.ada/array_of_variable_length/foo.adb: New file.
10230 * gdb.ada/array_of_variable_length/pck.adb: New file.
10231 * gdb.ada/array_of_variable_length/pck.ads: New file.
10232
10233 2015-09-15 Doug Evans <dje@google.com>
10234
10235 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10236 of function static local variable.
10237
10238 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10239
10240 * gdb.threads/tls-so_extern.exp: New test file.
10241 * gdb.threads/tls-so_extern.c: New test file.
10242 * gdb.threads/tls-so_extern_main.c: New test file.
10243
10244 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10245
10246 * gdb.opt/solib-intra-step-lib.c: New file.
10247 * gdb.opt/solib-intra-step-main.c: New file.
10248 * gdb.opt/solib-intra-step.exp: New file.
10249
10250 2015-09-15 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10253 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10254
10255 2015-09-14 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.base/hook-stop-continue.c: Delete.
10258 * gdb.base/hook-stop-continue.exp: Delete.
10259 * gdb.base/hook-stop-frame.c: Delete.
10260 * gdb.base/hook-stop-frame.exp: Delete.
10261 * gdb.base/hook-stop.c: New file.
10262 * gdb.base/hook-stop.exp: New file.
10263
10264 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10265
10266 * gdb.ada/access_to_packed_array.exp: New testcase.
10267 * gdb.ada/access_to_packed_array/foo.adb: New file.
10268 * gdb.ada/access_to_packed_array/pack.adb: New file.
10269 * gdb.ada/access_to_packed_array/pack.ads: New file.
10270
10271 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10272
10273 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10274 buffer size test.
10275
10276 2015-09-11 Don Breazeal <donb@codesourcery.com>
10277
10278 * gdb.base/foll-exec.c: Add copyright header. Fix
10279 formatting issues.
10280 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10281 (do_exec_tests): Use clean_restart in place of zap_session,
10282 and for test initialization. Fix formatting issues. Use
10283 fail in place of perror.
10284 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10285 an expect statement to match an expression with output from
10286 the program under debug.
10287 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10288 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10289 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10290 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10291 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10292
10293 2015-09-09 Doug Evans <dje@google.com>
10294
10295 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10296
10297 2015-09-09 Doug Evans <dje@google.com>
10298
10299 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10300
10301 2015-09-09 Doug Evans <dje@google.com>
10302
10303 * gdb.base/savedregs.exp: Fix typo.
10304
10305 2015-09-09 Pedro Alves <palves@redhat.com>
10306
10307 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10308
10309 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10310
10311 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10312 command actually switches threads. Give up on remaining
10313 tests if target fails to stop at breakpoint.
10314
10315 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10316
10317 * gdb.ada/funcall_char.exp: New testcase.
10318 * gdb.ada/funcall_char/foo.adb: New file.
10319
10320 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10321
10322 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10323 expected outputs. Add two testcases for completing ambiguous
10324 functions.
10325 * gdb.ada/complete/aux_pck.adb: New file.
10326 * gdb.ada/complete/aux_pck.ads: New file.
10327 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10328 Ambiguous_Func functions.
10329 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10330 * gdb.ada/complete/pck.adb: Likewise.
10331
10332 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10333
10334 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10335 failures to run the test program under GDB.
10336
10337 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10338
10339 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10340 to C.
10341
10342 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10343
10344 * gdb.base/run-after-attach.exp: New test file.
10345 * gdb.base/run-after-attach.c: New test file.
10346
10347 2015-08-26 Don Breazeal <donb@codesourcery.com>
10348
10349 * gdb.base/foll-exec-2.c: New test program.
10350 * gdb.base/foll-exec-2.exp: New test.
10351
10352 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10353
10354 * gdb.base/nested-subp1.exp: New file.
10355 * gdb.base/nested-subp1.c: New file.
10356 * gdb.base/nested-subp2.exp: New file.
10357 * gdb.base/nested-subp2.c: New file.
10358 * gdb.base/nested-subp3.exp: New file.
10359 * gdb.base/nested-subp3.c: New file.
10360
10361 2015-08-24 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.server/connect-without-multi-process.c: New file.
10364 * gdb.server/connect-without-multi-process.exp: New file.
10365
10366 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10367
10368 * gdb.opt/inline-markers.c: Make z int.
10369
10370 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10371
10372 * gdb.opt/inline-markers.c: Make z volatile.
10373
10374 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10375
10376 * gdb.opt/inline-bt.c: New volatile global z.
10377 * gdb.opt/inline-cmds.c: Likewise.
10378 * gdb.opt/inline-locals.c: Likewise.
10379 * gdb.opt/inline-markers.c: New extern global z.
10380 (marker): Use z.
10381 (inline_fn): Likewise.
10382
10383 2015-08-24 Pedro Alves <palves@redhat.com>
10384
10385 * config/m32r-stub.exp: Remove file.
10386 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10387 * gdb.base/call-rt-st.exp: Likewise.
10388 * gdb.base/call-strs.exp: Likewise.
10389 * gdb.base/default.exp: Remove references to h8300-*-hms and
10390 *-*-udi*.
10391 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10392
10393 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10394
10395 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10396 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10397 and "return" use KFAIL when GDB can not read/write the vector
10398 return value.
10399
10400 2015-08-21 Gary Benson <gbenson@redhat.com>
10401
10402 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10403
10404 2015-08-20 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.server/solib-list.exp: No longer expect an interior stop in
10407 non-stop mode.
10408
10409 2015-08-20 Pedro Alves <palves@redhat.com>
10410
10411 * gdb.server/connect-stopped-target.c: New file.
10412 * gdb.server/connect-stopped-target.exp: New file.
10413
10414 2015-08-20 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.dwarf2/comp-unit-lang.exp: New file.
10417 * gdb.dwarf2/comp-unit-lang.c: New file.
10418
10419 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10420
10421 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10422 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10423
10424 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10425
10426 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10427 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10428
10429 2015-08-18 Doug Evans <dje@google.com>
10430 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10431
10432 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10433 skip_python_tests. New arg prompt_regexp.
10434 (skip_python_tests): New function.
10435 * lib/mi-support.exp (mi_skip_python_tests): New function.
10436 * gdb.python/py-mi-objfile-gdb.py: New file.
10437 * gdb.python/py-mi-objfile.c: New file.
10438 * gdb.python/py-mi-objfile.exp: New file.
10439
10440 2015-08-17 Keith Seitz <keiths@redhat.com>
10441
10442 * gdb.linespec/explicit.exp: Move strace test from here ...
10443 * gdb.trace/strace.exp: ... to here.
10444
10445 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10446
10447 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10448 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10449
10450 2015-08-14 Doug Evans <xdje42@gmail.com>
10451
10452 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10453 inferior before selecting a new file.
10454
10455 2015-08-14 Doug Evans <xdje42@gmail.com>
10456
10457 * gdb.mi/mi-disassemble.exp: Update.
10458 * gdb.base/disasm-optim.S: New file.
10459 * gdb.base/disasm-optim.c: New file.
10460 * gdb.base/disasm-optim.h: New file.
10461 * gdb.base/disasm-optim.exp: New file.
10462
10463 2015-08-14 Keith Seitz <keiths@redhat.com>
10464
10465 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10466 "evaluated-by".
10467
10468 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10469
10470 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10471
10472 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10473
10474 * gdb.ada/fun_renaming.exp: New testcase.
10475 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10476 * gdb.ada/fun_renaming/pack.adb: New file.
10477 * gdb.ada/fun_renaming/pack.ads: New file.
10478
10479 2015-08-12 Keith Seitz <keiths@redhat.com>
10480
10481 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10482 gdb_get_line_number.
10483
10484 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10485
10486 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10487 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10488 gdb.base/dso2dso.exp: New files.
10489
10490 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10491 Pedro Alves <palves@redhat.com>
10492 Keith Seitz <keiths@redhat.com>
10493
10494 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10495 GDBFLAGS.
10496
10497 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10498
10499 * gdb.base/gdbhistsize-history.exp
10500 (test_histsize_history_setting): Use save_vars.
10501 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10502 Use save_vars.
10503 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10504 * gdb.base/readline.exp: Use save_vars.
10505
10506 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10507
10508 * lib/gdb.exp (save_vars): New proc.
10509
10510 2015-08-11 Keith Seitz <keiths@redhat.com>
10511
10512 * gdb.base/help.exp: Update help_breakpoint_text.
10513
10514 2015-08-11 Keith Seitz <keiths@redhat.com>
10515
10516 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10517 (at toplevel): Call test_explicit_breakpoints.
10518 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10519 breakpoints.
10520 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10521 breakpoint conditions, "-cond".
10522
10523 2015-08-11 Keith Seitz <keiths@redhat.com>
10524
10525 * gdb.linespec/3explicit.c: New file.
10526 * gdb.linespec/cpexplicit.cc: New file.
10527 * gdb.linespec/cpexplicit.exp: New file.
10528 * gdb.linespec/explicit.c: New file.
10529 * gdb.linespec/explicit.exp: New file.
10530 * gdb.linespec/explicit2.c: New file.
10531 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10532 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10533 before using in the matching pattern.
10534 Clarify that `prefix' is a regular expression.
10535
10536 2015-08-11 Keith Seitz <keiths@redhat.com>
10537
10538 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10539 test.
10540 Add tests for missing ",FMT" and ",".
10541
10542 2015-08-10 Doug Evans <dje@google.com>
10543 Keith Seitz <keiths@redhat.com>
10544
10545 PR gdb/17960
10546 * gdb.base/completion.exp: Add location completer tests.
10547
10548 2015-08-07 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10551 tests here.
10552 (top level): Run do_test with and without displaced stepping.
10553
10554 2015-08-07 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.base/valgrind-disp-step.c: New file.
10557 * gdb.base/valgrind-disp-step.exp: New file.
10558
10559 2015-08-07 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10562 Delete function.
10563 (main): Add alarm. Run an infinite loop instead of calling
10564 wait_threads.
10565 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10566 comment.
10567 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10568 Delete function.
10569 (main): Add alarm. Run an infinite loop instead of calling
10570 wait_threads.
10571 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10572 comment.
10573
10574 2015-08-07 Pedro Alves <palves@redhat.com>
10575
10576 * gdb.base/checkpoint-ns.exp: New file.
10577 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10578 standard_testfile.
10579
10580 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10581
10582 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10583 * gdb.btrace/instruction_history.exp: Update.
10584 * gdb.btrace/tsx.exp: New.
10585 * gdb.btrace/tsx.c: New.
10586
10587 2015-08-06 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10590 increase timeout.
10591 * gdb.reverse/until-precsave.exp: Bump timeouts.
10592
10593 2015-08-06 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10596
10597 2015-08-06 Pedro Alves <palves@redhat.com>
10598
10599 PR gdb/18749
10600 * gdb.threads/process-dies-while-handling-bp.c: New file.
10601 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10602
10603 2015-08-06 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10606 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10607
10608 2015-08-05 Pedro Alves <palves@redhat.com>
10609
10610 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10611 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10612
10613 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10614
10615 * gdb.base/bp-permanent.exp: Report test as unsupported if
10616 the target cannot stop at the permanent breakpoint.
10617
10618 2015-08-03 Doug Evans <dje@google.com>
10619
10620 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10621 10000.
10622
10623 2015-08-03 Doug Evans <dje@google.com>
10624
10625 * Makefile.in (workers/%.worker, build-perf): New rule.
10626 (GDB_PERFTEST_MODE): New variable.
10627 (check-perf): Use it.
10628 (clean): Clean up gdb.perf parallel build subdirs.
10629 * lib/build-piece.exp: New file.
10630 * lib/gdb.exp (make_gdb_parallel_path): New function
10631 (standard_output_file, standard_temp_file): Call it.
10632 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10633 of $GDB_PARALLEL.
10634 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10635
10636 2015-08-03 Doug Evans <dje@google.com>
10637
10638 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10639 (LOG_FILE_NAME): New global.
10640 (TextReporter.__init__): Initialize self.txt_sum.
10641 (TextReporter.report): Add support for multiple data-points.
10642 Move report to perftest.sum, put raw data in perftest.log.
10643 (TextReporter.start): Open sum and log files.
10644 (TextReporter.end): Close sum and log files.
10645 * gdb.perf/lib/perftest/testresult.py
10646 (SingleStatisticTestResult.record): Handle multiple data-points.
10647
10648 2015-07-31 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10651 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10652 kill_wait_spawned_process instead of explicit "kill -9".
10653 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10654 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10655 kill_wait_spawned_process.
10656 * gdb.base/attach-twice.exp: Likewise.
10657 * gdb.base/attach.exp: Likewise.
10658 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10659 gdb_test_multiple.
10660 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10661 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10662 kill_wait_spawned_process.
10663 * gdb.base/valgrind-infcall.exp: Likewise.
10664 * gdb.multi/multi-attach.exp: Likewise.
10665 * gdb.python/py-prompt.exp: Likewise.
10666 * gdb.python/py-sync-interp.exp: Likewise.
10667 * gdb.server/ext-attach.exp: Likewise.
10668 * gdb.threads/attach-into-signal.exp (corefunc): Use
10669 spawn_wait_for_attach, spawn_id_get_pid and
10670 kill_wait_spawned_process.
10671 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10672 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10673 spawn_id_get_pid and kill_wait_spawned_process.
10674 * gdb.threads/attach-stopped.exp (corefunc): Use
10675 spawn_wait_for_attach, spawn_id_get_pid and
10676 kill_wait_spawned_process.
10677 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10678 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10679 kill_wait_spawned_process instead of explicit "kill -9".
10680 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10681 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10682 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10683 processes. Don't map cygwin/windows pids here. Now returns a
10684 spawn id list.
10685
10686 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10687
10688 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10689 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10690 correct patch.
10691
10692 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10693
10694 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10695
10696 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10697
10698 Reapply:
10699 2014-05-21 Mark Wielaard <mjw@redhat.com>
10700
10701 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10702
10703 2015-07-30 Pedro Alves <palves@redhat.com>
10704
10705 * linux-low.c (handle_extended_wait): Set the child's last
10706 reported status to TARGET_WAITKIND_STOPPED.
10707
10708 2015-07-30 Pedro Alves <palves@redhat.com>
10709
10710 PR threads/18600
10711 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10712 only shows inferior 1.
10713
10714 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10715 Pedro Alves <palves@redhat.com>
10716
10717 PR threads/18600
10718 * gdb.threads/fork-plus-threads.c: New file.
10719 * gdb.threads/fork-plus-threads.exp: New file.
10720
10721 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10722
10723 * gdb.base/batch-preserve-term-settings.exp
10724 (test_terminal_settings_preserved_after_cli_exit): Use
10725 send_quit_command.
10726
10727 2015-07-29 Pedro Alves <palves@redhat.com>
10728 Don Breazeal <donb@codesourcery.com>
10729
10730 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10731 output from both inferior_spawn_id and gdb_spawn_id.
10732
10733 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10734
10735 * gdb.threads/attach-into-signal.exp (corefunc): Use
10736 with_test_prefix on nested loops, uniquefying the test messages.
10737
10738 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10739
10740 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10741 commit.
10742
10743 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10744
10745 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10746 New proc.
10747 (test_terminal_settings_preserved_after_sigterm): New test.
10748
10749 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10750
10751 * gdb.base/batch-preserve-term-settings.exp
10752 (test_terminal_settings_preserved_after_cli_exit): New test.
10753
10754 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10755
10756 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10757 manipulation of saved_gdbflags.
10758 (test_terminal_settings_preserved): Remove global declaration of
10759 the unused variable pagination_prompt. Remove manipulation of
10760 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10761 GDBFLAGS.
10762
10763 2015-07-29 Pedro Alves <palves@redhat.com>
10764
10765 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10766
10767 2015-07-29 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10770 at the top.
10771
10772 2015-07-29 Pedro Alves <palves@redhat.com>
10773
10774 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10775 (main): Call gdb_unbuffer_output.
10776 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10777 (main): Call gdb_unbuffer_output.
10778 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10779 (main): Call gdb_unbuffer_output.
10780 * gdb.base/call-strs.exp: Adjust to step over the
10781 gdb_unbuffer_output call.
10782 * gdb.base/catch-gdb-caused-signals.c: Include
10783 "../lib/unbuffer_output.c".
10784 (main): Call gdb_unbuffer_output.
10785 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10786 (main): Call gdb_unbuffer_output.
10787 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10788 (main): Call gdb_unbuffer_output.
10789 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10790 (main): Call gdb_unbuffer_output.
10791 * gdb.base/shlib-call.exp: Adjust to step over the
10792 gdb_unbuffer_output call.
10793 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10794 (main): Call gdb_unbuffer_output.
10795 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10796 (main): Call gdb_unbuffer_output.
10797 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10798 (main): Rename to ...
10799 (test): ... this.
10800 (main): Reimplement.
10801 * gdb.base/varargs.exp: Run to test instead of to main.
10802 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10803 (main): Call gdb_unbuffer_output.
10804
10805 2015-07-29 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10808 factore out from mi_continue_dprintf. For call-style dprintfs,
10809 expect dprintf output out of $inferior_spawn_id.
10810 (mi_continue_dprintf): Use mi_expect_dprintf.
10811 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10812 (main): Call gdb_unbuffer_output.
10813
10814 2015-07-29 Pedro Alves <palves@redhat.com>
10815
10816 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10817 (default_mi_gdb_start): Set inferior_spawn_id instead of
10818 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10819 gdb_spawn_id.
10820 (mi_gdb_test): Always expect inferior output from both
10821 $inferior_spawn_id and $gdb_spawn_id.
10822
10823 2015-07-29 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10826 send_inferior and $inferior_spawn_id.
10827
10828 2015-07-29 Pedro Alves <palves@redhat.com>
10829
10830 * gdb.gdb/complaints.exp (test_initial_complaints)
10831 (test_serial_complaints, test_short_complaints): Use
10832 gdb_test_stdio.
10833 (test_empty_complaint): Handle $inferior_spawn_id !=
10834 $gdb_spawn_id.
10835
10836 2015-07-29 Pedro Alves <palves@redhat.com>
10837
10838 * gdb.base/varargs.exp: Use gdb_test_stdio.
10839
10840 2015-07-29 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10843
10844 2015-07-29 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10847
10848 2015-07-29 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10851 parameter into two new parameters, "inf_result" and "gdb_result".
10852 Expect inferior output and gdb output from $inferior_spawn_id and
10853 $gdb_spawn_id, respectively. Adjust all callers.
10854
10855 2015-07-29 Pedro Alves <palves@redhat.com>
10856
10857 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10858 of gdb_test_sequence.
10859
10860 2015-07-29 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10863 (saw_spurious_output): Expect inferior output from
10864 $inferior_spawn_id. Use gdb_test_stdio.
10865
10866 2015-07-29 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.base/dprintf.exp: Use standard_testfile. Change
10869 prepare_for_testing call.
10870 (srcfile): Don't set.
10871 (restart): New procedure.
10872 (test_dprintf): New procecure, use to continue over dprintfs.
10873 (test_call, test_agent): New procedures, tests moved here.
10874 Restart gdb and recreate dprintfs. Adjust expected output.
10875
10876 2015-07-29 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10879
10880 2015-07-29 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10883
10884 2015-07-29 Pedro Alves <palves@redhat.com>
10885
10886 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10887 gdb_test_stdio.
10888
10889 2015-07-29 Pedro Alves <palves@redhat.com>
10890
10891 * lib/gdb.exp (gdb_test_stdio): New procedure.
10892
10893 2015-07-29 Pedro Alves <palves@redhat.com>
10894
10895 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10896
10897 2015-07-29 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/call-signal-resume.exp: Remove check for
10900 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10901 * gdb.base/unwindonsignal.exp: Likewise.
10902 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10903 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10904
10905 2015-07-29 Pedro Alves <palves@redhat.com>
10906
10907 * gdb.base/siginfo-addr.c (pass): New function.
10908 (handler): Call it iff si_addr is correct.
10909 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10910 Set a breakpoint at "pass" and continue to it.
10911
10912 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10913
10914 * gdb.python/py-objfile.exp: Make some tests have unique names.
10915 * gdb.python/py-pp-registration.exp: Likewise.
10916
10917 2015-07-28 Pedro Alves <palves@redhat.com>
10918
10919 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10920
10921 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10922
10923 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10924
10925 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10926
10927 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10928
10929 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10930
10931 * gdb.base/gdb-sigterm-2.exp: New test.
10932
10933 2015-07-25 Doug Evans <xdje42@gmail.com>
10934
10935 Revert:
10936 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10937 (workers/%.worker, build-perf): New rule.
10938 (GDB_PERFTEST_MODE): New variable.
10939 (check-perf): Use it.
10940 (clean): Clean up gdb.perf parallel build subdirs.
10941 * lib/build-piece.exp: New file.
10942 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10943 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10944 name.
10945 (standard_temp_file): Ditto.
10946 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10947 of $GDB_PARALLEL.
10948
10949 2015-07-24 Doug Evans <dje@google.com>
10950
10951 * gdb.perf/lib/perftest/utils.py: New file.
10952 * gdb.perf/gm-hello.cc: New file.
10953 * gdb.perf/gm-pervasive-typedef.cc: New file.
10954 * gdb.perf/gm-pervasive-typedef.h: New file.
10955 * gdb.perf/gm-std.cc: New file.
10956 * gdb.perf/gm-std.h: New file.
10957 * gdb.perf/gm-use-cerr.cc: New file.
10958 * gdb.perf/gm-utils.h: New file.
10959 * gdb.perf/gmonster-null-lookup.py: New file.
10960 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10961 * gdb.perf/gmonster-print-cerr.py: New file.
10962 * gdb.perf/gmonster-ptype-string.py: New file.
10963 * gdb.perf/gmonster-runto-main.py: New file.
10964 * gdb.perf/gmonster-select-file.py: New file.
10965 * gdb.perf/gmonster1-null-lookup.exp: New file.
10966 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10967 * gdb.perf/gmonster1-print-cerr.exp: New file.
10968 * gdb.perf/gmonster1-ptype-string.exp: New file.
10969 * gdb.perf/gmonster1-runto-main.exp: New file.
10970 * gdb.perf/gmonster1-select-file.exp: New file.
10971 * gdb.perf/gmonster1.cc: New file.
10972 * gdb.perf/gmonster1.exp: New file.
10973 * gdb.perf/gmonster2-null-lookup.exp: New file.
10974 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10975 * gdb.perf/gmonster2-print-cerr.exp: New file.
10976 * gdb.perf/gmonster2-ptype-string.exp: New file.
10977 * gdb.perf/gmonster2-runto-main.exp: New file.
10978 * gdb.perf/gmonster2-select-file.exp: New file.
10979 * gdb.perf/gmonster2.cc: New file.
10980 * gdb.perf/gmonster2.exp: New file.
10981
10982 2015-07-24 Doug Evans <dje@google.com>
10983
10984 * gdb.perf/README: New file.
10985 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10986 * lib/gen-perf-test.exp: New file.
10987
10988 2015-07-24 Doug Evans <dje@google.com>
10989
10990 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10991 (PerfTest::startup): New function.
10992 (PerfTest::run): Return result of calling body.
10993 (PerfTest::assemble): Rewrite.
10994 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10995 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10996 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10997 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10998 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10999
11000 2015-07-24 Doug Evans <dje@google.com>
11001
11002 * lib/gdb.exp (clean_restart): Make executable optional.
11003
11004 2015-07-24 Doug Evans <dje@google.com>
11005
11006 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11007 compiler_info references.
11008 * gdb.cp/temargs.exp: Ditto.
11009 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11010 (get_compiler_info): Early exit if already computed. Set compiler_info
11011 to "unknown" if there was a problem.
11012 (test_compiler_info): Add function comment. Call get_compiler_info.
11013
11014 2015-07-24 Doug Evans <dje@google.com>
11015
11016 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11017 (workers/%.worker, build-perf): New rule.
11018 (GDB_PERFTEST_MODE): New variable.
11019 (check-perf): Use it.
11020 (clean): Clean up gdb.perf parallel build subdirs.
11021 * lib/build-piece.exp: New file.
11022 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11023 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11024 name.
11025 (standard_temp_file): Ditto.
11026 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11027 of $GDB_PARALLEL.
11028
11029 2015-07-24 Doug Evans <dje@google.com>
11030
11031 * lib/future.exp (gdb_default_target_compile): New option
11032 "early_flags".
11033 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11034 --as-needed.
11035
11036 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11037
11038 * gdb.base/catch-syscall.exp: Call gdb_exit before
11039 gdb_skip_xml_test.
11040
11041 2015-07-24 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.python/py-events.exp: Accept output between the stop event
11044 and the prompt.
11045 * gdb.python/py-evsignal.exp: Likewise.
11046 * gdb.python/py-evthreads.exp: Likewise.
11047
11048 2015-07-24 Pedro Alves <palves@redhat.com>
11049
11050 PR gdb/18717
11051 * gdb.threads/non-ldr-exit.c: New file.
11052 * gdb.threads/non-ldr-exit.exp: New file.
11053
11054 2015-07-24 Yao Qi <yao.qi@linaro.org>
11055
11056 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11057 restarting process.
11058
11059 2015-07-24 Yao Qi <yao.qi@linaro.org>
11060
11061 * gdb.server/ext-restart.exp: New file.
11062
11063 2015-07-24 Yao Qi <yao.qi@linaro.org>
11064
11065 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11066 argument options.
11067 * gdb.server/ext-wrapper.exp: New file.
11068
11069 2015-07-23 Doug Evans <dje@google.com>
11070
11071 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11072 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11073
11074 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11075
11076 * gdb.ada/var_arr_typedef.exp: New testcase.
11077 * gdb.ada/var_arr_typedef/pack.adb: New file.
11078 * gdb.ada/var_arr_typedef/pack.ads: New file.
11079 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11080
11081 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11082
11083 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11084
11085 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 * gdb.arch/i386-biarch-core.exp: Replace istarget
11088 by "complete set gnutarget". Remove expectation for the "core-file"
11089 command.
11090
11091 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11092
11093 Revert the previous commit:
11094 Tests for validate symbol file using build-id.
11095
11096 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11097
11098 Tests for validate symbol file using build-id.
11099 * gdb.base/solib-mismatch-lib.c: New file.
11100 * gdb.base/solib-mismatch-libmod.c: New file.
11101 * gdb.base/solib-mismatch.c: New file.
11102 * gdb.base/solib-mismatch.exp: New file.
11103
11104 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11105
11106 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11107 nios2-*-linux*.
11108 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11109 * gdb.base/siginfo.exp: Likewise.
11110 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11111
11112 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11113
11114 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11115 Move it to ...
11116 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11117 ... here.
11118 * gdb.trace/range-stepping.exp: Check that the target supports
11119 range stepping.
11120
11121 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11122
11123 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11124
11125 2015-07-14 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.base/killed-outside.exp: New file.
11128 * gdb.base/killed-outside.c: New file.
11129
11130 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11133 (n at main): New.
11134 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11135
11136 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11137
11138 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11139 infcall tests instead of setting up for KFAIL.
11140
11141 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11142
11143 * gdb.btrace/record_goto-step.exp: New.
11144
11145 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11146
11147 PR compile/18484
11148 * gdb.compile/compile.c (struct struct_type): Add volatile to
11149 selffield's type.
11150 * gdb.compile/compile.exp
11151 (compile code struct_object.selffield = &struct_object): Skip further
11152 struct_object tests if this one xfails.
11153
11154 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11155
11156 PR exp/18617
11157 * gdb.trace/ax.exp: Add test.
11158
11159 2015-07-07 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11162 instead of istarget "aarch64*-*-*".
11163 * gdb.arch/aarch64-fp.exp: Likewise.
11164 * gdb.base/float.exp: Likewise.
11165 * gdb.reverse/aarch64.exp: Likewise.
11166 * lib/gdb.exp (is_aarch64_target): New proc.
11167
11168 2015-07-07 Yao Qi <yao.qi@linaro.org>
11169
11170 * lib/gdb.exp (is_aarch32_target): New proc.
11171 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11172 instead of "istarget "arm*-*-*"".
11173 * gdb.arch/arm-disp-step.exp: Likewise.
11174 * gdb.arch/thumb-bx-pc.exp: Likewise.
11175 * gdb.arch/thumb-prologue.exp: Likewise.
11176 * gdb.arch/thumb-singlestep.exp: Likewise.
11177 * gdb.base/disp-step-syscall.exp: Likewise.
11178 * gdb.base/float.exp: Likewise.
11179
11180 2015-07-07 Yao Qi <yao.qi@linaro.org>
11181
11182 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11183 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11184
11185 2015-07-07 Yao Qi <yao.qi@linaro.org>
11186
11187 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11188 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11189 if it exists.
11190 * gdb.multi/multi-arch.exp: Likewise.
11191
11192 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11193
11194 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11195 print.
11196
11197 2015-07-07 Yao Qi <yao.qi@linaro.org>
11198
11199 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11200
11201 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11202
11203 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11204 '[' and ']' characters.
11205
11206 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11207
11208 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11209
11210 2015-06-29 Pedro Alves <palves@redhat.com>
11211
11212 PR threads/18127
11213 * gdb.threads/hand-call-new-thread.c: New file.
11214 * gdb.threads/hand-call-new-thread.c: New file.
11215
11216 2015-06-26 Keith Seitz <keiths@redhat.com>
11217 Doug Evans <dje@google.com>
11218
11219 PR 16253
11220 * gdb.cp/var-tag-2.cc: New file.
11221 * gdb.cp/var-tag-3.cc: New file.
11222 * gdb.cp/var-tag-4.cc: New file.
11223 * gdb.cp/var-tag.cc: New file.
11224 * gdb.cp/var-tag.exp: New file.
11225
11226 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11227
11228 * gdb.base/history-duplicates.exp: New test.
11229
11230 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11231
11232 * gdb.base/completion.exp: Test the completion of the "focus"
11233 command.
11234
11235 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11236
11237 * gdb.arch/amd64-prologue-skip.S: New file.
11238 * gdb.arch/amd64-prologue-skip.exp: New file.
11239
11240 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11241
11242 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11243 is_address_zero_readable check.
11244
11245 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11246
11247 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11248 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11249
11250 2015-06-24 Yao Qi <yao.qi@linaro.org>
11251
11252 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11253 linux targets.
11254
11255 2015-06-24 Yao Qi <yao.qi@linaro.org>
11256
11257 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11258 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11259 * gdb.base/siginfo-thread.exp: Likewise.
11260
11261 2015-06-22 Yao Qi <yao.qi@linaro.org>
11262
11263 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11264
11265 2015-06-22 Yao Qi <yao.qi@linaro.org>
11266
11267 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11268 aarch64*-*-*.
11269 (skip_hw_watchpoint_tests): Likewise.
11270
11271 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11272
11273 * gdb.base/gdbinit-history.exp: Test the interaction between
11274 setting GDBHISTSIZE and setting the history size via .gdbinit.
11275
11276 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11277
11278 PR gdb/16999
11279 * gdb.base/gdbhistsize-history.exp: New test.
11280
11281 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11282
11283 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11284 with GDBHISTSIZE.
11285 * gdb.base/readline.exp: Likewise.
11286
11287 2015-06-17 Yao Qi <yao.qi@linaro.org>
11288
11289 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11290 line.
11291
11292 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11293
11294 * gdb.base/gdbinit-history.exp: Add test case to check that
11295 an unlimited history file does not get truncated on exit.
11296
11297 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11298
11299 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11300 (VECTOR): New macro. Use it...
11301 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11302 ...for these typedefs.
11303 (int8, char1, int1, double1): New typedefs.
11304 (struct just_int2, struct two_int2): New structures.
11305 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11306 (add_structvecs, add_singlevecs): New functions.
11307 (main): Call add_some_intvecs twice.
11308 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11309 the compile and exit upon failure. Try compiling for the "native"
11310 architecture. Test inferior function calls with vector arguments
11311 and vector return value handling with "finish" and "return".
11312
11313 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11314
11315 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11316 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11317 PE file.
11318 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11319
11320 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11321
11322 PR breakpoints/16465
11323 * gdb.mi/mi-dprintf-pending.c: New file.
11324 * gdb.mi/mi-dprintf-pending.exp: New test.
11325 * gdb.mi/mi-dprintf-pendshr.c: New file.
11326
11327 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11328 Mircea Gherzan <mircea.gherzan@intel.com>
11329
11330 * gdb.arch/i386-mpx-map.c: New file.
11331 * gdb.arch/i386-mpx-map.exp: New File.
11332
11333 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11334
11335 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11336 * gdb.arch/i386-mpx.exp: Indentation fixed.
11337
11338 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11339
11340 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11341 function and improved indentation.
11342 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11343 gdb_test_multiple. Added additional tests to skip the test.
11344
11345 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11346
11347 * gdb.arch/i386-avx512.c: Change path in include file.
11348 * gdb.arch/i386-avx512.exp: Change include dir path
11349 compilation flag.
11350 * gdb.arch/i386-mpx.c: Change path in include file.
11351 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11352 flag.
11353
11354 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 * gdb.compile/compile-print.exp (compile print *vararray@3)
11357 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11358
11359 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11362 (do not keep jit in memory): ... this.
11363 (expect 5): Change it to ...
11364 (expect no 5): ... this.
11365
11366 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11367
11368 PR gdb/15564
11369 * gdb.mi/mi-detach.exp: New file.
11370
11371 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11372
11373 PR symtab/18392
11374 * gdb.arch/amd64-tailcall-self.S: New file.
11375 * gdb.arch/amd64-tailcall-self.c: New file.
11376 * gdb.arch/amd64-tailcall-self.exp: New file.
11377
11378 2015-05-28 Don Breazeal <donb@codesourcery.com>
11379
11380 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11381 tests for remote targets by checking is_target_gdbserver.
11382
11383 2015-05-27 Doug Evans <dje@google.com>
11384
11385 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11386 * gdb.dwarf2/opaque-type-lookup.c: New file.
11387 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11388
11389 2015-05-26 Doug Evans <dje@google.com>
11390
11391 * gdb.cp/iostream.cc: New file.
11392 * gdb.cp/iostream.exp: New file.
11393
11394 2015-05-26 Doug Evans <dje@google.com>
11395
11396 * gdb.dwarf2/dw2-op-call.exp: Update.
11397 * gdb.dwarf2/dw4-sig-types.exp: Update.
11398 * gdb.dwarf2/implptr.exp: Update.
11399 * gdb.mi/mi-cmd-param-changed.exp: Update.
11400
11401 2015-05-26 Doug Evans <dje@google.com>
11402
11403 * gdb.python/py-lazy-string.c: New file.
11404 * gdb.python/py-lazy-string.exp: New file.
11405 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11406 (main): Update. Add estring3.
11407 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11408 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11409
11410 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11411 Yao Qi <yao.qi@linaro.org>
11412
11413 * gdb.reverse/aarch64.c: New.
11414 * gdb.reverse/aarch64.exp: New.
11415
11416 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11417
11418 * lib/gdb.exp (supports_process_record): Return true for
11419 aarch64*-linux*.
11420 (supports_reverse): Likewise.
11421
11422 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11423
11424 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11425 Use with_test_prefix.
11426
11427 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11428
11429 * gdb.base/completion.exp: Add test for completion of layout
11430 names.
11431
11432 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11433
11434 * lib/gdb.exp (skip_tui_tests): New proc.
11435 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11436
11437 2015-05-19 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11440 Save the whole env array instead of just HOME. Unset HISTSIZE in
11441 the environment while testing. Restore whole environment
11442 afterwards.
11443
11444 2015-05-16 Doug Evans <xdje42@gmail.com>
11445
11446 * gdb.guile/scm-ports.c: New file.
11447 * gdb.guile/scm-ports.exp: Add memory port tests.
11448
11449 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.compile/compile-print.c: New file.
11452 * gdb.compile/compile-print.exp: New file.
11453
11454 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * gdb.compile/compile-ops.exp: Cast param to void.
11457 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11458 (compile code struct_object.selffield = &struct_object): Add xfail.
11459
11460 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11461
11462 * gdb.ada/arr_enum_with_gap: New testcase.
11463
11464 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11465
11466 * gdb.ada/byte_packed_arr: New testcase.
11467
11468 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11469
11470 * gdb.ada/pckd_neg: New testcase.
11471
11472 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11473
11474 PR gdb/17820
11475 * gdb.base/gdbinit-history.exp: New test.
11476 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11477 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11478
11479 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11480
11481 * gdb.python/py-xmethods.cc: Enhance test case.
11482 * gdb.python/py-xmethods.exp: New tests.
11483 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11484 function.
11485 (B_indexoper): Likewise.
11486 (global_dm_list) : Add new xmethod worker functions.
11487
11488 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11489
11490 * gdb.base/coredump-filter.exp: Correctly unset
11491 "coredump_var_addr" array.
11492
11493 2015-05-08 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.server/non-existing-program.exp: Unset spawn_id.
11496
11497 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11498
11499 PR python/18291
11500 * gdb.python/py-xmethods.exp: Add tests.
11501
11502 2015-05-08 Yao Qi <yao.qi@linaro.org>
11503
11504 PR gdb/18208
11505 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11506 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11507 function set_coredump_filter, and remove remote_exec call.
11508 Remove argument ipid. Callers update.
11509 (top level): Don't get inferior's PID.
11510
11511 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11512
11513 * gdb.base/watch_thread_num.exp: Skip test on targets without
11514 access watchpoints.
11515
11516 2015-05-06 Pedro Alves <palves@redhat.com>
11517
11518 PR server/18081
11519 * gdb.server/non-existing-program.exp: New file.
11520
11521 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11522
11523 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11524
11525 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11526
11527 * gdb.ada/out_of_line_in_inlined: New testcase.
11528
11529 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11530
11531 * gdb.ada/var_rec_arr: New testcase.
11532
11533 2015-04-30 Yao Qi <yao.qi@linaro.org>
11534
11535 * gdb.base/break-idempotent.exp: If
11536 skip_hw_watchpoint_multi_tests returns true, skip the tests
11537 on "rwatch" and "awatch".
11538
11539 2015-04-30 Yao Qi <yao.qi@linaro.org>
11540
11541 * gdb.base/relativedebug.exp: Invoke gdb command
11542 "info sharedlibrary", and if libc.so doesn't have debug info,
11543 skip the test.
11544
11545 2015-04-29 Doug Evans <dje@google.com>
11546
11547 * gdb.python/py-xmethods.exp: Add ptype tests.
11548 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11549 get_result_type method.
11550
11551 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11552
11553 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11554 the target does not support hardware watchpoints.
11555
11556 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11557
11558 * gdb.base/break-always.exp: Abort testing if writing to memory
11559 causes an error.
11560
11561 2015-04-28 Doug Evans <dje@google.com>
11562
11563 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11564 * gdb.python/py-pp-registration.exp: ... here. New file.
11565 * gdb.python/py-pp-registration.c: New file.
11566 * gdb.python/py-pp-registration.py: New file.
11567
11568 2015-04-28 Doug Evans <dje@google.com>
11569
11570 * gdb.python/py-bad-printers.c: New file.
11571 * gdb.python/py-bad-printers.py: New file.
11572 * gdb.python/py-bad-printers.exp: New file.
11573
11574 2015-04-28 Sasha Smundak <asmundak@google.com>
11575
11576 * gdb.python/py-type.exp: New test.
11577
11578 2015-04-28 Andy Wingo <wingo@igalia.com>
11579
11580 * gdb.python/py-parameter.exp:
11581 * gdb.guile/scm-parameter.exp: Escape the path that we are
11582 matching against, as it might contain characters that are special
11583 to regular expressions.
11584
11585 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11586
11587 * gdb.ada/rec_comp: New testcase.
11588
11589 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11590
11591 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11592 before using it.
11593
11594 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11595
11596 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11597 new tests for verilog output.
11598
11599 2015-04-24 Yao Qi <yao.qi@linaro.org>
11600
11601 * boards/remote-gdbserver-on-localhost.exp: New file.
11602
11603 2015-04-23 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11606 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11607 "end of file", remove $inferior_spawn_id from the indirect list.
11608
11609 2015-04-23 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11612
11613 2015-04-23 Pedro Alves <palves@redhat.com>
11614
11615 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11616 on $any_spawn_id instead of only on $gdb_spawn_id.
11617
11618 2015-04-21 Pierre Muller <muller@sourceware.org>
11619
11620 PR pascal/17815
11621 * lib/pascal.exp (gpc_compile): Add new option "class".
11622 (fpc_compile): Likewise.
11623 * gdb.pascal/case-insensitive-symbols.pas: New file.
11624 * gdb.pascal/case-insensitive-symbols.exp: New file.
11625
11626 2015-04-20 Gary Benson <gbenson@redhat.com>
11627
11628 * gdb.base/attach.exp: Fix three extended remote failures.
11629
11630 2015-04-17 Gary Benson <gbenson@redhat.com>
11631
11632 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11633 the main executable over the remote protocol.
11634
11635 2015-04-16 Pedro Alves <palves@redhat.com>
11636
11637 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11638 a new gdbserver if gdbserver_reconnect_p is set.
11639
11640 2015-04-16 Pedro Alves <palves@redhat.com>
11641
11642 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11643 is set, don't exit gdbserver.
11644
11645 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11646
11647 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11648 appropriate .insn, such that an older assembler can be used.
11649 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11650 the z/Architecture instruction set on 31-bit targets as well.
11651
11652 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11653
11654 * gdb.go/handcall.exp: Remove all logic related to the first
11655 breakpoint and rely on go_runto_main instead.
11656 * gdb.go/strings.exp: Likewise.
11657 * gdb.go/unsafe.exp: Likewise.
11658 * gdb.go/hello.exp: Likewise. Also rename the remaining
11659 breakpoint marker to "breakpoint 1".
11660 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11661 * gdb.go/strings.go: Likewise.
11662 * gdb.go/unsafe.go: Likewise.
11663 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11664 "set breakpoint 2 here" and rename the remaining breakpoint marker
11665 to "breakpoint 1".
11666
11667 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11668
11669 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11670 if itertools.imap is not present.
11671 * gdb.python/py-objfile.exp: Add parentheses.
11672 * gdb.python/py-type.exp: Same.
11673 * gdb.python/py-unwind-maint.py: Same.
11674
11675 2015-04-15 Yao Qi <yao.qi@linaro.org>
11676
11677 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11678 of ":$ptr_size" and set its form explicitly.
11679
11680 2015-04-15 Pedro Alves <palves@redhat.com>
11681 Yao Qi <yao.qi@linaro.org>
11682
11683 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11684 timeout by factor of 4.
11685 (test_regular_watch): Likewise.
11686 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11687 * gdb.reverse/sigall-reverse.exp: Likewise.
11688 * gdb.reverse/until-precsave.exp: Likewise.
11689 * lib/gdb.exp (with_timeout_factor): New proc.
11690 (gdb_expect): Move some code to ...
11691 (get_largest_timeout): ... here. New procedure.
11692
11693 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11694
11695 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11696
11697 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11698
11699 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11700 to write to the .text section.
11701
11702 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11703
11704 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11705 Handle the case of targets that do not provide PID information.
11706
11707 2015-04-13 Yao Qi <yao.qi@linaro.org>
11708
11709 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11710 and use expect instead of gdb_expect.
11711
11712 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11713
11714 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11715 "coredump_var_addr" to avoid naming conflict with other testcases.
11716
11717 2015-04-10 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11720 gdb_test_sequence and gdb_assert.
11721
11722 2015-04-10 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11725 test messages that don't include the breakpoint address.
11726
11727 2015-04-10 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11730 false for some offset and width combinations which aren't
11731 supported by linux kernel.
11732
11733 2015-04-10 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11736 procedure, factored out from ...
11737 (top level): ... here. Add "set displaced-stepping" testing axis.
11738 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11739 parameter "displaced". Use it.
11740 (top level): Use foreach and add "set displaced-stepping" testing
11741 axis.
11742
11743 2015-04-10 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11746 Remove comment.
11747 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11748 both the address of the instruction that triggers the watchpoint
11749 and the address of the instruction immediately after, and use
11750 those addresses for the test. Fix comment.
11751
11752 2015-04-10 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.base/sigstep.exp (breakpoint_to_handler)
11755 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11756 Test "backtrace" in handler.
11757 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11758 (top level): Add new "displaced" test axis to
11759 breakpoint_to_handler, breakpoint_to_handler_entry and
11760 breakpoint_over_handler.
11761
11762 2015-04-10 Pedro Alves <palves@redhat.com>
11763
11764 PR gdb/18216
11765 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11766
11767 2015-04-10 Yao Qi <yao.qi@linaro.org>
11768
11769 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11770 (test_add_rn_pc): New function.
11771 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11772 (top level): Invoke test_add_rn_pc.
11773
11774 2015-04-10 Pedro Alves <palves@redhat.com>
11775
11776 PR gdb/13858
11777 * gdb.base/step-over-no-symbols.exp: New file.
11778
11779 2015-04-09 Andy Wingo <wingo@igalia.com>
11780
11781 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11782 after the Python tests.
11783
11784 2015-04-08 Keith Seitz <keiths@redhat.com>
11785
11786 PR python/16699
11787 * gdb.python/py-completion.exp: New tests for completion.
11788 * gdb.python/py-completion.py (CompleteLimit1): New class.
11789 (CompleteLimit2): Likewise.
11790 (CompleteLimit3): Likewise.
11791 (CompleteLimit4): Likewise.
11792 (CompleteLimit5): Likewise.
11793 (CompleteLimit6): Likewise.
11794 (CompleteLimit7): Likewise.
11795
11796 2015-04-08 Pedro Alves <palves@redhat.com>
11797
11798 PR gdb/18214
11799 PR gdb/18216
11800 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11801 function.
11802 (main): Install it as SIGUSR1 handler.
11803 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11804 parameter. Always use "setup" as prefix. Toggle "set
11805 displaced-stepping" off/on depending on global. Don't switch to
11806 thread 1 here.
11807 (top level): Add displaced stepping "off/on" test axis. Update
11808 "setup" calls. Wrap each subtest with with_test_prefix. Test
11809 continuing with a queued signal in each thread.
11810
11811 2015-04-08 Pedro Alves <palves@redhat.com>
11812
11813 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11814 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11815 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11816 Return early if running to main fails.
11817 * gdb.trace/while-stepping.exp: Likewise.
11818
11819 2015-04-07 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11822 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11823 interact with inferior program.
11824
11825 2015-04-07 Pedro Alves <palves@redhat.com>
11826
11827 * lib/gdb.exp (inferior_spawn_id): New global.
11828 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11829 spawn id after processing the user code.
11830 (default_gdb_start): Set inferior_spawn_id.
11831 (send_inferior): New procedure.
11832 * lib/gdbserver-support.exp (gdbserver_start): Set
11833 inferior_spawn_id.
11834 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11835
11836 2015-04-07 Pedro Alves <palves@redhat.com>
11837
11838 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11839 * lib/gdbserver-support.exp (gdbserver_start): Make
11840 $server_spawn_id global.
11841 (gdbserver_start): Don't wait for gdbserver's spawn id with
11842 expect_background.
11843 (close_gdbserver): New procedure.
11844 (gdb_exit): Rename the default version and reimplement.
11845
11846 2015-04-07 Pedro Alves <palves@redhat.com>
11847
11848 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11849 append the substituted item, not the original item.
11850
11851 2015-04-07 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11854 gdb_expect.
11855
11856 2015-04-07 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11859 output appearing once only.
11860
11861 2015-04-07 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11864 that doesn't expect anything. Return early if running to main
11865 fails.
11866
11867 2015-04-07 Yao Qi <yao.qi@linaro.org>
11868
11869 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11870 (child_function): Call alarm.
11871 (main): Move call to alarm into the loop.
11872 * gdb.threads/non-stop-fair-events.exp: Build program with
11873 -DTIMEOUT=$timeout.
11874
11875 2015-04-06 Doug Evans <xdje42@gmail.com>
11876
11877 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11878 Fix dest parameter to board_info.
11879 (fpc_compile): Ditto.
11880 (gdb_compile_pascal): Rename dest arg to destfile.
11881
11882 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11883
11884 * gdb.ada/funcall_ref.exp: New file.
11885 * gdb.ada/funcall_ref/foo.adb: New file.
11886
11887 2015-04-02 Yao Qi <yao.qi@linaro.org>
11888
11889 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11890 is remote.
11891
11892 2015-04-02 Gary Benson <gbenson@redhat.com>
11893
11894 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11895
11896 2015-04-01 Sasha Smundak <asmundak@google.com>
11897
11898 * gdb.python/py-unwind-maint.c: New file.
11899 * gdb.python/py-unwind-maint.exp: New test.
11900 * gdb.python/py-unwind-maint.py: New file.
11901 * gdb.python/py-unwind.c: New file.
11902 * gdb.python/py-unwind.exp: New test.
11903 * gdb.python/py-unwind.py: New test.
11904
11905 2015-04-01 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11908 to fail instead of non-existent $test.
11909
11910 2015-04-01 Pedro Alves <palves@redhat.com>
11911
11912 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11913 GDBFLAGS if not empty.
11914
11915 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11916
11917 * gdb.ada/complete.exp: Remove "multi_line".
11918 * gdb.ada/info_exc.exp: Remove "multi_line".
11919 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11920 * gdb.ada/ptype_field.exp: Remove "multi_line".
11921 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11922 * gdb.ada/tagged.exp: Remove "multi_line".
11923 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11924 [multi_line ...]
11925 * gdb.btrace/delta.exp: Likewise.
11926 * gdb.btrace/exception.exp: Likewise.
11927 * gdb.btrace/function_call_history.exp: Likewise.
11928 * gdb.btrace/instruction_history.exp: Likewise.
11929 * gdb.btrace/nohist.exp: Likewise.
11930 * gdb.btrace/record_goto.exp: Likewise.
11931 * gdb.btrace/segv.exp: Likewise.
11932 * gdb.btrace/stepi.exp: Likewise.
11933 * gdb.btrace/tailcall.exp: Likewise.
11934 * gdb.btrace/unknown_functions.exp: Likewise.
11935 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11936 * lib/gdb.exp: Add the "multi_line" helper.
11937
11938 2015-04-01 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.threads/tid-reuse.c: New file.
11941 * gdb.threads/tid-reuse.exp: New file.
11942
11943 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11944
11945 PR corefiles/16092
11946 * gdb.base/coredump-filter.c: New file.
11947 * gdb.base/coredump-filter.exp: Likewise.
11948
11949 2015-03-27 Petr Machata <pmachata@redhat.com>
11950
11951 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11952 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11953 (Dwarf::assemble): Initialize them.
11954 (Dwarf::lines): New function.
11955
11956 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11957
11958 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11959 SYMBOL_PREFIX for x86_64-*-cygwin.
11960
11961 2015-03-26 Andy Wingo <wingo@igalia.com>
11962
11963 PR symtab/18148
11964 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11965 const_value but not a location.
11966 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11967 location defined in non-main CUs are visible.
11968
11969 2015-03-26 Yao Qi <yao.qi@linaro.org>
11970
11971 PR testsuite/18139
11972 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11973 Add a line number entry for the same line.
11974 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11975 Add a line number entry for the same line.
11976
11977 2015-03-26 Yao Qi <yao.qi@linaro.org>
11978
11979 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11980 .int 0.
11981 (func): Likewise. Add .Lfunc_1 label.
11982 Use .Lfunc_1 label.
11983 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11984 .int 0.
11985 (func): Likewise.
11986 Use .Lfunc_1 label.
11987
11988 2015-03-26 Yao Qi <yao.qi@linaro.org>
11989
11990 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11991 Call gdb_compile instead to compile each .s files without debug
11992 information.
11993
11994 2015-03-26 Yao Qi <yao.qi@linaro.org>
11995
11996 * gdb.base/savedregs.exp (process_saved_regs): Make
11997 "Saved registers:" optional in the pattern.
11998
11999 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12000
12001 * gdb.btrace/next.exp: Merged into step.exp.
12002 * gdb.btrace/finish.exp: Merged into step.exp.
12003 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12004 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12005 "record goto" and checking the exact replay position.
12006 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12007 check for "Recording format" in "info record" output.
12008 * gdb.btrace/record_goto.exp: Choose test file based on target.
12009 * gdb.btrace/x86-record_goto.S: Renamed into ...
12010 * gdb.btrace/x86_64-record_goto.S: ... this.
12011 * gdb.btrace/i686-record_goto.S: New.
12012 * gdb.btrace/x86-tailcall.S: Renamed into ...
12013 * gdb.btrace/x86_64-tailcall.S: ... this.
12014 * gdb.btrace/i686-tailcall.S: New.
12015 * gdb.btrace/x86-tailcall.c: Renamed into ...
12016 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12017 separate statements. Update test.
12018 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12019 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12020 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12021 * gdb.btrace/tailcall.exp: Choose test file based on target.
12022 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12023
12024 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12025
12026 * gdb.btrace/exception.exp: Increase BTS buffer size.
12027
12028 2015-03-24 Pedro Alves <palves@redhat.com>
12029
12030 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12031
12032 2015-03-24 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.threads/schedlock.exp (test_step): No longer expect that
12035 "set scheduler-locking step" with "next" over a function call runs
12036 threads unlocked.
12037
12038 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12039
12040 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12041
12042 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12043
12044 PR breakpoints/16466
12045 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12046 * gdb.mi/mi-pending.c (thread_func): New function.
12047 (int main): Add threading support required.
12048 * gdb.mi/mi-pending.exp: Add tests for this issue.
12049 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12050 (pendfunc2): Remove stdio dependency.
12051 * gdb.mi/mi-pendshr2.c: New file.
12052
12053 2015-03-23 Keith Seitz <keiths@redhat.com>
12054
12055 * gdb.linespec/keywords.c: New file.
12056 * gdb.linespec/keywords.exp: New file.
12057
12058 2015-03-23 Keith Seitz <keiths@redhat.com>
12059
12060 PR gdb/18021
12061 * gdb.dwarf2/staticvirtual.exp: New test.
12062
12063 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12066 * README: Remove HP-UX and gdb.hp.
12067 (configuration):
12068 * configure: Regenerate.
12069 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12070 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12071 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12072 gdb.hp/gdb.defects/Makefile.
12073 * gdb.hp/Makefile.in: File deleted.
12074 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12075 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12076 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12077 * gdb.hp/gdb.aCC/run.c: File deleted.
12078 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12079 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12080 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12081 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12082 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12083 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12084 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12085 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12086 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12087 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12088 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12089 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12090 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12091 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12092 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12093 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12094 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12095 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12096 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12097 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12098 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12099 * gdb.hp/gdb.compat/average.c: File deleted.
12100 * gdb.hp/gdb.compat/sum.c: File deleted.
12101 * gdb.hp/gdb.compat/xdb.c: File deleted.
12102 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12103 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12104 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12105 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12106 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12107 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12108 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12109 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12110 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12111 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12112 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12113 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12114 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12115 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12116 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12117 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12118 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12119 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12120 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12121 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12122 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12123 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12124 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12125 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12126 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12127 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12128 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12129 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12130 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12131 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12132 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12133 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12134 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12135 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12136 * gdb.hp/tools/odump: File deleted.
12137
12138 2015-03-19 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12141 (saw_thread_3): New globals.
12142 (top level): Increment them when an event for the corresponding
12143 thread is seen.
12144 (no thread starvation): New test.
12145
12146 2015-03-19 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.threads/continue-pending-status.c: New file.
12149 * gdb.threads/continue-pending-status.exp: New file.
12150
12151 2015-03-18 Pedro Alves <palves@redhat.com>
12152
12153 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12154 Use gdb_is_target_remote instead of is_remote. Use
12155 gdb_test_multiple instead of gdb_expect. Exit early if
12156 gdb_test_multiple hits its internal matches. Tighten stepi tests
12157 expected output. Fail on exit with any signal, instead of just
12158 SIGILL.
12159
12160 2015-03-18 Yao Qi <yao.qi@linaro.org>
12161
12162 PR tdep/18107
12163 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12164 variable.
12165 * gdb.base/catch-syscall.exp: Don't skip it on
12166 aarch64*-*-linux* target. Remove elements in all_syscalls.
12167 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12168 target.
12169 (setup_all_syscalls): New proc.
12170
12171 2015-03-16 Yao Qi <yao.qi@linaro.org>
12172
12173 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12174 (top level): Skip tests if valid_addr_p returns false for
12175 $cmd1 or $cmd2.
12176
12177 2015-03-11 Andy Wingo <wingo@igalia.com>
12178
12179 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12180
12181 2015-03-11 Yao Qi <yao.qi@linaro.org>
12182
12183 * gdb.base/catch-syscall.exp: Fix typo in comments.
12184
12185 2015-03-11 Yao Qi <yao.qi@linaro.org>
12186
12187 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12188
12189 2015-03-09 Pedro Alves <palves@redhat.com>
12190
12191 * dg-extract-results.py: Delete.
12192
12193 2015-03-09 Pedro Alves <palves@redhat.com>
12194
12195 Merge dg-extract-results.sh from GCC upstream (r218843).
12196
12197 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12198 * dg-extract-results.sh: Use --text with grep to avoid issues with
12199 binary files. Fall back to cat -v, if that doesn't work.
12200
12201 2015-03-05 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12204
12205 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12206
12207 * lib/mi-support.exp (mi_expect_interrupt): Accept
12208 alternative event for when in all-stop mode.
12209
12210 2015-03-04 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12213
12214 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12215
12216 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12217
12218 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12219
12220 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12221 regexps for GDB's current line display, accept a hex address
12222 preceding the line number.
12223
12224 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12225
12226 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12227 the 'arch1' variable for "s390*-linux*" targets.
12228
12229 2015-03-04 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12232 (main): Pass missing retval argument to pthread_join call.
12233
12234 2015-03-02 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12237 (top level): Call do_test with non-stop as well.
12238
12239 2015-03-02 Pedro Alves <palves@redhat.com>
12240
12241 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12242 -1.
12243
12244 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12245
12246 * gdb.arch/s390-vregs.exp: New test.
12247 * gdb.arch/s390-vregs.S: New file.
12248
12249 2015-02-27 Pedro Alves <palves@redhat.com>
12250
12251 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12252 call to catch_command_errors.
12253 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12254 catch_command_errors.
12255
12256 2015-02-27 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12259 "true" for boolean result.
12260 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12261 prototype of main.
12262
12263 2015-02-27 Pedro Alves <palves@redhat.com>
12264
12265 * lib/unbuffer_output.c: New file.
12266 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12267 (main): Call gdb_unbuffer_output.
12268
12269 2015-02-27 Yao Qi <yao.qi@linaro.org>
12270
12271 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12272 target.
12273
12274 2015-02-26 Doug Evans <dje@google.com>
12275
12276 * gdb.cp/class2.cc (Dbase, D): New classes.
12277 (main): New local delta.
12278 * gdb.cp/class2.exp: Test printing delta.
12279 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12280 (dynbar): New global.
12281 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12282
12283 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12284
12285 * gdb.compile/compile-ifunc.c: New file.
12286 * gdb.compile/compile-ifunc.exp: New file.
12287
12288 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12289
12290 * gdb.base/structs.exp: Check for correct struct on finish.
12291
12292 2015-02-26 Yao Qi <yao.qi@linaro.org>
12293
12294 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12295 is zero.
12296
12297 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12298
12299 * gdb.arch/cordic.ko.bz2: New file.
12300 * gdb.arch/cordic.ko.debug.bz2: New file.
12301 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12302
12303 2015-02-25 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12306 aarch64*-*-* target.
12307
12308 2015-02-23 Pedro Alves <palves@redhat.com>
12309
12310 * lib/gdb.exp (delete_breakpoints): Rewrite using
12311 gdb_test_multiple.
12312
12313 2015-02-23 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.base/info-os.c: Include stdlib.h.
12316
12317 2015-02-22 Doug Evans <xdje42@gmail.com>
12318
12319 PR symtab/17855
12320 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12321 is read after symbols have been re-read.
12322 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12323 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12324
12325 2015-02-21 Doug Evans <dje@google.com>
12326
12327 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12328
12329 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12330
12331 PR corefiles/17808
12332 * gdb.arch/i386-biarch-core.core.bz2: New file.
12333 * gdb.arch/i386-biarch-core.exp: New file.
12334
12335 2015-02-21 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12338 runto_main fails.
12339
12340 2015-02-20 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12343 info probes.
12344
12345 2015-02-20 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12348
12349 2015-02-20 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12352 clean_restart before gdb_target_supports_trace.
12353
12354 2015-02-20 Pedro Alves <palves@redhat.com>
12355
12356 PR threads/18006
12357 * gdb.threads/clone-thread_db.c: New file.
12358 * gdb.threads/clone-thread_db.exp: New file.
12359
12360 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12361
12362 PR breakpoints/16812
12363 * gdb.base/catch-gdb-caused-signals.c: New file.
12364 * gdb.base/catch-gdb-caused-signals.exp: New file.
12365
12366 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12367
12368 * configure: Regenerated.
12369 * configure.ac: Use GDB_AC_TRANSFORM.
12370 * aclocal.m4: sinclude ../transform.m4.
12371
12372 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12373
12374 * lib/dtrace.exp: New file.
12375 * gdb.base/dtrace-probe.exp: Likewise.
12376 * gdb.base/dtrace-probe.d: Likewise.
12377 * gdb.base/dtrace-probe.c: Likewise.
12378 * lib/pdtrace.in: Likewise.
12379 * configure.ac: Output variables with the transformed names of
12380 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12381 * configure: Regenerated.
12382
12383 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12384
12385 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12386 expected message when trying to access $_probe_* convenience
12387 variables while not on a probe.
12388
12389 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12392
12393 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12394
12395 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12396 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12397
12398 2015-02-10 Doug Evans <xdje42@gmail.com>
12399
12400 * lib/gdb.exp (gdb_load): Always return a result.
12401
12402 2015-02-10 Pedro Alves <palves@redhat.com>
12403
12404 * gdb.threads/signal-sigtrap.c: New file.
12405 * gdb.threads/signal-sigtrap.exp: New file.
12406
12407 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12408
12409 * gdb.trace/no-attach-trace.c: New file.
12410 * gdb.trace/no-attach-trace.exp: New file.
12411
12412 2015-02-09 Mark Wielaard <mjw@redhat.com>
12413
12414 * gdb.dwarf2/atomic.c: New file.
12415 * gdb.dwarf2/atomic-type.exp: Likewise.
12416
12417 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12418
12419 * gdb.btrace/buffer-size.exp: Update "info record" output.
12420 * gdb.btrace/delta.exp: Update "info record" output.
12421 * gdb.btrace/enable.exp: Update "info record" output.
12422 * gdb.btrace/finish.exp: Update "info record" output.
12423 * gdb.btrace/instruction_history.exp: Update "info record" output.
12424 * gdb.btrace/next.exp: Update "info record" output.
12425 * gdb.btrace/nexti.exp: Update "info record" output.
12426 * gdb.btrace/step.exp: Update "info record" output.
12427 * gdb.btrace/stepi.exp: Update "info record" output.
12428 * gdb.btrace/nohist.exp: Update "info record" output.
12429
12430 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12431
12432 * gdb.btrace/buffer-size: New.
12433
12434 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12435
12436 * gdb.btrace/delta.exp: Update "info record" output.
12437 * gdb.btrace/enable.exp: Update "info record" output.
12438 * gdb.btrace/finish.exp: Update "info record" output.
12439 * gdb.btrace/instruction_history.exp: Update "info record" output.
12440 * gdb.btrace/next.exp: Update "info record" output.
12441 * gdb.btrace/nexti.exp: Update "info record" output.
12442 * gdb.btrace/step.exp: Update "info record" output.
12443 * gdb.btrace/stepi.exp: Update "info record" output.
12444 * gdb.btrace/nohist.exp: Update "info record" output.
12445
12446 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12447
12448 PR gdb/15678
12449 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12450
12451 2015-02-06 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12454 macro.
12455 (seconds_left, again): New globals.
12456 (main): Wait seconds_left in a 1-second sleep loop instead of
12457 sleeping 180 seconds. If 'again' is set, reset the seconds
12458 counter.
12459 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12460 'again' in the inferior before detaching. Print the seconds left.
12461 (options): New global.
12462 (top level): Build program with -DTIMEOUT=$timeout.
12463
12464 2015-02-06 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12467 determine how many seconds to pass to 'alarm'.
12468 * gdb.base/gdb-sigterm.exp (top level): Build program with
12469 -DTIMEOUT=$timeout.
12470 (do_test): Return success/failure indication. Add more verbose
12471 logging. Don't fail if 200 single steps are seen. Instead, fail
12472 when the test times out.
12473 (passes): New global.
12474 (top level): Break the testing loop if testing fails on any
12475 iteration. Use gdb_assert.
12476
12477 2015-02-04 Don Breazeal <donb@codesourcery.com>
12478
12479 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12480 and initialize them.
12481 (ipc_cleanup): New function.
12482 (main): Don't declare shmid, semid, and msqid. Add a call to
12483 atexit so that we call ipc_cleanup on exit.
12484
12485 2015-02-04 Pedro Alves <palves@redhat.com>
12486
12487 * boards/native-extended-gdbserver.exp: Remove any target variant
12488 specifications from the board name before clearing the isremote
12489 flag from board_info.
12490
12491 2015-01-31 Doug Evans <xdje42@gmail.com>
12492
12493 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12494
12495 2015-01-31 Gary Benson <gbenson@redhat.com>
12496
12497 * gdb.base/completion.exp: Disable completion limiting for
12498 existing tests. Add new tests to check completion limiting.
12499 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12500
12501 2015-01-31 Doug Evans <xdje42@gmail.com>
12502
12503 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12504
12505 2015-01-31 Doug Evans <xdje42@gmail.com>
12506
12507 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12508 entries. Duplicate file section script entries.
12509 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12510 inlined entries. Add test for safe-path rejection.
12511 * gdb.python/py-section-script.c: Add duplicate inlined section script
12512 entries. Duplicate file section script entries.
12513 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12514 inlined entries. Add test for safe-path rejection.
12515
12516 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12517
12518 * gdb.ada/disc_arr_bound: New testcase.
12519
12520 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12521
12522 * gdb.ada/mi_var_array: New testcase.
12523
12524 2015-01-27 Doug Evans <dje@google.com>
12525
12526 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12527 Add test for objfile.filename, objfile.username after objfile
12528 has been unloaded.
12529
12530 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12531
12532 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12533 the second test to print the name attribute of value
12534 returned by the call to gdb.lookup_type, and adjust
12535 the expected output accordingly.
12536
12537 2015-01-25 Mark Wielaard <mjw@redhat.com>
12538
12539 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12540 * gdb.base/disp-step-fork.c: Include unistd.h.
12541 * gdb.base/siginfo-obj.c: Include stdio.h.
12542 * gdb.base/siginfo-thread.c: Likewise.
12543 * gdb.mi/non-stop.c: Include unistd.h.
12544 * gdb.mi/nsthrexec.c: Include stdio.h.
12545 * gdb.mi/pthreads.c: Include unistd.h.
12546 * gdb.modula2/unbounded1.c (main): Declare returns int.
12547 * gdb.reverse/consecutive-reverse.c: Likewise.
12548 * gdb.threads/create-fail.c: Include unistd.h.
12549 * gdb.threads/killed.c: Likewise.
12550 * gdb.threads/linux-dp.c: Likewise.
12551 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12552 * gdb.threads/non-ldr-exc-2.c: Likewise.
12553 * gdb.threads/non-ldr-exc-3.c: Likewise.
12554 * gdb.threads/non-ldr-exc-4.c: Likewise.
12555 * gdb.threads/pthreads.c: Include unistd.h.
12556 (main): Declare returns int.
12557 * gdb.threads/tls-main.c (foo): New declaration.
12558 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12559
12560 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12563 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12564
12565 2015-01-15 Mark Wielaard <mjw@redhat.com>
12566
12567 * gdb.base/noreturn-return.c: New file.
12568 * gdb.base/noreturn-return.exp: New file.
12569 * gdb.base/noreturn-finish.c: New file.
12570 * gdb.base/noreturn-finish.exp: New file.
12571
12572 2015-01-23 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.threads/continue-pending-after-query.c: New file.
12575 * gdb.threads/continue-pending-after-query.exp: New file.
12576
12577 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12578 Simon Marchi <simon.marchi@ericsson.com>
12579
12580 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12581 * gdb.base/valgrind-db-attach.exp: Same.
12582 * gdb.base/valgrind-infcall.exp: Same.
12583 * lib/mi-support.exp (default_mi_gdb_start): Same.
12584 * lib/prompt.exp (default_prompt_gdb_start): Same.
12585 * lib/gdb.exp (default_gdb_spawn): Same.
12586 (gdb_interact): New.
12587
12588
12589 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12590
12591 * gdb.compile/compile.exp (pointer to jit function): New test.
12592
12593 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12594
12595 * lib/gdb.exp (supports_process_record): Return true for
12596 powerpc*-*-linux*.
12597 (supports_reverse): Likewise.
12598
12599 2015-01-15 Don Breazeal <donb@codesourcery.com>
12600
12601 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12602 instead of checking whether the target board is remote and
12603 use spawn_wait_for_attach instead of exec/sleep.
12604 * gdb.base/attach-twice.exp: Likewise.
12605
12606 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12607
12608 * gdb.ada/var_arr_attrs: New testcase.
12609
12610 2015-01-14 Pedro Alves <palves@redhat.com>
12611 Joel Brobecker <brobecker@adacore.com>
12612
12613 PR gdb/17525
12614 * gdb.base/bp-cmds-execution-x-script.c: New file.
12615 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12616 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12617
12618 2015-01-14 Pedro Alves <palves@redhat.com>
12619
12620 PR cli/17828
12621 * gdb.base/batch-preserve-term-settings.c: New file.
12622 * gdb.base/batch-preserve-term-settings.exp: New file.
12623
12624 2015-01-13 Doug Evans <dje@google.com>
12625
12626 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12627 binary.
12628
12629 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12630
12631 * Makefile.in (clean mostlyclean): Do not delete *.py.
12632
12633 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12634
12635 * gdb.python/py-lookup-type.exp: New file.
12636
12637 2015-01-12 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12640 restore GDBFLAGS before returning.
12641
12642 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12645 is_amd64_regs_target and is_x86_like_target.
12646
12647 2015-01-11 Doug Evans <xdje42@gmail.com>
12648
12649 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12650 is given without an explicit form.
12651 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12652 attributes.
12653 * gdb.dwarf/corrupt.exp: Ditto.
12654 * gdb.dwarf2/enum-type.exp: Ditto.
12655 * gdb.trace/entry-values.exp: Ditto.
12656 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12657
12658 2015-01-11 Doug Evans <xdje42@gmail.com>
12659
12660 PR gdb/15830
12661 * gdb.base/maint.exp: Remove references to "maint demangle".
12662 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12663 Add tests for explicitly specifying language to demangle.
12664 * gdb.dlang/demangle.exp: Ditto.
12665
12666 2015-01-09 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.threads/non-stop-fair-events.c: New file.
12669 * gdb.threads/non-stop-fair-events.exp: New file.
12670
12671 2015-01-09 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12674 the global scope. Set a breakpoint after all threads are started
12675 rather than stepping over two source lines. Expect the prompt.
12676 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12677 global.
12678 (NUM): Now 15.
12679 (main): Use threads_started_barrier to wait for all threads to
12680 start. Main thread no longer calls thread_function. Exit after
12681 180 seconds.
12682 (loop): New function.
12683 (thread_function): Wait on threads_started_barrier barrier. Call
12684 'loop' at each iteration.
12685 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12686 threads have started, instead of hardcoding number of "next"
12687 steps. Use an access watchpoint instead of a write watchpoint.
12688
12689 2015-01-09 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12692 (thread_func): Wait on barrier.
12693 (main): Wait for all threads to start before stopping GDB.
12694 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12695 global.
12696 (thread1_func, thread2_func): Wait on barrier.
12697 (main): Wait for all threads to start before stopping GDB.
12698 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12699 New global.
12700 (thread1_func, thread2_func): Wait on barrier.
12701 (main): Wait for all threads to start before stopping GDB.
12702
12703 2015-01-09 Pedro Alves <palves@redhat.com>
12704
12705 * gdb.threads/attach-many-short-lived-threads.c: New file.
12706 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12707
12708 2014-01-09 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12711 instead of to thread 2.
12712 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12713 Add barrier around each pthread_create call instead of around all
12714 calls.
12715 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12716 Set a break on thread_function and have the child threads hit it
12717 one at at a time.
12718
12719 2015-01-09 Pedro Alves <palves@redhat.com>
12720
12721 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12722 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12723 false.
12724 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12725 checking whether the target board is remote.
12726 * gdb.multi/multi-attach.exp: Likewise.
12727 * gdb.python/py-sync-interp.exp: Likewise.
12728 * gdb.server/ext-attach.exp: Likewise.
12729 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12730 tests that need to attach, instead of checking whether the target
12731 board is remote at the top of the file.
12732
12733 2015-01-08 Yao Qi <yao@codesourcery.com>
12734
12735 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12736
12737 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12738
12739 Fix testcase compilation.
12740 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12741
12742 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12743
12744 * gdb.python/py-type.exp: Add a couple test about empty
12745 array creation, and negative-length array creation.
12746
12747 2015-01-02 Doug Evans <xdje42@gmail.com>
12748
12749 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12750
12751 2015-01-02 Doug Evans <dje@google.com>
12752
12753 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12754
12755 2014-12-29 Yao Qi <yao@codesourcery.com>
12756
12757 * gdb.trace/entry-values.exp: Update comments. Rename variable
12758 bar_call_foo to returned_from_foo.
12759
12760 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12761
12762 PR gdb/17394
12763 * gdb.linespec/break-asm-file.c: New file.
12764 * gdb.linespec/break-asm-file.exp: New file.
12765 * gdb.linespec/break-asm-file0.s: New file.
12766 * gdb.linespec/break-asm-file1.s: New file.
12767
12768 2014-12-18 Nigel Stephens <nigel@mips.com>
12769 Maciej W. Rozycki <macro@codesourcery.com>
12770
12771 * gdb.base/float.exp: Handle the new output from "info float" on
12772 MIPS targets.
12773
12774 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12775
12776 Fix MinGW compilation.
12777 * gdb.compile/compile-ops.exp: Update untested message if
12778 !skip_compile_feature_tests.
12779 * gdb.compile/compile-setjmp.exp: Likewise.
12780 * gdb.compile/compile-tls.exp: Likewise.
12781 * gdb.compile/compile.exp: Likewise.
12782 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12783 supported on this host".
12784
12785 2014-12-16 Doug Evans <xdje42@gmail.com>
12786
12787 * boards/stabs.exp: New file.
12788
12789 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12790
12791 * gdb.base/completion.exp: Adjust to format changes of "maint
12792 print user-registers".
12793
12794 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12795
12796 PR server/17457
12797 * gdb.arch/aarch64-fp.c: New file.
12798 * gdb.arch/aarch64-fp.exp: New file.
12799
12800 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12801
12802 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12803 r210637, r210913, r211666, r215400, r215817).
12804
12805 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12806 * dg-extract-results.py: New file.
12807 * dg-extract-results.sh: Use it if the environment seems
12808 suitable.
12809
12810 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12811
12812 * dg-extract-results.py (parse_run): Handle warnings that
12813 are printed before a test harness is run.
12814
12815 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12816
12817 * dg-extract-results.py (Named): Remove __cmp__ method.
12818 (output_variation): Use a key to sort variation.harnesses.
12819
12820 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12821
12822 * dg-extract-results.py: For Python 3, force sys.stdout to
12823 handle surrogate escape sequences.
12824 (safe_open): New function.
12825 (output_segment, main): Use it.
12826
12827 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12828
12829 * dg-extract-results.py (Prog.result_re): Include options
12830 in test name.
12831
12832 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12833
12834 * dg-extract-results.py (output_variation): Always sort if
12835 do_sum.
12836
12837 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12838
12839 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12840 as long as we get pagination notifications.
12841
12842 2014-12-15 Jason Merrill <jason@redhat.com>
12843
12844 * Makefile.in (check-gdb.%): Restore.
12845 * README: Mention it.
12846
12847 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12848
12849 * gdb.ada/str_uninit: New testcase.
12850
12851 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12852
12853 PR symtab/17642
12854 * gdb.base/vla-stub-define.c: New file.
12855 * gdb.base/vla-stub.c: New file.
12856 * gdb.base/vla-stub.exp: New file.
12857
12858 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12859 Jan Kratochvil <jan.kratochvil@redhat.com>
12860 Tom Tromey <tromey@redhat.com>
12861
12862 * configure.ac: Add gdb.compile/.
12863 * configure: Regenerate.
12864 * gdb.compile/Makefile.in: New file.
12865 * gdb.compile/compile-ops.exp: New file.
12866 * gdb.compile/compile-ops.c: New file.
12867 * gdb.compile/compile-tls.c: New file.
12868 * gdb.compile/compile-tls.exp: New file.
12869 * gdb.compile/compile-constvar.S: New file.
12870 * gdb.compile/compile-constvar.c: New file.
12871 * gdb.compile/compile-mod.c: New file.
12872 * gdb.compile/compile-nodebug.c: New file.
12873 * gdb.compile/compile-setjmp-mod.c: New file.
12874 * gdb.compile/compile-setjmp.c: New file.
12875 * gdb.compile/compile-setjmp.exp: New file.
12876 * gdb.compile/compile-shlib.c: New file.
12877 * gdb.compile/compile.c: New file.
12878 * gdb.compile/compile.exp: New file.
12879 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12880
12881 2014-12-12 Tom Tromey <tromey@redhat.com>
12882
12883 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12884 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12885
12886 2014-12-12 Doug Evans <dje@google.com>
12887
12888 * lib/gdb-python.exp (get_python_valueof): New function.
12889 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12890
12891 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12892
12893 * gdb.base/completion.exp: Add test for completion of "info
12894 registers ".
12895
12896 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12897
12898 * gdb.base/func-ptrs.c: New file.
12899 * gdb.base/func-ptrs.exp: New file.
12900
12901 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12902
12903 PR breakpoints/17012
12904 * gdb.base/dprintf-detach.c: New file.
12905 * gdb.base/dprintf-detach.exp: New file.
12906
12907 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12908
12909 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12910 * lib/gdb.exp (target_is_gdbserver): New procedure.
12911
12912 2014-12-08 Doug Evans <dje@google.com>
12913
12914 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12915
12916 2014-12-05 Yao Qi <yao@codesourcery.com>
12917
12918 * gdb.guile/scm-error.exp: Remove the third argument to
12919 gdb_remote_download.
12920 * gdb.guile/scm-frame-args.exp: Likewise.
12921 * gdb.guile/scm-section-script.exp: Likewise.
12922
12923 2014-12-05 Yao Qi <yao@codesourcery.com>
12924
12925 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12926
12927 2014-12-04 Doug Evans <dje@google.com>
12928
12929 * gdb.python/py-objfile.exp: Add tests for
12930 objfile.add_separate_debug_file.
12931
12932 2014-12-04 Doug Evans <dje@google.com>
12933
12934 * lib/gdb.exp (get_build_id): New function.
12935 (build_id_debug_filename_get): Rewrite to use it.
12936 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12937
12938 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12939
12940 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12941 `method(long)', not just 0x0.
12942 * gdb.cp/nsalias.exp: Align code labels to 4.
12943 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12944 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12945 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12946 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12947 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12948 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12949
12950 2014-12-02 Doug Evans <dje@google.com>
12951
12952 PR symtab/17602
12953 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12954 * gdb.cp/anon-ns2.cc: ... here. New file.
12955 * gdb.cp/anon-ns.exp: Update.
12956
12957 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12958
12959 * gdb.python/py-events.py (inferior_call_handler): New.
12960 (register_changed_handler, memory_changed_handler): New.
12961 (test_events.invoke): Register new handlers.
12962 * gdb.python/py-events.exp: Add tests for inferior call,
12963 memory_changed and register_changed events.
12964
12965 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12966
12967 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12968 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12969 if the linker doesn't understand this.
12970
12971 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12972
12973 * gdb.python/python.exp: Change expected reply to help().
12974
12975 2014-12-01 Yao Qi <yao@codesourcery.com>
12976
12977 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12978 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12979 * configure: Re-generated.
12980
12981 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12982
12983 * gdb.cp/chained-calls.cc: New file.
12984 * gdb.cp/chained-calls.exp: New file.
12985 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12986
12987 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12988
12989 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12990 * gdb.dwarf2/symtab-producer.exp: Same.
12991 * gdb.gdb/python-interrupts.exp: Same.
12992 * gdb.gdb/python-selftest.exp: Same.
12993 * gdb.python/py-linetable.exp: Same.
12994 * gdb.python/py-type.exp: Same.
12995 * gdb.python/py-value-cc.exp: Same.
12996 * gdb.python/py-value.exp: Same.
12997
12998 2014-11-28 Yao Qi <yao@codesourcery.com>
12999
13000 * gdb.base/break-probes.exp: Match library name prefixed with
13001 sysroot.
13002
13003 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13004
13005 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13006 test expected output. Add parentheses for the call to print.
13007 Remove L suffix from integers.
13008
13009 2014-11-26 Doug Evans <dje@google.com>
13010
13011 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13012
13013 2014-11-22 Yao Qi <yao@codesourcery.com>
13014
13015 * gdb.trace/entry-values.c: Remove asms.
13016 (foo): Add foo_label.
13017 (bar): Add bar_label.
13018 * gdb.trace/entry-values.exp: Remove code computing foo's
13019 length and bar's length.
13020 (Dwarf::assemble): Invoke function_range for bar and use
13021 MACRO_AT_func for foo.
13022
13023 2014-11-22 Yao Qi <yao@codesourcery.com>
13024
13025 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13026 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13027 Use .Lgcc43_procstart instead of gcc43.
13028
13029 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13030
13031 * gdb.ada/n_arr_bound: New testcase.
13032
13033 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13034
13035 PR breakpoints/10737
13036 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13037 test_catch_syscall_multi_arch.
13038 (test_catch_syscall_multi_arch): New function.
13039
13040 2014-11-20 Doug Evans <xdje42@gmail.com>
13041
13042 * gdb.base/maint.exp: Update expected output.
13043
13044 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13045
13046 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13047 4-byte instruction on S390.
13048
13049 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13050
13051 * gdb.ada/arr_arr: New testcase.
13052
13053 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13054
13055 * gdb.ada/pkd_arr_elem: New Testcase.
13056
13057 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13058
13059 * gdb.reverse/break-precsave: Expect completion message for
13060 core file reads.
13061 * gdb.reverse/consecutive-precsave.exp: Likewise.
13062 * gdb.reverse/finish-precsave.exp: Likewise.
13063 * gdb.reverse/i386-precsave.exp: Likewise.
13064 * gdb.reverse/machinestate-precsave.exp: Likewise.
13065 * gdb.reverse/sigall-precsave.exp: Likewise.
13066 * gdb.reverse/solib-precsave.exp: Likewise.
13067 * gdb.reverse/step-precsave.exp: Likewise.
13068 * gdb.reverse/until-precsave.exp: Likewise.
13069 * gdb.reverse/watch-precsave.exp: Likewise.
13070
13071 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13072
13073 * gdb.base/bp-permanent.c: Include unistd.h.
13074 * gdb.python/py-framefilter-mi.c (main): Add return type.
13075 * gdb.python/py-framefilter.c (main): Likewise.
13076 * gdb.trace/actions-changed.c (main): Likewise.
13077
13078 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13079
13080 * gdb.mi/until.c: Add eye-catchers.
13081 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13082 line numbers.
13083
13084 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13085
13086 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13087 function header variants in break1.c.
13088 * gdb.base/ena-dis-br.exp: Likewise.
13089 * gdb.base/hbreak2.exp: Likewise.
13090 * gdb.reverse/until-precsave.exp: Drop references to removed
13091 non-prototype function header variants in ur1.c.
13092 * gdb.reverse/until-reverse.exp: Likewise.
13093
13094 2014-11-17 Petr Machata <pmachata@redhat.com>
13095
13096 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13097 ${_cu_offset_size} bytes abbrev offset.
13098
13099 2014-11-15 Doug Evans <xdje42@gmail.com>
13100
13101 PR symtab/17559
13102 * gdb.base/line-symtabs.exp: New file.
13103 * gdb.base/line-symtabs.c: New file.
13104 * gdb.base/line-symtabs.h: New file.
13105
13106 2014-11-14 Yao Qi <yao@codesourcery.com>
13107
13108 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13109 (func): Add label func_label.
13110 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13111 Replace low_pc and high_pc with MACRO_AT_range.
13112 Replace name, low_pc and high_pc with MACRO_AT_func.
13113
13114 2014-11-14 Yao Qi <yao@codesourcery.com>
13115
13116 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13117 Replace name, low_pc and high_pc with MACRO_AT_func.
13118
13119 2014-11-14 Yao Qi <yao@codesourcery.com>
13120
13121 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13122 produce debug information.
13123 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13124
13125 2014-11-14 Yao Qi <yao@codesourcery.com>
13126
13127 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13128 object and get function length.
13129 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13130 with MACRO_AT_func.
13131 (top-level): Replace gdb_compile and clean_restart with
13132 prepare_for_testing.
13133 * gdb.dwarf2/main.c (main): Add label main_label.
13134
13135 2014-11-14 Yao Qi <yao@codesourcery.com>
13136
13137 * lib/dwarf.exp (function_range): New procedure.
13138 (Dwarf::_handle_macro_at_func): New procedure.
13139 (Dwarf::_handle_macro_at_range): New procedure.
13140 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13141
13142 2014-11-14 Yao Qi <yao@codesourcery.com>
13143
13144 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13145 (_handle_attribute): New procedure.
13146
13147 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13148
13149 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13150 * gdb.base/call-sc.c (zed): Likewise.
13151 * gdb.base/checkpoint.c (main): Likewise.
13152 * gdb.base/dump.c (main): Likewise.
13153 * gdb.base/gcore.c (main): Likewise.
13154 * gdb.base/huge.c (main): Likewise.
13155 * gdb.base/multi-forks.c (main): Likewise.
13156 * gdb.base/pr10179-a.c (main): Likewise.
13157 * gdb.base/savedregs.c (main): Likewise.
13158 * gdb.base/sigaltstack.c (main): Likewise.
13159 * gdb.base/siginfo.c (main): Likewise.
13160 * gdb.base/structs.c (zed): Likewise.
13161 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13162 * gdb.mi/mi-syn-frame.c (main): Likewise.
13163 * gdb.mi/until.c (foo, main): Likewise.
13164 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13165 * gdb.base/solib-weak.c (foo): Declare.
13166 * gdb.base/attach-twice.c: Include stdio.h.
13167 * gdb.base/weaklib1.c: Likewise.
13168 * gdb.base/weaklib2.c: Likewise.
13169 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13170 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13171 unistd.h.
13172 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13173 * gdb.mi/mi-exit-code.c: Likewise.
13174 * gdb.base/break-interp-lib.c: Include string.h.
13175 * gdb.base/coremaker.c: Likewise.
13176 * gdb.base/testenv.c: Likewise.
13177 * gdb.python/py-finish-breakpoint.c: Likewise.
13178 * gdb.base/inferior-died.c: Include sys/wait.h.
13179 * gdb.base/fileio.c: Include time.h.
13180 * gdb.base/async-shell.c: Include unistd.h.
13181 * gdb.base/dprintf-non-stop.c: Likewise.
13182 * gdb.base/info-os.c: Likewise.
13183 * gdb.mi/mi-console.c: Likewise.
13184 * gdb.mi/watch-nonstop.c: Likewise.
13185 * gdb.python/py-events.c: Likewise.
13186 * gdb.base/async.c (baz): Move up before its invocation.
13187 * gdb.base/code_elim2.c (my_global_func): Likewise.
13188 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13189 * gdb.base/advance.c (func2): Likewise.
13190
13191 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13192
13193 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13194 variant.
13195 * gdb.base/annota3.c: Likewise.
13196 * gdb.base/async.c: Likewise.
13197 * gdb.base/average.c: Likewise.
13198 * gdb.base/call-ar-st.c: Likewise.
13199 * gdb.base/call-rt-st.c: Likewise.
13200 * gdb.base/call-sc.c: Likewise.
13201 * gdb.base/call-strs.c: Likewise.
13202 * gdb.base/ending-run.c: Likewise.
13203 * gdb.base/execd-prog.c: Likewise.
13204 * gdb.base/exprs.c: Likewise.
13205 * gdb.base/foll-exec.c: Likewise.
13206 * gdb.base/foll-fork.c: Likewise.
13207 * gdb.base/foll-vfork.c: Likewise.
13208 * gdb.base/funcargs.c: Likewise.
13209 * gdb.base/gcore.c: Likewise.
13210 * gdb.base/jump.c: Likewise.
13211 * gdb.base/langs0.c: Likewise.
13212 * gdb.base/langs1.c: Likewise.
13213 * gdb.base/langs2.c: Likewise.
13214 * gdb.base/mips_pro.c: Likewise.
13215 * gdb.base/nodebug.c: Likewise.
13216 * gdb.base/opaque0.c: Likewise.
13217 * gdb.base/opaque1.c: Likewise.
13218 * gdb.base/recurse.c: Likewise.
13219 * gdb.base/run.c: Likewise.
13220 * gdb.base/scope0.c: Likewise.
13221 * gdb.base/scope1.c: Likewise.
13222 * gdb.base/setshow.c: Likewise.
13223 * gdb.base/setvar.c: Likewise.
13224 * gdb.base/shmain.c: Likewise.
13225 * gdb.base/shr1.c: Likewise.
13226 * gdb.base/shr2.c: Likewise.
13227 * gdb.base/sigall.c: Likewise.
13228 * gdb.base/signals.c: Likewise.
13229 * gdb.base/so-indr-cl.c: Likewise.
13230 * gdb.base/solib2.c: Likewise.
13231 * gdb.base/structs.c: Likewise.
13232 * gdb.base/sum.c: Likewise.
13233 * gdb.base/vforked-prog.c: Likewise.
13234 * gdb.base/watchpoint.c: Likewise.
13235 * gdb.reverse/shr2.c: Likewise.
13236 * gdb.reverse/until-reverse.c: Likewise.
13237 * gdb.reverse/ur1.c: Likewise.
13238 * gdb.reverse/watch-reverse.c: Likewise.
13239
13240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13241
13242 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13243 variant.
13244 * gdb.base/sepdebug.exp: Drop references to removed code.
13245
13246 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13247
13248 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13249 variant. Preserve original line numbering.
13250 * gdb.base/list1.c: Likewise.
13251
13252 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13253
13254 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13255 variant.
13256 * gdb.base/break1.c: Likewise.
13257 * gdb.base/break.exp: Drop references to removed code.
13258
13259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13260
13261 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13262 variant.
13263
13264 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13265
13266 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13267
13268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13269
13270 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13271 logic into perform_all_tests() and invoke it with and without
13272 function header prototypes.
13273 (do_function_calls): Remove conditional XFAIL for PR 5318.
13274 (rerun_and_prepare): Remove duplicate code.
13275 (perform_all_tests): New. Main logic moved here.
13276
13277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13278
13279 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13280 code guarded by #ifdef NO_PROTOTYPES.
13281 (t_double_many_args): Likewise.
13282 (DEF_FUNC_MANY_ARGS_1): Likewise.
13283 (DEF_FUNC_VALUES_1): Likewise.
13284 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13285 guarded by #ifdef PROTOTYPES.
13286
13287 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13288
13289 * gdb.mi/mi-console.c: Add eye-catcher.
13290 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13291 instead of literal line number.
13292
13293 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13294
13295 * gdb.base/shr2.c: Add eye-catcher.
13296 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13297 line number.
13298
13299 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13300
13301 * gdb.base/jump.c: Add eye-catchers.
13302 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13303 numbers.
13304
13305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13306
13307 * gdb.base/execd-prog.c: Add eye-catchers.
13308 * gdb.base/foll-exec.c: Likewise.
13309 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13310 line numbers.
13311
13312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13313
13314 * gdb.base/ending-run.c: Add eye-catchers.
13315 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13316 literal line numbers.
13317
13318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13319
13320 * gdb.base/call-rt-st.c: Add eye-catchers.
13321 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13322 literal line numbers.
13323
13324 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13325
13326 * gdb.base/call-ar-st.c: Add eye-catchers.
13327 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13328 literal line numbers.
13329
13330 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13331
13332 * gdb.base/average.c: Add eye-catchers.
13333 * gdb.base/sum.c: Likewise.
13334 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13335 regexps dynamically.
13336
13337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13338
13339 * gdb.base/solib1.c: Add eye-catchers.
13340 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13341 literal line numbers.
13342
13343 2014-11-12 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13346 leader has exited.
13347
13348 2014-11-12 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.arch/i386-bp_permanent.c: New file.
13351 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13352 (srcfile): Set to i386-bp_permanent.c.
13353 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13354 that stepi does not execute the 'leave' instruction, instead of
13355 testing it does execute.
13356 * gdb.base/bp-permanent.c: New file.
13357 * gdb.base/bp-permanent.exp: New file.
13358
13359 2014-11-10 Doug Evans <xdje42@gmail.com>
13360
13361 PR symtab/17564
13362 * gdb.base/symtab-search-order.exp: New file.
13363 * gdb.base/symtab-search-order.c: New file.
13364 * gdb.base/symtab-search-order-1.c: New file.
13365 * gdb.base/symtab-search-order-shlib-1.c: New file.
13366
13367 2014-11-07 Pedro Alves <palves@redhat.com>
13368
13369 PR gdb/17511
13370 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13371 i?86-*-linux*.
13372
13373 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13374
13375 PR c++/17494
13376 * gdb.cp/pr17494.cc: New file.
13377 * gdb.cp/pr17494.exp: New file.
13378
13379 2014-11-02 Yao Qi <yao@codesourcery.com>
13380
13381 * gdb.python/python.exp: Get working directory and match the
13382 output of "set extended-prompt \\w " with it.
13383
13384 2014-10-30 Doug Evans <dje@google.com>
13385
13386 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13387 in objfiles.
13388 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13389 in progspaces.
13390
13391 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13392
13393 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13394 * gdb.base/realname-expand.exp: Likewise.
13395 * gdb.linespec/macro-relative.exp: Likewise.
13396
13397 2014-10-29 Pedro Alves <palves@redhat.com>
13398
13399 PR gdb/17408
13400 * gdb.threads/schedlock.c (some_function): New function.
13401 (call_function): New global.
13402 (MAYBE_CALL_SOME_FUNCTION): New macro.
13403 (thread_function): Call it.
13404 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13405 and use it instead of a global counter. Adjust all callers.
13406 (get_current_thread): Use "find current thread" for test message
13407 here rather than having all callers pass down the same string.
13408 (goto_loop): New procedure, factored out from ...
13409 (my_continue): ... this.
13410 (step_ten_loops): Change parameter from test message to command to
13411 use. Adjust.
13412 (list_count): Delete global.
13413 (check_result): New procedure, factored out from duplicate top
13414 level code.
13415 (continue tests): Wrap in with_test_prefix.
13416 (test_step): New procedure, factored out from duplicate top level
13417 code.
13418 (top level): Test "step" in combination with all scheduler-locking
13419 modes. Test "next" in combination with all scheduler-locking
13420 modes, and in combination with stepping over a function call or
13421 not.
13422 * gdb.threads/next-bp-other-thread.c: New file.
13423 * gdb.threads/next-bp-other-thread.exp: New file.
13424
13425 2014-10-29 Pedro Alves <palves@redhat.com>
13426
13427 PR python/17372
13428 * gdb.python/python.exp: Test a multi-line command that spawns
13429 interactive Python.
13430 * gdb.base/multi-line-starts-subshell.exp: New file.
13431
13432 2014-10-29 Yao Qi <yao@codesourcery.com>
13433
13434 * gdb.base/fileio.exp: Make directories on host.
13435
13436 2014-10-29 Yao Qi <yao@codesourcery.com>
13437
13438 * gdb.base/fileio.c (test_write): Close the file.
13439
13440 2014-10-28 Pedro Alves <palves@redhat.com>
13441
13442 PR gdb/12623
13443 * gdb.base/sigstep.c (no_handler): New global.
13444 (main): If 'no_handler is true, set the signal handlers to
13445 SIG_IGN.
13446 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13447 with_sw_watch and no_handler parameters. Handle them.
13448 (top level) <stepping over handler when stopped at a breakpoint
13449 test>: Add a test axis for testing with a software watchpoint, and
13450 another for testing with the signal handler set to SIG_IGN.
13451 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13452 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13453
13454 2014-10-28 Pedro Alves <palves@redhat.com>
13455
13456 PR gdb/17511
13457 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13458 * gdb.base/sigstep.exp (other_handler_location): New global.
13459 (advance): Support stepping into the signal handler, and running
13460 commands while in the handler.
13461 (in_handler_map): New global.
13462 (top level): In the advance test, add combinations for getting
13463 into the handler with stepping commands, and for running commands
13464 in the handler. Add comment descripting the advancei tests.
13465
13466 2014-10-28 Pedro Alves <palves@redhat.com>
13467
13468 * gdb.base/sigstep.exp: Use build_executable instead of
13469 prepare_for_testing.
13470 (top level): Move code that starts GDB, runs to main and creates a
13471 display to ...
13472 (restart): ... this new procedure.
13473 (top level): Move backtrace from signal handler test to ...
13474 (validate_backtrace): ... this new procedure.
13475 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13476 with_test_prefix. Always restart GDB.
13477 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13478 with_test_prefix. Always restart GDB. No need to delete
13479 breakpoints after the test.
13480 (test_skip_handler): Remove prefix parameter.
13481 (skip_over_handler, breakpoint_to_handler)
13482 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13483 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13484 restart GDB. No need to delete breakpoints after the test.
13485 (top level): Use foreach to call the test procedures with
13486 different commands.
13487
13488 2014-10-28 Pedro Alves <palves@redhat.com>
13489
13490 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13491 instead of GNATS numbers.
13492 * gdb.base/sigbpt.exp: Likewise.
13493 * gdb.base/siginfo.exp: Likewise.
13494 * gdb.base/sigstep.exp: Likewise.
13495
13496 2014-10-27 Pedro Alves <palves@redhat.com>
13497
13498 * gdb.base/sigstep.c (dummy): New global.
13499 (main): Issue a couple writes to the new global.
13500 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13501 procedures.
13502 (skip_over_handler): Use test_skip_handler.
13503 (top level): Call skip_over_handler for stepi and nexti too.
13504 (breakpoint_over_handler): Use test_skip_handler.
13505 (top level): Call breakpoint_over_handler for stepi and nexti too.
13506
13507 2014-10-27 Yao Qi <yao@codesourcery.com>
13508
13509 * gdb.trace/tfile.c (adjust_function_address)
13510 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13511 function descriptor.
13512
13513 2014-10-24 Don Breazeal <donb@codesourcery.com>
13514
13515 * gdb.base/foll-fork.exp (test_follow_fork,
13516 catch_fork_child_follow): Check for updated fork messages emitted
13517 from infrun.c.
13518 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13519 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13520 vfork_and_exec_child_follow_through_step): Check for updated vfork
13521 messages emitted from infrun.c.
13522
13523 2014-10-24 Pedro Alves <palves@redhat.com>
13524
13525 * gdb.base/corefile.exp: Remove references to ultrix.
13526 * gdb.base/interrupt.exp: Likewise.
13527 * gdb.base/whatis.exp: Likewise.
13528 * gdb.gdb/selftest.exp: Likewise.
13529 * gdb.threads/manythreads.exp: Likewise.
13530 * gdb.threads/print-threads.exp: Likewise.
13531 * gdb.threads/pthreads.exp:: Likewise.
13532 * gdb.threads/schedlock.exp: Likewise.
13533
13534 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13535
13536 * gdb.cp/non-trivial-retval.cc: Add a test case.
13537 * gdb.cp/non-trivial-retval.exp: Add a test.
13538
13539 2014-10-20 Yao Qi <yao@codesourcery.com>
13540
13541 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13542 * gdb.python/py-objfile-script-gdb.py: New file.
13543 * gdb.python/py-objfile-script.exp: Update reference to
13544 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13545 of remote_download. Remove the dest file.
13546
13547 2014-10-20 Yao Qi <yao@codesourcery.com>
13548
13549 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13550 * gdb.base/step-line.exp: Likewise.
13551 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13552 * gdb.dwarf2/dw2-basic.exp: Likewise.
13553 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13554 * gdb.dwarf2/dw2-filename.exp: Likewise.
13555 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13556 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13557 * gdb.dwarf2/dw2-producer.exp: Likewise.
13558 * gdb.dwarf2/mac-fileno.exp: Likewise.
13559 * gdb.python/py-frame-args.exp: Likewise.
13560 * gdb.python/py-framefilter.exp: Likewise.
13561 * gdb.python/py-mi.exp: Likewise.
13562 * gdb.python/py-objfile-script.exp: Likewise
13563 * gdb.python/py-pp-integral.exp: Likewise.
13564 * gdb.python/py-pp-re-notag.exp: Likewise.
13565 * gdb.python/py-prettyprint.exp: Likewise.
13566 * gdb.python/py-section-script.exp: Likewise.
13567 * gdb.python/py-typeprint.exp: Likewise.
13568 * gdb.python/py-xmethods.exp: Likewise.
13569 * gdb.stabs/weird.exp: Likewise.
13570 * gdb.xml/tdesc-regs.exp: Likewise.
13571
13572 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13573
13574 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13575 (out_cu): Use addr_len for the size of addresses.
13576 (out_line): Likewise. Size DW_LNE_set_address instruction
13577 according to addr_len.
13578 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13579 (FUNC): Add START_INSNS to definition.
13580
13581 2014-10-18 Yao Qi <yao@codesourcery.com>
13582
13583 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13584 gdb_has_argv0 return true.
13585 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13586 check [target_info exists noargs], check [gdb_has_argv0]
13587 instead.
13588 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13589 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13590 procedures.
13591
13592 2014-10-17 Doug Evans <dje@google.com>
13593
13594 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13595 event.
13596 * gdb.python/py-events.py: Add clear_objfiles event.
13597
13598 2014-10-17 Doug Evans <dje@google.com>
13599
13600 * gdb.python/py-objfile.exp: Test progspace attribute.
13601
13602 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13603
13604 * gdb.guile/scm-breakpoint.exp: Do not assume any
13605 directory separators when matching source file paths.
13606 * gdb.python/py-breakpoint.exp: Likewise.
13607 * gdb.reverse/break-precsave.exp: Likewise.
13608 * gdb.reverse/break-reverse.exp: Likewise.
13609 * gdb.reverse/consecutive-precsave.exp: Likewise.
13610 * gdb.reverse/finish-precsave.exp: Likewise.
13611 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13612 * gdb.reverse/finish-reverse.exp: Likewise.
13613 * gdb.reverse/i386-precsave.exp: Likewise.
13614 * gdb.reverse/i387-env-reverse.exp: Likewise.
13615 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13616 * gdb.reverse/machinestate-precsave.exp: Likewise.
13617 * gdb.reverse/machinestate.exp: Likewise.
13618 * gdb.reverse/sigall-precsave.exp: Likewise.
13619 * gdb.reverse/solib-precsave.exp: Likewise.
13620 * gdb.reverse/step-precsave.exp: Likewise.
13621 * gdb.reverse/until-precsave.exp: Likewise.
13622 * gdb.reverse/watch-precsave.exp: Likewise.
13623 * gdb.reverse/watch-reverse.exp: Likewise.
13624
13625 2014-10-17 Yao Qi <yao@codesourcery.com>
13626
13627 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13628 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13629
13630 2014-10-17 Pedro Alves <palves@redhat.com>
13631
13632 PR gdb/17471
13633 * gdb.base/bg-execution-repeat.c: New file.
13634 * gdb.base/bg-execution-repeat.exp: New file.
13635
13636 2014-10-17 Pedro Alves <palves@redhat.com>
13637
13638 PR gdb/17300
13639 * gdb.base/continue-all-already-running.c: New file.
13640 * gdb.base/continue-all-already-running.exp: New file.
13641
13642 2014-10-17 Pedro Alves <palves@redhat.com>
13643
13644 PR gdb/17472
13645 * gdb.base/annota-input-while-running.c: New file.
13646 * gdb.base/annota-input-while-running.exp: New file.
13647
13648 2014-10-17 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.base/callfuncs.exp: emove references to osf.
13651 * gdb.base/sigall.exp: Likewise.
13652 * gdb.gdb/selftest.exp: Likewise.
13653 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13654 * gdb.mi/non-stop.c: Likewise.
13655 * gdb.mi/pthreads.c: Likewise.
13656 * gdb.reverse/sigall-precsave.exp: Likewise.
13657 * gdb.reverse/sigall-reverse.exp: Likewise.
13658 * gdb.threads/pthreads.c: Likewise.
13659 * gdb.threads/pthreads.exp: Likewise.
13660
13661 2014-10-17 Yao Qi <yao@codesourcery.com>
13662
13663 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13664 check 'target_info exists noargs'.
13665 (test_command_prompt_position): Likewise.
13666 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13667 Remove "set args".
13668 (progvar_simple_while_test): Likewise.
13669 (progvar_complex_if_while_test): Likewise.
13670 (if_while_breakpoint_command_test): Likewise.
13671 (infrun_breakpoint_command_test): Likewise.
13672 (breakpoint_command_test): Likewise.
13673 (watchpoint_command_test): Likewise.
13674 (bp_deleted_in_command_test): Likewise.
13675 (temporary_breakpoint_commands): Likewise.
13676
13677 2014-10-16 Yao Qi <yao@codesourcery.com>
13678
13679 * gdb.base/remotetimeout.exp: Remove noargs checking.
13680
13681 2014-10-15 Pedro Alves <palves@redhat.com>
13682
13683 PR breakpoints/9649
13684 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13685 * gdb.base/breakpoint-in-ro-region.exp
13686 (probe_target_hardware_step): New procedure.
13687 (top level): Probe hardware stepping and hardware breakpoint
13688 support. Test stepping through a read-only region, with both
13689 "breakpoint auto-hw" on and off and both "always-inserted" on and
13690 off.
13691
13692 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13693
13694 * gdb.dlang/demangle.exp: Update for demangling changes.
13695
13696 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13697
13698 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13699 * gdb.cp/non-trivial-retval.exp: Add new tests.
13700
13701 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13702
13703 PR c++/13403
13704 PR c++/15154
13705 * gdb.cp/non-trivial-retval.cc: New file.
13706 * gdb.cp/non-trivial-retval.exp: New file.
13707
13708 2014-10-15 Yao Qi <yao@codesourcery.com>
13709
13710 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13711 remote host.
13712
13713 2014-10-15 Yao Qi <yao@codesourcery.com>
13714
13715 * gdb.python/py-symbol.exp: Match file base name if host is
13716 remote, otherwise match file name with dir name.
13717 * gdb.python/py-symtab.exp: Likewise.
13718 * gdb.python/python.exp: Likewise.
13719
13720 2014-10-15 Yao Qi <yao@codesourcery.com>
13721
13722 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13723 pattern.
13724 * gdb.python/py-symtab.exp: Likewise.
13725 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13726 locationn.
13727
13728 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13729
13730 * gdb.ada/addr_arith: New testcase.
13731
13732 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13733
13734 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13735 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13736 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13737 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13738
13739 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13740
13741 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13742 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13743 * gdb.arch/stap-eval-lang-ada.exp: New file.
13744
13745 2014-10-14 Yao Qi <yao@codesourcery.com>
13746
13747 * gdb.mi/mi-var-child.c (nothing1): New function.
13748 (nothing2): New function.
13749 (do_children_tests): Set function pointers by nothing1 and
13750 nothing2.
13751 * gdb.mi/mi-var-child.exp: Step over new added statements.
13752 Update test to match the new output.
13753 * gdb.mi/var-cmd.c (nothing1): New function.
13754 (nothing2): New function.
13755 (do_children_tests): Set function pointers by nothing1 and
13756 nothing2.
13757 * gdb.mi/mi-var-display.exp: Update test to match output.
13758 Step to the line specified by $line_dct_nothing.
13759 Increase the number of lines to step.
13760
13761 2014-10-14 Yao Qi <yao@codesourcery.com>
13762
13763 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13764 tests.
13765 * gdb.mi/mi2-var-child.exp: Likewise.
13766
13767 2014-10-13 Doug Evans <dje@google.com>
13768
13769 * gdb.python/py-objfile.exp: Change name of file name test.
13770
13771 2014-10-13 Doug Evans <dje@google.com>
13772
13773 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13774 from the start of the CU.
13775
13776 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13777 Yao Qi <yao@codesourcery.com>
13778
13779 Fix "save breakpoints" for "catch" command.
13780 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13781 Remove -nonewline. Match also the added "main" line.
13782
13783 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13784
13785 Fix "save breakpoints" for "disable $bpnum" command.
13786 * gdb.base/save-bp.c (main): Add label.
13787 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13788
13789 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13790
13791 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13792
13793 2014-10-11 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.server/server-kill.exp: Execute command
13796 "set remote trace-status-packet on" before "tstatus".
13797
13798 2014-10-11 Yao Qi <yao@codesourcery.com>
13799
13800 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13801 (main): Call getppid.
13802 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13803 and continue to it. Read variable "server_pid".
13804
13805 2014-10-11 Yao Qi <yao@codesourcery.com>
13806
13807 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13808
13809 2014-10-11 Yao Qi <yao@codesourcery.com>
13810
13811 * gdb.threads/thread-find.exp: Don't execute command
13812 "info threads".
13813 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13814 * gdb.threads/linux-dp.exp: Don't check the condition
13815 $threads_created equals to zero.
13816
13817 2014-10-10 Pedro Alves <palves@redhat.com>
13818
13819 * gdb.base/bigcore.exp: Remove references to IRIX.
13820 * gdb.base/funcargs.exp: Likewise.
13821 * gdb.base/interrupt.exp: Likewise.
13822 * gdb.base/mips_pro.exp: Likewise.
13823 * gdb.base/nodebug.exp: Likewise.
13824 * gdb.base/setvar.exp: Likewise.
13825 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13826
13827 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13828 Pedro Alves <palves@redhat.com>
13829
13830 PR symtab/14466
13831 * gdb.base/vdso-warning.c: New file.
13832 * gdb.base/vdso-warning.exp: New file.
13833
13834 2014-10-02 Doug Evans <dje@google.com>
13835
13836 * gdb.base/structs.c (main): Don't run forever.
13837
13838 2014-10-02 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13841 (top level) <stop threads 1, stop threads 2>: Use it.
13842
13843 2014-10-02 Pedro Alves <palves@redhat.com>
13844
13845 * gdb.threads/break-while-running.exp (test): Add new
13846 'update_thread_list' argument. Skip "info threads" if false.
13847 (top level): Add new 'update_thread_list' axis.
13848
13849 2014-10-02 Pedro Alves <palves@redhat.com>
13850
13851 PR breakpoints/17431
13852 * gdb.base/execl-update-breakpoints.c: New file.
13853 * gdb.base/execl-update-breakpoints.exp: New file.
13854
13855 2014-10-01 Pedro Alves <palves@redhat.com>
13856
13857 * gdb.base/breakpoint-in-ro-region.c: New file.
13858 * gdb.base/breakpoint-in-ro-region.exp: New file.
13859
13860 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13861
13862 * gdb.mi/mi-exit-code.exp: New file.
13863 * gdb.mi/mi-exit-code.c: New file.
13864
13865 2014-09-30 Yao Qi <yao@codesourcery.com>
13866
13867 * lib/prelink-support.exp (build_executable_own_libs): Error if
13868 the target isn't native.
13869
13870 2014-09-30 Yao Qi <yao@codesourcery.com>
13871
13872 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13873 false.
13874
13875 2014-09-22 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.threads/break-while-running.exp: New file.
13878 * gdb.threads/break-while-running.c: New file.
13879
13880 2014-09-19 Yao Qi <yao@codesourcery.com>
13881
13882 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13883 Invoke test. Restart GDB with --readnow and invoke test again.
13884
13885 2014-09-19 Yao Qi <yao@codesourcery.com>
13886
13887 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13888 proc set_breakpoint_on_gcd_function. Invoke
13889 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13890 invoke set_breakpoint_on_gcd_function again.
13891
13892 2014-09-18 Doug Evans <dje@google.com>
13893
13894 * gdb.dwarf2/symtab-producer.exp: New file.
13895
13896 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13897
13898 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13899 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13900 * gdb.base/global-var-nested-by-dso.c: Likewise.
13901 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13902
13903 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13904 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/watch-bitfields.exp: Pass string other than test file
13907 name to prepare_for_testing.
13908 (watch): New procedure.
13909 (expect_watchpoint): Use with_test_prefix.
13910 (top level): Factor out tests to ...
13911 (test_watch_location, test_regular_watch): ... these new
13912 procedures, and use with_test_prefix and gdb_continue_to_end.
13913
13914 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13915
13916 PR breakpoints/12526
13917 * gdb.base/watch-bitfields.exp: New file.
13918 * gdb.base/watch-bitfields.c: New file.
13919
13920 2014-09-16 Pedro Alves <palves@redhat.com>
13921
13922 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13923 software and hardware addresses, not software address against
13924 itself.
13925
13926 2014-09-16 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13929 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13930
13931 2014-09-16 Pedro Alves <palves@redhat.com>
13932
13933 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13934 files.
13935 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13936 "*-*-vxworks*" throughout.
13937 * gdb.base/break.exp: Likewise.
13938 * gdb.base/default.exp: Likewise.
13939 * gdb.base/scope.exp: Likewise.
13940 * gdb.base/sepdebug.exp: Likewise.
13941 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13942 throughout.
13943 * gdb.base/run.c: Likewise.
13944 * gdb.base/sepdebug.c: Likewise.
13945 * gdb.hp/gdb.aCC/run.c: Likewise.
13946 * gdb.reverse/until-reverse.c: Likewise.
13947 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13948
13949 2014-09-16 Yao Qi <yao@codesourcery.com>
13950
13951 * boards/local-remote-host-native.exp: New file.
13952
13953 2014-09-14 Doug Evans <xdje42@gmail.com>
13954
13955 * gdb.threads/queue-signal.c (thread_count): New variable.
13956 (thread_count_mutex, thread_count_condvar): New variables.
13957 (incr_thread_count, wait_all_threads_running): New functions.
13958 (main): Wait for all threads to be in their thread functions.
13959
13960 2014-09-13 Doug Evans <xdje42@gmail.com>
13961
13962 * gdb.threads/queue-signal.c: New file.
13963 * gdb.threads/queue-signal.exp: New file.
13964
13965 2014-09-13 Doug Evans <xdje42@gmail.com>
13966
13967 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13968 be consistent with what default_gdb_init uses.
13969 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13970 the plain text of the prompt. Add some logging printfs.
13971 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13972
13973 2014-09-12 Pedro Alves <palves@redhat.com>
13974
13975 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13976 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13977 * gdb.arch/i386-size-overlap.exp: Likewise.
13978 * gdb.arch/i386-size.exp: Likewise.
13979 * gdb.arch/i386-unwind.exp: Likewise.
13980 * gdb.base/a2-run.exp: Likewise.
13981 * gdb.base/break.exp: Likewise.
13982 * gdb.base/charset.exp: Likewise.
13983 * gdb.base/chng-syms.exp: Likewise.
13984 * gdb.base/commands.exp: Likewise.
13985 * gdb.base/dbx.exp: Likewise.
13986 * gdb.base/find.exp: Likewise.
13987 * gdb.base/funcargs.exp: Likewise.
13988 * gdb.base/jit-simple.exp: Likewise.
13989 * gdb.base/reread.exp: Likewise.
13990 * gdb.base/sepdebug.exp: Likewise.
13991 * gdb.base/step-bt.exp: Likewise.
13992 * gdb.cp/mb-inline.exp: Likewise.
13993 * gdb.cp/mb-templates.exp: Likewise.
13994 * gdb.objc/basicclass.exp: Likewise.
13995 * gdb.threads/killed.exp: Likewise.
13996
13997 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13998
13999 PR tdep/17379
14000 * gdb.arch/powerpc-stackless.S: New file.
14001 * gdb.arch/powerpc-stackless.exp: New file.
14002
14003 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 * gdb.base/attach.c: Include unistd.h.
14006 (main): Call alarm. Add label postloop.
14007 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14008 gdb_breakpoint, gdb_continue_to_breakpoint.
14009 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14010
14011 2014-09-11 Pedro Alves <palves@redhat.com>
14012
14013 PR gdb/17347
14014 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14015 * gdb.base/attach.exp (test_command_line_attach_run): New
14016 procedure.
14017 (top level): Call it.
14018
14019 2014-09-11 Pedro Alves <palves@redhat.com>
14020
14021 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14022 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14023 (do_command_attach_tests): Use spawn_wait_for_attach.
14024 * gdb.base/solib-overlap.exp: Likewise.
14025 * gdb.multi/multi-attach.exp: Likewise.
14026 * gdb.python/py-prompt.exp: Likewise.
14027 * gdb.python/py-sync-interp.exp: Likewise.
14028 * gdb.server/ext-attach.exp: Likewise.
14029
14030 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14031
14032 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14033 command in testcase. Simplify testcase.
14034
14035 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14036
14037 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14038
14039 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14040
14041 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14042
14043 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14044
14045 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14046
14047 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14048
14049 * gdb.dwarf2/dynarr-ptr.c: New file.
14050 * gdb.dwarf2/dynarr-ptr.exp: New file.
14051
14052 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14053
14054 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14055 of 30 rather than hardcoding 120 for a slow test case. Take the
14056 `gdb,timeout' target setting into account for this calculation.
14057 Don't extend the timeout for the test cases that don't need it.
14058
14059 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14060
14061 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14062 a factor of 2 for a slow test case. Take the `gdb,timeout'
14063 target setting into account for this calculation.
14064 * gdb.reverse/until-precsave.exp: Increase the timeout by
14065 a factor of 15 and 3 respectively rather than adding 120
14066 for a pair of slow test cases. Take the `gdb,timeout'
14067 target setting into account for this calculation.
14068
14069 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14070
14071 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14072 timeout, don't pass one down to gdb_expect.
14073 (gdb_expect): Rework timeout selection.
14074
14075 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14076
14077 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14078 exception on timeout.
14079 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14080 (gdbserver_start_extended): Catch any `gdbserver_start' error
14081 exceptions.
14082 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14083 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14084 `gdbserver_gdb_load' error exceptions.
14085
14086 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14087
14088 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14089 120 on waiting for the TCP socket to open.
14090
14091 2014-09-09 Doug Evans <xdje42@gmail.com>
14092
14093 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14094 _caller_matches, _any_caller_is, _any_caller_matches.
14095
14096 2014-09-09 Doug Evans <xdje42@gmail.com>
14097
14098 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14099
14100 2014-09-09 Yao Qi <yao@codesourcery.com>
14101
14102 * gdb.mi/mi-var-display.exp: Set print symbol off.
14103
14104 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14105
14106 PR gdb/17035
14107 * gdb.base/commands.exp: Add tests to verify user-defined
14108 commands with empty bodies.
14109 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14110 python commands in `show user command`.
14111 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14112 scheme commands in `show user command`.
14113
14114 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14115
14116 PR python/17355
14117 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14118 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14119 * gdb.python/py-framefilter-invalidarg.exp: New file.
14120 * gdb.python/py-framefilter-invalidarg.py: New file.
14121
14122 2014-09-06 Doug Evans <xdje42@gmail.com>
14123
14124 PR 15276
14125 * gdb.python/py-caller-is.c: New file.
14126 * gdb.python/py-caller-is.exp: New file.
14127
14128 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14129
14130 PR gdb/17235
14131 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14132 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14133
14134 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14135
14136 PR fortran/17237
14137 * gdb.fortran/print-formatted.exp: New file.
14138 * gdb.fortran/print-formatted.f90: Likewise.
14139
14140 2014-09-03 Sasha Smundak <asmundak@google.com>
14141
14142 * gdb.python/py-frame.exp: Test Frame.read_register.
14143
14144 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14145
14146 PR python/16699
14147 * gdb.python/py-completion.exp: New file.
14148 * gdb.python/py-completion.py: Likewise.
14149
14150 2014-08-28 Doug Evans <dje@google.com>
14151
14152 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14153 eax,etc. are live with values set by gdb and thus the compiler can't
14154 use them.
14155 * gdb.arch/i386-pseudo.c (main): Ditto.
14156
14157 2014-08-27 Doug Evans <dje@google.com>
14158
14159 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14160
14161 2014-08-25 Doug Evans <dje@google.com>
14162
14163 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14164 (main): Ditto.
14165
14166 2014-08-25 Doug Evans <dje@google.com>
14167
14168 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14169
14170 2014-08-24 Yao Qi <yao@codesourcery.com>
14171
14172 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14173 symbol off.
14174 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14175
14176 2014-08-22 Doug Evans <dje@google.com>
14177
14178 PR 17276
14179 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14180 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14181 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14182
14183 2014-08-22 Yao Qi <yao@codesourcery.com>
14184
14185 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14186 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14187 * gdb.python/python.exp: Likewise. Use .py file on the host
14188 instead of the build.
14189
14190 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14191
14192 * gdb.threads/gcore-stale-thread.c: New file.
14193 * gdb.threads/gcore-stale-thread.exp: New file.
14194
14195 2014-08-21 Pedro Alves <palves@redhat.com>
14196
14197 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14198 * gdb.base/gcore-relro-pie.exp: Likewise.
14199 * gdb.base/gcore-relro.exp: Likewise.
14200 * gdb.base/gcore.exp: Likewise.
14201 * gdb.base/print-symbol-loading.exp: Likewise.
14202 * gdb.threads/gcore-thread.exp: Likewise.
14203 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14204
14205 2014-08-20 Pedro Alves <palves@redhat.com>
14206 Jan Kratochvil <jan.kratochvil@redhat.com>
14207
14208 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14209 configure.
14210 (EXPECT): Handle READ1 being set.
14211 (all): Depend on EXTRA_RULES.
14212 (check-read1, expect-read1, read1.so, read1): New rules.
14213 * README (Testsuite Parameters): Document the READ1 make variable.
14214 (Race detection): New section.
14215 * configure: Regenerate.
14216 * configure.ac: If build==host==target, and running under a
14217 GNU/glibc system, add read1 to the extra Makefile rules.
14218 (EXTRA_RULES): AC_SUBST it.
14219 * lib/read1.c: New file.
14220
14221 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14222
14223 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14224 the handling of variables declared as a typedef to an array
14225 which a DW_AT_data_location attribute.
14226
14227 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14228 Pedro Alves <palves@redhat.com>
14229
14230 PR symtab/14604
14231 PR symtab/14605
14232 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14233 gdb_test.
14234
14235 2014-08-19 Pedro Alves <palves@redhat.com>
14236
14237 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14238
14239 2014-08-19 Yao Qi <yao@codesourcery.com>
14240
14241 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14242 right line.
14243
14244 2014-08-18 David Blaikie <dblaikie@gmail.com>
14245
14246 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14247
14248 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14249
14250 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14251 attribute in array range.
14252
14253 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14254
14255 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14256
14257 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14258
14259 PR c++/17132
14260 * gdb.cp/pr17132.cc: New file.
14261 * gdb.cp/pr17132.exp: New file.
14262
14263 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14264
14265 * gdb.python/py-xmethods.py (A_getarrayind)
14266 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14267 Use 'print' with function call syntax.
14268 (E_method_matcher.match): Fix tab vs space indentation mixup.
14269
14270 2014-08-15 Yao Qi <yao@codesourcery.com>
14271
14272 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14273 false.
14274
14275 2014-08-15 Yao Qi <yao@codesourcery.com>
14276
14277 * gdb.cp/casts.exp: Set print symbol off.
14278 * gdb.cp/class2.exp: Likewise.
14279 * gdb.cp/overload.exp: Likewise.
14280 * gdb.cp/templates.exp: Likewise.
14281
14282 2014-08-11 Doug Evans <dje@google.com>
14283
14284 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14285 (test_load_shlib): Update.
14286
14287 2014-08-09 Yao Qi <yao@codesourcery.com>
14288
14289 * gdb.base/display.exp: Invoke is_address_zero_readable.
14290 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14291 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14292 * gdb.base/hbreak-unmapped.exp: Return if
14293 is_address_zero_readable returns true.
14294 * gdb.base/signest.exp: Likewise.
14295 * gdb.base/signull.exp: Likewise.
14296 * gdb.base/sigbpt.exp: Likewise.
14297 * gdb.guile/scm-disasm.exp: Do the test if
14298 is_address_zero_readable returns false.
14299 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14300 * gdb.python/py-arch.exp: Likewise.
14301 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14302 * lib/gdb.exp (is_address_zero_readable): New proc.
14303
14304 2014-08-09 Yao Qi <yao@codesourcery.com>
14305
14306 PR testsuite/13443
14307 * gdb.mi/mi-var-display.exp: Make test messages unique.
14308
14309 2014-08-04 Tom Tromey <tromey@redhat.com>
14310
14311 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14312 target 0".
14313
14314 2014-08-04 Tom Tromey <tromey@redhat.com>
14315
14316 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14317 "target_resume".
14318
14319 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14320
14321 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14322 inner_vla_struct_object_size.
14323 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14324 as xfail.
14325
14326 2014-07-30 Pedro Alves <palves@redhat.com>
14327
14328 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14329 comment.
14330
14331 2014-07-29 Yao Qi <yao@codesourcery.com>
14332
14333 PR gdb/17206
14334 * gdb.base/until-nodebug.exp: New.
14335
14336 2014-07-28 Doug Evans <xdje42@gmail.com>
14337
14338 PR guile/17203
14339 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14340 previously existing parameter, and previously ambiguously spelled
14341 parameter.
14342
14343 2014-07-28 Will Newton <will.newton@linaro.org>
14344
14345 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14346
14347 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14348 Doug Evans <xdje42@gmail.com>
14349
14350 PR guile/17146
14351 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14352
14353 2014-07-25 Pedro Alves <palves@redhat.com>
14354
14355 * gdb.threads/signal-command-handle-nopass.c: New file.
14356 * gdb.threads/signal-command-handle-nopass.exp: New file.
14357 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14358 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14359 * gdb.threads/signal-delivered-right-thread.c: New file.
14360 * gdb.threads/signal-delivered-right-thread.exp: New file.
14361
14362 2014-07-25 Pedro Alves <palves@redhat.com>
14363
14364 * gdb.base/double-prompt-target-event-error.exp
14365 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14366 match.
14367 (cancel_pagination_in_target_event): Rework double prompt
14368 detection.
14369 * gdb.base/paginate-after-ctrl-c-running.exp
14370 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14371 <return>' match.
14372 * gdb.base/paginate-bg-execution.exp
14373 (test_bg_execution_pagination_return)
14374 (test_bg_execution_pagination_cancel): Remove '-notransfer
14375 <return>' matches.
14376 * gdb.base/paginate-execution-startup.exp
14377 (test_fg_execution_pagination_return)
14378 (test_fg_execution_pagination_cancel): Remove '-notransfer
14379 <return>' matches.
14380 * gdb.base/paginate-inferior-exit.exp
14381 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14382 match.
14383 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14384 * lib/gdb.exp (pagination_prompt): Run text through
14385 string_to_regexp.
14386 (gdb_test_multiple): Match $pagination_prompt instead of
14387 "<return>".
14388 (string_to_regexp): Move to lib/gdb-utils.exp.
14389
14390 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14391
14392 * gdb.arch/amd64-entry-value-paramref.S: New file.
14393 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14394 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14395 * gdb.arch/amd64-optimout-repeat.S: New file.
14396 * gdb.arch/amd64-optimout-repeat.c: New file.
14397 * gdb.arch/amd64-optimout-repeat.exp: New file.
14398
14399 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14400
14401 PR gdb/17170
14402 * gdb.base/statistics.exp: New file.
14403
14404 2014-07-17 Doug Evans <dje@google.com>
14405
14406 PR gdb/17170
14407 * gdb.base/maint.exp: Update testing of per-command stats.
14408
14409 2014-07-16 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14412 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14413 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14414 (tfile_write_buf): New functions.
14415 (add_memory_block): Rewrite using the above.
14416 (adjust_function_address): New function.
14417 (FUNCTION_ADDRESS): New macro.
14418 (write_basic_trace_file): Remove short_x local, and use
14419 tfile_write_16. Change type of func_addr local to unsigned long
14420 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14421 here. Cast argument of add_memory_block to char pointer.
14422 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14423 (main): Remove parameters.
14424 * gdb.trace/tfile.exp: Remove nowarnings.
14425
14426 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14427
14428 * gdb.base/debug-expr.exp: Test string evaluation with
14429 "debug expression" on.
14430
14431 2014-07-15 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.base/reread.exp: Use clean_restart.
14434
14435 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14436
14437 * gdb.arch/avr-flash-qualifer.c: New.
14438 * gdb.arch/avr-flash-qualifer.exp: New.
14439
14440 2014-07-14 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14443 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14444
14445 2014-07-14 Pedro Alves <palves@redhat.com>
14446
14447 * gdb.base/double-prompt-target-event-error.c: New file.
14448 * gdb.base/double-prompt-target-event-error.exp: New file.
14449
14450 2014-07-14 Pedro Alves <palves@redhat.com>
14451
14452 PR gdb/17072
14453 * gdb.base/paginate-inferior-exit.c: New file.
14454 * gdb.base/paginate-inferior-exit.exp: New file.
14455
14456 2014-07-14 Pedro Alves <palves@redhat.com>
14457
14458 PR gdb/17072
14459 * gdb.base/paginate-bg-execution.c: New file.
14460 * gdb.base/paginate-bg-execution.exp: New file.
14461
14462 2014-07-14 Pedro Alves <palves@redhat.com>
14463
14464 PR gdb/17072
14465 * gdb.base/paginate-execution-startup.c: New file.
14466 * gdb.base/paginate-execution-startup.exp: New file.
14467 * lib/gdb.exp (pagination_prompt): New global.
14468 (default_gdb_spawn): New procedure, factored out from
14469 default_gdb_spawn.
14470 (default_gdb_start): Adjust to call default_gdb_spawn.
14471 (gdb_spawn): New procedure.
14472
14473 2014-07-14 Pedro Alves <palves@redhat.com>
14474
14475 * lib/gdb.exp (gdb_assert): New procedure.
14476 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14477
14478 2014-07-14 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/execution-termios.c: New file.
14481 * gdb.base/execution-termios.exp: New file.
14482
14483 2014-07-14 Tom Tromey <tromey@redhat.com>
14484
14485 * gdb.cp/vla-cxx.cc: New file.
14486 * gdb.cp/vla-cxx.exp: New file.
14487
14488 2014-07-14 Tom Tromey <tromey@redhat.com>
14489
14490 * gdb.reverse/rerun-prec.c: New file.
14491 * gdb.reverse/rerun-prec.exp: New file.
14492
14493 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14494 Maciej W. Rozycki <macro@codesourcery.com>
14495
14496 * lib/gdb-utils.exp: New file.
14497 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14498 inline `gdb_init_command' processing.
14499 (gdb_start_cmd): Likewise.
14500 * lib/mi-support.exp (mi_run_cmd): Likewise.
14501 * README: Document `gdb_init_command' and `gdb_init_commands'.
14502
14503 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14504
14505 Fix false FAIL running under a very long directory name.
14506 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14507 and "set print elements 10000". Twice.
14508
14509 2014-07-11 Yao Qi <yao@codesourcery.com>
14510
14511 * gdb.base/exprs.exp: "set print symbol off".
14512
14513 2014-07-11 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.threads/kill.c: New file.
14516 * gdb.threads/kill.exp: New file.
14517
14518 2014-07-10 Yao Qi <yao@codesourcery.com>
14519
14520 * gdb.trace/tfile.c (write_basic_trace_file)
14521 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14522 address written to trace file.
14523
14524 2014-07-09 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.base/attach-wait-input.exp: New file.
14527 * gdb.base/attach-wait-input.c: New file.
14528
14529 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14530
14531 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14532 setting up test structures.
14533 (main): Call new test function.
14534 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14535 test function, continue into test function and walk test
14536 structures.
14537
14538 2014-07-02 Yao Qi <yao@codesourcery.com>
14539
14540 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14541 'bar_start' at the beginning of functions 'foo' and 'bar'
14542 respectively.
14543 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14544 instead of 'foo' and 'bar'.
14545
14546 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14547
14548 * gdb.btrace/segv.exp: New.
14549 * gdb.btrace/segv.c: New.
14550
14551 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14552
14553 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14554 instruction.
14555
14556 2014-06-30 Mark Wielaard <mjw@redhat.com>
14557
14558 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14559 vulture, vilify, villar): New volatile array constants.
14560 (vindictive, vegetation): New const volatile array constants.
14561 * gdb.base/volatile.exp: Test volatile and const volatile array
14562 types.
14563
14564 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14565
14566 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14567 target lacks support for awatch, rwatch, or hbreak.
14568
14569 2014-06-27 Yao Qi <yao@codesourcery.com>
14570
14571 * gdb.multi/dummy-frame-restore.exp: New.
14572 * gdb.multi/dummy-frame-restore.c: New.
14573
14574 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14575
14576 * gdb.btrace/gcore.exp: New.
14577
14578 2014-06-23 Pedro Alves <palves@redhat.com>
14579
14580 * gdb.base/watchpoint-reuse-slot.c: New file.
14581 * gdb.base/watchpoint-reuse-slot.exp: New file.
14582
14583 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14584
14585 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14586 progspace's filename in 'info', 'enable' and 'disable' command
14587 tests.
14588
14589 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14590
14591 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14592 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14593 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14594
14595 2014-06-20 Gary Benson <gbenson@redhat.com>
14596
14597 * gdb.arch/i386-avx.exp: Fix include file location.
14598 * gdb.arch/i386-sse.exp: Likewise.
14599
14600 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14601
14602 * gdb.dlang/expression.exp: New file.
14603
14604 2014-06-19 Pedro Alves <palves@redhat.com>
14605
14606 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14607 out from ...
14608 (top level): ... here. Iterate running tests under different
14609 scheduler-locking settings.
14610
14611 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14612
14613 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14614 to DW_FORM_addr and use non-zero addresses.
14615
14616 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14617
14618 PR gdb/17017
14619 * gdb.python/py-xmethods.cc: Add global function call counters and
14620 increment them in their respective functions. Remove "cout"
14621 statements.
14622 * gdb.python/py-xmethods.exp: Make tests check the global function
14623 call counters instead of depending on inferior IO.
14624
14625 2014-06-18 Don Breazeal <donb@codesourcery.com>
14626
14627 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14628 Deleted procedure.
14629 (explicit_fork_parent_follow): Deleted procedure.
14630 (explicit_fork_child_follow): Deleted procedure.
14631 (test_follow_fork): New procedure.
14632 (do_fork_tests): Replace calls to deleted procedures with
14633 calls to test_follow_fork and reset GDB for subsequent
14634 procedure calls.
14635
14636 2014-06-17 Yao Qi <yao@codesourcery.com>
14637
14638 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14639 CP1252.
14640
14641 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14642
14643 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14644 Initialize ptr and S explicitly.
14645 (skip_type_update_when_not_use_rtti_test): Likewise.
14646
14647 2014-06-16 Keith Seitz <keiths@redhat.com>
14648
14649 PR mi/15863
14650 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14651 the inferior is started.
14652
14653 2014-06-16 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.base/break-main-file-remove-fail.c: New file.
14656 * gdb.base/break-main-file-remove-fail.exp: New file.
14657 * gdb.base/break-unload-file.exp: Use build_executable instead of
14658 prepare_for_testing.
14659 (test_break): New parameter "initial_load". Handle it.
14660 (top level): Add initial_load cmdline/file axis.
14661
14662 2014-06-12 Tom Tromey <tromey@redhat.com>
14663
14664 * gdb.base/completion.exp: Don't use directory name in test.
14665
14666 2014-06-09 Gary Benson <gbenson@redhat.com>
14667
14668 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14669 separate the always-available ANSI-standard signals from the
14670 signals that require checking.
14671 (main): Likewise.
14672 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14673 Likewise.
14674 (main): Likewise.
14675
14676 2014-06-07 Keith Seitz <keiths@redhat.com>
14677
14678 Revert:
14679 PR c++/16253
14680 * gdb.cp/var-tag.cc: New file.
14681 * gdb.cp/var-tag.exp: New file.
14682 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14683 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14684 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14685 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14686
14687 2014-06-06 Doug Evans <xdje42@gmail.com>
14688
14689 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14690
14691 2014-06-06 Pedro Alves <palves@redhat.com>
14692
14693 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14694 in target debug output instead of looking at RSP packets,
14695 disabling the test on any target that uses hardware stepping.
14696 Update comments.
14697
14698 2014-06-06 Pedro Alves <palves@redhat.com>
14699
14700 * gdb.base/break-unload-file.exp: Fix typo.
14701
14702 2014-06-06 Yao Qi <yao@codesourcery.com>
14703
14704 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14705 from "jit_function" to "^jit_function".
14706
14707 2014-06-06 Yao Qi <yao@codesourcery.com>
14708
14709 * gdb.base/async.c (foo): Add one statement.
14710 * gdb.base/async.exp: Get the next instruction address and
14711 match the output of "nexti" by instruction address. Match
14712 the hex address in the output of "finish".
14713
14714 2014-06-06 Gary Benson <gbenson@redhat.com>
14715
14716 * gdb.base/call-signals.c: Remove preprocessor conditionals
14717 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14718 SIGSEGV and SIGTERM.
14719 * gdb.base/sigall.c: Likewise.
14720 * gdb.base/unwindonsignal.c: Likewise.
14721 * gdb.reverse/sigall-reverse.c: Likewise.
14722
14723 2014-06-06 Yao Qi <yao@codesourcery.com>
14724
14725 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14726 readable, skip the test.
14727
14728 2014-06-06 Yao Qi <yao@codesourcery.com>
14729
14730 * gdb.threads/staticthreads.c (thread_function): Move the line
14731 setting breakpoint on forward.
14732 * gdb.threads/staticthreads.exp: Update comments.
14733
14734 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14735
14736 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14737 "history-append! type error".
14738
14739 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14740
14741 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14742 erroneous dprintf expected input.
14743
14744 2014-06-04 Doug Evans <xdje42@gmail.com>
14745
14746 * gdb.guile/scm-generics.exp: Delete.
14747
14748 2014-06-04 Doug Evans <xdje42@gmail.com>
14749
14750 * gdb.guile/scm-breakpoint.exp: Update.
14751 Add tests for breakpoint registration.
14752
14753 2014-06-04 Tom Tromey <tromey@redhat.com>
14754
14755 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14756 VLA-in-union.
14757 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14758 inner_vla_struct, vla_union types. Initialize objects of those
14759 types and compute their sizes.
14760
14761 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14762 Hui Zhu <hui@codesourcery.com>
14763
14764 * gdb.base/fileio.exp: Add test for shell not available as well as
14765 available.
14766 * gdb.base/fileio.c (test_system): Check for shell twice.
14767
14768 2014-06-04 Yao Qi <yao@codesourcery.com>
14769
14770 * gdb.base/auto-connect-native-target.exp: Remove redundant
14771 space from the regexp pattern.
14772
14773 2014-06-04 Yao Qi <yao@codesourcery.com>
14774
14775 * gdb.base/default.exp: Replace "child" with "native" in
14776 regexp pattern.
14777
14778 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14779
14780 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14781 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14782 * gdb.python/py-xmethods.py: Python script supporting the
14783 new testcase and tests.
14784
14785 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14786 Pedro Alves <palves@redhat.com>
14787
14788 PR breakpoints/17000
14789 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14790 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14791
14792 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14793
14794 * gdb.base/subst.exp: Add tests to verify partial path matching
14795 output.
14796
14797 2014-06-03 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14800 target that doesn't use software single-stepping.
14801
14802 2014-06-03 Pedro Alves <palves@redhat.com>
14803
14804 PR breakpoints/17000
14805 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14806 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14807
14808 2014-06-02 Doug Evans <xdje42@gmail.com>
14809
14810 * gdb.guile/scm-parameter.exp: New file.
14811
14812 2014-06-02 Doug Evans <xdje42@gmail.com>
14813
14814 * gdb.guile/scm-cmd.c: New file.
14815 * gdb.guile/scm-cmd.exp: New file.
14816
14817 2014-06-02 Doug Evans <xdje42@gmail.com>
14818
14819 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14820 pretty-printer lookup.
14821 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14822 (make-pp_s-printer): Call it.
14823 (make-pretty-printer-from-dict): New function.
14824 (lookup-pretty-printer-maker-from-dict): New function.
14825 (*pretty-printer*): Simplify.
14826 (make-objfile-pp_s-printer): New function.
14827 (install-objfile-pretty-printers!): New function.
14828 (make-progspace-pp_s-printer): New function.
14829 (install-progspace-pretty-printers!): New function.
14830 * gdb.guile/scm-progspace.c: New file.
14831 * gdb.guile/scm-progspace.exp: New file.
14832
14833 2014-06-02 Pedro Alves <palves@redhat.com>
14834
14835 * gdb.base/dprintf-bp-same-addr.c: New file.
14836 * gdb.base/dprintf-bp-same-addr.exp: New file.
14837
14838 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14839
14840 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14841 * gdb.arch/powerpc-power.s: Likewise.
14842
14843 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14844
14845 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14846
14847 2014-06-01 Yao Qi <yao@codesourcery.com>
14848
14849 * gdb.base/watchpoint.exp (test_watch_location): Check null
14850 pointer can be dereferenced. If not, do the test, otherwise
14851 skip it.
14852
14853 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14854
14855 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14856 results.
14857 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14858
14859 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14860
14861 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14862 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14863 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14864 * gdb.arch/amd64-invalid-stack-top.c: New file.
14865 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14866
14867 2014-05-30 Pedro Alves <palves@redhat.com>
14868
14869 PR breakpoints/17000
14870 * gdb.base/sss-bp-on-user-bp.c: New file.
14871 * gdb.base/sss-bp-on-user-bp.exp: New file.
14872
14873 2014-05-30 David Blaikie <dblaikie@gmail.com>
14874
14875 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14876 gnu_inline semantics via attribute.
14877 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14878 source explicitly specifies the required semantics.
14879
14880 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14881
14882 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14883
14884 2014-05-29 Pedro Alves <palves@redhat.com>
14885 Tom Tromey <tromey@redhat.com>
14886
14887 * gdb.base/async-shell.exp: Don't enable target-async.
14888 * gdb.base/async.exp
14889 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14890 parameter. Adjust.
14891 (top level): Don't test with "target-async".
14892 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14893 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14894 * gdb.base/inferior-died.exp: Don't enable target-async.
14895 * gdb.base/interrupt-noterm.exp: Likewise.
14896 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14897 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14898 * gdb.mi/mi-nonstop.exp: Likewise.
14899 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14900 * gdb.mi/mi-nsintrall.exp: Likewise.
14901 * gdb.mi/mi-nsmoribund.exp: Likewise.
14902 * gdb.mi/mi-nsthrexec.exp: Likewise.
14903 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14904 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14905 * gdb.python/py-evsignal.exp: Don't enable target-async.
14906 * gdb.python/py-evthreads.exp: Likewise.
14907 * gdb.python/py-prompt.exp: Likewise.
14908 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14909 * gdb.server/solib-list.exp: Don't enable target-async.
14910 * gdb.threads/thread-specific-bp.exp: Likewise.
14911 * lib/mi-support.exp: Adjust to use mi-async.
14912
14913 2014-05-29 Pedro Alves <palves@redhat.com>
14914
14915 PR gdb/13860
14916 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14917 reason, even in sync mode.
14918
14919 2014-05-29 Pedro Alves <palves@redhat.com>
14920 Hui Zhu <hui@codesourcery.com>
14921
14922 PR PR15693
14923 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14924 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14925 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14926 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14927
14928 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14929
14930 * config/monitor.exp (gdb_target_monitor): Replace use of
14931 "set remotebaud" by "set serial baud".
14932
14933 2014-05-26 Andy Wingo <wingo@igalia.com>
14934
14935 * gdb.guile/scm-breakpoint.exp:
14936 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14937 properties instead of gdb-object-properties.
14938
14939 2014-05-26 Yao Qi <yao@codesourcery.com>
14940
14941 * gdb.server/no-thread-db.exp: Specify source file name
14942 explicitly when setting a breakpoint.
14943
14944 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14945
14946 * gdb.btrace/vdso.c: New.
14947 * gdb.btrace/vdso.exp: New.
14948
14949 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14950
14951 * gdb.base/gcore.exp (capture_command_output): Move ...
14952 * lib/gdb.exp (capture_command_output): ... here.
14953
14954 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14955
14956 * gdb.btrace/data.exp: Test memory access during btrace replay.
14957
14958 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14959
14960 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14961
14962 2014-05-21 Pedro Alves <palves@redhat.com>
14963
14964 PR gdb/13860
14965 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14966 (top level): Test that output related to execution commands is
14967 sent to the console with CLI commands, but not with MI commands.
14968 Test that breakpoint events are always mirrored to the console.
14969 Also expect the new source line to be output after a "next" in
14970 async mode too. Make it a pass/fail test.
14971 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14972 output.
14973 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14974
14975 2014-05-21 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14978 Use them to test variations of "list" after reaching a breakpoint.
14979 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14980 Test "list" with listsize 10 after reaching a breakpoint.
14981 * gdb.python/python.exp (decode_line current location line
14982 number): Adjust expected line number.
14983
14984 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14985
14986 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14987 behavior for $args, pass it directly to "run".
14988
14989 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14990
14991 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14992 30000 to 65536.
14993
14994 2014-05-21 Pedro Alves <palves@redhat.com>
14995
14996 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14997 auto-connect-native-target off".
14998 * gdb.base/auto-connect-native-target.c: New file.
14999 * gdb.base/auto-connect-native-target.exp: New file.
15000
15001 2014-05-21 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.base/default.exp: Test "target native" instead of "target
15004 child".
15005
15006 2014-05-21 Mark Wielaard <mjw@redhat.com>
15007
15008 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15009
15010 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15011
15012 Fix TLS access for -static -pthread.
15013 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15014 <HAVE_TLS> (thread_function, main): Initialize it.
15015 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15016 Add clean_restart.
15017 <$have_tls != "">: Check TLSVAR.
15018
15019 2014-05-21 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.base/dcache-line-read-error.c: New.
15022 * gdb.base/dcache-line-read-error.exp: New.
15023
15024 2014-05-20 Pedro Alves <palves@redhat.com>
15025
15026 * gdb.base/compare-sections.c: New file.
15027 * gdb.base/compare-sections.exp: New file.
15028
15029 2014-05-20 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.base/break-idempotent.c: New file.
15032 * gdb.base/break-idempotent.exp: New file.
15033
15034 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15035
15036 * gdb.btrace/nohist.exp: New.
15037
15038 2014-05-20 Yao Qi <yao@codesourcery.com>
15039
15040 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15041 gdb.reverse directory and gdb_reverse_timeout exists in board
15042 setting.
15043 * README: Document gdb_reverse_timeout.
15044
15045 2014-05-20 Yao Qi <yao@codesourcery.com>
15046
15047 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15048 'test_file_name'. Treat args as a string instead of a list.
15049 (gdb_init): Rename argument 'args' by 'test_file_name'.
15050
15051 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15052
15053 * gdb.arch/powerpc-power.exp: New file.
15054 * gdb.arch/powerpc-power.s: New file.
15055
15056 2014-05-16 Doug Evans <dje@google.com>
15057
15058 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15059 * gdb.base/completion.exp: Check that all expected files exist
15060 before doing file completion.
15061
15062 2014-05-16 Doug Evans <dje@google.com>
15063
15064 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15065 Update.
15066 (do_syscall_tests_without_xml): Update.
15067
15068 2014-05-16 Pedro Alves <palves@redhat.com>
15069
15070 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15071 instead of "unknown output after running".
15072
15073 2014-05-16 Yao Qi <yao@codesourcery.com>
15074
15075 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15076 file1.txt from host at the end.
15077 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15078
15079 2014-05-15 Doug Evans <dje@google.com>
15080
15081 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15082 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15083 loading file. Add test for TU lookup.
15084
15085 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15086
15087 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15088 calling "-exec-arguments" or "set args" before running the
15089 inferior.
15090
15091 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15092
15093 * lib/mi-support.exp (mi_expect_stop): Expect message for
15094 inferiors that exit with non-zero exit code.
15095
15096 2014-05-14 Yao Qi <yao@codesourcery.com>
15097
15098 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15099 match absolute path on remote host.
15100 (test_file_list_exec_source_files): Remove "/" from the
15101 pattern.
15102
15103 2014-05-14 Yao Qi <yao@codesourcery.com>
15104
15105 * boards/local-remote-host-notty.exp (${board}_file): New
15106 proc.
15107
15108 2014-05-07 Kyle McMartin <kyle@redhat.com>
15109
15110 Pushed by Joel Brobecker <brobecker@adacore.com>.
15111 * gdb.arch/aarch64-atomic-inst.c: New file.
15112 * gdb.arch/aarch64-atomic-inst.exp: New file.
15113
15114 2014-05-07 Yao Qi <yao@codesourcery.com>
15115
15116 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15117 in current context" too.
15118
15119 2014-05-05 Keith Seitz <keiths@redhat.com>
15120
15121 * gdb.linespec/ls-dollar.exp: Add test for linespec
15122 file:convenience_variable.
15123
15124 2014-05-05 Yao Qi <yao@codesourcery.com>
15125
15126 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15127 traceframes into tfile and ctf trace files. Read data from
15128 trace file and test collected data.
15129 (gdb_collect_locals_test): Likewise.
15130 (gdb_unavailable_registers_test): Likewise.
15131 (gdb_unavailable_floats): Likewise.
15132 (gdb_collect_globals_test): Likewise.
15133 (top-level): Append "ctf" to trace_file_targets if GDB
15134 supports.
15135
15136 2014-05-05 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15139 code to ...
15140 (gdb_collect_args_test_1): ... it. New proc.
15141 (gdb_collect_locals_test): Move some code to ...
15142 (gdb_collect_locals_test_1): ... it. New proc.
15143 (gdb_unavailable_registers_test): Move some code to ...
15144 (gdb_unavailable_registers_test_1): ... it. New proc.
15145 (gdb_unavailable_floats): Move some code to ...
15146 (gdb_unavailable_floats_1): ... it. New proc.
15147
15148 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15149
15150 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15151 probes to test for bitness recognition.
15152 * gdb.arch/amd64-stap-optional-prefix.exp
15153 (test_probe_value_without_reg): New procedure.
15154 Add code to test for different kinds of bitness.
15155
15156 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15157
15158 PR breakpoints/16889
15159 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15160 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15161
15162 2014-05-01 Pedro Alves <palves@redhat.com>
15163
15164 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15165 gdb_file_cmd if no file is specified.
15166 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15167 last_loaded_file to set the remote exec-file.
15168
15169 2014-05-01 Pedro Alves <palves@redhat.com>
15170
15171 * boards/local-remote-host.exp: New file.
15172
15173 2014-05-01 Pedro Alves <palves@redhat.com>
15174
15175 * boards/local-remote-host.exp: Rename to ...
15176 * boards/local-remote-host-notty.exp: ... this.
15177
15178 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15179
15180 * gdb.ada/dyn_arrayidx: New testcase.
15181
15182 2014-04-26 Yao Qi <yao@codesourcery.com>
15183
15184 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15185 and compute the length of function main. Save it in
15186 $main_length.
15187 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15188 (top-level): Use gdb_compile to compile objects into
15189 executable and restart GDB. Remove invocation to
15190 prepare_for_testing.
15191
15192 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15193 Pedro Alves <palves@redhat.com>
15194
15195 PR server/16255
15196 * gdb.multi/multi-attach.c: New file.
15197 * gdb.multi/multi-attach.exp: New file.
15198
15199 2014-04-25 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15202 user.
15203 (top level): Test that "set remote conditional-breakpoints-packet
15204 off" works as intended.
15205 * gdb.base/dprintf.exp: Test that "set remote
15206 breakpoint-commands-packet off" works as intended.
15207 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15208 New function.
15209 (top level): Call it.
15210 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15211 remote fast-tracepoints-packet off" works as intended.
15212 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15213 * lib/gdb.exp (gdb_is_target_remote): ... here.
15214
15215 2014-04-24 David Blaikie <dblaikie@gmail.com>
15216
15217 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15218 ensure clang would not discard them.
15219 * gdb.base/gdbvars.c: Ditto.
15220 * gdb.base/memattr.c: Ditto.
15221 * gdb.base/whatis.c: Ditto.
15222 * gdb.python/py-prettyprint.c: Ditto.
15223 * gdb.trace/actions.c: Ditto.
15224 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15225 ensure clang would not discard it.
15226
15227 2014-04-24 David Blaikie <dblaikie@gmail.com>
15228
15229 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15230 clang to emit the full definition of type required by the test
15231 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15232
15233 2014-04-24 David Blaikie <dblaikie@gmail.com>
15234
15235 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15236 coax Clang into emitting the definition of the type.
15237 * gdb.cp/pr10728-x.h (y): Ditto.
15238 * gdb.cp/pr10728-y.cc (y): Ditto.
15239
15240 2014-04-24 David Blaikie <dblaikie@gmail.com>
15241
15242 * gdb.base/label.exp: XFAIL label related tests under Clang.
15243 * gdb.cp/cplabel.exp: Ditto.
15244 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15245 under Clang those using labels.
15246
15247 2014-04-25 Yao Qi <yao@codesourcery.com>
15248
15249 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15250 double_label.
15251 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15252 partial_label and double_label.
15253
15254 2014-04-24 David Blaikie <dblaikie@gmail.com>
15255
15256 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15257
15258 2014-04-24 David Blaikie <dblaikie@gmail.com>
15259
15260 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15261 of the function to work across GCC and Clang.
15262 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15263 pointer types (const void ** const V void **).
15264
15265 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15266 Walfred Tedeschi <walfred.tedeschi@intel.com>
15267
15268 * Makefile.in (EXECUTABLES): Added i386-avx512.
15269 * gdb.arch/i386-avx512.c: New file.
15270 * gdb.arch/i386-avx512.exp: Likewise.
15271
15272 2014-04-23 Keith Seitz <keiths@redhat.com>
15273
15274 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15275 (mi_make_breakpoint_table): New procedure.
15276 (mi_create_breakpoint): Use mi_make_breakpoint
15277 and return the result.
15278 (mi_make_breakpoint): New procedure.
15279 (mi_build_kv_pairs): New procedure.
15280
15281 * gdb.mi/mi-break.exp: Remove unused globals,
15282 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15283 All callers updated.
15284 * gdb.mi/mi-dprintf.exp: Use variable to track command
15285 number.
15286 Update all callers of mi_create_breakpoint and use
15287 mi_make_breakpoint_table.
15288 Remove any unused global variables.
15289 * gdb.mi/mi-nonstop.exp: Likewise.
15290 * gdb.mi/mi-nsintrall.exp: Likewise.
15291 * gdb.mi/mi-nsmoribund.exp: Likewise.
15292 * gdb.mi/mi-nsthrexec.exp: Likewise.
15293 * gdb.mi/mi-reverse.exp: Likewise.
15294 * gdb.mi/mi-simplerun.exp: Likewise.
15295 * gdb.mi/mi-stepn.exp: Likewise.
15296 * gdb.mi/mi-syn-frame.exp: Likewise.
15297 * gdb.mi/mi-until.exp: Likewise.
15298 * gdb.mi/mi-var-cp.exp: Likewise.
15299 * gdb.mi/mi-var-display.exp: Likewise.
15300 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15301 * gdb.mi/mi2-var-child.exp: Likewise.
15302 * gdb.mi/mi-vla-c99.exp: Likewise.
15303 * lib/mi-support.exp: Likewise.
15304
15305 From Ian Lance Taylor <iant@cygnus.com>:
15306 * lib/gdb.exp (parse_args): New procedure.
15307
15308 2014-04-23 Pedro Alves <palves@redhat.com>
15309
15310 * gdb.base/break-unload-file.c: New file.
15311 * gdb.base/break-unload-file.exp: New file.
15312 * gdb.base/sym-file-lib.c (baz): New function.
15313 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15314 field.
15315 (load): Store the segment's mapped size.
15316 (unload): New function.
15317 (unload_shlib): New function.
15318 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15319 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15320 set a breakpoint at baz, and call it.
15321 * gdb.base/sym-file.exp: New tests for stale breakpoint
15322 instructions.
15323
15324 2014-04-23 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15327 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15328 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15329 * gdb.base/hbreak-unmapped.c: New file.
15330 * gdb.base/hbreak-unmapped.exp: New file.
15331 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15332 * lib/gdb.exp (gdb_is_target_remote): ... here.
15333
15334 2014-04-22 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.base/consecutive-step-over.c: New file.
15337 * gdb.base/consecutive-step-over.exp: New file.
15338
15339 2014-04-22 Pedro Alves <palves@redhat.com>
15340
15341 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15342 instead of send_gdb/gdb_expect.
15343
15344 2014-04-22 Yao Qi <yao@codesourcery.com>
15345
15346 * lib/trace-support.exp (generate_tracefile): New procedure.
15347 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15348 return 0.
15349 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15350 if generate_tracefile returns 1.
15351
15352 2014-04-18 Tom Tromey <palves@redhat.com>
15353 Pedro alves <tromey@redhat.com>
15354
15355 PR backtrace/15558
15356 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15357 with a backtrace limit.
15358 * gdb.python/py-frame-inline.exp: Test running to an inline
15359 function with a backtrace limit, and printing the newest frame.
15360 * gdb.python/py-frame-inline.c (main): Call f.
15361
15362 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15363
15364 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15365
15366 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15367
15368 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15369 Drop prefix from unsupported source file path.
15370
15371 2014-04-17 Yao Qi <yao@codesourcery.com>
15372
15373 * lib/gdb.exp (with_target_charset): New proc.
15374 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15375 with_target_charset.
15376 (test_print_strings): Likewise.
15377 (test_repeat_bytes): Likewise.
15378 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15379 for some tests.
15380
15381 2014-04-16 Keith Seitz <keiths@redhat.com>
15382
15383 PR gdb/15827
15384 * gdb.dwarf2/corrupt.c: New file.
15385 * gdb.dwarf2/corrupt.exp: New file.
15386
15387 2014-04-16 Keith Seitz <keiths@redhat.com>
15388
15389 PR c++/16597
15390 * gdb.cp/namelessclass.cc: New file.
15391 * gdb.cp/namelessclass.exp: New file.
15392 * gdb.cp/namelessclass.S: New file.
15393
15394 2014-04-16 Doug Evans <dje@google.com>
15395
15396 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15397 Add comment.
15398 (gdbserver_default_get_comm_port): New function.
15399 (gdbserver_start): Check if board file provided
15400 "gdbserver,get_comm_port" and use it if so.
15401 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15402 (gdb,socketport): Set to "stdio".
15403 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15404 (stdio_gdbserver_template): Delete.
15405 (${board}_get_remote_address): Update.
15406 (${board}_build_remote_cmd): Delete.
15407 (${board}_get_comm_port): New function.
15408 (${board}_spawn): Update.
15409 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15410 Delete.
15411 (${board}_get_remote_address): Update.
15412 (${board}_get_comm_port): New function.
15413
15414 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15415
15416 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15417 appearing in any order.
15418
15419 2014-04-15 Doug Evans <dje@google.com>
15420
15421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15422 uninitialized value of "description".
15423
15424 2014-04-15 Keith Seitz <keiths@redhat.com>
15425
15426 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15427 Remove unused globals.
15428 (test_running_the_program): Likewise.
15429 (test_controlled_execution): Likewise.
15430 (test_controlling_breakpoints): Likewise.
15431 (test_program_termination): Likewise.
15432
15433 2014-04-15 Keith Seitz <keiths@redhat.com>
15434
15435 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15436 unused globals.
15437 (test_rbreak_creation_and_listing): Likewise.
15438 (test_ignore_count): Likewise.
15439 (test_error): Likewise.
15440
15441 2014-04-15 Pedro Alves <palves@redhat.com>
15442
15443 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15444 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15445 sym-file-loader.c.
15446 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15447 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15448 to sym-file-loader.c.
15449 (struct library): Forward declare.
15450 (load_shlib, lookup_function): Change prototypes.
15451 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15452 (translate_offset): Remove declarations.
15453 (get_text_addr): New declaration.
15454 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15455 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15456 sym-file-loader.h.
15457 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15458 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15459 here from sym-file-loader.h.
15460 (struct library): New structure.
15461 (load_shlib, lookup_function): Change prototypes and adjust to
15462 work with a struct library.
15463 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15464 (translate_offset): Make static.
15465 (get_text_addr): New function.
15466 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15467
15468 2014-04-15 Pedro Alves <palves@redhat.com>
15469
15470 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15471
15472 2014-04-15 Pedro Alves <palves@redhat.com>
15473
15474 * gdb.base/sym-file-loader.c: Include <limits.h>.
15475 (SELF_LINK): New define.
15476 (get_origin): New function.
15477 (load_shlib): Use it.
15478 * gdb.base/sym-file.exp: Don't early return if the target is
15479 remote. Use runto_main, and issue fail is that fails. Use
15480 gdb_load_shlibs.
15481 (shlib_name): Delete.
15482 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15483
15484 2014-04-15 Pedro Alves <palves@redhat.com>
15485
15486 * gdb.base/sym-file.exp: Remove regex characters from test
15487 message. Don't refer to breakpoint numbers in test messages.
15488
15489 2014-04-14 Keith Seitz <keiths@redhat.com>
15490
15491 PR c++/16253
15492 * gdb.cp/var-tag.cc: New file.
15493 * gdb.cp/var-tag.exp: New file.
15494 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15495 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15496 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15497 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15498
15499 2014-04-14 Tom Tromey <tromey@redhat.com>
15500
15501 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15502 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15503 type.
15504 * gdb.cp/enum-class.exp: New file.
15505 * gdb.cp/enum-class.cc: New file.
15506
15507 2014-04-14 Tom Tromey <tromey@redhat.com>
15508
15509 * gdb.dwarf2/enum-type.exp: New file.
15510
15511 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15512
15513 * gdb.mi/mi-vla-c99.exp: New file.
15514 * gdb.mi/vla.c: New file.
15515
15516 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15517
15518 * gdb.base/vla-datatypes.c: New file.
15519 * gdb.base/vla-datatypes.exp: New file.
15520
15521 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15522
15523 * gdb.base/vla-ptr.c: New file.
15524 * gdb.base/vla-ptr.exp: New file.
15525
15526 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15527
15528 * gdb.dwarf2/count.exp: New file.
15529
15530 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15531
15532 * gdb.base/vla-sideeffect.c: New file.
15533 * gdb.base/vla-sideeffect.exp: New file.
15534
15535 2014-04-14 David Blaikie <dblaikie@gmail.com>
15536
15537 * gdb.mi/non-stop.c: Add return value for non-void function return
15538 statement.
15539 * gdb.threads/staticthreads.c: Ditto.
15540
15541 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15542 Doug Evans <xdje42@gmail.com>
15543
15544 * gdb.guile/scm-value.c: Improve test case.
15545 * gdb.guile/scm-value.exp: Add new test.
15546
15547 2014-04-11 David Blaikie <dblaikie@gmail.com>
15548
15549 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15550 override Clang's default.
15551
15552 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15553
15554 Revert the following changes (regressions):
15555
15556 * gdb.base/vla-sideeffect.c: New file.
15557 * gdb.base/vla-sideeffect.exp: New file.
15558
15559 * gdb.dwarf2/count.exp: New file.
15560
15561 * gdb.base/vla-multi.c: New file.
15562 * gdb.base/vla-multi.exp: New file.
15563
15564 * gdb.base/vla-ptr.c: New file.
15565 * gdb.base/vla-ptr.exp: New file.
15566
15567 * gdb.base/vla-datatypes.c: New file.
15568 * gdb.base/vla-datatypes.exp: New file.
15569
15570 * gdb.mi/mi-vla-c99.exp: New file.
15571 * gdb.mi/vla.c: New file.
15572
15573 2014-04-11 Keith Seitz <keiths@redhat.com>
15574
15575 PR c++/16675
15576 * gdb.cp/cpsizeof.exp: New file.
15577 * gdb.cp/cpsizeof.cc: New file.
15578
15579 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15580
15581 * gdb.mi/mi-vla-c99.exp: New file.
15582 * gdb.mi/vla.c: New file.
15583
15584 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15585
15586 * gdb.base/vla-datatypes.c: New file.
15587 * gdb.base/vla-datatypes.exp: New file.
15588
15589 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15590
15591 * gdb.base/vla-ptr.c: New file.
15592 * gdb.base/vla-ptr.exp: New file.
15593
15594 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15595
15596 * gdb.base/vla-multi.c: New file.
15597 * gdb.base/vla-multi.exp: New file.
15598
15599 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15600
15601 * gdb.dwarf2/count.exp: New file.
15602
15603 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15604
15605 * gdb.base/vla-sideeffect.c: New file.
15606 * gdb.base/vla-sideeffect.exp: New file.
15607
15608 2014-04-11 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/completion.exp: Check file exists before running tests
15611 on file completion.
15612
15613 2014-04-10 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.base/cond-eval-mode.c: New file.
15616 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15617 prepare_for_testing to build the new file. Check result of
15618 runto_main.
15619 (test_break, test_watch): New procedures.
15620 (top level): Use them.
15621
15622 2014-04-08 Pierre Muller <muller@sourceware.org>
15623
15624 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15625 Ctrl-V use for mingw hosts.
15626
15627 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15628
15629 * gdb.python/py-value.c: Improve test case.
15630 * gdb.python/py-value.exp: Add new test.
15631
15632 2014-04-07 David Blaikie <dblaikie@gmail.com>
15633
15634 * lib/compiler.c: Identify the clang compiler.
15635 * lib/compiler.cc: Ditto.
15636
15637 2014-04-03 Yao Qi <yao@codesourcery.com>
15638
15639 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15640
15641 2014-04-01 Anton Blanchard <anton@samba.org>
15642
15643 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15644 messages unique.
15645
15646 2014-04-01 Anton Blanchard <anton@samba.org>
15647
15648 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15649 prepare_for_testing.
15650
15651 2014-04-01 Anton Blanchard <anton@samba.org>
15652
15653 * gdb.arch/ppc64-atomic-inst.c: Remove.
15654 * gdb.arch/ppc64-atomic-inst.S: New file.
15655 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15656
15657 2014-03-31 Doug Evans <dje@google.com>
15658
15659 * gdb.base/print-symbol-loading-lib.c: New file.
15660 * gdb.base/print-symbol-loading-main.c: New file.
15661 * gdb.base/print-symbol-loading.exp: New file.
15662
15663 2014-03-31 Yao Qi <yao@codesourcery.com>
15664
15665 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15666
15667 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15668
15669 * gdb.ada/mi_dyn_arr: New testcase.
15670
15671 2014-03-27 Doug Evans <dje@google.com>
15672
15673 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15674
15675 2014-03-27 Yao Qi <yao@codesourcery.com>
15676
15677 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15678 if target is nios2-*-*.
15679
15680 2014-03-26 Yao Qi <yao@codesourcery.com>
15681
15682 * lib/gdb.exp (readline_is_used): New proc.
15683 * gdb.base/completion.exp: Move tests on command complete up.
15684 Skip the rest of tests if readline is not used.
15685 * gdb.ada/complete.exp: Skp the test if readline is not
15686 used.
15687 * gdb.base/filesym.exp: Likewise.
15688 * gdb.base/macscp.exp: Likewise.
15689 * gdb.base/readline-ask.exp: Likewise.
15690 * gdb.base/readline.exp: Likewise.
15691 * gdb.python/py-cmd.exp: Likewise.
15692 * gdb.trace/tfile.exp: Likewise.
15693
15694 2014-03-26 Yao Qi <yao@codesourcery.com>
15695
15696 * gdb.base/macscp.exp: Fix code format issues.
15697
15698 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15699
15700 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15701 * gdb.asm/powerpc64le.inc: New file.
15702
15703 2014-03-25 Pedro Alves <palves@redhat.com>
15704 Doug Evans <dje@google.com>
15705
15706 * gdb.base/source-execution.c: New file.
15707 * gdb.base/source-execution.exp: New file.
15708 * gdb.base/source-execution.gdb: New file.
15709
15710 2014-03-24 Doug Evans <dje@google.com>
15711
15712 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15713 using fission.
15714
15715 2014-03-24 Hui Zhu <hui@codesourcery.com>
15716 Pedro Alves <palves@redhat.com>
15717
15718 PR breakpoints/16101
15719 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15720 test pass/fail messages. Detect missing support for dprintf when
15721 breakpoints are actually inserted.
15722 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15723 breakpoints are actually inserted.
15724 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15725 fails.
15726
15727 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15728
15729 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15730
15731 2014-03-22 Doug Evans <xdje42@gmail.com>
15732
15733 * gdb.python/python.exp (python not supported): Verify multi-line
15734 python command issues an error.
15735 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15736 guile command issues an error.
15737
15738 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15739
15740 * gdb.threads/thread-specific.exp: Handle the lack of usable
15741 $this_breakpoint and $this_thread.
15742
15743 2014-03-21 Hui Zhu <hui@codesourcery.com>
15744
15745 * gdb.base/attach.exp (do_command_attach_tests): New.
15746
15747 2014-03-20 Tom Tromey <tromey@redhat.com>
15748 Pedro Alves <palves@redhat.com>
15749
15750 PR cli/15718
15751 * gdb.base/condbreak-call-false.c: New file.
15752 * gdb.base/condbreak-call-false.exp: New file.
15753
15754 2014-03-20 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15757 Delete.
15758 (block_signals, unblock_signals): Delete.
15759 (child_function_2, main): Remove references to deleted variable
15760 and functions.
15761
15762 2014-03-20 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15765 Use pthread_kill to signal thread 2.
15766 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15767 Adjust to make the test send itself a signal rather than using the
15768 host's "kill" command.
15769
15770 2014-03-20 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.threads/multiple-step-overs.c: New file.
15773 * gdb.threads/multiple-step-overs.exp: New file.
15774 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15775 Adjust expected infrun debug output.
15776
15777 2014-03-20 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15780 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15781
15782 2014-03-20 Pedro Alves <palves@redhat.com>
15783
15784 PR breakpoints/7143
15785 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15786 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15787 of gdb_test_multiple.
15788 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15789 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15790
15791 2014-03-20 Pedro Alves <palves@redhat.com>
15792
15793 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15794 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15795
15796 2014-03-19 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.base/async.exp: Remove early return.
15799
15800 2014-03-19 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15803
15804 2014-03-19 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.base/async.exp (test_background): Expect \r\n after
15807 "completed." in the fail pattern.
15808
15809 2014-03-19 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.base/async.exp (test_background): New procedure.
15812 Use it for all background execution command tests.
15813
15814 2014-03-19 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.base/async.exp: Use prepare_for_testing.
15817
15818 2014-03-19 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15821 the same line.
15822
15823 2014-03-19 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.base/async.c (main): Add "jump here" and "until here" line
15826 marker comments.
15827 * gdb.base/async.exp (jump_here): New global.
15828 (jump& test): Use it.
15829 (until_here): New global.
15830 (until& test): Use it.
15831
15832 2014-03-19 Pedro Alves <palves@redhat.com>
15833
15834 * gdb.base/async.exp: Don't frob gdb_protocol.
15835
15836 2014-03-18 Doug Evans <xdje42@gmail.com>
15837
15838 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15839 Fix spelling of exec-done-display.
15840
15841 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15842
15843 PR gdb/15358
15844 * gdb.base/gdb-sigterm.c: New file.
15845 * gdb.base/gdb-sigterm.exp: New file.
15846
15847 2014-03-18 Pedro Alves <palves@redhat.com>
15848
15849 PR gdb/13860
15850 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15851 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15852 solib-event.
15853
15854 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15855
15856 * gdb.ada/pckd_arr_ren: New testcase.
15857
15858 2014-03-13 Doug Evans <xdje42@gmail.com>
15859
15860 PR guile/16612
15861 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15862 collect after discarding symbols.
15863
15864 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15865 Doug Evans <xdje42@gmail.com>
15866
15867 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15868 to history survives a gc.
15869
15870 2014-03-13 Pedro Alves <palves@redhat.com>
15871
15872 * gdb.base/default.exp: Don't test "target procfs".
15873
15874 2014-03-13 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/default.exp: Update "target child" and "target procfs"
15877 tests to not expect "Unix".
15878
15879 2014-03-12 Tom Tromey <tromey@redhat.com>
15880
15881 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15882 New procs. Add target-async tests.
15883 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15884 Add target-async tests.
15885
15886 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15887
15888 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15889 'func_start' and 'func_end' for the beginning and end of the
15890 function code, respectively.
15891 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15892 'func_end' instead of 'func' and 'main'.
15893
15894 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15895
15896 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15897 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15898 generate the debug info assembler source.
15899
15900 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15901
15902 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15903 * gdb.dwarf2/arr-subrange.exp: Likewise.
15904 * gdb.dwarf2/dwz.exp: Likewise.
15905 * gdb.dwarf2/method-ptr.exp: Likewise.
15906 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15907 * gdb.dwarf2/subrange.exp: Likewise.
15908 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15909 * gdb.dwarf2/implptrpiece.exp: Likewise.
15910 * gdb.dwarf2/nostaticblock.exp: Likewise.
15911
15912 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15913
15914 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15915 directory to absolute path name arguments.
15916
15917 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15918
15919 * gdb.ada/tagged_access: New testcase.
15920
15921 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15922
15923 * gdb.btrace/data.exp: Update expected output.
15924
15925 2014-03-06 Yao Qi <yao@codesourcery.com>
15926
15927 * gdb.trace/pr16508.exp: New file.
15928
15929 2014-03-05 Pedro Alves <palves@redhat.com>
15930
15931 PR gdb/16575
15932 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15933 procedure.
15934 (top level): Adjust to use it. Add tests that exercise breakpoint
15935 interaction with the code-cache.
15936
15937 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15938
15939 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15940 test for 'history-append!'.
15941
15942 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15943
15944 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15945 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15946 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15947 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15948 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15949 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15950
15951 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15952
15953 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15954 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15955 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15956
15957 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15958
15959 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15960
15961 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15962
15963 * gdb.dwarf2/arr-stride.c: New file.
15964 * gdb.dwarf2/arr-stride.exp: New file.
15965
15966 2014-02-26 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15969 that won't ever trigger. Make sure that GDB reports the correct
15970 breakpoint that caused the stop.
15971
15972 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15973
15974 PR gdb/16626
15975 * gdb.base/auto-load-script: New file.
15976 * gdb.base/auto-load.c: New file.
15977 * gdb.base/auto-load.exp: New file.
15978
15979 PR gdb/16626
15980 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15981
15982 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15983
15984 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15985 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15986
15987 2014-02-24 Doug Evans <dje@google.com>
15988
15989 * lib/gdb.exp (run_on_host): Log error output if program fails.
15990
15991 2014-02-21 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.threads/step-after-sr-lock.c: Rename to ...
15994 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15995 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15996 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15997 ... this.
15998
15999 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16000
16001 PR tdep/16397
16002 * gdb.arch/amd64-stap-special-operands.exp: New file.
16003 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16004 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16005 * gdb.arch/amd64-stap-triplet.S: Likewise.
16006 * gdb.arch/amd64-stap-triplet.c: Likewise.
16007
16008 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16009
16010 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16011 in .section pseudo-op.
16012
16013 2014-02-20 lin zuojian <manjian2006@gmail.com>
16014 Joel Brobecker <brobecker@adacore.com>
16015 Doug Evans <xdje42@gmail.com>
16016
16017 PR symtab/16581
16018 * gdb.dwarf2/dw2-icycle.S: New file.
16019 * gdb.dwarf2/dw2-icycle.c: New file.
16020 * gdb.dwarf2/dw2-icycle.exp: New file.
16021
16022 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16023
16024 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16025 operations on gdb.Value objects.
16026 * gdb.python/py-value-cc.exp: Add new test to test operations on
16027 gdb.Value objects.
16028
16029 2014-02-18 Doug Evans <dje@google.com>
16030
16031 * Makefile.in (TESTS): New variable.
16032 (expanded_tests, expanded_tests_or_none): New variables
16033 (check-single): Pass $(expanded_tests_or_none) to runtest.
16034 (check-parallel): Only run tests in $(TESTS) if non-empty.
16035 (check/no-matching-tests-found): New rule.
16036 * README: Document TESTS makefile variable.
16037
16038 2014-02-18 Doug Evans <dje@google.com>
16039
16040 * Makefile.in (check-parallel): rm -rf outputs temp.
16041
16042 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16043
16044 Fix "ERROR: no fileid for" in the testsuite.
16045 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16046
16047 2014-02-12 Doug Evans <dje@google.com>
16048
16049 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16050 (MISCELLANEOUS): New variable.
16051 (clean): rm -rf $(MISCELLANEOUS).
16052 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16053 dwp live in the same directory as symlinks, with each symlink pointed
16054 to a differently named file in a different directory.
16055
16056 2014-02-11 Doug Evans <dje@google.com>
16057
16058 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16059 of Tcl file commands.
16060
16061 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16062
16063 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16064 "kill -SIGUSR1 -1".
16065
16066 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16067
16068 * gdb.ada/tick_length_array_enum_idx: New testcase.
16069
16070 2014-02-10 Doug Evans <xdje42@gmail.com>
16071
16072 * configure.ac (AC_OUTPUT): Add gdb.guile.
16073 * configure: Regenerate.
16074 * lib/gdb-guile.exp: New file.
16075 * lib/gdb.exp (get_target_charset): New function.
16076 * gdb.base/help.exp: Update expected output from "apropos apropos".
16077 * gdb.guile/Makefile.in: New file.
16078 * gdb.guile/guile.exp: New file.
16079 * gdb.guile/scm-arch.c: New file.
16080 * gdb.guile/scm-arch.exp: New file.
16081 * gdb.guile/scm-block.c: New file.
16082 * gdb.guile/scm-block.exp: New file.
16083 * gdb.guile/scm-breakpoint.c: New file.
16084 * gdb.guile/scm-breakpoint.exp: New file.
16085 * gdb.guile/scm-disasm.c: New file.
16086 * gdb.guile/scm-disasm.exp: New file.
16087 * gdb.guile/scm-equal.c: New file.
16088 * gdb.guile/scm-equal.exp: New file.
16089 * gdb.guile/scm-error.exp: New file.
16090 * gdb.guile/scm-error.scm: New file.
16091 * gdb.guile/scm-frame-args.c: New file.
16092 * gdb.guile/scm-frame-args.exp: New file.
16093 * gdb.guile/scm-frame-args.scm: New file.
16094 * gdb.guile/scm-frame-inline.c: New file.
16095 * gdb.guile/scm-frame-inline.exp: New file.
16096 * gdb.guile/scm-frame.c: New file.
16097 * gdb.guile/scm-frame.exp: New file.
16098 * gdb.guile/scm-generics.exp: New file.
16099 * gdb.guile/scm-gsmob.exp: New file.
16100 * gdb.guile/scm-iterator.c: New file.
16101 * gdb.guile/scm-iterator.exp: New file.
16102 * gdb.guile/scm-math.c: New file.
16103 * gdb.guile/scm-math.exp: New file.
16104 * gdb.guile/scm-objfile-script-gdb.in: New file.
16105 * gdb.guile/scm-objfile-script.c: New file.
16106 * gdb.guile/scm-objfile-script.exp: New file.
16107 * gdb.guile/scm-objfile.c: New file.
16108 * gdb.guile/scm-objfile.exp: New file.
16109 * gdb.guile/scm-ports.exp: New file.
16110 * gdb.guile/scm-pretty-print.c: New file.
16111 * gdb.guile/scm-pretty-print.exp: New file.
16112 * gdb.guile/scm-pretty-print.scm: New file.
16113 * gdb.guile/scm-section-script.c: New file.
16114 * gdb.guile/scm-section-script.exp: New file.
16115 * gdb.guile/scm-section-script.scm: New file.
16116 * gdb.guile/scm-symbol.c: New file.
16117 * gdb.guile/scm-symbol.exp: New file.
16118 * gdb.guile/scm-symtab-2.c: New file.
16119 * gdb.guile/scm-symtab.c: New file.
16120 * gdb.guile/scm-symtab.exp: New file.
16121 * gdb.guile/scm-type.c: New file.
16122 * gdb.guile/scm-type.exp: New file.
16123 * gdb.guile/scm-value-cc.cc: New file.
16124 * gdb.guile/scm-value-cc.exp: New file.
16125 * gdb.guile/scm-value.c: New file.
16126 * gdb.guile/scm-value.exp: New file.
16127 * gdb.guile/source2.scm: New file.
16128 * gdb.guile/types-module.cc: New file.
16129 * gdb.guile/types-module.exp: New file.
16130
16131 2014-02-10 Yao Qi <yao@codesourcery.com>
16132
16133 PR testsuite/16543
16134 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16135 * configure: Regenerated.
16136 * Makefile.in: New file.
16137
16138 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16139
16140 * gdb.python/py-framefilter.exp: Fix typo.
16141
16142 2014-02-08 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16145 that no =breakpoint-modified is emitted when breakpoints are
16146 modified through MI commands.
16147
16148 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16149 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.threads/step-after-sr-lock.c: New file.
16152 * gdb.threads/step-after-sr-lock.exp: New file.
16153
16154 2014-02-07 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16157
16158 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16159
16160 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16161 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16162
16163 2014-02-06 Doug Evans <xdje42@gmail.com>
16164
16165 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16166 output.
16167
16168 * gdb.gdb/python-interrupts.exp: New file.
16169
16170 2014-02-05 Yao Qi <yao@codesourcery.com>
16171
16172 * gdb.trace/report.exp (use_collected_data): Test the output
16173 of "info threads" and "info inferiors".
16174
16175 2014-02-05 Yao Qi <yao@codesourcery.com>
16176
16177 Revert this patch:
16178
16179 2013-05-24 Yao Qi <yao@codesourcery.com>
16180
16181 * gdb.trace/tfile.exp: Test inferior and thread.
16182
16183 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16184
16185 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16186 on a function.
16187 * gdb.base/step-bt.c: Call hello via function pointer to make
16188 sure its first instruction is executed on powerpc64le-linux.
16189
16190 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16191
16192 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16193
16194 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16195
16196 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16197 of the test patterns for use on little-endian systems.
16198
16199 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16200
16201 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16202 (decimal_vector): Fix for little-endian.
16203
16204 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16205
16206 * gdb.arch/sparc-sysstep.exp: New file.
16207 * gdb.arch/sparc-sysstep.c: Likewise.
16208
16209 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16210
16211 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16212
16213 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16214
16215 2014-01-23 Tom Tromey <tromey@redhat.com>
16216
16217 * gdb.ada/array_char_idx: New testcase.
16218
16219 2014-01-23 Tom Tromey <tromey@redhat.com>
16220
16221 PR python/16487:
16222 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16223 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16224 classes.
16225
16226 2014-01-23 Tom Tromey <tromey@redhat.com>
16227
16228 PR python/16491:
16229 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16230 string from an inferior frame.
16231 * gdb.python/py-framefilter-mi.exp: Update.
16232
16233 2014-01-22 Doug Evans <dje@google.com>
16234
16235 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16236
16237 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16238
16239 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16240
16241 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16242
16243 * gdb.trace/entry-values.exp: Remove excess space character from
16244 regex patterns. Handle s390 call instruction.
16245
16246 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16247
16248 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16249 define "*_start" label. Make "name" static.
16250 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16251 ${name} by references to ${name}_start.
16252
16253 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16254
16255 * gdb.base/info-macros.exp: Remove "debug" from the compile
16256 options.
16257
16258 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16259
16260 * gdb.dlang/demangle.exp: New file.
16261
16262 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16263
16264 * gdb.dlang/primitive-types.exp: New file.
16265
16266 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16267
16268 * configure.ac: Create gdb.dlang/Makefile.
16269 * configure: Regenerate.
16270 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16271 * gdb.dlang/Makefile.in: New file.
16272 * lib/d-support.exp: New file.
16273 * lib/gdb.exp (skip_d_tests): New proc.
16274
16275 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16276
16277 * gdb.btrace/delta.exp: Check reverse stepi.
16278 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16279 * gdb.btrace/finish.exp: New.
16280 * gdb.btrace/next.exp: New.
16281 * gdb.btrace/nexti.exp: New.
16282 * gdb.btrace/record_goto.c: Add comments.
16283 * gdb.btrace/step.exp: New.
16284 * gdb.btrace/stepi.exp: New.
16285 * gdb.btrace/multi-thread-step.c: New.
16286 * gdb.btrace/multi-thread-step.exp: New.
16287 * gdb.btrace/rn-dl-bind.c: New.
16288 * gdb.btrace/rn-dl-bind.exp: New.
16289 * gdb.btrace/data.c: New.
16290 * gdb.btrace/data.exp: New.
16291 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16292
16293 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16294
16295 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16296 * gdb.btrace/exception.exp: Update.
16297 * gdb.btrace/instruction_history.exp: Update.
16298 * gdb.btrace/record_goto.exp: Update.
16299 * gdb.btrace/tailcall.exp: Update.
16300 * gdb.btrace/unknown_functions.exp: Update.
16301 * gdb.btrace/delta.exp: New.
16302
16303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16304
16305 * gdb.btrace/record_goto.exp: Add backtrace test.
16306 * gdb.btrace/tailcall.exp: Add backtrace test.
16307
16308 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16309
16310 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16311 * gdb.btrace/record_goto.c: New.
16312 * gdb.btrace/record_goto.exp: New.
16313 * gdb.btrace/x86-record_goto.S: New.
16314
16315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16316
16317 * gdb.btrace/function_call_history.exp: Update tests.
16318 * gdb.btrace/instruction_history.exp: Update tests.
16319
16320 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16321
16322 * gdb.btrace/function_call_history.exp: Fix expected field
16323 order for "record function-call-history".
16324 Add new tests for "record function-call-history /c".
16325 * gdb.btrace/exception.cc: New.
16326 * gdb.btrace/exception.exp: New.
16327 * gdb.btrace/tailcall.exp: New.
16328 * gdb.btrace/x86-tailcall.S: New.
16329 * gdb.btrace/x86-tailcall.c: New.
16330 * gdb.btrace/unknown_functions.c: New.
16331 * gdb.btrace/unknown_functions.exp: New.
16332 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16333
16334 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16335
16336 * gdb.btrace/instruction_history.exp: Update.
16337 * gdb.btrace/function_call_history.exp: Update.
16338
16339 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16340
16341 * gdb.btrace/function_call_history.exp: Fix expected function
16342 trace.
16343 * gdb.btrace/instruction_history.exp: Initialize traced.
16344 Remove traced_functions.
16345
16346 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16347
16348 * gdb.btrace/function_call_history.exp: Update
16349 * gdb.btrace/instruction_history.exp: Update.
16350
16351 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16352
16353 * gdb.btrace/enable.exp: Update expected text.
16354
16355 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16356
16357 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16358 bytes.
16359
16360 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16361
16362 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16363
16364 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16365
16366 * lib/gdb.exp (supports_process_record): Return true for
16367 arm*-linux*. (supports_reverse): Likewise.
16368
16369 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16370
16371 PR python/15464
16372 PR python/16113
16373 * gdb.python/py-type.c: Enhance test case.
16374 * gdb.python/py-value-cc.cc: Likewise
16375 * gdb.python/py-type.exp: Add new tests.
16376 * gdb.python/py-value-cc.exp: Likewise
16377
16378 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16379 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16382 Make "name" extern.
16383 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16384 references to ${name}_start by references to ${name}.
16385
16386 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16387
16388 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16389
16390 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16391
16392 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16393
16394 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16395 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.mi/mi-info-os.exp: Connect to the target with
16398 mi_gdb_target_load.
16399
16400 2014-01-08 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.threads/reconnect-signal.c: New file.
16403 * gdb.threads/reconnect-signal.exp: New file.
16404
16405 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16406
16407 * gdb.base/source-dir.exp: New file.
16408
16409 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16410
16411 * gdb.ada/mi_interface: New testcase.
16412
16413 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16414
16415 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16416 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16417 gdb.ada/pp-rec-component/pck.ads: New files.
16418
16419 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16420
16421 * gdb.python/py-pp-integral.c: New file.
16422 * gdb.python/py-pp-integral.py: New file.
16423 * gdb.python/py-pp-integral.exp: New file.
16424
16425 For older changes see ChangeLog-1993-2013.
16426 \f
16427 ;; Local Variables:
16428 ;; mode: change-log
16429 ;; left-margin: 8
16430 ;; fill-column: 74
16431 ;; version-control: never
16432 ;; End:
16433
16434 Copyright 2014-2019 Free Software Foundation, Inc.
16435 Copying and distribution of this file, with or without modification,
16436 are permitted provided the copyright notice and this notice are preserved.
This page took 0.675844 seconds and 4 git commands to generate.