Introduce the "with" command
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-03 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/with.c: New file.
4 * gdb.base/with.exp: New file.
5
6 2019-07-03 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/settings.exp: Replace all references to "maint
9 test-settings set" with references to "maint set test-settings",
10 and all references to "maint test-settings show" with references
11 to "maint show test-settings".
12
13 2019-07-03 Pedro Alves <palves@redhat.com>
14
15 * gdb.base/settings.exp (test-string): Adjust expected out when
16 testing "maint test-settings show filename"
17
18 2019-07-02 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/options.exp (test-info-threads): New procedure.
21 (top level): Call it.
22
23 2019-06-28 Tom Tromey <tromey@adacore.com>
24
25 * gdb.dwarf2/ada-linkage-name.c: New file.
26 * gdb.dwarf2/ada-linkage-name.exp: New file.
27
28 2019-06-27 Tom Tromey <tromey@adacore.com>
29
30 * gdb.cp/constexpr-field.exp: Use setup_xfail.
31
32 2019-06-26 Tom de Vries <tdevries@suse.de>
33
34 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
35
36 2019-06-26 Tom de Vries <tdevries@suse.de>
37
38 * gdb.base/index-cache.exp: Add back missing debug option.
39
40 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
41
42 * gdb.base/alias.exp: Test non matching/non existing prefixes.
43
44 2019-06-25 Tom de Vries <tdevries@suse.de>
45
46 PR testsuite/24727
47 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
48
49 2019-06-24 Tom de Vries <tdevries@suse.de>
50
51 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
52
53 2019-06-24 Tom de Vries <tdevries@suse.de>
54
55 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
56 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
57 * gdb.trace/unavailable-dwarf-piece.exp: Same.
58
59 2019-06-24 Tom de Vries <tdevries@suse.de>
60
61 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
62
63 2019-06-21 Tom de Vries <tdevries@suse.de>
64
65 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
66
67 2019-06-21 Tom de Vries <tdevries@suse.de>
68
69 PR testsuite/24518
70 PR ada/24713
71 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
72 index.
73
74 2019-06-19 Tom Tromey <tromey@adacore.com>
75
76 * gdb.ada/length_cond.exp: Add intro comment.
77
78 2019-06-19 Tom Tromey <tromey@adacore.com>
79
80 * gdb.ada/length_cond.exp: New file.
81 * gdb.ada/length_cond/length_cond.adb: New file.
82 * gdb.ada/length_cond/pck.adb: New file.
83 * gdb.ada/length_cond/pck.ads: New file.
84
85 2019-06-18 Tom de Vries <tdevries@suse.de>
86
87 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
88
89 2019-06-18 Tom Tromey <tromey@adacore.com>
90
91 * gdb.base/list0.h: Add comment explaining control character.
92
93 2019-06-18 Tom de Vries <tdevries@suse.de>
94
95 * boards/fission.exp: Break up long debug_flags line.
96
97 2019-06-16 Tom de Vries <tdevries@suse.de>
98
99 PR gdb/24445
100 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
101 generated index.
102
103 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 PR gdb/24686
106 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
107 improve detection of bug gdb/24541.
108
109 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
110
111 PR gdb/24669
112 * gdb.base/index-cache.exp (uses_readnow,
113 expecting_index_cache_use): Define global variable.
114 (test_cache_enabled_miss, test_cache_enabled_hit): Use
115 expecting_index_cache_use.
116
117 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
118 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.fortran/pointers.f90: New file.
121 * gdb.fortran/print_type.exp: New file.
122 * gdb.fortran/vla-ptype.exp: Adapt expected results.
123 * gdb.fortran/vla-type.exp: Likewise.
124 * gdb.fortran/vla-value.exp: Likewise.
125 * gdb.mi/mi-vla-fortran.exp: Likewise.
126
127 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
130 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
131 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
132 as a stop reason.
133
134 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.base/annota1.exp: Update expected results.
137 * gdb.cp/annota2.exp: Likewise.
138 * gdb.cp/annota3.exp: Likewise.
139
140 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.base/style-logging.exp: Remove path from test name.
143
144 2019-06-14 Tom Tromey <tromey@adacore.com>
145
146 PR gdb/24502:
147 * gdb.base/style-logging.exp: New file.
148
149 2019-06-14 Tom Tromey <tromey@adacore.com>
150
151 * gdb.base/symfile-warn.exp: New file.
152 * gdb.base/symfile-warn.c: New file.
153
154 2019-06-14 Tom Tromey <tromey@adacore.com>
155
156 * gdb.base/annotate-symlink.exp: New file.
157
158 2019-06-14 Tom Tromey <tromey@adacore.com>
159
160 * gdb.ada/set_wstr.exp: Add reassignment test.
161
162 2019-06-14 Tom Tromey <tromey@adacore.com>
163
164 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
165 'unchecked_access and 'unrestricted_access as well.
166
167 2019-06-14 Tom Tromey <tromey@adacore.com>
168
169 PR ada/24539:
170 * gdb.ada/vla.exp: Update tests.
171 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
172 pragma.
173
174 2019-06-13 Pedro Alves <palves@redhat.com>
175
176 * gdb.base/settings.exp (test-integer): Test junk after
177 "unlimited".
178
179 2019-06-13 Pedro Alves <palves@redhat.com>
180
181 * gdb.base/options.exp (test-thread-apply): New.
182 (top level): Call it.
183
184 2019-06-13 Pedro Alves <palves@redhat.com>
185
186 * gdb.base/options.exp (test-frame-apply): New.
187 (top level): Test print commands with different "frame apply"
188 prefixes.
189
190 2019-06-13 Pedro Alves <palves@redhat.com>
191
192 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
193 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
194 'max_completions' parameter and handle it.
195 (test_gdb_completion_offers_commands): New.
196
197 2019-06-13 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
200
201 2019-06-13 Pedro Alves <palves@redhat.com>
202
203 * gdb.base/options.exp (test-backtrace): New.
204 (top level): Call it.
205
206 2019-06-13 Pedro Alves <palves@redhat.com>
207
208 * gdb.guile/scm-frame-args.exp: Use "set print
209 raw-frame-arguments" instead of "set print raw frame-arguments".
210 * gdb.python/py-frame-args.exp: Likewise.
211
212 2019-06-13 Pedro Alves <palves@redhat.com>
213
214 * gdb.compile/compile.exp: Adjust expected output to option
215 processing changes.
216
217 2019-06-13 Pedro Alves <palves@redhat.com>
218
219 * gdb.base/options.exp: Build executable.
220 (test-print): New procedure.
221 (top level): Call it, once for "print" and another for "compile
222 print".
223
224 2019-06-13 Pedro Alves <palves@redhat.com>
225
226 * gdb.base/options.c: New file.
227 * gdb.base/options.exp: New file.
228
229 2019-06-13 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
232 that "o" is ambiguous.
233
234 2019-06-13 Pedro Alves <palves@redhat.com>
235
236 * gdb.base/settings.c: New file.
237 * gdb.base/settings.exp: New file.
238
239 2019-06-13 Pedro Alves <palves@redhat.com>
240
241 * gdb.base/completion.exp: Fix comment typo.
242
243 2019-06-13 Pedro Alves <palves@redhat.com>
244
245 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
246 foo --1" test.
247
248 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
249
250 * gdb.fortran/block-data.f: New.
251 * gdb.fortran/block-data.exp: New.
252
253 2019-06-11 Tom de Vries <tdevries@suse.de>
254
255 PR testsuite/24521
256 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
257 message.
258
259 2019-06-11 Tom de Vries <tdevries@suse.de>
260
261 PR testsuite/24521
262 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
263
264 2019-06-11 Tom de Vries <tdevries@suse.de>
265
266 * boards/readnow.exp: New file.
267
268 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * gdb.fortran/vla-sizeof.exp: Update expected results.
271
272 2019-06-06 Amos Bird <amosbird@gmail.com>
273
274 * gdb.base/annota1.exp (thread_switch): Add test for
275 thread-exited annotation.
276
277 2019-06-06 Tom Tromey <tromey@adacore.com>
278
279 * gdb.base/maint.exp: Expect command started/finished output.
280
281 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
284 comment.
285 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
286
287 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
290 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
291 * gdb.arch/riscv-unwind-long-insn.c: New file.
292 * gdb.arch/riscv-unwind-long-insn.exp: New file.
293
294 2019-06-04 Christian Biesinger <cbiesinger@google.com>
295
296 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
297
298 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
299
300 * lib/gdb.exp (help_list_trailer): New regexp variable
301 factorizing the help trailer message.
302 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
303 arg to allow to better factorize various tests.
304 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
305 (test_prefix_command_help): Use help_list_trailer.
306 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
307 * gdb.guile/scm-cmd.exp: Likewise.
308 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
309 * gdb.base/help.exp: Use test_user_defined_class_help.
310 * gdb.base/style.exp: Add tests for styling of help and apropos.
311 * lib/gdb-utils.exp (style): Add title and highlight styles.
312
313 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
314
315 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
316 $_shell_exitsignal.
317 * gdb.base/default.exp: Update for new convenience variables.
318
319 2019-05-29 Tom Tromey <tromey@adacore.com>
320
321 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
322 to "break complete ada" test case's regexp.
323
324 2019-05-29 Tom Tromey <tromey@adacore.com>
325
326 PR c++/20020:
327 * gdb.cp/constexpr-field.exp: New file.
328 * gdb.cp/constexpr-field.cc: New file.
329
330 2019-05-29 Tom Tromey <tromey@adacore.com>
331
332 * gdb.base/finish.exp (finish_no_print): New proc.
333 (finish_tests): Call it.
334
335 2019-05-24 Tom de Vries <tdevries@suse.de>
336
337 * gdb.dwarf2/gdb-add-index.exp: New file.
338
339 2019-05-22 Tom Tromey <tromey@adacore.com>
340
341 * gdb.base/info-shared.exp (check_info_shared): Use "style".
342 * gdb.base/style.exp: Use "style".
343 * lib/gdb-utils.exp (style): New proc.
344
345 2019-05-22 Tom de Vries <tdevries@suse.de>
346
347 * gdb.base/align.exp: Require c++11.
348
349 2019-05-22 Tom de Vries <tdevries@suse.de>
350
351 PR testsuite/24586
352 * gdb.python/py-mi-var-info-path-expression.exp: Call
353 mi_skip_python_tests to check if python is supported.
354
355 2019-05-22 Alan Hayward <alan.hayward@arm.com>
356
357 * gdb.arch/aarch64-pauth.c: New test.
358 * gdb.arch/aarch64-pauth.exp: New file.
359
360 2019-05-22 Alan Hayward <alan.hayward@arm.com>
361
362 * README (Re-running Tests Outside The Testsuite): New section.
363
364 2019-05-21 Tom de Vries <tdevries@suse.de>
365
366 * gdb.arch/amd64-eval.exp: Require c++11.
367 * gdb.base/max-depth.exp: Same.
368 * gdb.compile/compile-cplus-array-decay.exp: Same.
369 * gdb.cp/meth-typedefs.exp: Same.
370 * gdb.cp/subtypes.exp: Same.
371 * gdb.cp/temargs.exp: Same.
372
373 2019-05-21 Alan Hayward <alan.hayward@arm.com>
374
375 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
376
377 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 PR gdb/18644
380 * gdb.fortran/complex.exp: Remove setup_kfail calls.
381 * gdb.fortran/printing-types.exp: Add new test.
382 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
383 testing.
384 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
385 setup_kfail call.
386
387 2019-05-17 Alan Hayward <alan.hayward@arm.com>
388
389 * README (Running the Testsuite): Change example.
390 (Testsuite Parameters): Remove TRANSCRIPT.
391 * lib/gdb.exp: Remove TRANSCRIPT check.
392
393 2019-05-17 Alan Hayward <alan.hayward@arm.com>
394
395 * README (Testsuite Parameters): Add replay logging to
396 GDBSERVER_DEBUG.
397 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
398 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
399 as a comma separated list.
400 (gdb_debug_init): Override procedure.
401
402 2019-05-17 Alan Hayward <alan.hayward@arm.com>
403
404 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
405 (gdb_write_cmd_file): New procedure.
406 * lib/gdbserver-support.exp (gdbserver_start): Call
407 gdbserver_write_cmd_file.
408 (gdbserver_write_cmd_file): New procedure.
409
410 2019-05-17 Alan Hayward <alan.hayward@arm.com>
411
412 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
413 (delete_breakpoints): Likewise.
414 (gdb_run_cmd): Likewise.
415 (gdb_start_cmd): Likewise.
416 (gdb_starti_cmd): Likewise.
417 (gdb_internal_error_resync): Likewise.
418 (gdb_test_multiple): Likewise.
419 (gdb_reinitialize_dir): Likewise.
420 (default_gdb_exit): Likewise.
421 (gdb_file_cmd): Mark kill as optional.
422 (default_gdb_start): Call gdb_stdin_log_init.
423 (send_gdb): Call gdb_stdin_log_write.
424 (rerun_to_main): Mark Y as an answer.
425 (gdb_stdin_log_init): New function.
426 (gdb_stdin_log_write): Likewise.
427
428 2019-05-17 Alan Hayward <alan.hayward@arm.com>
429
430 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
431 * gdb.base/debug-expr.exp: Likewise.
432 * gdb.base/foll-fork.exp: Likewise.
433 * gdb.base/foll-vfork.exp: Likewise.
434 * gdb.base/fork-print-inferior-events.exp: Likewise.
435 * gdb.base/gdb-sigterm.exp: Likewise.
436 * gdb.base/gdbinit-history.exp: Likewise.
437 * gdb.base/osabi.exp: Likewise.
438 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
439 * gdb.base/ui-redirect.exp: Likewise.
440 * gdb.gdb/unittest.exp: Likewise.
441 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
442 * gdb.mi/mi-watch.exp: Likewise.
443 * gdb.mi/new-ui-mi-sync.exp: Likewise.
444 * gdb.mi/user-selected-context-sync.exp: Likewise.
445 * gdb.python/python.exp: Disable debug test when debugging.
446 * gdb.threads/check-libthread-db.exp: Disable when debugging.
447 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
448 Likewise.
449 * gdb.threads/stepi-random-signal.exp: Likewise.
450
451 2019-05-17 Alan Hayward <alan.hayward@arm.com>
452
453 * Makefile.in: Pass through GDB_DEBUG.
454 * README (Testsuite Parameters): Add GDB_DEBUG.
455 (gdb,debug): Add board setting.
456 * lib/gdb.exp (default_gdb_start): Start debugging.
457 (gdb_debug_enabled): New procedure.
458 (gdb_debug_init): Likewise.
459
460 2019-05-17 Alan Hayward <alan.hayward@arm.com>
461
462 * Makefile.in: Pass through GDB_DEBUG.
463 * README (Testsuite Parameters): Add GDB_DEBUG.
464 (gdb,debug): Add board setting.
465 * lib/gdb.exp (default_gdb_start): Start debugging.
466 (gdb_debug_enabled): New procedure.
467 (gdb_debug_init): Likewise.
468
469 2019-05-17 Alan Hayward <alan.hayward@arm.com>
470
471 * gdb.base/ui-redirect.exp: Add debug redirect tests.
472
473 2019-05-17 Alan Hayward <alan.hayward@arm.com>
474
475 * gdb.base/ui-redirect.exp: Test redirection.
476
477 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
478
479 * gdb.mi/mi-complete.exp: New file.
480 * gdb.mi/mi-complete.cc: Likewise.
481
482 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
483
484 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
485 indexed and sliced arrays, and pointers to arrays.
486
487 2019-05-14 Tom Tromey <tromey@adacore.com>
488
489 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
490 styling test.
491
492 2019-05-14 Tom de Vries <tdevries@suse.de>
493
494 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
495 selection entry encoding.
496
497 2019-05-10 Tom Tromey <tromey@adacore.com>
498
499 * gdb.ada/info_exc.exp: Add "complete" test.
500
501 2019-05-09 Tom de Vries <tdevries@suse.de>
502
503 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
504 CU-relative.
505
506 2019-05-09 Tom de Vries <tdevries@suse.de>
507
508 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
509 CU-relative.
510
511 2019-05-08 Joel Brobecker <brobecker@adacore.com>
512
513 * gdb.ada/frame_arg_lang.exp: New testcase.
514 * gdb.ada/frame_arg_lang/bla.adb: New file.
515 * gdb.ada/frame_arg_lang/pck.ads: New file.
516 * gdb.ada/frame_arg_lang/pck.adb: New file.
517 * gdb.ada/frame_arg_lang/foo.c: New file.
518
519 2019-05-08 Tom Tromey <tromey@adacore.com>
520
521 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
522
523 2019-05-08 Tom Tromey <tromey@adacore.com>
524
525 * gdb.base/ptype-offsets.exp: Update tests.
526
527 2019-05-08 Tom Tromey <tromey@adacore.com>
528
529 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
530 cases.
531 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
532 "short".
533
534 2019-05-08 Tom Tromey <tromey@adacore.com>
535
536 * gdb.ada/vla.exp: New file.
537 * gdb.ada/vla/vla.adb: New file.
538
539 2019-05-07 Tom de Vries <tdevries@suse.de>
540
541 * gdb.base/index-cache.exp (ls_host): Fix return statement.
542
543 2019-05-07 Tom de Vries <tdevries@suse.de>
544
545 PR testsuite/24522
546 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
547 section.
548
549 2019-05-07 Tom de Vries <tdevries@suse.de>
550
551 PR testsuite/24522
552 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
553 .debug_aranges section.
554
555 2019-05-07 Tom de Vries <tdevries@suse.de>
556
557 PR testsuite/24159
558 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
559
560 2019-05-06 Tom de Vries <tdevries@suse.de>
561
562 * lib/gdb.exp (exec_has_index_section): New proc.
563 * gdb.base/index-cache.exp: Handle case that binfile contains an index
564 section.
565
566 2019-05-04 Tom de Vries <tdevries@suse.de>
567
568 * boards/cc-with-debug-names.exp: New file.
569
570 2019-05-03 Tom Tromey <tromey@adacore.com>
571
572 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
573 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
574 * gdb.ada/char_enum.exp: Add test.
575
576 2019-05-03 Tom de Vries <tdevries@suse.de>
577
578 * boards/cc-with-gdb-index.exp: New file.
579
580 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.rust/simple.exp: Add new test case.
583 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
584 (main): Initialise an instance of the new struct.
585
586 2019-05-01 Tom Tromey <tromey@adacore.com>
587
588 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
589 record.
590 (NPR): New variable.
591 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
592 test.
593
594 2019-05-01 Tom Tromey <tromey@adacore.com>
595
596 * gdb.ada/packed_array_assign.exp: Add packed assignment
597 regression test.
598
599 2019-05-01 Tom de Vries <tdevries@suse.de>
600
601 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
602
603 2019-05-01 Tom de Vries <tdevries@suse.de>
604
605 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
606
607 2019-04-30 Ali Tamur <tamur@google.com>
608
609 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
610
611 2019-04-30 Tom Tromey <tromey@adacore.com>
612
613 * lib/ada.exp (find_ada_tool): New proc.
614 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
615 * gdb.ada/catch_ex_std.exp: New file.
616 * gdb.ada/catch_ex_std/foo.adb: New file.
617 * gdb.ada/catch_ex_std/some_package.adb: New file.
618 * gdb.ada/catch_ex_std/some_package.ads: New file.
619
620 2019-04-30 Tom Tromey <tromey@adacore.com>
621
622 PR c++/24470:
623 * gdb.cp/temargs.cc: Add test code from PR.
624
625 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.fortran/vla-datatypes.exp: Update expected results.
628 * gdb.fortran/vla-ptype.exp: Likewise.
629 * gdb.fortran/vla-type.exp: Likewise.
630 * gdb.fortran/vla-value.exp: Likewise.
631
632 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.fortran/ptr-indentation.exp: Update expected results.
635 * gdb.fortran/ptype-on-functions.exp: Likewise.
636 * gdb.fortran/vla-ptr-info.exp: Likewise.
637 * gdb.fortran/vla-value.exp: Likewise.
638
639 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * gdb.fortran/ptype-on-functions.exp: New file.
642 * gdb.fortran/ptype-on-functions.f90: New file.
643
644 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
647 case void string.
648
649 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * gdb.fortran/complex.exp: Expand.
652 * gdb.fortran/complex.f: Renamed to...
653 * gdb.fortran/complex.f90: ...this, and extended to add more
654 complex values.
655
656 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
659 MODULO, CMPLX.
660
661 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
662 Richard Bunt <richard.bunt@arm.com>
663
664 * gdb.base/max-depth.c: New file.
665 * gdb.base/max-depth.exp: New file.
666 * gdb.python/py-nested-maps.c: New file.
667 * gdb.python/py-nested-maps.exp: New file.
668 * gdb.python/py-nested-maps.py: New file.
669 * gdb.python/py-format-string.exp (test_max_depth): New proc.
670 (test_all_common): Call test_max_depth.
671 * gdb.fortran/max-depth.exp: New file.
672 * gdb.fortran/max-depth.f90: New file.
673 * gdb.go/max-depth.exp: New file.
674 * gdb.go/max-depth.go: New file.
675 * gdb.modula2/max-depth.exp: New file.
676 * gdb.modula2/max-depth.c: New file.
677 * lib/gdb.exp (get_print_expr_at_depths): New proc.
678
679 2019-04-29 Tom de Vries <tdevries@suse.de>
680
681 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
682
683 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
684
685 * gdb.base/callexit.exp: Test may-call-functions off.
686
687 2019-04-25 Keith Seitz <keiths@redhat.com>
688
689 PR c++/24367
690 * gdb.cp/meth-typedefs.cc (incomplete_struct)
691 (another_incomplete_struct, test_incomplete): New definitions.
692 (main): Use new definitions.
693 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
694 functions.
695
696 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
697
698 PR corefiles/11608
699 PR corefiles/18187
700 * gdb.base/coredump-filter-build-id.exp: New file.
701
702 2019-04-25 Alan Hayward <alan.hayward@arm.com>
703
704 * Makefile.in: Pass through GDBSERVER_DEBUG.
705 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
706 (gdbserver,debug): Add board setting.
707 * gdb.trace/tspeed.exp: Skip when debugging.
708 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
709 * lib/gdbserver-support.exp: Likewise
710
711 2019-04-24 Tom Tromey <tromey@adacore.com>
712
713 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
714 Rust.
715
716 2019-04-24 Tom Tromey <tromey@adacore.com>
717
718 * gdb.arch/amd64-eval.exp: Test bitfield return.
719 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
720 (class Foo) <return_bitfields>: New method.
721 (main): Call it.
722
723 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 * gdb.cp/many-args.cc: New file.
726 * gdb.cp/many-args.exp: New file.
727
728 2019-04-23 Tom de Vries <tdevries@suse.de>
729
730 PR gdb/24433
731 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
732
733 2019-04-23 Alan Hayward <alan.hayward@arm.com>
734
735 * gdb.trace/backtrace.exp: Use nopie flag.
736 * gdb.trace/circ.exp: Likewise.
737 * gdb.trace/collection.exp: Likewise.
738 * gdb.trace/ftrace.exp: Likewise.
739 * gdb.trace/mi-trace-unavailable.exp: Likewise.
740 * gdb.trace/mi-traceframe-changed.exp: Likewise.
741 * gdb.trace/qtro.exp: Likewise.
742 * gdb.trace/read-memory.exp: Likewise.
743 * gdb.trace/report.exp: Likewise.
744 * gdb.trace/tfile.exp: Likewise.
745 * gdb.trace/tfind.exp: Likewise.
746 * gdb.trace/unavailable.exp: Likewise.
747
748 2019-04-22 Pedro Alves <palves@redhat.com>
749
750 * gdb.base/solib-probes-nosharedlibrary.c,
751 gdb.base/solib-probes-nosharedlibrary.exp: New files.
752
753 2019-04-19 Tom Tromey <tromey@adacore.com>
754
755 * gdb.ada/ptype_union.c: New file.
756 * gdb.ada/ptype_union.exp: New file.
757
758 2019-04-19 Tom Tromey <tromey@adacore.com>
759
760 PR symtab/24423:
761 * gdb.base/list0.h (foo): Add a control-l character.
762
763 2019-04-18 Tom de Vries <tdevries@suse.de>
764
765 PR gdb/24433
766 * boards/local-board.exp: Set sysroot to "".
767
768 2019-04-18 Tom de Vries <tdevries@suse.de>
769 Pedro Alves <palves@redhat.com>
770
771 PR gdb/24454
772 * gdb.threads/vfork-follow-child-exec.c: New file.
773 * gdb.threads/vfork-follow-child-exec.exp: New file.
774 * gdb.threads/vfork-follow-child-exit.c: New file.
775 * gdb.threads/vfork-follow-child-exit.exp: New file.
776
777 2019-04-15 Leszek Swirski <leszeks@google.com>
778
779 * gdb.arch/amd64-eval.cc: New file.
780 * gdb.arch/amd64-eval.exp: New file.
781
782 2019-04-11 Alan Hayward <alan.hayward@arm.com>
783
784 * gdb.server/sysroot.c: New test.
785 * gdb.server/sysroot.exp: New file.
786 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
787 matching param.
788
789 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.base/align.exp: Extend test to cover structures containing
792 only static fields.
793
794 2019-04-11 Tom de Vries <tdevries@suse.de>
795
796 * boards/cc-with-dwz-m.exp: New file.
797 * boards/cc-with-dwz.exp: New file.
798 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
799
800 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
801
802 * gdb.base/start-cpp.exp: New file.
803 * gdb.base/start-cpp.cc: New file.
804
805 2019-04-08 Kevin Buettner <kevinb@redhat.com>
806
807 * gdb.python/py-thrhandle.exp: Adjust tests to call
808 thread_from_handle instead of thread_from_thread_handle.
809
810 2019-04-08 Kevin Buettner <kevinb@redhat.com>
811
812 * gdb.python/py-thrhandle.exp: Add tests for
813 gdb.InferiorThread.handle.
814
815 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.python/py-function.exp: Check calling helper function from
818 all languages.
819 * lib/gdb.exp (gdb_supported_languages): New proc.
820
821 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/complex-parts.c: New file.
824 * gdb.base/complex-parts.exp: New file.
825
826 2019-04-01 Tom Tromey <tromey@adacore.com>
827
828 PR symtab/23331:
829 * gdb.dwarf2/dw2-ranges-main.c: New file.
830 * gdb.dwarf2/dw2-ranges-psym.c: New file.
831 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
832
833 2019-03-30 Simon Marchi <simark@simark.ca>
834
835 * gdb.base/default.exp: Add values for $_gdb_major and
836 $_gdb_minor.
837
838 2019-03-29 Tom Tromey <tromey@adacore.com>
839
840 * gdb.base/help.exp: Tighten apropos regexp.
841
842 2019-03-29 Keith Seitz <keiths@redhat.com>
843
844 * gdb.fortran/array-bounds.exp: New file.
845 * gdb.fortran/array-bounds.f90: New file.
846
847 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
848
849 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
850
851 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
852
853 * gdb.multi/hello.c (main): Increase alarm timer.
854
855 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
856
857 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
858 factor when no hardware watchpoint support.
859
860 2019-03-28 Alan Hayward <alan.hayward@arm.com>
861 Pedro Alves <palves@redhat.com>
862
863 * boards/local-board.exp: set sysroot to /.
864
865 2019-03-27 Alan Hayward <alan.hayward@arm.com>
866
867 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
868 in child.
869
870 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
873 field.
874 (make_container): Initialise new field.
875 * gdb.python/py-prettyprint.exp: Add new tests.
876 * gdb.python/py-prettyprint.py (class ContainerPrinter)
877 <display_hint>: New method.
878
879 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
882 gdb_continue_to_breakpoint more throughout this test.
883 (run_lang_tests) Supply unique test names, and use
884 gdb_test_no_output.
885
886 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.base/finish-pretty.exp: Update expected results.
889 * gdb.base/pretty-print.c: New file.
890 * gdb.base/pretty-print.exp: New file.
891
892 2019-03-25 Pedro Alves <palves@redhat.com>
893
894 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
895 move comments outside list. Append '-i "" eof' section.
896
897 2019-03-22 Alan Hayward <alan.hayward@arm.com>
898
899 * README: Add pie options.
900 * gdb.base/break-interp.exp: Ensure pie is disabled.
901 * gdb.base/dump.exp: Likewise.
902 * lib/gdb.exp (gdb_compile): Add pie option.
903
904 2019-03-19 Tom Tromey <tromey@adacore.com>
905
906 * gdb.mi/mi2-cli-display.c: New file.
907 * gdb.mi/mi2-cli-display.exp: New file.
908
909 2019-03-18 Joel Brobecker <brobecker@adacore.com>
910 Tom Tromey <tromey@adacore.com>
911
912 * gdb.ada/ptype_array/pck.adb: New file.
913 * gdb.ada/ptype_array/pck.ads: New file.
914 * gdb.ada/ptype_array/foo.adb: New file.
915 * gdb.ada/ptype_array.exp: New file.
916
917 2019-03-14 Tom Tromey <tromey@adacore.com>
918
919 * gdb.base/style.exp: Add "set style sources" test.
920
921 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
922
923 * mi-breakpoint-location-ena-dis.exp: Rename to ...
924 * mi-breakpoint-multiple-locations.exp: ... this.
925 (make_breakpoints_pattern): New proc.
926 (do_test): Add mi_version parameter, test -break-insert,
927 -break-info and =breakpoint-created.
928
929 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * config/default.exp: Remove 'load_lib gdb.exp'.
932 * config/monitor.exp: Likewise.
933 * config/sid.exp: Likewise.
934 * config/sim.exp: Likewise.
935 * config/slite.exp: Likewise.
936 * config/unix.exp: Likewise.
937 * gdb.base/default.exp: Remove unhelpful comment.
938
939 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
942
943 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
946
947 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * gdb.fortran/type-kinds.exp: Update expected results.
950
951 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * gdb.fortran/type-kinds.exp: Test new integer type kind.
954
955 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
958 function.
959 (test_basic_parsing_of_type_kinds): Expand types tested.
960 (test_parsing_invalid_type_kinds): New function.
961
962 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.fortran/intrinsics.exp: New file.
965 * gdb.fortran/intrinsics.f90: New file.
966 * gdb.fortran/type-kinds.exp: New file.
967
968 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.fortran/dot-ops.exp: New file.
971
972 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
975 Check upper and lower case logical literals.
976
977 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.fortran/types.exp (test_float_literal_types_accepted):
980 Remove duplicate tests.
981
982 2019-03-06 Alan Hayward <alan.hayward@arm.com>
983
984 * lib/gdb.exp (builtin_cd): rename of cd.
985 (cd): Override builtin.
986
987 2019-03-06 Richard Bunt <richard.bunt@arm.com>
988
989 * gdb.fortran/function-calls.exp: New file.
990 * gdb.fortran/function-calls.f90: New test.
991
992 2019-03-04 Richard Bunt <richard.bunt@arm.com>
993
994 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
995 on user program standard output.
996 * gdb.fortran/short-circuit-argument-list.f90: Record function
997 calls.
998
999 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1000
1001 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1002 failure.
1003
1004 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1005
1006 PR gdb/8527
1007 * gdb.base/interrupt-daemon-attach.c,
1008 gdb.base/interrupt-daemon-attach.exp: New test.
1009
1010 2019-02-27 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.base/page.exp: Add tests for "set width/height -1".
1013
1014 2019-02-27 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.base/page.exp: Add tests for "set/show width/height" with
1017 "infinite" values.
1018
1019 2019-02-27 Tom Tromey <tromey@adacore.com>
1020
1021 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1022 2.4.
1023 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1024 workaround.
1025
1026 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1029 tests for structs with static members.
1030
1031 2019-02-26 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1034 ValueError, not TypeError.
1035
1036 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1037
1038 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1039 call from main program.
1040
1041 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1044 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1045 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1046 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1047 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1048
1049 2019-02-22 Keith Seitz <keiths@redhat.com>
1050
1051 PR symtab/23853
1052 * gdb.base/symlink-sourcefile.c: New file.
1053 * gdb.base/symlink-sourcefile.exp: New file.
1054
1055 2019-02-20 Tom Tromey <tom@tromey.com>
1056
1057 * gdb.base/info_qt.exp: Update.
1058
1059 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1060
1061 * gdb.base/source.exp: Move "error in sourced script" code to
1062 the end.
1063 * gdb.base/source-error.gdb: Move contents to
1064 source-error-1.gdb. Add new code to source source-error-1.gdb.
1065 * gdb.base/source-error-1.gdb: New file, from previous
1066 source-error.gdb.
1067
1068 2019-02-17 Tom Tromey <tom@tromey.com>
1069
1070 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1071 for macro styling.
1072 * gdb.base/style.c (SOME_MACRO): New macro.
1073
1074 2019-02-17 Tom Tromey <tom@tromey.com>
1075
1076 * gdb.base/style.exp: Add line-wrapping tests.
1077 * gdb.base/page.exp: Add test for quitting during pagination.
1078
1079 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1080
1081 * gdb.ada/big_packed_array: New testcase.
1082 * gdb.ada/homonym.exp: Fix incorrect expected output for
1083 "break <homonym__get_value>" test.
1084
1085 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1086
1087 PR breakpoints/21870
1088 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1089 and prepare_for_testing. Add comment.
1090 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1091 redundant cleanup call. Clean up comment.
1092
1093 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1094
1095 PR breakpoints/21870
1096 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1097 * gdb.arch/aarch64-dbreg-contents.c: New file.
1098
1099 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1100
1101 * gdb.ada/mi_ref_changeable: New testcase.
1102
1103 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1104
1105 * gdb.base/attach.exp: Add double attach test.
1106
1107 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1108
1109 * lib/gdb.exp (default_gdb_start): Don't match pagination
1110 prompt.
1111 (gdb_init): Set stty_init.
1112
1113 2019-01-27 Tom Tromey <tom@tromey.com>
1114
1115 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1116 skip_python_tests.
1117
1118 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1119
1120 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1121 New structure.
1122 (struct struct_static_02_02): Likewise.
1123 (struct struct_static_02_03): Likewise.
1124 (struct struct_static_02_04): Likewise.
1125 (struct struct_static_04_01): Likewise.
1126 (struct struct_static_04_02): Likewise.
1127 (struct struct_static_04_03): Likewise.
1128 (struct struct_static_04_04): Likewise.
1129 (struct struct_static_06_01): Likewise.
1130 (struct struct_static_06_02): Likewise.
1131 (struct struct_static_06_03): Likewise.
1132 (struct struct_static_06_04): Likewise.
1133 (cmp_struct_static_02_01): Likewise.
1134 (cmp_struct_static_02_02): Likewise.
1135 (cmp_struct_static_02_03): Likewise.
1136 (cmp_struct_static_02_04): Likewise.
1137 (cmp_struct_static_04_01): Likewise.
1138 (cmp_struct_static_04_02): Likewise.
1139 (cmp_struct_static_04_03): Likewise.
1140 (cmp_struct_static_04_04): Likewise.
1141 (cmp_struct_static_06_01): Likewise.
1142 (cmp_struct_static_06_02): Likewise.
1143 (cmp_struct_static_06_03): Likewise.
1144 (cmp_struct_static_06_04): Likewise.
1145 (call_all): Test new structs.
1146 * gdb.base/infcall-nested-structs.exp: Likewise.
1147
1148 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1149 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1150
1151 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1152 * gdb.base/stack-protector.c: New test.
1153 * gdb.base/stack-protector.exp: New file.
1154 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1155 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1156 option.
1157 (gdb_compile): Remove stack protector for GCC and prevent
1158 recursion.
1159
1160 2019-01-16 Keith Seitz <keiths@redhat.com>
1161
1162 PR gdb/23773
1163 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1164
1165 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1166
1167 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1168 aliases.
1169 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1170 tests.
1171 * gdb.arch/powerpc-vector-regs.c: New file.
1172 * gdb.arch/powerpc-vector-regs.exp: New file.
1173
1174 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1175
1176 * gdb.arch/altivec-regs.exp: Fix the list passed to
1177 gdb_expect_list when testing "info vector".
1178
1179 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.base/style.exp: Don't include path in testname.
1182
1183 2019-01-10 Keith Seitz <keiths@redhat.com>
1184
1185 PR gdb/23712
1186 PR symtab/23010
1187 * gdb.dwarf2/multidictionary.exp: New file.
1188
1189 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1190
1191 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1192 (test_gnuv3_style_demangling): ... this.
1193 (test_lucid_style_demangling): Remove.
1194 (test_arm_style_demangling): Remove.
1195 (test_hp_style_demangling): Remove.
1196 (do_tests): Remove calls to the above.
1197
1198 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1201 case.
1202
1203 2019-01-06 Tom Tromey <tom@tromey.com>
1204
1205 PR gdb/28155:
1206 * gdb.dwarf2/typedef-void-finish.exp: New file.
1207
1208 2018-12-28 Tom Tromey <tom@tromey.com>
1209 Simon Marchi <simark@simark.ca>
1210
1211 * gdb.base/jit-exec.exp: New file.
1212 * gdb.base/jit-exec.c: New file.
1213 * gdb.base/jit-execd.c: New file.
1214
1215 2018-12-28 Tom Tromey <tom@tromey.com>
1216
1217 * gdb.base/style.exp: Update test to check for address styling.
1218
1219 2018-12-28 Tom Tromey <tom@tromey.com>
1220
1221 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1222 message.
1223
1224 2018-12-28 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.base/style.exp: Add test for version number styling.
1227
1228 2018-12-28 Tom Tromey <tom@tromey.com>
1229
1230 * gdb.base/style.exp: Add test for print_address_symbolic.
1231
1232 2018-12-28 Tom Tromey <tom@tromey.com>
1233
1234 * gdb.base/style.exp: Add test for breakpoint setting.
1235
1236 2018-12-28 Tom Tromey <tom@tromey.com>
1237
1238 * gdb.base/style.exp: Add test for variable names.
1239
1240 2018-12-28 Tom Tromey <tom@tromey.com>
1241
1242 * gdb.base/style.exp: New file.
1243 * gdb.base/style.c: New file.
1244
1245 2018-12-28 Tom Tromey <tom@tromey.com>
1246
1247 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1248 "dumb".
1249 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1250 the TERM environment variable.
1251
1252 2018-12-27 Tom Tromey <tom@tromey.com>
1253
1254 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1255 pagination test.
1256
1257 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1260 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1261
1262 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1263
1264 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1265 Filename a.adb changed to bp_fun_addr.adb.
1266 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1267
1268 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1269
1270 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1271 non-PIE executables.
1272 * README: Mention the gdb,nopie_flag board setting.
1273 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1274 non-PIE executable.
1275 * gdb.arch/amd64-entry-value.exp: Likewise.
1276 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1277 * gdb.arch/i386-float.exp: Likewise.
1278 * gdb.arch/i386-signal.exp: Likewise.
1279 * gdb.mi/mi-reg-undefined.exp: Likewise.
1280
1281 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1282
1283 PR gdb/23974
1284 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1285
1286 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1287
1288 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1289 Update order of results accordingly.
1290
1291 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1292
1293 * gdb.base/annota1.exp: Update a test regexp.
1294
1295 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1298
1299 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1300
1301 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1302 (reuse_time): Initialize to REUSE_TIME_CAP.
1303 (check_rc): New function.
1304 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1305 Check pthread_create rc.
1306 (spawner_thread_func): Check pthread_create and pthread_join rc.
1307
1308 2018-12-08 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.base/list.exp (test_forward_search): Rename to ...
1311 (test_forward_reverse_search): ... this. Also test reverse-search
1312 and the forward-search alias.
1313
1314 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1317 local timeout variable before return, and remove all local timeout
1318 variable entirely.
1319 (gdb_load): Likewise.
1320
1321 2018-12-01 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.base/gdb-caching-proc.exp: New file.
1324
1325 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1326
1327 * Makefile.in (TIMESTAMP): New variable.
1328 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1329 command.
1330 (check-single-racy): Likewise.
1331 (check/%.exp): Likewise.
1332 (check-racy/%.exp): Likewise.
1333 (workers/%.worker): Likewise.
1334 (build-perf): Likewise.
1335 (check-perf): Likewise.
1336 * README: Describe new "TS" and "TS_FORMAT" variables.
1337 * print-ts.py: New file.
1338
1339 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1340
1341 PR python/23714
1342 * gdb.python/python.exp: Test command repetition after
1343 gdb.execute.
1344
1345 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1348 is correctly aligned.
1349
1350 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1351
1352 * gdb.ada/info_auto_lang.exp: New testcase.
1353 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1354 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1355 * gdb.ada/info_auto_lang/some_c.c: New file.
1356
1357 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1358
1359 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1360 FUNC_lang language syntax.
1361
1362 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1363
1364 * gdb.base/info_minsym.c: New file.
1365 * gdb.base/info_minsym.exp: New file.
1366
1367 2018-11-19 Tom Tromey <tom@tromey.com>
1368
1369 PR rust/23625:
1370 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1371 * gdb.rust/expr.exp: Update expected output. Change one test.
1372
1373 2018-11-19 Tom Tromey <tom@tromey.com>
1374
1375 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1376
1377 2018-11-19 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1380 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1381 see the expected warning.
1382
1383 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1384
1385 PR gdb/22736:
1386 * gdb.cp/infcall-nodebug-lib.c: New test.
1387 * gdb.cp/infcall-nodebug-main.c: New test.
1388 * gdb.cp/infcall-nodebug.exp: New file.
1389
1390 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1391
1392 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1393 completer tests.
1394
1395 2018-11-09 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.base/msym-lang.c: New test.
1398 * gdb.base/msym-lang.exp: New file.
1399 * gdb.base/msym-lang-main.c: New test.
1400
1401 2018-11-08 Tom Tromey <tom@tromey.com>
1402
1403 PR gdb/23555:
1404 PR gdb/23838:
1405 * gdb.base/warning.exp: New file.
1406
1407 2018-11-08 Jan Beulich <jbeulich@suse.com>
1408
1409 * testsuite/gdb.arch/i386-avx512.c,
1410 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1411
1412 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1415 point hardware.
1416
1417 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1420 * gdb.dwarf2/missing-type-name.exp: New file.
1421
1422 2018-11-06 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.base/many-headers.c: New test.
1425 * gdb.base/many-headers.exp: New file.
1426
1427 2018-11-06 Jim Wilson <jimw@sifive.com>
1428
1429 * gdb.base/code_elim.exp: For riscv, set additional_flags
1430 to include -msmall-data-limit=0.
1431
1432 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1433
1434 * gdb.ada/watch_minus_l: New testcase.
1435
1436 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1437
1438 * gdb.arch/aix-sighandle.c: New file.
1439 * gdb.arch/aix-sighandle.exp: New file.
1440
1441 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1442
1443 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1444 registers being unions.
1445
1446 2018-10-31 Tom de Vries <tdevries@suse.de>
1447
1448 * lib/valgrind.exp: New file.
1449 (vgdb_start, vgdb_stop): New procs, factored out of ...
1450 * gdb.base/valgrind-bt.exp: ... here, ...
1451 * gdb.base/valgrind-disp-step.exp: ... here and ...
1452 * gdb.base/valgrind-infcall.exp: ... here.
1453
1454 2018-10-31 Tom de Vries <tdevries@suse.de>
1455
1456 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1457
1458 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * gdb.dwarf2/void-type.c: New file.
1461 * gdb.dwarf2/void-type.exp: New file.
1462
1463 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1464
1465 * gdb.base/info_qt.c: New file.
1466 * gdb.base/info_qt.exp: New file.
1467
1468 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1469
1470 * gdb.arch/powerpc-htm-regs.c: New file.
1471 * gdb.arch/powerpc-htm-regs.exp: New file.
1472
1473 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1474
1475 * gdb.arch/powerpc-tar.c: New file.
1476 * gdb.arch/powerpc-tar.exp: New file.
1477
1478 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1479
1480 * gdb.arch/powerpc-ppr-dscr.c: New file.
1481 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1482
1483 2018-10-25 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1486
1487 2018-10-24 Tom de Vries <tdevries@suse.de>
1488
1489 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1490 longer exists error.
1491
1492 2018-10-24 Tom de Vries <tdevries@suse.de>
1493
1494 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1495
1496 2018-10-24 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1499 --db-attach in valgrind.
1500
1501 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.arch/riscv-reg-aliases.c: New file.
1504 * gdb.arch/riscv-reg-aliases.exp: New file.
1505
1506 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1507
1508 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1509
1510 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1511
1512 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1513
1514 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1515
1516 * gdb.cp/ovldbreak.exp: Fix regexps.
1517
1518 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1519
1520 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1521
1522 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1523
1524 PR cli/23785
1525 * gdb.base/restore.exp: New test to check if "restore" with an
1526 invalid file doesn't segfault.
1527
1528 2018-10-18 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1531 * gdb.ada/excep_handle.exp: Same.
1532 * gdb.ada/mi_string_access.exp: Same.
1533 * gdb.ada/mi_var_union.exp: Same.
1534 * gdb.arch/arc-analyze-prologue.exp: Same.
1535 * gdb.arch/arc-decode-insn.exp: Same.
1536 * gdb.base/readnever.exp: Same.
1537 * gdb.fortran/printing-types.exp: Same.
1538 * gdb.guile/scm-lazy-string.exp: Same.
1539
1540 2018-10-16 Tom de Vries <tdevries@suse.de>
1541
1542 PR gdb/23730
1543 * gdb.base/catch-follow-exec.c: Add copyright notice.
1544 * gdb.base/catch-follow-exec.exp: Rewrite to use
1545 gdb_spawn_with_cmdline_opts. Require gdb-native.
1546
1547 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1548
1549 * gdb.trace/actions-changed.exp: Check for arch support.
1550 * gdb.trace/actions.exp: Likewise.
1551 * gdb.trace/ax.exp: Likewise.
1552 * gdb.trace/backtrace.exp: Likewise.
1553 * gdb.trace/change-loc.exp: Likewise.
1554 * gdb.trace/deltrace.exp: Likewise.
1555 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1556 * gdb.trace/ftrace.exp: Likewise.
1557 * gdb.trace/infotrace.exp: Check for arch support.
1558 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1559 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1560 * gdb.trace/mi-tsv-changed.exp: Likewise.
1561 * gdb.trace/packetlen.exp: Likewise.
1562 * gdb.trace/passc-dyn.exp: Likewise.
1563 * gdb.trace/passcount.exp: Likewise.
1564 * gdb.trace/pending.exp: Likewise.
1565 * gdb.trace/range-stepping.exp: Check for shlib support.
1566 * gdb.trace/report.exp: Check for arch support.
1567 * gdb.trace/save-trace.exp: Likewise.
1568 * gdb.trace/signal.exp: Check for signal support.
1569 * gdb.trace/tfind.exp: Check for arch support.
1570 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1571 * gdb.trace/trace-common.h: Add comment.
1572 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1573 * gdb.trace/trace-enable-disable.exp: Likewise.
1574 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1575 * gdb.trace/tracecmd.exp: Check for arch support.
1576 * gdb.trace/tspeed.exp: Check for shlib and target support.
1577 * gdb.trace/tstatus.exp: Check for arch support.
1578 * gdb.trace/tsv.exp: Likewise.
1579 * gdb.trace/while-dyn.exp: Likewise.
1580 * gdb.trace/while-stepping.exp: Likewise.
1581 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1582
1583 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1584
1585 * gdb.trace/tspeed.exp: Remove nowarnings.
1586 (prepare_for_trace_test): Declare "global ipalib".
1587 * gdb.trace/tspeed.c: Include unistd.h.
1588 (main): Remove superfluous printf argument.
1589
1590 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1591
1592 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1593 directory prefix on the filename.
1594
1595 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1596
1597 * gdb.gdb/unittest.exp: Update expected message informing that
1598 selftests have been disabled.
1599 * gdb.server/unittest.exp: Likewise.
1600
1601 2018-10-09 Tom de Vries <tdevries@suse.de>
1602
1603 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1604 with runto_main.
1605
1606 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1607
1608 PR c++/16841
1609 * gdb.cp/virtbase2.cc: New file.
1610 * gdb.cp/virtbase2.exp: New file.
1611
1612 2018-10-06 Tom Tromey <tom@tromey.com>
1613
1614 PR python/19399:
1615 * gdb.python/py-inferior.exp: Add architecture test.
1616
1617 2018-10-06 Tom Tromey <tom@tromey.com>
1618
1619 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1620 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1621
1622 2018-10-06 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1625 of a "throw" catchpoint.
1626
1627 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1628
1629 * gdb.base/info-proc.exp: Update string expected from "help info
1630 proc".
1631
1632 2018-10-04 Tom Tromey <tom@tromey.com>
1633
1634 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1635 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1636 (test_initial_complaints, test_empty_complaints): Update.
1637 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1638
1639 2018-10-04 Tom Tromey <tom@tromey.com>
1640
1641 PR cli/19551:
1642 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1643 * lib/gdb.exp (gdb_file_cmd): Update.
1644 * gdb.stabs/weird.exp (print_weird_var): Update.
1645 * gdb.server/solib-list.exp: Update.
1646 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1647 * gdb.mi/mi-cli.exp: Update.
1648 * gdb.linespec/linespec.exp: Update.
1649 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1650 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1651 * gdb.cp/cp-relocate.exp: Update.
1652 * gdb.base/sym-file.exp: Update.
1653 * gdb.base/relocate.exp: Update.
1654 * gdb.base/readnever.exp: Update.
1655 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1656 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1657 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1658 * gdb.base/code_elim.exp: Update.
1659 * gdb.base/break-unload-file.exp (test_break): Update.
1660 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1661 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1662 Update.
1663 * gdb.base/attach.exp (do_attach_tests): Update.
1664 * gdb.base/sepdebug.exp: Update.
1665 * gdb.python/py-section-script.exp: Update.
1666
1667 2018-10-04 Tom Tromey <tom@tromey.com>
1668
1669 PR cli/22234:
1670 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1671 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1672 output.
1673
1674 2018-10-04 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1677 set width and height to 0.
1678 (test_command_line_attach_run): Use -quiet.
1679
1680 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1681
1682 * lib/gdb.exp (skip_ifunc_tests): New.
1683 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1684 other compile failures.
1685 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1686
1687 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1688
1689 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1690 is_amd64_regs_target.
1691
1692 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1693
1694 * gdb.arch/aarch64-sighandler-regs.c: New test.
1695 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1696 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1697
1698 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1699
1700 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1701 assembly.
1702
1703 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1704
1705 * gdb.base/frame-selection.exp: New file.
1706 * gdb.base/frame-selection.c: New file.
1707
1708 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1709
1710 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1711 pthread barrier.
1712 (main): Likewise.
1713
1714 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * gdb.base/large-frame-1.c: New file.
1717 * gdb.base/large-frame-2.c: New file.
1718 * gdb.base/large-frame.exp: New file.
1719 * gdb.base/large-frame.h: New file.
1720
1721 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1722
1723 PR gdb/20948
1724 * gdb.base/write_mem.exp: New test.
1725 * gdb.base/write_mem.c: Likewise.
1726
1727 2018-09-23 Tom Tromey <tom@tromey.com>
1728
1729 PR python/18852:
1730 * gdb.python/py-parameter.exp: Add test for parameter that throws
1731 on "set".
1732
1733 2018-09-23 Tom Tromey <tom@tromey.com>
1734
1735 PR python/17284:
1736 * gdb.python/py-template.exp (test_template_arg): Add test for
1737 negative template argument number.
1738
1739 2018-09-23 Tom Tromey <tom@tromey.com>
1740
1741 PR python/14062:
1742 * gdb.python/python.exp: Add test for post_event error.
1743
1744 2018-09-23 Tom Tromey <tom@tromey.com>
1745
1746 PR python/18170:
1747 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1748 convert pointers to int and long.
1749
1750 2018-09-23 Tom Tromey <tom@tromey.com>
1751
1752 PR python/20126:
1753 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1754 signed-ness conversion tests.
1755
1756 2018-09-23 Tom Tromey <tom@tromey.com>
1757
1758 PR python/18352;
1759 * gdb.python/py-value.exp (test_float_conversion): New proc.
1760 Use it.
1761
1762 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1763
1764 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1765
1766 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1767
1768 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1769 no readline.
1770 * gdb.base/utf8-identifiers.exp: Likewise.
1771 * gdb.cp/cpcompletion.exp: Likewise.
1772 * gdb.linespec/cpcompletion.exp: Likewise.
1773 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1774 * gdb.linespec/cpls-ops.exp: Likewise.
1775
1776 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1777 Chris January <chris.january@arm.com>
1778
1779 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1780 * gdb.fortran/short-circuit-argument-list.exp: New file.
1781 * gdb.fortran/short-circuit-argument-list.f90: New test.
1782
1783 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1784
1785 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1786 "arch=" keyword when executing "-stack-list-frames".
1787
1788 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 * gdb.arch/amd64-invalid-stack-middle.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.ada/complete.exp: Expect for "@" when doing "complete
1796 break ada".
1797
1798 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1799
1800 PR python/23669
1801 * gdb.python/python.exp: Test gdb.execute("show commands").
1802
1803 2018-09-16 Tom Tromey <tom@tromey.com>
1804
1805 * gdb.base/new-ui.exp (do_execution_tests): Update.
1806 * gdb.base/dbx.exp (test_breakpoints): Update.
1807
1808 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1809
1810 * lib/gdb.exp (gdb_simple_compile): Add proc.
1811 (is_elf_target): Use gdb_simple_compile.
1812 (skip_altivec_tests): Likewise.
1813 (skip_vsx_tests): Likewise.
1814 (skip_tsx_tests): Likewise.
1815 (skip_btrace_tests): Likewise.
1816 (skip_btrace_pt_tests): Likewise.
1817 (gdb_can_simple_compile): Likewise.
1818 (gdb_has_argv0): Likewise.
1819 (gdb_target_symbol_prefix): Likewise.
1820 (target_supports_scheduler_locking): Likewise.
1821
1822 2018-09-13 Tom Tromey <tom@tromey.com>
1823
1824 * Makefile.in (TAGS): Recognize proc_with_prefix and
1825 gdb_caching_proc.
1826
1827 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1828
1829 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1830 method.
1831
1832 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1833
1834 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1835 and a few other Inferior properties when the Inferior is no
1836 longer valid.
1837
1838 2018-09-13 Tom Tromey <tom@tromey.com>
1839
1840 PR rust/23650:
1841 * gdb.rust/simple.exp: Add test for enum field access error.
1842
1843 2018-09-13 Tom Tromey <tom@tromey.com>
1844
1845 PR rust/23626:
1846 * gdb.rust/simple.rs (EmptyEnum): New type.
1847 (main): Use it.
1848 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1849
1850 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1851
1852 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1853 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1854 * gdb.python/py-symtab.exp: Update test printing an objfile.
1855
1856 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1857
1858 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1859 object.
1860
1861 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1862
1863 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1864 (support_complex_tests): Use gdb_can_simple_compile.
1865 (is_ilp32_target): Likewise.
1866 (is_lp64_target): Likewise.
1867 (is_64_target): Likewise.
1868 (is_amd64_regs_target): Likewise.
1869 (is_aarch32_target): Likewise.
1870 (gdb_int128_helper): Likewise.
1871
1872 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1873
1874 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1875
1876 2018-09-10 Jerome Guitton <guitton@adacore.com>
1877
1878 * gdb.ada/same_component_name: Add test for case of tagged record
1879 with variable-length fields.
1880
1881 2018-09-10 Xavier Roirand <roirand@adacore.com>
1882
1883 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1884 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1885 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1886 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1887
1888 2018-09-10 Xavier Roirand <roirand@adacore.com>
1889
1890 * gdb.ada/mi_string_access.exp: New testcase.
1891 * gdb.ada/mi_string_access/bar.adb: New file.
1892 * gdb.ada/mi_string_access/pck.adb: New file.
1893 * gdb.ada/mi_string_access/pck.asd: New file.
1894
1895 2018-09-10 Xavier Roirand <roirand@adacore.com>
1896
1897 * gdb.ada/mi_var_union.exp: New testcase.
1898 * gdb.ada/mi_var_union/bar.adb: New file.
1899 * gdb.ada/mi_var_union/pck.adb: New file.
1900 * gdb.ada/mi_var_union/pck.asd: New file.
1901
1902 2018-09-08 Tom Tromey <tom@tromey.com>
1903
1904 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1905
1906 2018-09-08 Tom Tromey <tom@tromey.com>
1907
1908 PR python/16047:
1909 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1910 (register_pretty_printers): Register new printer.
1911 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1912 test.
1913 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1914 (an_int_type3): New global.
1915
1916 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1917
1918 * gdb.ada/expr_with_funcall: New testcase.
1919
1920 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1921
1922 * gdb.ada/packed_array_assign: New testcase.
1923
1924 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1925
1926 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1927 names, and add test prefixes to make test names unique.
1928
1929 2018-09-05 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.dwarf2/varval.exp: Add test.
1932
1933 2018-09-04 Gary Benson <gbenson@redhat.com>
1934
1935 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1936 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1937
1938 2018-08-31 Tom Tromey <tom@tromey.com>
1939
1940 * gdb.rust/simple.rs: Rename second variable "v".
1941
1942 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.base/funcargs.c (use_a): New function.
1945 (recurse): Call use_a.
1946
1947 2018-08-29 Keith Seitz <keiths@redhat.com>
1948
1949 * gdb.compile/compile-cplus-anonymous.cc: New file.
1950 * gdb.compile/compile-cplus-anonymous.exp: New file.
1951 * gdb.compile/compile-cplus-array-decay.cc: New file.
1952 * gdb.compile/compile-cplus-array-decay.exp: New file.
1953 * gdb.compile/compile-cplus-inherit.cc: New file.
1954 * gdb.compile/compile-cplus-inherit.exp: New file.
1955 * gdb.compile/compile-cplus-member.cc: New file.
1956 * gdb.compile/compile-cplus-member.exp: New file.
1957 * gdb.compile/compile-cplus-method.cc: New file.
1958 * gdb.compile/compile-cplus-method.exp: New file.
1959 * gdb.compile/compile-cplus-mod.c: "New" file.
1960 * gdb.compile/compile-cplus-namespace.cc: New file.
1961 * gdb.compile/compile-cplus-namespace.exp: New file.
1962 * gdb.compile/compile-cplus-nested.cc: New file.
1963 * gdb.compile/compile-cplus-nested.exp: New file.
1964 * gdb.compile/compile-cplus-print.c: "New" file.
1965 * gdb.compile/compile-cplus-print.exp: "New" file.
1966 * gdb.compile/compile-cplus-virtual.cc: New file.
1967 * gdb.compile/compile-cplus-virtual.exp: New file.
1968 * gdb.compile/compile-cplus.c: "New" file.
1969 * gdb.compile/compile-cplus.exp: "New" file.
1970 * lib/compile-support.exp: New file.
1971
1972 2018-08-16 Gary Benson <gbenson@redhat.com>
1973
1974 PR gdb/13000:
1975 * gdb.base/batch-exit-status.exp: New file.
1976 * gdb.base/batch-exit-status.good-commands: Likewise.
1977 * gdb.base/batch-exit-status.bad-commands: Likewise.
1978
1979 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1980
1981 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1982 (struct struct02): Likewise.
1983 (struct struct03): Likewise.
1984 (struct struct04): Likewise.
1985 (struct struct_01_01): New struct.
1986 (struct struct_01_02): Likewise.
1987 (struct struct_01_03): Likewise.
1988 (struct struct_01_04): Likewise.
1989 (struct struct_02_01): Likewise.
1990 (struct struct_02_02): Likewise.
1991 (struct struct_02_03): Likewise.
1992 (struct struct_02_04): Likewise.
1993 (struct struct_04_01): Likewise.
1994 (struct struct_04_02): Likewise.
1995 (struct struct_04_03): Likewise.
1996 (struct struct_04_04): Likewise.
1997 (struct struct_05_01): Likewise.
1998 (struct struct_05_02): Likewise.
1999 (struct struct_05_03): Likewise.
2000 (struct struct_05_04): Likewise.
2001 (cmp_struct01): Remove function.
2002 (cmp_struct02): Likewise.
2003 (cmp_struct03): Likewise.
2004 (cmp_struct04): Likewise.
2005 (cmp_struct_01_01): Add Function.
2006 (cmp_struct_01_02): Likewise.
2007 (cmp_struct_01_03): Likewise.
2008 (cmp_struct_01_04): Likewise.
2009 (cmp_struct_02_01): Likewise.
2010 (cmp_struct_02_02): Likewise.
2011 (cmp_struct_02_03): Likewise.
2012 (cmp_struct_02_04): Likewise.
2013 (cmp_struct_04_01): Likewise.
2014 (cmp_struct_04_02): Likewise.
2015 (cmp_struct_04_03): Likewise.
2016 (cmp_struct_04_04): Likewise.
2017 (cmp_struct_05_01): Likewise.
2018 (cmp_struct_05_02): Likewise.
2019 (cmp_struct_05_03): Likewise.
2020 (cmp_struct_05_04): Likewise.
2021 (call_all): Add new structs.
2022 * gdb.base/infcall-nested-structs.exp: Likewise.
2023
2024 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2025
2026 * gdb.python/py-framefilter-mi.exp: Update regexp to
2027 check for "arch" field in frame output.
2028
2029 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2030
2031 * gdb.dwarf2/dw2-ranges-func.c: New file.
2032 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2033
2034 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2035
2036 * gdb.base/term.exp: Compare terminal settings with values from
2037 the inferior.
2038 * gdb.base/term.c: Get and set terminal settings.
2039
2040 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2041
2042 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2043 accommodate new "arch" field in frame output.
2044 * gdb.mi/mi-return.exp: Likewise.
2045 * gdb.mi/mi-stack.exp: Likewise.
2046 * gdb.mi/mi-syn-frame.exp: Likewise.
2047 * gdb.mi/user-selected-context-sync.exp: Likewise.
2048
2049 2018-08-19 Michael Spang <spang@google.com>
2050
2051 PR gdb/11786
2052 * gdb.base/gcore-tls-pie.c: New file.
2053 * gdb.base/gcore-tls-pie.exp: New file.
2054
2055 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2056
2057 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2058 * gdb.dwarf2/varval.c: New file.
2059 * gdb.dwarf2/varval.exp: New file.
2060
2061 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2062
2063 PR gdb/18931
2064 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2065
2066 2018-08-16 Keith Seitz <keiths@redhat.com>
2067
2068 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2069 tests expected to pass.
2070
2071 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2072
2073 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2074 -data-disassemble -a.
2075 (test_disassembly_bogus_args): Likewise.
2076
2077 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2080
2081 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.base/vla-optimized-out.exp: Add new test.
2084
2085 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2086
2087 * gdb.base/vla-optimized-out-o3.exp: Delete.
2088 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2089 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2090 deleted tests.
2091
2092 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 PR gdb/18050:
2095 * gdb.server/extended-remote-restart.c: New file.
2096 * gdb.server/extended-remote-restart.exp: New file.
2097
2098 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2099
2100 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2101 "set variable index = 42".
2102
2103 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2104
2105 * boards/index-cache-gdb.exp: New file.
2106 * gdb.dwarf2/index-cache.exp: New file.
2107 * gdb.dwarf2/index-cache.c: New file.
2108 * gdb.base/maint.exp: Check if we are using the index cache.
2109
2110 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2111
2112 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2113 MAKEFLAGS.
2114
2115 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2116
2117 * dg-extract-results.sh: Move to toplevel contrib.
2118 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2119 * Makefile.in (check-parallel-racy): Likewise.
2120
2121 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2124 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2125 tests if the target supports scheduler locking.
2126
2127 2018-08-04 Tom de Vries <tdevries@suse.de>
2128
2129 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2130
2131 2018-08-02 Tom Tromey <tom@tromey.com>
2132
2133 PR symtab/16842.
2134 * gdb.cp/temargs.exp: Test "info address" of a template
2135 parameter.
2136
2137 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2138
2139 * gdb.python/py-mi-var-info-path-expression.c: New file.
2140 * gdb.python/py-mi-var-info-path-expression.py: New file.
2141 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2142
2143 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2144
2145 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2146 error after "cannot resolve name" string.
2147
2148 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2151 started.
2152 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2153
2154 2018-07-28 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2157
2158 2018-07-26 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2161
2162 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2165 is visible.
2166
2167 2018-07-26 Tom de Vries <tdevries@suse.de>
2168
2169 PR breakpoints/23366
2170 * gdb.base/catch-follow-exec.c: New test.
2171 * gdb.base/catch-follow-exec.exp: New file.
2172
2173 2018-07-25 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2176 vla-optimized-out.c.
2177
2178 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2179
2180 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2181 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2182
2183 2018-07-20 Tom de Vries <tdevries@suse.de>
2184
2185 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2186 NOCLONE macro.
2187 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2188
2189 2018-07-19 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2192 regular expression.
2193
2194 2018-07-18 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.base/vla-optimized-out.c: New test.
2197 * gdb.base/vla-optimized-out.exp: New file.
2198
2199 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2200
2201 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2202 message "No address associated with hostname" when gdbserver
2203 cannot resolve the hostname.
2204
2205 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2206
2207 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2208 Add some test prefixes to make tests unique.
2209
2210 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2211
2212 * gdb.base/frameapply.c: New file.
2213 * gdb.base/frameapply.exp: New file.
2214
2215 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2216
2217 * gdb.base/skip.exp: Update expected error message.
2218
2219 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2220 Jan Kratochvil <jan.kratochvil@redhat.com>
2221 Paul Fertser <fercerpav@gmail.com>
2222 Tsutomu Seki <sekiriki@gmail.com>
2223
2224 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2225 parameter.
2226 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2227 by default.
2228 * boards/native-gdbserver.exp: Likewise.
2229 * gdb.server/run-without-local-binary.exp: Improve regexp used
2230 for detecting when a remote debugging connection succeeds.
2231 * gdb.server/server-connect.exp: New file.
2232 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2233 Do not prefix the port number with ":".
2234 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2235 support for detecting and using it. Add '$debughost_gdbserver'
2236 to the list of arguments used to start gdbserver. Handle case
2237 when gdbserver cannot resolve a network name.
2238
2239 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2240
2241 PR c++/23373
2242 * gdb.base/ptype-offsets.cc (struct static_member): New
2243 struct.
2244 (main) <stmember>: New variable.
2245 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2246 with a static member in it.
2247
2248 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2251 watchpoints enabled and disabled.
2252
2253 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.base/examine-backward.exp: Still run tests around address
2256 0x0, even if address 0x0 is not readable. Update the pattern for
2257 matching address 0x0 in expected output.
2258
2259 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2262 malloc/free.
2263
2264 2018-07-04 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2267
2268 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2269
2270 PR tdep/8282
2271 * gdb.arch/mips-disassembler-options.exp: New test.
2272 * gdb.arch/mips-disassembler-options.s: New test source.
2273
2274 2018-06-29 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.threads/names.exp: Adjust expected "info threads" output.
2277
2278 2018-06-29 Pedro Alves <palves@redhat.com>
2279
2280 * gdb.opt/inline-break.exp (line number, address): Add "info
2281 break" tests.
2282
2283 2018-06-29 Pedro Alves <palves@redhat.com>
2284
2285 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2286 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2287 number and address and running to them.
2288
2289 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2290
2291 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2292
2293 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 * lib/compiler.c: Remove executable permission flag.
2296
2297 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2298
2299 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2300 code.
2301 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2302
2303 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2304
2305 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2306
2307 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2308
2309 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2310 address argument is omitted.
2311
2312 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2313
2314 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2315
2316 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2317
2318 PR gdb/21695
2319 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2320 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2321
2322 2018-06-26 Tom Tromey <tom@tromey.com>
2323
2324 PR rust/22574:
2325 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2326 * gdb.rust/simple.rs (struct SimpleLayout): New.
2327
2328 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2329
2330 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2331 "info registers" output.
2332
2333 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2334
2335 * gdb.base/watchpoint-hw-attach.c: New test.
2336 * gdb.base/watchpoint-hw-attach.exp: New file.
2337
2338 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2341 through /bin/sh.
2342 * boards/dwarf4-gdb-index.exp: Likewise.
2343 * boards/fission-dwp.exp: Likewise.
2344
2345 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2346
2347 * gdb.base/float128.exp: Add comment and improved fail message
2348 to the failure case of "print large128" test.
2349
2350 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2351
2352 * configure.ac: Remove AC_PREREQ.
2353 * configure: Re-generate.
2354
2355 2018-06-19 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2358 (func_extern_caller): New.
2359 (main): Call func_extern_caller.
2360 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2361 logic change.
2362
2363 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2364
2365 PR gdb/16841
2366 * gdb.cp/typedef-base.cc: New file.
2367 * gdb.cp/typedef-base.exp: New file.
2368
2369 2018-06-18 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2372
2373 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2374 Richard Bunt <Richard.Bunt@arm.com>
2375
2376 * gdb.threads/attach-slow-waitpid.c: New file.
2377 * gdb.threads/attach-slow-waitpid.exp: New file.
2378 * gdb.threads/slow-waitpid.c: New file.
2379
2380 2018-06-14 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.base/fork-running-state.c: Include <errno.h>.
2383 (exit_if_relative_exits): New.
2384 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2385 exits.
2386 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2387 child exits.
2388
2389 2018-06-14 Tom de Vries <tdevries@suse.de>
2390
2391 PR cli/22573
2392 * gdb.base/finish-pretty.c: New test.
2393 * gdb.base/finish-pretty.exp: New file.
2394
2395 2018-06-14 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2398 gdb's expected startup output.
2399
2400 2018-06-14 Pedro Alves <palves@redhat.com>
2401
2402 * lib/selftest-support.exp (selftest_setup): Remove inlined
2403 function handling.
2404
2405 2018-06-14 Tom de Vries <tdevries@suse.de>
2406
2407 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2408 matching of breakpoint printing.
2409
2410 2018-06-13 Tom de Vries <tdevries@suse.de>
2411
2412 PR testsuite/23269
2413 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2414 (fork_child): ... here, and ...
2415 (fork_parent): ... here.
2416
2417 2018-06-12 Tom de Vries <tdevries@suse.de>
2418
2419 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2420
2421 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2422 Stephen Roberts <stephen.roberts@arm.com>
2423
2424 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2425 rewrite test to describe action performed, rather than possible
2426 failure.
2427
2428 2018-06-08 Gary Benson <gbenson@redhat.com>
2429
2430 * gdb.threads/check-libthread-db.exp: New file.
2431 * gdb.threads/check-libthread-db.c: Likewise.
2432
2433 2018-06-05 Tom Tromey <tom@tromey.com>
2434
2435 * gdb.base/default.exp: Update expected "show version" output.
2436
2437 2018-06-05 Tom Tromey <tom@tromey.com>
2438
2439 PR cli/12326:
2440 * gdb.cp/static-print-quit.exp: Update.
2441 * lib/gdb.exp (pagination_prompt): Update.
2442 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2443 * gdb.python/python.exp: Update.
2444
2445 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2446
2447 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2448
2449 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2450
2451 * gdb.ada/bp_fun_addr: New testcase.
2452
2453 2018-06-01 Tom Tromey <tom@tromey.com>
2454
2455 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2456 results.
2457 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2458 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2459 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2460 * gdb.base/maint.exp (maint_pass_if): Update.
2461
2462 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2463
2464 * gdb.base/endian.exp: New test.
2465 * gdb.base/endian.c: New test source.
2466
2467 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 PR gdb/23203
2470 * gdb.base/bt-selected-frame.c: New file.
2471 * gdb.base/bt-selected-frame.exp: New file.
2472 * lib/gdb.exp (get_current_frame_number): New function.
2473
2474 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2475 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.threads/tls-core.c: Include <stdlib.h>
2478 (thread_proc): Call `abort'.
2479 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2480 (tls_core_test): New procedure, bits factored out from ...
2481 (top level): ... here. Test both native cores and gcore cores.
2482
2483 2018-05-23 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2486
2487 2018-05-23 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2490 symfile_complaints.
2491 (test_short_complaints): Likewise.
2492 (test_empty_complaints): Likewise.
2493 (test_initial_complaints): Update.
2494
2495 2018-05-23 Tom Tromey <tom@tromey.com>
2496
2497 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2498
2499 2018-05-23 Tom Tromey <tom@tromey.com>
2500
2501 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2502 (test_short_complaints): Update.
2503
2504 2018-05-22 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/remote.exp: Only gdb_start after compiling the
2507 testcase. Issue "disconnect" before testing "set remote" command
2508 defaults. Issue clean_restart before running to main.
2509
2510 2018-05-22 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/remote.exp: Adjust expected output of "show remote
2513 memory-write-packet-size". Add tests for "set remote
2514 memory-write-packet-size 0" and "set remote
2515 memory-write-packet-size fixed/limit".
2516
2517 2018-05-22 Pedro Alves <palves@redhat.com>
2518
2519 PR gdb/22973
2520 * gdb.base/utf8-identifiers.c: New file.
2521 * gdb.base/utf8-identifiers.exp: New file.
2522
2523 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2524
2525 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2526
2527 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2528
2529 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2530
2531 2018-05-18 Tom Tromey <tom@tromey.com>
2532
2533 * gdb.base/ptype-offsets.exp: Update.
2534
2535 2018-05-17 Keith Seitz <keiths@redhat.com>
2536
2537 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2538 in expected breakpoint stop locations.
2539 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2540 move to proper scope to test variable values.
2541 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2542 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2543 New functions.
2544 (main): Call not_inline_func3.
2545 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2546 inline_func1, inline_func2, and inline_func3. Test that when each
2547 breakpoint is hit, GDB properly reports both the stop location
2548 and the backtrace. Repeat tests for temporary breakpoints.
2549
2550 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2551
2552 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2553 rather then trying to access it in determining whether the PID
2554 of `gdbserver' could have been retrieved.
2555
2556 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * gdb.arch/amd64-init-x87-values.S: New file.
2559 * gdb.arch/amd64-init-x87-values.exp: New file.
2560
2561 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2564
2565 2018-05-04 Tom Tromey <tom@tromey.com>
2566
2567 PR python/22730:
2568 * gdb.python/python.exp: Test multi-line execute.
2569
2570 2018-05-04 Tom Tromey <tom@tromey.com>
2571
2572 PR python/22731:
2573 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2574
2575 2018-05-04 Tom Tromey <tom@tromey.com>
2576
2577 PR gdb/11750:
2578 * gdb.base/define.exp: Test defining a user command inside a user
2579 command.
2580 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2581
2582 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2583 Pedro Alves <palves@redhat.com>
2584
2585 PR breakpoints/19806 and support for PR external/20207.
2586 * gdb.base/watchpoint-unaligned.c: New file.
2587 * gdb.base/watchpoint-unaligned.exp: New file.
2588
2589 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.base/maint.exp: Make test names unique, use
2592 test_prefix_command_help to test 'help maint info', and remove
2593 repeated test of 'help maint'.
2594
2595 2018-05-04 Tom Tromey <tom@tromey.com>
2596
2597 PR gdb/22619:
2598 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2599 behavior.
2600
2601 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.base/maint.exp: Process output from 'maint print registers'
2604 line at a time.
2605
2606 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2609 timeout.
2610
2611 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2614 filter pattern.
2615
2616 2018-05-02 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2619 to_log_command renames.
2620 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2621
2622 2018-05-02 Tom Tromey <tom@tromey.com>
2623
2624 * gdb.python/py-parameter.exp: Set test message.
2625
2626 2018-05-02 Tom Tromey <tom@tromey.com>
2627
2628 PR python/20084:
2629 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2630 PARAM_ZUINTEGER_UNLIMITED tests.
2631
2632 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2633
2634 PR rust/23124
2635 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2636 when casting.
2637
2638 2018-04-30 Tom Tromey <tom@tromey.com>
2639
2640 * gdb.python/py-type.exp: Check align attribute.
2641 * gdb.python/py-type.c: New "aligncheck" global.
2642
2643 2018-04-30 Tom Tromey <tom@tromey.com>
2644
2645 PR exp/17095:
2646 * gdb.dwarf2/dw2-align.exp: New file.
2647 * gdb.cp/align.exp: New file.
2648 * gdb.base/align.exp: New file.
2649 * lib/gdb.exp (gdb_int128_helper): New proc.
2650 (has_int128_c, has_int128_cxx): New caching procs.
2651
2652 2018-04-27 Tom Tromey <tom@tromey.com>
2653
2654 PR rust/22545:
2655 * gdb.rust/simple.exp: Add inclusive range tests.
2656
2657 2018-04-26 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2660 ifunc breakpoint locations correctly of ifunc breakpoints set
2661 while the program resolves the ifunc.
2662
2663 2018-04-26 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.base/gnu-ifunc-final.c: New file.
2666 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2667 * gdb.base/gnu-ifunc.exp (executable): Delete.
2668 (staticexecutable): Adjust.
2669 (lib_opts, exec_opts): Delete.
2670 (make_binsuffix, build, set-break): New procedures.
2671 (misc_tests): New, with tests factored out from the top level.
2672 (top level): Test different combinations of ifunc resolver name,
2673 resolver with and with debug info, and ifunc target with and
2674 without debug info. Wrap static tests with with_target_prefix.
2675
2676 2018-04-26 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2679 return type" warnings.
2680
2681 2018-04-25 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2684 killed".
2685 * gdb.base/kill-after-signal.exp: Likewise.
2686 * gdb.threads/kill.exp: Likewise.
2687
2688 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2689 Sergio Durigan Junior <sergiodj@redhat.com>
2690 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2693 regexps to expect for '[Inferior ... detached]' as well.
2694 * gdb.base/attach.exp: Likewise.
2695 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2696 "gdb_continue_to_end".
2697 (test_catch_syscall_with_wrong_args): Likewise.
2698 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2699 ']'. Don't set 'verbose' on.
2700 * gdb.base/foll-vfork.exp: Likewise.
2701 * gdb.base/fork-print-inferior-events.c: New file.
2702 * gdb.base/fork-print-inferior-events.exp: New file.
2703 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2704 '[Inferior ... has been killed]' message.
2705 * gdb.base/kill-after-signal.exp: Likewise.
2706 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2707 detach message.
2708 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2709 message.
2710 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2711 regexps to expect for '[Inferior ... detached]' as well.
2712 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2713
2714 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2715
2716 PR gdb/23104
2717 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2718
2719 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2720
2721 * gdb.threads/multiple-successive-infcall.c: New test.
2722 * gdb.threads/multiple-successive-infcall.exp: New file.
2723
2724 2018-04-17 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.rust/simple.rs (Union): New type.
2727 (main): New local "u".
2728 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2729
2730 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2731
2732 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2733 number information in output of "whereis" command.
2734 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2735
2736 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2737
2738 * gdb.ada/info_types.exp: Adjust expected output to the line
2739 numbers now printed by "info var/func/type".
2740 * gdb.base/completion.exp: Likewise.
2741 * gdb.base/included.exp: Likewise.
2742 * gdb.cp/cp-relocate.exp: Likewise.
2743 * gdb.cp/cplusfuncs.exp: Likewise.
2744 * gdb.cp/namespace.exp: Likewise.
2745 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2746
2747 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2748
2749 * gdb.btrace/cpu.exp: New.
2750
2751 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2752
2753 * gdb.base/step-indirect-call-thunk.exp: New.
2754 * gdb.base/step-indirect-call-thunk.c: New.
2755 * gdb.reverse/step-indirect-call-thunk.exp: New.
2756 * gdb.reverse/step-indirect-call-thunk.c: New.
2757
2758 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2759
2760 * gdb.base/pie-fork.c: New file.
2761 * gdb.base/pie-fork.exp: New file.
2762
2763 2018-04-11 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2766
2767 2018-04-10 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2770 exits. Instead loop running forever.
2771 (fork_parent): Run forever too.
2772
2773 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2774
2775 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2776 mi_continue_to_line.
2777 * gdb.mi/mi-stack.c (callee4): Add comment.
2778
2779 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2780
2781 * gdb.mi/mi-stack.exp: Fix indentation.
2782
2783 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2784
2785 PR gdb/22979
2786 * gdb.arch/amd64-osabi.exp: New file.
2787
2788 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2789
2790 PR gdb/22980
2791 * gdb.base/osabi.exp: New file.
2792
2793 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2794
2795 * gdb.cp/static-typedef-print.exp: New file.
2796 * gdb.cp/static-typedef-print.cc: New file.
2797
2798 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2799
2800 * gdb.ada/varsize_limit: New testcase.
2801
2802 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2803
2804 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2805
2806 * gdb.ada/notcplusplus: New testcase.
2807
2808 * gdb.base/c-linkage-name.c: New file.
2809 * gdb.base/c-linkage-name.exp: New testcase.
2810
2811 2018-03-26 Tom Tromey <tom@tromey.com>
2812
2813 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2814 * gdb.python/py-framefilter.py (name_error): New global.
2815 (ErrorInName.function): Use name_error.
2816
2817 2018-03-26 Tom Tromey <tom@tromey.com>
2818
2819 PR backtrace/15582:
2820 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2821
2822 2018-03-23 Keith Seitz <keiths@redhat.com>
2823
2824 PR c++/22968
2825 * gdb.cp/subtypes.exp: New file.
2826 * gdb.cp/subtypes.h: New file.
2827 * gdb.cp/subtypes.cc: New file.
2828 * gdb.cp/subtypes-2.cc: New file.
2829
2830 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2833 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2834 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2835 -nostartfiles when compiling the test. Confirm that all registers
2836 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2837
2838 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2841 option, syntax was wrong anyway.
2842 * gdb.arch/arm-disp-step.exp: Likewise.
2843 * gdb.arch/sparc64-regs.exp: Likewise.
2844 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2845 option, syntax was wrong anyway, switch to use
2846 prepare_for_testing.
2847 * gdb.arch/i386-disp-step.exp: Likewise.
2848
2849 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2850
2851 * gdb.ada/exec_changed.exp: Replace "target_info exists
2852 use_gdb_stub" by "use_gdb_stub".
2853 * gdb.ada/start.exp: Likewise.
2854 * gdb.base/async-shell.exp: Likewise.
2855 * gdb.base/attach-pie-misread.exp: Likewise.
2856 * gdb.base/attach-wait-input.exp: Likewise.
2857 * gdb.base/break-entry.exp: Likewise.
2858 * gdb.base/break-interp.exp: Likewise.
2859 * gdb.base/dprintf-detach.exp: Likewise.
2860 * gdb.base/nostdlib.exp: Likewise.
2861 * gdb.base/solib-nodir.exp: Likewise.
2862 * gdb.base/statistics.exp: Likewise.
2863 * gdb.base/testenv.exp: Likewise.
2864 * gdb.mi/mi-exec-run.exp: Likewise.
2865 * gdb.mi/mi-start.exp: Likewise.
2866 * gdb.multi/dummy-frame-restore.exp: Likewise.
2867 * gdb.multi/multi-arch-exec.exp: Likewise.
2868 * gdb.multi/multi-arch.exp: Likewise.
2869 * gdb.multi/tids.exp: Likewise.
2870 * gdb.multi/watchpoint-multi.exp: Likewise.
2871 * gdb.python/py-events.exp: Likewise.
2872 * gdb.threads/attach-into-signal.exp: Likewise.
2873 * gdb.threads/attach-stopped.exp: Likewise.
2874 * gdb.threads/threadapply.exp: Likewise.
2875 * lib/selftest-support.exp: Likewise.
2876
2877 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2878
2879 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2880
2881 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2882
2883 * gdb.perf/template-breakpoints.cc: New file.
2884 * gdb.perf/template-breakpoints.exp: New file.
2885 * gdb.perf/template-breakpoints.py: New file.
2886
2887 2018-03-19 Tom Tromey <tom@tromey.com>
2888
2889 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2890 y0.
2891 * gdb.rust/simple.exp: Test bare identifier form of struct
2892 initializer.
2893
2894 2018-03-19 Tom Tromey <tom@tromey.com>
2895
2896 * gdb.gdb/observer.exp: Remove.
2897
2898 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2899
2900 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2901 "qualified" option when setting breakpoints.
2902 * gdb.trace/backtrace.exp: Likewise.
2903 * gdb.trace/circ.exp: Likewise.
2904 * gdb.trace/collection.exp: Likewise.
2905 * gdb.trace/disconnected-tracing.exp: Likewise.
2906 * gdb.trace/ftrace-lock.exp: Likewise.
2907 * gdb.trace/ftrace.exp: Likewise.
2908 * gdb.trace/infotrace.exp: Likewise.
2909 * gdb.trace/packetlen.exp: Likewise.
2910 * gdb.trace/passc-dyn.exp: Likewise.
2911 * gdb.trace/qtro.exp: Likewise.
2912 * gdb.trace/read-memory.exp: Likewise.
2913 * gdb.trace/report.exp: Likewise.
2914 * gdb.trace/signal.exp: Likewise.
2915 * gdb.trace/status-stop.exp: Likewise.
2916 * gdb.trace/strace.exp: Likewise.
2917 * gdb.trace/tfind.exp: Likewise.
2918 * gdb.trace/trace-break.exp: Likewise.
2919 * gdb.trace/trace-condition.exp: Likewise.
2920 * gdb.trace/trace-mt.exp: Likewise.
2921 * gdb.trace/tstatus.exp: Likewise.
2922 * gdb.trace/tsv.exp: Likewise.
2923 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2924 * gdb.trace/unavailable.exp: Likewise.
2925 * gdb.trace/while-dyn.exp: Likewise.
2926
2927 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2928
2929 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2930 that libinproctrace is copied to the target.
2931
2932 2018-03-14 Tom Tromey <tom@tromey.com>
2933
2934 PR cli/14977:
2935 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2936 a null pointer.
2937 * gdb.base/wchar.exp: Likewise.
2938
2939 2018-03-14 Tom Tromey <tom@tromey.com>
2940
2941 PR cli/19918:
2942 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2943 flag.
2944
2945 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2946
2947 PR gdb/22841
2948 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2949 "target" to remote_exec.
2950
2951 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2952
2953 PR gdb/22841
2954 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2955 ${board}_upload): Remove.
2956
2957 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2958
2959 * gdb.cp/watch-cp.cc: New test.
2960 * gdb.cp/watch-cp.exp: New file.
2961
2962 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.base/infcall-nested-structs.exp: New file.
2965 * gdb.base/infcall-nested-structs.c: New file.
2966 * gdb.base/float.exp: Add riscv support.
2967
2968 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2969
2970 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2971 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2972
2973 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2974
2975 * gdb.server/abspath.exp: New file.
2976 * lib/gdb.exp (with_cwd): New procedure.
2977
2978 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2979
2980 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2981 use it.
2982 (gdb_is_target_remote_prompt): New proc.
2983 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2984 (gdb_is_target_native): Pass prompt parameter to
2985 gdb_is_target_1.
2986
2987 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2988
2989 * gdb.base/load-command.c: New file.
2990 * gdb.base/load-command.exp: New file.
2991 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2992 (gdb_is_target_1): ...this, and generalize for other targets
2993 than just remote.
2994 (gdb_is_target_remote): Use gdb_is_target_1.
2995 (gdb_is_target_native): use gdb_is_target_1.
2996
2997 2018-02-26 Tom Tromey <tom@tromey.com>
2998
2999 PR python/16497:
3000 * gdb.python/py-framefilter.exp: Update test.
3001
3002 2018-02-26 Tom Tromey <tom@tromey.com>
3003
3004 * gdb.dwarf2/variant.c: New file.
3005 * gdb.dwarf2/variant.exp: New file.
3006
3007 2018-02-26 Tom Tromey <tom@tromey.com>
3008
3009 * gdb.rust/simple.exp: Accept more possible results in enum test.
3010
3011 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3012
3013 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3014 parentheses.
3015
3016 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3017
3018 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3019 name of a variable: $actual_linejj -> $actual_line.
3020
3021 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3022
3023 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3024
3025 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3026
3027 * gdb.btrace/buffer-size.exp: Do not force BTS.
3028
3029 2018-02-14 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3032 getting a "Quit".
3033
3034 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3035
3036 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3037 Fix test name.
3038
3039 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3040
3041 * gdb.cp/m-static.exp: Check type of optimized out static
3042 member.
3043
3044 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3045
3046 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3047 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3048
3049 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3050 Leszek Swirski <leszeks@google.com>
3051
3052 * gdb.python/py-prettyprint.c
3053 (struct to_string_returns_value_inner,
3054 struct to_string_returns_value_wrapper): New.
3055 (main): Add tsrvw variable.
3056 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3057 ToStringReturnsValueWrapper): New classes.
3058 (register_pretty_printers): Register new pretty-printers.
3059 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3060 recursive pretty printer.
3061 * gdb.python/py-mi.exp: Likewise.
3062
3063 2018-02-01 Leszek Swirski <leszeks@google.com>
3064
3065 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3066 functions with the same name as an include file are parsed
3067 correctly.
3068
3069 2018-02-01 Yao Qi <yao.qi@linaro.org>
3070
3071 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3072 "\[^\r\n\]*".
3073
3074 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3075
3076 * gdb.arch/powerpc-prologue-frame.s: New file.
3077 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3078 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3079
3080 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3081
3082 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3083
3084 2018-01-30 Pedro Alves <palves@redhat.com>
3085
3086 PR gdb/13211
3087 * gdb.base/interrupt-daemon.c: New.
3088 * gdb.base/interrupt-daemon.exp: New.
3089 * gdb.multi/multi-term-settings.c: New.
3090 * gdb.multi/multi-term-settings.exp: New.
3091
3092 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3093
3094 * gdb.base/break.exp: Save the location where the breakpoint
3095 on break.c:47 was actually inserted when debugging the version
3096 compiled at -O2 and use it in the expected output of the "info
3097 break" test performed soon after.
3098
3099 2018-01-22 Pedro Alves <palves@redhat.com>
3100 Sergio Durigan Junior <sergiodj@redhat.com>
3101
3102 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3103 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3104
3105 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3106
3107 * gdb.base/break-include.c, gdb.base/break-include.inc,
3108 gdb.base/break-include.exp: New files.
3109 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3110 line number now being the actual line number where the breakpoint
3111 was inserted.
3112 * gdb.mi/mi-break.exp: Likewise.
3113 * gdb.mi/mi-reverse.exp: Likewise.
3114 * gdb.mi/mi-simplerun.exp: Ditto.
3115
3116 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3119 varobj.
3120 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3121
3122 2018-01-21 Don Breazeal <donb@codesourcery.com>
3123 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 * gdb.mi/basics.c: Add new global.
3126 * gdb.mi/mi-frame-regs.exp: New file.
3127 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3128 case.
3129
3130 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3133 non-parameter, and on an unknown symbol.
3134
3135 2018-01-19 Tom Tromey <tom@tromey.com>
3136
3137 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3138 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3139
3140 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3141
3142 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3143 setrlimit and chdir to int.
3144
3145 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3146
3147 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3148 function.
3149 (my_tend): Likewise.
3150 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3151 rationale of avoiding FP- and vector instructions.
3152
3153 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3154
3155 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3156 "info reg" with "\[ \t\]*".
3157 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3158 "\[ \t\]+".
3159 * gdb.arch/s390-multiarch.exp: Ditto.
3160 * gdb.base/pc-fp.exp: Ditto.
3161 * gdb.reverse/i386-precsave.exp: Ditto.
3162 * gdb.reverse/i386-reverse.exp: Ditto.
3163 * gdb.reverse/i387-env-reverse.exp: Ditto.
3164 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3165
3166 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3167
3168 * lib/gdb.exp (gdb_compile): Re-enable use of
3169 universal_compile_options for languages other than Rust.
3170
3171 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3174
3175 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3176
3177 PR gdb/16577
3178 * gdb.base/solib-vanish.exp: New.
3179 * gdb.base/solib-vanish-main.c: New.
3180 * gdb.base/solib-vanish-lib1.c: New.
3181 * gdb.base/solib-vanish-lib2.c: New.
3182
3183 2018-01-17 Yao Qi <yao.qi@linaro.org>
3184
3185 * gdb.compile/compile.exp: Match the address printed for
3186 frame in the output of command "bt".
3187
3188 2018-01-15 Tom Tromey <tom@tromey.com>
3189
3190 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3191 compute sp_reg.
3192
3193 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3196 to prepare.
3197 (prepare): Return 0 on error, 1 on success.
3198
3199 2018-01-12 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.base/continue-after-aborted-step-over.c: New.
3202 * gdb.base/continue-after-aborted-step-over.exp: New.
3203
3204 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3205
3206 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3207 options when not creating an executable.
3208
3209 2018-01-11 Pedro Alves <palves@redhat.com>
3210
3211 PR remote/22597
3212 * gdb.server/stop-reply-no-thread.c: New file.
3213 * gdb.server/stop-reply-no-thread.exp: New file.
3214
3215 2018-01-10 Pedro Alves <palves@redhat.com>
3216
3217 PR gdb/22670
3218 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3219 functions too. Test setting breakpoints and printing C functions
3220 with no debug info too.
3221 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3222
3223 2018-01-10 Pedro Alves <palves@redhat.com>
3224
3225 PR gdb/22670
3226 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3227 a fail.
3228
3229 2018-01-10 Pedro Alves <palves@redhat.com>
3230
3231 PR gdb/22670
3232 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3233
3234 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3235
3236 * gdb.server/unittest.exp: Match the output in non-development
3237 mode.
3238
3239 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3240
3241 * gdb.gdb/unittest.exp: Match output in non-development mode.
3242
3243 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3244
3245 * gdb.ada/access_tagged_param.exp: Relax expected output
3246 for value of "ObjL" in "continue" to pck.inspect breakpoint
3247 test.
3248
3249 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3250
3251 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3252 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3253
3254 2018-01-05 Pedro Alves <palves@redhat.com>
3255
3256 PR gdb/18653
3257 * gdb.base/libsegfault.exp: New.
3258
3259 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3260
3261 PR gdb/22670
3262 * gdb.ada/access_tagged_param.exp: New file.
3263 * gdb.ada/access_tagged_param/foo.adb: New file.
3264
3265 2018-01-05 Pedro Alves <palves@redhat.com>
3266
3267 PR gdb/22670
3268 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3269 exercise lower case too, and to exercise both full matching and
3270 wild matching.
3271
3272 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3273
3274 * gdb.ada/rename_subscript_param: New testcase.
3275
3276 2018-01-05 Jerome Guitton <guitton@adacore.com>
3277
3278 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3279
3280 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3281
3282 * gdb.ada/convvar_comp: New testcase.
3283
3284 2018-01-05 Xavier Roirand <roirand@adacore.com>
3285
3286 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3287 (My_Table): New global variable.
3288 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3289
3290 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3291
3292 PR gdb/22670
3293 * gdb.ada/maint_with_ada: New testcase.
3294
3295 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3296
3297 PR gdb/22670
3298 * gdb.ada/bp_c_mixed_case: New testcase.
3299
3300 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3301
3302 PR gdb/22670
3303 * gdb.ada/complete.exp: Add "complete break ada" test.
3304
3305 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3306
3307 PR gdb/22670
3308 * gdb.ada/info_addr_mixed_case: New testcase.
3309
3310 2018-01-03 Xavier Roirand <roirand@adacore.com>
3311
3312 * gdb.ada/excep_handle.exp: New testcase.
3313 * gdb.ada/excep_handle/foo.adb: New file.
3314 * gdb.ada/excep_handle/pck.ads: New file.
3315
3316 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3317
3318 * gdb.base/step-line.c: Add extra empty line in copyright header.
3319 * gdb.base/step-line.inp: Likewise.
3320
3321 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3322
3323 * gdb.ada/dyn_stride.exp: Add slice test.
3324
3325 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3326
3327 * gdb.ada/dyn_stride: New testcase.
3328
3329 2017-12-27 Stafford Horne <shorne@gmail.com>
3330
3331 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3332 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3333
3334 2017-12-27 Stafford Horne <shorne@gmail.com>
3335
3336 * gdb.base/reggroups.c: New file.
3337 * gdb.base/reggroups.exp: New file.
3338
3339 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.dwarf2/ada-valprint-error.c: New file.
3342 * gdb.dwarf2/ada-valprint-error.exp: New file.
3343
3344 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3345
3346 * gdb.ada/assign_arr: New testcase.
3347
3348 2017-12-18 Xavier Roirand <roirand@adacore.com>
3349
3350 * gdb.ada/funcall_ptr: New testcase.
3351
3352 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3353
3354 PR cli/16224
3355 * gdb.base/ptype-offsets.cc: New file.
3356 * gdb.base/ptype-offsets.exp: New file.
3357
3358 2017-12-15 Yao Qi <yao.qi@linaro.org>
3359
3360 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3361 if XML is disabled.
3362
3363 2017-12-15 Xavier Roirand <roirand@adacore.com>
3364
3365 * gdb.ada/same_component_name: New testcase.
3366
3367 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3368
3369 * gdb.ada/str_binop_equal: New testcase.
3370
3371 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3372
3373 * gdb.ada/task_switch_in_core: New testcase.
3374
3375 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3376
3377 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3378 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3379 call test_bkpt_qualified.
3380 (test_bkpt_qualified): New proc.
3381
3382 2017-12-13 Pedro Alves <palves@redhat.com>
3383
3384 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3385 Tighten regexp by matching with an anchor.
3386
3387 2017-12-13 Pedro Alves <palves@redhat.com>
3388
3389 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3390 ("expression with namespace"): New set of tests.
3391 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3392 (Nested::Test_NS::qux): New.
3393 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3394 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3395
3396 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3397
3398 * gdb.base/server-del-break.c: New file.
3399 * gdb.base/server-del-break.exp: New file.
3400
3401 2017-12-12 Stafford Horne <shorne@gmail.com>
3402
3403 * gdb.xml/tdesc-regs.exp: Add or1k support.
3404
3405 2017-12-12 Stafford Horne <shorne@gmail.com>
3406
3407 * gdb.base/bp-permanent.c: Define nop of or1k.
3408
3409 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3410
3411 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3412 output with components being reordered.
3413
3414 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3415
3416 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3417 output with components being reordered.
3418
3419 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3420 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/maint.exp (check for .gdb_index): Check also for
3423 .debug_names.
3424 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3425 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3426 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3427 (.gdb_index used after symbol reloading): Support also .debug_names.
3428 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3429
3430 2017-12-08 Yao Qi <yao.qi@linaro.org>
3431
3432 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3433 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
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 test for breakpoint.
3439
3440 2017-12-08 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.arch/aarch64-tagged-pointer.c: New file.
3443 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3444
3445 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3446
3447 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3448 "int".
3449
3450 2017-12-07 Keith Seitz <keiths@redhat.com>
3451
3452 PR breakpoints/22569
3453 * gdb.linespec/ls-errs.exp: Change expected result of "break
3454 -source this file has spaces.c -line 3".
3455 Check that an explicit source file followed by whitespace is
3456 identified as an invalid explicit location.
3457
3458 2017-12-07 Keith Seitz <keiths@redhat.com>
3459
3460 * gdb.cp/nested-types.cc: New file.
3461 * gdb.cp/nested-types.exp: New file.
3462 * lib/cp-support.exp: Load data-structures.exp library.
3463 (debug_cp_test_ptype_class): New global.
3464 (cp_ptype_class_verbose, next_line): New procedures.
3465 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3466 Add and document new return value.
3467 Switch the list of lines to a queue.
3468 Add support for new `type' key for nested type definitions.
3469 Add debugging/troubleshooting messages.
3470 * lib/data-structures.exp: New file.
3471
3472 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3475 with proc_with_prefix, don't use with_test_prefix.
3476
3477 2017-12-07 Tom Tromey <tom@tromey.com>
3478
3479 * gdb.base/break.exp: Add test for empty "commands".
3480
3481 2017-12-07 Yao Qi <yao.qi@linaro.org>
3482
3483 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3484 malloc and catch syscall.
3485
3486 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3487
3488 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3489 tests for explicit locations.
3490
3491 2017-12-06 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3494 force-disabling XML descriptions.
3495
3496 2017-12-04 Pedro Alves <palves@redhat.com>
3497
3498 PR gdb/22499
3499 * gdb.arch/amd64-disp-step-avx.S: New file.
3500 * gdb.arch/amd64-disp-step-avx.exp: New file.
3501
3502 2017-12-03 Pedro Alves <palves@redhat.com>
3503
3504 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3505 and <string.h>.
3506 (parent_function): Print distinct messages when waitpid fails, or
3507 the child exits with a signal, or the child exits for an unhandled
3508 reason.
3509 * gdb.threads/process-dies-while-detaching.exp
3510 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3511 it. Wait for both inferior output and GDB's prompt. Use an
3512 indirect spawn id list.
3513 (do_detach): New parameter 'child_exit'. Use it to compute
3514 expected inferior output.
3515 (test_detach, test_detach_watch, test_detach_killed_outside):
3516 Adjust to pass down the expected child exit kind.
3517
3518 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3519 Sergio Durigan Junior <sergiodj@redhat.com>
3520 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3523
3524 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3525
3526 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3527 to 'symbol-file' and 'add-symbol-file' can be
3528 position-independent.
3529
3530 2017-12-01 Yao Qi <yao.qi@linaro.org>
3531
3532 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3533 the URL in copyright header.
3534 * gdb.arch/aarch64-fp.exp: Likewise.
3535 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3536 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3537 * gdb.base/expand-psymtabs.exp: Likewise.
3538 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3539 * gdb.fortran/common-block.exp: Likewise.
3540 * gdb.fortran/common-block.f90: Likewise.
3541 * gdb.fortran/logical.exp: Likewise.
3542 * gdb.fortran/vla-datatypes.f90: Likewise.
3543 * gdb.fortran/vla-sub.f90: Likewise.
3544
3545 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3546
3547 * gdb.ada/repeat_dyn: New testcase.
3548
3549 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3550
3551 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3552 Update for changed thread numbering.
3553 * gdb.cell/bt.exp: Update for changed GDB output.
3554
3555 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3556
3557 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3558 setting isremote by hand.
3559 * boards/dwarf4-gdb-index.exp: Likewise.
3560 * boards/fission.exp: Likewise.
3561 * boards/stabs.exp: Likewise.
3562
3563 2017-11-30 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.linespec/cpls-ops.exp
3566 (check_explicit_skips_function_argument): Extract the underlying
3567 type of size_t instead of hardcoding it.
3568
3569 2017-11-29 Pedro Alves <palves@redhat.com>
3570
3571 PR c++/19436
3572 * gdb.linespec/cpls-abi-tag.cc: New file.
3573 * gdb.linespec/cpls-abi-tag.exp: New file.
3574
3575 2017-11-29 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/langs.exp: Use -qualified.
3578 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3579 it.
3580 * gdb.cp/namespace.exp: Use -qualified.
3581 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3582 (overload-3, template-overload, template-ret-type, const-overload)
3583 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3584 procedures.
3585 (test_driver): Call them.
3586 * gdb.cp/save-bp-qualified.cc: New.
3587 * gdb.cp/save-bp-qualified.exp: New.
3588 * gdb.linespec/explicit.exp: Test -qualified.
3589 * lib/completion-support.exp (completion::explicit_opts_list): Add
3590 "-qualified".
3591 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3592
3593 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3594
3595 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3596
3597 2017-11-29 Tom Tromey <tom@tromey.com>
3598
3599 * gdb.base/relocate.exp: Update invalid argument test.
3600 Add new tests for invalid arguments.
3601
3602 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3603
3604 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3605 Return 0 as a long.
3606 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3607
3608 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3609
3610 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3611 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3612 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3613 func ().
3614 * gdb.cp/shadow.cc (B.func): Return 0.
3615
3616 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3617
3618 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3619 expected output in gdb_expect call to allow the exception
3620 message to be present as well. Fix syntax confusion to avoid
3621 TCL thinking that exception_name is an array.
3622
3623 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3624
3625 * gdb.arch/spu-info.c: Include <unistd.h>.
3626 (do_signal_test): Fix broken calls to write.
3627 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3628 Fix checks for empty mailboxes. Update signal tests for corrected
3629 do_signal_test routine. Allow nonzero event status.
3630 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3631 * gdb.cell/arch.exp: Use standard_output_file.
3632 * gdb.cell/break.exp: Likewise.
3633 * gdb.cell/bt.exp: Likewise.
3634 * gdb.cell/core.exp: Likewise.
3635 * gdb.cell/dwarfaddr.exp: Likewise.
3636 * gdb.cell/ea-cache.exp: Likewise.
3637 * gdb.cell/ea-standalone.exp: Likewise.
3638 * gdb.cell/f-regs.exp: Likewise.
3639 * gdb.cell/fork.exp: Likewise.
3640 * gdb.cell/gcore.exp: Likewise.
3641 * gdb.cell/mem-access.exp: Likewise.
3642 * gdb.cell/ptype.exp: Likewise.
3643 * gdb.cell/registers.exp: Likewise.
3644 * gdb.cell/sizeof.exp: Likewise.
3645 * gdb.cell/solib-symbol.exp: Likewise.
3646 * gdb.cell/solib.exp: Likewise.
3647
3648 2017-11-25 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.base/complete-empty.exp: New file.
3651 * gdb.base/completion.exp: Adjust.
3652
3653 2017-11-25 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.linespec/cpls-ops.cc: New file.
3656 * gdb.linespec/cpls-ops.exp: New file.
3657 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3658 factored out from ...
3659 (test_complete_prefix_range): ... this.
3660
3661 2017-11-24 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.linespec/cpcompletion.exp: New file.
3664 * gdb.linespec/cpls-hyphen.cc: New file.
3665 * gdb.linespec/cpls.cc: New file.
3666 * gdb.linespec/cpls2.cc: New file.
3667 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3668 test to use test_gdb_complete_unique. Add label completion,
3669 keyword completion and explicit location completion tests.
3670 * lib/completion-support.exp: New file.
3671
3672 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3673
3674 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3675 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3676 when hitting an exception catchpoint.
3677
3678 2017-11-22 Yao Qi <yao.qi@linaro.org>
3679
3680 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3681
3682 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3683
3684 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3685 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3686 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3687
3688 2017-11-22 Yao Qi <yao.qi@linaro.org>
3689
3690 * gdb.base/info-os.exp: Pass pthreads.
3691 * gdb.multi/multi-attach.exp: Likewise.
3692
3693 2017-11-22 Yao Qi <yao.qi@linaro.org>
3694
3695 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3696 compiler.
3697
3698 2017-11-22 Yao Qi <yao.qi@linaro.org>
3699
3700 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3701 * gdb.base/break-interp.exp: Likewise.
3702 * gdb.base/jit-attach-pie.exp: Likewise.
3703
3704 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3705
3706 * gdb.base/float128.c (large128): New variable.
3707 * gdb.base/float128.exp: Add test to print largest __float128 value.
3708
3709 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3710
3711 * gdb.arch/vsx-regs.exp: Update register content checks.
3712
3713 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3714
3715 * gdb.arch/ppc-longdouble.exp: New file.
3716 * gdb.arch/ppc-longdouble.c: Likewise.
3717
3718 2017-11-21 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3721
3722 2017-11-20 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3725 (long_double_typedef): New typedefs.
3726 Use DEF on double and long double.
3727 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3728 cases.
3729 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3730 and 'long_double_ptr_same_size' locals. Use them to decide
3731 whether cast from array/function to float is valid/invalid.
3732
3733 2017-11-17 Tom Tromey <tom@tromey.com>
3734
3735 * gdb.rust/traits.rs: New file.
3736 * gdb.rust/traits.exp: New file.
3737
3738 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3739
3740 * gdb.ada/minsyms: New testcase.
3741
3742 2017-11-16 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3745 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3746
3747 2017-11-16 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3750 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3751
3752 2017-11-16 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.server/reconnect-ctrl-c.c: New file.
3755 * gdb.server/reconnect-ctrl-c.exp: New file.
3756
3757 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3758
3759 * gdb.python/py-rbreak.exp: New file.
3760 * gdb.python/py-rbreak.c: New file.
3761 * gdb.python/py-rbreak-func2.c: New file.
3762
3763 2017-11-16 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3766 pattern.
3767 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3768 GDB.
3769
3770 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3771
3772 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3773 regex.
3774
3775 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3776
3777 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3778 test names.
3779
3780 2017-11-09 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3783 factored out from ...
3784 (top level): ... here, and adjusted to avoid expecting beyond the
3785 prompt in a single gdb_test_multiple.
3786
3787 2017-11-09 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3790 output.
3791 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3792 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3793 * gdb.server/ext-run.exp ("kill" test): Likewise.
3794 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3795
3796 2017-11-09 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3799 match till end of line.
3800
3801 2017-11-09 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3804
3805 2017-11-09 Pedro Alves <palves@redhat.com>
3806
3807 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3808 New procedures, factored out from ...
3809 (top level): ... here, and adjusted to avoid expecting beyond the
3810 prompt in one go.
3811
3812 2017-11-09 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3815 output. Fix '?' match.
3816
3817 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3818
3819 * gdb.ada/scoped_watch: New testcase.
3820 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3821 which is actually correct.
3822 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3823 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3824
3825 2017-11-08 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.gdb/complaints.exp (test_initial_complaints)
3828 (test_serial_complaints, test_short_complaints): Call
3829 complaint_internal instead of complaint.
3830
3831 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3832
3833 * gdb.threads/tls-core.c: New file.
3834 * gdb.threads/tls-core.exp: Likewise.
3835
3836 2017-11-08 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3839 (p Exported_Capitalized): New test.
3840 (p exported_capitalized): New test.
3841
3842 2017-11-07 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3845
3846 2017-11-07 Pedro Alves <palves@redhat.com>
3847
3848 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3849 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3850 (disable_invalid, disable_inverted, disable_negative): New
3851 procedures.
3852 ("bad numbers"): New set of tests.
3853
3854 2017-11-07 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.cp/ena-dis-br-range.exp: Add tests.
3857
3858 2017-11-07 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3861
3862 2017-11-07 Xavier Roirand <roirand@adacore.com>
3863 Pedro Alves <palves@redhat.com>
3864
3865 * gdb.base/ena-dis-br.exp: Add reference to
3866 gdb.cp/ena-dis-br-range.exp.
3867 * gdb.cp/ena-dis-br-range.exp: New file.
3868 * gdb.cp/ena-dis-br-range.cc: New file.
3869
3870 2017-11-06 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.base/attach-non-pgrp-leader.c: New.
3873 * gdb.base/attach-non-pgrp-leader.exp: New.
3874
3875 2017-11-06 Pedro Alves <palves@redhat.com>
3876
3877 * configure.ac: No longer check for termio.h and sgtty.h.
3878 * configure: Regenerate.
3879 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3880 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3881 Remove termio and sgtty code.
3882
3883 2017-11-03 Yao Qi <yao.qi@linaro.org>
3884
3885 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3886 in GDB is disabled.
3887
3888 2017-11-03 Yao Qi <yao.qi@linaro.org>
3889
3890 * gdb.python/py-thrhandle.exp: Skip it if python is not
3891 enabled.
3892
3893 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3894
3895 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3896 as a breakpoint command.
3897
3898 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3899
3900 PR python/21213
3901 * gdb.python/py-infthread.exp: Test calling
3902 InferiorThread.inferior () multiple times in a row.
3903
3904 2017-10-27 Keith Seitz <keiths@redhat.com>
3905
3906 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3907 Test "info break" for every inlined function breakpoint.
3908
3909 2017-10-27 Yao Qi <yao.qi@linaro.org>
3910
3911 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3912
3913 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3914
3915 * gdb.cp/classes.exp (test_static_members): Test printing
3916 Outer::instance.
3917 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3918 (Inner::instance, Outer::instance): New.
3919
3920 2017-10-24 Pedro Alves <palves@redhat.com>
3921
3922 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3923 extra console" test in two stages.
3924
3925 2017-10-24 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3928
3929 2017-10-24 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3932 loop.
3933
3934 2017-10-24 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3937 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3938
3939 2017-10-24 Pedro Alves <palves@redhat.com>
3940
3941 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3942 parameter and handle it. Don't output read value in test name.
3943
3944 2017-10-24 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3947 custom test name.
3948
3949 2017-10-24 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3952 include the unstable output directory name in the test's name.
3953 (initial_setup_simple) <'set args'>: Use custom test name.
3954
3955 2017-10-24 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3958 with explicit test name.
3959
3960 2017-10-20 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3963 'wait -i'. Use gdb_assert and remote_close.
3964
3965 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3966
3967 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3968 number from variable rather than hard-coded.
3969
3970 2017-10-19 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.base/long-inferior-output.c: New file.
3973 * gdb.base/long-inferior-output.exp: New file.
3974
3975 2017-11-18 Keith Seitz <keiths@redhat.com>
3976
3977 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3978 method.
3979 (main): Call it.
3980 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3981 Add additional user-defined conversion operator tests.
3982
3983 2017-10-17 Pedro Alves <palves@redhat.com>
3984
3985 * boards/native-stdio-gdbserver.exp: Load "local-board".
3986
3987 2017-10-17 Pedro Alves <palves@redhat.com>
3988
3989 * gdb.base/quit-live.c: New file.
3990 * gdb.base/quit-live.exp: New file.
3991
3992 2017-10-16 Keith Seitz <keiths@redhat.com>
3993
3994 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3995 (class_with_protected_typedef, class_with_private_typedef)
3996 (struct_with_public_typedef, struct_with_protected_typedef)
3997 (struct_with_private_typedef): New classes/structs.
3998 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3999 typedefs and access specifiers.
4000
4001 2017-10-16 Pedro Alves <palves@redhat.com>
4002 Simon Marchi <simon.marchi@polymtl.ca>
4003
4004 * README (Local vs Remote vs Native): New section.
4005 * boards/local-board.exp: New file, with bits factored out from
4006 ...
4007 * boards/native-extended-gdbserver.exp: ... here. Load
4008 "local-board".
4009 * boards/native-gdbserver.exp: Load "local-board".
4010 (${board}_spawn, ${board}_exec): Delete.
4011 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4012 ...
4013 * boards/stdio-gdbserver-base.exp: ... this new file.
4014 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4015 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4016 procedure.
4017 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4018 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4019 stdio_gdbserver_command.
4020 (${board}_get_remote_address, ${board}_get_comm_port)
4021 (${board}_download, ${board}_upload): Delete.
4022 (get_target_remote_pipe_cmd): New.
4023
4024 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4025
4026 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4027 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4028 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4029 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4030 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4031 remove with_test_prefix.
4032
4033 2017-10-13 Pedro Alves <palves@redhat.com>
4034
4035 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4036 * gdb.base/annota1.exp: Use it instead of is_remote.
4037 * gdb.base/annota3.exp: Use it instead of is_remote.
4038 * gdb.cp/annota2.exp: Use it instead of is_remote.
4039 * gdb.cp/annota3.exp: Use it instead of is_remote.
4040 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4041
4042 2017-10-13 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4045 (test_num_test_vars, run_and_count_vars, find_env)
4046 (test_set_unset_env, test_inherit_env_var): New procedures.
4047 (top level): Use them.
4048
4049 2017-10-13 Pedro Alves <palves@redhat.com>
4050
4051 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4052 also skip on stub-like targets.
4053
4054 2017-10-13 Pedro Alves <palves@redhat.com>
4055
4056 PR gdb/22293
4057 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4058 (top level): Move some tests to ...
4059 (test_not_found): ... this new procedure.
4060 (top level): Call it.
4061
4062 2017-10-13 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4065 expect different "info terminal" output if testing with a
4066 non-native target.
4067
4068 2017-10-13 Pedro Alves <palves@redhat.com>
4069 Simon Marchi <simon.marchi@polymtl.ca>
4070
4071 PR python/12966
4072 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4073
4074 2017-10-13 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4077 already.
4078
4079 2017-10-13 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4082 is_remote.
4083
4084 2017-10-13 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4087 is_remote.
4088
4089 2017-10-13 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4092 is set.
4093 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4094 instead of is_remote.
4095
4096 2017-10-13 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4099 (top level): Add comment.
4100
4101 2017-10-13 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.base/remote.exp (top level): Fix comment typo and add
4104 missing return.
4105
4106 2017-10-13 Pedro Alves <palves@redhat.com>
4107 Simon Marchi <simon.marchi@polymtl.ca>
4108
4109 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4110 calls and add comments. Skip test if use_gdb_stub is set.
4111 (top level): Use "set cwd" command instead of "cd" command.
4112
4113 2017-10-13 Pedro Alves <palves@redhat.com>
4114
4115 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4116 is_remote target check.
4117
4118 2017-10-13 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/scope.exp: Use build_executable + clean_restart +
4121 gdb_file_cmd instead of prepare_for_testing and no longer skip
4122 "before run" tests on is_remote target boards. Update comments.
4123 * boards/native-extended-gdbserver.exp
4124 (extended_gdbserver_load_last_file): New, factored out from ...
4125 (gdb_load): ... this. Move further below and add comment.
4126 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4127
4128 2017-10-12 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/attach.exp: Remove references to gdb64.
4131 * gdb.base/dbx.exp: Remove references to gdb64.
4132
4133 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4134 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.base/label.exp: Remove is_remote target check.
4137
4138 2017-10-12 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.base/auvx.exp (coredir): Update comment.
4141 (top level) <core_works>: Use "set cwd" command instead of "cd"
4142 command.
4143
4144 2017-10-12 Pedro Alves <palves@redhat.com>
4145 Simon Marchi <simon.marchi@polymtl.ca>
4146
4147 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4148 target boards.
4149
4150 2017-10-12 Pedro Alves <palves@redhat.com>
4151 Simon Marchi <simon.marchi@polymtl.ca>
4152
4153 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4154 Instead skip if there's any gdb_protocol set.
4155
4156 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4157 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4160
4161 2017-10-12 Pedro Alves <palves@redhat.com>
4162 Simon Marchi <simon.marchi@polymtl.ca>
4163
4164 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4165 instead of on dejagnu remote boards.
4166
4167 2017-10-12 Pedro Alves <palves@redhat.com>
4168 Simon Marchi <simon.marchi@polymtl.ca>
4169
4170 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4171 checks. Use build_executable + clean_restart instead of
4172 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4173 of enabling non-stop after starting gdb.
4174
4175 2017-10-12 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4178 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4179 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4180 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4181
4182 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4183
4184 * gdb.arch/arc-tdesc-cpu.exp: New file.
4185 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4186
4187 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4188
4189 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4190
4191 2017-10-10 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4194 expect CLI output.
4195
4196 2017-10-10 Pedro Alves <palves@redhat.com>
4197
4198 * lib/selftest-support.exp (selftest_setup): Update for
4199 captured_command_loop's prototype change.
4200
4201 2017-10-09 Pedro Alves <palves@redhat.com>
4202
4203 Test both arch1=>arch2 and arch2=>arch1.
4204
4205 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4206 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4207 factored out to...
4208 (append_arch1_options, append_arch2_options, append_arch_options)
4209 (build_executables): New procedures.
4210 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4211 local.
4212 (top level): Add new 'first_arch' testing axis.
4213
4214 2017-10-09 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4217 (barrier): New.
4218 (thread_start, all_started): New functions.
4219 (main): Spawn new thread and wait until it is scheduled.
4220 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4221 option.
4222 (do_test): Add 'selected_thread' parameter. Run to all_started
4223 instead of main. Explicitly set the breakpoint at main. Switch
4224 to the SELECTED_THREAD thread.
4225 (top level): Test handling the exec event with either the main
4226 thread or the second thread selected.
4227
4228 2017-10-09 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4231 logic. Move STOP marker after the value checks.
4232 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4233 regexp.
4234
4235 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4236
4237 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4238
4239 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4240
4241 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4242 integer-to-dfp conversion.
4243 * gdb.base/dfp-test.exp: Likewise.
4244
4245 2017-10-04 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.multi/hangout.c: Include <unistd.h>.
4248 (hangout_loop): New function.
4249 (main): Call alarm. Call hangout_loop in a loop.
4250 * gdb.multi/hello.c: Include <unistd.h>.
4251 (hello_loop): New function.
4252 (main): Call alarm. Call hangout_loop in a loop.
4253 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4254 inferior with the other selected.
4255
4256 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4257
4258 * gdb.mi/list-thread-groups-available.exp: New file.
4259 * gdb.mi/list-thread-groups-available.c: New file.
4260
4261 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4262
4263 * gdb.base/set-cwd.exp: Make it available on
4264 native-extended-gdbserver.
4265
4266 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4267
4268 * gdb.base/set-cwd.c: New file.
4269 * gdb.base/set-cwd.exp: Likewise.
4270
4271 2017-10-02 Tom Tromey <tom@tromey.com>
4272
4273 PR rust/22236:
4274 * gdb.rust/simple.rs (main): New variable "fslice".
4275 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4276
4277 2017-10-02 Tom Tromey <tom@tromey.com>
4278
4279 * gdb.rust/simple.exp: Test ptype of a slice.
4280
4281 2017-10-02 Tom Tromey <tom@tromey.com>
4282
4283 * gdb.rust/simple.exp: Test index of slice.
4284
4285 2017-09-27 Tom Tromey <tom@tromey.com>
4286
4287 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4288
4289 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4290 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/compare-sections.exp (get value of read-only section): Read
4293 as unsigned value.
4294 (corrupt read-only section): Likewise and don't set written if patching
4295 failed.
4296
4297 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4298
4299 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4300 files.
4301
4302 2017-09-20 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4305 symbol names in gdb's output.
4306 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4307
4308 2017-09-20 Pedro Alves <palves@redhat.com>
4309
4310 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4311 Rename to ...
4312 (test_list_ambiguous_symbol): ... this and add a symbol name
4313 parameter. Adjust.
4314 (test_list_ambiguous_function): Reimplement on top of
4315 test_list_ambiguous_symbol and also test listing ambiguous
4316 variables.
4317 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4318 (ambiguous_fun): ... this.
4319 (ambiguous_var): New.
4320 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4321 (ambiguous_fun): ... this.
4322 (ambiguous_var): New.
4323
4324 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4325
4326 * gdb.base/starti.c: New file.
4327 * gdb.base/starti.exp: New file.
4328 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4329
4330 2017-09-14 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4333 (top level): Use it instead of runto.
4334
4335 2017-09-11 Tom Tromey <tom@tromey.com>
4336
4337 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4338
4339 2017-09-11 Tom Tromey <tom@tromey.com>
4340
4341 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4342 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4343
4344 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4345
4346 * gdb.fortran/printing-types.exp: New file.
4347 * gdb.fortran/printing-types.exp: New file.
4348
4349 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4350
4351 * gdb.fortran/vla-ptype.exp: Fix typos.
4352 * gdb.fortran/vla-value.exp: Same.
4353
4354 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4355
4356 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4357 * gdb.mi/mi-var-child-f.exp: Likewise.
4358 * gdb.mi/mi-vla-fortran.exp: Likewise.
4359
4360 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4361 Christoph Weinmann <christoph.t.weinmann@intel.com>
4362 Bernhard Heckel <bernhard.heckel@intel.com>
4363
4364 * gdb.fortran/ptr-indentation.f90: New file.
4365 * gdb.fortran/ptr-indentation.exp: New file.
4366
4367 2017-09-05 Tom Tromey <tom@tromey.com>
4368
4369 PR gdb/22010:
4370 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4371
4372 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4373
4374 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4375
4376 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 * gdb.threads/tls-nodebug-pie.c: New file.
4379 * gdb.threads/tls-nodebug-pie.exp: New file.
4380
4381 2017-09-05 Tom Tromey <tom@tromey.com>
4382
4383 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4384 for rust.
4385
4386 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4387
4388 * gdb.multi/multi-arch-exec.exp: Test with different
4389 "follow-exec-mode" settings.
4390 (do_test): New procedure.
4391
4392 2017-09-04 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.base/func-static.c (S::method const, S::method volatile)
4395 (S::method volatile const): New methods.
4396 (c_s, v_s, cv_s): New instances.
4397 (main): Call method() on them.
4398 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4399 (cannot_resolve): New procedure.
4400 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4401 print-quote-unquoted columns.
4402 (do_test): Test printing each scope too.
4403
4404 2017-09-04 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/local-static.exp: Also test with
4407 class::method::variable wholly quoted.
4408 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4409
4410 2017-09-04 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.base/local-static.c: New.
4413 * gdb.base/local-static.cc: New.
4414 * gdb.base/local-static.exp: New.
4415
4416 2017-09-04 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.asm/asm-source.exp: Add casts to int.
4419 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4420 (dataglobal64_1, dataglobal64_2): New globals.
4421 * gdb.base/nodebug.exp: Test different expressions involving the
4422 new globals, with print, whatis and ptype. Add casts to int.
4423 * gdb.base/solib-display.exp: Add casts to int.
4424 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4425 * gdb.cp/m-static.exp: Add cast to int.
4426 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4427 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4428 tls variable with no debug info without a cast. Test with a cast
4429 to int too.
4430 * gdb.trace/entry-values.exp: Add casts.
4431
4432 2017-09-04 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.base/nodebug.exp: Test that ptype's error about functions
4435 with unknown return type includes the function name too.
4436
4437 2017-09-04 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4440 return type of munmap in infcall.
4441 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4442 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4443 type of ftell in infcall.
4444 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4445 type of getpid in infcall.
4446 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4447 infcall.
4448 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4449 Bail on failure to extract the pid.
4450 * gdb.base/nodebug.c: #include <stdint.h>.
4451 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4452 New functions.
4453 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4454 Change expected output of print/whatis/ptype with functions with
4455 no debug info. Test all supported languages. Call
4456 test_call_promotion.
4457 * gdb.compile/compile.exp: Adjust expected output to expect
4458 warning.
4459 * gdb.threads/siginfo-threads.exp: Likewise.
4460
4461 2017-09-04 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4464 "prototypes". Test calling float functions via prototyped and
4465 unprototyped function pointers.
4466 (perform_all_tests): New parameter "prototypes". Pass it down.
4467 (top level): Pass down "prototypes" parameter to
4468 perform_all_tests.
4469
4470 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4471
4472 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4473 Test with nested loops.
4474
4475 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4476
4477 * gdb.base/commands.exp: Call the new procedures.
4478 (loop_break_test, loop_continue_test): New procedures.
4479
4480 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4481
4482 * gdb.base/commands.exp: Call new procedure.
4483 (define_if_without_arg_test): New procedure.
4484
4485 2017-09-04 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/list-ambiguous.exp: New file.
4488 * gdb.base/list-ambiguous0.c: New file.
4489 * gdb.base/list-ambiguous1.c: New file.
4490 * gdb.base/list.exp (test_list_range): Adjust expected output.
4491
4492 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4493
4494 * gdb.base/share-env-with-gdbserver.c: New file.
4495 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4496
4497 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4498
4499 * gdb.base/commands.exp (gdbvar_simple_if_test,
4500 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4501 progvar_simple_if_test, progvar_simple_while_test,
4502 progvar_complex_if_while_test, user_defined_command_test,
4503 user_defined_command_args_eval,
4504 user_defined_command_args_stack_test,
4505 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4506 temporary_breakpoint_commands,
4507 gdb_test_no_prompt, redefine_hook_test,
4508 redefine_backtrace_test): Remove "global gdb_prompt".
4509
4510 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4511
4512 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4513 New proc, call it from toplevel.
4514
4515 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4516
4517 PR remote/21852
4518 * gdb.server/normal.c: New file, copied from gdb.base.
4519 * gdb.server/run-without-local-binary.exp: New file.
4520
4521 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4522
4523 * gdb.arch/sparc64-adi.exp: New file.
4524 * gdb.arch/sparc64-adi.c: New file.
4525
4526 2017-08-22 Pedro Alves <palves@redhat.com>
4527
4528 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4529 (top level): Add "list all overloads" tests.
4530
4531 2017-08-22 Tom Tromey <tom@tromey.com>
4532
4533 * gdb.gdb/xfullpath.exp: Remove.
4534
4535 2017-08-21 Pedro Alves <palves@redhat.com>
4536
4537 PR gdb/19487
4538 * gdb.base/symbol-alias.c: New.
4539 * gdb.base/symbol-alias2.c: New.
4540 * gdb.base/symbol-alias.exp: New.
4541
4542 2017-08-21 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.base/dfp-test.c
4545 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4546 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4547 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4548 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4549 * gdb.base/whatis-ptype-typedefs.c: New.
4550 * gdb.base/whatis-ptype-typedefs.exp: New.
4551 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4552 (an_int, an_int_type, an_int_type2): New globals.
4553 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4554 involving typedefs and cast expressions.
4555 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4556 (lookup_typedefs_function): New.
4557 (typedefs_pretty_printers_dict): New.
4558 (top level): Register lookup_typedefs_function in
4559 gdb.pretty_printers.
4560
4561 2017-08-18 Yao Qi <yao.qi@linaro.org>
4562
4563 * gdb.server/unittest.exp: New.
4564
4565 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4566
4567 PR gdb/21954
4568 * gdb.base/environ.exp: Add test to check if 'unset environment'
4569 works.
4570
4571 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4572
4573 * lib/gdb.exp (universal_compile_options): New caching proc.
4574 (gdb_compile): Suppress GCC's coloring of messages.
4575
4576 2017-08-14 Tom Tromey <tom@tromey.com>
4577
4578 PR gdb/21675:
4579 * gdb.base/printcmds.exp (test_radices): New function.
4580 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4581 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4582 * lib/gdb.exp (get_integer_valueof): Use p/d.
4583
4584 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4585
4586 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4587 characters.
4588
4589 2017-08-05 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.rust/simple.exp: Allow String to appear in a different
4592 namespace.
4593
4594 2017-07-26 Yao Qi <yao.qi@linaro.org>
4595
4596 * gdb.gdb/unittest.exp: Invoke command
4597 "maintenance check xml-descriptions".
4598
4599 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4600
4601 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4602 calling context.
4603 (hex128): Drop erroneous calculation of parameters.
4604
4605 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4606
4607 * gdb.python/py-unwind.exp: Disable stack protection when
4608 building test file.
4609
4610 2017-07-20 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.base/default.exp (set language): Adjust expected output.
4613
4614 2017-07-20 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4617 (test_minsym): ... this, and make static.
4618 (get_pck__foo__bar__minsym): Rename to ...
4619 (get_test_minsym): ... this.
4620 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4621 symbol names and comments.
4622 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4623 (get_test_minsym): ... this.
4624 (pck__foo__bar__minsym__2): Rename to ...
4625 (test_minsym): ... this.
4626 (main): Adjust.
4627
4628 2017-07-17 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.base/completion.exp: Adjust expected output.
4631 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4632 the completer works.
4633
4634 2017-07-17 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4637
4638 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4639
4640 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4641
4642 2017-07-14 Tom Tromey <tom@tromey.com>
4643
4644 PR rust/21764:
4645 * gdb.rust/simple.exp: Add tests.
4646
4647 2017-07-14 Tom Tromey <tom@tromey.com>
4648
4649 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4650
4651 2017-07-14 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.linespec/base/one/thefile.cc (z1): New function.
4654 * gdb.linespec/base/two/thefile.cc (z2): New function.
4655 * gdb.linespec/linespec.exp: Add tests.
4656
4657 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4658
4659 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4660 to mi_create_breakpoint.
4661
4662 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4665 mi_create_breakpoint.
4666
4667 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4668
4669 * gdb.dlang/demangle.exp: Update for demangling changes.
4670
4671 2017-07-09 Tom Tromey <tom@tromey.com>
4672
4673 * gdb.dwarf2/shortpiece.exp: New file.
4674
4675 2017-07-06 David Blaikie <dblaikie@gmail.com>
4676
4677 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4678 built from fissiont-multi-cu{1,2}.c.
4679 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4680 except putting 'main' and 'func' in separate CUs in the same DWO file.
4681 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4682 test.
4683 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4684 test.
4685
4686 2017-07-06 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.python/py-unwind.exp: Test flushregs.
4689
4690 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4691
4692 PR cli/21688
4693 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4694 tests for alias commands and trailing whitespace.
4695
4696 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4697
4698 PR cli/21688
4699 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4700 procedure. Call it.
4701
4702 2017-06-29 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/printcmds.exp: Add tests.
4705
4706 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4707
4708 PR gdb/21337
4709 * gdb.base/reread-readsym.exp: New file.
4710 * gdb.base/reread-readsym.c: New file.
4711
4712 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4713
4714 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4715 subpattern.
4716
4717 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4718
4719 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4720 extended mnemonic.
4721 * gdb.arch/powerpc-power9.s: Likewise.
4722
4723 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4724
4725 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4726 on 32-bit x86 targets. Exploit is_*_target macros where
4727 appropriate.
4728
4729 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4730
4731 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4732 register pieces.
4733
4734 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4735
4736 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4737 located in one or more DWARF pieces.
4738
4739 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4740
4741 * lib/gdb.exp (get_endianness): New proc.
4742 * gdb.arch/aarch64-fp.exp: Use it.
4743 * gdb.arch/altivec-regs.exp: Likewise.
4744 * gdb.arch/e500-regs.exp: Likewise.
4745 * gdb.arch/vsx-regs.exp: Likewise.
4746 * gdb.base/dump.exp: Likewise.
4747 * gdb.base/funcargs.exp: Likewise.
4748 * gdb.base/gnu_vector.exp: Likewise.
4749 * gdb.dwarf2/formdata16.exp: Likewise.
4750 * gdb.dwarf2/implptrpiece.exp: Likewise.
4751 * gdb.dwarf2/nonvar-access.exp: Likewise.
4752 * gdb.python/py-inferior.exp: Likewise.
4753 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4754
4755 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4756
4757 PR gdb/21226
4758 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4759 stack value pieces are taken from the LSB end.
4760
4761 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4762
4763 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4764 variable at nonzero offset.
4765
4766 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4767
4768 * gdb.dwarf2/var-access.c: New file.
4769 * gdb.dwarf2/var-access.exp: New test.
4770 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4771
4772 2017-06-12 Tom Tromey <tom@tromey.com>
4773
4774 * gdb.dwarf2/formdata16.exp: Add tests.
4775
4776 2017-06-12 Tom Tromey <tom@tromey.com>
4777
4778 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4779
4780 2017-06-12 Tom Tromey <tom@tromey.com>
4781
4782 PR exp/16225:
4783 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4784 * gdb.arch/vsx-regs.exp: Update tests.
4785 * gdb.arch/s390-vregs.exp (hex128): New proc.
4786 Update test.
4787 * gdb.arch/altivec-regs.exp: Update tests.
4788
4789 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4790
4791 * gdb.base/startup-with-shell.c: New file.
4792 * gdb.base/startup-with-shell.exp: Likewise.
4793
4794 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4795
4796 * gdb.server/non-existing-program.exp: Update regex in order to
4797 reflect the fact that gdbserver is now using fork_inferior (with a
4798 shell) to startup the inferior.
4799
4800 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4801
4802 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4803 support function calls from GDB.
4804
4805 2017-05-21 Tom Tromey <tom@tromey.com>
4806
4807 PR rust/21466:
4808 * gdb.rust/unsized.exp: New file.
4809 * gdb.rust/unsized.rs: New file.
4810
4811 2017-05-19 Tom Tromey <tom@tromey.com>
4812
4813 PR rust/21484:
4814 * gdb.rust/watch.exp: New file.
4815 * gdb.rust/watch.rs: New file.
4816
4817 2017-05-18 Tom Tromey <tom@tromey.com>
4818
4819 * gdb.rust/simple.exp: Allow Box to be qualified.
4820
4821 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4822
4823 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4824
4825 2017-05-18 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/fileio.c (test_write, test_read, test_close)
4828 (test_fstat): Don't print 'ret' in the fail path.
4829
4830 2017-05-18 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4833 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4834 (test_system, test_rename, test_unlink, test_time): Change
4835 prototypes.
4836 * gdb.base/fileio.exp (stop_msg): Adjust.
4837
4838 2017-05-18 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/fileio.c (null_str): New global.
4841 (test_stat): Use it.
4842 * gdb.base/fileio.exp: Remove nowarnings.
4843
4844 2017-05-17 Yao Qi <yao.qi@linaro.org>
4845
4846 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4847
4848 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4849
4850 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4851 argument command.
4852 (top-level): Invoke test_set_inferior_tty.
4853
4854 2017-05-04 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4857 Add parens to print call for Python 3.
4858
4859 2017-05-03 Keith Seitz <keiths@redhat.com>
4860
4861 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4862 (main): Call it.
4863
4864 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4865
4866 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4867 to prev and next.
4868
4869 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4870
4871 * gdb.python/py-record-btrace.exp: Remove test for
4872 gdb.BtraceInstruction.error.
4873
4874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4875
4876 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4877
4878 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4879
4880 * gdb.python/py-record-btrace-threads.c: New file.
4881 * gdb.python/py-record-btrace-threads.exp: New file.
4882
4883 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4884
4885 PR testsuite/8595
4886 * gdb.base/environ.exp: Make test available in all architectures.
4887 Move bits related to "info program" testing to
4888 gdb.base/info-program.exp. Rewrite tests to use the two new
4889 procedures mentione below.
4890 (test_set_show_env_var) New procedure.
4891 (test_set_show_env_var_equal): Likewise.
4892 * gdb.base/info-program.exp: New file.
4893
4894 2017-04-27 Keith Seitz <keiths@redhat.com>
4895
4896 * gdb.cp/oranking.cc (test15): New function.
4897 (main): Call test15 and declare additional variables for testing.
4898 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4899 "p foo101('abc')" tests.
4900 Add tests for cv qualifier overloads.
4901 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4902 "lvalue reference overload" test.
4903 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4904 "print value of f1 on Child&& in f2" test.
4905
4906 2017-04-19 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4909 procedure.
4910 (top level): Call it.
4911 * lib/gdb.exp (gdb_define_cmd): New procedure.
4912
4913 2017-04-12 Pedro Alves <palves@redhat.com>
4914
4915 PR gdb/21323
4916 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4917 (wchar): New global.
4918 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4919 (do_test_wide_char, wide_char_types_no_program, top level): Add
4920 wchar_t testing.
4921
4922 2017-04-12 Pedro Alves <palves@redhat.com>
4923
4924 PR c++/21323
4925 * gdb.cp/wide_char_types.c: New file.
4926 * gdb.cp/wide_char_types.exp: New file.
4927
4928 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4929
4930 PR gdb/21352
4931 * gdb.trace/tsv.exp: Add test for "tsave -r".
4932
4933 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4934
4935 * gdb.dlang/watch-loc.c: New file.
4936 * gdb.dlang/watch-loc.exp: New file.
4937
4938 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4941
4942 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4943
4944 * gdb.arch/arc-analyze-prologue.S: New file.
4945 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4946
4947 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4948
4949 * gdb.arch/arc-decode-insn.S: New file.
4950 * gdb.arch/arc-decode-insn.exp: Likewise.
4951
4952 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4953
4954 PR tdep/20928
4955 * gdb.arch/sparc64-regs.exp: New file.
4956 * gdb.arch/sparc64-regs.S: Likewise.
4957
4958 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4959
4960 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4961 and memory view on Python 3.
4962
4963 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4964 Keith Seitz <keiths@redhat.com>
4965
4966 PR gdb/14441
4967 * gdb.cp/demangle.exp: Add rvalue reference tests.
4968 * gdb.cp/rvalue-ref-casts.cc: New file.
4969 * gdb.cp/rvalue-ref-casts.exp: New file.
4970 * gdb.cp/rvalue-ref-overload.cc: New file.
4971 * gdb.cp/rvalue-ref-overload.exp: New file.
4972 * gdb.cp/rvalue-ref-params.cc: New file.
4973 * gdb.cp/rvalue-ref-params.exp: New file.
4974 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4975 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4976 * gdb.cp/rvalue-ref-types.cc: New file.
4977 * gdb.cp/rvalue-ref-types.exp: New file.
4978 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4979 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4980
4981 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4982
4983 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4984 New procedure.
4985
4986 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4987
4988 * lib/mi-support.exp (mi_gdb_test): Add additional message
4989 for unexpected output.
4990
4991 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4992
4993 * gdb.base/examine-backward.c (Barrier): New character array
4994 constant, to ensure that TestStrings is preceded by a string
4995 terminator.
4996
4997 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4998
4999 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5000 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5001 and implicit pointer into such a location.
5002
5003 2017-03-16 Doug Evans <dje@google.com>
5004
5005 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5006
5007 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5008
5009 * gdb.cp/m-static.exp: Fix expectation for prototype of
5010 test5.single_constructor and single_constructor::single_constructor.
5011
5012 2017-03-16 Doug Evans <dje@google.com>
5013
5014 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5015 * gdb.guile/scm-lazy-string.c: New file.
5016 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5017 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5018 for pointer, array, typedef lazy strings.
5019
5020 2017-03-16 Doug Evans <dje@google.com>
5021
5022 PR python/17728, python/18439, python/18779
5023 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5024 * gdb.python/py-lazy-string.c (pointer): New typedef.
5025 (main): New locals ptr, array, typedef_ptr.
5026 * gdb.python/py-value.exp: Move lazy string tests to ...
5027 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5028 array, typedef lazy strings.
5029
5030 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5031
5032 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5033 Add optional 'test' parameter.
5034
5035 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5036
5037 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5038 Skip for versions of DejaGnu < 1.5.
5039
5040 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5041
5042 * lib/gdb.exp (dejagnu_version): New proc.
5043 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5044 Use dejagnu_version.
5045
5046 2017-03-10 Keith Seitz <keiths@redhat.com>
5047
5048 PR c++/8128
5049 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5050 type from destructor regexps.
5051 Add a branch which actually passes the test.
5052 Adjust "ptype t5i" test names.
5053
5054 2017-03-08 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.base/step-over-exit.exp: Add explicit test message.
5057
5058 2017-03-08 Pedro Alves <palves@redhat.com>
5059
5060 PR gdb/18360
5061 * gdb.threads/interrupt-while-step-over.c: New file.
5062 * gdb.threads/interrupt-while-step-over.exp: New file.
5063
5064 2017-03-08 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5067 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5068
5069 2017-03-08 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5072 PKRU as not supported as a PASS.
5073
5074 2017-03-08 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5077 prefix instead of $binfile1/$binfile2.
5078 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5079 in test message.
5080 * gdb.python/py-completion.exp: Use "load python file" as test
5081 messages instead of unstable path names.
5082
5083 2017-03-08 Pedro Alves <palves@redhat.com>
5084 Jan Kratochvil <jan.kratochvil@redhat.com>
5085
5086 PR cli/21218
5087 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5088 New proc.
5089 (top level): Call it.
5090
5091 2017-03-08 Pedro Alves <palves@redhat.com>
5092
5093 PR tui/21216
5094 * gdb.tui/tui-nl-filtered-output.exp: New file.
5095
5096 2017-03-08 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/completion.exp: Move TUI completion tests to ...
5099 * gdb.tui/completion.exp: ... this new file.
5100
5101 2017-03-08 Pedro Alves <palves@redhat.com>
5102
5103 * gdb.base/tui-disasm-long-lines.c,
5104 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5105 gdb.base/tui-layout.exp: Move to ...
5106 * gdb.tui/: ... this new directory.
5107
5108 2017-03-07 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.base/tui-layout.c: New file.
5111 * gdb.base/tui-layout.exp: New file.
5112
5113 2017-03-07 Pedro Alves <palves@redhat.com>
5114
5115 * gdb.base/tui-layout.c: Rename to ...
5116 * gdb.base/tui-disasm-long-lines.c: ... this.
5117 * gdb.base/tui-layout.exp: Rename to ...
5118 * gdb.base/tui-disasm-long-lines.exp: ... this.
5119
5120 2017-03-07 Pedro Alves <palves@redhat.com>
5121
5122 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5123
5124 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5125
5126 * i386-mpx-call.c: New file.
5127 * i386-mpx-call.exp: New file.
5128
5129 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5130
5131 * gdb.arch/powerpc-power.exp: Delete test.
5132 * gdb.arch/powerpc-power.s: Likewise.
5133 * gdb.disasm/disassembler-options.exp: New test.
5134 * gdb.arch/powerpc-altivec.exp: Likewise.
5135 * gdb.arch/powerpc-altivec.s: Likewise.
5136 * gdb.arch/powerpc-altivec2.exp: Likewise.
5137 * gdb.arch/powerpc-altivec2.s: Likewise.
5138 * gdb.arch/powerpc-altivec3.exp: Likewise.
5139 * gdb.arch/powerpc-altivec3.s: Likewise.
5140 * gdb.arch/powerpc-power7.exp: Likewise.
5141 * gdb.arch/powerpc-power7.s: Likewise.
5142 * gdb.arch/powerpc-power8.exp: Likewise.
5143 * gdb.arch/powerpc-power8.s: Likewise.
5144 * gdb.arch/powerpc-power9.exp: Likewise.
5145 * gdb.arch/powerpc-power9.s: Likewise.
5146 * gdb.arch/powerpc-vsx.exp: Likewise.
5147 * gdb.arch/powerpc-vsx.s: Likewise.
5148 * gdb.arch/powerpc-vsx2.exp: Likewise.
5149 * gdb.arch/powerpc-vsx2.s: Likewise.
5150 * gdb.arch/powerpc-vsx3.exp: Likewise.
5151 * gdb.arch/powerpc-vsx3.s: Likewise.
5152 * gdb.arch/arm-disassembler-options.exp: Likewise.
5153 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5154 * gdb.arch/s390-disassembler-options.exp: Likewise.
5155
5156 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5157
5158 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5159 (check_supported_features): ... this. Changed return type to void.
5160 (supports_rdseed): New static global.
5161 (rdseed): Check supports_rdseed.
5162 (initialize): Call check_supported_features.
5163
5164 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5165
5166 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5167 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5168 and lqarx/stqcx.
5169 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5170 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5171
5172 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5173
5174 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5175 uppercase.
5176
5177 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5178
5179 * gdb.dwarf2/formdata16.c: New file.
5180 * gdb.dwarf2/formdata16.exp: New file.
5181 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5182
5183 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5184
5185 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5186 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5187 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5188 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5189 DW_AT_GNU_*.
5190
5191 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5194
5195 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5196
5197 PR gdb/21164
5198 * gdb.base/maint.exp: Add testcases for when the commands do
5199 not have arguments.
5200
5201 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5202
5203 * gdb.cp/chained-calls.exp: Use p instead of P.
5204
5205 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5206
5207 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5208 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5209
5210 2017-02-14 Tom Tromey <tom@tromey.com>
5211
5212 PR python/13598:
5213 * gdb.python/py-events.exp: Add before_prompt event tests.
5214
5215 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5216
5217 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5218
5219 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5220
5221 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5222 (main): Call my_unique_function_name.
5223 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5224 completion of patterns with a single match.
5225 Add missing -re switches to gdb_test_multiple calls.
5226
5227 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5228
5229 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5230 return if core file is not recognized.
5231
5232 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5233
5234 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5235 and extra UIs.
5236
5237 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5240 proc_with_prefix.
5241
5242 2017-02-10 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5245
5246 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5247
5248 PR gdb/21122
5249 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5250
5251 2017-02-08 Jerome Guitton <guitton@adacore.com>
5252
5253 * gdb.base/define.exp: Add test for command abbreviations
5254 in define.
5255
5256 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5257
5258 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5259 * gdb.reverse/insn-reverse-x86.c: New file.
5260
5261 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5262
5263 PR tdep/20936
5264 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5265
5266 2017-02-03 Tom Tromey <tom@tromey.com>
5267
5268 PR rust/21097:
5269 * gdb.rust/simple.exp: Add new tests.
5270
5271 2017-02-02 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5274 tests.
5275
5276 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5277
5278 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5279 taking a 2-byte value out of a 4-byte DWARF implicit value on
5280 big-endian targets.
5281 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5282 logic. Add test cases for DW_OP_implicit.
5283
5284 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5285
5286 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5287
5288 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5289
5290 * gdb.btrace/enable.exp: Call gdb_exit before
5291 skip_gdbserver_tests.
5292
5293 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5294
5295 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5296 GDBFLAGS.
5297
5298 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5299
5300 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5301 the test is skipped.
5302 * gdb.btrace/data.exp: Likewise.
5303 * gdb.btrace/delta.exp: Likewise.
5304 * gdb.btrace/dlopen.exp: Likewise.
5305 * gdb.btrace/enable-running.exp: Likewise.
5306 * gdb.btrace/enable.exp: Likewise.
5307 * gdb.btrace/exception.exp: Likewise.
5308 * gdb.btrace/function_call_history.exp: Likewise.
5309 * gdb.btrace/gcore.exp: Likewise.
5310 * gdb.btrace/instruction_history.exp: Likewise.
5311 * gdb.btrace/multi-thread-step.exp: Likewise.
5312 * gdb.btrace/nohist.exp: Likewise.
5313 * gdb.btrace/non-stop.exp: Likewise.
5314 * gdb.btrace/reconnect.exp: Likewise.
5315 * gdb.btrace/record_goto-step.exp: Likewise.
5316 * gdb.btrace/record_goto.exp: Likewise.
5317 * gdb.btrace/rn-dl-bind.exp: Likewise.
5318 * gdb.btrace/segv.exp: Likewise.
5319 * gdb.btrace/step.exp: Likewise.
5320 * gdb.btrace/stepi.exp: Likewise.
5321 * gdb.btrace/tailcall-only.exp: Likewise.
5322 * gdb.btrace/tailcall.exp: Likewise.
5323 * gdb.btrace/tsx.exp: Likewise.
5324 * gdb.btrace/unknown_functions.exp: Likewise.
5325 * gdb.btrace/vdso.exp: Likewise.
5326
5327 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5328
5329 * gdb.btrace/enable-running.c: New.
5330 * gdb.btrace/enable-running.exp: New.
5331
5332 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5333
5334 * gdb.arch/amd64-gs_base.c: New file.
5335 * gdb.arch/amd64-gs_base.exp: New file.
5336
5337 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5338
5339 * lib/memory.exp: Remove spurious empty newlines.
5340
5341 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5342
5343 * gdb.python/py-bad-printers.exp: Load python file using "source".
5344 * gdb.python/py-events.exp: Likewise.
5345 * gdb.python/py-evsignal.exp: Likewise.
5346 * gdb.python/py-evthreads.exp: Likewise.
5347 * gdb.python/py-frame-args.exp: Likewise.
5348 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5349 * gdb.python/py-framefilter-mi.exp: Likewise.
5350 * gdb.python/py-framefilter.exp: Likewise.
5351 * gdb.python/py-mi.exp: Likewise.
5352 * gdb.python/py-pp-maint.exp: Likewise.
5353 * gdb.python/py-pp-registration.exp: Likewise.
5354 * gdb.python/py-prettyprint.exp: Likewise.
5355 (run_lang_tests): Likewise.
5356 * gdb.python/py-typeprint.exp: Likewise.
5357
5358 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5359
5360 * lib/memory.exp: New file.
5361 * lib/gdb.exp: Load memory.exp.
5362 * gdb.base/memattr.exp (delete_memory): Move proc to
5363 lib/memory.exp and rename to delete_memory_regions.
5364 Replace delete_memory with delete_memory_regions.
5365 Cleanup memory regions before tests.
5366 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5367 before tests.
5368
5369 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5370
5371 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5372 files.
5373 (initialize): New function conditionally defined.
5374 (testcases): Move within conditional block.
5375 (main): Call initialize.
5376 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5377 of gdb.reverse/insn-reverse.c.
5378 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5379 gdb.reverse/insn-reverse.c.
5380
5381 2017-01-26 Yao Qi <yao.qi@linaro.org>
5382
5383 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5384 disassemble on address 0.
5385
5386 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5387 Yao Qi <yao.qi@linaro.org>
5388
5389 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5390 * gdb.dwarf2/implptr-64bit.S: Remove.
5391 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5392 variables in caller's context. Add DW_OP_implicit_value.
5393
5394 2017-01-25 Yao Qi <yao.qi@linaro.org>
5395
5396 * lib/dwarf.exp (Dwarf::_location): Handle
5397 DW_OP_GNU_implicit_pointer with proper size.
5398
5399 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5400
5401 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5402 and add untested calls.
5403
5404 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5405
5406 * gdb.python/python.exp: Check line number against what GDB thinks
5407 the line number is for func1.
5408
5409 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5410
5411 * gdb.dlang/debug-expr.exp: New file.
5412
5413 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5414
5415 Fix test names for the following files:
5416
5417 * gdb.ada/exec_changed.exp
5418 * gdb.ada/info_types.exp
5419 * gdb.arch/aarch64-atomic-inst.exp
5420 * gdb.arch/aarch64-fp.exp
5421 * gdb.arch/altivec-abi.exp
5422 * gdb.arch/altivec-regs.exp
5423 * gdb.arch/amd64-byte.exp
5424 * gdb.arch/amd64-disp-step.exp
5425 * gdb.arch/amd64-dword.exp
5426 * gdb.arch/amd64-entry-value-inline.exp
5427 * gdb.arch/amd64-entry-value-param.exp
5428 * gdb.arch/amd64-entry-value-paramref.exp
5429 * gdb.arch/amd64-entry-value.exp
5430 * gdb.arch/amd64-i386-address.exp
5431 * gdb.arch/amd64-invalid-stack-middle.exp
5432 * gdb.arch/amd64-invalid-stack-top.exp
5433 * gdb.arch/amd64-optimout-repeat.exp
5434 * gdb.arch/amd64-prologue-skip.exp
5435 * gdb.arch/amd64-prologue-xmm.exp
5436 * gdb.arch/amd64-stap-special-operands.exp
5437 * gdb.arch/amd64-stap-wrong-subexp.exp
5438 * gdb.arch/amd64-tailcall-cxx.exp
5439 * gdb.arch/amd64-tailcall-noret.exp
5440 * gdb.arch/amd64-tailcall-ret.exp
5441 * gdb.arch/amd64-tailcall-self.exp
5442 * gdb.arch/amd64-word.exp
5443 * gdb.arch/arm-bl-branch-dest.exp
5444 * gdb.arch/arm-disp-step.exp
5445 * gdb.arch/arm-neon.exp
5446 * gdb.arch/arm-single-step-kernel-helper.exp
5447 * gdb.arch/avr-flash-qualifier.exp
5448 * gdb.arch/disp-step-insn-reloc.exp
5449 * gdb.arch/e500-abi.exp
5450 * gdb.arch/e500-regs.exp
5451 * gdb.arch/ftrace-insn-reloc.exp
5452 * gdb.arch/i386-avx512.exp
5453 * gdb.arch/i386-bp_permanent.exp
5454 * gdb.arch/i386-byte.exp
5455 * gdb.arch/i386-cfi-notcurrent.exp
5456 * gdb.arch/i386-disp-step.exp
5457 * gdb.arch/i386-dr3-watch.exp
5458 * gdb.arch/i386-float.exp
5459 * gdb.arch/i386-gnu-cfi.exp
5460 * gdb.arch/i386-mpx-map.exp
5461 * gdb.arch/i386-mpx-sigsegv.exp
5462 * gdb.arch/i386-mpx-simple_segv.exp
5463 * gdb.arch/i386-mpx.exp
5464 * gdb.arch/i386-permbkpt.exp
5465 * gdb.arch/i386-prologue.exp
5466 * gdb.arch/i386-signal.exp
5467 * gdb.arch/i386-size-overlap.exp
5468 * gdb.arch/i386-unwind.exp
5469 * gdb.arch/i386-word.exp
5470 * gdb.arch/mips-fcr.exp
5471 * gdb.arch/powerpc-d128-regs.exp
5472 * gdb.arch/powerpc-stackless.exp
5473 * gdb.arch/ppc64-atomic-inst.exp
5474 * gdb.arch/s390-stackless.exp
5475 * gdb.arch/s390-tdbregs.exp
5476 * gdb.arch/s390-vregs.exp
5477 * gdb.arch/sparc-sysstep.exp
5478 * gdb.arch/thumb-bx-pc.exp
5479 * gdb.arch/thumb-singlestep.exp
5480 * gdb.arch/thumb2-it.exp
5481 * gdb.arch/vsx-regs.exp
5482 * gdb.asm/asm-source.exp
5483 * gdb.base/a2-run.exp
5484 * gdb.base/advance.exp
5485 * gdb.base/all-bin.exp
5486 * gdb.base/anon.exp
5487 * gdb.base/args.exp
5488 * gdb.base/arithmet.exp
5489 * gdb.base/async-shell.exp
5490 * gdb.base/async.exp
5491 * gdb.base/attach-pie-noexec.exp
5492 * gdb.base/attach-twice.exp
5493 * gdb.base/auto-load.exp
5494 * gdb.base/bang.exp
5495 * gdb.base/bitfields.exp
5496 * gdb.base/break-always.exp
5497 * gdb.base/break-caller-line.exp
5498 * gdb.base/break-entry.exp
5499 * gdb.base/break-inline.exp
5500 * gdb.base/break-on-linker-gcd-function.exp
5501 * gdb.base/break-probes.exp
5502 * gdb.base/break.exp
5503 * gdb.base/breakpoint-shadow.exp
5504 * gdb.base/call-ar-st.exp
5505 * gdb.base/call-sc.exp
5506 * gdb.base/call-signal-resume.exp
5507 * gdb.base/call-strs.exp
5508 * gdb.base/callfuncs.exp
5509 * gdb.base/catch-fork-static.exp
5510 * gdb.base/catch-gdb-caused-signals.exp
5511 * gdb.base/catch-load.exp
5512 * gdb.base/catch-signal-fork.exp
5513 * gdb.base/catch-signal.exp
5514 * gdb.base/catch-syscall.exp
5515 * gdb.base/charset.exp
5516 * gdb.base/checkpoint.exp
5517 * gdb.base/chng-syms.exp
5518 * gdb.base/code-expr.exp
5519 * gdb.base/code_elim.exp
5520 * gdb.base/commands.exp
5521 * gdb.base/completion.exp
5522 * gdb.base/complex.exp
5523 * gdb.base/cond-expr.exp
5524 * gdb.base/condbreak.exp
5525 * gdb.base/consecutive.exp
5526 * gdb.base/continue-all-already-running.exp
5527 * gdb.base/coredump-filter.exp
5528 * gdb.base/corefile.exp
5529 * gdb.base/dbx.exp
5530 * gdb.base/debug-expr.exp
5531 * gdb.base/define.exp
5532 * gdb.base/del.exp
5533 * gdb.base/disabled-location.exp
5534 * gdb.base/disasm-end-cu.exp
5535 * gdb.base/disasm-optim.exp
5536 * gdb.base/display.exp
5537 * gdb.base/duplicate-bp.exp
5538 * gdb.base/ena-dis-br.exp
5539 * gdb.base/ending-run.exp
5540 * gdb.base/enumval.exp
5541 * gdb.base/environ.exp
5542 * gdb.base/eu-strip-infcall.exp
5543 * gdb.base/eval-avoid-side-effects.exp
5544 * gdb.base/eval-skip.exp
5545 * gdb.base/exitsignal.exp
5546 * gdb.base/expand-psymtabs.exp
5547 * gdb.base/filesym.exp
5548 * gdb.base/find-unmapped.exp
5549 * gdb.base/finish.exp
5550 * gdb.base/float.exp
5551 * gdb.base/foll-exec-mode.exp
5552 * gdb.base/foll-exec.exp
5553 * gdb.base/foll-fork.exp
5554 * gdb.base/fortran-sym-case.exp
5555 * gdb.base/freebpcmd.exp
5556 * gdb.base/func-ptr.exp
5557 * gdb.base/func-ptrs.exp
5558 * gdb.base/funcargs.exp
5559 * gdb.base/gcore-buffer-overflow.exp
5560 * gdb.base/gcore-relro-pie.exp
5561 * gdb.base/gcore-relro.exp
5562 * gdb.base/gcore.exp
5563 * gdb.base/gdb1090.exp
5564 * gdb.base/gdb11530.exp
5565 * gdb.base/gdb11531.exp
5566 * gdb.base/gdb1821.exp
5567 * gdb.base/gdbindex-stabs.exp
5568 * gdb.base/gdbvars.exp
5569 * gdb.base/hbreak.exp
5570 * gdb.base/hbreak2.exp
5571 * gdb.base/included.exp
5572 * gdb.base/infcall-input.exp
5573 * gdb.base/inferior-died.exp
5574 * gdb.base/infnan.exp
5575 * gdb.base/info-macros.exp
5576 * gdb.base/info-os.exp
5577 * gdb.base/info-proc.exp
5578 * gdb.base/info-shared.exp
5579 * gdb.base/info-target.exp
5580 * gdb.base/infoline.exp
5581 * gdb.base/interp.exp
5582 * gdb.base/interrupt.exp
5583 * gdb.base/jit-reader.exp
5584 * gdb.base/jit-simple.exp
5585 * gdb.base/kill-after-signal.exp
5586 * gdb.base/kill-detach-inferiors-cmd.exp
5587 * gdb.base/label.exp
5588 * gdb.base/langs.exp
5589 * gdb.base/ldbl_e308.exp
5590 * gdb.base/line-symtabs.exp
5591 * gdb.base/linespecs.exp
5592 * gdb.base/list.exp
5593 * gdb.base/long_long.exp
5594 * gdb.base/longest-types.exp
5595 * gdb.base/maint.exp
5596 * gdb.base/max-value-size.exp
5597 * gdb.base/memattr.exp
5598 * gdb.base/mips_pro.exp
5599 * gdb.base/morestack.exp
5600 * gdb.base/moribund-step.exp
5601 * gdb.base/multi-forks.exp
5602 * gdb.base/nested-addr.exp
5603 * gdb.base/nextoverexit.exp
5604 * gdb.base/noreturn-finish.exp
5605 * gdb.base/noreturn-return.exp
5606 * gdb.base/nostdlib.exp
5607 * gdb.base/offsets.exp
5608 * gdb.base/opaque.exp
5609 * gdb.base/pc-fp.exp
5610 * gdb.base/permissions.exp
5611 * gdb.base/print-symbol-loading.exp
5612 * gdb.base/prologue-include.exp
5613 * gdb.base/psymtab.exp
5614 * gdb.base/ptype.exp
5615 * gdb.base/random-signal.exp
5616 * gdb.base/randomize.exp
5617 * gdb.base/range-stepping.exp
5618 * gdb.base/readline-ask.exp
5619 * gdb.base/recpar.exp
5620 * gdb.base/recurse.exp
5621 * gdb.base/relational.exp
5622 * gdb.base/restore.exp
5623 * gdb.base/return-nodebug.exp
5624 * gdb.base/return.exp
5625 * gdb.base/run-after-attach.exp
5626 * gdb.base/save-bp.exp
5627 * gdb.base/scope.exp
5628 * gdb.base/sect-cmd.exp
5629 * gdb.base/set-lang-auto.exp
5630 * gdb.base/set-noassign.exp
5631 * gdb.base/setvar.exp
5632 * gdb.base/sigall.exp
5633 * gdb.base/sigbpt.exp
5634 * gdb.base/siginfo-addr.exp
5635 * gdb.base/siginfo-infcall.exp
5636 * gdb.base/siginfo-obj.exp
5637 * gdb.base/siginfo.exp
5638 * gdb.base/signals-state-child.exp
5639 * gdb.base/signest.exp
5640 * gdb.base/sigstep.exp
5641 * gdb.base/sizeof.exp
5642 * gdb.base/skip.exp
5643 * gdb.base/solib-corrupted.exp
5644 * gdb.base/solib-nodir.exp
5645 * gdb.base/solib-search.exp
5646 * gdb.base/stack-checking.exp
5647 * gdb.base/stale-infcall.exp
5648 * gdb.base/stap-probe.exp
5649 * gdb.base/start.exp
5650 * gdb.base/step-break.exp
5651 * gdb.base/step-bt.exp
5652 * gdb.base/step-line.exp
5653 * gdb.base/step-over-exit.exp
5654 * gdb.base/step-over-syscall.exp
5655 * gdb.base/step-resume-infcall.exp
5656 * gdb.base/step-test.exp
5657 * gdb.base/store.exp
5658 * gdb.base/structs3.exp
5659 * gdb.base/sym-file.exp
5660 * gdb.base/symbol-without-target_section.exp
5661 * gdb.base/term.exp
5662 * gdb.base/testenv.exp
5663 * gdb.base/ui-redirect.exp
5664 * gdb.base/until.exp
5665 * gdb.base/unwindonsignal.exp
5666 * gdb.base/value-double-free.exp
5667 * gdb.base/vla-datatypes.exp
5668 * gdb.base/vla-ptr.exp
5669 * gdb.base/vla-sideeffect.exp
5670 * gdb.base/volatile.exp
5671 * gdb.base/watch-cond-infcall.exp
5672 * gdb.base/watch-cond.exp
5673 * gdb.base/watch-non-mem.exp
5674 * gdb.base/watch-read.exp
5675 * gdb.base/watch-vfork.exp
5676 * gdb.base/watchpoint-cond-gone.exp
5677 * gdb.base/watchpoint-delete.exp
5678 * gdb.base/watchpoint-hw-hit-once.exp
5679 * gdb.base/watchpoint-hw.exp
5680 * gdb.base/watchpoint-stops-at-right-insn.exp
5681 * gdb.base/watchpoints.exp
5682 * gdb.base/wchar.exp
5683 * gdb.base/whatis-exp.exp
5684 * gdb.btrace/buffer-size.exp
5685 * gdb.btrace/data.exp
5686 * gdb.btrace/delta.exp
5687 * gdb.btrace/dlopen.exp
5688 * gdb.btrace/enable.exp
5689 * gdb.btrace/exception.exp
5690 * gdb.btrace/function_call_history.exp
5691 * gdb.btrace/gcore.exp
5692 * gdb.btrace/instruction_history.exp
5693 * gdb.btrace/nohist.exp
5694 * gdb.btrace/reconnect.exp
5695 * gdb.btrace/record_goto-step.exp
5696 * gdb.btrace/record_goto.exp
5697 * gdb.btrace/rn-dl-bind.exp
5698 * gdb.btrace/segv.exp
5699 * gdb.btrace/step.exp
5700 * gdb.btrace/stepi.exp
5701 * gdb.btrace/tailcall-only.exp
5702 * gdb.btrace/tailcall.exp
5703 * gdb.btrace/tsx.exp
5704 * gdb.btrace/unknown_functions.exp
5705 * gdb.btrace/vdso.exp
5706 * gdb.compile/compile-ifunc.exp
5707 * gdb.compile/compile-ops.exp
5708 * gdb.compile/compile-print.exp
5709 * gdb.compile/compile-setjmp.exp
5710 * gdb.cp/abstract-origin.exp
5711 * gdb.cp/ambiguous.exp
5712 * gdb.cp/annota2.exp
5713 * gdb.cp/annota3.exp
5714 * gdb.cp/anon-ns.exp
5715 * gdb.cp/anon-struct.exp
5716 * gdb.cp/anon-union.exp
5717 * gdb.cp/arg-reference.exp
5718 * gdb.cp/baseenum.exp
5719 * gdb.cp/bool.exp
5720 * gdb.cp/breakpoint.exp
5721 * gdb.cp/bs15503.exp
5722 * gdb.cp/call-c.exp
5723 * gdb.cp/casts.exp
5724 * gdb.cp/chained-calls.exp
5725 * gdb.cp/class2.exp
5726 * gdb.cp/classes.exp
5727 * gdb.cp/cmpd-minsyms.exp
5728 * gdb.cp/converts.exp
5729 * gdb.cp/cp-relocate.exp
5730 * gdb.cp/cpcompletion.exp
5731 * gdb.cp/cpexprs.exp
5732 * gdb.cp/cplabel.exp
5733 * gdb.cp/cplusfuncs.exp
5734 * gdb.cp/cpsizeof.exp
5735 * gdb.cp/ctti.exp
5736 * gdb.cp/derivation.exp
5737 * gdb.cp/destrprint.exp
5738 * gdb.cp/dispcxx.exp
5739 * gdb.cp/enum-class.exp
5740 * gdb.cp/exception.exp
5741 * gdb.cp/exceptprint.exp
5742 * gdb.cp/expand-psymtabs-cxx.exp
5743 * gdb.cp/expand-sals.exp
5744 * gdb.cp/extern-c.exp
5745 * gdb.cp/filename.exp
5746 * gdb.cp/formatted-ref.exp
5747 * gdb.cp/fpointer.exp
5748 * gdb.cp/gdb1355.exp
5749 * gdb.cp/gdb2495.exp
5750 * gdb.cp/hang.exp
5751 * gdb.cp/impl-this.exp
5752 * gdb.cp/infcall-dlopen.exp
5753 * gdb.cp/inherit.exp
5754 * gdb.cp/iostream.exp
5755 * gdb.cp/koenig.exp
5756 * gdb.cp/local.exp
5757 * gdb.cp/m-data.exp
5758 * gdb.cp/m-static.exp
5759 * gdb.cp/mb-ctor.exp
5760 * gdb.cp/mb-inline.exp
5761 * gdb.cp/mb-templates.exp
5762 * gdb.cp/member-name.exp
5763 * gdb.cp/member-ptr.exp
5764 * gdb.cp/meth-typedefs.exp
5765 * gdb.cp/method.exp
5766 * gdb.cp/method2.exp
5767 * gdb.cp/minsym-fallback.exp
5768 * gdb.cp/misc.exp
5769 * gdb.cp/namelessclass.exp
5770 * gdb.cp/namespace-enum.exp
5771 * gdb.cp/namespace-nested-import.exp
5772 * gdb.cp/namespace.exp
5773 * gdb.cp/nextoverthrow.exp
5774 * gdb.cp/no-dmgl-verbose.exp
5775 * gdb.cp/non-trivial-retval.exp
5776 * gdb.cp/noparam.exp
5777 * gdb.cp/nsdecl.exp
5778 * gdb.cp/nsimport.exp
5779 * gdb.cp/nsnested.exp
5780 * gdb.cp/nsnoimports.exp
5781 * gdb.cp/nsrecurs.exp
5782 * gdb.cp/nsstress.exp
5783 * gdb.cp/nsusing.exp
5784 * gdb.cp/operator.exp
5785 * gdb.cp/oranking.exp
5786 * gdb.cp/overload-const.exp
5787 * gdb.cp/overload.exp
5788 * gdb.cp/ovldbreak.exp
5789 * gdb.cp/ovsrch.exp
5790 * gdb.cp/paren-type.exp
5791 * gdb.cp/parse-lang.exp
5792 * gdb.cp/pass-by-ref.exp
5793 * gdb.cp/pr-1023.exp
5794 * gdb.cp/pr-1210.exp
5795 * gdb.cp/pr-574.exp
5796 * gdb.cp/pr10687.exp
5797 * gdb.cp/pr12028.exp
5798 * gdb.cp/pr17132.exp
5799 * gdb.cp/pr17494.exp
5800 * gdb.cp/pr9067.exp
5801 * gdb.cp/pr9167.exp
5802 * gdb.cp/pr9631.exp
5803 * gdb.cp/printmethod.exp
5804 * gdb.cp/psmang.exp
5805 * gdb.cp/psymtab-parameter.exp
5806 * gdb.cp/ptype-cv-cp.exp
5807 * gdb.cp/ptype-flags.exp
5808 * gdb.cp/re-set-overloaded.exp
5809 * gdb.cp/ref-types.exp
5810 * gdb.cp/rtti.exp
5811 * gdb.cp/scope-err.exp
5812 * gdb.cp/shadow.exp
5813 * gdb.cp/smartp.exp
5814 * gdb.cp/static-method.exp
5815 * gdb.cp/static-print-quit.exp
5816 * gdb.cp/temargs.exp
5817 * gdb.cp/templates.exp
5818 * gdb.cp/try_catch.exp
5819 * gdb.cp/typedef-operator.exp
5820 * gdb.cp/typeid.exp
5821 * gdb.cp/userdef.exp
5822 * gdb.cp/using-crash.exp
5823 * gdb.cp/var-tag.exp
5824 * gdb.cp/virtbase.exp
5825 * gdb.cp/virtfunc.exp
5826 * gdb.cp/virtfunc2.exp
5827 * gdb.cp/vla-cxx.exp
5828 * gdb.disasm/t01_mov.exp
5829 * gdb.disasm/t02_mova.exp
5830 * gdb.disasm/t03_add.exp
5831 * gdb.disasm/t04_sub.exp
5832 * gdb.disasm/t05_cmp.exp
5833 * gdb.disasm/t06_ari2.exp
5834 * gdb.disasm/t07_ari3.exp
5835 * gdb.disasm/t08_or.exp
5836 * gdb.disasm/t09_xor.exp
5837 * gdb.disasm/t10_and.exp
5838 * gdb.disasm/t11_logs.exp
5839 * gdb.disasm/t12_bit.exp
5840 * gdb.disasm/t13_otr.exp
5841 * gdb.dlang/circular.exp
5842 * gdb.dwarf2/arr-stride.exp
5843 * gdb.dwarf2/arr-subrange.exp
5844 * gdb.dwarf2/atomic-type.exp
5845 * gdb.dwarf2/bad-regnum.exp
5846 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5847 * gdb.dwarf2/callframecfa.exp
5848 * gdb.dwarf2/clztest.exp
5849 * gdb.dwarf2/corrupt.exp
5850 * gdb.dwarf2/data-loc.exp
5851 * gdb.dwarf2/dup-psym.exp
5852 * gdb.dwarf2/dw2-anon-mptr.exp
5853 * gdb.dwarf2/dw2-anonymous-func.exp
5854 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5855 * gdb.dwarf2/dw2-bad-unresolved.exp
5856 * gdb.dwarf2/dw2-basic.exp
5857 * gdb.dwarf2/dw2-canonicalize-type.exp
5858 * gdb.dwarf2/dw2-case-insensitive.exp
5859 * gdb.dwarf2/dw2-common-block.exp
5860 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5861 * gdb.dwarf2/dw2-compressed.exp
5862 * gdb.dwarf2/dw2-const.exp
5863 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5864 * gdb.dwarf2/dw2-cu-size.exp
5865 * gdb.dwarf2/dw2-dup-frame.exp
5866 * gdb.dwarf2/dw2-entry-value.exp
5867 * gdb.dwarf2/dw2-icycle.exp
5868 * gdb.dwarf2/dw2-ifort-parameter.exp
5869 * gdb.dwarf2/dw2-inline-break.exp
5870 * gdb.dwarf2/dw2-inline-param.exp
5871 * gdb.dwarf2/dw2-intercu.exp
5872 * gdb.dwarf2/dw2-intermix.exp
5873 * gdb.dwarf2/dw2-lexical-block-bare.exp
5874 * gdb.dwarf2/dw2-linkage-name-trust.exp
5875 * gdb.dwarf2/dw2-minsym-in-cu.exp
5876 * gdb.dwarf2/dw2-noloc.exp
5877 * gdb.dwarf2/dw2-op-call.exp
5878 * gdb.dwarf2/dw2-op-out-param.exp
5879 * gdb.dwarf2/dw2-opt-structptr.exp
5880 * gdb.dwarf2/dw2-param-error.exp
5881 * gdb.dwarf2/dw2-producer.exp
5882 * gdb.dwarf2/dw2-ranges-base.exp
5883 * gdb.dwarf2/dw2-ref-missing-frame.exp
5884 * gdb.dwarf2/dw2-reg-undefined.exp
5885 * gdb.dwarf2/dw2-regno-invalid.exp
5886 * gdb.dwarf2/dw2-restore.exp
5887 * gdb.dwarf2/dw2-restrict.exp
5888 * gdb.dwarf2/dw2-single-line-discriminators.exp
5889 * gdb.dwarf2/dw2-strp.exp
5890 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5891 * gdb.dwarf2/dw2-unresolved.exp
5892 * gdb.dwarf2/dw2-var-zero-addr.exp
5893 * gdb.dwarf2/dw4-sig-types.exp
5894 * gdb.dwarf2/dwz.exp
5895 * gdb.dwarf2/dynarr-ptr.exp
5896 * gdb.dwarf2/enum-type.exp
5897 * gdb.dwarf2/gdb-index.exp
5898 * gdb.dwarf2/implptr-64bit.exp
5899 * gdb.dwarf2/implptr-optimized-out.exp
5900 * gdb.dwarf2/implptr.exp
5901 * gdb.dwarf2/implref-array.exp
5902 * gdb.dwarf2/implref-const.exp
5903 * gdb.dwarf2/implref-global.exp
5904 * gdb.dwarf2/implref-struct.exp
5905 * gdb.dwarf2/mac-fileno.exp
5906 * gdb.dwarf2/main-subprogram.exp
5907 * gdb.dwarf2/member-ptr-forwardref.exp
5908 * gdb.dwarf2/method-ptr.exp
5909 * gdb.dwarf2/missing-sig-type.exp
5910 * gdb.dwarf2/nonvar-access.exp
5911 * gdb.dwarf2/opaque-type-lookup.exp
5912 * gdb.dwarf2/pieces-optimized-out.exp
5913 * gdb.dwarf2/pieces.exp
5914 * gdb.dwarf2/pr10770.exp
5915 * gdb.dwarf2/pr13961.exp
5916 * gdb.dwarf2/staticvirtual.exp
5917 * gdb.dwarf2/subrange.exp
5918 * gdb.dwarf2/symtab-producer.exp
5919 * gdb.dwarf2/trace-crash.exp
5920 * gdb.dwarf2/typeddwarf.exp
5921 * gdb.dwarf2/valop.exp
5922 * gdb.dwarf2/watch-notconst.exp
5923 * gdb.fortran/array-element.exp
5924 * gdb.fortran/charset.exp
5925 * gdb.fortran/common-block.exp
5926 * gdb.fortran/complex.exp
5927 * gdb.fortran/derived-type-function.exp
5928 * gdb.fortran/derived-type.exp
5929 * gdb.fortran/logical.exp
5930 * gdb.fortran/module.exp
5931 * gdb.fortran/multi-dim.exp
5932 * gdb.fortran/nested-funcs.exp
5933 * gdb.fortran/print-formatted.exp
5934 * gdb.fortran/subarray.exp
5935 * gdb.fortran/vla-alloc-assoc.exp
5936 * gdb.fortran/vla-datatypes.exp
5937 * gdb.fortran/vla-history.exp
5938 * gdb.fortran/vla-ptr-info.exp
5939 * gdb.fortran/vla-ptype-sub.exp
5940 * gdb.fortran/vla-ptype.exp
5941 * gdb.fortran/vla-sizeof.exp
5942 * gdb.fortran/vla-type.exp
5943 * gdb.fortran/vla-value-sub-arbitrary.exp
5944 * gdb.fortran/vla-value-sub-finish.exp
5945 * gdb.fortran/vla-value-sub.exp
5946 * gdb.fortran/vla-value.exp
5947 * gdb.fortran/whatis_type.exp
5948 * gdb.go/chan.exp
5949 * gdb.go/handcall.exp
5950 * gdb.go/hello.exp
5951 * gdb.go/integers.exp
5952 * gdb.go/methods.exp
5953 * gdb.go/package.exp
5954 * gdb.go/strings.exp
5955 * gdb.go/types.exp
5956 * gdb.go/unsafe.exp
5957 * gdb.guile/scm-arch.exp
5958 * gdb.guile/scm-block.exp
5959 * gdb.guile/scm-breakpoint.exp
5960 * gdb.guile/scm-cmd.exp
5961 * gdb.guile/scm-disasm.exp
5962 * gdb.guile/scm-equal.exp
5963 * gdb.guile/scm-frame-args.exp
5964 * gdb.guile/scm-frame-inline.exp
5965 * gdb.guile/scm-frame.exp
5966 * gdb.guile/scm-iterator.exp
5967 * gdb.guile/scm-math.exp
5968 * gdb.guile/scm-objfile.exp
5969 * gdb.guile/scm-ports.exp
5970 * gdb.guile/scm-symbol.exp
5971 * gdb.guile/scm-symtab.exp
5972 * gdb.guile/scm-value-cc.exp
5973 * gdb.guile/types-module.exp
5974 * gdb.linespec/break-ask.exp
5975 * gdb.linespec/cpexplicit.exp
5976 * gdb.linespec/explicit.exp
5977 * gdb.linespec/keywords.exp
5978 * gdb.linespec/linespec.exp
5979 * gdb.linespec/ls-dollar.exp
5980 * gdb.linespec/ls-errs.exp
5981 * gdb.linespec/skip-two.exp
5982 * gdb.linespec/thread.exp
5983 * gdb.mi/mi-async.exp
5984 * gdb.mi/mi-basics.exp
5985 * gdb.mi/mi-break.exp
5986 * gdb.mi/mi-catch-load.exp
5987 * gdb.mi/mi-cli.exp
5988 * gdb.mi/mi-cmd-param-changed.exp
5989 * gdb.mi/mi-console.exp
5990 * gdb.mi/mi-detach.exp
5991 * gdb.mi/mi-disassemble.exp
5992 * gdb.mi/mi-eval.exp
5993 * gdb.mi/mi-file-transfer.exp
5994 * gdb.mi/mi-file.exp
5995 * gdb.mi/mi-fill-memory.exp
5996 * gdb.mi/mi-inheritance-syntax-error.exp
5997 * gdb.mi/mi-linespec-err-cp.exp
5998 * gdb.mi/mi-logging.exp
5999 * gdb.mi/mi-memory-changed.exp
6000 * gdb.mi/mi-read-memory.exp
6001 * gdb.mi/mi-record-changed.exp
6002 * gdb.mi/mi-reg-undefined.exp
6003 * gdb.mi/mi-regs.exp
6004 * gdb.mi/mi-return.exp
6005 * gdb.mi/mi-reverse.exp
6006 * gdb.mi/mi-simplerun.exp
6007 * gdb.mi/mi-solib.exp
6008 * gdb.mi/mi-stack.exp
6009 * gdb.mi/mi-stepi.exp
6010 * gdb.mi/mi-syn-frame.exp
6011 * gdb.mi/mi-until.exp
6012 * gdb.mi/mi-var-block.exp
6013 * gdb.mi/mi-var-child.exp
6014 * gdb.mi/mi-var-cmd.exp
6015 * gdb.mi/mi-var-cp.exp
6016 * gdb.mi/mi-var-display.exp
6017 * gdb.mi/mi-var-invalidate.exp
6018 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6019 * gdb.mi/mi-vla-fortran.exp
6020 * gdb.mi/mi-watch.exp
6021 * gdb.mi/mi2-var-child.exp
6022 * gdb.mi/user-selected-context-sync.exp
6023 * gdb.modula2/unbounded-array.exp
6024 * gdb.multi/dummy-frame-restore.exp
6025 * gdb.multi/multi-arch-exec.exp
6026 * gdb.multi/multi-arch.exp
6027 * gdb.multi/tids.exp
6028 * gdb.multi/watchpoint-multi.exp
6029 * gdb.opencl/callfuncs.exp
6030 * gdb.opencl/convs_casts.exp
6031 * gdb.opencl/datatypes.exp
6032 * gdb.opencl/operators.exp
6033 * gdb.opencl/vec_comps.exp
6034 * gdb.opt/clobbered-registers-O2.exp
6035 * gdb.opt/inline-break.exp
6036 * gdb.opt/inline-bt.exp
6037 * gdb.opt/inline-cmds.exp
6038 * gdb.opt/inline-locals.exp
6039 * gdb.pascal/case-insensitive-symbols.exp
6040 * gdb.pascal/floats.exp
6041 * gdb.pascal/gdb11492.exp
6042 * gdb.python/lib-types.exp
6043 * gdb.python/py-arch.exp
6044 * gdb.python/py-as-string.exp
6045 * gdb.python/py-bad-printers.exp
6046 * gdb.python/py-block.exp
6047 * gdb.python/py-breakpoint-create-fail.exp
6048 * gdb.python/py-breakpoint.exp
6049 * gdb.python/py-caller-is.exp
6050 * gdb.python/py-cmd.exp
6051 * gdb.python/py-explore-cc.exp
6052 * gdb.python/py-explore.exp
6053 * gdb.python/py-finish-breakpoint.exp
6054 * gdb.python/py-finish-breakpoint2.exp
6055 * gdb.python/py-frame-args.exp
6056 * gdb.python/py-frame-inline.exp
6057 * gdb.python/py-frame.exp
6058 * gdb.python/py-framefilter-mi.exp
6059 * gdb.python/py-infthread.exp
6060 * gdb.python/py-lazy-string.exp
6061 * gdb.python/py-linetable.exp
6062 * gdb.python/py-mi-events.exp
6063 * gdb.python/py-mi-objfile.exp
6064 * gdb.python/py-mi.exp
6065 * gdb.python/py-objfile.exp
6066 * gdb.python/py-pp-integral.exp
6067 * gdb.python/py-pp-maint.exp
6068 * gdb.python/py-pp-re-notag.exp
6069 * gdb.python/py-pp-registration.exp
6070 * gdb.python/py-recurse-unwind.exp
6071 * gdb.python/py-strfns.exp
6072 * gdb.python/py-symbol.exp
6073 * gdb.python/py-symtab.exp
6074 * gdb.python/py-sync-interp.exp
6075 * gdb.python/py-typeprint.exp
6076 * gdb.python/py-unwind-maint.exp
6077 * gdb.python/py-unwind.exp
6078 * gdb.python/py-value-cc.exp
6079 * gdb.python/py-xmethods.exp
6080 * gdb.reverse/amd64-tailcall-reverse.exp
6081 * gdb.reverse/break-precsave.exp
6082 * gdb.reverse/break-reverse.exp
6083 * gdb.reverse/consecutive-precsave.exp
6084 * gdb.reverse/consecutive-reverse.exp
6085 * gdb.reverse/finish-precsave.exp
6086 * gdb.reverse/finish-reverse-bkpt.exp
6087 * gdb.reverse/finish-reverse.exp
6088 * gdb.reverse/fstatat-reverse.exp
6089 * gdb.reverse/getresuid-reverse.exp
6090 * gdb.reverse/i386-precsave.exp
6091 * gdb.reverse/i386-reverse.exp
6092 * gdb.reverse/i386-sse-reverse.exp
6093 * gdb.reverse/i387-env-reverse.exp
6094 * gdb.reverse/i387-stack-reverse.exp
6095 * gdb.reverse/insn-reverse.exp
6096 * gdb.reverse/machinestate-precsave.exp
6097 * gdb.reverse/machinestate.exp
6098 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6099 * gdb.reverse/pipe-reverse.exp
6100 * gdb.reverse/readv-reverse.exp
6101 * gdb.reverse/recvmsg-reverse.exp
6102 * gdb.reverse/rerun-prec.exp
6103 * gdb.reverse/s390-mvcle.exp
6104 * gdb.reverse/step-precsave.exp
6105 * gdb.reverse/step-reverse.exp
6106 * gdb.reverse/time-reverse.exp
6107 * gdb.reverse/until-precsave.exp
6108 * gdb.reverse/until-reverse.exp
6109 * gdb.reverse/waitpid-reverse.exp
6110 * gdb.reverse/watch-precsave.exp
6111 * gdb.reverse/watch-reverse.exp
6112 * gdb.rust/generics.exp
6113 * gdb.rust/methods.exp
6114 * gdb.rust/modules.exp
6115 * gdb.rust/simple.exp
6116 * gdb.server/connect-with-no-symbol-file.exp
6117 * gdb.server/ext-attach.exp
6118 * gdb.server/ext-restart.exp
6119 * gdb.server/ext-wrapper.exp
6120 * gdb.server/file-transfer.exp
6121 * gdb.server/server-exec-info.exp
6122 * gdb.server/server-kill.exp
6123 * gdb.server/server-mon.exp
6124 * gdb.server/wrapper.exp
6125 * gdb.stabs/exclfwd.exp
6126 * gdb.stabs/gdb11479.exp
6127 * gdb.threads/clone-new-thread-event.exp
6128 * gdb.threads/corethreads.exp
6129 * gdb.threads/current-lwp-dead.exp
6130 * gdb.threads/dlopen-libpthread.exp
6131 * gdb.threads/gcore-thread.exp
6132 * gdb.threads/sigstep-threads.exp
6133 * gdb.threads/watchpoint-fork.exp
6134 * gdb.trace/actions-changed.exp
6135 * gdb.trace/backtrace.exp
6136 * gdb.trace/change-loc.exp
6137 * gdb.trace/circ.exp
6138 * gdb.trace/collection.exp
6139 * gdb.trace/disconnected-tracing.exp
6140 * gdb.trace/ftrace.exp
6141 * gdb.trace/mi-trace-frame-collected.exp
6142 * gdb.trace/mi-trace-unavailable.exp
6143 * gdb.trace/mi-traceframe-changed.exp
6144 * gdb.trace/mi-tsv-changed.exp
6145 * gdb.trace/no-attach-trace.exp
6146 * gdb.trace/passc-dyn.exp
6147 * gdb.trace/qtro.exp
6148 * gdb.trace/range-stepping.exp
6149 * gdb.trace/read-memory.exp
6150 * gdb.trace/save-trace.exp
6151 * gdb.trace/signal.exp
6152 * gdb.trace/status-stop.exp
6153 * gdb.trace/tfile.exp
6154 * gdb.trace/trace-break.exp
6155 * gdb.trace/trace-buffer-size.exp
6156 * gdb.trace/trace-condition.exp
6157 * gdb.trace/tracefile-pseudo-reg.exp
6158 * gdb.trace/tstatus.exp
6159 * gdb.trace/unavailable.exp
6160 * gdb.trace/while-dyn.exp
6161 * gdb.trace/while-stepping.exp
6162
6163 2016-12-22 Doug Evans <xdje42@gmail.com>
6164
6165 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6166 and msymbols.
6167
6168 2016-12-19 Yao Qi <yao.qi@linaro.org>
6169
6170 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6171 (test_with_self): Don't call do_steps_and_nexts, and remove
6172 code about stepping into xmalloc.
6173
6174 2016-12-09 Yao Qi <yao.qi@linaro.org>
6175
6176 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6177
6178 2016-12-09 Yao Qi <yao.qi@linaro.org>
6179
6180 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6181
6182 2016-12-09 Pedro Alves <palves@redhat.com>
6183
6184 * gdb.base/all-architectures-0.exp: New file.
6185 * gdb.base/all-architectures-1.exp: New file.
6186 * gdb.base/all-architectures-2.exp: New file.
6187 * gdb.base/all-architectures-3.exp: New file.
6188 * gdb.base/all-architectures-4.exp: New file.
6189 * gdb.base/all-architectures-5.exp: New file.
6190 * gdb.base/all-architectures-6.exp: New file.
6191 * gdb.base/all-architectures-7.exp: New file.
6192 * gdb.base/all-architectures.exp.in: New file.
6193
6194 2016-12-09 Yao Qi <yao.qi@linaro.org>
6195
6196 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6197
6198 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6199
6200 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6201 possible.
6202 Remove useless pattern-matching code.
6203
6204 2016-12-02 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6207 procedure.
6208 (top level): Call it.
6209
6210 2016-12-02 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6213 New procedure.
6214 (top level): Call it.
6215
6216 2016-12-02 Pedro Alves <palves@redhat.com>
6217
6218 PR cli/20559
6219 * gdb.base/commands.exp (user_defined_command_args_eval): New
6220 procedure.
6221 (top level): Call it.
6222
6223 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6224
6225 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6226 timeout handling.
6227
6228 2016-12-02 Tom Tromey <tom@tromey.com>
6229
6230 * gdb.dwarf2/main-subprogram.c: New file.
6231 * gdb.dwarf2/main-subprogram.exp: New file.
6232
6233 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6234
6235 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6236 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6237 gdb_test_no_output for a couple of cases.
6238 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6239
6240 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6241
6242 Fix test names and standardize compilation error messages throughout
6243 the following files:
6244
6245 * gdb.ada/start.exp
6246 * gdb.arch/alpha-step.exp
6247 * gdb.arch/e500-prologue.exp
6248 * gdb.arch/ftrace-insn-reloc.exp
6249 * gdb.arch/gdb1291.exp
6250 * gdb.arch/gdb1431.exp
6251 * gdb.arch/gdb1558.exp
6252 * gdb.arch/i386-dr3-watch.exp
6253 * gdb.arch/i386-sse-stack-align.exp
6254 * gdb.arch/ia64-breakpoint-shadow.exp
6255 * gdb.arch/pa-nullify.exp
6256 * gdb.arch/powerpc-aix-prologue.exp
6257 * gdb.arch/thumb-bx-pc.exp
6258 * gdb.base/annota1.exp
6259 * gdb.base/annota3.exp
6260 * gdb.base/arrayidx.exp
6261 * gdb.base/assign.exp
6262 * gdb.base/attach.exp
6263 * gdb.base/auxv.exp
6264 * gdb.base/bang.exp
6265 * gdb.base/bfp-test.exp
6266 * gdb.base/bigcore.exp
6267 * gdb.base/bitfields2.exp
6268 * gdb.base/break-fun-addr.exp
6269 * gdb.base/break-probes.exp
6270 * gdb.base/call-rt-st.exp
6271 * gdb.base/callexit.exp
6272 * gdb.base/catch-fork-kill.exp
6273 * gdb.base/charset.exp
6274 * gdb.base/checkpoint.exp
6275 * gdb.base/comprdebug.exp
6276 * gdb.base/constvars.exp
6277 * gdb.base/coredump-filter.exp
6278 * gdb.base/cursal.exp
6279 * gdb.base/cvexpr.exp
6280 * gdb.base/detach.exp
6281 * gdb.base/display.exp
6282 * gdb.base/dmsym.exp
6283 * gdb.base/dprintf-pending.exp
6284 * gdb.base/dso2dso.exp
6285 * gdb.base/dtrace-probe.exp
6286 * gdb.base/dump.exp
6287 * gdb.base/enum_cond.exp
6288 * gdb.base/exe-lock.exp
6289 * gdb.base/exec-invalid-sysroot.exp
6290 * gdb.base/execl-update-breakpoints.exp
6291 * gdb.base/exprs.exp
6292 * gdb.base/fileio.exp
6293 * gdb.base/find.exp
6294 * gdb.base/finish.exp
6295 * gdb.base/fixsection.exp
6296 * gdb.base/foll-vfork.exp
6297 * gdb.base/frame-args.exp
6298 * gdb.base/gcore.exp
6299 * gdb.base/gdb1250.exp
6300 * gdb.base/global-var-nested-by-dso.exp
6301 * gdb.base/gnu-ifunc.exp
6302 * gdb.base/hashline1.exp
6303 * gdb.base/hashline2.exp
6304 * gdb.base/hashline3.exp
6305 * gdb.base/hbreak-in-shr-unsupported.exp
6306 * gdb.base/huge.exp
6307 * gdb.base/infcall-input.exp
6308 * gdb.base/info-fun.exp
6309 * gdb.base/info-shared.exp
6310 * gdb.base/jit-simple.exp
6311 * gdb.base/jit-so.exp
6312 * gdb.base/jit.exp
6313 * gdb.base/jump.exp
6314 * gdb.base/label.exp
6315 * gdb.base/lineinc.exp
6316 * gdb.base/logical.exp
6317 * gdb.base/longjmp.exp
6318 * gdb.base/macscp.exp
6319 * gdb.base/miscexprs.exp
6320 * gdb.base/new-ui-echo.exp
6321 * gdb.base/new-ui-pending-input.exp
6322 * gdb.base/new-ui.exp
6323 * gdb.base/nodebug.exp
6324 * gdb.base/nofield.exp
6325 * gdb.base/offsets.exp
6326 * gdb.base/overlays.exp
6327 * gdb.base/pending.exp
6328 * gdb.base/pointers.exp
6329 * gdb.base/pr11022.exp
6330 * gdb.base/printcmds.exp
6331 * gdb.base/prologue.exp
6332 * gdb.base/ptr-typedef.exp
6333 * gdb.base/realname-expand.exp
6334 * gdb.base/relativedebug.exp
6335 * gdb.base/relocate.exp
6336 * gdb.base/remote.exp
6337 * gdb.base/reread.exp
6338 * gdb.base/return2.exp
6339 * gdb.base/savedregs.exp
6340 * gdb.base/sep.exp
6341 * gdb.base/sepdebug.exp
6342 * gdb.base/sepsymtab.exp
6343 * gdb.base/set-inferior-tty.exp
6344 * gdb.base/setshow.exp
6345 * gdb.base/shlib-call.exp
6346 * gdb.base/sigaltstack.exp
6347 * gdb.base/siginfo-addr.exp
6348 * gdb.base/signals.exp
6349 * gdb.base/signull.exp
6350 * gdb.base/sigrepeat.exp
6351 * gdb.base/so-impl-ld.exp
6352 * gdb.base/solib-display.exp
6353 * gdb.base/solib-overlap.exp
6354 * gdb.base/solib-search.exp
6355 * gdb.base/solib-symbol.exp
6356 * gdb.base/structs.exp
6357 * gdb.base/structs2.exp
6358 * gdb.base/symtab-search-order.exp
6359 * gdb.base/twice.exp
6360 * gdb.base/unload.exp
6361 * gdb.base/varargs.exp
6362 * gdb.base/watchpoint-solib.exp
6363 * gdb.base/watchpoint.exp
6364 * gdb.base/whatis.exp
6365 * gdb.base/wrong_frame_bt_full.exp
6366 * gdb.btrace/dlopen.exp
6367 * gdb.cell/ea-standalone.exp
6368 * gdb.cell/ea-test.exp
6369 * gdb.cp/dispcxx.exp
6370 * gdb.cp/gdb2384.exp
6371 * gdb.cp/method2.exp
6372 * gdb.cp/nextoverthrow.exp
6373 * gdb.cp/pr10728.exp
6374 * gdb.disasm/am33.exp
6375 * gdb.disasm/h8300s.exp
6376 * gdb.disasm/mn10300.exp
6377 * gdb.disasm/sh3.exp
6378 * gdb.dwarf2/dw2-dir-file-name.exp
6379 * gdb.fortran/complex.exp
6380 * gdb.fortran/library-module.exp
6381 * gdb.guile/scm-pretty-print.exp
6382 * gdb.guile/scm-symbol.exp
6383 * gdb.guile/scm-type.exp
6384 * gdb.guile/scm-value.exp
6385 * gdb.linespec/linespec.exp
6386 * gdb.mi/gdb701.exp
6387 * gdb.mi/gdb792.exp
6388 * gdb.mi/mi-breakpoint-changed.exp
6389 * gdb.mi/mi-dprintf-pending.exp
6390 * gdb.mi/mi-dprintf.exp
6391 * gdb.mi/mi-exit-code.exp
6392 * gdb.mi/mi-pending.exp
6393 * gdb.mi/mi-solib.exp
6394 * gdb.mi/new-ui-mi-sync.exp
6395 * gdb.mi/pr11022.exp
6396 * gdb.mi/user-selected-context-sync.exp
6397 * gdb.opt/solib-intra-step.exp
6398 * gdb.python/py-events.exp
6399 * gdb.python/py-finish-breakpoint.exp
6400 * gdb.python/py-mi.exp
6401 * gdb.python/py-prettyprint.exp
6402 * gdb.python/py-shared.exp
6403 * gdb.python/py-symbol.exp
6404 * gdb.python/py-template.exp
6405 * gdb.python/py-type.exp
6406 * gdb.python/py-value.exp
6407 * gdb.reverse/solib-precsave.exp
6408 * gdb.reverse/solib-reverse.exp
6409 * gdb.server/solib-list.exp
6410 * gdb.stabs/weird.exp
6411 * gdb.threads/reconnect-signal.exp
6412 * gdb.threads/stepi-random-signal.exp
6413 * gdb.trace/actions.exp
6414 * gdb.trace/ax.exp
6415 * gdb.trace/backtrace.exp
6416 * gdb.trace/change-loc.exp
6417 * gdb.trace/deltrace.exp
6418 * gdb.trace/ftrace-lock.exp
6419 * gdb.trace/ftrace.exp
6420 * gdb.trace/infotrace.exp
6421 * gdb.trace/mi-tracepoint-changed.exp
6422 * gdb.trace/packetlen.exp
6423 * gdb.trace/passcount.exp
6424 * gdb.trace/pending.exp
6425 * gdb.trace/range-stepping.exp
6426 * gdb.trace/report.exp
6427 * gdb.trace/stap-trace.exp
6428 * gdb.trace/tfind.exp
6429 * gdb.trace/trace-break.exp
6430 * gdb.trace/trace-condition.exp
6431 * gdb.trace/trace-enable-disable.exp
6432 * gdb.trace/trace-mt.exp
6433 * gdb.trace/tracecmd.exp
6434 * gdb.trace/tspeed.exp
6435 * gdb.trace/tsv.exp
6436 * lib/perftest.exp
6437
6438 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6439
6440 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6441 with gdb_test_no_output.
6442 Use command as test name.
6443
6444 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6445
6446 Fix test names starting with uppercase throughout the files.
6447
6448 * gdb.ada/assign_1.exp
6449 * gdb.ada/boolean_expr.exp
6450 * gdb.base/arrayidx.exp
6451 * gdb.base/del.exp
6452 * gdb.base/gcore-buffer-overflow.exp
6453 * gdb.base/testenv.exp
6454 * gdb.compile/compile.exp
6455 * gdb.python/py-framefilter-invalidarg.exp
6456 * gdb.python/py-framefilter.exp
6457
6458 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6459
6460 Fix test names starting with uppercase throughout the files.
6461
6462 * gdb.ada/array_return.exp
6463 * gdb.ada/expr_delims.exp
6464 * gdb.ada/mi_dyn_arr.exp
6465 * gdb.ada/mi_interface.exp
6466 * gdb.ada/mi_var_array.exp
6467 * gdb.ada/watch_arg.exp
6468 * gdb.arch/alpha-step.exp
6469 * gdb.arch/altivec-regs.exp
6470 * gdb.arch/e500-regs.exp
6471 * gdb.arch/powerpc-d128-regs.exp
6472 * gdb.base/arrayidx.exp
6473 * gdb.base/break.exp
6474 * gdb.base/checkpoint.exp
6475 * gdb.base/debug-expr.exp
6476 * gdb.base/dmsym.exp
6477 * gdb.base/radix.exp
6478 * gdb.base/sepdebug.exp
6479 * gdb.base/testenv.exp
6480 * gdb.base/watch_thread_num.exp
6481 * gdb.base/watchpoint-cond-gone.exp
6482 * gdb.cell/break.exp
6483 * gdb.cell/ea-cache.exp
6484 * gdb.compile/compile.exp
6485 * gdb.cp/gdb2495.exp
6486 * gdb.gdb/selftest.exp
6487 * gdb.gdb/xfullpath.exp
6488 * gdb.go/hello.exp
6489 * gdb.go/integers.exp
6490 * gdb.objc/basicclass.exp
6491 * gdb.pascal/hello.exp
6492 * gdb.pascal/integers.exp
6493 * gdb.python/py-breakpoint.exp
6494 * gdb.python/py-cmd.exp
6495 * gdb.python/py-linetable.exp
6496 * gdb.python/py-xmethods.exp
6497 * gdb.python/python.exp
6498 * gdb.reverse/consecutive-precsave.exp
6499 * gdb.reverse/finish-precsave.exp
6500 * gdb.reverse/i386-precsave.exp
6501 * gdb.reverse/machinestate-precsave.exp
6502 * gdb.reverse/sigall-precsave.exp
6503 * gdb.reverse/solib-precsave.exp
6504 * gdb.reverse/step-precsave.exp
6505 * gdb.reverse/until-precsave.exp
6506 * gdb.reverse/watch-precsave.exp
6507 * gdb.threads/leader-exit.exp
6508 * gdb.threads/pthreads.exp
6509 * gdb.threads/wp-replication.exp
6510 * gdb.trace/actions.exp
6511 * gdb.trace/mi-tsv-changed.exp
6512 * gdb.trace/tsv.exp
6513
6514 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6515
6516 Fix test names starting with uppercase throughout the files.
6517
6518 * gdb.arch/i386-bp_permanent.exp
6519 * gdb.arch/i386-gnu-cfi.exp
6520 * gdb.base/disasm-end-cu.exp
6521 * gdb.base/macscp.exp
6522 * gdb.base/pending.exp
6523 * gdb.base/watch_thread_num.exp
6524 * gdb.cp/exception.exp
6525 * gdb.cp/gdb2495.exp
6526 * gdb.cp/local.exp
6527 * gdb.python/py-evsignal.exp
6528 * gdb.python/python.exp
6529 * gdb.trace/tracecmd.exp
6530
6531 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6532
6533 Fix test names starting with uppercase throughout the files.
6534
6535 * gdb.base/charset.exp
6536 * gdb.base/eval.exp
6537 * gdb.base/multi-forks.exp
6538 * gdb.guile/scm-progspace.exp
6539 * gdb.opencl/datatypes.exp
6540 * gdb.python/py-block.exp
6541 * gdb.python/py-function.exp
6542 * gdb.python/py-symbol.exp
6543 * gdb.python/py-symtab.exp
6544 * gdb.python/py-xmethods.exp
6545 * gdb.reverse/break-precsave.exp
6546 * gdb.reverse/break-reverse.exp
6547 * gdb.reverse/consecutive-precsave.exp
6548 * gdb.reverse/consecutive-reverse.exp
6549 * gdb.reverse/finish-precsave.exp
6550 * gdb.reverse/finish-reverse-bkpt.exp
6551 * gdb.reverse/finish-reverse.exp
6552 * gdb.reverse/fstatat-reverse.exp
6553 * gdb.reverse/getresuid-reverse.exp
6554 * gdb.reverse/i386-precsave.exp
6555 * gdb.reverse/i386-reverse.exp
6556 * gdb.reverse/i386-sse-reverse.exp
6557 * gdb.reverse/i387-stack-reverse.exp
6558 * gdb.reverse/insn-reverse.exp
6559 * gdb.reverse/machinestate-precsave.exp
6560 * gdb.reverse/machinestate.exp
6561 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6562 * gdb.reverse/pipe-reverse.exp
6563 * gdb.reverse/readv-reverse.exp
6564 * gdb.reverse/recvmsg-reverse.exp
6565 * gdb.reverse/rerun-prec.exp
6566 * gdb.reverse/s390-mvcle.exp
6567 * gdb.reverse/sigall-precsave.exp
6568 * gdb.reverse/sigall-reverse.exp
6569 * gdb.reverse/solib-precsave.exp
6570 * gdb.reverse/solib-reverse.exp
6571 * gdb.reverse/step-precsave.exp
6572 * gdb.reverse/step-reverse.exp
6573 * gdb.reverse/time-reverse.exp
6574 * gdb.reverse/until-precsave.exp
6575 * gdb.reverse/until-reverse.exp
6576 * gdb.reverse/waitpid-reverse.exp
6577 * gdb.reverse/watch-precsave.exp
6578 * gdb.reverse/watch-reverse.exp
6579
6580 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6581
6582 Fix test names starting with uppercase throughout the files.
6583
6584 * gdb.arch/i386-mpx-simple_segv.exp
6585 * gdb.arch/i386-mpx.exp
6586 * gdb.arch/i386-permbkpt.exp
6587 * gdb.arch/pa-nullify.exp
6588 * gdb.arch/powerpc-d128-regs.exp
6589 * gdb.arch/vsx-regs.exp
6590 * gdb.base/bfp-test.exp
6591 * gdb.base/break.exp
6592 * gdb.base/breakpoint-shadow.exp
6593 * gdb.base/callfuncs.exp
6594 * gdb.base/charset.exp
6595 * gdb.base/commands.exp
6596 * gdb.base/completion.exp
6597 * gdb.base/dfp-test.exp
6598 * gdb.base/echo.exp
6599 * gdb.base/ending-run.exp
6600 * gdb.base/eval.exp
6601 * gdb.base/expand-psymtabs.exp
6602 * gdb.base/float128.exp
6603 * gdb.base/floatn.exp
6604 * gdb.base/foll-exec-mode.exp
6605 * gdb.base/gdb1056.exp
6606 * gdb.base/gdb11531.exp
6607 * gdb.base/kill-after-signal.exp
6608 * gdb.base/multi-forks.exp
6609 * gdb.base/overlays.exp
6610 * gdb.base/pending.exp
6611 * gdb.base/sepdebug.exp
6612 * gdb.base/testenv.exp
6613 * gdb.base/valgrind-db-attach.exp
6614 * gdb.base/watch_thread_num.exp
6615 * gdb.base/watchpoint-cond-gone.exp
6616 * gdb.base/watchpoint.exp
6617 * gdb.base/watchpoints.exp
6618 * gdb.cp/arg-reference.exp
6619 * gdb.cp/baseenum.exp
6620 * gdb.cp/operator.exp
6621 * gdb.cp/shadow.exp
6622 * gdb.dwarf2/dw2-op-out-param.exp
6623 * gdb.dwarf2/dw2-reg-undefined.exp
6624 * gdb.go/chan.exp
6625 * gdb.go/hello.exp
6626 * gdb.go/integers.exp
6627 * gdb.go/methods.exp
6628 * gdb.go/package.exp
6629 * gdb.guile/scm-parameter.exp
6630 * gdb.guile/scm-progspace.exp
6631 * gdb.guile/scm-value.exp
6632 * gdb.mi/mi-pending.exp
6633 * gdb.mi/user-selected-context-sync.exp
6634 * gdb.multi/multi-attach.exp
6635 * gdb.multi/tids.exp
6636 * gdb.opt/clobbered-registers-O2.exp
6637 * gdb.pascal/floats.exp
6638 * gdb.pascal/integers.exp
6639 * gdb.python/py-block.exp
6640 * gdb.python/py-events.exp
6641 * gdb.python/py-parameter.exp
6642 * gdb.python/py-symbol.exp
6643 * gdb.python/py-symtab.exp
6644 * gdb.python/py-type.exp
6645 * gdb.python/py-value.exp
6646 * gdb.python/py-xmethods.exp
6647 * gdb.python/python.exp
6648 * gdb.reverse/break-precsave.exp
6649 * gdb.reverse/consecutive-precsave.exp
6650 * gdb.reverse/finish-precsave.exp
6651 * gdb.reverse/i386-precsave.exp
6652 * gdb.reverse/machinestate-precsave.exp
6653 * gdb.reverse/sigall-precsave.exp
6654 * gdb.reverse/solib-precsave.exp
6655 * gdb.reverse/step-precsave.exp
6656 * gdb.reverse/until-precsave.exp
6657 * gdb.reverse/watch-precsave.exp
6658 * gdb.server/ext-attach.exp
6659 * gdb.server/ext-restart.exp
6660 * gdb.server/ext-run.exp
6661 * gdb.server/ext-wrapper.exp
6662 * gdb.stabs/gdb11479.exp
6663 * gdb.stabs/weird.exp
6664 * gdb.threads/attach-many-short-lived-threads.exp
6665 * gdb.threads/kill.exp
6666 * gdb.threads/watchpoint-fork.exp
6667
6668 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6669
6670 Fix test names starting with uppercase throughout all the files below.
6671
6672 * gdb.ada/array_return.exp
6673 * gdb.ada/catch_ex.exp
6674 * gdb.ada/info_exc.exp
6675 * gdb.ada/mi_catch_ex.exp
6676 * gdb.ada/mi_dyn_arr.exp
6677 * gdb.ada/mi_ex_cond.exp
6678 * gdb.ada/mi_exc_info.exp
6679 * gdb.ada/mi_interface.exp
6680 * gdb.ada/mi_task_arg.exp
6681 * gdb.ada/mi_task_info.exp
6682 * gdb.ada/mi_var_array.exp
6683 * gdb.arch/alpha-step.exp
6684 * gdb.arch/amd64-disp-step.exp
6685 * gdb.arch/arm-disp-step.exp
6686 * gdb.arch/disp-step-insn-reloc.exp
6687 * gdb.arch/e500-prologue.exp
6688 * gdb.arch/ftrace-insn-reloc.exp
6689 * gdb.arch/gdb1558.exp
6690 * gdb.arch/i386-bp_permanent.exp
6691 * gdb.arch/i386-disp-step.exp
6692 * gdb.arch/i386-float.exp
6693 * gdb.arch/i386-gnu-cfi.exp
6694 * gdb.arch/ia64-breakpoint-shadow.exp
6695 * gdb.arch/mips16-thunks.exp
6696 * gdb.arch/pa-nullify.exp
6697 * gdb.arch/powerpc-aix-prologue.exp
6698 * gdb.arch/powerpc-power.exp
6699 * gdb.arch/ppc-dfp.exp
6700 * gdb.arch/s390-tdbregs.exp
6701 * gdb.arch/spu-info.exp
6702 * gdb.arch/spu-ls.exp
6703 * gdb.arch/thumb-bx-pc.exp
6704 * gdb.base/advance.exp
6705 * gdb.base/annota-input-while-running.exp
6706 * gdb.base/arrayidx.exp
6707 * gdb.base/asmlabel.exp
6708 * gdb.base/async.exp
6709 * gdb.base/attach-wait-input.exp
6710 * gdb.base/auto-connect-native-target.exp
6711 * gdb.base/batch-preserve-term-settings.exp
6712 * gdb.base/bfp-test.exp
6713 * gdb.base/bigcore.exp
6714 * gdb.base/bp-permanent.exp
6715 * gdb.base/break-always.exp
6716 * gdb.base/break-fun-addr.exp
6717 * gdb.base/break-idempotent.exp
6718 * gdb.base/break-main-file-remove-fail.exp
6719 * gdb.base/break-probes.exp
6720 * gdb.base/break-unload-file.exp
6721 * gdb.base/break.exp
6722 * gdb.base/call-ar-st.exp
6723 * gdb.base/call-rt-st.exp
6724 * gdb.base/call-sc.exp
6725 * gdb.base/call-signal-resume.exp
6726 * gdb.base/call-strs.exp
6727 * gdb.base/callexit.exp
6728 * gdb.base/callfuncs.exp
6729 * gdb.base/catch-gdb-caused-signals.exp
6730 * gdb.base/catch-signal-siginfo-cond.exp
6731 * gdb.base/catch-syscall.exp
6732 * gdb.base/compare-sections.exp
6733 * gdb.base/cond-eval-mode.exp
6734 * gdb.base/condbreak-call-false.exp
6735 * gdb.base/consecutive-step-over.exp
6736 * gdb.base/cursal.exp
6737 * gdb.base/disabled-location.exp
6738 * gdb.base/disasm-end-cu.exp
6739 * gdb.base/display.exp
6740 * gdb.base/double-prompt-target-event-error.exp
6741 * gdb.base/dprintf-bp-same-addr.exp
6742 * gdb.base/dprintf-detach.exp
6743 * gdb.base/dprintf-next.exp
6744 * gdb.base/dprintf-non-stop.exp
6745 * gdb.base/dprintf-pending.exp
6746 * gdb.base/dso2dso.exp
6747 * gdb.base/ending-run.exp
6748 * gdb.base/enum_cond.exp
6749 * gdb.base/examine-backward.exp
6750 * gdb.base/exe-lock.exp
6751 * gdb.base/exec-invalid-sysroot.exp
6752 * gdb.base/execl-update-breakpoints.exp
6753 * gdb.base/execution-termios.exp
6754 * gdb.base/fileio.exp
6755 * gdb.base/fixsection.exp
6756 * gdb.base/foll-exec-mode.exp
6757 * gdb.base/foll-exec.exp
6758 * gdb.base/fork-running-state.exp
6759 * gdb.base/frame-args.exp
6760 * gdb.base/fullpath-expand.exp
6761 * gdb.base/func-ptr.exp
6762 * gdb.base/gcore-relro-pie.exp
6763 * gdb.base/gdb1090.exp
6764 * gdb.base/gdb1555.exp
6765 * gdb.base/global-var-nested-by-dso.exp
6766 * gdb.base/gnu-ifunc.exp
6767 * gdb.base/hbreak-in-shr-unsupported.exp
6768 * gdb.base/hbreak-unmapped.exp
6769 * gdb.base/hook-stop.exp
6770 * gdb.base/infcall-input.exp
6771 * gdb.base/info-fun.exp
6772 * gdb.base/info-shared.exp
6773 * gdb.base/interrupt-noterm.exp
6774 * gdb.base/jit-so.exp
6775 * gdb.base/jit.exp
6776 * gdb.base/line-symtabs.exp
6777 * gdb.base/list.exp
6778 * gdb.base/longjmp.exp
6779 * gdb.base/macscp.exp
6780 * gdb.base/max-value-size.exp
6781 * gdb.base/nodebug.exp
6782 * gdb.base/nofield.exp
6783 * gdb.base/overlays.exp
6784 * gdb.base/paginate-after-ctrl-c-running.exp
6785 * gdb.base/paginate-bg-execution.exp
6786 * gdb.base/paginate-inferior-exit.exp
6787 * gdb.base/pending.exp
6788 * gdb.base/pr11022.exp
6789 * gdb.base/printcmds.exp
6790 * gdb.base/ptr-typedef.exp
6791 * gdb.base/ptype.exp
6792 * gdb.base/randomize.exp
6793 * gdb.base/range-stepping.exp
6794 * gdb.base/realname-expand.exp
6795 * gdb.base/relativedebug.exp
6796 * gdb.base/remote.exp
6797 * gdb.base/savedregs.exp
6798 * gdb.base/sepdebug.exp
6799 * gdb.base/set-noassign.exp
6800 * gdb.base/shlib-call.exp
6801 * gdb.base/shreloc.exp
6802 * gdb.base/sigaltstack.exp
6803 * gdb.base/sigbpt.exp
6804 * gdb.base/siginfo-addr.exp
6805 * gdb.base/siginfo-obj.exp
6806 * gdb.base/siginfo-thread.exp
6807 * gdb.base/signest.exp
6808 * gdb.base/signull.exp
6809 * gdb.base/sigrepeat.exp
6810 * gdb.base/skip.exp
6811 * gdb.base/so-impl-ld.exp
6812 * gdb.base/solib-corrupted.exp
6813 * gdb.base/solib-disc.exp
6814 * gdb.base/solib-display.exp
6815 * gdb.base/solib-overlap.exp
6816 * gdb.base/solib-search.exp
6817 * gdb.base/solib-symbol.exp
6818 * gdb.base/source-execution.exp
6819 * gdb.base/sss-bp-on-user-bp-2.exp
6820 * gdb.base/sss-bp-on-user-bp.exp
6821 * gdb.base/stack-checking.exp
6822 * gdb.base/stale-infcall.exp
6823 * gdb.base/step-break.exp
6824 * gdb.base/step-line.exp
6825 * gdb.base/step-over-exit.exp
6826 * gdb.base/step-test.exp
6827 * gdb.base/structs.exp
6828 * gdb.base/sym-file.exp
6829 * gdb.base/symtab-search-order.exp
6830 * gdb.base/term.exp
6831 * gdb.base/type-opaque.exp
6832 * gdb.base/unload.exp
6833 * gdb.base/until-nodebug.exp
6834 * gdb.base/until.exp
6835 * gdb.base/unwindonsignal.exp
6836 * gdb.base/watch-cond.exp
6837 * gdb.base/watch-non-mem.exp
6838 * gdb.base/watch_thread_num.exp
6839 * gdb.base/watchpoint-reuse-slot.exp
6840 * gdb.base/watchpoint-solib.exp
6841 * gdb.base/watchpoint.exp
6842 * gdb.btrace/dlopen.exp
6843 * gdb.cell/arch.exp
6844 * gdb.cell/break.exp
6845 * gdb.cell/bt.exp
6846 * gdb.cell/core.exp
6847 * gdb.cell/data.exp
6848 * gdb.cell/dwarfaddr.exp
6849 * gdb.cell/ea-cache.exp
6850 * gdb.cell/ea-standalone.exp
6851 * gdb.cell/ea-test.exp
6852 * gdb.cell/f-regs.exp
6853 * gdb.cell/fork.exp
6854 * gdb.cell/gcore.exp
6855 * gdb.cell/mem-access.exp
6856 * gdb.cell/ptype.exp
6857 * gdb.cell/registers.exp
6858 * gdb.cell/sizeof.exp
6859 * gdb.cell/solib-symbol.exp
6860 * gdb.cell/solib.exp
6861 * gdb.compile/compile-tls.exp
6862 * gdb.cp/exception.exp
6863 * gdb.cp/gdb2495.exp
6864 * gdb.cp/local.exp
6865 * gdb.cp/mb-inline.exp
6866 * gdb.cp/mb-templates.exp
6867 * gdb.cp/pr10687.exp
6868 * gdb.cp/pr9167.exp
6869 * gdb.cp/scope-err.exp
6870 * gdb.cp/templates.exp
6871 * gdb.cp/virtfunc.exp
6872 * gdb.dwarf2/dw2-dir-file-name.exp
6873 * gdb.dwarf2/dw2-single-line-discriminators.exp
6874 * gdb.fortran/complex.exp
6875 * gdb.fortran/library-module.exp
6876 * gdb.guile/guile.exp
6877 * gdb.guile/scm-cmd.exp
6878 * gdb.guile/scm-frame-inline.exp
6879 * gdb.guile/scm-objfile.exp
6880 * gdb.guile/scm-pretty-print.exp
6881 * gdb.guile/scm-symbol.exp
6882 * gdb.guile/scm-type.exp
6883 * gdb.guile/scm-value.exp
6884 * gdb.linespec/keywords.exp
6885 * gdb.linespec/ls-errs.exp
6886 * gdb.linespec/macro-relative.exp
6887 * gdb.linespec/thread.exp
6888 * gdb.mi/mi-breakpoint-changed.exp
6889 * gdb.mi/mi-dprintf-pending.exp
6890 * gdb.mi/mi-fullname-deleted.exp
6891 * gdb.mi/mi-logging.exp
6892 * gdb.mi/mi-pending.exp
6893 * gdb.mi/mi-solib.exp
6894 * gdb.mi/new-ui-mi-sync.exp
6895 * gdb.mi/user-selected-context-sync.exp
6896 * gdb.multi/dummy-frame-restore.exp
6897 * gdb.multi/multi-arch-exec.exp
6898 * gdb.multi/remove-inferiors.exp
6899 * gdb.multi/watchpoint-multi-exit.exp
6900 * gdb.opt/solib-intra-step.exp
6901 * gdb.perf/backtrace.exp
6902 * gdb.perf/single-step.exp
6903 * gdb.perf/skip-command.exp
6904 * gdb.perf/skip-prologue.exp
6905 * gdb.perf/solib.exp
6906 * gdb.python/lib-types.exp
6907 * gdb.python/py-as-string.exp
6908 * gdb.python/py-bad-printers.exp
6909 * gdb.python/py-block.exp
6910 * gdb.python/py-breakpoint.exp
6911 * gdb.python/py-cmd.exp
6912 * gdb.python/py-events.exp
6913 * gdb.python/py-evthreads.exp
6914 * gdb.python/py-finish-breakpoint.exp
6915 * gdb.python/py-finish-breakpoint2.exp
6916 * gdb.python/py-frame-inline.exp
6917 * gdb.python/py-frame.exp
6918 * gdb.python/py-inferior.exp
6919 * gdb.python/py-infthread.exp
6920 * gdb.python/py-mi.exp
6921 * gdb.python/py-objfile.exp
6922 * gdb.python/py-pp-maint.exp
6923 * gdb.python/py-pp-registration.exp
6924 * gdb.python/py-prettyprint.exp
6925 * gdb.python/py-recurse-unwind.exp
6926 * gdb.python/py-shared.exp
6927 * gdb.python/py-symbol.exp
6928 * gdb.python/py-symtab.exp
6929 * gdb.python/py-template.exp
6930 * gdb.python/py-type.exp
6931 * gdb.python/py-unwind-maint.exp
6932 * gdb.python/py-unwind.exp
6933 * gdb.python/py-value.exp
6934 * gdb.python/python.exp
6935 * gdb.reverse/finish-reverse-bkpt.exp
6936 * gdb.reverse/insn-reverse.exp
6937 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6938 * gdb.reverse/solib-precsave.exp
6939 * gdb.reverse/solib-reverse.exp
6940 * gdb.stabs/gdb11479.exp
6941 * gdb.stabs/weird.exp
6942 * gdb.threads/fork-child-threads.exp
6943 * gdb.threads/fork-plus-threads.exp
6944 * gdb.threads/fork-thread-pending.exp
6945 * gdb.threads/forking-threads-plus-breakpoint.exp
6946 * gdb.threads/hand-call-in-threads.exp
6947 * gdb.threads/interrupted-hand-call.exp
6948 * gdb.threads/linux-dp.exp
6949 * gdb.threads/local-watch-wrong-thread.exp
6950 * gdb.threads/next-while-other-thread-longjmps.exp
6951 * gdb.threads/non-ldr-exit.exp
6952 * gdb.threads/pending-step.exp
6953 * gdb.threads/print-threads.exp
6954 * gdb.threads/process-dies-while-detaching.exp
6955 * gdb.threads/process-dies-while-handling-bp.exp
6956 * gdb.threads/pthreads.exp
6957 * gdb.threads/queue-signal.exp
6958 * gdb.threads/reconnect-signal.exp
6959 * gdb.threads/signal-command-handle-nopass.exp
6960 * gdb.threads/signal-command-multiple-signals-pending.exp
6961 * gdb.threads/signal-delivered-right-thread.exp
6962 * gdb.threads/signal-sigtrap.exp
6963 * gdb.threads/sigthread.exp
6964 * gdb.threads/staticthreads.exp
6965 * gdb.threads/stepi-random-signal.exp
6966 * gdb.threads/thread-unwindonsignal.exp
6967 * gdb.threads/thread_check.exp
6968 * gdb.threads/thread_events.exp
6969 * gdb.threads/tid-reuse.exp
6970 * gdb.threads/tls-nodebug.exp
6971 * gdb.threads/tls-shared.exp
6972 * gdb.threads/tls-so_extern.exp
6973 * gdb.threads/tls.exp
6974 * gdb.threads/wp-replication.exp
6975 * gdb.trace/actions-changed.exp
6976 * gdb.trace/actions.exp
6977 * gdb.trace/backtrace.exp
6978 * gdb.trace/change-loc.exp
6979 * gdb.trace/collection.exp
6980 * gdb.trace/deltrace.exp
6981 * gdb.trace/disconnected-tracing.exp
6982 * gdb.trace/entry-values.exp
6983 * gdb.trace/ftrace-lock.exp
6984 * gdb.trace/ftrace.exp
6985 * gdb.trace/infotrace.exp
6986 * gdb.trace/mi-trace-frame-collected.exp
6987 * gdb.trace/mi-trace-unavailable.exp
6988 * gdb.trace/mi-traceframe-changed.exp
6989 * gdb.trace/mi-tracepoint-changed.exp
6990 * gdb.trace/mi-tsv-changed.exp
6991 * gdb.trace/no-attach-trace.exp
6992 * gdb.trace/packetlen.exp
6993 * gdb.trace/passc-dyn.exp
6994 * gdb.trace/passcount.exp
6995 * gdb.trace/pending.exp
6996 * gdb.trace/pr16508.exp
6997 * gdb.trace/qtro.exp
6998 * gdb.trace/range-stepping.exp
6999 * gdb.trace/read-memory.exp
7000 * gdb.trace/report.exp
7001 * gdb.trace/save-trace.exp
7002 * gdb.trace/signal.exp
7003 * gdb.trace/stap-trace.exp
7004 * gdb.trace/status-stop.exp
7005 * gdb.trace/strace.exp
7006 * gdb.trace/tfile.exp
7007 * gdb.trace/tfind.exp
7008 * gdb.trace/trace-break.exp
7009 * gdb.trace/trace-condition.exp
7010 * gdb.trace/trace-enable-disable.exp
7011 * gdb.trace/trace-mt.exp
7012 * gdb.trace/tracecmd.exp
7013 * gdb.trace/tracefile-pseudo-reg.exp
7014 * gdb.trace/tspeed.exp
7015 * gdb.trace/tstatus.exp
7016 * gdb.trace/tsv.exp
7017 * gdb.trace/unavailable.exp
7018 * gdb.trace/while-dyn.exp
7019 * gdb.trace/while-stepping.exp
7020 * lib/gdb-guile.exp
7021 * lib/gdb.exp
7022 * lib/mi-support.exp
7023 * lib/pascal.exp
7024 * lib/perftest.exp
7025 * lib/prelink-support.exp
7026 * lib/selftest-support.exp
7027
7028 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7029
7030 * Makefile.in: Include disable-implicit-rules.mk.
7031
7032 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7033
7034 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7035 non-byte-aligned bit fields.
7036
7037 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7038
7039 PR gdb/12616
7040 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7041 respects the DW_AT_data_bit_offset attribute.
7042
7043 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7044
7045 * gdb.base/default.exp: Fix output of "set language".
7046
7047 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7048
7049 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7050 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7051 make.
7052 * configure.ac: Remove checks for the make program.
7053 * configure: Re-generate.
7054
7055 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7056
7057 * gdb.python/py-recurse-unwind.c (main): Add loop.
7058 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7059 to read_register() and gdb.parse_and_eval(). Make each code
7060 call a separate case that can be individually tested.
7061 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7062 proc. Call cont_and_backtrace for each of the code paths that
7063 we want to test in the unwinder.
7064
7065 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7066
7067 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7068 the definition of struct S.
7069
7070 2016-11-11 Catherine Moore <clm@codesourcery.com>
7071
7072 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7073
7074 2016-11-09 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.base/commands.exp (runto_or_return): New procedure.
7077 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7078 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7079 (progvar_simple_while_test, progvar_complex_if_while_test)
7080 (if_while_breakpoint_command_test)
7081 (infrun_breakpoint_command_test, breakpoint_command_test)
7082 (user_defined_command_test, watchpoint_command_test)
7083 (test_command_prompt_position, redefine_hook_test)
7084 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7085 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7086 multi_line_input and multi_line. Remove gdb_expect and
7087 gdb_stop_suppressing_tests uses.
7088 * lib/gdb.exp (valnum_re): New global.
7089 (multi_line_input): New procedure.
7090
7091 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7092
7093 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7094 Remove.
7095 (test_setup): Define with proc_with_prefix.
7096 (test_cli_inferior): Likewise.
7097 (test_cli_thread): Likewise.
7098 (test_cli_frame): Likewise.
7099 (test_cli_select_frame): Likewise.
7100 (test_cli_up_down): Likewise.
7101 (test_mi_thread_select): Likewise.
7102 (test_mi_stack_select_frame): Likewise.
7103 (test_cli_in_mi_inferior): Likewise.
7104 (test_cli_in_mi_thread): Likewise.
7105 (test_cli_in_mi_frame): Likewise.
7106 (top level): Do not use with_test_prefix_procname.
7107
7108 2016-11-09 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/commands.exp (gdbvar_simple_if_test)
7111 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7112 (progvar_simple_if_test, progvar_simple_while_test)
7113 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7114 (infrun_breakpoint_command_test, breakpoint_command_test)
7115 (user_defined_command_test, watchpoint_command_test)
7116 (test_command_prompt_position, deprecated_command_test)
7117 (bp_deleted_in_command, temporary_breakpoint_commands)
7118 (stray_arg0_test, source_file_with_indented_comment)
7119 (recursive_source_test, if_commands_test)
7120 (error_clears_commands_left, redefine_hook_test)
7121 (redefine_backtrace_test): Use proc_with_prefix.
7122 * lib/gdb.exp (proc_with_prefix): New proc.
7123
7124 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7125
7126 * gdb.base/tui-layout.c: New file.
7127 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7128 disassembly window contains very long lines.
7129
7130 2016-11-08 Tom Tromey <tom@tromey.com>
7131
7132 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7133 depend on Python 2.
7134
7135 2016-11-08 Tom Tromey <tom@tromey.com>
7136
7137 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7138 New method.
7139
7140 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7141
7142 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7143
7144 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7145
7146 * gdb.rust/simple.rs: Add test for univariant enums without
7147 discriminants and for encoded struct-like enums.
7148
7149 2016-10-28 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7152 gdb_test_multiple, tighten regexps and match symtabs and line
7153 tables incrementally.
7154
7155 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7156
7157 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7158 general.
7159
7160 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7161
7162 * gdb.base/exec-invalid-sysroot.exp: New file.
7163
7164 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7167
7168 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7171
7172 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7173
7174 * gdb.base/killed-outside.exp: Remove $options from a call to
7175 `prepare_for_testing'.
7176
7177 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7178
7179 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7180 Change test message.
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 Update comment.
7186
7187 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7188
7189 * gdb.trace/mi-trace-save.exp: New file.
7190
7191 2016-10-13 Yao Qi <yao.qi@linaro.org>
7192
7193 * gdb.base/code_elim.exp (get_var_address): Remove.
7194 * gdb.base/relocate.exp: Likewise.
7195 * gdb.base/shreloc.exp: Likewise.
7196 * lib/gdb.exp (get_var_address): New.
7197
7198 2016-10-13 Yao Qi <yao.qi@linaro.org>
7199
7200 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7201 floating point tests if $skip_float_test is false.
7202
7203 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7204
7205 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7206 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7207 argc values.
7208 Add 1 to argc so we guarantee distinct initial/modified argc values.
7209
7210 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7213
7214 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7215
7216 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7217 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7218 * gdb.arch/vsx-regs.exp: Likewise.
7219
7220 2016-10-07 Yao Qi <yao.qi@linaro.org>
7221
7222 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7223
7224 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7225
7226 * gdb.python/python.exp: Test decode_line("*0").
7227
7228 2016-10-06 Doug Evans <dje@google.com>
7229
7230 * gdb.python/py-value.exp (test_value_creation): Add test for large
7231 unsigned 64-bit value.
7232
7233 2016-10-06 Tom Tromey <tom@tromey.com>
7234
7235 * gdb.compile/compile.exp: Change java tests to rust.
7236 * gdb.base/setshow.exp: Change java tests to rust.
7237 * gdb.base/default.exp: Remove java from language list.
7238 * README (Examples): Update language example.
7239 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7240 test.
7241 * lib/gdb.exp (skip_java_tests): Remove.
7242 * lib/java.exp: Remove.
7243 * gdb.java: Remove.
7244
7245 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7246
7247 * gdb.arch/mips-fcr.exp: New test.
7248 * gdb.arch/mips-fcr.c: Source for the new test.
7249
7250 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7251
7252 * gdb.base/solib-disc.exp: Use `standard_output_file'
7253 throughout.
7254
7255 2016-10-06 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/jit-simple-dl.c: New file.
7258 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7259 * gdb.base/jit-simple.c: ... this.
7260 * gdb.base/jit-simple.exp (jit_run): Delete.
7261 (build_jit): New proc.
7262 (jit_test_reread): Recompile either the main program or the shared
7263 library, depending on what is being tested. Skip changing address
7264 if caller wants to. Compare before/after addresses. If testing
7265 standalone, explicitly load the binary. Test "maint info
7266 breakpoints".
7267 (top level): Add "standalone vs shared lib" and "change address"
7268 vs "same address" axes.
7269
7270 2016-10-06 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7273 call.
7274 (jit_run): Delete.
7275 (jit_test_reread): Use with_test_prefix. Reload the main binary
7276 explicitly. Compare the before/after addresses of the JIT
7277 descriptor.
7278
7279 2016-08-15 Doug Evans <dje@google.com>
7280
7281 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7282 for single bitfields is bool.
7283 * gdb.xml/tdesc-regs.exp: Ditto.
7284
7285 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7286
7287 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7288
7289 2016-10-05 Yao Qi <yao.qi@linaro.org>
7290
7291 * lib/gdb.exp (support_complex_tests): Return zero if
7292 gdb_skip_float_test return true.
7293
7294 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7295 Simon Marchi <simon.marchi@ericsson.com>
7296
7297 PR gdb/20487
7298 * gdb.mi/user-selected-context-sync.exp: New file.
7299 * gdb.mi/user-selected-context-sync.c: New file.
7300
7301 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7302 Simon Marchi <simon.marchi@ericsson.com>
7303
7304 PR gdb/20487
7305 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7306 =thread-select-event check.
7307
7308 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7309
7310 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7311 the compulsory L operand changes.
7312 * gdb.arch/powerpc-power.s: Likewise.
7313
7314 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7317 * gdb.base/jit-attach-pie.c: New file.
7318 * gdb.base/jit-attach-pie.exp: New file.
7319
7320 2016-09-28 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/infcall-input.c: New file.
7323 * gdb.base/infcall-input.exp: New file.
7324
7325 2016-09-22 Yao Qi <yao.qi@linaro.org>
7326
7327 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7328 (gdb_exit): Rename it to ...
7329 (gdbserver_gdb_exit): ... Close GDBserver.
7330 (gdb_exit): New proc, call gdbserver_gdb_exit.
7331 (mi_gdb_exit): Likewise.
7332
7333 2016-09-22 Yao Qi <yao.qi@linaro.org>
7334
7335 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7336 path.
7337 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7338 Remove duplication.
7339
7340 2016-09-22 Yao Qi <yao.qi@linaro.org>
7341
7342 * lib/gdbserver-support.exp: Check the existence of
7343 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7344
7345 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7346
7347 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7348
7349 2016-09-21 Tom Tromey <tom@tromey.com>
7350
7351 PR gdb/20604:
7352 * gdb.base/quit.exp: New file.
7353
7354 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7355
7356 * .gitignore: New file.
7357
7358 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7359
7360 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7361 throughout.
7362
7363 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7364
7365 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7366
7367 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7368
7369 * gdb.cp/casts.cc (decltype): Move it ...
7370 (main): ... with its call to ...
7371 * gdb.cp/casts03.cc: ... a new file.
7372 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7373
7374 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7375
7376 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7377
7378 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7379
7380 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7381 and sync up the test with tests in gas/testsuite/gas/ppc.
7382 * gdb.arch/powerpc-power.exp: Likewise.
7383
7384 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7387
7388 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7389 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7392 make m1's definition to be different from m2's. Use 'dummy' as an
7393 argument for probe 'two'.
7394
7395 2016-09-10 Jon Beniston <jon@beniston.com>
7396
7397 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7398 for sim target.
7399
7400 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7401
7402 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7403 variable declaration.
7404 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7405 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7406 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7407 received HWCAP as its argument.
7408
7409 2016-09-06 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.base/new-ui-pending-input.c: New file.
7412 * gdb.base/new-ui-pending-input.exp: New file.
7413 * gdb.exp (clear_gdb_spawn_id): New procedure.
7414 (with_spawn_id): Check whether gdb_spawn_id exists before
7415 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7416 on exit.
7417
7418 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7419
7420 * gdb.base/float128.c: New file.
7421 * gdb.base/float128.exp: Likewise.
7422 * gdb.base/floatn.c: Likewise.
7423 * gdb.base/floatn.exp: Likewise.
7424
7425 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7426
7427 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7428
7429 2016-09-05 Pedro Alves <palves@redhat.com>
7430
7431 PR backtrace/19927
7432 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7433 unwinders are immediately called as side effect of "source" or
7434 "disable unwinder" commands.
7435 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7436
7437 2016-09-02 Yao Qi <yao.qi@linaro.org>
7438
7439 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7440 is true and $type is "float" or "double".
7441
7442 2016-09-02 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7445 true.
7446 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7447 * gdb.base/call-rt-st.exp: Likewise.
7448 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7449 return value instead of gdb,skip_float_test.
7450 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7451 (do_function_calls): Use its return value instead of
7452 gdb,skip_float_test.
7453 * gdb.base/finish.exp: Likewise.
7454 * gdb.base/funcargs.exp: Likewise.
7455 * gdb.base/return.exp: Likewise.
7456 * gdb.base/return2.exp: Likewise.
7457 * gdb.base/varargs.exp: Likewise.
7458 * lib/gdb.exp (gdb_skip_float_test): Change it to
7459 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7460
7461 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7462
7463 * gdb.multi/tids.exp: Test "thread apply all".
7464
7465 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * gdb.base/default.exp (tty): Remove.
7468
7469 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7470
7471 * gdb.python/py-recurse-unwind.c: New file.
7472 * gdb.python/py-recurse-unwind.py: New file.
7473 * gdb.python/py-recurse-unwind.exp: New file.
7474
7475 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7476
7477 * gdb.base/set-inferior-tty.exp: New file.
7478 * gdb.base/set-inferior-tty.c: New file.
7479
7480 2016-08-23 Pedro Alves <palves@redhat.com>
7481
7482 PR gdb/20494
7483 * gdb.base/new-ui-echo.c: New file.
7484 * gdb.base/new-ui-echo.exp: New file.
7485
7486 2016-08-23 Yao Qi <yao.qi@linaro.org>
7487
7488 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7489 gdbserver_spawn.
7490 * gdb.server/connect-without-multi-process.exp (do_test):
7491 Likewise.
7492
7493 2016-08-23 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7496 standalone_txt. Delete gdb_txt and standalone_txt on host
7497 and target. Spawn the binary on target. Copy files from
7498 target to host.
7499
7500 2016-08-22 Pedro Alves <palves@redhat.com>
7501
7502 PR gdb/20505
7503 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7504 with_test_prefix. Factor out bits to ...
7505 (test_no_vdso): ... this new procedure.
7506
7507 2016-08-19 Carl Love <cel@us.ibm.com>
7508
7509 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7510 maintaining separate logic for constructing the output path.
7511 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7512 * gdb.arch/ppc-dfp.exp: Likewise.
7513 * gdb.arch/ppc-fp.exp: Likewise.
7514 * gdb.arch/vsx-regs.exp: Likewise.
7515 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7516 binprefix for generating the additional binary files.
7517
7518 2016-08-19 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.trace/mi-trace-frame-collected.exp
7521 (test_trace_frame_collected): On x32, expect two registers.
7522
7523 2016-08-18 Carl Love <cel@us.ibm.com>
7524
7525 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7526 and sync up the test with tests in gas/testsuite/gas/ppc.
7527 * gdb.arch/powerpc-power.exp: Likewise.
7528
7529 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7530
7531 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7532 expected error message.
7533
7534 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7535
7536 * gdb.multi/remove-inferiors.exp: New file.
7537 * gdb.multi/remove-inferiors.c: New file.
7538
7539 2016-08-12 Yao Qi <yao.qi@linaro.org>
7540
7541 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7542 argument list.
7543
7544 2016-08-10 Pedro Alves <palves@redhat.com>
7545
7546 PR gdb/19187
7547 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7548 setup_kfails.
7549
7550 2016-08-09 Pedro Alves <palves@redhat.com>
7551 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 PR gdb/20418
7554 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7555 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7556
7557 2016-08-09 Pedro Alves <palves@redhat.com>
7558
7559 PR mi/20431
7560 * gdb.mi/mi-cmd-error.exp: New file.
7561
7562 2016-08-09 Pedro Alves <palves@redhat.com>
7563
7564 PR gdb/18653
7565 * gdb.base/signals-state-child.c: New file.
7566 * gdb.base/signals-state-child.exp: New file.
7567 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7568
7569 2016-08-09 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7572
7573 2016-08-03 Tom Tromey <tom@tromey.com>
7574
7575 PR python/18565:
7576 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7577
7578 2016-08-01 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7581 variable mode to "multi-process" if $multi_process is 1, otherwise
7582 set it to "single-process".
7583
7584 2016-08-01 Yao Qi <yao.qi@linaro.org>
7585
7586 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7587 * gdb.cp/cpexprs.exp: Likewise.
7588 * gdb.cp/m-static.exp: Likewise.
7589
7590 2016-07-26 Tom Tromey <tom@tromey.com>
7591
7592 PR python/20190:
7593 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7594 test.
7595
7596 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7597
7598 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7599 selecting assembly source files.
7600 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7601 assembly source files.
7602 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7603 assembly source files.
7604 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7605 selecting assembly source files.
7606
7607 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7608
7609 * gdb.base/new-ui.exp (do_test_invalid_args): New
7610 procedure.
7611
7612 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7613
7614 * gdb.btrace/reconnect.c: New file.
7615 * gdb.btrace/reconnect.exp: New file.
7616
7617 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7618
7619 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7620 to test_catch_syscall_group.
7621 (test_catch_syscall_group): New.
7622
7623 2016-07-21 Tom Tromey <tom@tromey.com>
7624
7625 * gdb.rust/simple.rs (main): Use empty struct expression.
7626 * gdb.rust/simple.exp: Add tests for empty struct expression.
7627
7628 2016-07-21 Yao Qi <yao.qi@linaro.org>
7629
7630 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7631 if gdb_skip_xml_test is true on some targets.
7632
7633 2016-07-21 Yao Qi <yao.qi@linaro.org>
7634
7635 * gdb.server/solib-list.exp: Unset last_loaded_file.
7636
7637 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7638
7639 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7640 "step into captured_main (args)".
7641
7642 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7645
7646 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7649
7650 2016-07-19 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7653 * gdb.opt/inline-bt.exp: Likewise.
7654 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7655 additional_flags=-Winline.
7656 * gdb.opt/inline-locals.exp: Likewise.
7657 * gdb.opt/inline-markers.c (ATTR): Define.
7658 (inlined_fn): Use it.
7659
7660 2016-07-19 Yao Qi <yao.qi@linaro.org>
7661
7662 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7663 (test_with_self): Remove some code. Remove argument executable.
7664 (top-level): Use do_self_tests.
7665
7666 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7667 Don Breazeal <donb@codesourcery.com>
7668
7669 * gdb.base/maint.exp: Escape paths used in regular expressions.
7670 * gdb.stabs/weird.exp: Likewise.
7671
7672 2016-07-13 Tom Tromey <tom@tromey.com>
7673
7674 PR python/15620, PR python/18620:
7675 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7676 (test_bkpt_events): New procs.
7677
7678 2016-07-13 Tom Tromey <tom@tromey.com>
7679
7680 PR python/17698:
7681 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7682 test.
7683 (test_watchpoints): Likewise.
7684 (test_bkpt_pending): New proc.
7685
7686 2016-07-13 Tom Tromey <tom@tromey.com>
7687
7688 PR cli/18053:
7689 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7690 completion test.
7691
7692 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7693
7694 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7695 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7696 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7697 f_label.
7698 (g): Rename g_end_lbl to g_label.
7699 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7700 low_pc and high_pc.
7701 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7702
7703 2016-07-12 Tom Tromey <tom@tromey.com>
7704
7705 PR python/19293:
7706 * gdb.python/py-unwind-maint.exp: Update tests.
7707
7708 2016-07-12 Yao Qi <yao.qi@linaro.org>
7709
7710 * lib/selftest-support.exp (selftest_setup): Match the output
7711 when captured_main is inlined.
7712
7713 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7714
7715 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7716 New variables.
7717 (print this%a, print this%b, print this): New tests.
7718 * gdb.fortran/derived-types.f90 (this): New object and
7719 initialization.
7720
7721 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7722
7723 * gdb.ada/arraydim.exp: Remove extra directory level in build
7724 directory.
7725
7726 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7727
7728 * lib/ada.exp: Remove extra directory level in build directory.
7729 * gdb.ada/cond_lang.exp: Likewise.
7730 * gdb.ada/exec_changed.exp: Likewise.
7731 * gdb.ada/lang_switch.exp: Likewise.
7732
7733 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7734
7735 * simple.rs: Add test for raw pointer subscripting.
7736 * simple.exp: Add test expectations.
7737
7738 2016-07-05 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.mi/mi-reverse.exp: Match =record-started output.
7741
7742 2016-07-01 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7745 procedure.
7746 (jit_reader_test): Test the jit reader's unwinder.
7747 * gdb.base/jithost.c (jit_function_00_code): New global.
7748 (main): Use memcpy to fill in the mmapped code, instead of poking
7749 bytes manually here.
7750 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7751 value.
7752 (read_debug_info): Save the function's range.
7753 (read_sp): New function.
7754 (unwind_frame): Use it. Also unwind RBP.
7755 (get_frame_id): Use read_sp.
7756 (gdb_init_reader): Use calloc instead of malloc.
7757 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7758 parameter. Use gdb_test_multiple.
7759
7760 2016-07-01 Pedro Alves <palves@redhat.com>
7761 Antoine Tremblay <antoine.tremblay@ericsson.com>
7762
7763 * gdb.threads/process-dies-while-detaching.c: New file.
7764 * gdb.threads/process-dies-while-detaching.exp: New file.
7765
7766 2016-07-01 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.multi/watchpoint-multi-exit.c: New file.
7769 * gdb.multi/watchpoint-multi-exit.exp: New file.
7770
7771 2016-06-30 Pedro Alves <palves@redhat.com>
7772
7773 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7774 unset inferior_spawn_id.
7775
7776 2016-06-30 Pedro Alves <palves@redhat.com>
7777
7778 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7779 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7780
7781 2016-06-29 Yao Qi <yao.qi@linaro.org>
7782
7783 * gdb.base/return.c: Add copyright header.
7784
7785 2016-06-29 Tom Tromey <tom@tromey.com>
7786
7787 PR python/20129:
7788 * gdb.python/py-framefilter.exp: Add tests for setting priority
7789 and disabling of non-existent frame filter.
7790
7791 2016-06-29 Yao Qi <yao.qi@linaro.org>
7792
7793 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7794 0x0f07ff.
7795
7796 2016-06-28 Yao Qi <yao.qi@linaro.org>
7797
7798 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7799 triplets. Start gdb, execute catch syscall, and continue. Check
7800 gdb's output to determine catch syscall is supported.
7801
7802 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7803
7804 * gdb.rust/simple.rs: Add test for returning unit in a function.
7805 * gdb.rust/simple.exp: Add expectation for functions returning
7806 unit.
7807
7808 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7809
7810 * gdb.python/py-breakpoint-create-fail.c,
7811 gdb.python/py-breakpoint-create-fail.exp,
7812 gdb.python/py-breakpoint-create-fail.py: New testcase.
7813
7814 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7815
7816 PR gdb/20239
7817 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7818 * gdb.rust/simple.exp: Add test expectations for new NonZero
7819 tests.
7820
7821 2016-06-24 David Taylor <dtaylor@emc.com>
7822
7823 * gdb.base/offsets.exp: New file.
7824 * gdb.base/offsets.c: New file.
7825
7826 2016-06-23 Tom Tromey <tom@tromey.com>
7827
7828 PR gdb/16483:
7829 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7830 before any filters are loaded.
7831
7832 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7833
7834 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7835 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7836 structs.
7837 * gdb.fortran/derived-type-function.exp: New file.
7838 * gdb.fortran/derived-type-function.f90: New file.
7839
7840
7841 2016-06-21 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/new-ui.exp: New file.
7844 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7845 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7846 (with_spawn_id): New procedure.
7847
7848 2016-06-21 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.mi/mi-exec-run.exp: New file.
7851
7852 2016-06-21 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7855 breakpoint command's output on the main UI.
7856 (test_break): New procedure, factored out from calls in the top
7857 level.
7858 (top level): Use foreach_with_prefix to test MI as main UI and as
7859 separate UI.
7860
7861 2016-06-21 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7864 (test_awatch_creation_and_listing)
7865 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7866 Remove 'type' parameter.
7867 (test_watchpoint_all): New parameter mi_mode. Remove
7868 with_test_prefix.
7869 (top level): Use foreach_with_prefix, and add main/separate UI MI
7870 testing axis.
7871
7872 2016-06-21 Pedro Alves <palves@redhat.com>
7873
7874 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7875 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7876 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7877 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7878 (gdb_main_spawn_id, mi_spawn_id): Declare and
7879 comment.
7880 (mi_create_inferior_pty): New procedure,
7881 factored out from default_mi_gdb_start.
7882 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7883 procedures.
7884 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7885 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7886 Use mi_create_inferior_pty.
7887 (mi_gdb_start): Use eval to pass down args list.
7888
7889 2016-06-21 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7892 * gdb.opt/inline-cmds.exp: Add MI tests.
7893
7894 2016-06-21 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7897
7898 2016-06-21 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7901 (top level): Use it instead of mi_execute_to.
7902
7903 2016-06-21 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7906 (cont_handler_str): New.
7907 (signal_stop_handler): Set stop_handler_str instead of printing to
7908 stdout.
7909 (continue_handler): Set cont_handler_str instead of printing to
7910 stdout.
7911 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7912 mi_send_resuming_command. Print stop_handler_str and
7913 cont_handler_str instead of expecting the python events print
7914 directly.
7915
7916 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7917
7918 * gdb.base/jit-reader.exp: New file.
7919 * gdb.base/jithost.c: New file.
7920 * gdb.base/jithost.h: New file.
7921 * gdb.base/jitreader.c : New file.
7922 * gdb.base/jit-protocol.h: New file.
7923
7924 2016-06-17 Yao Qi <yao.qi@linaro.org>
7925
7926 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7927 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7928 and detach-on-fork. Adjust tests.
7929 (top level): Invoke break_cond_on_syscall with combinations of
7930 syscall, follow-fork-mode and detach-on-fork.
7931
7932 2016-06-17 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.base/step-over-exit.c: New.
7935 * gdb.base/step-over-exit.exp: New.
7936
7937 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7938
7939 * gdb.base/float.exp: Add target check for nds32*-*-*.
7940 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7941
7942 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7943
7944 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7945 for unsupported target features.
7946 * gdb.base/call-rt-st.exp: Likewise.
7947 * gdb.base/call-sc.exp: Likewise.
7948 * gdb.base/call-signal-resume.exp: Likewise.
7949 * gdb.base/call-strs.exp: Likewise.
7950 * gdb.base/callexit.exp: Likewise.
7951 * gdb.base/callfuncs.exp: Likewise.
7952 * gdb.base/nodebug.exp: Likewise.
7953 * gdb.base/printcmds.exp: Likewise.
7954 * gdb.base/ptype.exp: Likewise.
7955 * gdb.base/structs.exp: Likewise.
7956 * gdb.base/unwindonsignal.exp: Likewise.
7957 * gdb.cp/gdb2495.exp: Likewise.
7958 * gdb.cp/templates.exp: Likewise.
7959 * gdb.cp/virtfunc.exp: Likewise.
7960 * gdb.threads/hand-call-in-threads.exp: Likewise.
7961 * gdb.threads/interrupted-hand-call.exp: Likewise.
7962 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7963
7964 2016-06-10 Tom Tromey <tom@tromey.com>
7965
7966 PR rust/20110:
7967 * gdb.rust/expr.exp: Add test for integer constant larger than
7968 i32.
7969
7970 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7971
7972 * gdb.fortran/nested-funcs.exp: New.
7973 * gdb.fortran/nested-funcs.f90: New.
7974
7975 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7976
7977 * gdb.base/examine-backward.c: New file.
7978 * gdb.base/examine-backward.exp: New file.
7979
7980 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7981
7982 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7983 matching.
7984
7985 2016-06-02 Tom Tromey <tom@tromey.com>
7986
7987 PR python/18984:
7988 * gdb.python/py-shared.exp: Add solib_name test.
7989
7990 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7991
7992 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7993
7994 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7995
7996 PR c++/19893
7997 * gdb.dwarf2/implref.exp: Rename to...
7998 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7999 * gdb.dwarf2/implref-array.c: New file.
8000 * gdb.dwarf2/implref-array.exp: Likewise.
8001 * gdb.dwarf2/implref-global.c: Likewise.
8002 * gdb.dwarf2/implref-global.exp: Likewise.
8003 * gdb.dwarf2/implref-struct.c: Likewise.
8004 * gdb.dwarf2/implref-struct.exp: Likewise.
8005
8006 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8007
8008 * gdb.trace/trace-condition.exp: Add 64bit tests.
8009
8010 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8011
8012 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8013 bits types.
8014 (main): Adapt to 8 to 64 bits types.
8015 * gdb.trace/trace-condition.exp: Add new tests.
8016
8017 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8018
8019 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8020
8021 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8022
8023 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8024 Move condition tests...
8025 * gdb.trace/trace-condition.exp: Here.
8026
8027 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8028
8029 * gdb.trace/trace-condition.exp: Add counter-case tests.
8030
8031 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8032
8033 PR c++/15231
8034 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8035 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8036
8037 2016-05-27 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8040 New procedure.
8041 (top level): Call it, and bail out of DejaGnu is known to be bad.
8042
8043 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8044
8045 * gdb.base/whatis.c: Extend the test case.
8046 * gdb.base/whatis.exp: Add additional tests.
8047
8048 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8049
8050 * gdb.fortran/type.f90: Add pointer variable.
8051 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8052
8053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8054
8055 * gdb.fortran/vla-type.exp: Fix testcase name.
8056
8057 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8058
8059 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8060
8061 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8062
8063 * gdb.fortran/type.f90: Add nested structures.
8064 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8065 * gdb.fortran/derived-type.exp: Adapt expected output.
8066 * gdb.fortran/vla-type.exp: Adapt expected output.
8067
8068 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8069
8070 * gdb.fortran/whatis_type.exp: Adapt expected output.
8071
8072 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8073
8074 * gdb.fortran/print_type.exp: Fix expected output.
8075 * gdb.fortran/whatis_type.exp: Fix expected output.
8076
8077 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8078
8079 * gdb.fortran/whatis_type.exp: Use multi_line.
8080
8081 2016-05-24 Tom Tromey <tom@tromey.com>
8082
8083 PR python/17386:
8084 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8085 use value as an index.
8086
8087 2016-05-23 Tom Tromey <tom@tromey.com>
8088
8089 PR python/17981:
8090 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8091 no-breakpoint case.
8092
8093 2016-05-24 Pedro Alves <palves@redhat.com>
8094
8095 PR gdb/19828
8096 * gdb.threads/clone-attach-detach.c: New file.
8097 * gdb.threads/clone-attach-detach.exp: New file.
8098
8099 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8100
8101 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8102
8103 2016-05-23 Tom Tromey <tom@tromey.com>
8104
8105 PR python/19438, PR python/18393:
8106 * gdb.python/py-progspace.exp: Add "dir" test.
8107 * gdb.python/py-objfile.exp: Add "dir" test.
8108
8109 2016-05-23 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8112 * gdb.arch/thumb2-it.exp: Likewise.
8113
8114 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8115
8116 * gdb.mi/mi-threads-interrupt.c: New file.
8117 * gdb.mi/mi-threads-interrupt.exp: New file.
8118
8119 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 PR gdb/18077
8122 * gdb.mi/mi-async-run.exp: New file.
8123 * gdb.mi/mi-async-run.c: New file.
8124
8125 2016-05-17 Tom Tromey <tom@tromey.com>
8126 Manish Goregaokar <manishsmail@gmail.com>
8127
8128 * lib/rust-support.exp: New file.
8129 * lib/gdb.exp (skip_rust_tests): New proc.
8130 (build_executable_from_specs): Handle rust.
8131 * lib/future.exp (gdb_find_rustc): New proc.
8132 (gdb_default_target_compile): Handle rust.
8133 * gdb.rust/expr.exp: New file.
8134 * gdb.rust/generics.exp: New file.
8135 * gdb.rust/generics.rs: New file.
8136 * gdb.rust/methods.exp: New file.
8137 * gdb.rust/methods.rs: New file.
8138 * gdb.rust/modules.exp: New file.
8139 * gdb.rust/modules.rs: New file.
8140 * gdb.rust/simple.exp: New file.
8141 * gdb.rust/simple.rs: New file.
8142
8143 2016-05-17 Tom Tromey <tom@tromey.com>
8144
8145 * gdb.base/default.exp (set language): Add rust.
8146
8147 2016-05-17 Tom Tromey <tom@tromey.com>
8148
8149 * gdb.gdb/unittest.exp: New file.
8150
8151 2016-05-16 Yao Qi <yao.qi@linaro.org>
8152
8153 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8154 shell_prompt. Update shell_prompt_re.
8155
8156 2016-05-12 Doug Evans <dje@google.com>
8157
8158 PR symtab/19999
8159 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8160 $options when building executable.
8161 * gdb.dwarf2/fission-loclists-pie.S: New file.
8162 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8163
8164 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8165
8166 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8167 of [is_remote target],
8168
8169 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8170
8171 * lib/gdb.exp (use_gdb_stub): New procedure.
8172
8173 2016-05-03 Yunlian Jiang <yunlian@google.com>
8174 Doug Evans <dje@google.com>
8175
8176 PR symtab/19914
8177 * gdb.dwarf2/dwp-sepdebug.c: New file.
8178 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8179
8180 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8181
8182 * gdb.base/detach.exp: Remove is_remote check.
8183
8184 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8185
8186 * gdb.base/annota-input-while-running.exp: Don't check for
8187 [is_remote target]. Enable annotations after running to main.
8188 Remove unused "set test..." line.
8189
8190 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8191
8192 * gdb.trace/trace-enable-disable.exp: New file.
8193 * gdb.trace/trace-enable-disable.c: New file.
8194
8195 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8196
8197 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8198 use it in info sharedlibrary test.
8199 * gdb.trace/ftrace-lock.exp: Likewise.
8200 * gdb.trace/ftrace.exp: Likewise.
8201 * gdb.trace/range-stepping.exp: Likewise.
8202 * gdb.trace/trace-break.exp: Likewise.
8203 * gdb.trace/trace-condition.exp: Likewise.
8204 * gdb.trace/trace-mt.exp: Likewise.
8205
8206 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8209 (gdb_load_shlib): ... this.
8210 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8211 gdb_load_shlib.
8212 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8213 * gdb.base/ctxobj.exp: Likewise.
8214 * gdb.base/dprintf-pending.exp: Likewise.
8215 * gdb.base/dso2dso.exp: Likewise.
8216 * gdb.base/fixsection.exp: Likewise.
8217 * gdb.base/gcore-relro.exp: Likewise.
8218 * gdb.base/gdb1555.exp: Likewise.
8219 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8220 * gdb.base/gnu-ifunc.exp: Likewise.
8221 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8222 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8223 * gdb.base/pending.exp: Likewise.
8224 * gdb.base/print-file-var.exp: Likewise.
8225 * gdb.base/print-symbol-loading.exp: Likewise.
8226 * gdb.base/shlib-call.exp: Likewise.
8227 * gdb.base/shreloc.exp: Likewise.
8228 * gdb.base/so-impl-ld.exp: Likewise.
8229 * gdb.base/solib-disc.exp: Likewise.
8230 * gdb.base/solib-nodir.exp: Likewise.
8231 * gdb.base/solib-overlap.exp: Likewise.
8232 * gdb.base/solib-symbol.exp: Likewise.
8233 * gdb.base/solib-weak.exp (do_test): Likewise.
8234 * gdb.base/sym-file.exp: Likewise.
8235 * gdb.base/symtab-search-order.exp: Likewise.
8236 * gdb.base/type-opaque.exp: Likewise.
8237 * gdb.base/unload.exp: Likewise.
8238 * gdb.base/watchpoint-solib.exp: Likewise.
8239 * gdb.compile/compile.exp: Likewise.
8240 * gdb.cp/gdb2384.exp: Likewise.
8241 * gdb.cp/infcall-dlopen.exp: Likewise.
8242 * gdb.cp/re-set-overloaded.exp: Likewise.
8243 * gdb.fortran/library-module.exp: Likewise.
8244 * gdb.opt/solib-intra-step.exp: Likewise.
8245 * gdb.python/py-finish-breakpoint.exp: Likewise.
8246 * gdb.python/py-shared.exp: Likewise.
8247 * gdb.reverse/solib-precsave.exp: Likewise.
8248 * gdb.reverse/solib-reverse.exp: Likewise.
8249 * gdb.server/solib-list.exp: Likewise.
8250 * gdb.threads/dlopen-libpthread.exp: Likewise.
8251 * gdb.threads/tls-shared.exp: Likewise.
8252 * gdb.threads/tls-so_extern.exp: Likewise.
8253 * gdb.trace/change-loc.exp: Likewise.
8254 * gdb.trace/ftrace-lock.exp: Likewise.
8255 * gdb.trace/ftrace.exp: Likewise.
8256 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8257 * gdb.trace/pending.exp: Likewise.
8258 * gdb.trace/range-stepping.exp: Likewise.
8259 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8260 (strace_info_marker): Likewise.
8261 (strace_probe_marker): Likewise.
8262 (strace_trace_on_same_addr): Likewise.
8263 (strace_trace_on_diff_addr): Likewise.
8264 * gdb.trace/trace-break.exp: Likewise.
8265 * gdb.trace/trace-condition.exp: Likewise.
8266 * gdb.trace/trace-mt.exp: Likewise.
8267
8268 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8269
8270 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8271 result of gdb_remote_download.
8272 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8273 * gdb.base/dso2dso.exp: Likewise.
8274 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8275 * gdb.base/print-file-var.exp: Likewise.
8276 * gdb.base/shlib-call.exp: Likewise.
8277 * gdb.base/shreloc.exp: Likewise.
8278 * gdb.base/solib-overlap.exp: Likewise.
8279 * gdb.base/solib-weak.exp (do_test): Likewise.
8280 * gdb.base/unload.exp: Likewise.
8281
8282 2016-04-27 Yao Qi <yao.qi@linaro.org>
8283
8284 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8285 exists.
8286
8287 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8288
8289 * vla-type.exp: Print structure from toplevel.
8290
8291 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8292
8293 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8294 of dynamic types.
8295 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8296 of dynamic types.
8297
8298 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8299
8300 * gdb.fortran/vla-type.f90: New file.
8301 * gdb.fortran/vla-type.exp: New file.
8302
8303 2016-04-25 Yao Qi <yao.qi@linaro.org>
8304
8305 * gdb.base/branch-to-self.c: New file.
8306 * gdb.base/branch-to-self.exp: New file.
8307
8308 2016-04-22 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8311 more after $hex.
8312
8313 2016-04-22 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8316 * gdb.base/annota3.exp: Likewise.
8317
8318 2016-04-22 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.reverse/step-precsave.exp: Do one step and test program
8321 stops in "callee" and do multiple steps until program goes out
8322 of "callee".
8323 * gdb.reverse/step-reverse.exp: Likewise.
8324
8325 2016-04-22 Yao Qi <yao.qi@linaro.org>
8326
8327 * gdb.trace/signal.exp: Also pass if
8328 $tracepoint_hits($i) > $iterations.
8329
8330 2016-04-22 Yao Qi <yao.qi@linaro.org>
8331
8332 * gdb.trace/signal.c: New file.
8333 * gdb.trace/signal.exp: New file.
8334
8335 2016-04-19 Doug Evans <xdje42@gmail.com>
8336
8337 * gdb.base/bad-file.exp: New file.
8338
8339 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8340
8341 * gdb.dwarf2/implref.exp: New file.
8342
8343 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8344
8345 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8346 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8347 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8348 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8349 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8350 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8351 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8352 * lib/fortran.exp (fortran_int4): New procedure.
8353 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8354 (fortran_logical4): Likewise.
8355
8356 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8357
8358 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8359
8360 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8361
8362 * lib/compiler.c: Add Intel specific preprocessor macros.
8363 * lib/compiler.cc: Likewise.
8364
8365 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8366
8367 * gdb.server/connect-with-no-symbol-file.c: New file.
8368 * gdb.server/connect-with-no-symbol-file.exp: New file.
8369
8370 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8371
8372 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8373
8374 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8375
8376 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8377 standard output directory.
8378
8379 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8380
8381 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8382
8383 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8384
8385 * gdb.btrace/instruction_history.c (loop): Add declaration.
8386
8387 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8388
8389 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8390
8391 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8392
8393 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8394 parentheses to print.
8395 (continue_handler): Likewise.
8396
8397 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8398
8399 * gdb.server/solib-list.exp: Remove is_remote check.
8400 Pass shlib= to gdb_compile. Don't link shared library with
8401 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8402 Run binary filename through "readlink -f" on the target.
8403
8404 2016-04-08 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8407 interpreter filename as argument to gdbserver_spawn.
8408 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8409 Return empty if $last_loaded_file does not exist.
8410
8411 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8414 * gdb.base/jit-main.c: Use exit after usage.
8415
8416 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8419 GDBHISTSIZE prior to the tests.
8420 * gdb.base/gdbinit-history.exp: Likewise.
8421
8422 2016-04-07 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8425 instead of build_executable. Use gdb_load_shlibs.
8426
8427 2016-04-07 Yao Qi <yao.qi@linaro.org>
8428
8429 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8430 Execute "si" command.
8431
8432 2016-04-07 Yao Qi <yao.qi@linaro.org>
8433
8434 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8435 number instead of the comments on some line.
8436
8437 2016-04-06 Don Breazeal <donb@codesourcery.com>
8438
8439 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8440 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8441
8442 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8445 standard_output_file. Remove unused binfile variable.
8446
8447 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8448
8449 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8450 * gdb.python/py-mi-objfile.exp: Match "list main" output
8451 in console format.
8452
8453 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8454
8455 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8456 absolute.
8457
8458 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8459
8460 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8461 absolute.
8462 * gdb.trace/ftrace.exp: Likewise.
8463 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8464 targets as well.
8465 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8466 (gdb_load_shlibs): Copy libraries to test directory when testing
8467 natively. Only set solib-search-path if testing remotely.
8468 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8469
8470 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8471
8472 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8473 gdb_download. Use it even if the target is not remote.
8474 * gdb.base/jit.exp (compile_jit_test): Likewise.
8475 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8476 output directory if the destination board is local, otherwise use
8477 the standard remote_download from DejaGnu.
8478 (gdb_download): Remove.
8479 (gdb_load_shlibs): Use gdb_remote_download instead of
8480 gdb_download.
8481 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8482 Use gdb_remote_download instead of gdb_download. Use it even if
8483 the target is not remote.
8484 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8485 instead of gdb_download.
8486
8487 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8488
8489 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8490 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8491 run.
8492
8493 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8494
8495 PR gdb/19820
8496 * gdb.base/printcmds.exp: Add artificial arrays tests.
8497
8498 2016-03-31 Pedro Alves <palves@redhat.com>
8499
8500 PR gdb/19858
8501 * gdb.base/jit-main.c: Include unistd.h.
8502 (ATTACH): Define to 0 if not already defined.
8503 (wait_for_gdb, mypid): New globals.
8504 (WAIT_FOR_GDB): New macro.
8505 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8506 some breakpoint locations.
8507 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8508 New procedures.
8509 (one_jit_test): Add REATTACH parameter, and handle it. Use
8510 continue_to_test_location.
8511 (top level): Test attach, and adjusts calls to one_jit_test.
8512
8513 2016-03-31 Pedro Alves <palves@redhat.com>
8514
8515 PR gdb/19858
8516 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8517 BINSUFFIX parameter, and handle it.
8518 (top level): Adjust calls compile_jit_test.
8519
8520 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8521
8522 PR python/19743
8523 * gdb.python/py-mi-events-gdb.py: New file.
8524 * gdb.python/py-mi-events.c: New file.
8525 * gdb.python/py-mi-events.exp: New file.
8526
8527 2016-03-30 Yao Qi <yao.qi@linaro.org>
8528
8529 * gdb.reverse/until-precsave.exp: Match function name only.
8530 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8531 Move malloc to a condition block.
8532 * gdb.reverse/until-reverse.exp: Match function name only.
8533
8534 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8535
8536 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8537 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8538 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8539 variable for GPR 0 instead of assuming it is register 0.
8540 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8541 * lib/trace-support.exp: Add s390 registers.
8542
8543 2016-03-29 Yao Qi <yao.qi@linaro.org>
8544
8545 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8546
8547 2016-03-24 Yao Qi <yao.qi@linaro.org>
8548
8549 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8550 test message.
8551
8552 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8553
8554 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8555 maintaining separate logic for constructing the output path.
8556
8557 2016-03-16 Don Breazeal <donb@codesourcery.com>
8558
8559 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8560 Retry fork and waitpid on interrupted system call errors.
8561 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8562 Use with_timeout_factor to increase timeout by factor of 10.
8563
8564 2016-03-15 Don Breazeal <donb@codesourcery.com>
8565
8566 * gdb.cp/scope-err.cc: New test program.
8567 * gdb.cp/scope-err.exp: New test script.
8568 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8569 lines and "set breakpoint here" comment.
8570 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8571 Fixed some whitespace and format issues.
8572 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8573 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8574
8575 2016-03-15 Doug Evans <dje@google.com>
8576
8577 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8578 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8579 All callers updated. Add tests for enums, mixed flags register.
8580
8581 2016-03-15 Doug Evans <dje@google.com>
8582
8583 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8584 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8585
8586 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8587
8588 * gdb.base/default.exp: Add $_as_string to the list of expected
8589 convenience functions.
8590
8591 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8592
8593 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8594
8595 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8596
8597 * gdb.python/py-as-string.exp: New file.
8598 * gdb.python/py-as-string.c: New file.
8599
8600 2016-03-09 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8603 signal" -> "Thread NN received signal" output change.
8604 * gdb.threads/ia64-sigill.exp: Likewise.
8605 * gdb.threads/linux-dp.exp: Likewise.
8606 * gdb.threads/manythreads.exp: Likewise.
8607 * gdb.threads/pending-step.exp: Likewise.
8608 * gdb.threads/print-threads.exp: Likewise.
8609 * gdb.threads/sigstep-threads.exp: Likewise.
8610 * gdb.threads/staticthreads.exp: Likewise.
8611 * gdb.threads/tls.exp: Likewise.
8612
8613 2016-03-09 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/command-line-input.exp: New file.
8616
8617 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8618
8619 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8620 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8621 * gdb.trace/pending.exp: Accept leading dot before function name.
8622 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8623 * lib/trace-support.exp: Set registers for ppc.
8624
8625 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8626
8627 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8628 use it for disassembly; accept .main in addition to main in backtrace.
8629
8630 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8631 Marcin Kościelnicki <koriakin@0x04.net>
8632
8633 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8634 (gdb_recursion_test_ptr): New global variable.
8635 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8636 gdb_recursion_test.
8637 (gdb_c_test): Ditto.
8638
8639 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8640
8641 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8642 ordering.
8643
8644 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8645
8646 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8647 (bar): Add bar_start_lbl label.
8648 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8649 of foo/bar for emitting DWARF and tracing.
8650
8651 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8652
8653 * analyze-racy-logs.py: Set executable bit.
8654
8655 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8656
8657 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8658 (CHECK_TARGET_TMP): Likewise.
8659 (check-single-racy): New rule.
8660 (check-parallel-racy): Likewise.
8661 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8662 (do-check-parallel-racy): New rule.
8663 (check-racy/%.exp): Likewise.
8664 * README (Racy testcases): New section.
8665 * analyze-racy-logs.py: New file.
8666
8667 2016-03-03 Doug Evans <dje@google.com>
8668
8669 * gdb.base/skip.exp: Use with_test_prefix.
8670
8671 2016-03-03 Yao Qi <yao.qi@linaro.org>
8672
8673 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8674 Invoke step_over_syscall "clone" and break_cond_on_syscall
8675 "clone".
8676 * gdb.base/step-over-clone.c: New file.
8677
8678 2016-03-03 Yao Qi <yao.qi@linaro.org>
8679
8680 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8681 code format.
8682
8683 2016-03-03 Yao Qi <yao.qi@linaro.org>
8684
8685 * gdb.base/disp-step-fork.c: Rename to ...
8686 * gdb.base/step-over-fork.c: ... it. New file.
8687 * gdb.base/disp-step-vfork.c: Rename to ...
8688 * gdb.base/step-over-vfork.c: ... it. New file.
8689 * gdb.base/disp-step-syscall.exp: Rename to ...
8690 * gdb.base/step-over-syscall.exp: ... it. New file.
8691 (disp_step_cross_syscall): Rename to ...
8692 (step_over_syscall): ... it.
8693
8694 2016-03-03 Yao Qi <yao.qi@linaro.org>
8695
8696 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8697 If target supports condition evaluation on target, invoke
8698 break_cond_on_syscall for fork and vfork.
8699
8700 2016-03-03 Yao Qi <yao.qi@linaro.org>
8701
8702 * gdb.base/disp-step-syscall.exp: Don't invoke
8703 support_displaced_stepping.
8704 (disp_step_cross_syscall): Test with displaced stepping off and
8705 on if supported.
8706
8707 2016-03-03 Yao Qi <yao.qi@linaro.org>
8708
8709 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8710 proc.
8711 (setup): New proc.
8712 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8713 and setup.
8714
8715 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8716
8717 * gdb.fortran/vla-history.exp: Remove breakpoint.
8718
8719 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8720
8721 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8722 exceeds timeout.
8723
8724 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8725
8726 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8727 breakpoint.
8728
8729 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8730
8731 * gdb.mi/vla.f90: Nullify pointer after declaration.
8732
8733 2016-03-01 Pedro Alves <palves@redhat.com>
8734
8735 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8736
8737 2016-03-01 Pedro Alves <palves@redhat.com>
8738
8739 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8740 before anything else.
8741 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8742 _GNU_SOURCE here.
8743 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8744 before anything else.
8745 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8746
8747 2016-03-01 Pedro Alves <palves@redhat.com>
8748
8749 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8750
8751 2016-03-01 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8754 prepare_for_testing.
8755
8756 2016-03-01 Yao Qi <yao.qi@linaro.org>
8757
8758 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8759
8760 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8761
8762 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8763 manually constructing the output path.
8764
8765 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8766
8767 * gdb.arch/s390-stackless.S: New.
8768 * gdb.arch/s390-stackless.exp: New.
8769
8770 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8771
8772 * gdb.dlang/circular.c: New file.
8773 * gdb.dlang/circular.exp: New file.
8774
8775 2016-02-26 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8778 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8779 (testcases): Update.
8780
8781 2016-02-26 Yao Qi <yao.qi@linaro.org>
8782
8783 * gdb.reverse/aarch64.c: Rename to ...
8784 * gdb.reverse/insn-reverse.c: ... it.
8785 * gdb.reverse/aarch64.exp: Rename to ...
8786 * gdb.reverse/insn-reverse.exp: ... it.
8787
8788 2016-02-26 Yao Qi <yao.qi@linaro.org>
8789
8790 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8791 (testcase_ftype): New.
8792 (testcases): New array.
8793 (n_testcases): New.
8794 (main): Call each element in testcases.
8795 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8796 (read_testcase): New.
8797 Do the tests in a loop.
8798
8799 2016-02-25 Yao Qi <yao.qi@linaro.org>
8800
8801 * gdb.base/branches.c: Remove.
8802
8803 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8804
8805 PR gdb/13808
8806 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8807
8808 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8809
8810 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8811
8812 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8813
8814 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8815 change x86_64 call_insn to 'callq'.
8816
8817 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8818
8819 * gdb.trace/tfile-avx.c: Move to...
8820 * gdb.trace/tracefile-pseudo-reg.c: Here.
8821 * gdb.trace/tfile-avx.exp: Move to...
8822 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8823
8824 2016-02-24 Gary Benson <gbenson@redhat.com>
8825
8826 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8827 message on attach.
8828
8829 2016-02-23 Doug Evans <dje@google.com>
8830
8831 * gdb.base/skip.c (test_skip): New function.
8832 (end_test_skip_file_and_function): New function.
8833 (test_skip_file_and_function): New function.
8834 * gdb.base/skip1.c (test_skip): New function.
8835 (skip1_test_skip_file_and_function): New function.
8836 * gdb.base/skip.exp: Add tests for new skip options.
8837 * gdb.base/skip-solib.exp: Update expected output.
8838 * gdb.perf/skip-command.cc: New file.
8839 * gdb.perf/skip-command.exp: New file.
8840 * gdb.perf/skip-command.py: New file.
8841
8842 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8843
8844 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8845 info registers pattern.
8846
8847 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8848
8849 * lib/future.exp: Add D support.
8850 (gdb_find_gdc): New proc.
8851 (gdb_default_target_compile): Add D support.
8852
8853 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8854
8855 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8856 user+system time.
8857 (trace_speed_test): Determine the iteration count for a time
8858 between 15..30 seconds.
8859
8860 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8861
8862 * gdb.arch/i386-mpx-sigsegv.c: New file.
8863 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8864 * gdb.arch/i386-mpx-simple_segv.c: New file.
8865 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8866
8867 2016-02-18 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8870 Don't call setup_kfail.
8871
8872 2016-02-18 Yao Qi <yao.qi@linaro.org>
8873
8874 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8875 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8876
8877 2016-02-16 Doug Evans <dje@google.com>
8878
8879 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8880 * gdb.base/skip1.c: Ditto.
8881 * gdb.base/skip.exp: Whitespace cleanup.
8882
8883 2016-02-16 Don Breazeal <donb@codesourcery.com>
8884
8885 PR remote/19496
8886 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8887 Remove kfail for PR remote/19496.
8888
8889 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8890
8891 * lib/gdb.exp (standard_temp_file): Return a path specific to
8892 the runtest invocation.
8893
8894 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8895
8896 * gdb.trace/save-trace.exp: Change relative path to be in the
8897 standard output directory.
8898
8899 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8900
8901 * gdb.arch/i386-prologue.c: Add missing prototypes.
8902
8903 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8906 * gdb.arch/i386-prologue.exp: Likewise.
8907 * gdb.arch/i386-size.exp: Likewise.
8908
8909 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8910
8911 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8912 define object file path.
8913 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8914 file path.
8915 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8916 standard_output_file to define binfile.
8917
8918 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 Fix compatibility with recent gfortran-5.3.1.
8921 * gdb.fortran/vla-history.exp (print vla1 allocated)
8922 (print vla2 allocated, print $2, print $3): Remove
8923 (print $4): Rename to ...
8924 (print $2): ... here.
8925 (print $9): Rename to ...
8926 (print $5): ... here.
8927 (print $10): Rename to ...
8928 (print $6): ... here.
8929 * gdb.fortran/vla.f90: Add pvla initialization.
8930
8931 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8932
8933 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8934 New test.
8935 * gdb.fortran/vla-value-sub.exp: Likewise.
8936
8937 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8938
8939 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8940
8941 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8942
8943 * i386-biarch-core.exp: Define corefile using
8944 standard_output_file.
8945
8946 2016-02-12 Yao Qi <yao.qi@linaro.org>
8947
8948 * gdb.arch/arm-single-step-kernel-helper.c: New.
8949 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8950
8951 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8952
8953 * gdb.btrace/tailcall-only.exp: New.
8954 * gdb.btrace/tailcall-only.c: New.
8955 * gdb.btrace/x86_64-tailcall-only.S: New.
8956 * gdb.btrace/i686-tailcall-only.S: New.
8957
8958 2016-02-11 Pedro Alves <palves@redhat.com>
8959
8960 * README (Parallel testing): Add missing double quotes.
8961
8962 2016-02-11 Pedro Alves <palves@redhat.com>
8963
8964 * README (Parallel testing): New section.
8965 (GDB_PARALLEL): Rewrite.
8966 (FORCE_PARALLEL): Document.
8967
8968 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8969
8970 * gdb.trace/tfile-avx.c: New test.
8971 * gdb.trace/tfile-avx.exp: New test.
8972
8973 2016-02-09 Keith Seitz <keiths@redhat.com>
8974
8975 PR breakpoints/19546
8976 * gdb.base/infcall-exec.c: New file.
8977 * gdb.base/infcall-exec2.c: New file.
8978 * gdb.base/infcall-exec.exp: New file.
8979
8980 2016-02-09 Keith Seitz <keiths@redhat.com>
8981
8982 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8983 (toplevel): Call test_bkpt_address.
8984
8985 2016-02-09 Keith Seitz <keiths@redhat.com>
8986
8987 PR python/19506
8988 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8989 (toplevel): Call test_bkpt_address.
8990
8991 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8992
8993 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8994 to AC_OUTPUT.
8995 * configure: Regenerate.
8996
8997 2016-02-09 Pedro Alves <palves@redhat.com>
8998
8999 PR breakpoints/19548
9000 * gdb.base/execl-update-breakpoints.c (some_function): New
9001 function.
9002 (main): Call it.
9003 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9004 Tighten expected GDB output.
9005
9006 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9007
9008 * Makefile.in (ALL_SUBDIRS): Remove.
9009 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9010 (distclean maintainer-clean realclean): Likewise.
9011 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9012 * configure: Regenerate.
9013 * gdb.ada/Makefile.in: Delete.
9014 * gdb.arch/Makefile.in: Likewise.
9015 * gdb.asm/Makefile.in: Likewise.
9016 * gdb.base/Makefile.in: Likewise.
9017 * gdb.btrace/Makefile.in: Likewise.
9018 * gdb.cell/Makefile.in: Likewise.
9019 * gdb.compile/Makefile.in: Likewise.
9020 * gdb.cp/Makefile.in: Likewise.
9021 * gdb.disasm/Makefile.in: Likewise.
9022 * gdb.dlang/Makefile.in: Likewise.
9023 * gdb.dwarf2/Makefile.in: Likewise.
9024 * gdb.fortran/Makefile.in: Likewise.
9025 * gdb.gdb/Makefile.in: Likewise.
9026 * gdb.go/Makefile.in: Likewise.
9027 * gdb.guile/Makefile.in: Likewise.
9028 * gdb.java/Makefile.in: Likewise.
9029 * gdb.linespec/Makefile.in: Likewise.
9030 * gdb.mi/Makefile.in: Likewise.
9031 * gdb.modula2/Makefile.in: Likewise.
9032 * gdb.multi/Makefile.in: Likewise.
9033 * gdb.objc/Makefile.in: Likewise.
9034 * gdb.opencl/Makefile.in: Likewise.
9035 * gdb.opt/Makefile.in: Likewise.
9036 * gdb.pascal/Makefile.in: Likewise.
9037 * gdb.perf/Makefile.in: Likewise.
9038 * gdb.python/Makefile.in: Likewise.
9039 * gdb.reverse/Makefile.in: Likewise.
9040 * gdb.server/Makefile.in: Likewise.
9041 * gdb.stabs/Makefile.in: Likewise.
9042 * gdb.threads/Makefile.in: Likewise.
9043 * gdb.trace/Makefile.in: Likewise.
9044 * gdb.xml/Makefile.in: Likewise.
9045 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9046 GDB_PARALLEL.
9047 (standard_output_file): Remove check for GDB_PARALLEL, always
9048 return path in outputs/$subdir/$testname.
9049
9050 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9051
9052 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9053 (site.exp): Assign abs_srcdir to tcl's srcdir.
9054
9055 2016-02-04 Yao Qi <yao.qi@linaro.org>
9056
9057 * gdb.base/foll-exec-mode.c: Include limits.h.
9058 (main): Add parameters argc and argv. Get directory from
9059 argv[0].
9060 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9061 compilation.
9062 * gdb.base/foll-exec.c: Include limits.h.
9063 (main): Add parameters argc and argv.
9064 Get directory from argv[0].
9065 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9066 Adjust tests on the number of lines as source code changed.
9067 * gdb.base/foll-vfork-exit.c: Include limits.h.
9068 (main): Add one line of statement before vfork.
9069 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9070 (main): Add parameters argc and argv. Get directory from
9071 argv[0].
9072 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9073 (setup_gdb): Set tbreak to skip some source lines.
9074 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9075 (main): Add parameters argc and argv. Get directory from
9076 argv[0].
9077 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9078 compilation.
9079 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9080 (main): Add parameters argc and argv. Get directory from
9081 argv[0].
9082 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9083 compilation.
9084
9085 2016-02-01 Doug Evans <dje@google.com>
9086
9087 * gdb.base/skip.exp: Clean up multiple references to same test name.
9088
9089 2016-02-01 Pedro Alves <palves@redhat.com>
9090
9091 PR remote/19496
9092 * gdb.threads/forking-threads-plus-breakpoint.exp
9093 (displaced_stepping_supported): New global.
9094 (probe_displaced_stepping_support): New procedure.
9095 (do_test): Add 'displaced' parameter, and use it.
9096 (top level): Check for displaced stepping support. Add displaced
9097 stepping on/off testing axis.
9098
9099 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9100
9101 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9102 pointer. Don't perform further tests on the unassociated pointer
9103 if the first test fails.
9104
9105 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9106
9107 * gdb.base/max-value-size.c: New file.
9108 * gdb.base/max-value-size.exp: New file.
9109 * gdb.base/huge.exp: Disable max-value-size for this test.
9110
9111 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9112
9113 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9114
9115 2016-01-28 Yao Qi <yao.qi@linaro.org>
9116
9117 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9118
9119 2016-01-25 Pedro Alves <palves@redhat.com>
9120
9121 PR threads/19461
9122 * gdb.base/fork-running-state.c: New file.
9123 * gdb.base/fork-running-state.exp: New file.
9124
9125 2016-01-25 Pedro Alves <palves@redhat.com>
9126
9127 PR gdb/19494
9128 * gdb.base/catch-fork-kill.c: New file.
9129 * gdb.base/catch-fork-kill.exp: New file.
9130
9131 2016-01-25 Pedro Alves <palves@redhat.com>
9132
9133 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9134 Delete, moved to lib/gdb.exp.
9135 * gdb.threads/forking-threads-plus-breakpoint.exp
9136 (foreach_with_prefix): Likewise.
9137 * gdb.threads/process-dies-while-handling-bp.exp
9138 (foreach_with_prefix): Likewise.
9139 * lib/gdb.exp (foreach_with_prefix): New procedure.
9140
9141 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9142
9143 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9144 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9145
9146 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9147
9148 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9149 endian targets.
9150
9151 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9152 Pedro Alves <palves@redhat.com>
9153
9154 Fix testsuite compatibility with Guile.
9155 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9156 number.
9157
9158 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 Fix testsuite compatibility with Guile.
9161 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9162 (thread 1): New test for backtrace through signal handler.
9163
9164 2016-01-22 Yao Qi <yao.qi@linaro.org>
9165
9166 PR testsuite/19491
9167 * gdb.base/multi-forks.c: Include
9168 ../lib/unbuffer_output.c
9169 (main): Call gdb_unbuffer_output.
9170
9171 2016-01-21 Doug Evans <dje@google.com>
9172
9173 * lib/ada.exp (gdb_compile_ada): Fix typo.
9174
9175 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9176
9177 * gdb.base/break-fun-addr.exp: New file.
9178 * gdb.base/break-fun-addr1.c: New file.
9179 * gdb.base/break-fun-addr2.c: New file.
9180
9181 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9182
9183 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9184 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9185 enum flag values.
9186
9187 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9188
9189 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9190 when GDB can not set the vector return value. Add more comments
9191 for clarification.
9192
9193 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9194
9195 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9196 command.
9197
9198 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9199
9200 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9201
9202 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9203
9204 * Makefile.in (check-single): Pass --status to runtest.
9205 (check/%.exp): Likewise.
9206
9207 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9208
9209 * Makefile.in (check-parallel): Propagate return code from make
9210 do-check-parallel.
9211
9212 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9213
9214 * gdb.trace/ftrace.exp: Fix expected message on continue.
9215 * gdb.trace/pending.exp: Fix expected message on continue.
9216 * gdb.trace/trace-break.exp: Fix expected message on continue.
9217
9218 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9219
9220 * lib/gdb.exp (gdb_test): Remove unused global references.
9221
9222 2016-01-18 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/async-shell.exp: Adjust expected output.
9225 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9226 * gdb.base/siginfo-thread.exp: Adjust expected output.
9227 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9228 * gdb.java/jnpe.exp: Adjust expected output.
9229 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9230 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9231 * gdb.threads/leader-exit.exp: Adjust expected output.
9232 * gdb.threads/manythreads.exp: Adjust expected output.
9233 * gdb.threads/pthreads.exp: Adjust expected output.
9234 * gdb.threads/schedlock.exp: Adjust expected output.
9235 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9236 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9237 expected output.
9238 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9239 output.
9240 * gdb.threads/sigthread.exp: Adjust expected output.
9241 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9242
9243 2016-01-18 Yao Qi <yao.qi@linaro.org>
9244
9245 * gdb.guile/scm-section-script.c: Replace @progbits with
9246 %progbits.
9247 * gdb.python/py-section-script.c: Likewise.
9248
9249 2016-01-15 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.multi/tids.exp: Test star wildcard ranges.
9252
9253 2016-01-15 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9256 command from "thread apply" invocation.
9257 (thr_apply_info_thr_invalid): Default the expected output to the
9258 input tid list.
9259 (top level): Add tests that use convenience variables. Add tests
9260 for "thread apply" with a valid TID list, but missing the command.
9261
9262 2016-01-13 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/default.exp: Expect $_gthread as well.
9265 * gdb.multi/tids.exp: Test $_gthread.
9266 * gdb.threads/thread-specific.exp: Test $_gthread.
9267
9268 2016-01-13 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.multi/tids.exp: Test "info threads -gid".
9271
9272 2016-01-13 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9275 Breakpoint.thread.
9276 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9277
9278 2016-01-07 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.base/break.exp: Adjust to output changes.
9281 * gdb.base/hbreak2.exp: Likewise.
9282 * gdb.base/sepdebug.exp: Likewise.
9283 * gdb.base/watch_thread_num.exp: Likewise.
9284 * gdb.linespec/keywords.exp: Likewise.
9285 * gdb.multi/info-threads.exp: Likewise.
9286 * gdb.threads/thread-find.exp: Likewise.
9287 * gdb.multi/tids.c: New file.
9288 * gdb.multi/tids.exp: New file.
9289
9290 2016-01-13 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9293
9294 2016-01-13 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/default.exp: Expect $_inferior as well.
9297 * gdb.multi/base.exp: Test $_inferior.
9298
9299 2016-01-13 Pedro Alves <palves@redhat.com>
9300
9301 PR breakpoints/19388
9302 * gdb.base/catch-signal-siginfo-cond.c: New file.
9303 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9304
9305 2016-01-12 Josh Stone <jistone@redhat.com>
9306 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9307
9308 * gdb.base/catch-syscall.c (do_execve): New variable.
9309 (main): Conditionally trigger an execve.
9310 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9311 (test_catch_syscall_execve): New, check entry/return across execve.
9312 (do_syscall_tests): Call test_catch_syscall_execve.
9313
9314 2016-01-12 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.base/random-signal.exp (do_test): New procedure, with body
9317 of testcase moved in.
9318
9319 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9320 Pedro Alves <palves@redhat.com>
9321
9322 * gdb.base/funcargs.exp (finish from indirectly called function):
9323 Reintroduce the case for 'First'.
9324
9325 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9326 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9329 (tcatch_vfork_then_child_follow_exec)
9330 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9331 identification.
9332
9333 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9336 and repeats to unlimited.
9337 * gdb.python/py-value.exp: Likewise.
9338 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9339 and repeats to unlimited.
9340
9341 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9344 and reordering the functions.
9345 * gdb.multi/hangout.c: Likewise.
9346 * gdb.multi/hello.c: Likewise.
9347
9348 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9349
9350 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9351 absolute.
9352 (SingleStatisticTestResult.report): Use dict.keys instead of
9353 dict.iterkeys.
9354
9355 2016-01-06 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9358
9359 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9360
9361 * gdb.btrace/dlopen.exp: New.
9362 * gdb.btrace/dlopen.c: New.
9363 * gdb.btrace/dlopen-dso.c: New.
9364
9365 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9366
9367 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9368 PATTERN argument is optional.
9369
9370 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9371
9372 * lib/ada.exp (target_compile_ada_from_dir): New function.
9373 (gdb_compile_ada): Reimplement avoiding the use of project files.
9374 * gdb.ada/gnat_ada.gpr: Delete.
9375 * gdb.ada/cond_lang.exp: Adjust test to make path before
9376 filename optional.
9377 * gdb.ada/small_reg_param.exp: Likewise.
9378
9379 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9380
9381 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9382
9383 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9384
9385 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9386 case.
9387
9388 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9389
9390 * gdb.base/break.exp: Remove dead code.
9391 * gdb.base/sepdebug.exp: Likewise.
9392
9393 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9394
9395 * gdb.asm/asm-source.exp: Remove HP-UX references.
9396 * gdb.base/annota1.exp: Likewise.
9397 * gdb.base/annota3.exp: Likewise.
9398 * gdb.base/attach.exp: Likewise.
9399 * gdb.base/bigcore.exp: Likewise.
9400 * gdb.base/break.exp: Likewise.
9401 * gdb.base/call-ar-st.exp: Likewise.
9402 * gdb.base/callfuncs.exp: Likewise.
9403 * gdb.base/catch-fork-static.exp: Likewise.
9404 * gdb.base/display.exp: Likewise.
9405 * gdb.base/foll-exec-mode.exp: Likewise.
9406 * gdb.base/foll-exec.exp: Likewise.
9407 * gdb.base/foll-fork.exp: Likewise.
9408 * gdb.base/foll-vfork.exp: Likewise.
9409 * gdb.base/funcargs.exp: Likewise.
9410 * gdb.base/hbreak2.exp: Likewise.
9411 * gdb.base/inferior-died.exp: Likewise.
9412 * gdb.base/interrupt.exp: Likewise.
9413 * gdb.base/multi-forks.exp: Likewise.
9414 * gdb.base/nodebug.exp: Likewise.
9415 * gdb.base/sepdebug.exp: Likewise.
9416 * gdb.base/solib1.c: Likewise.
9417 * gdb.base/step-test.exp: Likewise.
9418 * gdb.mi/non-stop.c: Likewise.
9419 * gdb.mi/pthreads.c: Likewise.
9420 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9421 * gdb.threads/pthreads.c: Likewise.
9422 * gdb.threads/staticthreads.exp: Likewise.
9423 * lib/future.exp: Likewise.
9424 * lib/gdb.exp: Likewise.
9425 * gdb.base/so-indr-cl.c: Remove.
9426 * gdb.base/so-indr-cl.exp: Likewise.
9427 * gdb.base/solib.c: Likewise.
9428 * gdb.base/solib.exp: Likewise.
9429 * gdb.base/solib2.c: Likewise.
9430
9431 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9432
9433 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9434 * gdb.base/call-ar-st.exp: Likewise.
9435 * gdb.base/callfuncs.exp: Likewise.
9436 * gdb.base/condbreak.exp: Likewise.
9437 * gdb.base/constvars.exp: Likewise.
9438 * gdb.base/hbreak2.exp: Likewise.
9439 * gdb.base/langs.exp: Likewise.
9440 * gdb.base/list.exp: Likewise.
9441 * gdb.base/long_long.exp: Likewise.
9442 * gdb.base/ptype.exp: Likewise.
9443 * gdb.base/scope.exp: Likewise.
9444 * gdb.base/signals.exp: Likewise.
9445 * gdb.base/so-impl-ld.exp: Likewise.
9446 * gdb.base/varargs.exp: Likewise.
9447 * gdb.base/volatile.exp: Likewise.
9448 * gdb.base/whatis.exp: Likewise.
9449 * gdb.cp/cplusfuncs.exp: Likewise.
9450 * gdb.cp/inherit.exp: Likewise.
9451 * gdb.cp/local.exp: Likewise.
9452 * gdb.cp/member-ptr.exp: Likewise.
9453 * gdb.cp/method.exp: Likewise.
9454 * gdb.cp/overload.exp: Likewise.
9455 * gdb.cp/templates.exp: Likewise.
9456 * gdb.stabs/weird.exp: Likewise.
9457 * lib/compiler.c: Likewise.
9458 * lib/compiler.cc: Likewise.
9459 * lib/cp-support.exp: Likewise.
9460 * lib/gdb.exp: Likewise.
9461
9462 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9463
9464 * configure.ac: Remove HP-UX case.
9465 * configure: Regenerate.
9466
9467 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9468
9469 * lib/gdb.exp (gdb_compile): Add function doc.
9470
9471 2015-12-17 Pedro Alves <palves@redhat.com>
9472
9473 PR threads/19354
9474 * gdb.multi/info-threads.exp: New file.
9475
9476 2015-12-15 Yao Qi <yao.qi@linaro.org>
9477
9478 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9479 is aarch64*-*-*.
9480
9481 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9482
9483 * gdb.base/history-duplicates.exp: Skip if no readline support.
9484
9485 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9486
9487 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9488
9489 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9490
9491 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9492
9493 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9494
9495 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9496 ctrl-C if nointerrupts target property is set.
9497 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9498 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9499 * gdb.base/paginate-bg-execution.exp: Likewise.
9500 * gdb.base/paginate-execution-startup.exp: Likewise.
9501 * gdb.base/random-signal.exp: Likewise.
9502 * gdb.base/range-stepping.exp: Likewise.
9503 * gdb.cp/annota2.exp: Likewise.
9504 * gdb.cp/annota3.exp: Likewise.
9505 * gdb.gdb/selftest.exp: Likewise.
9506 * gdb.threads/continue-pending-status.exp: Likewise.
9507 * gdb.threads/leader-exit.exp: Likewise.
9508 * gdb.threads/manythreads.exp: Likewise.
9509 * gdb.threads/pthreads.exp: Likewise.
9510 * gdb.threads/schedlock.exp: Likewise.
9511 * gdb.threads/sigthread.exp: Likewise.
9512
9513 2015-12-11 Don Breazeal <donb@codesourcery.com>
9514
9515 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9516 remote.
9517 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9518 * gdb.base/foll-exec.exp (main): Enable for target remote.
9519 * gdb.base/foll-fork.exp (main): Likewise.
9520 * gdb.base/foll-vfork.exp (main): Likewise.
9521 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9522 (proc continue_to_exit_bp_loc): Use clean_restart.
9523 * gdb.base/pie-execl.exp (main): Disable for target remote.
9524 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9525 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9526 * gdb.threads/execl.exp (main): Likewise.
9527 * gdb.threads/fork-child-threads.exp (main): Likewise.
9528 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9529 remote.
9530 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9531 remote.
9532 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9533 pid.tid style ptids, instead of just tid.
9534 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9535 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9536 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9537 ptids, instead of just tid.
9538
9539 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9540
9541 * gdb.base/list.exp (test_list_forward): Add end of file error
9542 test.
9543 (test_repeat_list_command): Add end of file error test.
9544 (test_list_backwards): Add beginning of file error test.
9545
9546 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9547
9548 * gdb.base/list.exp (test_list_invalid_args): New function,
9549 defined, and called.
9550
9551 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9552
9553 * gdb.base/list.exp (test_list): Make test names unique.
9554
9555 2015-12-11 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.base/coremaker2.c: Remove.
9558
9559 2015-12-10 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.multi/base.exp: Remove stale "spaces" references.
9562
9563 2015-12-10 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.multi/base.exp: Don't use nowarnings.
9566 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9567 * gdb.multi/hangout.c: Include stdio.h.
9568 * gdb.multi/hello.c: Include stdlib.h.
9569 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9570 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9571 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9572
9573 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9574
9575 * gdb.dwarf2/dw2-ranges-base.c: New file.
9576 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9577 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9578 support additional line table, and debug ranges generation.
9579 (Dwarf::ranges): New function, generate .debug_ranges.
9580 (Dwarf::lines): Support generating simple line table programs.
9581 (Dwarf::assemble): Initialise new namespace variables.
9582
9583 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9584
9585 * gdb.base/async.exp (proc test_background): Add case for
9586 asynchronous execution not supported.
9587
9588 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9589
9590 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9591 format and change test names to make them unique.
9592
9593 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9594 Pedro Alves <pedro@redhat.com>
9595
9596 PR gdb/18702
9597 Add checking of floatformats setup on x86_64 hosts.
9598 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9599 (smallval, bigval): New labels/constants.
9600 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9601 float" after loading bigval and smallval.
9602
9603 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9604
9605 * gdb.ada/fun_overload_menu.exp: New testcase.
9606 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9607
9608 2015-12-04 Josh Stone <jistone@redhat.com>
9609
9610 * gdb.base/catch-fork-static.exp: New.
9611
9612 2015-12-03 Yao Qi <yao.qi@linaro.org>
9613
9614 * gdb.base/sizeof.c: Don't include stdio.h and
9615 ../lib/unbuffer_output.c.
9616 (main): New variable 'size' and 'value'. Remove printf and
9617 gdb_unbuffer_output. Assign return value to size and value.
9618 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9619 at the beginning.
9620 (check_sizeof): Check the result by printing variable 'size'.
9621 (check_valueof): Check the result by printing variable 'value'.
9622
9623 2015-12-01 Yao Qi <yao.qi@linaro.org>
9624
9625 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9626 for aarch64*-*-linux* target.
9627
9628 2015-11-30 Pedro Alves <palves@redhat.com>
9629
9630 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9631
9632 2015-11-30 Pedro Alves <palves@redhat.com>
9633
9634 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9635 Handle non-stop mode vCont replies.
9636
9637 2015-11-30 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9640 prepare_for_testing. Start gdb with "set non-stop on" appended to
9641 GDBFLAGS. Lax expected stop output.
9642
9643 2015-11-27 Yao Qi <yao.qi@linaro.org>
9644
9645 * gdb.arch/arm-neon.exp: New.
9646 * gdb.arch/arm-neon.c: New.
9647
9648 2015-11-27 Yao Qi <yao.qi@linaro.org>
9649
9650 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9651
9652 2015-11-27 Yao Qi <yao.qi@linaro.org>
9653
9654 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9655 frames-invalid annotation.
9656
9657 2015-11-27 Yao Qi <yao.qi@linaro.org>
9658
9659 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9660
9661 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9662
9663 * gdb.threads/names.exp: New file.
9664 * gdb.threads/names.c: New file.
9665 * README: Mention gdb,no_thread_names.
9666
9667 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9668
9669 PR 19297
9670 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9671 support" error.
9672
9673 2015-11-24 Pedro Alves <palves@redhat.com>
9674
9675 PR 17539
9676 * gdb.base/display.exp: Expect displays to be sorted in ascending
9677 order. Use multi_line.
9678 * gdb.base/solib-display.exp: Likewise.
9679
9680 2015-11-24 Pedro Alves <palves@redhat.com>
9681
9682 PR 17539
9683 * gdb.base/display.exp: Expect displays to be sorted in ascending
9684 order. Use multi_line.
9685 * gdb.base/solib-display.exp: Likewise.
9686
9687 2015-11-24 Pedro Alves <palves@redhat.com>
9688
9689 PR 17539
9690 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9691 threads in ascending order.
9692 * gdb.base/foll-fork.exp: Likewise.
9693 * gdb.base/foll-vfork.exp: Likewise.
9694 * gdb.base/multi-forks.exp: Likewise.
9695 * gdb.mi/mi-nonstop.exp: Likewise.
9696 * gdb.mi/mi-nsintrall.exp: Likewise.
9697 * gdb.multi/base.exp: Likewise.
9698 * gdb.multi/multi-arch.exp: Likewise.
9699 * gdb.python/py-inferior.exp: Likewise.
9700 * gdb.threads/break-while-running.exp: Likewise.
9701 * gdb.threads/execl.exp: Likewise.
9702 * gdb.threads/gcore-thread.exp: Likewise.
9703 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9704 * gdb.threads/kill.exp: Likewise.
9705 * gdb.threads/linux-dp.exp: Likewise.
9706 * gdb.threads/multiple-step-overs.exp: Likewise.
9707 * gdb.threads/next-bp-other-thread.exp: Likewise.
9708 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9709 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9710 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9711 * gdb.threads/thread-find.exp: Likewise.
9712 * gdb.threads/tls.exp: Likewise.
9713 * lib/mi-support.exp (mi_reverse_list): Delete.
9714 (mi_check_thread_states): No longer reverse list.
9715
9716 2015-11-24 Pedro Alves <palves@redhat.com>
9717
9718 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9719 use lowercase.
9720
9721 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9722
9723 * gdb.trace/actions.c: Include trace-common.h.
9724 (main): Add a location for a fast tracepoint.
9725 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9726 the normal tracepoints.
9727 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9728
9729 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9730
9731 * save-trace.exp: Factor out code to these...
9732 (gdb_save_tracepoints): New.
9733 (gdb_load_tracepoints): New.
9734 (do_save_load_test): New.
9735
9736 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9737
9738 * gdb.base/asmlabel.exp: New test.
9739 * gdb.base/asmlabel.c: New test case.
9740
9741 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9742
9743 * gdb.base/wrong_frame_bt_full-main.c: New file.
9744 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9745 * gdb.base/wrong_frame_bt_full.exp: New file.
9746
9747 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9748
9749 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9750
9751 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9752
9753 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9754 pstate register when comparing registers values in
9755 sparc64-*-linux-gnu targets to avoid spurious differences.
9756
9757 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9758
9759 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9760
9761 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9762
9763 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9764 as type argument to gdb_compile.
9765 * gdb.base/nested-subp2.exp: Likewise.
9766 * gdb.base/nested-subp3.exp: Likewise.
9767
9768 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9769
9770 * lib/dwarf.exp (_note): Fix left shift of negative value.
9771 * gdb.trace/trace-condition.exp: Likewise.
9772
9773 2015-11-13 Yao Qi <yao.qi@linaro.org>
9774
9775 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9776 comments about d10v.
9777 (test_scalar_returns): Likewise.
9778 * gdb.base/d10v.ld: Remove.
9779 * gdb.base/overlays.exp: Remove the target triplet checking for
9780 d10v-*-*.
9781 * gdb.base/structs.exp (test_struct_returns): Remove the
9782 comments about d10v.
9783 (test_struct_calls): Likewise.
9784
9785 2015-11-13 Yao Qi <yao.qi@linaro.org>
9786
9787 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9788 * gdb.base/gnu_vector.c: Don't include stdio.h.
9789 (main): Don't print res and call add_some_intvecs.
9790
9791 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9792
9793 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9794 macro.
9795 (func5): Removed.
9796 (func4): Use FAST_TRACEPOINT_LABEL.
9797 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9798 macro.
9799 (func): Removed.
9800 (thread_function): Use FAST_TRACEPOINT_LABEL.
9801 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9802 (func): Remove.
9803 (marker): Use FAST_TRACEPOINT_LABEL.
9804 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9805 (pendfunc1): Remove.
9806 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9807 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9808 (foo): Remove.
9809 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9810 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9811 macro.
9812 (func): Remove.
9813 (marker): Use FAST_TRACEPOINT_LABEL.
9814 * gdb.trace/trace-common.h: New header.
9815 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9816 macro.
9817 (func): Remove.
9818 (marker): Use FAST_TRACEPOINT_LABEL.
9819 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9820 (func): Remove.
9821 (thread_function): Use FAST_TRACEPOINT_LABEL.
9822
9823 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9824
9825 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9826 in front.
9827 * gdb.trace/change-loc.exp: Use global pcreg definition.
9828 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9829 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9830 in front.
9831 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9832 * gdb.trace/pending.exp: Likewise.
9833 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9834 * gdb.trace/trace-break.exp: Likewise.
9835 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9836 in front.
9837 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9838 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9839 in front.
9840 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9841
9842 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9843
9844 * gdb.ada/fin_fun_out: New testcase.
9845
9846 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9847
9848 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9849 value associated with DW_AT_byte_size.
9850 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9851 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9852 DW_AT_upper_bound.
9853
9854 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9855
9856 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9857 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9858 version.
9859 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9860 gdb.dwarf2/dw2-canonicalize-type.exp,
9861 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9862 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9863 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9864 provided by gdb_target_symbol_prefix_flags_asm.
9865 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9866 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9867 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9868 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9869 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9870 macros where needed). Use this macro for symbols which require
9871 the prefix provided by SYMBOL_PREFIX.
9872
9873 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9874
9875 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9876 New procs.
9877 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9878 representing expressions, of more than one list element.
9879 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9880 to prepend linker symbol prefix to f.
9881 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9882 table_1 and table_2.
9883 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9884 Likewise, for f and g.
9885 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9886 for ptr.
9887 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9888 for main.
9889 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9890 table_1_ptr and table_2_ptr.
9891
9892 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9893 Joel Brobecker <brobecker@adacore.com>
9894
9895 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9896
9897 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9898
9899 * gdb.reverse/s390-mvcle.c: New test.
9900 * gdb.reverse/s390-mvcle.exp: New file.
9901 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9902
9903 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9904
9905 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9906
9907 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9908
9909 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9910 reaching marker2.
9911 * gdb.reverse/getresuid-reverse.exp: Likewise.
9912 * gdb.reverse/pipe-reverse.exp: Likewise.
9913 * gdb.reverse/readv-reverse.exp: Likewise.
9914 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9915 * gdb.reverse/time-reverse.exp: Likewise.
9916 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9917
9918 2015-10-30 Yao Qi <yao.qi@linaro.org>
9919
9920 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9921 (empty_cycle): Remove.
9922 (main): Don't call empty_cycle. Don't use watch_count_done.
9923 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9924 empty_cycle. Rewrite the code counting HW watchpoints.
9925
9926 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9927
9928 * gdb.reverse/fstatat-reverse.c: New test.
9929 * gdb.reverse/fstatat-reverse.exp: New file.
9930 * gdb.reverse/getresuid-reverse.c: New test.
9931 * gdb.reverse/getresuid-reverse.exp: New file.
9932 * gdb.reverse/pipe-reverse.c: New test.
9933 * gdb.reverse/pipe-reverse.exp: New file.
9934 * gdb.reverse/readv-reverse.c: New test.
9935 * gdb.reverse/readv-reverse.exp: New file.
9936 * gdb.reverse/recvmsg-reverse.c: New test.
9937 * gdb.reverse/recvmsg-reverse.exp: New file.
9938 * gdb.reverse/time-reverse.c: New test.
9939 * gdb.reverse/time-reverse.exp: New file.
9940 * gdb.reverse/waitpid-reverse.c: New test.
9941 * gdb.reverse/waitpid-reverse.exp: New file.
9942
9943 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9944
9945 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9946
9947 2015-10-26 Doug Evans <dje@google.com>
9948
9949 PR symtab/17391
9950 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9951 * gdb.dwarf2/bad-regnum.c: New file.
9952 * gdb.dwarf2/bad-regnum.exp: New file.
9953
9954 2015-10-26 Doug Evans <dje@google.com>
9955
9956 PR python/18938
9957 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9958 file.
9959
9960 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9961
9962 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9963 for a change by "Mention language in compile error message".
9964
9965 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9966
9967 PR python/18073
9968 * gdb.python/py-type.c (C::a_method): New.
9969 (C::a_const_method): New.
9970 (C::a_static_method): New.
9971 (a_function): New.
9972 * gdb.python/py-type.exp (test_fields): Test getting fields
9973 from function and method.
9974
9975 2015-10-21 Keven Boell <keven.boell@intel.com>
9976
9977 * gdb.fortran/vla-alloc-assoc.exp: New file.
9978 * gdb.fortran/vla-datatypes.exp: New file.
9979 * gdb.fortran/vla-datatypes.f90: New file.
9980 * gdb.fortran/vla-history.exp: New file.
9981 * gdb.fortran/vla-ptype-sub.exp: New file.
9982 * gdb.fortran/vla-ptype.exp: New file.
9983 * gdb.fortran/vla-sizeof.exp: New file.
9984 * gdb.fortran/vla-sub.f90: New file.
9985 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9986 * gdb.fortran/vla-value-sub-finish.exp: New file.
9987 * gdb.fortran/vla-value-sub.exp: New file.
9988 * gdb.fortran/vla-value.exp: New file.
9989 * gdb.fortran/vla-ptr-info.exp: New file.
9990 * gdb.mi/mi-vla-fortran.exp: New file.
9991 * gdb.mi/vla.f90: New file.
9992
9993 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9994
9995 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9996 of hardwired timeout value.
9997
9998 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9999 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10002 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10003
10004 2015-10-19 Josh Stone <jistone@redhat.com>
10005
10006 * gdb.base/catch-syscall.c: Include <sched.h>.
10007 (unknown_syscall): New variable.
10008 (main): Trigger a vfork and an unknown syscall.
10009 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10010 (unknown_syscall_number): Likewise.
10011 (check_call_to_syscall): Accept an optional syscall pattern.
10012 (check_return_from_syscall): Likewise.
10013 (check_continue): Likewise.
10014 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10015 (test_catch_syscall_skipping_return): New test toggling off 'catch
10016 syscall' to step over the syscall return, then toggling back on.
10017 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10018 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10019 (do_syscall_tests): Call test_catch_syscall_without_args and
10020 test_catch_syscall_mid_vfork.
10021 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10022 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10023
10024 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10025
10026 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10027 print g_vE): Add new pass patterns.
10028 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10029 print various symbol names for vptr fields.
10030
10031 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10032
10033 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10034 results.
10035
10036 2015-10-12 Yao Qi <yao.qi@linaro.org>
10037
10038 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10039
10040 2015-10-12 Yao Qi <yao.qi@linaro.org>
10041
10042 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10043 is aarch64*-*-linux*.
10044
10045 2015-10-12 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10048 (can_relocate_bcond_true): ... it.
10049 (can_relocate_bcond_false): New function.
10050 (foo): Likewise.
10051 (can_relocate_bl): Likewise.
10052 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10053 can_relocate_bl.
10054
10055 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10056
10057 * gdb.base/nested-addr.c: New file.
10058 * gdb.base/nested-addr.exp: New testcase.
10059
10060 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10061
10062 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10063 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10064 its output. Ignore the output of "record goto begin" and instead
10065 check that GDB is replaying.
10066
10067 2015-10-09 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10070 (top level): Use it in the run with no args test.
10071
10072 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10073
10074 * gdb.dlang/properties.exp: New file.
10075
10076 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10077
10078 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10079 whether or not address 0x1000 is mapped on the target.
10080
10081 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10082
10083 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10084 build.
10085
10086 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10087
10088 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10089 instruction-history test.
10090
10091 2015-09-28 Doug Evans <dje@google.com>
10092
10093 * gdb.base/gcore.c (array_func): Add reference to static_array.
10094
10095 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10098 source line.
10099
10100 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10101
10102 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10103 short or char as base type.
10104
10105 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10106
10107 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10108 to allow any size enum.
10109
10110 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10111
10112 * gdb.ada/array_ptr_renaming.exp: New testcase.
10113 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10114 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10115
10116 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10117
10118 * gdb.trace/ftrace-lock.c: New file.
10119 * gdb.trace/ftrace-lock.exp: New file.
10120
10121 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10122
10123 * gdb.arch/insn-reloc.c: New file.
10124 * gdb.arch/ftrace-insn-reloc.exp: New file.
10125
10126 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10127
10128 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10129 instruction.
10130 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10131 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10132 * gdb.trace/range-stepping.c: Likewise.
10133 * gdb.trace/trace-break.c: Likewise.
10134 * gdb.trace/trace-mt.c (thread_function): Likewise.
10135 * gdb.trace/ftrace.c (marker): Likewise.
10136 * gdb.trace/trace-condition.c (marker): Likewise.
10137 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10138 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10139 is_aarch64_target.
10140
10141 2015-09-18 Doug Evans <xdje42@gmail.com>
10142
10143 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10144 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10145
10146 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10147
10148 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10149 the breakpoint.
10150
10151 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10152
10153 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10154 the pending breakpoint. Remove timeout override for "Run till
10155 MI pending breakpoint on pendfunc3 on thread 2" test.
10156
10157 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10158
10159 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10160 filename pattern.
10161
10162 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10163
10164 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10165 in breakpoint filename pattern.
10166
10167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10168
10169 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10170
10171 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10172
10173 * gdb.linespec/explicit.exp: Check for readline support for
10174 tab-completion tests. Fix obvious typo.
10175
10176 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10177
10178 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10179 and replay.
10180
10181 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10182
10183 * gdb.btrace/non-stop.c: New.
10184 * gdb.btrace/non-stop.exp: New.
10185
10186 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10187 Yao Qi <yao.qi@linaro.org>
10188
10189 * gdb.trace/trace-condition.c: New file.
10190 * gdb.trace/trace-condition.exp: New file.
10191
10192 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10193
10194 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10195 for testing bytecode compilation.
10196
10197 2015-09-16 Pedro Alves <palves@redhat.com>
10198 Sandra Loosemore <sandra@codesourcery.com>
10199
10200 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10201 (SECONDS): Redefine.
10202 (main): Call pthread_kill and alarm early.
10203 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10204 support.
10205 (test): If the target can't hardware step and doesn't support
10206 displaced stepping, increase the timeout.
10207
10208 2015-09-16 Pedro Alves <palves@redhat.com>
10209
10210 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10211 (enable_debug): New procedures.
10212 (test): Use them. Bail out if waiting for threads fails.
10213 (top level): Bail out if a test fails.
10214
10215 2015-09-16 Yao Qi <yao.qi@linaro.org>
10216
10217 * gdb.asm/asm-source.exp: Set asm-arch for
10218 aarch64*-*-* target.
10219 * gdb.asm/aarch64.inc: New file.
10220
10221 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10222
10223 * gdb.ada/array_of_variable_length.exp: New testcase.
10224 * gdb.ada/array_of_variable_length/foo.adb: New file.
10225 * gdb.ada/array_of_variable_length/pck.adb: New file.
10226 * gdb.ada/array_of_variable_length/pck.ads: New file.
10227
10228 2015-09-15 Doug Evans <dje@google.com>
10229
10230 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10231 of function static local variable.
10232
10233 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10234
10235 * gdb.threads/tls-so_extern.exp: New test file.
10236 * gdb.threads/tls-so_extern.c: New test file.
10237 * gdb.threads/tls-so_extern_main.c: New test file.
10238
10239 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10240
10241 * gdb.opt/solib-intra-step-lib.c: New file.
10242 * gdb.opt/solib-intra-step-main.c: New file.
10243 * gdb.opt/solib-intra-step.exp: New file.
10244
10245 2015-09-15 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10248 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10249
10250 2015-09-14 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.base/hook-stop-continue.c: Delete.
10253 * gdb.base/hook-stop-continue.exp: Delete.
10254 * gdb.base/hook-stop-frame.c: Delete.
10255 * gdb.base/hook-stop-frame.exp: Delete.
10256 * gdb.base/hook-stop.c: New file.
10257 * gdb.base/hook-stop.exp: New file.
10258
10259 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10260
10261 * gdb.ada/access_to_packed_array.exp: New testcase.
10262 * gdb.ada/access_to_packed_array/foo.adb: New file.
10263 * gdb.ada/access_to_packed_array/pack.adb: New file.
10264 * gdb.ada/access_to_packed_array/pack.ads: New file.
10265
10266 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10267
10268 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10269 buffer size test.
10270
10271 2015-09-11 Don Breazeal <donb@codesourcery.com>
10272
10273 * gdb.base/foll-exec.c: Add copyright header. Fix
10274 formatting issues.
10275 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10276 (do_exec_tests): Use clean_restart in place of zap_session,
10277 and for test initialization. Fix formatting issues. Use
10278 fail in place of perror.
10279 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10280 an expect statement to match an expression with output from
10281 the program under debug.
10282 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10283 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10284 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10285 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10286 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10287
10288 2015-09-09 Doug Evans <dje@google.com>
10289
10290 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10291
10292 2015-09-09 Doug Evans <dje@google.com>
10293
10294 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10295
10296 2015-09-09 Doug Evans <dje@google.com>
10297
10298 * gdb.base/savedregs.exp: Fix typo.
10299
10300 2015-09-09 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10303
10304 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10305
10306 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10307 command actually switches threads. Give up on remaining
10308 tests if target fails to stop at breakpoint.
10309
10310 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10311
10312 * gdb.ada/funcall_char.exp: New testcase.
10313 * gdb.ada/funcall_char/foo.adb: New file.
10314
10315 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10316
10317 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10318 expected outputs. Add two testcases for completing ambiguous
10319 functions.
10320 * gdb.ada/complete/aux_pck.adb: New file.
10321 * gdb.ada/complete/aux_pck.ads: New file.
10322 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10323 Ambiguous_Func functions.
10324 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10325 * gdb.ada/complete/pck.adb: Likewise.
10326
10327 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10328
10329 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10330 failures to run the test program under GDB.
10331
10332 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10333
10334 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10335 to C.
10336
10337 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10338
10339 * gdb.base/run-after-attach.exp: New test file.
10340 * gdb.base/run-after-attach.c: New test file.
10341
10342 2015-08-26 Don Breazeal <donb@codesourcery.com>
10343
10344 * gdb.base/foll-exec-2.c: New test program.
10345 * gdb.base/foll-exec-2.exp: New test.
10346
10347 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10348
10349 * gdb.base/nested-subp1.exp: New file.
10350 * gdb.base/nested-subp1.c: New file.
10351 * gdb.base/nested-subp2.exp: New file.
10352 * gdb.base/nested-subp2.c: New file.
10353 * gdb.base/nested-subp3.exp: New file.
10354 * gdb.base/nested-subp3.c: New file.
10355
10356 2015-08-24 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.server/connect-without-multi-process.c: New file.
10359 * gdb.server/connect-without-multi-process.exp: New file.
10360
10361 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10362
10363 * gdb.opt/inline-markers.c: Make z int.
10364
10365 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10366
10367 * gdb.opt/inline-markers.c: Make z volatile.
10368
10369 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10370
10371 * gdb.opt/inline-bt.c: New volatile global z.
10372 * gdb.opt/inline-cmds.c: Likewise.
10373 * gdb.opt/inline-locals.c: Likewise.
10374 * gdb.opt/inline-markers.c: New extern global z.
10375 (marker): Use z.
10376 (inline_fn): Likewise.
10377
10378 2015-08-24 Pedro Alves <palves@redhat.com>
10379
10380 * config/m32r-stub.exp: Remove file.
10381 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10382 * gdb.base/call-rt-st.exp: Likewise.
10383 * gdb.base/call-strs.exp: Likewise.
10384 * gdb.base/default.exp: Remove references to h8300-*-hms and
10385 *-*-udi*.
10386 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10387
10388 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10389
10390 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10391 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10392 and "return" use KFAIL when GDB can not read/write the vector
10393 return value.
10394
10395 2015-08-21 Gary Benson <gbenson@redhat.com>
10396
10397 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10398
10399 2015-08-20 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.server/solib-list.exp: No longer expect an interior stop in
10402 non-stop mode.
10403
10404 2015-08-20 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.server/connect-stopped-target.c: New file.
10407 * gdb.server/connect-stopped-target.exp: New file.
10408
10409 2015-08-20 Pedro Alves <palves@redhat.com>
10410
10411 * gdb.dwarf2/comp-unit-lang.exp: New file.
10412 * gdb.dwarf2/comp-unit-lang.c: New file.
10413
10414 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10415
10416 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10417 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10418
10419 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10420
10421 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10422 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10423
10424 2015-08-18 Doug Evans <dje@google.com>
10425 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10426
10427 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10428 skip_python_tests. New arg prompt_regexp.
10429 (skip_python_tests): New function.
10430 * lib/mi-support.exp (mi_skip_python_tests): New function.
10431 * gdb.python/py-mi-objfile-gdb.py: New file.
10432 * gdb.python/py-mi-objfile.c: New file.
10433 * gdb.python/py-mi-objfile.exp: New file.
10434
10435 2015-08-17 Keith Seitz <keiths@redhat.com>
10436
10437 * gdb.linespec/explicit.exp: Move strace test from here ...
10438 * gdb.trace/strace.exp: ... to here.
10439
10440 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10441
10442 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10443 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10444
10445 2015-08-14 Doug Evans <xdje42@gmail.com>
10446
10447 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10448 inferior before selecting a new file.
10449
10450 2015-08-14 Doug Evans <xdje42@gmail.com>
10451
10452 * gdb.mi/mi-disassemble.exp: Update.
10453 * gdb.base/disasm-optim.S: New file.
10454 * gdb.base/disasm-optim.c: New file.
10455 * gdb.base/disasm-optim.h: New file.
10456 * gdb.base/disasm-optim.exp: New file.
10457
10458 2015-08-14 Keith Seitz <keiths@redhat.com>
10459
10460 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10461 "evaluated-by".
10462
10463 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10464
10465 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10466
10467 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10468
10469 * gdb.ada/fun_renaming.exp: New testcase.
10470 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10471 * gdb.ada/fun_renaming/pack.adb: New file.
10472 * gdb.ada/fun_renaming/pack.ads: New file.
10473
10474 2015-08-12 Keith Seitz <keiths@redhat.com>
10475
10476 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10477 gdb_get_line_number.
10478
10479 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10480
10481 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10482 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10483 gdb.base/dso2dso.exp: New files.
10484
10485 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10486 Pedro Alves <palves@redhat.com>
10487 Keith Seitz <keiths@redhat.com>
10488
10489 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10490 GDBFLAGS.
10491
10492 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10493
10494 * gdb.base/gdbhistsize-history.exp
10495 (test_histsize_history_setting): Use save_vars.
10496 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10497 Use save_vars.
10498 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10499 * gdb.base/readline.exp: Use save_vars.
10500
10501 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10502
10503 * lib/gdb.exp (save_vars): New proc.
10504
10505 2015-08-11 Keith Seitz <keiths@redhat.com>
10506
10507 * gdb.base/help.exp: Update help_breakpoint_text.
10508
10509 2015-08-11 Keith Seitz <keiths@redhat.com>
10510
10511 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10512 (at toplevel): Call test_explicit_breakpoints.
10513 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10514 breakpoints.
10515 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10516 breakpoint conditions, "-cond".
10517
10518 2015-08-11 Keith Seitz <keiths@redhat.com>
10519
10520 * gdb.linespec/3explicit.c: New file.
10521 * gdb.linespec/cpexplicit.cc: New file.
10522 * gdb.linespec/cpexplicit.exp: New file.
10523 * gdb.linespec/explicit.c: New file.
10524 * gdb.linespec/explicit.exp: New file.
10525 * gdb.linespec/explicit2.c: New file.
10526 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10527 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10528 before using in the matching pattern.
10529 Clarify that `prefix' is a regular expression.
10530
10531 2015-08-11 Keith Seitz <keiths@redhat.com>
10532
10533 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10534 test.
10535 Add tests for missing ",FMT" and ",".
10536
10537 2015-08-10 Doug Evans <dje@google.com>
10538 Keith Seitz <keiths@redhat.com>
10539
10540 PR gdb/17960
10541 * gdb.base/completion.exp: Add location completer tests.
10542
10543 2015-08-07 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10546 tests here.
10547 (top level): Run do_test with and without displaced stepping.
10548
10549 2015-08-07 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.base/valgrind-disp-step.c: New file.
10552 * gdb.base/valgrind-disp-step.exp: New file.
10553
10554 2015-08-07 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10557 Delete function.
10558 (main): Add alarm. Run an infinite loop instead of calling
10559 wait_threads.
10560 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10561 comment.
10562 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10563 Delete function.
10564 (main): Add alarm. Run an infinite loop instead of calling
10565 wait_threads.
10566 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10567 comment.
10568
10569 2015-08-07 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.base/checkpoint-ns.exp: New file.
10572 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10573 standard_testfile.
10574
10575 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10576
10577 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10578 * gdb.btrace/instruction_history.exp: Update.
10579 * gdb.btrace/tsx.exp: New.
10580 * gdb.btrace/tsx.c: New.
10581
10582 2015-08-06 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10585 increase timeout.
10586 * gdb.reverse/until-precsave.exp: Bump timeouts.
10587
10588 2015-08-06 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10591
10592 2015-08-06 Pedro Alves <palves@redhat.com>
10593
10594 PR gdb/18749
10595 * gdb.threads/process-dies-while-handling-bp.c: New file.
10596 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10597
10598 2015-08-06 Pedro Alves <palves@redhat.com>
10599
10600 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10601 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10602
10603 2015-08-05 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10606 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10607
10608 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10609
10610 * gdb.base/bp-permanent.exp: Report test as unsupported if
10611 the target cannot stop at the permanent breakpoint.
10612
10613 2015-08-03 Doug Evans <dje@google.com>
10614
10615 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10616 10000.
10617
10618 2015-08-03 Doug Evans <dje@google.com>
10619
10620 * Makefile.in (workers/%.worker, build-perf): New rule.
10621 (GDB_PERFTEST_MODE): New variable.
10622 (check-perf): Use it.
10623 (clean): Clean up gdb.perf parallel build subdirs.
10624 * lib/build-piece.exp: New file.
10625 * lib/gdb.exp (make_gdb_parallel_path): New function
10626 (standard_output_file, standard_temp_file): Call it.
10627 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10628 of $GDB_PARALLEL.
10629 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10630
10631 2015-08-03 Doug Evans <dje@google.com>
10632
10633 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10634 (LOG_FILE_NAME): New global.
10635 (TextReporter.__init__): Initialize self.txt_sum.
10636 (TextReporter.report): Add support for multiple data-points.
10637 Move report to perftest.sum, put raw data in perftest.log.
10638 (TextReporter.start): Open sum and log files.
10639 (TextReporter.end): Close sum and log files.
10640 * gdb.perf/lib/perftest/testresult.py
10641 (SingleStatisticTestResult.record): Handle multiple data-points.
10642
10643 2015-07-31 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10646 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10647 kill_wait_spawned_process instead of explicit "kill -9".
10648 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10649 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10650 kill_wait_spawned_process.
10651 * gdb.base/attach-twice.exp: Likewise.
10652 * gdb.base/attach.exp: Likewise.
10653 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10654 gdb_test_multiple.
10655 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10656 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10657 kill_wait_spawned_process.
10658 * gdb.base/valgrind-infcall.exp: Likewise.
10659 * gdb.multi/multi-attach.exp: Likewise.
10660 * gdb.python/py-prompt.exp: Likewise.
10661 * gdb.python/py-sync-interp.exp: Likewise.
10662 * gdb.server/ext-attach.exp: Likewise.
10663 * gdb.threads/attach-into-signal.exp (corefunc): Use
10664 spawn_wait_for_attach, spawn_id_get_pid and
10665 kill_wait_spawned_process.
10666 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10667 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10668 spawn_id_get_pid and kill_wait_spawned_process.
10669 * gdb.threads/attach-stopped.exp (corefunc): Use
10670 spawn_wait_for_attach, spawn_id_get_pid and
10671 kill_wait_spawned_process.
10672 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10673 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10674 kill_wait_spawned_process instead of explicit "kill -9".
10675 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10676 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10677 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10678 processes. Don't map cygwin/windows pids here. Now returns a
10679 spawn id list.
10680
10681 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10682
10683 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10684 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10685 correct patch.
10686
10687 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10688
10689 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10690
10691 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10692
10693 Reapply:
10694 2014-05-21 Mark Wielaard <mjw@redhat.com>
10695
10696 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10697
10698 2015-07-30 Pedro Alves <palves@redhat.com>
10699
10700 * linux-low.c (handle_extended_wait): Set the child's last
10701 reported status to TARGET_WAITKIND_STOPPED.
10702
10703 2015-07-30 Pedro Alves <palves@redhat.com>
10704
10705 PR threads/18600
10706 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10707 only shows inferior 1.
10708
10709 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10710 Pedro Alves <palves@redhat.com>
10711
10712 PR threads/18600
10713 * gdb.threads/fork-plus-threads.c: New file.
10714 * gdb.threads/fork-plus-threads.exp: New file.
10715
10716 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10717
10718 * gdb.base/batch-preserve-term-settings.exp
10719 (test_terminal_settings_preserved_after_cli_exit): Use
10720 send_quit_command.
10721
10722 2015-07-29 Pedro Alves <palves@redhat.com>
10723 Don Breazeal <donb@codesourcery.com>
10724
10725 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10726 output from both inferior_spawn_id and gdb_spawn_id.
10727
10728 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10729
10730 * gdb.threads/attach-into-signal.exp (corefunc): Use
10731 with_test_prefix on nested loops, uniquefying the test messages.
10732
10733 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10734
10735 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10736 commit.
10737
10738 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10739
10740 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10741 New proc.
10742 (test_terminal_settings_preserved_after_sigterm): New test.
10743
10744 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10745
10746 * gdb.base/batch-preserve-term-settings.exp
10747 (test_terminal_settings_preserved_after_cli_exit): New test.
10748
10749 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10750
10751 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10752 manipulation of saved_gdbflags.
10753 (test_terminal_settings_preserved): Remove global declaration of
10754 the unused variable pagination_prompt. Remove manipulation of
10755 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10756 GDBFLAGS.
10757
10758 2015-07-29 Pedro Alves <palves@redhat.com>
10759
10760 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10761
10762 2015-07-29 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10765 at the top.
10766
10767 2015-07-29 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10770 (main): Call gdb_unbuffer_output.
10771 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10772 (main): Call gdb_unbuffer_output.
10773 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10774 (main): Call gdb_unbuffer_output.
10775 * gdb.base/call-strs.exp: Adjust to step over the
10776 gdb_unbuffer_output call.
10777 * gdb.base/catch-gdb-caused-signals.c: Include
10778 "../lib/unbuffer_output.c".
10779 (main): Call gdb_unbuffer_output.
10780 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10781 (main): Call gdb_unbuffer_output.
10782 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10783 (main): Call gdb_unbuffer_output.
10784 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10785 (main): Call gdb_unbuffer_output.
10786 * gdb.base/shlib-call.exp: Adjust to step over the
10787 gdb_unbuffer_output call.
10788 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10789 (main): Call gdb_unbuffer_output.
10790 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10791 (main): Call gdb_unbuffer_output.
10792 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10793 (main): Rename to ...
10794 (test): ... this.
10795 (main): Reimplement.
10796 * gdb.base/varargs.exp: Run to test instead of to main.
10797 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10798 (main): Call gdb_unbuffer_output.
10799
10800 2015-07-29 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10803 factore out from mi_continue_dprintf. For call-style dprintfs,
10804 expect dprintf output out of $inferior_spawn_id.
10805 (mi_continue_dprintf): Use mi_expect_dprintf.
10806 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10807 (main): Call gdb_unbuffer_output.
10808
10809 2015-07-29 Pedro Alves <palves@redhat.com>
10810
10811 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10812 (default_mi_gdb_start): Set inferior_spawn_id instead of
10813 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10814 gdb_spawn_id.
10815 (mi_gdb_test): Always expect inferior output from both
10816 $inferior_spawn_id and $gdb_spawn_id.
10817
10818 2015-07-29 Pedro Alves <palves@redhat.com>
10819
10820 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10821 send_inferior and $inferior_spawn_id.
10822
10823 2015-07-29 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.gdb/complaints.exp (test_initial_complaints)
10826 (test_serial_complaints, test_short_complaints): Use
10827 gdb_test_stdio.
10828 (test_empty_complaint): Handle $inferior_spawn_id !=
10829 $gdb_spawn_id.
10830
10831 2015-07-29 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/varargs.exp: Use gdb_test_stdio.
10834
10835 2015-07-29 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10838
10839 2015-07-29 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10842
10843 2015-07-29 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10846 parameter into two new parameters, "inf_result" and "gdb_result".
10847 Expect inferior output and gdb output from $inferior_spawn_id and
10848 $gdb_spawn_id, respectively. Adjust all callers.
10849
10850 2015-07-29 Pedro Alves <palves@redhat.com>
10851
10852 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10853 of gdb_test_sequence.
10854
10855 2015-07-29 Pedro Alves <palves@redhat.com>
10856
10857 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10858 (saw_spurious_output): Expect inferior output from
10859 $inferior_spawn_id. Use gdb_test_stdio.
10860
10861 2015-07-29 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/dprintf.exp: Use standard_testfile. Change
10864 prepare_for_testing call.
10865 (srcfile): Don't set.
10866 (restart): New procedure.
10867 (test_dprintf): New procecure, use to continue over dprintfs.
10868 (test_call, test_agent): New procedures, tests moved here.
10869 Restart gdb and recreate dprintfs. Adjust expected output.
10870
10871 2015-07-29 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10874
10875 2015-07-29 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10878
10879 2015-07-29 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10882 gdb_test_stdio.
10883
10884 2015-07-29 Pedro Alves <palves@redhat.com>
10885
10886 * lib/gdb.exp (gdb_test_stdio): New procedure.
10887
10888 2015-07-29 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10891
10892 2015-07-29 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.base/call-signal-resume.exp: Remove check for
10895 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10896 * gdb.base/unwindonsignal.exp: Likewise.
10897 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10898 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10899
10900 2015-07-29 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.base/siginfo-addr.c (pass): New function.
10903 (handler): Call it iff si_addr is correct.
10904 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10905 Set a breakpoint at "pass" and continue to it.
10906
10907 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10908
10909 * gdb.python/py-objfile.exp: Make some tests have unique names.
10910 * gdb.python/py-pp-registration.exp: Likewise.
10911
10912 2015-07-28 Pedro Alves <palves@redhat.com>
10913
10914 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10915
10916 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10917
10918 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10919
10920 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10921
10922 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10923
10924 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10925
10926 * gdb.base/gdb-sigterm-2.exp: New test.
10927
10928 2015-07-25 Doug Evans <xdje42@gmail.com>
10929
10930 Revert:
10931 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10932 (workers/%.worker, build-perf): New rule.
10933 (GDB_PERFTEST_MODE): New variable.
10934 (check-perf): Use it.
10935 (clean): Clean up gdb.perf parallel build subdirs.
10936 * lib/build-piece.exp: New file.
10937 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10938 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10939 name.
10940 (standard_temp_file): Ditto.
10941 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10942 of $GDB_PARALLEL.
10943
10944 2015-07-24 Doug Evans <dje@google.com>
10945
10946 * gdb.perf/lib/perftest/utils.py: New file.
10947 * gdb.perf/gm-hello.cc: New file.
10948 * gdb.perf/gm-pervasive-typedef.cc: New file.
10949 * gdb.perf/gm-pervasive-typedef.h: New file.
10950 * gdb.perf/gm-std.cc: New file.
10951 * gdb.perf/gm-std.h: New file.
10952 * gdb.perf/gm-use-cerr.cc: New file.
10953 * gdb.perf/gm-utils.h: New file.
10954 * gdb.perf/gmonster-null-lookup.py: New file.
10955 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10956 * gdb.perf/gmonster-print-cerr.py: New file.
10957 * gdb.perf/gmonster-ptype-string.py: New file.
10958 * gdb.perf/gmonster-runto-main.py: New file.
10959 * gdb.perf/gmonster-select-file.py: New file.
10960 * gdb.perf/gmonster1-null-lookup.exp: New file.
10961 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10962 * gdb.perf/gmonster1-print-cerr.exp: New file.
10963 * gdb.perf/gmonster1-ptype-string.exp: New file.
10964 * gdb.perf/gmonster1-runto-main.exp: New file.
10965 * gdb.perf/gmonster1-select-file.exp: New file.
10966 * gdb.perf/gmonster1.cc: New file.
10967 * gdb.perf/gmonster1.exp: New file.
10968 * gdb.perf/gmonster2-null-lookup.exp: New file.
10969 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10970 * gdb.perf/gmonster2-print-cerr.exp: New file.
10971 * gdb.perf/gmonster2-ptype-string.exp: New file.
10972 * gdb.perf/gmonster2-runto-main.exp: New file.
10973 * gdb.perf/gmonster2-select-file.exp: New file.
10974 * gdb.perf/gmonster2.cc: New file.
10975 * gdb.perf/gmonster2.exp: New file.
10976
10977 2015-07-24 Doug Evans <dje@google.com>
10978
10979 * gdb.perf/README: New file.
10980 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10981 * lib/gen-perf-test.exp: New file.
10982
10983 2015-07-24 Doug Evans <dje@google.com>
10984
10985 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10986 (PerfTest::startup): New function.
10987 (PerfTest::run): Return result of calling body.
10988 (PerfTest::assemble): Rewrite.
10989 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10990 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10991 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10992 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10993 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10994
10995 2015-07-24 Doug Evans <dje@google.com>
10996
10997 * lib/gdb.exp (clean_restart): Make executable optional.
10998
10999 2015-07-24 Doug Evans <dje@google.com>
11000
11001 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11002 compiler_info references.
11003 * gdb.cp/temargs.exp: Ditto.
11004 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11005 (get_compiler_info): Early exit if already computed. Set compiler_info
11006 to "unknown" if there was a problem.
11007 (test_compiler_info): Add function comment. Call get_compiler_info.
11008
11009 2015-07-24 Doug Evans <dje@google.com>
11010
11011 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11012 (workers/%.worker, build-perf): New rule.
11013 (GDB_PERFTEST_MODE): New variable.
11014 (check-perf): Use it.
11015 (clean): Clean up gdb.perf parallel build subdirs.
11016 * lib/build-piece.exp: New file.
11017 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11018 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11019 name.
11020 (standard_temp_file): Ditto.
11021 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11022 of $GDB_PARALLEL.
11023
11024 2015-07-24 Doug Evans <dje@google.com>
11025
11026 * lib/future.exp (gdb_default_target_compile): New option
11027 "early_flags".
11028 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11029 --as-needed.
11030
11031 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11032
11033 * gdb.base/catch-syscall.exp: Call gdb_exit before
11034 gdb_skip_xml_test.
11035
11036 2015-07-24 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.python/py-events.exp: Accept output between the stop event
11039 and the prompt.
11040 * gdb.python/py-evsignal.exp: Likewise.
11041 * gdb.python/py-evthreads.exp: Likewise.
11042
11043 2015-07-24 Pedro Alves <palves@redhat.com>
11044
11045 PR gdb/18717
11046 * gdb.threads/non-ldr-exit.c: New file.
11047 * gdb.threads/non-ldr-exit.exp: New file.
11048
11049 2015-07-24 Yao Qi <yao.qi@linaro.org>
11050
11051 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11052 restarting process.
11053
11054 2015-07-24 Yao Qi <yao.qi@linaro.org>
11055
11056 * gdb.server/ext-restart.exp: New file.
11057
11058 2015-07-24 Yao Qi <yao.qi@linaro.org>
11059
11060 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11061 argument options.
11062 * gdb.server/ext-wrapper.exp: New file.
11063
11064 2015-07-23 Doug Evans <dje@google.com>
11065
11066 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11067 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11068
11069 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11070
11071 * gdb.ada/var_arr_typedef.exp: New testcase.
11072 * gdb.ada/var_arr_typedef/pack.adb: New file.
11073 * gdb.ada/var_arr_typedef/pack.ads: New file.
11074 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11075
11076 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11077
11078 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11079
11080 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 * gdb.arch/i386-biarch-core.exp: Replace istarget
11083 by "complete set gnutarget". Remove expectation for the "core-file"
11084 command.
11085
11086 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11087
11088 Revert the previous commit:
11089 Tests for validate symbol file using build-id.
11090
11091 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11092
11093 Tests for validate symbol file using build-id.
11094 * gdb.base/solib-mismatch-lib.c: New file.
11095 * gdb.base/solib-mismatch-libmod.c: New file.
11096 * gdb.base/solib-mismatch.c: New file.
11097 * gdb.base/solib-mismatch.exp: New file.
11098
11099 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11100
11101 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11102 nios2-*-linux*.
11103 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11104 * gdb.base/siginfo.exp: Likewise.
11105 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11106
11107 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11108
11109 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11110 Move it to ...
11111 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11112 ... here.
11113 * gdb.trace/range-stepping.exp: Check that the target supports
11114 range stepping.
11115
11116 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11117
11118 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11119
11120 2015-07-14 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/killed-outside.exp: New file.
11123 * gdb.base/killed-outside.c: New file.
11124
11125 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11126
11127 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11128 (n at main): New.
11129 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11130
11131 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11132
11133 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11134 infcall tests instead of setting up for KFAIL.
11135
11136 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11137
11138 * gdb.btrace/record_goto-step.exp: New.
11139
11140 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11141
11142 PR compile/18484
11143 * gdb.compile/compile.c (struct struct_type): Add volatile to
11144 selffield's type.
11145 * gdb.compile/compile.exp
11146 (compile code struct_object.selffield = &struct_object): Skip further
11147 struct_object tests if this one xfails.
11148
11149 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11150
11151 PR exp/18617
11152 * gdb.trace/ax.exp: Add test.
11153
11154 2015-07-07 Yao Qi <yao.qi@linaro.org>
11155
11156 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11157 instead of istarget "aarch64*-*-*".
11158 * gdb.arch/aarch64-fp.exp: Likewise.
11159 * gdb.base/float.exp: Likewise.
11160 * gdb.reverse/aarch64.exp: Likewise.
11161 * lib/gdb.exp (is_aarch64_target): New proc.
11162
11163 2015-07-07 Yao Qi <yao.qi@linaro.org>
11164
11165 * lib/gdb.exp (is_aarch32_target): New proc.
11166 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11167 instead of "istarget "arm*-*-*"".
11168 * gdb.arch/arm-disp-step.exp: Likewise.
11169 * gdb.arch/thumb-bx-pc.exp: Likewise.
11170 * gdb.arch/thumb-prologue.exp: Likewise.
11171 * gdb.arch/thumb-singlestep.exp: Likewise.
11172 * gdb.base/disp-step-syscall.exp: Likewise.
11173 * gdb.base/float.exp: Likewise.
11174
11175 2015-07-07 Yao Qi <yao.qi@linaro.org>
11176
11177 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11178 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11179
11180 2015-07-07 Yao Qi <yao.qi@linaro.org>
11181
11182 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11183 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11184 if it exists.
11185 * gdb.multi/multi-arch.exp: Likewise.
11186
11187 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11188
11189 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11190 print.
11191
11192 2015-07-07 Yao Qi <yao.qi@linaro.org>
11193
11194 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11195
11196 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11197
11198 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11199 '[' and ']' characters.
11200
11201 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11202
11203 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11204
11205 2015-06-29 Pedro Alves <palves@redhat.com>
11206
11207 PR threads/18127
11208 * gdb.threads/hand-call-new-thread.c: New file.
11209 * gdb.threads/hand-call-new-thread.c: New file.
11210
11211 2015-06-26 Keith Seitz <keiths@redhat.com>
11212 Doug Evans <dje@google.com>
11213
11214 PR 16253
11215 * gdb.cp/var-tag-2.cc: New file.
11216 * gdb.cp/var-tag-3.cc: New file.
11217 * gdb.cp/var-tag-4.cc: New file.
11218 * gdb.cp/var-tag.cc: New file.
11219 * gdb.cp/var-tag.exp: New file.
11220
11221 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11222
11223 * gdb.base/history-duplicates.exp: New test.
11224
11225 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11226
11227 * gdb.base/completion.exp: Test the completion of the "focus"
11228 command.
11229
11230 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11231
11232 * gdb.arch/amd64-prologue-skip.S: New file.
11233 * gdb.arch/amd64-prologue-skip.exp: New file.
11234
11235 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11236
11237 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11238 is_address_zero_readable check.
11239
11240 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11241
11242 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11243 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11244
11245 2015-06-24 Yao Qi <yao.qi@linaro.org>
11246
11247 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11248 linux targets.
11249
11250 2015-06-24 Yao Qi <yao.qi@linaro.org>
11251
11252 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11253 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11254 * gdb.base/siginfo-thread.exp: Likewise.
11255
11256 2015-06-22 Yao Qi <yao.qi@linaro.org>
11257
11258 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11259
11260 2015-06-22 Yao Qi <yao.qi@linaro.org>
11261
11262 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11263 aarch64*-*-*.
11264 (skip_hw_watchpoint_tests): Likewise.
11265
11266 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11267
11268 * gdb.base/gdbinit-history.exp: Test the interaction between
11269 setting GDBHISTSIZE and setting the history size via .gdbinit.
11270
11271 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11272
11273 PR gdb/16999
11274 * gdb.base/gdbhistsize-history.exp: New test.
11275
11276 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11277
11278 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11279 with GDBHISTSIZE.
11280 * gdb.base/readline.exp: Likewise.
11281
11282 2015-06-17 Yao Qi <yao.qi@linaro.org>
11283
11284 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11285 line.
11286
11287 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11288
11289 * gdb.base/gdbinit-history.exp: Add test case to check that
11290 an unlimited history file does not get truncated on exit.
11291
11292 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11293
11294 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11295 (VECTOR): New macro. Use it...
11296 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11297 ...for these typedefs.
11298 (int8, char1, int1, double1): New typedefs.
11299 (struct just_int2, struct two_int2): New structures.
11300 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11301 (add_structvecs, add_singlevecs): New functions.
11302 (main): Call add_some_intvecs twice.
11303 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11304 the compile and exit upon failure. Try compiling for the "native"
11305 architecture. Test inferior function calls with vector arguments
11306 and vector return value handling with "finish" and "return".
11307
11308 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11309
11310 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11311 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11312 PE file.
11313 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11314
11315 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11316
11317 PR breakpoints/16465
11318 * gdb.mi/mi-dprintf-pending.c: New file.
11319 * gdb.mi/mi-dprintf-pending.exp: New test.
11320 * gdb.mi/mi-dprintf-pendshr.c: New file.
11321
11322 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11323 Mircea Gherzan <mircea.gherzan@intel.com>
11324
11325 * gdb.arch/i386-mpx-map.c: New file.
11326 * gdb.arch/i386-mpx-map.exp: New File.
11327
11328 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11329
11330 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11331 * gdb.arch/i386-mpx.exp: Indentation fixed.
11332
11333 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11334
11335 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11336 function and improved indentation.
11337 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11338 gdb_test_multiple. Added additional tests to skip the test.
11339
11340 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11341
11342 * gdb.arch/i386-avx512.c: Change path in include file.
11343 * gdb.arch/i386-avx512.exp: Change include dir path
11344 compilation flag.
11345 * gdb.arch/i386-mpx.c: Change path in include file.
11346 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11347 flag.
11348
11349 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 * gdb.compile/compile-print.exp (compile print *vararray@3)
11352 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11353
11354 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11357 (do not keep jit in memory): ... this.
11358 (expect 5): Change it to ...
11359 (expect no 5): ... this.
11360
11361 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11362
11363 PR gdb/15564
11364 * gdb.mi/mi-detach.exp: New file.
11365
11366 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11367
11368 PR symtab/18392
11369 * gdb.arch/amd64-tailcall-self.S: New file.
11370 * gdb.arch/amd64-tailcall-self.c: New file.
11371 * gdb.arch/amd64-tailcall-self.exp: New file.
11372
11373 2015-05-28 Don Breazeal <donb@codesourcery.com>
11374
11375 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11376 tests for remote targets by checking is_target_gdbserver.
11377
11378 2015-05-27 Doug Evans <dje@google.com>
11379
11380 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11381 * gdb.dwarf2/opaque-type-lookup.c: New file.
11382 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11383
11384 2015-05-26 Doug Evans <dje@google.com>
11385
11386 * gdb.cp/iostream.cc: New file.
11387 * gdb.cp/iostream.exp: New file.
11388
11389 2015-05-26 Doug Evans <dje@google.com>
11390
11391 * gdb.dwarf2/dw2-op-call.exp: Update.
11392 * gdb.dwarf2/dw4-sig-types.exp: Update.
11393 * gdb.dwarf2/implptr.exp: Update.
11394 * gdb.mi/mi-cmd-param-changed.exp: Update.
11395
11396 2015-05-26 Doug Evans <dje@google.com>
11397
11398 * gdb.python/py-lazy-string.c: New file.
11399 * gdb.python/py-lazy-string.exp: New file.
11400 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11401 (main): Update. Add estring3.
11402 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11403 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11404
11405 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11406 Yao Qi <yao.qi@linaro.org>
11407
11408 * gdb.reverse/aarch64.c: New.
11409 * gdb.reverse/aarch64.exp: New.
11410
11411 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11412
11413 * lib/gdb.exp (supports_process_record): Return true for
11414 aarch64*-linux*.
11415 (supports_reverse): Likewise.
11416
11417 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11418
11419 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11420 Use with_test_prefix.
11421
11422 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11423
11424 * gdb.base/completion.exp: Add test for completion of layout
11425 names.
11426
11427 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11428
11429 * lib/gdb.exp (skip_tui_tests): New proc.
11430 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11431
11432 2015-05-19 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11435 Save the whole env array instead of just HOME. Unset HISTSIZE in
11436 the environment while testing. Restore whole environment
11437 afterwards.
11438
11439 2015-05-16 Doug Evans <xdje42@gmail.com>
11440
11441 * gdb.guile/scm-ports.c: New file.
11442 * gdb.guile/scm-ports.exp: Add memory port tests.
11443
11444 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11445
11446 * gdb.compile/compile-print.c: New file.
11447 * gdb.compile/compile-print.exp: New file.
11448
11449 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.compile/compile-ops.exp: Cast param to void.
11452 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11453 (compile code struct_object.selffield = &struct_object): Add xfail.
11454
11455 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11456
11457 * gdb.ada/arr_enum_with_gap: New testcase.
11458
11459 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11460
11461 * gdb.ada/byte_packed_arr: New testcase.
11462
11463 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11464
11465 * gdb.ada/pckd_neg: New testcase.
11466
11467 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11468
11469 PR gdb/17820
11470 * gdb.base/gdbinit-history.exp: New test.
11471 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11472 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11473
11474 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11475
11476 * gdb.python/py-xmethods.cc: Enhance test case.
11477 * gdb.python/py-xmethods.exp: New tests.
11478 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11479 function.
11480 (B_indexoper): Likewise.
11481 (global_dm_list) : Add new xmethod worker functions.
11482
11483 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11484
11485 * gdb.base/coredump-filter.exp: Correctly unset
11486 "coredump_var_addr" array.
11487
11488 2015-05-08 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.server/non-existing-program.exp: Unset spawn_id.
11491
11492 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11493
11494 PR python/18291
11495 * gdb.python/py-xmethods.exp: Add tests.
11496
11497 2015-05-08 Yao Qi <yao.qi@linaro.org>
11498
11499 PR gdb/18208
11500 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11501 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11502 function set_coredump_filter, and remove remote_exec call.
11503 Remove argument ipid. Callers update.
11504 (top level): Don't get inferior's PID.
11505
11506 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11507
11508 * gdb.base/watch_thread_num.exp: Skip test on targets without
11509 access watchpoints.
11510
11511 2015-05-06 Pedro Alves <palves@redhat.com>
11512
11513 PR server/18081
11514 * gdb.server/non-existing-program.exp: New file.
11515
11516 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11517
11518 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11519
11520 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11521
11522 * gdb.ada/out_of_line_in_inlined: New testcase.
11523
11524 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11525
11526 * gdb.ada/var_rec_arr: New testcase.
11527
11528 2015-04-30 Yao Qi <yao.qi@linaro.org>
11529
11530 * gdb.base/break-idempotent.exp: If
11531 skip_hw_watchpoint_multi_tests returns true, skip the tests
11532 on "rwatch" and "awatch".
11533
11534 2015-04-30 Yao Qi <yao.qi@linaro.org>
11535
11536 * gdb.base/relativedebug.exp: Invoke gdb command
11537 "info sharedlibrary", and if libc.so doesn't have debug info,
11538 skip the test.
11539
11540 2015-04-29 Doug Evans <dje@google.com>
11541
11542 * gdb.python/py-xmethods.exp: Add ptype tests.
11543 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11544 get_result_type method.
11545
11546 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11547
11548 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11549 the target does not support hardware watchpoints.
11550
11551 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11552
11553 * gdb.base/break-always.exp: Abort testing if writing to memory
11554 causes an error.
11555
11556 2015-04-28 Doug Evans <dje@google.com>
11557
11558 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11559 * gdb.python/py-pp-registration.exp: ... here. New file.
11560 * gdb.python/py-pp-registration.c: New file.
11561 * gdb.python/py-pp-registration.py: New file.
11562
11563 2015-04-28 Doug Evans <dje@google.com>
11564
11565 * gdb.python/py-bad-printers.c: New file.
11566 * gdb.python/py-bad-printers.py: New file.
11567 * gdb.python/py-bad-printers.exp: New file.
11568
11569 2015-04-28 Sasha Smundak <asmundak@google.com>
11570
11571 * gdb.python/py-type.exp: New test.
11572
11573 2015-04-28 Andy Wingo <wingo@igalia.com>
11574
11575 * gdb.python/py-parameter.exp:
11576 * gdb.guile/scm-parameter.exp: Escape the path that we are
11577 matching against, as it might contain characters that are special
11578 to regular expressions.
11579
11580 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11581
11582 * gdb.ada/rec_comp: New testcase.
11583
11584 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11585
11586 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11587 before using it.
11588
11589 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11590
11591 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11592 new tests for verilog output.
11593
11594 2015-04-24 Yao Qi <yao.qi@linaro.org>
11595
11596 * boards/remote-gdbserver-on-localhost.exp: New file.
11597
11598 2015-04-23 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11601 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11602 "end of file", remove $inferior_spawn_id from the indirect list.
11603
11604 2015-04-23 Pedro Alves <palves@redhat.com>
11605
11606 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11607
11608 2015-04-23 Pedro Alves <palves@redhat.com>
11609
11610 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11611 on $any_spawn_id instead of only on $gdb_spawn_id.
11612
11613 2015-04-21 Pierre Muller <muller@sourceware.org>
11614
11615 PR pascal/17815
11616 * lib/pascal.exp (gpc_compile): Add new option "class".
11617 (fpc_compile): Likewise.
11618 * gdb.pascal/case-insensitive-symbols.pas: New file.
11619 * gdb.pascal/case-insensitive-symbols.exp: New file.
11620
11621 2015-04-20 Gary Benson <gbenson@redhat.com>
11622
11623 * gdb.base/attach.exp: Fix three extended remote failures.
11624
11625 2015-04-17 Gary Benson <gbenson@redhat.com>
11626
11627 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11628 the main executable over the remote protocol.
11629
11630 2015-04-16 Pedro Alves <palves@redhat.com>
11631
11632 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11633 a new gdbserver if gdbserver_reconnect_p is set.
11634
11635 2015-04-16 Pedro Alves <palves@redhat.com>
11636
11637 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11638 is set, don't exit gdbserver.
11639
11640 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11641
11642 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11643 appropriate .insn, such that an older assembler can be used.
11644 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11645 the z/Architecture instruction set on 31-bit targets as well.
11646
11647 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11648
11649 * gdb.go/handcall.exp: Remove all logic related to the first
11650 breakpoint and rely on go_runto_main instead.
11651 * gdb.go/strings.exp: Likewise.
11652 * gdb.go/unsafe.exp: Likewise.
11653 * gdb.go/hello.exp: Likewise. Also rename the remaining
11654 breakpoint marker to "breakpoint 1".
11655 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11656 * gdb.go/strings.go: Likewise.
11657 * gdb.go/unsafe.go: Likewise.
11658 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11659 "set breakpoint 2 here" and rename the remaining breakpoint marker
11660 to "breakpoint 1".
11661
11662 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11663
11664 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11665 if itertools.imap is not present.
11666 * gdb.python/py-objfile.exp: Add parentheses.
11667 * gdb.python/py-type.exp: Same.
11668 * gdb.python/py-unwind-maint.py: Same.
11669
11670 2015-04-15 Yao Qi <yao.qi@linaro.org>
11671
11672 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11673 of ":$ptr_size" and set its form explicitly.
11674
11675 2015-04-15 Pedro Alves <palves@redhat.com>
11676 Yao Qi <yao.qi@linaro.org>
11677
11678 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11679 timeout by factor of 4.
11680 (test_regular_watch): Likewise.
11681 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11682 * gdb.reverse/sigall-reverse.exp: Likewise.
11683 * gdb.reverse/until-precsave.exp: Likewise.
11684 * lib/gdb.exp (with_timeout_factor): New proc.
11685 (gdb_expect): Move some code to ...
11686 (get_largest_timeout): ... here. New procedure.
11687
11688 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11689
11690 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11691
11692 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11693
11694 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11695 to write to the .text section.
11696
11697 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11698
11699 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11700 Handle the case of targets that do not provide PID information.
11701
11702 2015-04-13 Yao Qi <yao.qi@linaro.org>
11703
11704 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11705 and use expect instead of gdb_expect.
11706
11707 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11708
11709 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11710 "coredump_var_addr" to avoid naming conflict with other testcases.
11711
11712 2015-04-10 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11715 gdb_test_sequence and gdb_assert.
11716
11717 2015-04-10 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11720 test messages that don't include the breakpoint address.
11721
11722 2015-04-10 Yao Qi <yao.qi@linaro.org>
11723
11724 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11725 false for some offset and width combinations which aren't
11726 supported by linux kernel.
11727
11728 2015-04-10 Pedro Alves <palves@redhat.com>
11729
11730 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11731 procedure, factored out from ...
11732 (top level): ... here. Add "set displaced-stepping" testing axis.
11733 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11734 parameter "displaced". Use it.
11735 (top level): Use foreach and add "set displaced-stepping" testing
11736 axis.
11737
11738 2015-04-10 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11741 Remove comment.
11742 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11743 both the address of the instruction that triggers the watchpoint
11744 and the address of the instruction immediately after, and use
11745 those addresses for the test. Fix comment.
11746
11747 2015-04-10 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.base/sigstep.exp (breakpoint_to_handler)
11750 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11751 Test "backtrace" in handler.
11752 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11753 (top level): Add new "displaced" test axis to
11754 breakpoint_to_handler, breakpoint_to_handler_entry and
11755 breakpoint_over_handler.
11756
11757 2015-04-10 Pedro Alves <palves@redhat.com>
11758
11759 PR gdb/18216
11760 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11761
11762 2015-04-10 Yao Qi <yao.qi@linaro.org>
11763
11764 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11765 (test_add_rn_pc): New function.
11766 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11767 (top level): Invoke test_add_rn_pc.
11768
11769 2015-04-10 Pedro Alves <palves@redhat.com>
11770
11771 PR gdb/13858
11772 * gdb.base/step-over-no-symbols.exp: New file.
11773
11774 2015-04-09 Andy Wingo <wingo@igalia.com>
11775
11776 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11777 after the Python tests.
11778
11779 2015-04-08 Keith Seitz <keiths@redhat.com>
11780
11781 PR python/16699
11782 * gdb.python/py-completion.exp: New tests for completion.
11783 * gdb.python/py-completion.py (CompleteLimit1): New class.
11784 (CompleteLimit2): Likewise.
11785 (CompleteLimit3): Likewise.
11786 (CompleteLimit4): Likewise.
11787 (CompleteLimit5): Likewise.
11788 (CompleteLimit6): Likewise.
11789 (CompleteLimit7): Likewise.
11790
11791 2015-04-08 Pedro Alves <palves@redhat.com>
11792
11793 PR gdb/18214
11794 PR gdb/18216
11795 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11796 function.
11797 (main): Install it as SIGUSR1 handler.
11798 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11799 parameter. Always use "setup" as prefix. Toggle "set
11800 displaced-stepping" off/on depending on global. Don't switch to
11801 thread 1 here.
11802 (top level): Add displaced stepping "off/on" test axis. Update
11803 "setup" calls. Wrap each subtest with with_test_prefix. Test
11804 continuing with a queued signal in each thread.
11805
11806 2015-04-08 Pedro Alves <palves@redhat.com>
11807
11808 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11809 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11810 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11811 Return early if running to main fails.
11812 * gdb.trace/while-stepping.exp: Likewise.
11813
11814 2015-04-07 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11817 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11818 interact with inferior program.
11819
11820 2015-04-07 Pedro Alves <palves@redhat.com>
11821
11822 * lib/gdb.exp (inferior_spawn_id): New global.
11823 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11824 spawn id after processing the user code.
11825 (default_gdb_start): Set inferior_spawn_id.
11826 (send_inferior): New procedure.
11827 * lib/gdbserver-support.exp (gdbserver_start): Set
11828 inferior_spawn_id.
11829 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11830
11831 2015-04-07 Pedro Alves <palves@redhat.com>
11832
11833 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11834 * lib/gdbserver-support.exp (gdbserver_start): Make
11835 $server_spawn_id global.
11836 (gdbserver_start): Don't wait for gdbserver's spawn id with
11837 expect_background.
11838 (close_gdbserver): New procedure.
11839 (gdb_exit): Rename the default version and reimplement.
11840
11841 2015-04-07 Pedro Alves <palves@redhat.com>
11842
11843 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11844 append the substituted item, not the original item.
11845
11846 2015-04-07 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11849 gdb_expect.
11850
11851 2015-04-07 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11854 output appearing once only.
11855
11856 2015-04-07 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11859 that doesn't expect anything. Return early if running to main
11860 fails.
11861
11862 2015-04-07 Yao Qi <yao.qi@linaro.org>
11863
11864 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11865 (child_function): Call alarm.
11866 (main): Move call to alarm into the loop.
11867 * gdb.threads/non-stop-fair-events.exp: Build program with
11868 -DTIMEOUT=$timeout.
11869
11870 2015-04-06 Doug Evans <xdje42@gmail.com>
11871
11872 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11873 Fix dest parameter to board_info.
11874 (fpc_compile): Ditto.
11875 (gdb_compile_pascal): Rename dest arg to destfile.
11876
11877 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11878
11879 * gdb.ada/funcall_ref.exp: New file.
11880 * gdb.ada/funcall_ref/foo.adb: New file.
11881
11882 2015-04-02 Yao Qi <yao.qi@linaro.org>
11883
11884 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11885 is remote.
11886
11887 2015-04-02 Gary Benson <gbenson@redhat.com>
11888
11889 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11890
11891 2015-04-01 Sasha Smundak <asmundak@google.com>
11892
11893 * gdb.python/py-unwind-maint.c: New file.
11894 * gdb.python/py-unwind-maint.exp: New test.
11895 * gdb.python/py-unwind-maint.py: New file.
11896 * gdb.python/py-unwind.c: New file.
11897 * gdb.python/py-unwind.exp: New test.
11898 * gdb.python/py-unwind.py: New test.
11899
11900 2015-04-01 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11903 to fail instead of non-existent $test.
11904
11905 2015-04-01 Pedro Alves <palves@redhat.com>
11906
11907 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11908 GDBFLAGS if not empty.
11909
11910 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11911
11912 * gdb.ada/complete.exp: Remove "multi_line".
11913 * gdb.ada/info_exc.exp: Remove "multi_line".
11914 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11915 * gdb.ada/ptype_field.exp: Remove "multi_line".
11916 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11917 * gdb.ada/tagged.exp: Remove "multi_line".
11918 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11919 [multi_line ...]
11920 * gdb.btrace/delta.exp: Likewise.
11921 * gdb.btrace/exception.exp: Likewise.
11922 * gdb.btrace/function_call_history.exp: Likewise.
11923 * gdb.btrace/instruction_history.exp: Likewise.
11924 * gdb.btrace/nohist.exp: Likewise.
11925 * gdb.btrace/record_goto.exp: Likewise.
11926 * gdb.btrace/segv.exp: Likewise.
11927 * gdb.btrace/stepi.exp: Likewise.
11928 * gdb.btrace/tailcall.exp: Likewise.
11929 * gdb.btrace/unknown_functions.exp: Likewise.
11930 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11931 * lib/gdb.exp: Add the "multi_line" helper.
11932
11933 2015-04-01 Pedro Alves <palves@redhat.com>
11934
11935 * gdb.threads/tid-reuse.c: New file.
11936 * gdb.threads/tid-reuse.exp: New file.
11937
11938 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11939
11940 PR corefiles/16092
11941 * gdb.base/coredump-filter.c: New file.
11942 * gdb.base/coredump-filter.exp: Likewise.
11943
11944 2015-03-27 Petr Machata <pmachata@redhat.com>
11945
11946 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11947 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11948 (Dwarf::assemble): Initialize them.
11949 (Dwarf::lines): New function.
11950
11951 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11952
11953 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11954 SYMBOL_PREFIX for x86_64-*-cygwin.
11955
11956 2015-03-26 Andy Wingo <wingo@igalia.com>
11957
11958 PR symtab/18148
11959 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11960 const_value but not a location.
11961 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11962 location defined in non-main CUs are visible.
11963
11964 2015-03-26 Yao Qi <yao.qi@linaro.org>
11965
11966 PR testsuite/18139
11967 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11968 Add a line number entry for the same line.
11969 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11970 Add a line number entry for the same line.
11971
11972 2015-03-26 Yao Qi <yao.qi@linaro.org>
11973
11974 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11975 .int 0.
11976 (func): Likewise. Add .Lfunc_1 label.
11977 Use .Lfunc_1 label.
11978 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11979 .int 0.
11980 (func): Likewise.
11981 Use .Lfunc_1 label.
11982
11983 2015-03-26 Yao Qi <yao.qi@linaro.org>
11984
11985 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11986 Call gdb_compile instead to compile each .s files without debug
11987 information.
11988
11989 2015-03-26 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.base/savedregs.exp (process_saved_regs): Make
11992 "Saved registers:" optional in the pattern.
11993
11994 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11995
11996 * gdb.btrace/next.exp: Merged into step.exp.
11997 * gdb.btrace/finish.exp: Merged into step.exp.
11998 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11999 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12000 "record goto" and checking the exact replay position.
12001 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12002 check for "Recording format" in "info record" output.
12003 * gdb.btrace/record_goto.exp: Choose test file based on target.
12004 * gdb.btrace/x86-record_goto.S: Renamed into ...
12005 * gdb.btrace/x86_64-record_goto.S: ... this.
12006 * gdb.btrace/i686-record_goto.S: New.
12007 * gdb.btrace/x86-tailcall.S: Renamed into ...
12008 * gdb.btrace/x86_64-tailcall.S: ... this.
12009 * gdb.btrace/i686-tailcall.S: New.
12010 * gdb.btrace/x86-tailcall.c: Renamed into ...
12011 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12012 separate statements. Update test.
12013 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12014 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12015 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12016 * gdb.btrace/tailcall.exp: Choose test file based on target.
12017 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12018
12019 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12020
12021 * gdb.btrace/exception.exp: Increase BTS buffer size.
12022
12023 2015-03-24 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12026
12027 2015-03-24 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.threads/schedlock.exp (test_step): No longer expect that
12030 "set scheduler-locking step" with "next" over a function call runs
12031 threads unlocked.
12032
12033 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12034
12035 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12036
12037 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12038
12039 PR breakpoints/16466
12040 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12041 * gdb.mi/mi-pending.c (thread_func): New function.
12042 (int main): Add threading support required.
12043 * gdb.mi/mi-pending.exp: Add tests for this issue.
12044 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12045 (pendfunc2): Remove stdio dependency.
12046 * gdb.mi/mi-pendshr2.c: New file.
12047
12048 2015-03-23 Keith Seitz <keiths@redhat.com>
12049
12050 * gdb.linespec/keywords.c: New file.
12051 * gdb.linespec/keywords.exp: New file.
12052
12053 2015-03-23 Keith Seitz <keiths@redhat.com>
12054
12055 PR gdb/18021
12056 * gdb.dwarf2/staticvirtual.exp: New test.
12057
12058 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12061 * README: Remove HP-UX and gdb.hp.
12062 (configuration):
12063 * configure: Regenerate.
12064 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12065 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12066 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12067 gdb.hp/gdb.defects/Makefile.
12068 * gdb.hp/Makefile.in: File deleted.
12069 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12070 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12071 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12072 * gdb.hp/gdb.aCC/run.c: File deleted.
12073 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12074 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12075 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12076 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12077 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12078 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12079 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12080 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12081 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12082 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12083 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12084 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12085 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12086 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12087 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12088 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12089 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12090 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12091 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12092 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12093 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12094 * gdb.hp/gdb.compat/average.c: File deleted.
12095 * gdb.hp/gdb.compat/sum.c: File deleted.
12096 * gdb.hp/gdb.compat/xdb.c: File deleted.
12097 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12098 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12099 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12100 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12101 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12102 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12103 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12104 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12105 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12106 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12107 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12108 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12109 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12110 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12111 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12112 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12113 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12114 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12115 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12116 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12117 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12118 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12119 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12120 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12121 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12122 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12123 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12124 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12125 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12126 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12127 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12128 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12129 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12130 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12131 * gdb.hp/tools/odump: File deleted.
12132
12133 2015-03-19 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12136 (saw_thread_3): New globals.
12137 (top level): Increment them when an event for the corresponding
12138 thread is seen.
12139 (no thread starvation): New test.
12140
12141 2015-03-19 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.threads/continue-pending-status.c: New file.
12144 * gdb.threads/continue-pending-status.exp: New file.
12145
12146 2015-03-18 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12149 Use gdb_is_target_remote instead of is_remote. Use
12150 gdb_test_multiple instead of gdb_expect. Exit early if
12151 gdb_test_multiple hits its internal matches. Tighten stepi tests
12152 expected output. Fail on exit with any signal, instead of just
12153 SIGILL.
12154
12155 2015-03-18 Yao Qi <yao.qi@linaro.org>
12156
12157 PR tdep/18107
12158 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12159 variable.
12160 * gdb.base/catch-syscall.exp: Don't skip it on
12161 aarch64*-*-linux* target. Remove elements in all_syscalls.
12162 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12163 target.
12164 (setup_all_syscalls): New proc.
12165
12166 2015-03-16 Yao Qi <yao.qi@linaro.org>
12167
12168 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12169 (top level): Skip tests if valid_addr_p returns false for
12170 $cmd1 or $cmd2.
12171
12172 2015-03-11 Andy Wingo <wingo@igalia.com>
12173
12174 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12175
12176 2015-03-11 Yao Qi <yao.qi@linaro.org>
12177
12178 * gdb.base/catch-syscall.exp: Fix typo in comments.
12179
12180 2015-03-11 Yao Qi <yao.qi@linaro.org>
12181
12182 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12183
12184 2015-03-09 Pedro Alves <palves@redhat.com>
12185
12186 * dg-extract-results.py: Delete.
12187
12188 2015-03-09 Pedro Alves <palves@redhat.com>
12189
12190 Merge dg-extract-results.sh from GCC upstream (r218843).
12191
12192 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12193 * dg-extract-results.sh: Use --text with grep to avoid issues with
12194 binary files. Fall back to cat -v, if that doesn't work.
12195
12196 2015-03-05 Pedro Alves <palves@redhat.com>
12197
12198 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12199
12200 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12201
12202 * lib/mi-support.exp (mi_expect_interrupt): Accept
12203 alternative event for when in all-stop mode.
12204
12205 2015-03-04 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12208
12209 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12210
12211 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12212
12213 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12214
12215 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12216 regexps for GDB's current line display, accept a hex address
12217 preceding the line number.
12218
12219 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12220
12221 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12222 the 'arch1' variable for "s390*-linux*" targets.
12223
12224 2015-03-04 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12227 (main): Pass missing retval argument to pthread_join call.
12228
12229 2015-03-02 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12232 (top level): Call do_test with non-stop as well.
12233
12234 2015-03-02 Pedro Alves <palves@redhat.com>
12235
12236 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12237 -1.
12238
12239 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12240
12241 * gdb.arch/s390-vregs.exp: New test.
12242 * gdb.arch/s390-vregs.S: New file.
12243
12244 2015-02-27 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12247 call to catch_command_errors.
12248 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12249 catch_command_errors.
12250
12251 2015-02-27 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12254 "true" for boolean result.
12255 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12256 prototype of main.
12257
12258 2015-02-27 Pedro Alves <palves@redhat.com>
12259
12260 * lib/unbuffer_output.c: New file.
12261 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12262 (main): Call gdb_unbuffer_output.
12263
12264 2015-02-27 Yao Qi <yao.qi@linaro.org>
12265
12266 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12267 target.
12268
12269 2015-02-26 Doug Evans <dje@google.com>
12270
12271 * gdb.cp/class2.cc (Dbase, D): New classes.
12272 (main): New local delta.
12273 * gdb.cp/class2.exp: Test printing delta.
12274 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12275 (dynbar): New global.
12276 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12277
12278 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * gdb.compile/compile-ifunc.c: New file.
12281 * gdb.compile/compile-ifunc.exp: New file.
12282
12283 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12284
12285 * gdb.base/structs.exp: Check for correct struct on finish.
12286
12287 2015-02-26 Yao Qi <yao.qi@linaro.org>
12288
12289 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12290 is zero.
12291
12292 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12293
12294 * gdb.arch/cordic.ko.bz2: New file.
12295 * gdb.arch/cordic.ko.debug.bz2: New file.
12296 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12297
12298 2015-02-25 Yao Qi <yao.qi@linaro.org>
12299
12300 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12301 aarch64*-*-* target.
12302
12303 2015-02-23 Pedro Alves <palves@redhat.com>
12304
12305 * lib/gdb.exp (delete_breakpoints): Rewrite using
12306 gdb_test_multiple.
12307
12308 2015-02-23 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.base/info-os.c: Include stdlib.h.
12311
12312 2015-02-22 Doug Evans <xdje42@gmail.com>
12313
12314 PR symtab/17855
12315 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12316 is read after symbols have been re-read.
12317 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12318 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12319
12320 2015-02-21 Doug Evans <dje@google.com>
12321
12322 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12323
12324 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12325
12326 PR corefiles/17808
12327 * gdb.arch/i386-biarch-core.core.bz2: New file.
12328 * gdb.arch/i386-biarch-core.exp: New file.
12329
12330 2015-02-21 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12333 runto_main fails.
12334
12335 2015-02-20 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12338 info probes.
12339
12340 2015-02-20 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12343
12344 2015-02-20 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12347 clean_restart before gdb_target_supports_trace.
12348
12349 2015-02-20 Pedro Alves <palves@redhat.com>
12350
12351 PR threads/18006
12352 * gdb.threads/clone-thread_db.c: New file.
12353 * gdb.threads/clone-thread_db.exp: New file.
12354
12355 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12356
12357 PR breakpoints/16812
12358 * gdb.base/catch-gdb-caused-signals.c: New file.
12359 * gdb.base/catch-gdb-caused-signals.exp: New file.
12360
12361 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12362
12363 * configure: Regenerated.
12364 * configure.ac: Use GDB_AC_TRANSFORM.
12365 * aclocal.m4: sinclude ../transform.m4.
12366
12367 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12368
12369 * lib/dtrace.exp: New file.
12370 * gdb.base/dtrace-probe.exp: Likewise.
12371 * gdb.base/dtrace-probe.d: Likewise.
12372 * gdb.base/dtrace-probe.c: Likewise.
12373 * lib/pdtrace.in: Likewise.
12374 * configure.ac: Output variables with the transformed names of
12375 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12376 * configure: Regenerated.
12377
12378 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12379
12380 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12381 expected message when trying to access $_probe_* convenience
12382 variables while not on a probe.
12383
12384 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12385
12386 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12387
12388 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12389
12390 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12391 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12392
12393 2015-02-10 Doug Evans <xdje42@gmail.com>
12394
12395 * lib/gdb.exp (gdb_load): Always return a result.
12396
12397 2015-02-10 Pedro Alves <palves@redhat.com>
12398
12399 * gdb.threads/signal-sigtrap.c: New file.
12400 * gdb.threads/signal-sigtrap.exp: New file.
12401
12402 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12403
12404 * gdb.trace/no-attach-trace.c: New file.
12405 * gdb.trace/no-attach-trace.exp: New file.
12406
12407 2015-02-09 Mark Wielaard <mjw@redhat.com>
12408
12409 * gdb.dwarf2/atomic.c: New file.
12410 * gdb.dwarf2/atomic-type.exp: Likewise.
12411
12412 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12413
12414 * gdb.btrace/buffer-size.exp: Update "info record" output.
12415 * gdb.btrace/delta.exp: Update "info record" output.
12416 * gdb.btrace/enable.exp: Update "info record" output.
12417 * gdb.btrace/finish.exp: Update "info record" output.
12418 * gdb.btrace/instruction_history.exp: Update "info record" output.
12419 * gdb.btrace/next.exp: Update "info record" output.
12420 * gdb.btrace/nexti.exp: Update "info record" output.
12421 * gdb.btrace/step.exp: Update "info record" output.
12422 * gdb.btrace/stepi.exp: Update "info record" output.
12423 * gdb.btrace/nohist.exp: Update "info record" output.
12424
12425 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12426
12427 * gdb.btrace/buffer-size: New.
12428
12429 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12430
12431 * gdb.btrace/delta.exp: Update "info record" output.
12432 * gdb.btrace/enable.exp: Update "info record" output.
12433 * gdb.btrace/finish.exp: Update "info record" output.
12434 * gdb.btrace/instruction_history.exp: Update "info record" output.
12435 * gdb.btrace/next.exp: Update "info record" output.
12436 * gdb.btrace/nexti.exp: Update "info record" output.
12437 * gdb.btrace/step.exp: Update "info record" output.
12438 * gdb.btrace/stepi.exp: Update "info record" output.
12439 * gdb.btrace/nohist.exp: Update "info record" output.
12440
12441 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12442
12443 PR gdb/15678
12444 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12445
12446 2015-02-06 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12449 macro.
12450 (seconds_left, again): New globals.
12451 (main): Wait seconds_left in a 1-second sleep loop instead of
12452 sleeping 180 seconds. If 'again' is set, reset the seconds
12453 counter.
12454 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12455 'again' in the inferior before detaching. Print the seconds left.
12456 (options): New global.
12457 (top level): Build program with -DTIMEOUT=$timeout.
12458
12459 2015-02-06 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12462 determine how many seconds to pass to 'alarm'.
12463 * gdb.base/gdb-sigterm.exp (top level): Build program with
12464 -DTIMEOUT=$timeout.
12465 (do_test): Return success/failure indication. Add more verbose
12466 logging. Don't fail if 200 single steps are seen. Instead, fail
12467 when the test times out.
12468 (passes): New global.
12469 (top level): Break the testing loop if testing fails on any
12470 iteration. Use gdb_assert.
12471
12472 2015-02-04 Don Breazeal <donb@codesourcery.com>
12473
12474 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12475 and initialize them.
12476 (ipc_cleanup): New function.
12477 (main): Don't declare shmid, semid, and msqid. Add a call to
12478 atexit so that we call ipc_cleanup on exit.
12479
12480 2015-02-04 Pedro Alves <palves@redhat.com>
12481
12482 * boards/native-extended-gdbserver.exp: Remove any target variant
12483 specifications from the board name before clearing the isremote
12484 flag from board_info.
12485
12486 2015-01-31 Doug Evans <xdje42@gmail.com>
12487
12488 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12489
12490 2015-01-31 Gary Benson <gbenson@redhat.com>
12491
12492 * gdb.base/completion.exp: Disable completion limiting for
12493 existing tests. Add new tests to check completion limiting.
12494 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12495
12496 2015-01-31 Doug Evans <xdje42@gmail.com>
12497
12498 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12499
12500 2015-01-31 Doug Evans <xdje42@gmail.com>
12501
12502 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12503 entries. Duplicate file section script entries.
12504 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12505 inlined entries. Add test for safe-path rejection.
12506 * gdb.python/py-section-script.c: Add duplicate inlined section script
12507 entries. Duplicate file section script entries.
12508 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12509 inlined entries. Add test for safe-path rejection.
12510
12511 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12512
12513 * gdb.ada/disc_arr_bound: New testcase.
12514
12515 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12516
12517 * gdb.ada/mi_var_array: New testcase.
12518
12519 2015-01-27 Doug Evans <dje@google.com>
12520
12521 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12522 Add test for objfile.filename, objfile.username after objfile
12523 has been unloaded.
12524
12525 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12526
12527 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12528 the second test to print the name attribute of value
12529 returned by the call to gdb.lookup_type, and adjust
12530 the expected output accordingly.
12531
12532 2015-01-25 Mark Wielaard <mjw@redhat.com>
12533
12534 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12535 * gdb.base/disp-step-fork.c: Include unistd.h.
12536 * gdb.base/siginfo-obj.c: Include stdio.h.
12537 * gdb.base/siginfo-thread.c: Likewise.
12538 * gdb.mi/non-stop.c: Include unistd.h.
12539 * gdb.mi/nsthrexec.c: Include stdio.h.
12540 * gdb.mi/pthreads.c: Include unistd.h.
12541 * gdb.modula2/unbounded1.c (main): Declare returns int.
12542 * gdb.reverse/consecutive-reverse.c: Likewise.
12543 * gdb.threads/create-fail.c: Include unistd.h.
12544 * gdb.threads/killed.c: Likewise.
12545 * gdb.threads/linux-dp.c: Likewise.
12546 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12547 * gdb.threads/non-ldr-exc-2.c: Likewise.
12548 * gdb.threads/non-ldr-exc-3.c: Likewise.
12549 * gdb.threads/non-ldr-exc-4.c: Likewise.
12550 * gdb.threads/pthreads.c: Include unistd.h.
12551 (main): Declare returns int.
12552 * gdb.threads/tls-main.c (foo): New declaration.
12553 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12554
12555 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12556
12557 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12558 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12559
12560 2015-01-15 Mark Wielaard <mjw@redhat.com>
12561
12562 * gdb.base/noreturn-return.c: New file.
12563 * gdb.base/noreturn-return.exp: New file.
12564 * gdb.base/noreturn-finish.c: New file.
12565 * gdb.base/noreturn-finish.exp: New file.
12566
12567 2015-01-23 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.threads/continue-pending-after-query.c: New file.
12570 * gdb.threads/continue-pending-after-query.exp: New file.
12571
12572 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12573 Simon Marchi <simon.marchi@ericsson.com>
12574
12575 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12576 * gdb.base/valgrind-db-attach.exp: Same.
12577 * gdb.base/valgrind-infcall.exp: Same.
12578 * lib/mi-support.exp (default_mi_gdb_start): Same.
12579 * lib/prompt.exp (default_prompt_gdb_start): Same.
12580 * lib/gdb.exp (default_gdb_spawn): Same.
12581 (gdb_interact): New.
12582
12583
12584 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12585
12586 * gdb.compile/compile.exp (pointer to jit function): New test.
12587
12588 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12589
12590 * lib/gdb.exp (supports_process_record): Return true for
12591 powerpc*-*-linux*.
12592 (supports_reverse): Likewise.
12593
12594 2015-01-15 Don Breazeal <donb@codesourcery.com>
12595
12596 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12597 instead of checking whether the target board is remote and
12598 use spawn_wait_for_attach instead of exec/sleep.
12599 * gdb.base/attach-twice.exp: Likewise.
12600
12601 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12602
12603 * gdb.ada/var_arr_attrs: New testcase.
12604
12605 2015-01-14 Pedro Alves <palves@redhat.com>
12606 Joel Brobecker <brobecker@adacore.com>
12607
12608 PR gdb/17525
12609 * gdb.base/bp-cmds-execution-x-script.c: New file.
12610 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12611 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12612
12613 2015-01-14 Pedro Alves <palves@redhat.com>
12614
12615 PR cli/17828
12616 * gdb.base/batch-preserve-term-settings.c: New file.
12617 * gdb.base/batch-preserve-term-settings.exp: New file.
12618
12619 2015-01-13 Doug Evans <dje@google.com>
12620
12621 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12622 binary.
12623
12624 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12625
12626 * Makefile.in (clean mostlyclean): Do not delete *.py.
12627
12628 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12629
12630 * gdb.python/py-lookup-type.exp: New file.
12631
12632 2015-01-12 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12635 restore GDBFLAGS before returning.
12636
12637 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12638
12639 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12640 is_amd64_regs_target and is_x86_like_target.
12641
12642 2015-01-11 Doug Evans <xdje42@gmail.com>
12643
12644 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12645 is given without an explicit form.
12646 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12647 attributes.
12648 * gdb.dwarf/corrupt.exp: Ditto.
12649 * gdb.dwarf2/enum-type.exp: Ditto.
12650 * gdb.trace/entry-values.exp: Ditto.
12651 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12652
12653 2015-01-11 Doug Evans <xdje42@gmail.com>
12654
12655 PR gdb/15830
12656 * gdb.base/maint.exp: Remove references to "maint demangle".
12657 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12658 Add tests for explicitly specifying language to demangle.
12659 * gdb.dlang/demangle.exp: Ditto.
12660
12661 2015-01-09 Pedro Alves <palves@redhat.com>
12662
12663 * gdb.threads/non-stop-fair-events.c: New file.
12664 * gdb.threads/non-stop-fair-events.exp: New file.
12665
12666 2015-01-09 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12669 the global scope. Set a breakpoint after all threads are started
12670 rather than stepping over two source lines. Expect the prompt.
12671 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12672 global.
12673 (NUM): Now 15.
12674 (main): Use threads_started_barrier to wait for all threads to
12675 start. Main thread no longer calls thread_function. Exit after
12676 180 seconds.
12677 (loop): New function.
12678 (thread_function): Wait on threads_started_barrier barrier. Call
12679 'loop' at each iteration.
12680 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12681 threads have started, instead of hardcoding number of "next"
12682 steps. Use an access watchpoint instead of a write watchpoint.
12683
12684 2015-01-09 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12687 (thread_func): Wait on barrier.
12688 (main): Wait for all threads to start before stopping GDB.
12689 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12690 global.
12691 (thread1_func, thread2_func): Wait on barrier.
12692 (main): Wait for all threads to start before stopping GDB.
12693 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12694 New global.
12695 (thread1_func, thread2_func): Wait on barrier.
12696 (main): Wait for all threads to start before stopping GDB.
12697
12698 2015-01-09 Pedro Alves <palves@redhat.com>
12699
12700 * gdb.threads/attach-many-short-lived-threads.c: New file.
12701 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12702
12703 2014-01-09 Pedro Alves <palves@redhat.com>
12704
12705 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12706 instead of to thread 2.
12707 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12708 Add barrier around each pthread_create call instead of around all
12709 calls.
12710 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12711 Set a break on thread_function and have the child threads hit it
12712 one at at a time.
12713
12714 2015-01-09 Pedro Alves <palves@redhat.com>
12715
12716 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12717 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12718 false.
12719 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12720 checking whether the target board is remote.
12721 * gdb.multi/multi-attach.exp: Likewise.
12722 * gdb.python/py-sync-interp.exp: Likewise.
12723 * gdb.server/ext-attach.exp: Likewise.
12724 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12725 tests that need to attach, instead of checking whether the target
12726 board is remote at the top of the file.
12727
12728 2015-01-08 Yao Qi <yao@codesourcery.com>
12729
12730 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12731
12732 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12733
12734 Fix testcase compilation.
12735 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12736
12737 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12738
12739 * gdb.python/py-type.exp: Add a couple test about empty
12740 array creation, and negative-length array creation.
12741
12742 2015-01-02 Doug Evans <xdje42@gmail.com>
12743
12744 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12745
12746 2015-01-02 Doug Evans <dje@google.com>
12747
12748 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12749
12750 2014-12-29 Yao Qi <yao@codesourcery.com>
12751
12752 * gdb.trace/entry-values.exp: Update comments. Rename variable
12753 bar_call_foo to returned_from_foo.
12754
12755 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12756
12757 PR gdb/17394
12758 * gdb.linespec/break-asm-file.c: New file.
12759 * gdb.linespec/break-asm-file.exp: New file.
12760 * gdb.linespec/break-asm-file0.s: New file.
12761 * gdb.linespec/break-asm-file1.s: New file.
12762
12763 2014-12-18 Nigel Stephens <nigel@mips.com>
12764 Maciej W. Rozycki <macro@codesourcery.com>
12765
12766 * gdb.base/float.exp: Handle the new output from "info float" on
12767 MIPS targets.
12768
12769 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12770
12771 Fix MinGW compilation.
12772 * gdb.compile/compile-ops.exp: Update untested message if
12773 !skip_compile_feature_tests.
12774 * gdb.compile/compile-setjmp.exp: Likewise.
12775 * gdb.compile/compile-tls.exp: Likewise.
12776 * gdb.compile/compile.exp: Likewise.
12777 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12778 supported on this host".
12779
12780 2014-12-16 Doug Evans <xdje42@gmail.com>
12781
12782 * boards/stabs.exp: New file.
12783
12784 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12785
12786 * gdb.base/completion.exp: Adjust to format changes of "maint
12787 print user-registers".
12788
12789 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12790
12791 PR server/17457
12792 * gdb.arch/aarch64-fp.c: New file.
12793 * gdb.arch/aarch64-fp.exp: New file.
12794
12795 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12796
12797 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12798 r210637, r210913, r211666, r215400, r215817).
12799
12800 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12801 * dg-extract-results.py: New file.
12802 * dg-extract-results.sh: Use it if the environment seems
12803 suitable.
12804
12805 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12806
12807 * dg-extract-results.py (parse_run): Handle warnings that
12808 are printed before a test harness is run.
12809
12810 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12811
12812 * dg-extract-results.py (Named): Remove __cmp__ method.
12813 (output_variation): Use a key to sort variation.harnesses.
12814
12815 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12816
12817 * dg-extract-results.py: For Python 3, force sys.stdout to
12818 handle surrogate escape sequences.
12819 (safe_open): New function.
12820 (output_segment, main): Use it.
12821
12822 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12823
12824 * dg-extract-results.py (Prog.result_re): Include options
12825 in test name.
12826
12827 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12828
12829 * dg-extract-results.py (output_variation): Always sort if
12830 do_sum.
12831
12832 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12833
12834 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12835 as long as we get pagination notifications.
12836
12837 2014-12-15 Jason Merrill <jason@redhat.com>
12838
12839 * Makefile.in (check-gdb.%): Restore.
12840 * README: Mention it.
12841
12842 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12843
12844 * gdb.ada/str_uninit: New testcase.
12845
12846 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12847
12848 PR symtab/17642
12849 * gdb.base/vla-stub-define.c: New file.
12850 * gdb.base/vla-stub.c: New file.
12851 * gdb.base/vla-stub.exp: New file.
12852
12853 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12854 Jan Kratochvil <jan.kratochvil@redhat.com>
12855 Tom Tromey <tromey@redhat.com>
12856
12857 * configure.ac: Add gdb.compile/.
12858 * configure: Regenerate.
12859 * gdb.compile/Makefile.in: New file.
12860 * gdb.compile/compile-ops.exp: New file.
12861 * gdb.compile/compile-ops.c: New file.
12862 * gdb.compile/compile-tls.c: New file.
12863 * gdb.compile/compile-tls.exp: New file.
12864 * gdb.compile/compile-constvar.S: New file.
12865 * gdb.compile/compile-constvar.c: New file.
12866 * gdb.compile/compile-mod.c: New file.
12867 * gdb.compile/compile-nodebug.c: New file.
12868 * gdb.compile/compile-setjmp-mod.c: New file.
12869 * gdb.compile/compile-setjmp.c: New file.
12870 * gdb.compile/compile-setjmp.exp: New file.
12871 * gdb.compile/compile-shlib.c: New file.
12872 * gdb.compile/compile.c: New file.
12873 * gdb.compile/compile.exp: New file.
12874 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12875
12876 2014-12-12 Tom Tromey <tromey@redhat.com>
12877
12878 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12879 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12880
12881 2014-12-12 Doug Evans <dje@google.com>
12882
12883 * lib/gdb-python.exp (get_python_valueof): New function.
12884 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12885
12886 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12887
12888 * gdb.base/completion.exp: Add test for completion of "info
12889 registers ".
12890
12891 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12892
12893 * gdb.base/func-ptrs.c: New file.
12894 * gdb.base/func-ptrs.exp: New file.
12895
12896 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12897
12898 PR breakpoints/17012
12899 * gdb.base/dprintf-detach.c: New file.
12900 * gdb.base/dprintf-detach.exp: New file.
12901
12902 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12903
12904 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12905 * lib/gdb.exp (target_is_gdbserver): New procedure.
12906
12907 2014-12-08 Doug Evans <dje@google.com>
12908
12909 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12910
12911 2014-12-05 Yao Qi <yao@codesourcery.com>
12912
12913 * gdb.guile/scm-error.exp: Remove the third argument to
12914 gdb_remote_download.
12915 * gdb.guile/scm-frame-args.exp: Likewise.
12916 * gdb.guile/scm-section-script.exp: Likewise.
12917
12918 2014-12-05 Yao Qi <yao@codesourcery.com>
12919
12920 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12921
12922 2014-12-04 Doug Evans <dje@google.com>
12923
12924 * gdb.python/py-objfile.exp: Add tests for
12925 objfile.add_separate_debug_file.
12926
12927 2014-12-04 Doug Evans <dje@google.com>
12928
12929 * lib/gdb.exp (get_build_id): New function.
12930 (build_id_debug_filename_get): Rewrite to use it.
12931 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12932
12933 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12934
12935 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12936 `method(long)', not just 0x0.
12937 * gdb.cp/nsalias.exp: Align code labels to 4.
12938 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12939 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12940 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12941 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12942 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12943 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12944
12945 2014-12-02 Doug Evans <dje@google.com>
12946
12947 PR symtab/17602
12948 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12949 * gdb.cp/anon-ns2.cc: ... here. New file.
12950 * gdb.cp/anon-ns.exp: Update.
12951
12952 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12953
12954 * gdb.python/py-events.py (inferior_call_handler): New.
12955 (register_changed_handler, memory_changed_handler): New.
12956 (test_events.invoke): Register new handlers.
12957 * gdb.python/py-events.exp: Add tests for inferior call,
12958 memory_changed and register_changed events.
12959
12960 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12961
12962 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12963 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12964 if the linker doesn't understand this.
12965
12966 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12967
12968 * gdb.python/python.exp: Change expected reply to help().
12969
12970 2014-12-01 Yao Qi <yao@codesourcery.com>
12971
12972 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12973 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12974 * configure: Re-generated.
12975
12976 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12977
12978 * gdb.cp/chained-calls.cc: New file.
12979 * gdb.cp/chained-calls.exp: New file.
12980 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12981
12982 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12983
12984 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12985 * gdb.dwarf2/symtab-producer.exp: Same.
12986 * gdb.gdb/python-interrupts.exp: Same.
12987 * gdb.gdb/python-selftest.exp: Same.
12988 * gdb.python/py-linetable.exp: Same.
12989 * gdb.python/py-type.exp: Same.
12990 * gdb.python/py-value-cc.exp: Same.
12991 * gdb.python/py-value.exp: Same.
12992
12993 2014-11-28 Yao Qi <yao@codesourcery.com>
12994
12995 * gdb.base/break-probes.exp: Match library name prefixed with
12996 sysroot.
12997
12998 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12999
13000 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13001 test expected output. Add parentheses for the call to print.
13002 Remove L suffix from integers.
13003
13004 2014-11-26 Doug Evans <dje@google.com>
13005
13006 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13007
13008 2014-11-22 Yao Qi <yao@codesourcery.com>
13009
13010 * gdb.trace/entry-values.c: Remove asms.
13011 (foo): Add foo_label.
13012 (bar): Add bar_label.
13013 * gdb.trace/entry-values.exp: Remove code computing foo's
13014 length and bar's length.
13015 (Dwarf::assemble): Invoke function_range for bar and use
13016 MACRO_AT_func for foo.
13017
13018 2014-11-22 Yao Qi <yao@codesourcery.com>
13019
13020 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13021 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13022 Use .Lgcc43_procstart instead of gcc43.
13023
13024 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13025
13026 * gdb.ada/n_arr_bound: New testcase.
13027
13028 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13029
13030 PR breakpoints/10737
13031 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13032 test_catch_syscall_multi_arch.
13033 (test_catch_syscall_multi_arch): New function.
13034
13035 2014-11-20 Doug Evans <xdje42@gmail.com>
13036
13037 * gdb.base/maint.exp: Update expected output.
13038
13039 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13040
13041 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13042 4-byte instruction on S390.
13043
13044 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13045
13046 * gdb.ada/arr_arr: New testcase.
13047
13048 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13049
13050 * gdb.ada/pkd_arr_elem: New Testcase.
13051
13052 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13053
13054 * gdb.reverse/break-precsave: Expect completion message for
13055 core file reads.
13056 * gdb.reverse/consecutive-precsave.exp: Likewise.
13057 * gdb.reverse/finish-precsave.exp: Likewise.
13058 * gdb.reverse/i386-precsave.exp: Likewise.
13059 * gdb.reverse/machinestate-precsave.exp: Likewise.
13060 * gdb.reverse/sigall-precsave.exp: Likewise.
13061 * gdb.reverse/solib-precsave.exp: Likewise.
13062 * gdb.reverse/step-precsave.exp: Likewise.
13063 * gdb.reverse/until-precsave.exp: Likewise.
13064 * gdb.reverse/watch-precsave.exp: Likewise.
13065
13066 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13067
13068 * gdb.base/bp-permanent.c: Include unistd.h.
13069 * gdb.python/py-framefilter-mi.c (main): Add return type.
13070 * gdb.python/py-framefilter.c (main): Likewise.
13071 * gdb.trace/actions-changed.c (main): Likewise.
13072
13073 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13074
13075 * gdb.mi/until.c: Add eye-catchers.
13076 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13077 line numbers.
13078
13079 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13080
13081 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13082 function header variants in break1.c.
13083 * gdb.base/ena-dis-br.exp: Likewise.
13084 * gdb.base/hbreak2.exp: Likewise.
13085 * gdb.reverse/until-precsave.exp: Drop references to removed
13086 non-prototype function header variants in ur1.c.
13087 * gdb.reverse/until-reverse.exp: Likewise.
13088
13089 2014-11-17 Petr Machata <pmachata@redhat.com>
13090
13091 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13092 ${_cu_offset_size} bytes abbrev offset.
13093
13094 2014-11-15 Doug Evans <xdje42@gmail.com>
13095
13096 PR symtab/17559
13097 * gdb.base/line-symtabs.exp: New file.
13098 * gdb.base/line-symtabs.c: New file.
13099 * gdb.base/line-symtabs.h: New file.
13100
13101 2014-11-14 Yao Qi <yao@codesourcery.com>
13102
13103 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13104 (func): Add label func_label.
13105 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13106 Replace low_pc and high_pc with MACRO_AT_range.
13107 Replace name, low_pc and high_pc with MACRO_AT_func.
13108
13109 2014-11-14 Yao Qi <yao@codesourcery.com>
13110
13111 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
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: Use Dwarf::assemble to
13117 produce debug information.
13118 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13119
13120 2014-11-14 Yao Qi <yao@codesourcery.com>
13121
13122 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13123 object and get function length.
13124 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13125 with MACRO_AT_func.
13126 (top-level): Replace gdb_compile and clean_restart with
13127 prepare_for_testing.
13128 * gdb.dwarf2/main.c (main): Add label main_label.
13129
13130 2014-11-14 Yao Qi <yao@codesourcery.com>
13131
13132 * lib/dwarf.exp (function_range): New procedure.
13133 (Dwarf::_handle_macro_at_func): New procedure.
13134 (Dwarf::_handle_macro_at_range): New procedure.
13135 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13136
13137 2014-11-14 Yao Qi <yao@codesourcery.com>
13138
13139 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13140 (_handle_attribute): New procedure.
13141
13142 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13143
13144 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13145 * gdb.base/call-sc.c (zed): Likewise.
13146 * gdb.base/checkpoint.c (main): Likewise.
13147 * gdb.base/dump.c (main): Likewise.
13148 * gdb.base/gcore.c (main): Likewise.
13149 * gdb.base/huge.c (main): Likewise.
13150 * gdb.base/multi-forks.c (main): Likewise.
13151 * gdb.base/pr10179-a.c (main): Likewise.
13152 * gdb.base/savedregs.c (main): Likewise.
13153 * gdb.base/sigaltstack.c (main): Likewise.
13154 * gdb.base/siginfo.c (main): Likewise.
13155 * gdb.base/structs.c (zed): Likewise.
13156 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13157 * gdb.mi/mi-syn-frame.c (main): Likewise.
13158 * gdb.mi/until.c (foo, main): Likewise.
13159 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13160 * gdb.base/solib-weak.c (foo): Declare.
13161 * gdb.base/attach-twice.c: Include stdio.h.
13162 * gdb.base/weaklib1.c: Likewise.
13163 * gdb.base/weaklib2.c: Likewise.
13164 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13165 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13166 unistd.h.
13167 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13168 * gdb.mi/mi-exit-code.c: Likewise.
13169 * gdb.base/break-interp-lib.c: Include string.h.
13170 * gdb.base/coremaker.c: Likewise.
13171 * gdb.base/testenv.c: Likewise.
13172 * gdb.python/py-finish-breakpoint.c: Likewise.
13173 * gdb.base/inferior-died.c: Include sys/wait.h.
13174 * gdb.base/fileio.c: Include time.h.
13175 * gdb.base/async-shell.c: Include unistd.h.
13176 * gdb.base/dprintf-non-stop.c: Likewise.
13177 * gdb.base/info-os.c: Likewise.
13178 * gdb.mi/mi-console.c: Likewise.
13179 * gdb.mi/watch-nonstop.c: Likewise.
13180 * gdb.python/py-events.c: Likewise.
13181 * gdb.base/async.c (baz): Move up before its invocation.
13182 * gdb.base/code_elim2.c (my_global_func): Likewise.
13183 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13184 * gdb.base/advance.c (func2): Likewise.
13185
13186 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13187
13188 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13189 variant.
13190 * gdb.base/annota3.c: Likewise.
13191 * gdb.base/async.c: Likewise.
13192 * gdb.base/average.c: Likewise.
13193 * gdb.base/call-ar-st.c: Likewise.
13194 * gdb.base/call-rt-st.c: Likewise.
13195 * gdb.base/call-sc.c: Likewise.
13196 * gdb.base/call-strs.c: Likewise.
13197 * gdb.base/ending-run.c: Likewise.
13198 * gdb.base/execd-prog.c: Likewise.
13199 * gdb.base/exprs.c: Likewise.
13200 * gdb.base/foll-exec.c: Likewise.
13201 * gdb.base/foll-fork.c: Likewise.
13202 * gdb.base/foll-vfork.c: Likewise.
13203 * gdb.base/funcargs.c: Likewise.
13204 * gdb.base/gcore.c: Likewise.
13205 * gdb.base/jump.c: Likewise.
13206 * gdb.base/langs0.c: Likewise.
13207 * gdb.base/langs1.c: Likewise.
13208 * gdb.base/langs2.c: Likewise.
13209 * gdb.base/mips_pro.c: Likewise.
13210 * gdb.base/nodebug.c: Likewise.
13211 * gdb.base/opaque0.c: Likewise.
13212 * gdb.base/opaque1.c: Likewise.
13213 * gdb.base/recurse.c: Likewise.
13214 * gdb.base/run.c: Likewise.
13215 * gdb.base/scope0.c: Likewise.
13216 * gdb.base/scope1.c: Likewise.
13217 * gdb.base/setshow.c: Likewise.
13218 * gdb.base/setvar.c: Likewise.
13219 * gdb.base/shmain.c: Likewise.
13220 * gdb.base/shr1.c: Likewise.
13221 * gdb.base/shr2.c: Likewise.
13222 * gdb.base/sigall.c: Likewise.
13223 * gdb.base/signals.c: Likewise.
13224 * gdb.base/so-indr-cl.c: Likewise.
13225 * gdb.base/solib2.c: Likewise.
13226 * gdb.base/structs.c: Likewise.
13227 * gdb.base/sum.c: Likewise.
13228 * gdb.base/vforked-prog.c: Likewise.
13229 * gdb.base/watchpoint.c: Likewise.
13230 * gdb.reverse/shr2.c: Likewise.
13231 * gdb.reverse/until-reverse.c: Likewise.
13232 * gdb.reverse/ur1.c: Likewise.
13233 * gdb.reverse/watch-reverse.c: Likewise.
13234
13235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13236
13237 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13238 variant.
13239 * gdb.base/sepdebug.exp: Drop references to removed code.
13240
13241 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13242
13243 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13244 variant. Preserve original line numbering.
13245 * gdb.base/list1.c: Likewise.
13246
13247 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13248
13249 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13250 variant.
13251 * gdb.base/break1.c: Likewise.
13252 * gdb.base/break.exp: Drop references to removed code.
13253
13254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13255
13256 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13257 variant.
13258
13259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13260
13261 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13262
13263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13264
13265 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13266 logic into perform_all_tests() and invoke it with and without
13267 function header prototypes.
13268 (do_function_calls): Remove conditional XFAIL for PR 5318.
13269 (rerun_and_prepare): Remove duplicate code.
13270 (perform_all_tests): New. Main logic moved here.
13271
13272 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13273
13274 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13275 code guarded by #ifdef NO_PROTOTYPES.
13276 (t_double_many_args): Likewise.
13277 (DEF_FUNC_MANY_ARGS_1): Likewise.
13278 (DEF_FUNC_VALUES_1): Likewise.
13279 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13280 guarded by #ifdef PROTOTYPES.
13281
13282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13283
13284 * gdb.mi/mi-console.c: Add eye-catcher.
13285 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13286 instead of literal line number.
13287
13288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13289
13290 * gdb.base/shr2.c: Add eye-catcher.
13291 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13292 line number.
13293
13294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13295
13296 * gdb.base/jump.c: Add eye-catchers.
13297 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13298 numbers.
13299
13300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13301
13302 * gdb.base/execd-prog.c: Add eye-catchers.
13303 * gdb.base/foll-exec.c: Likewise.
13304 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13305 line numbers.
13306
13307 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13308
13309 * gdb.base/ending-run.c: Add eye-catchers.
13310 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13311 literal line numbers.
13312
13313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13314
13315 * gdb.base/call-rt-st.c: Add eye-catchers.
13316 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13317 literal line numbers.
13318
13319 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13320
13321 * gdb.base/call-ar-st.c: Add eye-catchers.
13322 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13323 literal line numbers.
13324
13325 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13326
13327 * gdb.base/average.c: Add eye-catchers.
13328 * gdb.base/sum.c: Likewise.
13329 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13330 regexps dynamically.
13331
13332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13333
13334 * gdb.base/solib1.c: Add eye-catchers.
13335 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13336 literal line numbers.
13337
13338 2014-11-12 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13341 leader has exited.
13342
13343 2014-11-12 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.arch/i386-bp_permanent.c: New file.
13346 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13347 (srcfile): Set to i386-bp_permanent.c.
13348 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13349 that stepi does not execute the 'leave' instruction, instead of
13350 testing it does execute.
13351 * gdb.base/bp-permanent.c: New file.
13352 * gdb.base/bp-permanent.exp: New file.
13353
13354 2014-11-10 Doug Evans <xdje42@gmail.com>
13355
13356 PR symtab/17564
13357 * gdb.base/symtab-search-order.exp: New file.
13358 * gdb.base/symtab-search-order.c: New file.
13359 * gdb.base/symtab-search-order-1.c: New file.
13360 * gdb.base/symtab-search-order-shlib-1.c: New file.
13361
13362 2014-11-07 Pedro Alves <palves@redhat.com>
13363
13364 PR gdb/17511
13365 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13366 i?86-*-linux*.
13367
13368 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13369
13370 PR c++/17494
13371 * gdb.cp/pr17494.cc: New file.
13372 * gdb.cp/pr17494.exp: New file.
13373
13374 2014-11-02 Yao Qi <yao@codesourcery.com>
13375
13376 * gdb.python/python.exp: Get working directory and match the
13377 output of "set extended-prompt \\w " with it.
13378
13379 2014-10-30 Doug Evans <dje@google.com>
13380
13381 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13382 in objfiles.
13383 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13384 in progspaces.
13385
13386 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13387
13388 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13389 * gdb.base/realname-expand.exp: Likewise.
13390 * gdb.linespec/macro-relative.exp: Likewise.
13391
13392 2014-10-29 Pedro Alves <palves@redhat.com>
13393
13394 PR gdb/17408
13395 * gdb.threads/schedlock.c (some_function): New function.
13396 (call_function): New global.
13397 (MAYBE_CALL_SOME_FUNCTION): New macro.
13398 (thread_function): Call it.
13399 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13400 and use it instead of a global counter. Adjust all callers.
13401 (get_current_thread): Use "find current thread" for test message
13402 here rather than having all callers pass down the same string.
13403 (goto_loop): New procedure, factored out from ...
13404 (my_continue): ... this.
13405 (step_ten_loops): Change parameter from test message to command to
13406 use. Adjust.
13407 (list_count): Delete global.
13408 (check_result): New procedure, factored out from duplicate top
13409 level code.
13410 (continue tests): Wrap in with_test_prefix.
13411 (test_step): New procedure, factored out from duplicate top level
13412 code.
13413 (top level): Test "step" in combination with all scheduler-locking
13414 modes. Test "next" in combination with all scheduler-locking
13415 modes, and in combination with stepping over a function call or
13416 not.
13417 * gdb.threads/next-bp-other-thread.c: New file.
13418 * gdb.threads/next-bp-other-thread.exp: New file.
13419
13420 2014-10-29 Pedro Alves <palves@redhat.com>
13421
13422 PR python/17372
13423 * gdb.python/python.exp: Test a multi-line command that spawns
13424 interactive Python.
13425 * gdb.base/multi-line-starts-subshell.exp: New file.
13426
13427 2014-10-29 Yao Qi <yao@codesourcery.com>
13428
13429 * gdb.base/fileio.exp: Make directories on host.
13430
13431 2014-10-29 Yao Qi <yao@codesourcery.com>
13432
13433 * gdb.base/fileio.c (test_write): Close the file.
13434
13435 2014-10-28 Pedro Alves <palves@redhat.com>
13436
13437 PR gdb/12623
13438 * gdb.base/sigstep.c (no_handler): New global.
13439 (main): If 'no_handler is true, set the signal handlers to
13440 SIG_IGN.
13441 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13442 with_sw_watch and no_handler parameters. Handle them.
13443 (top level) <stepping over handler when stopped at a breakpoint
13444 test>: Add a test axis for testing with a software watchpoint, and
13445 another for testing with the signal handler set to SIG_IGN.
13446 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13447 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13448
13449 2014-10-28 Pedro Alves <palves@redhat.com>
13450
13451 PR gdb/17511
13452 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13453 * gdb.base/sigstep.exp (other_handler_location): New global.
13454 (advance): Support stepping into the signal handler, and running
13455 commands while in the handler.
13456 (in_handler_map): New global.
13457 (top level): In the advance test, add combinations for getting
13458 into the handler with stepping commands, and for running commands
13459 in the handler. Add comment descripting the advancei tests.
13460
13461 2014-10-28 Pedro Alves <palves@redhat.com>
13462
13463 * gdb.base/sigstep.exp: Use build_executable instead of
13464 prepare_for_testing.
13465 (top level): Move code that starts GDB, runs to main and creates a
13466 display to ...
13467 (restart): ... this new procedure.
13468 (top level): Move backtrace from signal handler test to ...
13469 (validate_backtrace): ... this new procedure.
13470 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13471 with_test_prefix. Always restart GDB.
13472 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13473 with_test_prefix. Always restart GDB. No need to delete
13474 breakpoints after the test.
13475 (test_skip_handler): Remove prefix parameter.
13476 (skip_over_handler, breakpoint_to_handler)
13477 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13478 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13479 restart GDB. No need to delete breakpoints after the test.
13480 (top level): Use foreach to call the test procedures with
13481 different commands.
13482
13483 2014-10-28 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13486 instead of GNATS numbers.
13487 * gdb.base/sigbpt.exp: Likewise.
13488 * gdb.base/siginfo.exp: Likewise.
13489 * gdb.base/sigstep.exp: Likewise.
13490
13491 2014-10-27 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.base/sigstep.c (dummy): New global.
13494 (main): Issue a couple writes to the new global.
13495 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13496 procedures.
13497 (skip_over_handler): Use test_skip_handler.
13498 (top level): Call skip_over_handler for stepi and nexti too.
13499 (breakpoint_over_handler): Use test_skip_handler.
13500 (top level): Call breakpoint_over_handler for stepi and nexti too.
13501
13502 2014-10-27 Yao Qi <yao@codesourcery.com>
13503
13504 * gdb.trace/tfile.c (adjust_function_address)
13505 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13506 function descriptor.
13507
13508 2014-10-24 Don Breazeal <donb@codesourcery.com>
13509
13510 * gdb.base/foll-fork.exp (test_follow_fork,
13511 catch_fork_child_follow): Check for updated fork messages emitted
13512 from infrun.c.
13513 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13514 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13515 vfork_and_exec_child_follow_through_step): Check for updated vfork
13516 messages emitted from infrun.c.
13517
13518 2014-10-24 Pedro Alves <palves@redhat.com>
13519
13520 * gdb.base/corefile.exp: Remove references to ultrix.
13521 * gdb.base/interrupt.exp: Likewise.
13522 * gdb.base/whatis.exp: Likewise.
13523 * gdb.gdb/selftest.exp: Likewise.
13524 * gdb.threads/manythreads.exp: Likewise.
13525 * gdb.threads/print-threads.exp: Likewise.
13526 * gdb.threads/pthreads.exp:: Likewise.
13527 * gdb.threads/schedlock.exp: Likewise.
13528
13529 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13530
13531 * gdb.cp/non-trivial-retval.cc: Add a test case.
13532 * gdb.cp/non-trivial-retval.exp: Add a test.
13533
13534 2014-10-20 Yao Qi <yao@codesourcery.com>
13535
13536 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13537 * gdb.python/py-objfile-script-gdb.py: New file.
13538 * gdb.python/py-objfile-script.exp: Update reference to
13539 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13540 of remote_download. Remove the dest file.
13541
13542 2014-10-20 Yao Qi <yao@codesourcery.com>
13543
13544 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13545 * gdb.base/step-line.exp: Likewise.
13546 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13547 * gdb.dwarf2/dw2-basic.exp: Likewise.
13548 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13549 * gdb.dwarf2/dw2-filename.exp: Likewise.
13550 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13551 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13552 * gdb.dwarf2/dw2-producer.exp: Likewise.
13553 * gdb.dwarf2/mac-fileno.exp: Likewise.
13554 * gdb.python/py-frame-args.exp: Likewise.
13555 * gdb.python/py-framefilter.exp: Likewise.
13556 * gdb.python/py-mi.exp: Likewise.
13557 * gdb.python/py-objfile-script.exp: Likewise
13558 * gdb.python/py-pp-integral.exp: Likewise.
13559 * gdb.python/py-pp-re-notag.exp: Likewise.
13560 * gdb.python/py-prettyprint.exp: Likewise.
13561 * gdb.python/py-section-script.exp: Likewise.
13562 * gdb.python/py-typeprint.exp: Likewise.
13563 * gdb.python/py-xmethods.exp: Likewise.
13564 * gdb.stabs/weird.exp: Likewise.
13565 * gdb.xml/tdesc-regs.exp: Likewise.
13566
13567 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13568
13569 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13570 (out_cu): Use addr_len for the size of addresses.
13571 (out_line): Likewise. Size DW_LNE_set_address instruction
13572 according to addr_len.
13573 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13574 (FUNC): Add START_INSNS to definition.
13575
13576 2014-10-18 Yao Qi <yao@codesourcery.com>
13577
13578 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13579 gdb_has_argv0 return true.
13580 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13581 check [target_info exists noargs], check [gdb_has_argv0]
13582 instead.
13583 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13584 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13585 procedures.
13586
13587 2014-10-17 Doug Evans <dje@google.com>
13588
13589 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13590 event.
13591 * gdb.python/py-events.py: Add clear_objfiles event.
13592
13593 2014-10-17 Doug Evans <dje@google.com>
13594
13595 * gdb.python/py-objfile.exp: Test progspace attribute.
13596
13597 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13598
13599 * gdb.guile/scm-breakpoint.exp: Do not assume any
13600 directory separators when matching source file paths.
13601 * gdb.python/py-breakpoint.exp: Likewise.
13602 * gdb.reverse/break-precsave.exp: Likewise.
13603 * gdb.reverse/break-reverse.exp: Likewise.
13604 * gdb.reverse/consecutive-precsave.exp: Likewise.
13605 * gdb.reverse/finish-precsave.exp: Likewise.
13606 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13607 * gdb.reverse/finish-reverse.exp: Likewise.
13608 * gdb.reverse/i386-precsave.exp: Likewise.
13609 * gdb.reverse/i387-env-reverse.exp: Likewise.
13610 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13611 * gdb.reverse/machinestate-precsave.exp: Likewise.
13612 * gdb.reverse/machinestate.exp: Likewise.
13613 * gdb.reverse/sigall-precsave.exp: Likewise.
13614 * gdb.reverse/solib-precsave.exp: Likewise.
13615 * gdb.reverse/step-precsave.exp: Likewise.
13616 * gdb.reverse/until-precsave.exp: Likewise.
13617 * gdb.reverse/watch-precsave.exp: Likewise.
13618 * gdb.reverse/watch-reverse.exp: Likewise.
13619
13620 2014-10-17 Yao Qi <yao@codesourcery.com>
13621
13622 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13623 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13624
13625 2014-10-17 Pedro Alves <palves@redhat.com>
13626
13627 PR gdb/17471
13628 * gdb.base/bg-execution-repeat.c: New file.
13629 * gdb.base/bg-execution-repeat.exp: New file.
13630
13631 2014-10-17 Pedro Alves <palves@redhat.com>
13632
13633 PR gdb/17300
13634 * gdb.base/continue-all-already-running.c: New file.
13635 * gdb.base/continue-all-already-running.exp: New file.
13636
13637 2014-10-17 Pedro Alves <palves@redhat.com>
13638
13639 PR gdb/17472
13640 * gdb.base/annota-input-while-running.c: New file.
13641 * gdb.base/annota-input-while-running.exp: New file.
13642
13643 2014-10-17 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.base/callfuncs.exp: emove references to osf.
13646 * gdb.base/sigall.exp: Likewise.
13647 * gdb.gdb/selftest.exp: Likewise.
13648 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13649 * gdb.mi/non-stop.c: Likewise.
13650 * gdb.mi/pthreads.c: Likewise.
13651 * gdb.reverse/sigall-precsave.exp: Likewise.
13652 * gdb.reverse/sigall-reverse.exp: Likewise.
13653 * gdb.threads/pthreads.c: Likewise.
13654 * gdb.threads/pthreads.exp: Likewise.
13655
13656 2014-10-17 Yao Qi <yao@codesourcery.com>
13657
13658 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13659 check 'target_info exists noargs'.
13660 (test_command_prompt_position): Likewise.
13661 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13662 Remove "set args".
13663 (progvar_simple_while_test): Likewise.
13664 (progvar_complex_if_while_test): Likewise.
13665 (if_while_breakpoint_command_test): Likewise.
13666 (infrun_breakpoint_command_test): Likewise.
13667 (breakpoint_command_test): Likewise.
13668 (watchpoint_command_test): Likewise.
13669 (bp_deleted_in_command_test): Likewise.
13670 (temporary_breakpoint_commands): Likewise.
13671
13672 2014-10-16 Yao Qi <yao@codesourcery.com>
13673
13674 * gdb.base/remotetimeout.exp: Remove noargs checking.
13675
13676 2014-10-15 Pedro Alves <palves@redhat.com>
13677
13678 PR breakpoints/9649
13679 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13680 * gdb.base/breakpoint-in-ro-region.exp
13681 (probe_target_hardware_step): New procedure.
13682 (top level): Probe hardware stepping and hardware breakpoint
13683 support. Test stepping through a read-only region, with both
13684 "breakpoint auto-hw" on and off and both "always-inserted" on and
13685 off.
13686
13687 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13688
13689 * gdb.dlang/demangle.exp: Update for demangling changes.
13690
13691 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13692
13693 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13694 * gdb.cp/non-trivial-retval.exp: Add new tests.
13695
13696 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13697
13698 PR c++/13403
13699 PR c++/15154
13700 * gdb.cp/non-trivial-retval.cc: New file.
13701 * gdb.cp/non-trivial-retval.exp: New file.
13702
13703 2014-10-15 Yao Qi <yao@codesourcery.com>
13704
13705 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13706 remote host.
13707
13708 2014-10-15 Yao Qi <yao@codesourcery.com>
13709
13710 * gdb.python/py-symbol.exp: Match file base name if host is
13711 remote, otherwise match file name with dir name.
13712 * gdb.python/py-symtab.exp: Likewise.
13713 * gdb.python/python.exp: Likewise.
13714
13715 2014-10-15 Yao Qi <yao@codesourcery.com>
13716
13717 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13718 pattern.
13719 * gdb.python/py-symtab.exp: Likewise.
13720 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13721 locationn.
13722
13723 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13724
13725 * gdb.ada/addr_arith: New testcase.
13726
13727 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13728
13729 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13730 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13731 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13732 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13733
13734 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13735
13736 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13737 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13738 * gdb.arch/stap-eval-lang-ada.exp: New file.
13739
13740 2014-10-14 Yao Qi <yao@codesourcery.com>
13741
13742 * gdb.mi/mi-var-child.c (nothing1): New function.
13743 (nothing2): New function.
13744 (do_children_tests): Set function pointers by nothing1 and
13745 nothing2.
13746 * gdb.mi/mi-var-child.exp: Step over new added statements.
13747 Update test to match the new output.
13748 * gdb.mi/var-cmd.c (nothing1): New function.
13749 (nothing2): New function.
13750 (do_children_tests): Set function pointers by nothing1 and
13751 nothing2.
13752 * gdb.mi/mi-var-display.exp: Update test to match output.
13753 Step to the line specified by $line_dct_nothing.
13754 Increase the number of lines to step.
13755
13756 2014-10-14 Yao Qi <yao@codesourcery.com>
13757
13758 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13759 tests.
13760 * gdb.mi/mi2-var-child.exp: Likewise.
13761
13762 2014-10-13 Doug Evans <dje@google.com>
13763
13764 * gdb.python/py-objfile.exp: Change name of file name test.
13765
13766 2014-10-13 Doug Evans <dje@google.com>
13767
13768 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13769 from the start of the CU.
13770
13771 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13772 Yao Qi <yao@codesourcery.com>
13773
13774 Fix "save breakpoints" for "catch" command.
13775 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13776 Remove -nonewline. Match also the added "main" line.
13777
13778 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13779
13780 Fix "save breakpoints" for "disable $bpnum" command.
13781 * gdb.base/save-bp.c (main): Add label.
13782 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13783
13784 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13785
13786 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13787
13788 2014-10-11 Yao Qi <yao@codesourcery.com>
13789
13790 * gdb.server/server-kill.exp: Execute command
13791 "set remote trace-status-packet on" before "tstatus".
13792
13793 2014-10-11 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13796 (main): Call getppid.
13797 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13798 and continue to it. Read variable "server_pid".
13799
13800 2014-10-11 Yao Qi <yao@codesourcery.com>
13801
13802 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13803
13804 2014-10-11 Yao Qi <yao@codesourcery.com>
13805
13806 * gdb.threads/thread-find.exp: Don't execute command
13807 "info threads".
13808 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13809 * gdb.threads/linux-dp.exp: Don't check the condition
13810 $threads_created equals to zero.
13811
13812 2014-10-10 Pedro Alves <palves@redhat.com>
13813
13814 * gdb.base/bigcore.exp: Remove references to IRIX.
13815 * gdb.base/funcargs.exp: Likewise.
13816 * gdb.base/interrupt.exp: Likewise.
13817 * gdb.base/mips_pro.exp: Likewise.
13818 * gdb.base/nodebug.exp: Likewise.
13819 * gdb.base/setvar.exp: Likewise.
13820 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13821
13822 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13823 Pedro Alves <palves@redhat.com>
13824
13825 PR symtab/14466
13826 * gdb.base/vdso-warning.c: New file.
13827 * gdb.base/vdso-warning.exp: New file.
13828
13829 2014-10-02 Doug Evans <dje@google.com>
13830
13831 * gdb.base/structs.c (main): Don't run forever.
13832
13833 2014-10-02 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13836 (top level) <stop threads 1, stop threads 2>: Use it.
13837
13838 2014-10-02 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.threads/break-while-running.exp (test): Add new
13841 'update_thread_list' argument. Skip "info threads" if false.
13842 (top level): Add new 'update_thread_list' axis.
13843
13844 2014-10-02 Pedro Alves <palves@redhat.com>
13845
13846 PR breakpoints/17431
13847 * gdb.base/execl-update-breakpoints.c: New file.
13848 * gdb.base/execl-update-breakpoints.exp: New file.
13849
13850 2014-10-01 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.base/breakpoint-in-ro-region.c: New file.
13853 * gdb.base/breakpoint-in-ro-region.exp: New file.
13854
13855 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13856
13857 * gdb.mi/mi-exit-code.exp: New file.
13858 * gdb.mi/mi-exit-code.c: New file.
13859
13860 2014-09-30 Yao Qi <yao@codesourcery.com>
13861
13862 * lib/prelink-support.exp (build_executable_own_libs): Error if
13863 the target isn't native.
13864
13865 2014-09-30 Yao Qi <yao@codesourcery.com>
13866
13867 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13868 false.
13869
13870 2014-09-22 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.threads/break-while-running.exp: New file.
13873 * gdb.threads/break-while-running.c: New file.
13874
13875 2014-09-19 Yao Qi <yao@codesourcery.com>
13876
13877 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13878 Invoke test. Restart GDB with --readnow and invoke test again.
13879
13880 2014-09-19 Yao Qi <yao@codesourcery.com>
13881
13882 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13883 proc set_breakpoint_on_gcd_function. Invoke
13884 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13885 invoke set_breakpoint_on_gcd_function again.
13886
13887 2014-09-18 Doug Evans <dje@google.com>
13888
13889 * gdb.dwarf2/symtab-producer.exp: New file.
13890
13891 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13892
13893 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13894 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13895 * gdb.base/global-var-nested-by-dso.c: Likewise.
13896 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13897
13898 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13899 Pedro Alves <palves@redhat.com>
13900
13901 * gdb.base/watch-bitfields.exp: Pass string other than test file
13902 name to prepare_for_testing.
13903 (watch): New procedure.
13904 (expect_watchpoint): Use with_test_prefix.
13905 (top level): Factor out tests to ...
13906 (test_watch_location, test_regular_watch): ... these new
13907 procedures, and use with_test_prefix and gdb_continue_to_end.
13908
13909 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13910
13911 PR breakpoints/12526
13912 * gdb.base/watch-bitfields.exp: New file.
13913 * gdb.base/watch-bitfields.c: New file.
13914
13915 2014-09-16 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13918 software and hardware addresses, not software address against
13919 itself.
13920
13921 2014-09-16 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13924 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13925
13926 2014-09-16 Pedro Alves <palves@redhat.com>
13927
13928 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13929 files.
13930 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13931 "*-*-vxworks*" throughout.
13932 * gdb.base/break.exp: Likewise.
13933 * gdb.base/default.exp: Likewise.
13934 * gdb.base/scope.exp: Likewise.
13935 * gdb.base/sepdebug.exp: Likewise.
13936 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13937 throughout.
13938 * gdb.base/run.c: Likewise.
13939 * gdb.base/sepdebug.c: Likewise.
13940 * gdb.hp/gdb.aCC/run.c: Likewise.
13941 * gdb.reverse/until-reverse.c: Likewise.
13942 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13943
13944 2014-09-16 Yao Qi <yao@codesourcery.com>
13945
13946 * boards/local-remote-host-native.exp: New file.
13947
13948 2014-09-14 Doug Evans <xdje42@gmail.com>
13949
13950 * gdb.threads/queue-signal.c (thread_count): New variable.
13951 (thread_count_mutex, thread_count_condvar): New variables.
13952 (incr_thread_count, wait_all_threads_running): New functions.
13953 (main): Wait for all threads to be in their thread functions.
13954
13955 2014-09-13 Doug Evans <xdje42@gmail.com>
13956
13957 * gdb.threads/queue-signal.c: New file.
13958 * gdb.threads/queue-signal.exp: New file.
13959
13960 2014-09-13 Doug Evans <xdje42@gmail.com>
13961
13962 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13963 be consistent with what default_gdb_init uses.
13964 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13965 the plain text of the prompt. Add some logging printfs.
13966 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13967
13968 2014-09-12 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13971 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13972 * gdb.arch/i386-size-overlap.exp: Likewise.
13973 * gdb.arch/i386-size.exp: Likewise.
13974 * gdb.arch/i386-unwind.exp: Likewise.
13975 * gdb.base/a2-run.exp: Likewise.
13976 * gdb.base/break.exp: Likewise.
13977 * gdb.base/charset.exp: Likewise.
13978 * gdb.base/chng-syms.exp: Likewise.
13979 * gdb.base/commands.exp: Likewise.
13980 * gdb.base/dbx.exp: Likewise.
13981 * gdb.base/find.exp: Likewise.
13982 * gdb.base/funcargs.exp: Likewise.
13983 * gdb.base/jit-simple.exp: Likewise.
13984 * gdb.base/reread.exp: Likewise.
13985 * gdb.base/sepdebug.exp: Likewise.
13986 * gdb.base/step-bt.exp: Likewise.
13987 * gdb.cp/mb-inline.exp: Likewise.
13988 * gdb.cp/mb-templates.exp: Likewise.
13989 * gdb.objc/basicclass.exp: Likewise.
13990 * gdb.threads/killed.exp: Likewise.
13991
13992 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13993
13994 PR tdep/17379
13995 * gdb.arch/powerpc-stackless.S: New file.
13996 * gdb.arch/powerpc-stackless.exp: New file.
13997
13998 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13999
14000 * gdb.base/attach.c: Include unistd.h.
14001 (main): Call alarm. Add label postloop.
14002 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14003 gdb_breakpoint, gdb_continue_to_breakpoint.
14004 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14005
14006 2014-09-11 Pedro Alves <palves@redhat.com>
14007
14008 PR gdb/17347
14009 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14010 * gdb.base/attach.exp (test_command_line_attach_run): New
14011 procedure.
14012 (top level): Call it.
14013
14014 2014-09-11 Pedro Alves <palves@redhat.com>
14015
14016 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14017 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14018 (do_command_attach_tests): Use spawn_wait_for_attach.
14019 * gdb.base/solib-overlap.exp: Likewise.
14020 * gdb.multi/multi-attach.exp: Likewise.
14021 * gdb.python/py-prompt.exp: Likewise.
14022 * gdb.python/py-sync-interp.exp: Likewise.
14023 * gdb.server/ext-attach.exp: Likewise.
14024
14025 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14026
14027 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14028 command in testcase. Simplify testcase.
14029
14030 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14031
14032 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14033
14034 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14035
14036 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14037
14038 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14039
14040 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14041
14042 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14043
14044 * gdb.dwarf2/dynarr-ptr.c: New file.
14045 * gdb.dwarf2/dynarr-ptr.exp: New file.
14046
14047 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14048
14049 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14050 of 30 rather than hardcoding 120 for a slow test case. Take the
14051 `gdb,timeout' target setting into account for this calculation.
14052 Don't extend the timeout for the test cases that don't need it.
14053
14054 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14055
14056 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14057 a factor of 2 for a slow test case. Take the `gdb,timeout'
14058 target setting into account for this calculation.
14059 * gdb.reverse/until-precsave.exp: Increase the timeout by
14060 a factor of 15 and 3 respectively rather than adding 120
14061 for a pair of slow test cases. Take the `gdb,timeout'
14062 target setting into account for this calculation.
14063
14064 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14065
14066 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14067 timeout, don't pass one down to gdb_expect.
14068 (gdb_expect): Rework timeout selection.
14069
14070 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14071
14072 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14073 exception on timeout.
14074 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14075 (gdbserver_start_extended): Catch any `gdbserver_start' error
14076 exceptions.
14077 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14078 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14079 `gdbserver_gdb_load' error exceptions.
14080
14081 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14082
14083 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14084 120 on waiting for the TCP socket to open.
14085
14086 2014-09-09 Doug Evans <xdje42@gmail.com>
14087
14088 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14089 _caller_matches, _any_caller_is, _any_caller_matches.
14090
14091 2014-09-09 Doug Evans <xdje42@gmail.com>
14092
14093 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14094
14095 2014-09-09 Yao Qi <yao@codesourcery.com>
14096
14097 * gdb.mi/mi-var-display.exp: Set print symbol off.
14098
14099 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14100
14101 PR gdb/17035
14102 * gdb.base/commands.exp: Add tests to verify user-defined
14103 commands with empty bodies.
14104 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14105 python commands in `show user command`.
14106 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14107 scheme commands in `show user command`.
14108
14109 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14110
14111 PR python/17355
14112 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14113 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14114 * gdb.python/py-framefilter-invalidarg.exp: New file.
14115 * gdb.python/py-framefilter-invalidarg.py: New file.
14116
14117 2014-09-06 Doug Evans <xdje42@gmail.com>
14118
14119 PR 15276
14120 * gdb.python/py-caller-is.c: New file.
14121 * gdb.python/py-caller-is.exp: New file.
14122
14123 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14124
14125 PR gdb/17235
14126 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14127 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14128
14129 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14130
14131 PR fortran/17237
14132 * gdb.fortran/print-formatted.exp: New file.
14133 * gdb.fortran/print-formatted.f90: Likewise.
14134
14135 2014-09-03 Sasha Smundak <asmundak@google.com>
14136
14137 * gdb.python/py-frame.exp: Test Frame.read_register.
14138
14139 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14140
14141 PR python/16699
14142 * gdb.python/py-completion.exp: New file.
14143 * gdb.python/py-completion.py: Likewise.
14144
14145 2014-08-28 Doug Evans <dje@google.com>
14146
14147 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14148 eax,etc. are live with values set by gdb and thus the compiler can't
14149 use them.
14150 * gdb.arch/i386-pseudo.c (main): Ditto.
14151
14152 2014-08-27 Doug Evans <dje@google.com>
14153
14154 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14155
14156 2014-08-25 Doug Evans <dje@google.com>
14157
14158 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14159 (main): Ditto.
14160
14161 2014-08-25 Doug Evans <dje@google.com>
14162
14163 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14164
14165 2014-08-24 Yao Qi <yao@codesourcery.com>
14166
14167 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14168 symbol off.
14169 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14170
14171 2014-08-22 Doug Evans <dje@google.com>
14172
14173 PR 17276
14174 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14175 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14176 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14177
14178 2014-08-22 Yao Qi <yao@codesourcery.com>
14179
14180 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14181 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14182 * gdb.python/python.exp: Likewise. Use .py file on the host
14183 instead of the build.
14184
14185 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14186
14187 * gdb.threads/gcore-stale-thread.c: New file.
14188 * gdb.threads/gcore-stale-thread.exp: New file.
14189
14190 2014-08-21 Pedro Alves <palves@redhat.com>
14191
14192 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14193 * gdb.base/gcore-relro-pie.exp: Likewise.
14194 * gdb.base/gcore-relro.exp: Likewise.
14195 * gdb.base/gcore.exp: Likewise.
14196 * gdb.base/print-symbol-loading.exp: Likewise.
14197 * gdb.threads/gcore-thread.exp: Likewise.
14198 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14199
14200 2014-08-20 Pedro Alves <palves@redhat.com>
14201 Jan Kratochvil <jan.kratochvil@redhat.com>
14202
14203 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14204 configure.
14205 (EXPECT): Handle READ1 being set.
14206 (all): Depend on EXTRA_RULES.
14207 (check-read1, expect-read1, read1.so, read1): New rules.
14208 * README (Testsuite Parameters): Document the READ1 make variable.
14209 (Race detection): New section.
14210 * configure: Regenerate.
14211 * configure.ac: If build==host==target, and running under a
14212 GNU/glibc system, add read1 to the extra Makefile rules.
14213 (EXTRA_RULES): AC_SUBST it.
14214 * lib/read1.c: New file.
14215
14216 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14217
14218 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14219 the handling of variables declared as a typedef to an array
14220 which a DW_AT_data_location attribute.
14221
14222 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14223 Pedro Alves <palves@redhat.com>
14224
14225 PR symtab/14604
14226 PR symtab/14605
14227 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14228 gdb_test.
14229
14230 2014-08-19 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14233
14234 2014-08-19 Yao Qi <yao@codesourcery.com>
14235
14236 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14237 right line.
14238
14239 2014-08-18 David Blaikie <dblaikie@gmail.com>
14240
14241 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14242
14243 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14244
14245 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14246 attribute in array range.
14247
14248 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14249
14250 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14251
14252 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14253
14254 PR c++/17132
14255 * gdb.cp/pr17132.cc: New file.
14256 * gdb.cp/pr17132.exp: New file.
14257
14258 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14259
14260 * gdb.python/py-xmethods.py (A_getarrayind)
14261 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14262 Use 'print' with function call syntax.
14263 (E_method_matcher.match): Fix tab vs space indentation mixup.
14264
14265 2014-08-15 Yao Qi <yao@codesourcery.com>
14266
14267 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14268 false.
14269
14270 2014-08-15 Yao Qi <yao@codesourcery.com>
14271
14272 * gdb.cp/casts.exp: Set print symbol off.
14273 * gdb.cp/class2.exp: Likewise.
14274 * gdb.cp/overload.exp: Likewise.
14275 * gdb.cp/templates.exp: Likewise.
14276
14277 2014-08-11 Doug Evans <dje@google.com>
14278
14279 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14280 (test_load_shlib): Update.
14281
14282 2014-08-09 Yao Qi <yao@codesourcery.com>
14283
14284 * gdb.base/display.exp: Invoke is_address_zero_readable.
14285 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14286 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14287 * gdb.base/hbreak-unmapped.exp: Return if
14288 is_address_zero_readable returns true.
14289 * gdb.base/signest.exp: Likewise.
14290 * gdb.base/signull.exp: Likewise.
14291 * gdb.base/sigbpt.exp: Likewise.
14292 * gdb.guile/scm-disasm.exp: Do the test if
14293 is_address_zero_readable returns false.
14294 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14295 * gdb.python/py-arch.exp: Likewise.
14296 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14297 * lib/gdb.exp (is_address_zero_readable): New proc.
14298
14299 2014-08-09 Yao Qi <yao@codesourcery.com>
14300
14301 PR testsuite/13443
14302 * gdb.mi/mi-var-display.exp: Make test messages unique.
14303
14304 2014-08-04 Tom Tromey <tromey@redhat.com>
14305
14306 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14307 target 0".
14308
14309 2014-08-04 Tom Tromey <tromey@redhat.com>
14310
14311 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14312 "target_resume".
14313
14314 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14317 inner_vla_struct_object_size.
14318 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14319 as xfail.
14320
14321 2014-07-30 Pedro Alves <palves@redhat.com>
14322
14323 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14324 comment.
14325
14326 2014-07-29 Yao Qi <yao@codesourcery.com>
14327
14328 PR gdb/17206
14329 * gdb.base/until-nodebug.exp: New.
14330
14331 2014-07-28 Doug Evans <xdje42@gmail.com>
14332
14333 PR guile/17203
14334 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14335 previously existing parameter, and previously ambiguously spelled
14336 parameter.
14337
14338 2014-07-28 Will Newton <will.newton@linaro.org>
14339
14340 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14341
14342 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14343 Doug Evans <xdje42@gmail.com>
14344
14345 PR guile/17146
14346 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14347
14348 2014-07-25 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.threads/signal-command-handle-nopass.c: New file.
14351 * gdb.threads/signal-command-handle-nopass.exp: New file.
14352 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14353 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14354 * gdb.threads/signal-delivered-right-thread.c: New file.
14355 * gdb.threads/signal-delivered-right-thread.exp: New file.
14356
14357 2014-07-25 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.base/double-prompt-target-event-error.exp
14360 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14361 match.
14362 (cancel_pagination_in_target_event): Rework double prompt
14363 detection.
14364 * gdb.base/paginate-after-ctrl-c-running.exp
14365 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14366 <return>' match.
14367 * gdb.base/paginate-bg-execution.exp
14368 (test_bg_execution_pagination_return)
14369 (test_bg_execution_pagination_cancel): Remove '-notransfer
14370 <return>' matches.
14371 * gdb.base/paginate-execution-startup.exp
14372 (test_fg_execution_pagination_return)
14373 (test_fg_execution_pagination_cancel): Remove '-notransfer
14374 <return>' matches.
14375 * gdb.base/paginate-inferior-exit.exp
14376 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14377 match.
14378 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14379 * lib/gdb.exp (pagination_prompt): Run text through
14380 string_to_regexp.
14381 (gdb_test_multiple): Match $pagination_prompt instead of
14382 "<return>".
14383 (string_to_regexp): Move to lib/gdb-utils.exp.
14384
14385 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14386
14387 * gdb.arch/amd64-entry-value-paramref.S: New file.
14388 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14389 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14390 * gdb.arch/amd64-optimout-repeat.S: New file.
14391 * gdb.arch/amd64-optimout-repeat.c: New file.
14392 * gdb.arch/amd64-optimout-repeat.exp: New file.
14393
14394 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14395
14396 PR gdb/17170
14397 * gdb.base/statistics.exp: New file.
14398
14399 2014-07-17 Doug Evans <dje@google.com>
14400
14401 PR gdb/17170
14402 * gdb.base/maint.exp: Update testing of per-command stats.
14403
14404 2014-07-16 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14407 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14408 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14409 (tfile_write_buf): New functions.
14410 (add_memory_block): Rewrite using the above.
14411 (adjust_function_address): New function.
14412 (FUNCTION_ADDRESS): New macro.
14413 (write_basic_trace_file): Remove short_x local, and use
14414 tfile_write_16. Change type of func_addr local to unsigned long
14415 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14416 here. Cast argument of add_memory_block to char pointer.
14417 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14418 (main): Remove parameters.
14419 * gdb.trace/tfile.exp: Remove nowarnings.
14420
14421 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14422
14423 * gdb.base/debug-expr.exp: Test string evaluation with
14424 "debug expression" on.
14425
14426 2014-07-15 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.base/reread.exp: Use clean_restart.
14429
14430 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14431
14432 * gdb.arch/avr-flash-qualifer.c: New.
14433 * gdb.arch/avr-flash-qualifer.exp: New.
14434
14435 2014-07-14 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14438 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14439
14440 2014-07-14 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.base/double-prompt-target-event-error.c: New file.
14443 * gdb.base/double-prompt-target-event-error.exp: New file.
14444
14445 2014-07-14 Pedro Alves <palves@redhat.com>
14446
14447 PR gdb/17072
14448 * gdb.base/paginate-inferior-exit.c: New file.
14449 * gdb.base/paginate-inferior-exit.exp: New file.
14450
14451 2014-07-14 Pedro Alves <palves@redhat.com>
14452
14453 PR gdb/17072
14454 * gdb.base/paginate-bg-execution.c: New file.
14455 * gdb.base/paginate-bg-execution.exp: New file.
14456
14457 2014-07-14 Pedro Alves <palves@redhat.com>
14458
14459 PR gdb/17072
14460 * gdb.base/paginate-execution-startup.c: New file.
14461 * gdb.base/paginate-execution-startup.exp: New file.
14462 * lib/gdb.exp (pagination_prompt): New global.
14463 (default_gdb_spawn): New procedure, factored out from
14464 default_gdb_spawn.
14465 (default_gdb_start): Adjust to call default_gdb_spawn.
14466 (gdb_spawn): New procedure.
14467
14468 2014-07-14 Pedro Alves <palves@redhat.com>
14469
14470 * lib/gdb.exp (gdb_assert): New procedure.
14471 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14472
14473 2014-07-14 Pedro Alves <palves@redhat.com>
14474
14475 * gdb.base/execution-termios.c: New file.
14476 * gdb.base/execution-termios.exp: New file.
14477
14478 2014-07-14 Tom Tromey <tromey@redhat.com>
14479
14480 * gdb.cp/vla-cxx.cc: New file.
14481 * gdb.cp/vla-cxx.exp: New file.
14482
14483 2014-07-14 Tom Tromey <tromey@redhat.com>
14484
14485 * gdb.reverse/rerun-prec.c: New file.
14486 * gdb.reverse/rerun-prec.exp: New file.
14487
14488 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14489 Maciej W. Rozycki <macro@codesourcery.com>
14490
14491 * lib/gdb-utils.exp: New file.
14492 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14493 inline `gdb_init_command' processing.
14494 (gdb_start_cmd): Likewise.
14495 * lib/mi-support.exp (mi_run_cmd): Likewise.
14496 * README: Document `gdb_init_command' and `gdb_init_commands'.
14497
14498 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14499
14500 Fix false FAIL running under a very long directory name.
14501 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14502 and "set print elements 10000". Twice.
14503
14504 2014-07-11 Yao Qi <yao@codesourcery.com>
14505
14506 * gdb.base/exprs.exp: "set print symbol off".
14507
14508 2014-07-11 Pedro Alves <palves@redhat.com>
14509
14510 * gdb.threads/kill.c: New file.
14511 * gdb.threads/kill.exp: New file.
14512
14513 2014-07-10 Yao Qi <yao@codesourcery.com>
14514
14515 * gdb.trace/tfile.c (write_basic_trace_file)
14516 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14517 address written to trace file.
14518
14519 2014-07-09 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/attach-wait-input.exp: New file.
14522 * gdb.base/attach-wait-input.c: New file.
14523
14524 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14525
14526 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14527 setting up test structures.
14528 (main): Call new test function.
14529 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14530 test function, continue into test function and walk test
14531 structures.
14532
14533 2014-07-02 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14536 'bar_start' at the beginning of functions 'foo' and 'bar'
14537 respectively.
14538 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14539 instead of 'foo' and 'bar'.
14540
14541 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14542
14543 * gdb.btrace/segv.exp: New.
14544 * gdb.btrace/segv.c: New.
14545
14546 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14547
14548 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14549 instruction.
14550
14551 2014-06-30 Mark Wielaard <mjw@redhat.com>
14552
14553 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14554 vulture, vilify, villar): New volatile array constants.
14555 (vindictive, vegetation): New const volatile array constants.
14556 * gdb.base/volatile.exp: Test volatile and const volatile array
14557 types.
14558
14559 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14560
14561 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14562 target lacks support for awatch, rwatch, or hbreak.
14563
14564 2014-06-27 Yao Qi <yao@codesourcery.com>
14565
14566 * gdb.multi/dummy-frame-restore.exp: New.
14567 * gdb.multi/dummy-frame-restore.c: New.
14568
14569 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14570
14571 * gdb.btrace/gcore.exp: New.
14572
14573 2014-06-23 Pedro Alves <palves@redhat.com>
14574
14575 * gdb.base/watchpoint-reuse-slot.c: New file.
14576 * gdb.base/watchpoint-reuse-slot.exp: New file.
14577
14578 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14579
14580 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14581 progspace's filename in 'info', 'enable' and 'disable' command
14582 tests.
14583
14584 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14585
14586 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14587 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14588 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14589
14590 2014-06-20 Gary Benson <gbenson@redhat.com>
14591
14592 * gdb.arch/i386-avx.exp: Fix include file location.
14593 * gdb.arch/i386-sse.exp: Likewise.
14594
14595 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14596
14597 * gdb.dlang/expression.exp: New file.
14598
14599 2014-06-19 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14602 out from ...
14603 (top level): ... here. Iterate running tests under different
14604 scheduler-locking settings.
14605
14606 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14607
14608 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14609 to DW_FORM_addr and use non-zero addresses.
14610
14611 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14612
14613 PR gdb/17017
14614 * gdb.python/py-xmethods.cc: Add global function call counters and
14615 increment them in their respective functions. Remove "cout"
14616 statements.
14617 * gdb.python/py-xmethods.exp: Make tests check the global function
14618 call counters instead of depending on inferior IO.
14619
14620 2014-06-18 Don Breazeal <donb@codesourcery.com>
14621
14622 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14623 Deleted procedure.
14624 (explicit_fork_parent_follow): Deleted procedure.
14625 (explicit_fork_child_follow): Deleted procedure.
14626 (test_follow_fork): New procedure.
14627 (do_fork_tests): Replace calls to deleted procedures with
14628 calls to test_follow_fork and reset GDB for subsequent
14629 procedure calls.
14630
14631 2014-06-17 Yao Qi <yao@codesourcery.com>
14632
14633 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14634 CP1252.
14635
14636 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14637
14638 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14639 Initialize ptr and S explicitly.
14640 (skip_type_update_when_not_use_rtti_test): Likewise.
14641
14642 2014-06-16 Keith Seitz <keiths@redhat.com>
14643
14644 PR mi/15863
14645 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14646 the inferior is started.
14647
14648 2014-06-16 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.base/break-main-file-remove-fail.c: New file.
14651 * gdb.base/break-main-file-remove-fail.exp: New file.
14652 * gdb.base/break-unload-file.exp: Use build_executable instead of
14653 prepare_for_testing.
14654 (test_break): New parameter "initial_load". Handle it.
14655 (top level): Add initial_load cmdline/file axis.
14656
14657 2014-06-12 Tom Tromey <tromey@redhat.com>
14658
14659 * gdb.base/completion.exp: Don't use directory name in test.
14660
14661 2014-06-09 Gary Benson <gbenson@redhat.com>
14662
14663 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14664 separate the always-available ANSI-standard signals from the
14665 signals that require checking.
14666 (main): Likewise.
14667 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14668 Likewise.
14669 (main): Likewise.
14670
14671 2014-06-07 Keith Seitz <keiths@redhat.com>
14672
14673 Revert:
14674 PR c++/16253
14675 * gdb.cp/var-tag.cc: New file.
14676 * gdb.cp/var-tag.exp: New file.
14677 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14678 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14679 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14680 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14681
14682 2014-06-06 Doug Evans <xdje42@gmail.com>
14683
14684 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14685
14686 2014-06-06 Pedro Alves <palves@redhat.com>
14687
14688 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14689 in target debug output instead of looking at RSP packets,
14690 disabling the test on any target that uses hardware stepping.
14691 Update comments.
14692
14693 2014-06-06 Pedro Alves <palves@redhat.com>
14694
14695 * gdb.base/break-unload-file.exp: Fix typo.
14696
14697 2014-06-06 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14700 from "jit_function" to "^jit_function".
14701
14702 2014-06-06 Yao Qi <yao@codesourcery.com>
14703
14704 * gdb.base/async.c (foo): Add one statement.
14705 * gdb.base/async.exp: Get the next instruction address and
14706 match the output of "nexti" by instruction address. Match
14707 the hex address in the output of "finish".
14708
14709 2014-06-06 Gary Benson <gbenson@redhat.com>
14710
14711 * gdb.base/call-signals.c: Remove preprocessor conditionals
14712 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14713 SIGSEGV and SIGTERM.
14714 * gdb.base/sigall.c: Likewise.
14715 * gdb.base/unwindonsignal.c: Likewise.
14716 * gdb.reverse/sigall-reverse.c: Likewise.
14717
14718 2014-06-06 Yao Qi <yao@codesourcery.com>
14719
14720 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14721 readable, skip the test.
14722
14723 2014-06-06 Yao Qi <yao@codesourcery.com>
14724
14725 * gdb.threads/staticthreads.c (thread_function): Move the line
14726 setting breakpoint on forward.
14727 * gdb.threads/staticthreads.exp: Update comments.
14728
14729 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14730
14731 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14732 "history-append! type error".
14733
14734 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14735
14736 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14737 erroneous dprintf expected input.
14738
14739 2014-06-04 Doug Evans <xdje42@gmail.com>
14740
14741 * gdb.guile/scm-generics.exp: Delete.
14742
14743 2014-06-04 Doug Evans <xdje42@gmail.com>
14744
14745 * gdb.guile/scm-breakpoint.exp: Update.
14746 Add tests for breakpoint registration.
14747
14748 2014-06-04 Tom Tromey <tromey@redhat.com>
14749
14750 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14751 VLA-in-union.
14752 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14753 inner_vla_struct, vla_union types. Initialize objects of those
14754 types and compute their sizes.
14755
14756 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14757 Hui Zhu <hui@codesourcery.com>
14758
14759 * gdb.base/fileio.exp: Add test for shell not available as well as
14760 available.
14761 * gdb.base/fileio.c (test_system): Check for shell twice.
14762
14763 2014-06-04 Yao Qi <yao@codesourcery.com>
14764
14765 * gdb.base/auto-connect-native-target.exp: Remove redundant
14766 space from the regexp pattern.
14767
14768 2014-06-04 Yao Qi <yao@codesourcery.com>
14769
14770 * gdb.base/default.exp: Replace "child" with "native" in
14771 regexp pattern.
14772
14773 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14774
14775 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14776 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14777 * gdb.python/py-xmethods.py: Python script supporting the
14778 new testcase and tests.
14779
14780 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14781 Pedro Alves <palves@redhat.com>
14782
14783 PR breakpoints/17000
14784 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14785 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14786
14787 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14788
14789 * gdb.base/subst.exp: Add tests to verify partial path matching
14790 output.
14791
14792 2014-06-03 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14795 target that doesn't use software single-stepping.
14796
14797 2014-06-03 Pedro Alves <palves@redhat.com>
14798
14799 PR breakpoints/17000
14800 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14801 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14802
14803 2014-06-02 Doug Evans <xdje42@gmail.com>
14804
14805 * gdb.guile/scm-parameter.exp: New file.
14806
14807 2014-06-02 Doug Evans <xdje42@gmail.com>
14808
14809 * gdb.guile/scm-cmd.c: New file.
14810 * gdb.guile/scm-cmd.exp: New file.
14811
14812 2014-06-02 Doug Evans <xdje42@gmail.com>
14813
14814 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14815 pretty-printer lookup.
14816 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14817 (make-pp_s-printer): Call it.
14818 (make-pretty-printer-from-dict): New function.
14819 (lookup-pretty-printer-maker-from-dict): New function.
14820 (*pretty-printer*): Simplify.
14821 (make-objfile-pp_s-printer): New function.
14822 (install-objfile-pretty-printers!): New function.
14823 (make-progspace-pp_s-printer): New function.
14824 (install-progspace-pretty-printers!): New function.
14825 * gdb.guile/scm-progspace.c: New file.
14826 * gdb.guile/scm-progspace.exp: New file.
14827
14828 2014-06-02 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/dprintf-bp-same-addr.c: New file.
14831 * gdb.base/dprintf-bp-same-addr.exp: New file.
14832
14833 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14834
14835 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14836 * gdb.arch/powerpc-power.s: Likewise.
14837
14838 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14839
14840 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14841
14842 2014-06-01 Yao Qi <yao@codesourcery.com>
14843
14844 * gdb.base/watchpoint.exp (test_watch_location): Check null
14845 pointer can be dereferenced. If not, do the test, otherwise
14846 skip it.
14847
14848 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14849
14850 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14851 results.
14852 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14853
14854 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14855
14856 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14857 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14858 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14859 * gdb.arch/amd64-invalid-stack-top.c: New file.
14860 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14861
14862 2014-05-30 Pedro Alves <palves@redhat.com>
14863
14864 PR breakpoints/17000
14865 * gdb.base/sss-bp-on-user-bp.c: New file.
14866 * gdb.base/sss-bp-on-user-bp.exp: New file.
14867
14868 2014-05-30 David Blaikie <dblaikie@gmail.com>
14869
14870 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14871 gnu_inline semantics via attribute.
14872 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14873 source explicitly specifies the required semantics.
14874
14875 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14876
14877 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14878
14879 2014-05-29 Pedro Alves <palves@redhat.com>
14880 Tom Tromey <tromey@redhat.com>
14881
14882 * gdb.base/async-shell.exp: Don't enable target-async.
14883 * gdb.base/async.exp
14884 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14885 parameter. Adjust.
14886 (top level): Don't test with "target-async".
14887 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14888 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14889 * gdb.base/inferior-died.exp: Don't enable target-async.
14890 * gdb.base/interrupt-noterm.exp: Likewise.
14891 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14892 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14893 * gdb.mi/mi-nonstop.exp: Likewise.
14894 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14895 * gdb.mi/mi-nsintrall.exp: Likewise.
14896 * gdb.mi/mi-nsmoribund.exp: Likewise.
14897 * gdb.mi/mi-nsthrexec.exp: Likewise.
14898 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14899 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14900 * gdb.python/py-evsignal.exp: Don't enable target-async.
14901 * gdb.python/py-evthreads.exp: Likewise.
14902 * gdb.python/py-prompt.exp: Likewise.
14903 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14904 * gdb.server/solib-list.exp: Don't enable target-async.
14905 * gdb.threads/thread-specific-bp.exp: Likewise.
14906 * lib/mi-support.exp: Adjust to use mi-async.
14907
14908 2014-05-29 Pedro Alves <palves@redhat.com>
14909
14910 PR gdb/13860
14911 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14912 reason, even in sync mode.
14913
14914 2014-05-29 Pedro Alves <palves@redhat.com>
14915 Hui Zhu <hui@codesourcery.com>
14916
14917 PR PR15693
14918 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14919 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14920 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14921 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14922
14923 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14924
14925 * config/monitor.exp (gdb_target_monitor): Replace use of
14926 "set remotebaud" by "set serial baud".
14927
14928 2014-05-26 Andy Wingo <wingo@igalia.com>
14929
14930 * gdb.guile/scm-breakpoint.exp:
14931 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14932 properties instead of gdb-object-properties.
14933
14934 2014-05-26 Yao Qi <yao@codesourcery.com>
14935
14936 * gdb.server/no-thread-db.exp: Specify source file name
14937 explicitly when setting a breakpoint.
14938
14939 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14940
14941 * gdb.btrace/vdso.c: New.
14942 * gdb.btrace/vdso.exp: New.
14943
14944 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14945
14946 * gdb.base/gcore.exp (capture_command_output): Move ...
14947 * lib/gdb.exp (capture_command_output): ... here.
14948
14949 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14950
14951 * gdb.btrace/data.exp: Test memory access during btrace replay.
14952
14953 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14954
14955 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14956
14957 2014-05-21 Pedro Alves <palves@redhat.com>
14958
14959 PR gdb/13860
14960 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14961 (top level): Test that output related to execution commands is
14962 sent to the console with CLI commands, but not with MI commands.
14963 Test that breakpoint events are always mirrored to the console.
14964 Also expect the new source line to be output after a "next" in
14965 async mode too. Make it a pass/fail test.
14966 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14967 output.
14968 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14969
14970 2014-05-21 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14973 Use them to test variations of "list" after reaching a breakpoint.
14974 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14975 Test "list" with listsize 10 after reaching a breakpoint.
14976 * gdb.python/python.exp (decode_line current location line
14977 number): Adjust expected line number.
14978
14979 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14980
14981 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14982 behavior for $args, pass it directly to "run".
14983
14984 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14985
14986 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14987 30000 to 65536.
14988
14989 2014-05-21 Pedro Alves <palves@redhat.com>
14990
14991 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14992 auto-connect-native-target off".
14993 * gdb.base/auto-connect-native-target.c: New file.
14994 * gdb.base/auto-connect-native-target.exp: New file.
14995
14996 2014-05-21 Pedro Alves <palves@redhat.com>
14997
14998 * gdb.base/default.exp: Test "target native" instead of "target
14999 child".
15000
15001 2014-05-21 Mark Wielaard <mjw@redhat.com>
15002
15003 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15004
15005 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15006
15007 Fix TLS access for -static -pthread.
15008 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15009 <HAVE_TLS> (thread_function, main): Initialize it.
15010 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15011 Add clean_restart.
15012 <$have_tls != "">: Check TLSVAR.
15013
15014 2014-05-21 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.base/dcache-line-read-error.c: New.
15017 * gdb.base/dcache-line-read-error.exp: New.
15018
15019 2014-05-20 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.base/compare-sections.c: New file.
15022 * gdb.base/compare-sections.exp: New file.
15023
15024 2014-05-20 Pedro Alves <palves@redhat.com>
15025
15026 * gdb.base/break-idempotent.c: New file.
15027 * gdb.base/break-idempotent.exp: New file.
15028
15029 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15030
15031 * gdb.btrace/nohist.exp: New.
15032
15033 2014-05-20 Yao Qi <yao@codesourcery.com>
15034
15035 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15036 gdb.reverse directory and gdb_reverse_timeout exists in board
15037 setting.
15038 * README: Document gdb_reverse_timeout.
15039
15040 2014-05-20 Yao Qi <yao@codesourcery.com>
15041
15042 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15043 'test_file_name'. Treat args as a string instead of a list.
15044 (gdb_init): Rename argument 'args' by 'test_file_name'.
15045
15046 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 * gdb.arch/powerpc-power.exp: New file.
15049 * gdb.arch/powerpc-power.s: New file.
15050
15051 2014-05-16 Doug Evans <dje@google.com>
15052
15053 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15054 * gdb.base/completion.exp: Check that all expected files exist
15055 before doing file completion.
15056
15057 2014-05-16 Doug Evans <dje@google.com>
15058
15059 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15060 Update.
15061 (do_syscall_tests_without_xml): Update.
15062
15063 2014-05-16 Pedro Alves <palves@redhat.com>
15064
15065 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15066 instead of "unknown output after running".
15067
15068 2014-05-16 Yao Qi <yao@codesourcery.com>
15069
15070 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15071 file1.txt from host at the end.
15072 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15073
15074 2014-05-15 Doug Evans <dje@google.com>
15075
15076 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15077 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15078 loading file. Add test for TU lookup.
15079
15080 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15081
15082 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15083 calling "-exec-arguments" or "set args" before running the
15084 inferior.
15085
15086 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15087
15088 * lib/mi-support.exp (mi_expect_stop): Expect message for
15089 inferiors that exit with non-zero exit code.
15090
15091 2014-05-14 Yao Qi <yao@codesourcery.com>
15092
15093 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15094 match absolute path on remote host.
15095 (test_file_list_exec_source_files): Remove "/" from the
15096 pattern.
15097
15098 2014-05-14 Yao Qi <yao@codesourcery.com>
15099
15100 * boards/local-remote-host-notty.exp (${board}_file): New
15101 proc.
15102
15103 2014-05-07 Kyle McMartin <kyle@redhat.com>
15104
15105 Pushed by Joel Brobecker <brobecker@adacore.com>.
15106 * gdb.arch/aarch64-atomic-inst.c: New file.
15107 * gdb.arch/aarch64-atomic-inst.exp: New file.
15108
15109 2014-05-07 Yao Qi <yao@codesourcery.com>
15110
15111 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15112 in current context" too.
15113
15114 2014-05-05 Keith Seitz <keiths@redhat.com>
15115
15116 * gdb.linespec/ls-dollar.exp: Add test for linespec
15117 file:convenience_variable.
15118
15119 2014-05-05 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15122 traceframes into tfile and ctf trace files. Read data from
15123 trace file and test collected data.
15124 (gdb_collect_locals_test): Likewise.
15125 (gdb_unavailable_registers_test): Likewise.
15126 (gdb_unavailable_floats): Likewise.
15127 (gdb_collect_globals_test): Likewise.
15128 (top-level): Append "ctf" to trace_file_targets if GDB
15129 supports.
15130
15131 2014-05-05 Yao Qi <yao@codesourcery.com>
15132
15133 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15134 code to ...
15135 (gdb_collect_args_test_1): ... it. New proc.
15136 (gdb_collect_locals_test): Move some code to ...
15137 (gdb_collect_locals_test_1): ... it. New proc.
15138 (gdb_unavailable_registers_test): Move some code to ...
15139 (gdb_unavailable_registers_test_1): ... it. New proc.
15140 (gdb_unavailable_floats): Move some code to ...
15141 (gdb_unavailable_floats_1): ... it. New proc.
15142
15143 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15144
15145 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15146 probes to test for bitness recognition.
15147 * gdb.arch/amd64-stap-optional-prefix.exp
15148 (test_probe_value_without_reg): New procedure.
15149 Add code to test for different kinds of bitness.
15150
15151 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15152
15153 PR breakpoints/16889
15154 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15155 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15156
15157 2014-05-01 Pedro Alves <palves@redhat.com>
15158
15159 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15160 gdb_file_cmd if no file is specified.
15161 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15162 last_loaded_file to set the remote exec-file.
15163
15164 2014-05-01 Pedro Alves <palves@redhat.com>
15165
15166 * boards/local-remote-host.exp: New file.
15167
15168 2014-05-01 Pedro Alves <palves@redhat.com>
15169
15170 * boards/local-remote-host.exp: Rename to ...
15171 * boards/local-remote-host-notty.exp: ... this.
15172
15173 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15174
15175 * gdb.ada/dyn_arrayidx: New testcase.
15176
15177 2014-04-26 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15180 and compute the length of function main. Save it in
15181 $main_length.
15182 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15183 (top-level): Use gdb_compile to compile objects into
15184 executable and restart GDB. Remove invocation to
15185 prepare_for_testing.
15186
15187 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15188 Pedro Alves <palves@redhat.com>
15189
15190 PR server/16255
15191 * gdb.multi/multi-attach.c: New file.
15192 * gdb.multi/multi-attach.exp: New file.
15193
15194 2014-04-25 Pedro Alves <palves@redhat.com>
15195
15196 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15197 user.
15198 (top level): Test that "set remote conditional-breakpoints-packet
15199 off" works as intended.
15200 * gdb.base/dprintf.exp: Test that "set remote
15201 breakpoint-commands-packet off" works as intended.
15202 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15203 New function.
15204 (top level): Call it.
15205 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15206 remote fast-tracepoints-packet off" works as intended.
15207 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15208 * lib/gdb.exp (gdb_is_target_remote): ... here.
15209
15210 2014-04-24 David Blaikie <dblaikie@gmail.com>
15211
15212 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15213 ensure clang would not discard them.
15214 * gdb.base/gdbvars.c: Ditto.
15215 * gdb.base/memattr.c: Ditto.
15216 * gdb.base/whatis.c: Ditto.
15217 * gdb.python/py-prettyprint.c: Ditto.
15218 * gdb.trace/actions.c: Ditto.
15219 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15220 ensure clang would not discard it.
15221
15222 2014-04-24 David Blaikie <dblaikie@gmail.com>
15223
15224 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15225 clang to emit the full definition of type required by the test
15226 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15227
15228 2014-04-24 David Blaikie <dblaikie@gmail.com>
15229
15230 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15231 coax Clang into emitting the definition of the type.
15232 * gdb.cp/pr10728-x.h (y): Ditto.
15233 * gdb.cp/pr10728-y.cc (y): Ditto.
15234
15235 2014-04-24 David Blaikie <dblaikie@gmail.com>
15236
15237 * gdb.base/label.exp: XFAIL label related tests under Clang.
15238 * gdb.cp/cplabel.exp: Ditto.
15239 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15240 under Clang those using labels.
15241
15242 2014-04-25 Yao Qi <yao@codesourcery.com>
15243
15244 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15245 double_label.
15246 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15247 partial_label and double_label.
15248
15249 2014-04-24 David Blaikie <dblaikie@gmail.com>
15250
15251 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15252
15253 2014-04-24 David Blaikie <dblaikie@gmail.com>
15254
15255 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15256 of the function to work across GCC and Clang.
15257 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15258 pointer types (const void ** const V void **).
15259
15260 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15261 Walfred Tedeschi <walfred.tedeschi@intel.com>
15262
15263 * Makefile.in (EXECUTABLES): Added i386-avx512.
15264 * gdb.arch/i386-avx512.c: New file.
15265 * gdb.arch/i386-avx512.exp: Likewise.
15266
15267 2014-04-23 Keith Seitz <keiths@redhat.com>
15268
15269 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15270 (mi_make_breakpoint_table): New procedure.
15271 (mi_create_breakpoint): Use mi_make_breakpoint
15272 and return the result.
15273 (mi_make_breakpoint): New procedure.
15274 (mi_build_kv_pairs): New procedure.
15275
15276 * gdb.mi/mi-break.exp: Remove unused globals,
15277 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15278 All callers updated.
15279 * gdb.mi/mi-dprintf.exp: Use variable to track command
15280 number.
15281 Update all callers of mi_create_breakpoint and use
15282 mi_make_breakpoint_table.
15283 Remove any unused global variables.
15284 * gdb.mi/mi-nonstop.exp: Likewise.
15285 * gdb.mi/mi-nsintrall.exp: Likewise.
15286 * gdb.mi/mi-nsmoribund.exp: Likewise.
15287 * gdb.mi/mi-nsthrexec.exp: Likewise.
15288 * gdb.mi/mi-reverse.exp: Likewise.
15289 * gdb.mi/mi-simplerun.exp: Likewise.
15290 * gdb.mi/mi-stepn.exp: Likewise.
15291 * gdb.mi/mi-syn-frame.exp: Likewise.
15292 * gdb.mi/mi-until.exp: Likewise.
15293 * gdb.mi/mi-var-cp.exp: Likewise.
15294 * gdb.mi/mi-var-display.exp: Likewise.
15295 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15296 * gdb.mi/mi2-var-child.exp: Likewise.
15297 * gdb.mi/mi-vla-c99.exp: Likewise.
15298 * lib/mi-support.exp: Likewise.
15299
15300 From Ian Lance Taylor <iant@cygnus.com>:
15301 * lib/gdb.exp (parse_args): New procedure.
15302
15303 2014-04-23 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.base/break-unload-file.c: New file.
15306 * gdb.base/break-unload-file.exp: New file.
15307 * gdb.base/sym-file-lib.c (baz): New function.
15308 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15309 field.
15310 (load): Store the segment's mapped size.
15311 (unload): New function.
15312 (unload_shlib): New function.
15313 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15314 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15315 set a breakpoint at baz, and call it.
15316 * gdb.base/sym-file.exp: New tests for stale breakpoint
15317 instructions.
15318
15319 2014-04-23 Pedro Alves <palves@redhat.com>
15320
15321 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15322 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15323 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15324 * gdb.base/hbreak-unmapped.c: New file.
15325 * gdb.base/hbreak-unmapped.exp: New file.
15326 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15327 * lib/gdb.exp (gdb_is_target_remote): ... here.
15328
15329 2014-04-22 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.base/consecutive-step-over.c: New file.
15332 * gdb.base/consecutive-step-over.exp: New file.
15333
15334 2014-04-22 Pedro Alves <palves@redhat.com>
15335
15336 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15337 instead of send_gdb/gdb_expect.
15338
15339 2014-04-22 Yao Qi <yao@codesourcery.com>
15340
15341 * lib/trace-support.exp (generate_tracefile): New procedure.
15342 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15343 return 0.
15344 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15345 if generate_tracefile returns 1.
15346
15347 2014-04-18 Tom Tromey <palves@redhat.com>
15348 Pedro alves <tromey@redhat.com>
15349
15350 PR backtrace/15558
15351 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15352 with a backtrace limit.
15353 * gdb.python/py-frame-inline.exp: Test running to an inline
15354 function with a backtrace limit, and printing the newest frame.
15355 * gdb.python/py-frame-inline.c (main): Call f.
15356
15357 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15358
15359 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15360
15361 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15362
15363 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15364 Drop prefix from unsupported source file path.
15365
15366 2014-04-17 Yao Qi <yao@codesourcery.com>
15367
15368 * lib/gdb.exp (with_target_charset): New proc.
15369 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15370 with_target_charset.
15371 (test_print_strings): Likewise.
15372 (test_repeat_bytes): Likewise.
15373 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15374 for some tests.
15375
15376 2014-04-16 Keith Seitz <keiths@redhat.com>
15377
15378 PR gdb/15827
15379 * gdb.dwarf2/corrupt.c: New file.
15380 * gdb.dwarf2/corrupt.exp: New file.
15381
15382 2014-04-16 Keith Seitz <keiths@redhat.com>
15383
15384 PR c++/16597
15385 * gdb.cp/namelessclass.cc: New file.
15386 * gdb.cp/namelessclass.exp: New file.
15387 * gdb.cp/namelessclass.S: New file.
15388
15389 2014-04-16 Doug Evans <dje@google.com>
15390
15391 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15392 Add comment.
15393 (gdbserver_default_get_comm_port): New function.
15394 (gdbserver_start): Check if board file provided
15395 "gdbserver,get_comm_port" and use it if so.
15396 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15397 (gdb,socketport): Set to "stdio".
15398 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15399 (stdio_gdbserver_template): Delete.
15400 (${board}_get_remote_address): Update.
15401 (${board}_build_remote_cmd): Delete.
15402 (${board}_get_comm_port): New function.
15403 (${board}_spawn): Update.
15404 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15405 Delete.
15406 (${board}_get_remote_address): Update.
15407 (${board}_get_comm_port): New function.
15408
15409 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15410
15411 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15412 appearing in any order.
15413
15414 2014-04-15 Doug Evans <dje@google.com>
15415
15416 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15417 uninitialized value of "description".
15418
15419 2014-04-15 Keith Seitz <keiths@redhat.com>
15420
15421 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15422 Remove unused globals.
15423 (test_running_the_program): Likewise.
15424 (test_controlled_execution): Likewise.
15425 (test_controlling_breakpoints): Likewise.
15426 (test_program_termination): Likewise.
15427
15428 2014-04-15 Keith Seitz <keiths@redhat.com>
15429
15430 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15431 unused globals.
15432 (test_rbreak_creation_and_listing): Likewise.
15433 (test_ignore_count): Likewise.
15434 (test_error): Likewise.
15435
15436 2014-04-15 Pedro Alves <palves@redhat.com>
15437
15438 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15439 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15440 sym-file-loader.c.
15441 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15442 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15443 to sym-file-loader.c.
15444 (struct library): Forward declare.
15445 (load_shlib, lookup_function): Change prototypes.
15446 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15447 (translate_offset): Remove declarations.
15448 (get_text_addr): New declaration.
15449 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15450 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15451 sym-file-loader.h.
15452 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15453 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15454 here from sym-file-loader.h.
15455 (struct library): New structure.
15456 (load_shlib, lookup_function): Change prototypes and adjust to
15457 work with a struct library.
15458 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15459 (translate_offset): Make static.
15460 (get_text_addr): New function.
15461 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15462
15463 2014-04-15 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15466
15467 2014-04-15 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.base/sym-file-loader.c: Include <limits.h>.
15470 (SELF_LINK): New define.
15471 (get_origin): New function.
15472 (load_shlib): Use it.
15473 * gdb.base/sym-file.exp: Don't early return if the target is
15474 remote. Use runto_main, and issue fail is that fails. Use
15475 gdb_load_shlibs.
15476 (shlib_name): Delete.
15477 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15478
15479 2014-04-15 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.base/sym-file.exp: Remove regex characters from test
15482 message. Don't refer to breakpoint numbers in test messages.
15483
15484 2014-04-14 Keith Seitz <keiths@redhat.com>
15485
15486 PR c++/16253
15487 * gdb.cp/var-tag.cc: New file.
15488 * gdb.cp/var-tag.exp: New file.
15489 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15490 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15491 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15492 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15493
15494 2014-04-14 Tom Tromey <tromey@redhat.com>
15495
15496 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15497 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15498 type.
15499 * gdb.cp/enum-class.exp: New file.
15500 * gdb.cp/enum-class.cc: New file.
15501
15502 2014-04-14 Tom Tromey <tromey@redhat.com>
15503
15504 * gdb.dwarf2/enum-type.exp: New file.
15505
15506 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15507
15508 * gdb.mi/mi-vla-c99.exp: New file.
15509 * gdb.mi/vla.c: New file.
15510
15511 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15512
15513 * gdb.base/vla-datatypes.c: New file.
15514 * gdb.base/vla-datatypes.exp: New file.
15515
15516 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15517
15518 * gdb.base/vla-ptr.c: New file.
15519 * gdb.base/vla-ptr.exp: New file.
15520
15521 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15522
15523 * gdb.dwarf2/count.exp: New file.
15524
15525 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15526
15527 * gdb.base/vla-sideeffect.c: New file.
15528 * gdb.base/vla-sideeffect.exp: New file.
15529
15530 2014-04-14 David Blaikie <dblaikie@gmail.com>
15531
15532 * gdb.mi/non-stop.c: Add return value for non-void function return
15533 statement.
15534 * gdb.threads/staticthreads.c: Ditto.
15535
15536 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15537 Doug Evans <xdje42@gmail.com>
15538
15539 * gdb.guile/scm-value.c: Improve test case.
15540 * gdb.guile/scm-value.exp: Add new test.
15541
15542 2014-04-11 David Blaikie <dblaikie@gmail.com>
15543
15544 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15545 override Clang's default.
15546
15547 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15548
15549 Revert the following changes (regressions):
15550
15551 * gdb.base/vla-sideeffect.c: New file.
15552 * gdb.base/vla-sideeffect.exp: New file.
15553
15554 * gdb.dwarf2/count.exp: New file.
15555
15556 * gdb.base/vla-multi.c: New file.
15557 * gdb.base/vla-multi.exp: New file.
15558
15559 * gdb.base/vla-ptr.c: New file.
15560 * gdb.base/vla-ptr.exp: New file.
15561
15562 * gdb.base/vla-datatypes.c: New file.
15563 * gdb.base/vla-datatypes.exp: New file.
15564
15565 * gdb.mi/mi-vla-c99.exp: New file.
15566 * gdb.mi/vla.c: New file.
15567
15568 2014-04-11 Keith Seitz <keiths@redhat.com>
15569
15570 PR c++/16675
15571 * gdb.cp/cpsizeof.exp: New file.
15572 * gdb.cp/cpsizeof.cc: New file.
15573
15574 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15575
15576 * gdb.mi/mi-vla-c99.exp: New file.
15577 * gdb.mi/vla.c: New file.
15578
15579 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15580
15581 * gdb.base/vla-datatypes.c: New file.
15582 * gdb.base/vla-datatypes.exp: New file.
15583
15584 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15585
15586 * gdb.base/vla-ptr.c: New file.
15587 * gdb.base/vla-ptr.exp: New file.
15588
15589 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15590
15591 * gdb.base/vla-multi.c: New file.
15592 * gdb.base/vla-multi.exp: New file.
15593
15594 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15595
15596 * gdb.dwarf2/count.exp: New file.
15597
15598 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15599
15600 * gdb.base/vla-sideeffect.c: New file.
15601 * gdb.base/vla-sideeffect.exp: New file.
15602
15603 2014-04-11 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.base/completion.exp: Check file exists before running tests
15606 on file completion.
15607
15608 2014-04-10 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.base/cond-eval-mode.c: New file.
15611 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15612 prepare_for_testing to build the new file. Check result of
15613 runto_main.
15614 (test_break, test_watch): New procedures.
15615 (top level): Use them.
15616
15617 2014-04-08 Pierre Muller <muller@sourceware.org>
15618
15619 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15620 Ctrl-V use for mingw hosts.
15621
15622 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15623
15624 * gdb.python/py-value.c: Improve test case.
15625 * gdb.python/py-value.exp: Add new test.
15626
15627 2014-04-07 David Blaikie <dblaikie@gmail.com>
15628
15629 * lib/compiler.c: Identify the clang compiler.
15630 * lib/compiler.cc: Ditto.
15631
15632 2014-04-03 Yao Qi <yao@codesourcery.com>
15633
15634 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15635
15636 2014-04-01 Anton Blanchard <anton@samba.org>
15637
15638 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15639 messages unique.
15640
15641 2014-04-01 Anton Blanchard <anton@samba.org>
15642
15643 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15644 prepare_for_testing.
15645
15646 2014-04-01 Anton Blanchard <anton@samba.org>
15647
15648 * gdb.arch/ppc64-atomic-inst.c: Remove.
15649 * gdb.arch/ppc64-atomic-inst.S: New file.
15650 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15651
15652 2014-03-31 Doug Evans <dje@google.com>
15653
15654 * gdb.base/print-symbol-loading-lib.c: New file.
15655 * gdb.base/print-symbol-loading-main.c: New file.
15656 * gdb.base/print-symbol-loading.exp: New file.
15657
15658 2014-03-31 Yao Qi <yao@codesourcery.com>
15659
15660 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15661
15662 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15663
15664 * gdb.ada/mi_dyn_arr: New testcase.
15665
15666 2014-03-27 Doug Evans <dje@google.com>
15667
15668 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15669
15670 2014-03-27 Yao Qi <yao@codesourcery.com>
15671
15672 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15673 if target is nios2-*-*.
15674
15675 2014-03-26 Yao Qi <yao@codesourcery.com>
15676
15677 * lib/gdb.exp (readline_is_used): New proc.
15678 * gdb.base/completion.exp: Move tests on command complete up.
15679 Skip the rest of tests if readline is not used.
15680 * gdb.ada/complete.exp: Skp the test if readline is not
15681 used.
15682 * gdb.base/filesym.exp: Likewise.
15683 * gdb.base/macscp.exp: Likewise.
15684 * gdb.base/readline-ask.exp: Likewise.
15685 * gdb.base/readline.exp: Likewise.
15686 * gdb.python/py-cmd.exp: Likewise.
15687 * gdb.trace/tfile.exp: Likewise.
15688
15689 2014-03-26 Yao Qi <yao@codesourcery.com>
15690
15691 * gdb.base/macscp.exp: Fix code format issues.
15692
15693 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15694
15695 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15696 * gdb.asm/powerpc64le.inc: New file.
15697
15698 2014-03-25 Pedro Alves <palves@redhat.com>
15699 Doug Evans <dje@google.com>
15700
15701 * gdb.base/source-execution.c: New file.
15702 * gdb.base/source-execution.exp: New file.
15703 * gdb.base/source-execution.gdb: New file.
15704
15705 2014-03-24 Doug Evans <dje@google.com>
15706
15707 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15708 using fission.
15709
15710 2014-03-24 Hui Zhu <hui@codesourcery.com>
15711 Pedro Alves <palves@redhat.com>
15712
15713 PR breakpoints/16101
15714 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15715 test pass/fail messages. Detect missing support for dprintf when
15716 breakpoints are actually inserted.
15717 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15718 breakpoints are actually inserted.
15719 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15720 fails.
15721
15722 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15723
15724 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15725
15726 2014-03-22 Doug Evans <xdje42@gmail.com>
15727
15728 * gdb.python/python.exp (python not supported): Verify multi-line
15729 python command issues an error.
15730 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15731 guile command issues an error.
15732
15733 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15734
15735 * gdb.threads/thread-specific.exp: Handle the lack of usable
15736 $this_breakpoint and $this_thread.
15737
15738 2014-03-21 Hui Zhu <hui@codesourcery.com>
15739
15740 * gdb.base/attach.exp (do_command_attach_tests): New.
15741
15742 2014-03-20 Tom Tromey <tromey@redhat.com>
15743 Pedro Alves <palves@redhat.com>
15744
15745 PR cli/15718
15746 * gdb.base/condbreak-call-false.c: New file.
15747 * gdb.base/condbreak-call-false.exp: New file.
15748
15749 2014-03-20 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15752 Delete.
15753 (block_signals, unblock_signals): Delete.
15754 (child_function_2, main): Remove references to deleted variable
15755 and functions.
15756
15757 2014-03-20 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15760 Use pthread_kill to signal thread 2.
15761 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15762 Adjust to make the test send itself a signal rather than using the
15763 host's "kill" command.
15764
15765 2014-03-20 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.threads/multiple-step-overs.c: New file.
15768 * gdb.threads/multiple-step-overs.exp: New file.
15769 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15770 Adjust expected infrun debug output.
15771
15772 2014-03-20 Pedro Alves <palves@redhat.com>
15773
15774 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15775 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15776
15777 2014-03-20 Pedro Alves <palves@redhat.com>
15778
15779 PR breakpoints/7143
15780 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15781 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15782 of gdb_test_multiple.
15783 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15784 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15785
15786 2014-03-20 Pedro Alves <palves@redhat.com>
15787
15788 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15789 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15790
15791 2014-03-19 Pedro Alves <palves@redhat.com>
15792
15793 * gdb.base/async.exp: Remove early return.
15794
15795 2014-03-19 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15798
15799 2014-03-19 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/async.exp (test_background): Expect \r\n after
15802 "completed." in the fail pattern.
15803
15804 2014-03-19 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.base/async.exp (test_background): New procedure.
15807 Use it for all background execution command tests.
15808
15809 2014-03-19 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.base/async.exp: Use prepare_for_testing.
15812
15813 2014-03-19 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15816 the same line.
15817
15818 2014-03-19 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/async.c (main): Add "jump here" and "until here" line
15821 marker comments.
15822 * gdb.base/async.exp (jump_here): New global.
15823 (jump& test): Use it.
15824 (until_here): New global.
15825 (until& test): Use it.
15826
15827 2014-03-19 Pedro Alves <palves@redhat.com>
15828
15829 * gdb.base/async.exp: Don't frob gdb_protocol.
15830
15831 2014-03-18 Doug Evans <xdje42@gmail.com>
15832
15833 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15834 Fix spelling of exec-done-display.
15835
15836 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15837
15838 PR gdb/15358
15839 * gdb.base/gdb-sigterm.c: New file.
15840 * gdb.base/gdb-sigterm.exp: New file.
15841
15842 2014-03-18 Pedro Alves <palves@redhat.com>
15843
15844 PR gdb/13860
15845 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15846 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15847 solib-event.
15848
15849 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15850
15851 * gdb.ada/pckd_arr_ren: New testcase.
15852
15853 2014-03-13 Doug Evans <xdje42@gmail.com>
15854
15855 PR guile/16612
15856 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15857 collect after discarding symbols.
15858
15859 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15860 Doug Evans <xdje42@gmail.com>
15861
15862 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15863 to history survives a gc.
15864
15865 2014-03-13 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.base/default.exp: Don't test "target procfs".
15868
15869 2014-03-13 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/default.exp: Update "target child" and "target procfs"
15872 tests to not expect "Unix".
15873
15874 2014-03-12 Tom Tromey <tromey@redhat.com>
15875
15876 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15877 New procs. Add target-async tests.
15878 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15879 Add target-async tests.
15880
15881 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15882
15883 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15884 'func_start' and 'func_end' for the beginning and end of the
15885 function code, respectively.
15886 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15887 'func_end' instead of 'func' and 'main'.
15888
15889 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15890
15891 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15892 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15893 generate the debug info assembler source.
15894
15895 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15896
15897 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15898 * gdb.dwarf2/arr-subrange.exp: Likewise.
15899 * gdb.dwarf2/dwz.exp: Likewise.
15900 * gdb.dwarf2/method-ptr.exp: Likewise.
15901 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15902 * gdb.dwarf2/subrange.exp: Likewise.
15903 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15904 * gdb.dwarf2/implptrpiece.exp: Likewise.
15905 * gdb.dwarf2/nostaticblock.exp: Likewise.
15906
15907 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15908
15909 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15910 directory to absolute path name arguments.
15911
15912 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15913
15914 * gdb.ada/tagged_access: New testcase.
15915
15916 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15917
15918 * gdb.btrace/data.exp: Update expected output.
15919
15920 2014-03-06 Yao Qi <yao@codesourcery.com>
15921
15922 * gdb.trace/pr16508.exp: New file.
15923
15924 2014-03-05 Pedro Alves <palves@redhat.com>
15925
15926 PR gdb/16575
15927 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15928 procedure.
15929 (top level): Adjust to use it. Add tests that exercise breakpoint
15930 interaction with the code-cache.
15931
15932 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15933
15934 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15935 test for 'history-append!'.
15936
15937 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15938
15939 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15940 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15941 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15942 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15943 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15944 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15945
15946 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15947
15948 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15949 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15950 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15951
15952 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15953
15954 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15955
15956 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15957
15958 * gdb.dwarf2/arr-stride.c: New file.
15959 * gdb.dwarf2/arr-stride.exp: New file.
15960
15961 2014-02-26 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15964 that won't ever trigger. Make sure that GDB reports the correct
15965 breakpoint that caused the stop.
15966
15967 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15968
15969 PR gdb/16626
15970 * gdb.base/auto-load-script: New file.
15971 * gdb.base/auto-load.c: New file.
15972 * gdb.base/auto-load.exp: New file.
15973
15974 PR gdb/16626
15975 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15976
15977 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15978
15979 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15980 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15981
15982 2014-02-24 Doug Evans <dje@google.com>
15983
15984 * lib/gdb.exp (run_on_host): Log error output if program fails.
15985
15986 2014-02-21 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.threads/step-after-sr-lock.c: Rename to ...
15989 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15990 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15992 ... this.
15993
15994 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15995
15996 PR tdep/16397
15997 * gdb.arch/amd64-stap-special-operands.exp: New file.
15998 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15999 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16000 * gdb.arch/amd64-stap-triplet.S: Likewise.
16001 * gdb.arch/amd64-stap-triplet.c: Likewise.
16002
16003 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16004
16005 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16006 in .section pseudo-op.
16007
16008 2014-02-20 lin zuojian <manjian2006@gmail.com>
16009 Joel Brobecker <brobecker@adacore.com>
16010 Doug Evans <xdje42@gmail.com>
16011
16012 PR symtab/16581
16013 * gdb.dwarf2/dw2-icycle.S: New file.
16014 * gdb.dwarf2/dw2-icycle.c: New file.
16015 * gdb.dwarf2/dw2-icycle.exp: New file.
16016
16017 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16018
16019 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16020 operations on gdb.Value objects.
16021 * gdb.python/py-value-cc.exp: Add new test to test operations on
16022 gdb.Value objects.
16023
16024 2014-02-18 Doug Evans <dje@google.com>
16025
16026 * Makefile.in (TESTS): New variable.
16027 (expanded_tests, expanded_tests_or_none): New variables
16028 (check-single): Pass $(expanded_tests_or_none) to runtest.
16029 (check-parallel): Only run tests in $(TESTS) if non-empty.
16030 (check/no-matching-tests-found): New rule.
16031 * README: Document TESTS makefile variable.
16032
16033 2014-02-18 Doug Evans <dje@google.com>
16034
16035 * Makefile.in (check-parallel): rm -rf outputs temp.
16036
16037 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16038
16039 Fix "ERROR: no fileid for" in the testsuite.
16040 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16041
16042 2014-02-12 Doug Evans <dje@google.com>
16043
16044 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16045 (MISCELLANEOUS): New variable.
16046 (clean): rm -rf $(MISCELLANEOUS).
16047 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16048 dwp live in the same directory as symlinks, with each symlink pointed
16049 to a differently named file in a different directory.
16050
16051 2014-02-11 Doug Evans <dje@google.com>
16052
16053 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16054 of Tcl file commands.
16055
16056 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16057
16058 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16059 "kill -SIGUSR1 -1".
16060
16061 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16062
16063 * gdb.ada/tick_length_array_enum_idx: New testcase.
16064
16065 2014-02-10 Doug Evans <xdje42@gmail.com>
16066
16067 * configure.ac (AC_OUTPUT): Add gdb.guile.
16068 * configure: Regenerate.
16069 * lib/gdb-guile.exp: New file.
16070 * lib/gdb.exp (get_target_charset): New function.
16071 * gdb.base/help.exp: Update expected output from "apropos apropos".
16072 * gdb.guile/Makefile.in: New file.
16073 * gdb.guile/guile.exp: New file.
16074 * gdb.guile/scm-arch.c: New file.
16075 * gdb.guile/scm-arch.exp: New file.
16076 * gdb.guile/scm-block.c: New file.
16077 * gdb.guile/scm-block.exp: New file.
16078 * gdb.guile/scm-breakpoint.c: New file.
16079 * gdb.guile/scm-breakpoint.exp: New file.
16080 * gdb.guile/scm-disasm.c: New file.
16081 * gdb.guile/scm-disasm.exp: New file.
16082 * gdb.guile/scm-equal.c: New file.
16083 * gdb.guile/scm-equal.exp: New file.
16084 * gdb.guile/scm-error.exp: New file.
16085 * gdb.guile/scm-error.scm: New file.
16086 * gdb.guile/scm-frame-args.c: New file.
16087 * gdb.guile/scm-frame-args.exp: New file.
16088 * gdb.guile/scm-frame-args.scm: New file.
16089 * gdb.guile/scm-frame-inline.c: New file.
16090 * gdb.guile/scm-frame-inline.exp: New file.
16091 * gdb.guile/scm-frame.c: New file.
16092 * gdb.guile/scm-frame.exp: New file.
16093 * gdb.guile/scm-generics.exp: New file.
16094 * gdb.guile/scm-gsmob.exp: New file.
16095 * gdb.guile/scm-iterator.c: New file.
16096 * gdb.guile/scm-iterator.exp: New file.
16097 * gdb.guile/scm-math.c: New file.
16098 * gdb.guile/scm-math.exp: New file.
16099 * gdb.guile/scm-objfile-script-gdb.in: New file.
16100 * gdb.guile/scm-objfile-script.c: New file.
16101 * gdb.guile/scm-objfile-script.exp: New file.
16102 * gdb.guile/scm-objfile.c: New file.
16103 * gdb.guile/scm-objfile.exp: New file.
16104 * gdb.guile/scm-ports.exp: New file.
16105 * gdb.guile/scm-pretty-print.c: New file.
16106 * gdb.guile/scm-pretty-print.exp: New file.
16107 * gdb.guile/scm-pretty-print.scm: New file.
16108 * gdb.guile/scm-section-script.c: New file.
16109 * gdb.guile/scm-section-script.exp: New file.
16110 * gdb.guile/scm-section-script.scm: New file.
16111 * gdb.guile/scm-symbol.c: New file.
16112 * gdb.guile/scm-symbol.exp: New file.
16113 * gdb.guile/scm-symtab-2.c: New file.
16114 * gdb.guile/scm-symtab.c: New file.
16115 * gdb.guile/scm-symtab.exp: New file.
16116 * gdb.guile/scm-type.c: New file.
16117 * gdb.guile/scm-type.exp: New file.
16118 * gdb.guile/scm-value-cc.cc: New file.
16119 * gdb.guile/scm-value-cc.exp: New file.
16120 * gdb.guile/scm-value.c: New file.
16121 * gdb.guile/scm-value.exp: New file.
16122 * gdb.guile/source2.scm: New file.
16123 * gdb.guile/types-module.cc: New file.
16124 * gdb.guile/types-module.exp: New file.
16125
16126 2014-02-10 Yao Qi <yao@codesourcery.com>
16127
16128 PR testsuite/16543
16129 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16130 * configure: Regenerated.
16131 * Makefile.in: New file.
16132
16133 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16134
16135 * gdb.python/py-framefilter.exp: Fix typo.
16136
16137 2014-02-08 Yao Qi <yao@codesourcery.com>
16138
16139 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16140 that no =breakpoint-modified is emitted when breakpoints are
16141 modified through MI commands.
16142
16143 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16144 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.threads/step-after-sr-lock.c: New file.
16147 * gdb.threads/step-after-sr-lock.exp: New file.
16148
16149 2014-02-07 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16152
16153 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16154
16155 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16156 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16157
16158 2014-02-06 Doug Evans <xdje42@gmail.com>
16159
16160 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16161 output.
16162
16163 * gdb.gdb/python-interrupts.exp: New file.
16164
16165 2014-02-05 Yao Qi <yao@codesourcery.com>
16166
16167 * gdb.trace/report.exp (use_collected_data): Test the output
16168 of "info threads" and "info inferiors".
16169
16170 2014-02-05 Yao Qi <yao@codesourcery.com>
16171
16172 Revert this patch:
16173
16174 2013-05-24 Yao Qi <yao@codesourcery.com>
16175
16176 * gdb.trace/tfile.exp: Test inferior and thread.
16177
16178 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16179
16180 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16181 on a function.
16182 * gdb.base/step-bt.c: Call hello via function pointer to make
16183 sure its first instruction is executed on powerpc64le-linux.
16184
16185 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16186
16187 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16188
16189 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16190
16191 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16192 of the test patterns for use on little-endian systems.
16193
16194 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16195
16196 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16197 (decimal_vector): Fix for little-endian.
16198
16199 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16200
16201 * gdb.arch/sparc-sysstep.exp: New file.
16202 * gdb.arch/sparc-sysstep.c: Likewise.
16203
16204 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16205
16206 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16207
16208 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16209
16210 2014-01-23 Tom Tromey <tromey@redhat.com>
16211
16212 * gdb.ada/array_char_idx: New testcase.
16213
16214 2014-01-23 Tom Tromey <tromey@redhat.com>
16215
16216 PR python/16487:
16217 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16218 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16219 classes.
16220
16221 2014-01-23 Tom Tromey <tromey@redhat.com>
16222
16223 PR python/16491:
16224 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16225 string from an inferior frame.
16226 * gdb.python/py-framefilter-mi.exp: Update.
16227
16228 2014-01-22 Doug Evans <dje@google.com>
16229
16230 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16231
16232 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16233
16234 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16235
16236 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16237
16238 * gdb.trace/entry-values.exp: Remove excess space character from
16239 regex patterns. Handle s390 call instruction.
16240
16241 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16242
16243 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16244 define "*_start" label. Make "name" static.
16245 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16246 ${name} by references to ${name}_start.
16247
16248 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16249
16250 * gdb.base/info-macros.exp: Remove "debug" from the compile
16251 options.
16252
16253 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16254
16255 * gdb.dlang/demangle.exp: New file.
16256
16257 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16258
16259 * gdb.dlang/primitive-types.exp: New file.
16260
16261 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16262
16263 * configure.ac: Create gdb.dlang/Makefile.
16264 * configure: Regenerate.
16265 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16266 * gdb.dlang/Makefile.in: New file.
16267 * lib/d-support.exp: New file.
16268 * lib/gdb.exp (skip_d_tests): New proc.
16269
16270 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16271
16272 * gdb.btrace/delta.exp: Check reverse stepi.
16273 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16274 * gdb.btrace/finish.exp: New.
16275 * gdb.btrace/next.exp: New.
16276 * gdb.btrace/nexti.exp: New.
16277 * gdb.btrace/record_goto.c: Add comments.
16278 * gdb.btrace/step.exp: New.
16279 * gdb.btrace/stepi.exp: New.
16280 * gdb.btrace/multi-thread-step.c: New.
16281 * gdb.btrace/multi-thread-step.exp: New.
16282 * gdb.btrace/rn-dl-bind.c: New.
16283 * gdb.btrace/rn-dl-bind.exp: New.
16284 * gdb.btrace/data.c: New.
16285 * gdb.btrace/data.exp: New.
16286 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16287
16288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16289
16290 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16291 * gdb.btrace/exception.exp: Update.
16292 * gdb.btrace/instruction_history.exp: Update.
16293 * gdb.btrace/record_goto.exp: Update.
16294 * gdb.btrace/tailcall.exp: Update.
16295 * gdb.btrace/unknown_functions.exp: Update.
16296 * gdb.btrace/delta.exp: New.
16297
16298 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16299
16300 * gdb.btrace/record_goto.exp: Add backtrace test.
16301 * gdb.btrace/tailcall.exp: Add backtrace test.
16302
16303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16304
16305 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16306 * gdb.btrace/record_goto.c: New.
16307 * gdb.btrace/record_goto.exp: New.
16308 * gdb.btrace/x86-record_goto.S: New.
16309
16310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16311
16312 * gdb.btrace/function_call_history.exp: Update tests.
16313 * gdb.btrace/instruction_history.exp: Update tests.
16314
16315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16316
16317 * gdb.btrace/function_call_history.exp: Fix expected field
16318 order for "record function-call-history".
16319 Add new tests for "record function-call-history /c".
16320 * gdb.btrace/exception.cc: New.
16321 * gdb.btrace/exception.exp: New.
16322 * gdb.btrace/tailcall.exp: New.
16323 * gdb.btrace/x86-tailcall.S: New.
16324 * gdb.btrace/x86-tailcall.c: New.
16325 * gdb.btrace/unknown_functions.c: New.
16326 * gdb.btrace/unknown_functions.exp: New.
16327 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16328
16329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16330
16331 * gdb.btrace/instruction_history.exp: Update.
16332 * gdb.btrace/function_call_history.exp: Update.
16333
16334 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16335
16336 * gdb.btrace/function_call_history.exp: Fix expected function
16337 trace.
16338 * gdb.btrace/instruction_history.exp: Initialize traced.
16339 Remove traced_functions.
16340
16341 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16342
16343 * gdb.btrace/function_call_history.exp: Update
16344 * gdb.btrace/instruction_history.exp: Update.
16345
16346 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16347
16348 * gdb.btrace/enable.exp: Update expected text.
16349
16350 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16351
16352 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16353 bytes.
16354
16355 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16356
16357 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16358
16359 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16360
16361 * lib/gdb.exp (supports_process_record): Return true for
16362 arm*-linux*. (supports_reverse): Likewise.
16363
16364 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16365
16366 PR python/15464
16367 PR python/16113
16368 * gdb.python/py-type.c: Enhance test case.
16369 * gdb.python/py-value-cc.cc: Likewise
16370 * gdb.python/py-type.exp: Add new tests.
16371 * gdb.python/py-value-cc.exp: Likewise
16372
16373 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16374 Pedro Alves <palves@redhat.com>
16375
16376 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16377 Make "name" extern.
16378 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16379 references to ${name}_start by references to ${name}.
16380
16381 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16382
16383 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16384
16385 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16386
16387 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16388
16389 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16390 Pedro Alves <palves@redhat.com>
16391
16392 * gdb.mi/mi-info-os.exp: Connect to the target with
16393 mi_gdb_target_load.
16394
16395 2014-01-08 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.threads/reconnect-signal.c: New file.
16398 * gdb.threads/reconnect-signal.exp: New file.
16399
16400 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16401
16402 * gdb.base/source-dir.exp: New file.
16403
16404 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16405
16406 * gdb.ada/mi_interface: New testcase.
16407
16408 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16409
16410 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16411 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16412 gdb.ada/pp-rec-component/pck.ads: New files.
16413
16414 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16415
16416 * gdb.python/py-pp-integral.c: New file.
16417 * gdb.python/py-pp-integral.py: New file.
16418 * gdb.python/py-pp-integral.exp: New file.
16419
16420 For older changes see ChangeLog-1993-2013.
16421 \f
16422 ;; Local Variables:
16423 ;; mode: change-log
16424 ;; left-margin: 8
16425 ;; fill-column: 74
16426 ;; version-control: never
16427 ;; End:
16428
16429 Copyright 2014-2019 Free Software Foundation, Inc.
16430 Copying and distribution of this file, with or without modification,
16431 are permitted provided the copyright notice and this notice are preserved.
This page took 0.625558 seconds and 4 git commands to generate.