[gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inheritance.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-06-24 Tom de Vries <tdevries@suse.de>
2
3 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4
5 2019-06-21 Tom de Vries <tdevries@suse.de>
6
7 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8
9 2019-06-21 Tom de Vries <tdevries@suse.de>
10
11 PR testsuite/24518
12 PR ada/24713
13 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
14 index.
15
16 2019-06-19 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/length_cond.exp: Add intro comment.
19
20 2019-06-19 Tom Tromey <tromey@adacore.com>
21
22 * gdb.ada/length_cond.exp: New file.
23 * gdb.ada/length_cond/length_cond.adb: New file.
24 * gdb.ada/length_cond/pck.adb: New file.
25 * gdb.ada/length_cond/pck.ads: New file.
26
27 2019-06-18 Tom de Vries <tdevries@suse.de>
28
29 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
30
31 2019-06-18 Tom Tromey <tromey@adacore.com>
32
33 * gdb.base/list0.h: Add comment explaining control character.
34
35 2019-06-18 Tom de Vries <tdevries@suse.de>
36
37 * boards/fission.exp: Break up long debug_flags line.
38
39 2019-06-16 Tom de Vries <tdevries@suse.de>
40
41 PR gdb/24445
42 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
43 generated index.
44
45 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 PR gdb/24686
48 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
49 improve detection of bug gdb/24541.
50
51 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
52
53 PR gdb/24669
54 * gdb.base/index-cache.exp (uses_readnow,
55 expecting_index_cache_use): Define global variable.
56 (test_cache_enabled_miss, test_cache_enabled_hit): Use
57 expecting_index_cache_use.
58
59 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
60 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.fortran/pointers.f90: New file.
63 * gdb.fortran/print_type.exp: New file.
64 * gdb.fortran/vla-ptype.exp: Adapt expected results.
65 * gdb.fortran/vla-type.exp: Likewise.
66 * gdb.fortran/vla-value.exp: Likewise.
67 * gdb.mi/mi-vla-fortran.exp: Likewise.
68
69 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
72 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
73 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
74 as a stop reason.
75
76 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 * gdb.base/annota1.exp: Update expected results.
79 * gdb.cp/annota2.exp: Likewise.
80 * gdb.cp/annota3.exp: Likewise.
81
82 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.base/style-logging.exp: Remove path from test name.
85
86 2019-06-14 Tom Tromey <tromey@adacore.com>
87
88 PR gdb/24502:
89 * gdb.base/style-logging.exp: New file.
90
91 2019-06-14 Tom Tromey <tromey@adacore.com>
92
93 * gdb.base/symfile-warn.exp: New file.
94 * gdb.base/symfile-warn.c: New file.
95
96 2019-06-14 Tom Tromey <tromey@adacore.com>
97
98 * gdb.base/annotate-symlink.exp: New file.
99
100 2019-06-14 Tom Tromey <tromey@adacore.com>
101
102 * gdb.ada/set_wstr.exp: Add reassignment test.
103
104 2019-06-14 Tom Tromey <tromey@adacore.com>
105
106 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
107 'unchecked_access and 'unrestricted_access as well.
108
109 2019-06-14 Tom Tromey <tromey@adacore.com>
110
111 PR ada/24539:
112 * gdb.ada/vla.exp: Update tests.
113 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
114 pragma.
115
116 2019-06-13 Pedro Alves <palves@redhat.com>
117
118 * gdb.base/settings.exp (test-integer): Test junk after
119 "unlimited".
120
121 2019-06-13 Pedro Alves <palves@redhat.com>
122
123 * gdb.base/options.exp (test-thread-apply): New.
124 (top level): Call it.
125
126 2019-06-13 Pedro Alves <palves@redhat.com>
127
128 * gdb.base/options.exp (test-frame-apply): New.
129 (top level): Test print commands with different "frame apply"
130 prefixes.
131
132 2019-06-13 Pedro Alves <palves@redhat.com>
133
134 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
135 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
136 'max_completions' parameter and handle it.
137 (test_gdb_completion_offers_commands): New.
138
139 2019-06-13 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
142
143 2019-06-13 Pedro Alves <palves@redhat.com>
144
145 * gdb.base/options.exp (test-backtrace): New.
146 (top level): Call it.
147
148 2019-06-13 Pedro Alves <palves@redhat.com>
149
150 * gdb.guile/scm-frame-args.exp: Use "set print
151 raw-frame-arguments" instead of "set print raw frame-arguments".
152 * gdb.python/py-frame-args.exp: Likewise.
153
154 2019-06-13 Pedro Alves <palves@redhat.com>
155
156 * gdb.compile/compile.exp: Adjust expected output to option
157 processing changes.
158
159 2019-06-13 Pedro Alves <palves@redhat.com>
160
161 * gdb.base/options.exp: Build executable.
162 (test-print): New procedure.
163 (top level): Call it, once for "print" and another for "compile
164 print".
165
166 2019-06-13 Pedro Alves <palves@redhat.com>
167
168 * gdb.base/options.c: New file.
169 * gdb.base/options.exp: New file.
170
171 2019-06-13 Pedro Alves <palves@redhat.com>
172
173 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
174 that "o" is ambiguous.
175
176 2019-06-13 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/settings.c: New file.
179 * gdb.base/settings.exp: New file.
180
181 2019-06-13 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/completion.exp: Fix comment typo.
184
185 2019-06-13 Pedro Alves <palves@redhat.com>
186
187 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
188 foo --1" test.
189
190 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
191
192 * gdb.fortran/block-data.f: New.
193 * gdb.fortran/block-data.exp: New.
194
195 2019-06-11 Tom de Vries <tdevries@suse.de>
196
197 PR testsuite/24521
198 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
199 message.
200
201 2019-06-11 Tom de Vries <tdevries@suse.de>
202
203 PR testsuite/24521
204 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
205
206 2019-06-11 Tom de Vries <tdevries@suse.de>
207
208 * boards/readnow.exp: New file.
209
210 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.fortran/vla-sizeof.exp: Update expected results.
213
214 2019-06-06 Amos Bird <amosbird@gmail.com>
215
216 * gdb.base/annota1.exp (thread_switch): Add test for
217 thread-exited annotation.
218
219 2019-06-06 Tom Tromey <tromey@adacore.com>
220
221 * gdb.base/maint.exp: Expect command started/finished output.
222
223 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
226 comment.
227 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
228
229 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
232 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
233 * gdb.arch/riscv-unwind-long-insn.c: New file.
234 * gdb.arch/riscv-unwind-long-insn.exp: New file.
235
236 2019-06-04 Christian Biesinger <cbiesinger@google.com>
237
238 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
239
240 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
241
242 * lib/gdb.exp (help_list_trailer): New regexp variable
243 factorizing the help trailer message.
244 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
245 arg to allow to better factorize various tests.
246 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
247 (test_prefix_command_help): Use help_list_trailer.
248 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
249 * gdb.guile/scm-cmd.exp: Likewise.
250 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
251 * gdb.base/help.exp: Use test_user_defined_class_help.
252 * gdb.base/style.exp: Add tests for styling of help and apropos.
253 * lib/gdb-utils.exp (style): Add title and highlight styles.
254
255 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
256
257 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
258 $_shell_exitsignal.
259 * gdb.base/default.exp: Update for new convenience variables.
260
261 2019-05-29 Tom Tromey <tromey@adacore.com>
262
263 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
264 to "break complete ada" test case's regexp.
265
266 2019-05-29 Tom Tromey <tromey@adacore.com>
267
268 PR c++/20020:
269 * gdb.cp/constexpr-field.exp: New file.
270 * gdb.cp/constexpr-field.cc: New file.
271
272 2019-05-29 Tom Tromey <tromey@adacore.com>
273
274 * gdb.base/finish.exp (finish_no_print): New proc.
275 (finish_tests): Call it.
276
277 2019-05-24 Tom de Vries <tdevries@suse.de>
278
279 * gdb.dwarf2/gdb-add-index.exp: New file.
280
281 2019-05-22 Tom Tromey <tromey@adacore.com>
282
283 * gdb.base/info-shared.exp (check_info_shared): Use "style".
284 * gdb.base/style.exp: Use "style".
285 * lib/gdb-utils.exp (style): New proc.
286
287 2019-05-22 Tom de Vries <tdevries@suse.de>
288
289 * gdb.base/align.exp: Require c++11.
290
291 2019-05-22 Tom de Vries <tdevries@suse.de>
292
293 PR testsuite/24586
294 * gdb.python/py-mi-var-info-path-expression.exp: Call
295 mi_skip_python_tests to check if python is supported.
296
297 2019-05-22 Alan Hayward <alan.hayward@arm.com>
298
299 * gdb.arch/aarch64-pauth.c: New test.
300 * gdb.arch/aarch64-pauth.exp: New file.
301
302 2019-05-22 Alan Hayward <alan.hayward@arm.com>
303
304 * README (Re-running Tests Outside The Testsuite): New section.
305
306 2019-05-21 Tom de Vries <tdevries@suse.de>
307
308 * gdb.arch/amd64-eval.exp: Require c++11.
309 * gdb.base/max-depth.exp: Same.
310 * gdb.compile/compile-cplus-array-decay.exp: Same.
311 * gdb.cp/meth-typedefs.exp: Same.
312 * gdb.cp/subtypes.exp: Same.
313 * gdb.cp/temargs.exp: Same.
314
315 2019-05-21 Alan Hayward <alan.hayward@arm.com>
316
317 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
318
319 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 PR gdb/18644
322 * gdb.fortran/complex.exp: Remove setup_kfail calls.
323 * gdb.fortran/printing-types.exp: Add new test.
324 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
325 testing.
326 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
327 setup_kfail call.
328
329 2019-05-17 Alan Hayward <alan.hayward@arm.com>
330
331 * README (Running the Testsuite): Change example.
332 (Testsuite Parameters): Remove TRANSCRIPT.
333 * lib/gdb.exp: Remove TRANSCRIPT check.
334
335 2019-05-17 Alan Hayward <alan.hayward@arm.com>
336
337 * README (Testsuite Parameters): Add replay logging to
338 GDBSERVER_DEBUG.
339 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
340 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
341 as a comma separated list.
342 (gdb_debug_init): Override procedure.
343
344 2019-05-17 Alan Hayward <alan.hayward@arm.com>
345
346 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
347 (gdb_write_cmd_file): New procedure.
348 * lib/gdbserver-support.exp (gdbserver_start): Call
349 gdbserver_write_cmd_file.
350 (gdbserver_write_cmd_file): New procedure.
351
352 2019-05-17 Alan Hayward <alan.hayward@arm.com>
353
354 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
355 (delete_breakpoints): Likewise.
356 (gdb_run_cmd): Likewise.
357 (gdb_start_cmd): Likewise.
358 (gdb_starti_cmd): Likewise.
359 (gdb_internal_error_resync): Likewise.
360 (gdb_test_multiple): Likewise.
361 (gdb_reinitialize_dir): Likewise.
362 (default_gdb_exit): Likewise.
363 (gdb_file_cmd): Mark kill as optional.
364 (default_gdb_start): Call gdb_stdin_log_init.
365 (send_gdb): Call gdb_stdin_log_write.
366 (rerun_to_main): Mark Y as an answer.
367 (gdb_stdin_log_init): New function.
368 (gdb_stdin_log_write): Likewise.
369
370 2019-05-17 Alan Hayward <alan.hayward@arm.com>
371
372 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
373 * gdb.base/debug-expr.exp: Likewise.
374 * gdb.base/foll-fork.exp: Likewise.
375 * gdb.base/foll-vfork.exp: Likewise.
376 * gdb.base/fork-print-inferior-events.exp: Likewise.
377 * gdb.base/gdb-sigterm.exp: Likewise.
378 * gdb.base/gdbinit-history.exp: Likewise.
379 * gdb.base/osabi.exp: Likewise.
380 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
381 * gdb.base/ui-redirect.exp: Likewise.
382 * gdb.gdb/unittest.exp: Likewise.
383 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
384 * gdb.mi/mi-watch.exp: Likewise.
385 * gdb.mi/new-ui-mi-sync.exp: Likewise.
386 * gdb.mi/user-selected-context-sync.exp: Likewise.
387 * gdb.python/python.exp: Disable debug test when debugging.
388 * gdb.threads/check-libthread-db.exp: Disable when debugging.
389 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
390 Likewise.
391 * gdb.threads/stepi-random-signal.exp: Likewise.
392
393 2019-05-17 Alan Hayward <alan.hayward@arm.com>
394
395 * Makefile.in: Pass through GDB_DEBUG.
396 * README (Testsuite Parameters): Add GDB_DEBUG.
397 (gdb,debug): Add board setting.
398 * lib/gdb.exp (default_gdb_start): Start debugging.
399 (gdb_debug_enabled): New procedure.
400 (gdb_debug_init): Likewise.
401
402 2019-05-17 Alan Hayward <alan.hayward@arm.com>
403
404 * Makefile.in: Pass through GDB_DEBUG.
405 * README (Testsuite Parameters): Add GDB_DEBUG.
406 (gdb,debug): Add board setting.
407 * lib/gdb.exp (default_gdb_start): Start debugging.
408 (gdb_debug_enabled): New procedure.
409 (gdb_debug_init): Likewise.
410
411 2019-05-17 Alan Hayward <alan.hayward@arm.com>
412
413 * gdb.base/ui-redirect.exp: Add debug redirect tests.
414
415 2019-05-17 Alan Hayward <alan.hayward@arm.com>
416
417 * gdb.base/ui-redirect.exp: Test redirection.
418
419 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
420
421 * gdb.mi/mi-complete.exp: New file.
422 * gdb.mi/mi-complete.cc: Likewise.
423
424 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
425
426 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
427 indexed and sliced arrays, and pointers to arrays.
428
429 2019-05-14 Tom Tromey <tromey@adacore.com>
430
431 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
432 styling test.
433
434 2019-05-14 Tom de Vries <tdevries@suse.de>
435
436 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
437 selection entry encoding.
438
439 2019-05-10 Tom Tromey <tromey@adacore.com>
440
441 * gdb.ada/info_exc.exp: Add "complete" test.
442
443 2019-05-09 Tom de Vries <tdevries@suse.de>
444
445 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
446 CU-relative.
447
448 2019-05-09 Tom de Vries <tdevries@suse.de>
449
450 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
451 CU-relative.
452
453 2019-05-08 Joel Brobecker <brobecker@adacore.com>
454
455 * gdb.ada/frame_arg_lang.exp: New testcase.
456 * gdb.ada/frame_arg_lang/bla.adb: New file.
457 * gdb.ada/frame_arg_lang/pck.ads: New file.
458 * gdb.ada/frame_arg_lang/pck.adb: New file.
459 * gdb.ada/frame_arg_lang/foo.c: New file.
460
461 2019-05-08 Tom Tromey <tromey@adacore.com>
462
463 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
464
465 2019-05-08 Tom Tromey <tromey@adacore.com>
466
467 * gdb.base/ptype-offsets.exp: Update tests.
468
469 2019-05-08 Tom Tromey <tromey@adacore.com>
470
471 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
472 cases.
473 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
474 "short".
475
476 2019-05-08 Tom Tromey <tromey@adacore.com>
477
478 * gdb.ada/vla.exp: New file.
479 * gdb.ada/vla/vla.adb: New file.
480
481 2019-05-07 Tom de Vries <tdevries@suse.de>
482
483 * gdb.base/index-cache.exp (ls_host): Fix return statement.
484
485 2019-05-07 Tom de Vries <tdevries@suse.de>
486
487 PR testsuite/24522
488 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
489 section.
490
491 2019-05-07 Tom de Vries <tdevries@suse.de>
492
493 PR testsuite/24522
494 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
495 .debug_aranges section.
496
497 2019-05-07 Tom de Vries <tdevries@suse.de>
498
499 PR testsuite/24159
500 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
501
502 2019-05-06 Tom de Vries <tdevries@suse.de>
503
504 * lib/gdb.exp (exec_has_index_section): New proc.
505 * gdb.base/index-cache.exp: Handle case that binfile contains an index
506 section.
507
508 2019-05-04 Tom de Vries <tdevries@suse.de>
509
510 * boards/cc-with-debug-names.exp: New file.
511
512 2019-05-03 Tom Tromey <tromey@adacore.com>
513
514 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
515 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
516 * gdb.ada/char_enum.exp: Add test.
517
518 2019-05-03 Tom de Vries <tdevries@suse.de>
519
520 * boards/cc-with-gdb-index.exp: New file.
521
522 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * gdb.rust/simple.exp: Add new test case.
525 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
526 (main): Initialise an instance of the new struct.
527
528 2019-05-01 Tom Tromey <tromey@adacore.com>
529
530 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
531 record.
532 (NPR): New variable.
533 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
534 test.
535
536 2019-05-01 Tom Tromey <tromey@adacore.com>
537
538 * gdb.ada/packed_array_assign.exp: Add packed assignment
539 regression test.
540
541 2019-05-01 Tom de Vries <tdevries@suse.de>
542
543 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
544
545 2019-05-01 Tom de Vries <tdevries@suse.de>
546
547 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
548
549 2019-04-30 Ali Tamur <tamur@google.com>
550
551 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
552
553 2019-04-30 Tom Tromey <tromey@adacore.com>
554
555 * lib/ada.exp (find_ada_tool): New proc.
556 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
557 * gdb.ada/catch_ex_std.exp: New file.
558 * gdb.ada/catch_ex_std/foo.adb: New file.
559 * gdb.ada/catch_ex_std/some_package.adb: New file.
560 * gdb.ada/catch_ex_std/some_package.ads: New file.
561
562 2019-04-30 Tom Tromey <tromey@adacore.com>
563
564 PR c++/24470:
565 * gdb.cp/temargs.cc: Add test code from PR.
566
567 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.fortran/vla-datatypes.exp: Update expected results.
570 * gdb.fortran/vla-ptype.exp: Likewise.
571 * gdb.fortran/vla-type.exp: Likewise.
572 * gdb.fortran/vla-value.exp: Likewise.
573
574 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * gdb.fortran/ptr-indentation.exp: Update expected results.
577 * gdb.fortran/ptype-on-functions.exp: Likewise.
578 * gdb.fortran/vla-ptr-info.exp: Likewise.
579 * gdb.fortran/vla-value.exp: Likewise.
580
581 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * gdb.fortran/ptype-on-functions.exp: New file.
584 * gdb.fortran/ptype-on-functions.f90: New file.
585
586 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
589 case void string.
590
591 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.fortran/complex.exp: Expand.
594 * gdb.fortran/complex.f: Renamed to...
595 * gdb.fortran/complex.f90: ...this, and extended to add more
596 complex values.
597
598 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
601 MODULO, CMPLX.
602
603 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
604 Richard Bunt <richard.bunt@arm.com>
605
606 * gdb.base/max-depth.c: New file.
607 * gdb.base/max-depth.exp: New file.
608 * gdb.python/py-nested-maps.c: New file.
609 * gdb.python/py-nested-maps.exp: New file.
610 * gdb.python/py-nested-maps.py: New file.
611 * gdb.python/py-format-string.exp (test_max_depth): New proc.
612 (test_all_common): Call test_max_depth.
613 * gdb.fortran/max-depth.exp: New file.
614 * gdb.fortran/max-depth.f90: New file.
615 * gdb.go/max-depth.exp: New file.
616 * gdb.go/max-depth.go: New file.
617 * gdb.modula2/max-depth.exp: New file.
618 * gdb.modula2/max-depth.c: New file.
619 * lib/gdb.exp (get_print_expr_at_depths): New proc.
620
621 2019-04-29 Tom de Vries <tdevries@suse.de>
622
623 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
624
625 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * gdb.base/callexit.exp: Test may-call-functions off.
628
629 2019-04-25 Keith Seitz <keiths@redhat.com>
630
631 PR c++/24367
632 * gdb.cp/meth-typedefs.cc (incomplete_struct)
633 (another_incomplete_struct, test_incomplete): New definitions.
634 (main): Use new definitions.
635 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
636 functions.
637
638 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
639
640 PR corefiles/11608
641 PR corefiles/18187
642 * gdb.base/coredump-filter-build-id.exp: New file.
643
644 2019-04-25 Alan Hayward <alan.hayward@arm.com>
645
646 * Makefile.in: Pass through GDBSERVER_DEBUG.
647 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
648 (gdbserver,debug): Add board setting.
649 * gdb.trace/tspeed.exp: Skip when debugging.
650 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
651 * lib/gdbserver-support.exp: Likewise
652
653 2019-04-24 Tom Tromey <tromey@adacore.com>
654
655 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
656 Rust.
657
658 2019-04-24 Tom Tromey <tromey@adacore.com>
659
660 * gdb.arch/amd64-eval.exp: Test bitfield return.
661 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
662 (class Foo) <return_bitfields>: New method.
663 (main): Call it.
664
665 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.cp/many-args.cc: New file.
668 * gdb.cp/many-args.exp: New file.
669
670 2019-04-23 Tom de Vries <tdevries@suse.de>
671
672 PR gdb/24433
673 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
674
675 2019-04-23 Alan Hayward <alan.hayward@arm.com>
676
677 * gdb.trace/backtrace.exp: Use nopie flag.
678 * gdb.trace/circ.exp: Likewise.
679 * gdb.trace/collection.exp: Likewise.
680 * gdb.trace/ftrace.exp: Likewise.
681 * gdb.trace/mi-trace-unavailable.exp: Likewise.
682 * gdb.trace/mi-traceframe-changed.exp: Likewise.
683 * gdb.trace/qtro.exp: Likewise.
684 * gdb.trace/read-memory.exp: Likewise.
685 * gdb.trace/report.exp: Likewise.
686 * gdb.trace/tfile.exp: Likewise.
687 * gdb.trace/tfind.exp: Likewise.
688 * gdb.trace/unavailable.exp: Likewise.
689
690 2019-04-22 Pedro Alves <palves@redhat.com>
691
692 * gdb.base/solib-probes-nosharedlibrary.c,
693 gdb.base/solib-probes-nosharedlibrary.exp: New files.
694
695 2019-04-19 Tom Tromey <tromey@adacore.com>
696
697 * gdb.ada/ptype_union.c: New file.
698 * gdb.ada/ptype_union.exp: New file.
699
700 2019-04-19 Tom Tromey <tromey@adacore.com>
701
702 PR symtab/24423:
703 * gdb.base/list0.h (foo): Add a control-l character.
704
705 2019-04-18 Tom de Vries <tdevries@suse.de>
706
707 PR gdb/24433
708 * boards/local-board.exp: Set sysroot to "".
709
710 2019-04-18 Tom de Vries <tdevries@suse.de>
711 Pedro Alves <palves@redhat.com>
712
713 PR gdb/24454
714 * gdb.threads/vfork-follow-child-exec.c: New file.
715 * gdb.threads/vfork-follow-child-exec.exp: New file.
716 * gdb.threads/vfork-follow-child-exit.c: New file.
717 * gdb.threads/vfork-follow-child-exit.exp: New file.
718
719 2019-04-15 Leszek Swirski <leszeks@google.com>
720
721 * gdb.arch/amd64-eval.cc: New file.
722 * gdb.arch/amd64-eval.exp: New file.
723
724 2019-04-11 Alan Hayward <alan.hayward@arm.com>
725
726 * gdb.server/sysroot.c: New test.
727 * gdb.server/sysroot.exp: New file.
728 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
729 matching param.
730
731 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.base/align.exp: Extend test to cover structures containing
734 only static fields.
735
736 2019-04-11 Tom de Vries <tdevries@suse.de>
737
738 * boards/cc-with-dwz-m.exp: New file.
739 * boards/cc-with-dwz.exp: New file.
740 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
741
742 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
743
744 * gdb.base/start-cpp.exp: New file.
745 * gdb.base/start-cpp.cc: New file.
746
747 2019-04-08 Kevin Buettner <kevinb@redhat.com>
748
749 * gdb.python/py-thrhandle.exp: Adjust tests to call
750 thread_from_handle instead of thread_from_thread_handle.
751
752 2019-04-08 Kevin Buettner <kevinb@redhat.com>
753
754 * gdb.python/py-thrhandle.exp: Add tests for
755 gdb.InferiorThread.handle.
756
757 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.python/py-function.exp: Check calling helper function from
760 all languages.
761 * lib/gdb.exp (gdb_supported_languages): New proc.
762
763 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.base/complex-parts.c: New file.
766 * gdb.base/complex-parts.exp: New file.
767
768 2019-04-01 Tom Tromey <tromey@adacore.com>
769
770 PR symtab/23331:
771 * gdb.dwarf2/dw2-ranges-main.c: New file.
772 * gdb.dwarf2/dw2-ranges-psym.c: New file.
773 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
774
775 2019-03-30 Simon Marchi <simark@simark.ca>
776
777 * gdb.base/default.exp: Add values for $_gdb_major and
778 $_gdb_minor.
779
780 2019-03-29 Tom Tromey <tromey@adacore.com>
781
782 * gdb.base/help.exp: Tighten apropos regexp.
783
784 2019-03-29 Keith Seitz <keiths@redhat.com>
785
786 * gdb.fortran/array-bounds.exp: New file.
787 * gdb.fortran/array-bounds.f90: New file.
788
789 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
790
791 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
792
793 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
794
795 * gdb.multi/hello.c (main): Increase alarm timer.
796
797 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
798
799 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
800 factor when no hardware watchpoint support.
801
802 2019-03-28 Alan Hayward <alan.hayward@arm.com>
803 Pedro Alves <palves@redhat.com>
804
805 * boards/local-board.exp: set sysroot to /.
806
807 2019-03-27 Alan Hayward <alan.hayward@arm.com>
808
809 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
810 in child.
811
812 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
815 field.
816 (make_container): Initialise new field.
817 * gdb.python/py-prettyprint.exp: Add new tests.
818 * gdb.python/py-prettyprint.py (class ContainerPrinter)
819 <display_hint>: New method.
820
821 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
824 gdb_continue_to_breakpoint more throughout this test.
825 (run_lang_tests) Supply unique test names, and use
826 gdb_test_no_output.
827
828 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.base/finish-pretty.exp: Update expected results.
831 * gdb.base/pretty-print.c: New file.
832 * gdb.base/pretty-print.exp: New file.
833
834 2019-03-25 Pedro Alves <palves@redhat.com>
835
836 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
837 move comments outside list. Append '-i "" eof' section.
838
839 2019-03-22 Alan Hayward <alan.hayward@arm.com>
840
841 * README: Add pie options.
842 * gdb.base/break-interp.exp: Ensure pie is disabled.
843 * gdb.base/dump.exp: Likewise.
844 * lib/gdb.exp (gdb_compile): Add pie option.
845
846 2019-03-19 Tom Tromey <tromey@adacore.com>
847
848 * gdb.mi/mi2-cli-display.c: New file.
849 * gdb.mi/mi2-cli-display.exp: New file.
850
851 2019-03-18 Joel Brobecker <brobecker@adacore.com>
852 Tom Tromey <tromey@adacore.com>
853
854 * gdb.ada/ptype_array/pck.adb: New file.
855 * gdb.ada/ptype_array/pck.ads: New file.
856 * gdb.ada/ptype_array/foo.adb: New file.
857 * gdb.ada/ptype_array.exp: New file.
858
859 2019-03-14 Tom Tromey <tromey@adacore.com>
860
861 * gdb.base/style.exp: Add "set style sources" test.
862
863 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
864
865 * mi-breakpoint-location-ena-dis.exp: Rename to ...
866 * mi-breakpoint-multiple-locations.exp: ... this.
867 (make_breakpoints_pattern): New proc.
868 (do_test): Add mi_version parameter, test -break-insert,
869 -break-info and =breakpoint-created.
870
871 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * config/default.exp: Remove 'load_lib gdb.exp'.
874 * config/monitor.exp: Likewise.
875 * config/sid.exp: Likewise.
876 * config/sim.exp: Likewise.
877 * config/slite.exp: Likewise.
878 * config/unix.exp: Likewise.
879 * gdb.base/default.exp: Remove unhelpful comment.
880
881 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
884
885 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
888
889 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.fortran/type-kinds.exp: Update expected results.
892
893 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.fortran/type-kinds.exp: Test new integer type kind.
896
897 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
900 function.
901 (test_basic_parsing_of_type_kinds): Expand types tested.
902 (test_parsing_invalid_type_kinds): New function.
903
904 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.fortran/intrinsics.exp: New file.
907 * gdb.fortran/intrinsics.f90: New file.
908 * gdb.fortran/type-kinds.exp: New file.
909
910 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.fortran/dot-ops.exp: New file.
913
914 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
917 Check upper and lower case logical literals.
918
919 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.fortran/types.exp (test_float_literal_types_accepted):
922 Remove duplicate tests.
923
924 2019-03-06 Alan Hayward <alan.hayward@arm.com>
925
926 * lib/gdb.exp (builtin_cd): rename of cd.
927 (cd): Override builtin.
928
929 2019-03-06 Richard Bunt <richard.bunt@arm.com>
930
931 * gdb.fortran/function-calls.exp: New file.
932 * gdb.fortran/function-calls.f90: New test.
933
934 2019-03-04 Richard Bunt <richard.bunt@arm.com>
935
936 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
937 on user program standard output.
938 * gdb.fortran/short-circuit-argument-list.f90: Record function
939 calls.
940
941 2019-02-28 Alan Hayward <alan.hayward@arm.com>
942
943 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
944 failure.
945
946 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
947
948 PR gdb/8527
949 * gdb.base/interrupt-daemon-attach.c,
950 gdb.base/interrupt-daemon-attach.exp: New test.
951
952 2019-02-27 Pedro Alves <palves@redhat.com>
953
954 * gdb.base/page.exp: Add tests for "set width/height -1".
955
956 2019-02-27 Pedro Alves <palves@redhat.com>
957
958 * gdb.base/page.exp: Add tests for "set/show width/height" with
959 "infinite" values.
960
961 2019-02-27 Tom Tromey <tromey@adacore.com>
962
963 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
964 2.4.
965 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
966 workaround.
967
968 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.base/align.exp: Extend to compile in both C and C++, and add
971 tests for structs with static members.
972
973 2019-02-26 Tom Tromey <tromey@adacore.com>
974
975 * gdb.python/py-value.exp (test_value_from_buffer): Check for
976 ValueError, not TypeError.
977
978 2019-02-26 Kevin Buettner <kevinb@redhat.com>
979
980 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
981 call from main program.
982
983 2019-02-23 Joel Brobecker <brobecker@adacore.com>
984
985 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
986 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
987 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
988 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
989 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
990
991 2019-02-22 Keith Seitz <keiths@redhat.com>
992
993 PR symtab/23853
994 * gdb.base/symlink-sourcefile.c: New file.
995 * gdb.base/symlink-sourcefile.exp: New file.
996
997 2019-02-20 Tom Tromey <tom@tromey.com>
998
999 * gdb.base/info_qt.exp: Update.
1000
1001 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1002
1003 * gdb.base/source.exp: Move "error in sourced script" code to
1004 the end.
1005 * gdb.base/source-error.gdb: Move contents to
1006 source-error-1.gdb. Add new code to source source-error-1.gdb.
1007 * gdb.base/source-error-1.gdb: New file, from previous
1008 source-error.gdb.
1009
1010 2019-02-17 Tom Tromey <tom@tromey.com>
1011
1012 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1013 for macro styling.
1014 * gdb.base/style.c (SOME_MACRO): New macro.
1015
1016 2019-02-17 Tom Tromey <tom@tromey.com>
1017
1018 * gdb.base/style.exp: Add line-wrapping tests.
1019 * gdb.base/page.exp: Add test for quitting during pagination.
1020
1021 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1022
1023 * gdb.ada/big_packed_array: New testcase.
1024 * gdb.ada/homonym.exp: Fix incorrect expected output for
1025 "break <homonym__get_value>" test.
1026
1027 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1028
1029 PR breakpoints/21870
1030 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1031 and prepare_for_testing. Add comment.
1032 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1033 redundant cleanup call. Clean up comment.
1034
1035 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1036
1037 PR breakpoints/21870
1038 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1039 * gdb.arch/aarch64-dbreg-contents.c: New file.
1040
1041 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/mi_ref_changeable: New testcase.
1044
1045 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1046
1047 * gdb.base/attach.exp: Add double attach test.
1048
1049 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1050
1051 * lib/gdb.exp (default_gdb_start): Don't match pagination
1052 prompt.
1053 (gdb_init): Set stty_init.
1054
1055 2019-01-27 Tom Tromey <tom@tromey.com>
1056
1057 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1058 skip_python_tests.
1059
1060 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1061
1062 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1063 New structure.
1064 (struct struct_static_02_02): Likewise.
1065 (struct struct_static_02_03): Likewise.
1066 (struct struct_static_02_04): Likewise.
1067 (struct struct_static_04_01): Likewise.
1068 (struct struct_static_04_02): Likewise.
1069 (struct struct_static_04_03): Likewise.
1070 (struct struct_static_04_04): Likewise.
1071 (struct struct_static_06_01): Likewise.
1072 (struct struct_static_06_02): Likewise.
1073 (struct struct_static_06_03): Likewise.
1074 (struct struct_static_06_04): Likewise.
1075 (cmp_struct_static_02_01): Likewise.
1076 (cmp_struct_static_02_02): Likewise.
1077 (cmp_struct_static_02_03): Likewise.
1078 (cmp_struct_static_02_04): Likewise.
1079 (cmp_struct_static_04_01): Likewise.
1080 (cmp_struct_static_04_02): Likewise.
1081 (cmp_struct_static_04_03): Likewise.
1082 (cmp_struct_static_04_04): Likewise.
1083 (cmp_struct_static_06_01): Likewise.
1084 (cmp_struct_static_06_02): Likewise.
1085 (cmp_struct_static_06_03): Likewise.
1086 (cmp_struct_static_06_04): Likewise.
1087 (call_all): Test new structs.
1088 * gdb.base/infcall-nested-structs.exp: Likewise.
1089
1090 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1091 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1092
1093 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1094 * gdb.base/stack-protector.c: New test.
1095 * gdb.base/stack-protector.exp: New file.
1096 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1097 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1098 option.
1099 (gdb_compile): Remove stack protector for GCC and prevent
1100 recursion.
1101
1102 2019-01-16 Keith Seitz <keiths@redhat.com>
1103
1104 PR gdb/23773
1105 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1106
1107 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1108
1109 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1110 aliases.
1111 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1112 tests.
1113 * gdb.arch/powerpc-vector-regs.c: New file.
1114 * gdb.arch/powerpc-vector-regs.exp: New file.
1115
1116 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1117
1118 * gdb.arch/altivec-regs.exp: Fix the list passed to
1119 gdb_expect_list when testing "info vector".
1120
1121 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.base/style.exp: Don't include path in testname.
1124
1125 2019-01-10 Keith Seitz <keiths@redhat.com>
1126
1127 PR gdb/23712
1128 PR symtab/23010
1129 * gdb.dwarf2/multidictionary.exp: New file.
1130
1131 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1132
1133 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1134 (test_gnuv3_style_demangling): ... this.
1135 (test_lucid_style_demangling): Remove.
1136 (test_arm_style_demangling): Remove.
1137 (test_hp_style_demangling): Remove.
1138 (do_tests): Remove calls to the above.
1139
1140 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1143 case.
1144
1145 2019-01-06 Tom Tromey <tom@tromey.com>
1146
1147 PR gdb/28155:
1148 * gdb.dwarf2/typedef-void-finish.exp: New file.
1149
1150 2018-12-28 Tom Tromey <tom@tromey.com>
1151 Simon Marchi <simark@simark.ca>
1152
1153 * gdb.base/jit-exec.exp: New file.
1154 * gdb.base/jit-exec.c: New file.
1155 * gdb.base/jit-execd.c: New file.
1156
1157 2018-12-28 Tom Tromey <tom@tromey.com>
1158
1159 * gdb.base/style.exp: Update test to check for address styling.
1160
1161 2018-12-28 Tom Tromey <tom@tromey.com>
1162
1163 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1164 message.
1165
1166 2018-12-28 Tom Tromey <tom@tromey.com>
1167
1168 * gdb.base/style.exp: Add test for version number styling.
1169
1170 2018-12-28 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.base/style.exp: Add test for print_address_symbolic.
1173
1174 2018-12-28 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.base/style.exp: Add test for breakpoint setting.
1177
1178 2018-12-28 Tom Tromey <tom@tromey.com>
1179
1180 * gdb.base/style.exp: Add test for variable names.
1181
1182 2018-12-28 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.base/style.exp: New file.
1185 * gdb.base/style.c: New file.
1186
1187 2018-12-28 Tom Tromey <tom@tromey.com>
1188
1189 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1190 "dumb".
1191 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1192 the TERM environment variable.
1193
1194 2018-12-27 Tom Tromey <tom@tromey.com>
1195
1196 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1197 pagination test.
1198
1199 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1202 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1203
1204 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1205
1206 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1207 Filename a.adb changed to bp_fun_addr.adb.
1208 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1209
1210 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1211
1212 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1213 non-PIE executables.
1214 * README: Mention the gdb,nopie_flag board setting.
1215 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1216 non-PIE executable.
1217 * gdb.arch/amd64-entry-value.exp: Likewise.
1218 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1219 * gdb.arch/i386-float.exp: Likewise.
1220 * gdb.arch/i386-signal.exp: Likewise.
1221 * gdb.mi/mi-reg-undefined.exp: Likewise.
1222
1223 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1224
1225 PR gdb/23974
1226 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1227
1228 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1229
1230 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1231 Update order of results accordingly.
1232
1233 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.base/annota1.exp: Update a test regexp.
1236
1237 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1240
1241 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1242
1243 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1244 (reuse_time): Initialize to REUSE_TIME_CAP.
1245 (check_rc): New function.
1246 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1247 Check pthread_create rc.
1248 (spawner_thread_func): Check pthread_create and pthread_join rc.
1249
1250 2018-12-08 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.base/list.exp (test_forward_search): Rename to ...
1253 (test_forward_reverse_search): ... this. Also test reverse-search
1254 and the forward-search alias.
1255
1256 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1259 local timeout variable before return, and remove all local timeout
1260 variable entirely.
1261 (gdb_load): Likewise.
1262
1263 2018-12-01 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.base/gdb-caching-proc.exp: New file.
1266
1267 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1268
1269 * Makefile.in (TIMESTAMP): New variable.
1270 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1271 command.
1272 (check-single-racy): Likewise.
1273 (check/%.exp): Likewise.
1274 (check-racy/%.exp): Likewise.
1275 (workers/%.worker): Likewise.
1276 (build-perf): Likewise.
1277 (check-perf): Likewise.
1278 * README: Describe new "TS" and "TS_FORMAT" variables.
1279 * print-ts.py: New file.
1280
1281 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1282
1283 PR python/23714
1284 * gdb.python/python.exp: Test command repetition after
1285 gdb.execute.
1286
1287 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1290 is correctly aligned.
1291
1292 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1293
1294 * gdb.ada/info_auto_lang.exp: New testcase.
1295 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1296 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1297 * gdb.ada/info_auto_lang/some_c.c: New file.
1298
1299 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1300
1301 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1302 FUNC_lang language syntax.
1303
1304 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1305
1306 * gdb.base/info_minsym.c: New file.
1307 * gdb.base/info_minsym.exp: New file.
1308
1309 2018-11-19 Tom Tromey <tom@tromey.com>
1310
1311 PR rust/23625:
1312 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1313 * gdb.rust/expr.exp: Update expected output. Change one test.
1314
1315 2018-11-19 Tom Tromey <tom@tromey.com>
1316
1317 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1318
1319 2018-11-19 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1322 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1323 see the expected warning.
1324
1325 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1326
1327 PR gdb/22736:
1328 * gdb.cp/infcall-nodebug-lib.c: New test.
1329 * gdb.cp/infcall-nodebug-main.c: New test.
1330 * gdb.cp/infcall-nodebug.exp: New file.
1331
1332 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1333
1334 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1335 completer tests.
1336
1337 2018-11-09 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/msym-lang.c: New test.
1340 * gdb.base/msym-lang.exp: New file.
1341 * gdb.base/msym-lang-main.c: New test.
1342
1343 2018-11-08 Tom Tromey <tom@tromey.com>
1344
1345 PR gdb/23555:
1346 PR gdb/23838:
1347 * gdb.base/warning.exp: New file.
1348
1349 2018-11-08 Jan Beulich <jbeulich@suse.com>
1350
1351 * testsuite/gdb.arch/i386-avx512.c,
1352 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1353
1354 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1357 point hardware.
1358
1359 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1362 * gdb.dwarf2/missing-type-name.exp: New file.
1363
1364 2018-11-06 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.base/many-headers.c: New test.
1367 * gdb.base/many-headers.exp: New file.
1368
1369 2018-11-06 Jim Wilson <jimw@sifive.com>
1370
1371 * gdb.base/code_elim.exp: For riscv, set additional_flags
1372 to include -msmall-data-limit=0.
1373
1374 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1375
1376 * gdb.ada/watch_minus_l: New testcase.
1377
1378 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1379
1380 * gdb.arch/aix-sighandle.c: New file.
1381 * gdb.arch/aix-sighandle.exp: New file.
1382
1383 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1386 registers being unions.
1387
1388 2018-10-31 Tom de Vries <tdevries@suse.de>
1389
1390 * lib/valgrind.exp: New file.
1391 (vgdb_start, vgdb_stop): New procs, factored out of ...
1392 * gdb.base/valgrind-bt.exp: ... here, ...
1393 * gdb.base/valgrind-disp-step.exp: ... here and ...
1394 * gdb.base/valgrind-infcall.exp: ... here.
1395
1396 2018-10-31 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1399
1400 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * gdb.dwarf2/void-type.c: New file.
1403 * gdb.dwarf2/void-type.exp: New file.
1404
1405 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1406
1407 * gdb.base/info_qt.c: New file.
1408 * gdb.base/info_qt.exp: New file.
1409
1410 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1411
1412 * gdb.arch/powerpc-htm-regs.c: New file.
1413 * gdb.arch/powerpc-htm-regs.exp: New file.
1414
1415 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1416
1417 * gdb.arch/powerpc-tar.c: New file.
1418 * gdb.arch/powerpc-tar.exp: New file.
1419
1420 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1421
1422 * gdb.arch/powerpc-ppr-dscr.c: New file.
1423 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1424
1425 2018-10-25 Tom de Vries <tdevries@suse.de>
1426
1427 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1428
1429 2018-10-24 Tom de Vries <tdevries@suse.de>
1430
1431 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1432 longer exists error.
1433
1434 2018-10-24 Tom de Vries <tdevries@suse.de>
1435
1436 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1437
1438 2018-10-24 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1441 --db-attach in valgrind.
1442
1443 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.arch/riscv-reg-aliases.c: New file.
1446 * gdb.arch/riscv-reg-aliases.exp: New file.
1447
1448 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1449
1450 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1451
1452 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1453
1454 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1455
1456 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1457
1458 * gdb.cp/ovldbreak.exp: Fix regexps.
1459
1460 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1461
1462 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1463
1464 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1465
1466 PR cli/23785
1467 * gdb.base/restore.exp: New test to check if "restore" with an
1468 invalid file doesn't segfault.
1469
1470 2018-10-18 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1473 * gdb.ada/excep_handle.exp: Same.
1474 * gdb.ada/mi_string_access.exp: Same.
1475 * gdb.ada/mi_var_union.exp: Same.
1476 * gdb.arch/arc-analyze-prologue.exp: Same.
1477 * gdb.arch/arc-decode-insn.exp: Same.
1478 * gdb.base/readnever.exp: Same.
1479 * gdb.fortran/printing-types.exp: Same.
1480 * gdb.guile/scm-lazy-string.exp: Same.
1481
1482 2018-10-16 Tom de Vries <tdevries@suse.de>
1483
1484 PR gdb/23730
1485 * gdb.base/catch-follow-exec.c: Add copyright notice.
1486 * gdb.base/catch-follow-exec.exp: Rewrite to use
1487 gdb_spawn_with_cmdline_opts. Require gdb-native.
1488
1489 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1490
1491 * gdb.trace/actions-changed.exp: Check for arch support.
1492 * gdb.trace/actions.exp: Likewise.
1493 * gdb.trace/ax.exp: Likewise.
1494 * gdb.trace/backtrace.exp: Likewise.
1495 * gdb.trace/change-loc.exp: Likewise.
1496 * gdb.trace/deltrace.exp: Likewise.
1497 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1498 * gdb.trace/ftrace.exp: Likewise.
1499 * gdb.trace/infotrace.exp: Check for arch support.
1500 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1501 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1502 * gdb.trace/mi-tsv-changed.exp: Likewise.
1503 * gdb.trace/packetlen.exp: Likewise.
1504 * gdb.trace/passc-dyn.exp: Likewise.
1505 * gdb.trace/passcount.exp: Likewise.
1506 * gdb.trace/pending.exp: Likewise.
1507 * gdb.trace/range-stepping.exp: Check for shlib support.
1508 * gdb.trace/report.exp: Check for arch support.
1509 * gdb.trace/save-trace.exp: Likewise.
1510 * gdb.trace/signal.exp: Check for signal support.
1511 * gdb.trace/tfind.exp: Check for arch support.
1512 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1513 * gdb.trace/trace-common.h: Add comment.
1514 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1515 * gdb.trace/trace-enable-disable.exp: Likewise.
1516 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1517 * gdb.trace/tracecmd.exp: Check for arch support.
1518 * gdb.trace/tspeed.exp: Check for shlib and target support.
1519 * gdb.trace/tstatus.exp: Check for arch support.
1520 * gdb.trace/tsv.exp: Likewise.
1521 * gdb.trace/while-dyn.exp: Likewise.
1522 * gdb.trace/while-stepping.exp: Likewise.
1523 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1524
1525 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1526
1527 * gdb.trace/tspeed.exp: Remove nowarnings.
1528 (prepare_for_trace_test): Declare "global ipalib".
1529 * gdb.trace/tspeed.c: Include unistd.h.
1530 (main): Remove superfluous printf argument.
1531
1532 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1533
1534 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1535 directory prefix on the filename.
1536
1537 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1538
1539 * gdb.gdb/unittest.exp: Update expected message informing that
1540 selftests have been disabled.
1541 * gdb.server/unittest.exp: Likewise.
1542
1543 2018-10-09 Tom de Vries <tdevries@suse.de>
1544
1545 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1546 with runto_main.
1547
1548 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1549
1550 PR c++/16841
1551 * gdb.cp/virtbase2.cc: New file.
1552 * gdb.cp/virtbase2.exp: New file.
1553
1554 2018-10-06 Tom Tromey <tom@tromey.com>
1555
1556 PR python/19399:
1557 * gdb.python/py-inferior.exp: Add architecture test.
1558
1559 2018-10-06 Tom Tromey <tom@tromey.com>
1560
1561 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1562 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1563
1564 2018-10-06 Tom Tromey <tom@tromey.com>
1565
1566 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1567 of a "throw" catchpoint.
1568
1569 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1570
1571 * gdb.base/info-proc.exp: Update string expected from "help info
1572 proc".
1573
1574 2018-10-04 Tom Tromey <tom@tromey.com>
1575
1576 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1577 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1578 (test_initial_complaints, test_empty_complaints): Update.
1579 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1580
1581 2018-10-04 Tom Tromey <tom@tromey.com>
1582
1583 PR cli/19551:
1584 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1585 * lib/gdb.exp (gdb_file_cmd): Update.
1586 * gdb.stabs/weird.exp (print_weird_var): Update.
1587 * gdb.server/solib-list.exp: Update.
1588 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1589 * gdb.mi/mi-cli.exp: Update.
1590 * gdb.linespec/linespec.exp: Update.
1591 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1592 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1593 * gdb.cp/cp-relocate.exp: Update.
1594 * gdb.base/sym-file.exp: Update.
1595 * gdb.base/relocate.exp: Update.
1596 * gdb.base/readnever.exp: Update.
1597 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1598 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1599 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1600 * gdb.base/code_elim.exp: Update.
1601 * gdb.base/break-unload-file.exp (test_break): Update.
1602 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1603 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1604 Update.
1605 * gdb.base/attach.exp (do_attach_tests): Update.
1606 * gdb.base/sepdebug.exp: Update.
1607 * gdb.python/py-section-script.exp: Update.
1608
1609 2018-10-04 Tom Tromey <tom@tromey.com>
1610
1611 PR cli/22234:
1612 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1613 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1614 output.
1615
1616 2018-10-04 Tom Tromey <tom@tromey.com>
1617
1618 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1619 set width and height to 0.
1620 (test_command_line_attach_run): Use -quiet.
1621
1622 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1623
1624 * lib/gdb.exp (skip_ifunc_tests): New.
1625 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1626 other compile failures.
1627 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1628
1629 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1630
1631 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1632 is_amd64_regs_target.
1633
1634 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1635
1636 * gdb.arch/aarch64-sighandler-regs.c: New test.
1637 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1638 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1639
1640 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1641
1642 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1643 assembly.
1644
1645 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.base/frame-selection.exp: New file.
1648 * gdb.base/frame-selection.c: New file.
1649
1650 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1651
1652 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1653 pthread barrier.
1654 (main): Likewise.
1655
1656 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.base/large-frame-1.c: New file.
1659 * gdb.base/large-frame-2.c: New file.
1660 * gdb.base/large-frame.exp: New file.
1661 * gdb.base/large-frame.h: New file.
1662
1663 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1664
1665 PR gdb/20948
1666 * gdb.base/write_mem.exp: New test.
1667 * gdb.base/write_mem.c: Likewise.
1668
1669 2018-09-23 Tom Tromey <tom@tromey.com>
1670
1671 PR python/18852:
1672 * gdb.python/py-parameter.exp: Add test for parameter that throws
1673 on "set".
1674
1675 2018-09-23 Tom Tromey <tom@tromey.com>
1676
1677 PR python/17284:
1678 * gdb.python/py-template.exp (test_template_arg): Add test for
1679 negative template argument number.
1680
1681 2018-09-23 Tom Tromey <tom@tromey.com>
1682
1683 PR python/14062:
1684 * gdb.python/python.exp: Add test for post_event error.
1685
1686 2018-09-23 Tom Tromey <tom@tromey.com>
1687
1688 PR python/18170:
1689 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1690 convert pointers to int and long.
1691
1692 2018-09-23 Tom Tromey <tom@tromey.com>
1693
1694 PR python/20126:
1695 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1696 signed-ness conversion tests.
1697
1698 2018-09-23 Tom Tromey <tom@tromey.com>
1699
1700 PR python/18352;
1701 * gdb.python/py-value.exp (test_float_conversion): New proc.
1702 Use it.
1703
1704 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1705
1706 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1707
1708 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1709
1710 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1711 no readline.
1712 * gdb.base/utf8-identifiers.exp: Likewise.
1713 * gdb.cp/cpcompletion.exp: Likewise.
1714 * gdb.linespec/cpcompletion.exp: Likewise.
1715 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1716 * gdb.linespec/cpls-ops.exp: Likewise.
1717
1718 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1719 Chris January <chris.january@arm.com>
1720
1721 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1722 * gdb.fortran/short-circuit-argument-list.exp: New file.
1723 * gdb.fortran/short-circuit-argument-list.f90: New test.
1724
1725 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1726
1727 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1728 "arch=" keyword when executing "-stack-list-frames".
1729
1730 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1731
1732 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1733 "arch=" keyword when executing "-stack-list-frames".
1734
1735 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1736
1737 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1738 break ada".
1739
1740 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1741
1742 PR python/23669
1743 * gdb.python/python.exp: Test gdb.execute("show commands").
1744
1745 2018-09-16 Tom Tromey <tom@tromey.com>
1746
1747 * gdb.base/new-ui.exp (do_execution_tests): Update.
1748 * gdb.base/dbx.exp (test_breakpoints): Update.
1749
1750 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1751
1752 * lib/gdb.exp (gdb_simple_compile): Add proc.
1753 (is_elf_target): Use gdb_simple_compile.
1754 (skip_altivec_tests): Likewise.
1755 (skip_vsx_tests): Likewise.
1756 (skip_tsx_tests): Likewise.
1757 (skip_btrace_tests): Likewise.
1758 (skip_btrace_pt_tests): Likewise.
1759 (gdb_can_simple_compile): Likewise.
1760 (gdb_has_argv0): Likewise.
1761 (gdb_target_symbol_prefix): Likewise.
1762 (target_supports_scheduler_locking): Likewise.
1763
1764 2018-09-13 Tom Tromey <tom@tromey.com>
1765
1766 * Makefile.in (TAGS): Recognize proc_with_prefix and
1767 gdb_caching_proc.
1768
1769 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1770
1771 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1772 method.
1773
1774 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1775
1776 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1777 and a few other Inferior properties when the Inferior is no
1778 longer valid.
1779
1780 2018-09-13 Tom Tromey <tom@tromey.com>
1781
1782 PR rust/23650:
1783 * gdb.rust/simple.exp: Add test for enum field access error.
1784
1785 2018-09-13 Tom Tromey <tom@tromey.com>
1786
1787 PR rust/23626:
1788 * gdb.rust/simple.rs (EmptyEnum): New type.
1789 (main): Use it.
1790 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1791
1792 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1793
1794 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1795 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1796 * gdb.python/py-symtab.exp: Update test printing an objfile.
1797
1798 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1799
1800 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1801 object.
1802
1803 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1804
1805 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1806 (support_complex_tests): Use gdb_can_simple_compile.
1807 (is_ilp32_target): Likewise.
1808 (is_lp64_target): Likewise.
1809 (is_64_target): Likewise.
1810 (is_amd64_regs_target): Likewise.
1811 (is_aarch32_target): Likewise.
1812 (gdb_int128_helper): Likewise.
1813
1814 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1815
1816 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1817
1818 2018-09-10 Jerome Guitton <guitton@adacore.com>
1819
1820 * gdb.ada/same_component_name: Add test for case of tagged record
1821 with variable-length fields.
1822
1823 2018-09-10 Xavier Roirand <roirand@adacore.com>
1824
1825 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1826 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1827 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1828 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1829
1830 2018-09-10 Xavier Roirand <roirand@adacore.com>
1831
1832 * gdb.ada/mi_string_access.exp: New testcase.
1833 * gdb.ada/mi_string_access/bar.adb: New file.
1834 * gdb.ada/mi_string_access/pck.adb: New file.
1835 * gdb.ada/mi_string_access/pck.asd: New file.
1836
1837 2018-09-10 Xavier Roirand <roirand@adacore.com>
1838
1839 * gdb.ada/mi_var_union.exp: New testcase.
1840 * gdb.ada/mi_var_union/bar.adb: New file.
1841 * gdb.ada/mi_var_union/pck.adb: New file.
1842 * gdb.ada/mi_var_union/pck.asd: New file.
1843
1844 2018-09-08 Tom Tromey <tom@tromey.com>
1845
1846 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1847
1848 2018-09-08 Tom Tromey <tom@tromey.com>
1849
1850 PR python/16047:
1851 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1852 (register_pretty_printers): Register new printer.
1853 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1854 test.
1855 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1856 (an_int_type3): New global.
1857
1858 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1859
1860 * gdb.ada/expr_with_funcall: New testcase.
1861
1862 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1863
1864 * gdb.ada/packed_array_assign: New testcase.
1865
1866 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1869 names, and add test prefixes to make test names unique.
1870
1871 2018-09-05 Tom de Vries <tdevries@suse.de>
1872
1873 * gdb.dwarf2/varval.exp: Add test.
1874
1875 2018-09-04 Gary Benson <gbenson@redhat.com>
1876
1877 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1878 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1879
1880 2018-08-31 Tom Tromey <tom@tromey.com>
1881
1882 * gdb.rust/simple.rs: Rename second variable "v".
1883
1884 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.base/funcargs.c (use_a): New function.
1887 (recurse): Call use_a.
1888
1889 2018-08-29 Keith Seitz <keiths@redhat.com>
1890
1891 * gdb.compile/compile-cplus-anonymous.cc: New file.
1892 * gdb.compile/compile-cplus-anonymous.exp: New file.
1893 * gdb.compile/compile-cplus-array-decay.cc: New file.
1894 * gdb.compile/compile-cplus-array-decay.exp: New file.
1895 * gdb.compile/compile-cplus-inherit.cc: New file.
1896 * gdb.compile/compile-cplus-inherit.exp: New file.
1897 * gdb.compile/compile-cplus-member.cc: New file.
1898 * gdb.compile/compile-cplus-member.exp: New file.
1899 * gdb.compile/compile-cplus-method.cc: New file.
1900 * gdb.compile/compile-cplus-method.exp: New file.
1901 * gdb.compile/compile-cplus-mod.c: "New" file.
1902 * gdb.compile/compile-cplus-namespace.cc: New file.
1903 * gdb.compile/compile-cplus-namespace.exp: New file.
1904 * gdb.compile/compile-cplus-nested.cc: New file.
1905 * gdb.compile/compile-cplus-nested.exp: New file.
1906 * gdb.compile/compile-cplus-print.c: "New" file.
1907 * gdb.compile/compile-cplus-print.exp: "New" file.
1908 * gdb.compile/compile-cplus-virtual.cc: New file.
1909 * gdb.compile/compile-cplus-virtual.exp: New file.
1910 * gdb.compile/compile-cplus.c: "New" file.
1911 * gdb.compile/compile-cplus.exp: "New" file.
1912 * lib/compile-support.exp: New file.
1913
1914 2018-08-16 Gary Benson <gbenson@redhat.com>
1915
1916 PR gdb/13000:
1917 * gdb.base/batch-exit-status.exp: New file.
1918 * gdb.base/batch-exit-status.good-commands: Likewise.
1919 * gdb.base/batch-exit-status.bad-commands: Likewise.
1920
1921 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1922
1923 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1924 (struct struct02): Likewise.
1925 (struct struct03): Likewise.
1926 (struct struct04): Likewise.
1927 (struct struct_01_01): New struct.
1928 (struct struct_01_02): Likewise.
1929 (struct struct_01_03): Likewise.
1930 (struct struct_01_04): Likewise.
1931 (struct struct_02_01): Likewise.
1932 (struct struct_02_02): Likewise.
1933 (struct struct_02_03): Likewise.
1934 (struct struct_02_04): Likewise.
1935 (struct struct_04_01): Likewise.
1936 (struct struct_04_02): Likewise.
1937 (struct struct_04_03): Likewise.
1938 (struct struct_04_04): Likewise.
1939 (struct struct_05_01): Likewise.
1940 (struct struct_05_02): Likewise.
1941 (struct struct_05_03): Likewise.
1942 (struct struct_05_04): Likewise.
1943 (cmp_struct01): Remove function.
1944 (cmp_struct02): Likewise.
1945 (cmp_struct03): Likewise.
1946 (cmp_struct04): Likewise.
1947 (cmp_struct_01_01): Add Function.
1948 (cmp_struct_01_02): Likewise.
1949 (cmp_struct_01_03): Likewise.
1950 (cmp_struct_01_04): Likewise.
1951 (cmp_struct_02_01): Likewise.
1952 (cmp_struct_02_02): Likewise.
1953 (cmp_struct_02_03): Likewise.
1954 (cmp_struct_02_04): Likewise.
1955 (cmp_struct_04_01): Likewise.
1956 (cmp_struct_04_02): Likewise.
1957 (cmp_struct_04_03): Likewise.
1958 (cmp_struct_04_04): Likewise.
1959 (cmp_struct_05_01): Likewise.
1960 (cmp_struct_05_02): Likewise.
1961 (cmp_struct_05_03): Likewise.
1962 (cmp_struct_05_04): Likewise.
1963 (call_all): Add new structs.
1964 * gdb.base/infcall-nested-structs.exp: Likewise.
1965
1966 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1967
1968 * gdb.python/py-framefilter-mi.exp: Update regexp to
1969 check for "arch" field in frame output.
1970
1971 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1972
1973 * gdb.dwarf2/dw2-ranges-func.c: New file.
1974 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1975
1976 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1977
1978 * gdb.base/term.exp: Compare terminal settings with values from
1979 the inferior.
1980 * gdb.base/term.c: Get and set terminal settings.
1981
1982 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1983
1984 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1985 accommodate new "arch" field in frame output.
1986 * gdb.mi/mi-return.exp: Likewise.
1987 * gdb.mi/mi-stack.exp: Likewise.
1988 * gdb.mi/mi-syn-frame.exp: Likewise.
1989 * gdb.mi/user-selected-context-sync.exp: Likewise.
1990
1991 2018-08-19 Michael Spang <spang@google.com>
1992
1993 PR gdb/11786
1994 * gdb.base/gcore-tls-pie.c: New file.
1995 * gdb.base/gcore-tls-pie.exp: New file.
1996
1997 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1998
1999 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2000 * gdb.dwarf2/varval.c: New file.
2001 * gdb.dwarf2/varval.exp: New file.
2002
2003 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2004
2005 PR gdb/18931
2006 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2007
2008 2018-08-16 Keith Seitz <keiths@redhat.com>
2009
2010 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2011 tests expected to pass.
2012
2013 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2014
2015 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2016 -data-disassemble -a.
2017 (test_disassembly_bogus_args): Likewise.
2018
2019 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2022
2023 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * gdb.base/vla-optimized-out.exp: Add new test.
2026
2027 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * gdb.base/vla-optimized-out-o3.exp: Delete.
2030 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2031 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2032 deleted tests.
2033
2034 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 PR gdb/18050:
2037 * gdb.server/extended-remote-restart.c: New file.
2038 * gdb.server/extended-remote-restart.exp: New file.
2039
2040 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2041
2042 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2043 "set variable index = 42".
2044
2045 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2046
2047 * boards/index-cache-gdb.exp: New file.
2048 * gdb.dwarf2/index-cache.exp: New file.
2049 * gdb.dwarf2/index-cache.c: New file.
2050 * gdb.base/maint.exp: Check if we are using the index cache.
2051
2052 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2053
2054 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2055 MAKEFLAGS.
2056
2057 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2058
2059 * dg-extract-results.sh: Move to toplevel contrib.
2060 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2061 * Makefile.in (check-parallel-racy): Likewise.
2062
2063 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2066 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2067 tests if the target supports scheduler locking.
2068
2069 2018-08-04 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2072
2073 2018-08-02 Tom Tromey <tom@tromey.com>
2074
2075 PR symtab/16842.
2076 * gdb.cp/temargs.exp: Test "info address" of a template
2077 parameter.
2078
2079 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2080
2081 * gdb.python/py-mi-var-info-path-expression.c: New file.
2082 * gdb.python/py-mi-var-info-path-expression.py: New file.
2083 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2084
2085 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2086
2087 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2088 error after "cannot resolve name" string.
2089
2090 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2093 started.
2094 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2095
2096 2018-07-28 Tom de Vries <tdevries@suse.de>
2097
2098 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2099
2100 2018-07-26 Tom de Vries <tdevries@suse.de>
2101
2102 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2103
2104 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2107 is visible.
2108
2109 2018-07-26 Tom de Vries <tdevries@suse.de>
2110
2111 PR breakpoints/23366
2112 * gdb.base/catch-follow-exec.c: New test.
2113 * gdb.base/catch-follow-exec.exp: New file.
2114
2115 2018-07-25 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2118 vla-optimized-out.c.
2119
2120 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2121
2122 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2123 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2124
2125 2018-07-20 Tom de Vries <tdevries@suse.de>
2126
2127 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2128 NOCLONE macro.
2129 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2130
2131 2018-07-19 Tom de Vries <tdevries@suse.de>
2132
2133 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2134 regular expression.
2135
2136 2018-07-18 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.base/vla-optimized-out.c: New test.
2139 * gdb.base/vla-optimized-out.exp: New file.
2140
2141 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2142
2143 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2144 message "No address associated with hostname" when gdbserver
2145 cannot resolve the hostname.
2146
2147 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2148
2149 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2150 Add some test prefixes to make tests unique.
2151
2152 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * gdb.base/frameapply.c: New file.
2155 * gdb.base/frameapply.exp: New file.
2156
2157 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2158
2159 * gdb.base/skip.exp: Update expected error message.
2160
2161 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2162 Jan Kratochvil <jan.kratochvil@redhat.com>
2163 Paul Fertser <fercerpav@gmail.com>
2164 Tsutomu Seki <sekiriki@gmail.com>
2165
2166 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2167 parameter.
2168 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2169 by default.
2170 * boards/native-gdbserver.exp: Likewise.
2171 * gdb.server/run-without-local-binary.exp: Improve regexp used
2172 for detecting when a remote debugging connection succeeds.
2173 * gdb.server/server-connect.exp: New file.
2174 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2175 Do not prefix the port number with ":".
2176 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2177 support for detecting and using it. Add '$debughost_gdbserver'
2178 to the list of arguments used to start gdbserver. Handle case
2179 when gdbserver cannot resolve a network name.
2180
2181 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2182
2183 PR c++/23373
2184 * gdb.base/ptype-offsets.cc (struct static_member): New
2185 struct.
2186 (main) <stmember>: New variable.
2187 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2188 with a static member in it.
2189
2190 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2193 watchpoints enabled and disabled.
2194
2195 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.base/examine-backward.exp: Still run tests around address
2198 0x0, even if address 0x0 is not readable. Update the pattern for
2199 matching address 0x0 in expected output.
2200
2201 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2204 malloc/free.
2205
2206 2018-07-04 Tom de Vries <tdevries@suse.de>
2207
2208 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2209
2210 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2211
2212 PR tdep/8282
2213 * gdb.arch/mips-disassembler-options.exp: New test.
2214 * gdb.arch/mips-disassembler-options.s: New test source.
2215
2216 2018-06-29 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.threads/names.exp: Adjust expected "info threads" output.
2219
2220 2018-06-29 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.opt/inline-break.exp (line number, address): Add "info
2223 break" tests.
2224
2225 2018-06-29 Pedro Alves <palves@redhat.com>
2226
2227 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2228 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2229 number and address and running to them.
2230
2231 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2232
2233 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2234
2235 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * lib/compiler.c: Remove executable permission flag.
2238
2239 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2240
2241 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2242 code.
2243 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2244
2245 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2246
2247 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2248
2249 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2250
2251 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2252 address argument is omitted.
2253
2254 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2255
2256 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2257
2258 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2259
2260 PR gdb/21695
2261 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2262 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2263
2264 2018-06-26 Tom Tromey <tom@tromey.com>
2265
2266 PR rust/22574:
2267 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2268 * gdb.rust/simple.rs (struct SimpleLayout): New.
2269
2270 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2271
2272 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2273 "info registers" output.
2274
2275 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2276
2277 * gdb.base/watchpoint-hw-attach.c: New test.
2278 * gdb.base/watchpoint-hw-attach.exp: New file.
2279
2280 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2281
2282 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2283 through /bin/sh.
2284 * boards/dwarf4-gdb-index.exp: Likewise.
2285 * boards/fission-dwp.exp: Likewise.
2286
2287 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2288
2289 * gdb.base/float128.exp: Add comment and improved fail message
2290 to the failure case of "print large128" test.
2291
2292 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2293
2294 * configure.ac: Remove AC_PREREQ.
2295 * configure: Re-generate.
2296
2297 2018-06-19 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2300 (func_extern_caller): New.
2301 (main): Call func_extern_caller.
2302 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2303 logic change.
2304
2305 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2306
2307 PR gdb/16841
2308 * gdb.cp/typedef-base.cc: New file.
2309 * gdb.cp/typedef-base.exp: New file.
2310
2311 2018-06-18 Tom de Vries <tdevries@suse.de>
2312
2313 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2314
2315 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2316 Richard Bunt <Richard.Bunt@arm.com>
2317
2318 * gdb.threads/attach-slow-waitpid.c: New file.
2319 * gdb.threads/attach-slow-waitpid.exp: New file.
2320 * gdb.threads/slow-waitpid.c: New file.
2321
2322 2018-06-14 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.base/fork-running-state.c: Include <errno.h>.
2325 (exit_if_relative_exits): New.
2326 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2327 exits.
2328 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2329 child exits.
2330
2331 2018-06-14 Tom de Vries <tdevries@suse.de>
2332
2333 PR cli/22573
2334 * gdb.base/finish-pretty.c: New test.
2335 * gdb.base/finish-pretty.exp: New file.
2336
2337 2018-06-14 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2340 gdb's expected startup output.
2341
2342 2018-06-14 Pedro Alves <palves@redhat.com>
2343
2344 * lib/selftest-support.exp (selftest_setup): Remove inlined
2345 function handling.
2346
2347 2018-06-14 Tom de Vries <tdevries@suse.de>
2348
2349 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2350 matching of breakpoint printing.
2351
2352 2018-06-13 Tom de Vries <tdevries@suse.de>
2353
2354 PR testsuite/23269
2355 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2356 (fork_child): ... here, and ...
2357 (fork_parent): ... here.
2358
2359 2018-06-12 Tom de Vries <tdevries@suse.de>
2360
2361 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2362
2363 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2364 Stephen Roberts <stephen.roberts@arm.com>
2365
2366 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2367 rewrite test to describe action performed, rather than possible
2368 failure.
2369
2370 2018-06-08 Gary Benson <gbenson@redhat.com>
2371
2372 * gdb.threads/check-libthread-db.exp: New file.
2373 * gdb.threads/check-libthread-db.c: Likewise.
2374
2375 2018-06-05 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.base/default.exp: Update expected "show version" output.
2378
2379 2018-06-05 Tom Tromey <tom@tromey.com>
2380
2381 PR cli/12326:
2382 * gdb.cp/static-print-quit.exp: Update.
2383 * lib/gdb.exp (pagination_prompt): Update.
2384 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2385 * gdb.python/python.exp: Update.
2386
2387 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2388
2389 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2390
2391 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2392
2393 * gdb.ada/bp_fun_addr: New testcase.
2394
2395 2018-06-01 Tom Tromey <tom@tromey.com>
2396
2397 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2398 results.
2399 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2400 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2401 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2402 * gdb.base/maint.exp (maint_pass_if): Update.
2403
2404 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2405
2406 * gdb.base/endian.exp: New test.
2407 * gdb.base/endian.c: New test source.
2408
2409 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 PR gdb/23203
2412 * gdb.base/bt-selected-frame.c: New file.
2413 * gdb.base/bt-selected-frame.exp: New file.
2414 * lib/gdb.exp (get_current_frame_number): New function.
2415
2416 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2417 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.threads/tls-core.c: Include <stdlib.h>
2420 (thread_proc): Call `abort'.
2421 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2422 (tls_core_test): New procedure, bits factored out from ...
2423 (top level): ... here. Test both native cores and gcore cores.
2424
2425 2018-05-23 Tom Tromey <tom@tromey.com>
2426
2427 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2428
2429 2018-05-23 Tom Tromey <tom@tromey.com>
2430
2431 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2432 symfile_complaints.
2433 (test_short_complaints): Likewise.
2434 (test_empty_complaints): Likewise.
2435 (test_initial_complaints): Update.
2436
2437 2018-05-23 Tom Tromey <tom@tromey.com>
2438
2439 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2440
2441 2018-05-23 Tom Tromey <tom@tromey.com>
2442
2443 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2444 (test_short_complaints): Update.
2445
2446 2018-05-22 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/remote.exp: Only gdb_start after compiling the
2449 testcase. Issue "disconnect" before testing "set remote" command
2450 defaults. Issue clean_restart before running to main.
2451
2452 2018-05-22 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.base/remote.exp: Adjust expected output of "show remote
2455 memory-write-packet-size". Add tests for "set remote
2456 memory-write-packet-size 0" and "set remote
2457 memory-write-packet-size fixed/limit".
2458
2459 2018-05-22 Pedro Alves <palves@redhat.com>
2460
2461 PR gdb/22973
2462 * gdb.base/utf8-identifiers.c: New file.
2463 * gdb.base/utf8-identifiers.exp: New file.
2464
2465 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2466
2467 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2468
2469 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2470
2471 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2472
2473 2018-05-18 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.base/ptype-offsets.exp: Update.
2476
2477 2018-05-17 Keith Seitz <keiths@redhat.com>
2478
2479 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2480 in expected breakpoint stop locations.
2481 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2482 move to proper scope to test variable values.
2483 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2484 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2485 New functions.
2486 (main): Call not_inline_func3.
2487 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2488 inline_func1, inline_func2, and inline_func3. Test that when each
2489 breakpoint is hit, GDB properly reports both the stop location
2490 and the backtrace. Repeat tests for temporary breakpoints.
2491
2492 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2493
2494 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2495 rather then trying to access it in determining whether the PID
2496 of `gdbserver' could have been retrieved.
2497
2498 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb.arch/amd64-init-x87-values.S: New file.
2501 * gdb.arch/amd64-init-x87-values.exp: New file.
2502
2503 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2506
2507 2018-05-04 Tom Tromey <tom@tromey.com>
2508
2509 PR python/22730:
2510 * gdb.python/python.exp: Test multi-line execute.
2511
2512 2018-05-04 Tom Tromey <tom@tromey.com>
2513
2514 PR python/22731:
2515 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2516
2517 2018-05-04 Tom Tromey <tom@tromey.com>
2518
2519 PR gdb/11750:
2520 * gdb.base/define.exp: Test defining a user command inside a user
2521 command.
2522 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2523
2524 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2525 Pedro Alves <palves@redhat.com>
2526
2527 PR breakpoints/19806 and support for PR external/20207.
2528 * gdb.base/watchpoint-unaligned.c: New file.
2529 * gdb.base/watchpoint-unaligned.exp: New file.
2530
2531 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.base/maint.exp: Make test names unique, use
2534 test_prefix_command_help to test 'help maint info', and remove
2535 repeated test of 'help maint'.
2536
2537 2018-05-04 Tom Tromey <tom@tromey.com>
2538
2539 PR gdb/22619:
2540 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2541 behavior.
2542
2543 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.base/maint.exp: Process output from 'maint print registers'
2546 line at a time.
2547
2548 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2549
2550 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2551 timeout.
2552
2553 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2556 filter pattern.
2557
2558 2018-05-02 Pedro Alves <palves@redhat.com>
2559
2560 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2561 to_log_command renames.
2562 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2563
2564 2018-05-02 Tom Tromey <tom@tromey.com>
2565
2566 * gdb.python/py-parameter.exp: Set test message.
2567
2568 2018-05-02 Tom Tromey <tom@tromey.com>
2569
2570 PR python/20084:
2571 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2572 PARAM_ZUINTEGER_UNLIMITED tests.
2573
2574 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2575
2576 PR rust/23124
2577 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2578 when casting.
2579
2580 2018-04-30 Tom Tromey <tom@tromey.com>
2581
2582 * gdb.python/py-type.exp: Check align attribute.
2583 * gdb.python/py-type.c: New "aligncheck" global.
2584
2585 2018-04-30 Tom Tromey <tom@tromey.com>
2586
2587 PR exp/17095:
2588 * gdb.dwarf2/dw2-align.exp: New file.
2589 * gdb.cp/align.exp: New file.
2590 * gdb.base/align.exp: New file.
2591 * lib/gdb.exp (gdb_int128_helper): New proc.
2592 (has_int128_c, has_int128_cxx): New caching procs.
2593
2594 2018-04-27 Tom Tromey <tom@tromey.com>
2595
2596 PR rust/22545:
2597 * gdb.rust/simple.exp: Add inclusive range tests.
2598
2599 2018-04-26 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2602 ifunc breakpoint locations correctly of ifunc breakpoints set
2603 while the program resolves the ifunc.
2604
2605 2018-04-26 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.base/gnu-ifunc-final.c: New file.
2608 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2609 * gdb.base/gnu-ifunc.exp (executable): Delete.
2610 (staticexecutable): Adjust.
2611 (lib_opts, exec_opts): Delete.
2612 (make_binsuffix, build, set-break): New procedures.
2613 (misc_tests): New, with tests factored out from the top level.
2614 (top level): Test different combinations of ifunc resolver name,
2615 resolver with and with debug info, and ifunc target with and
2616 without debug info. Wrap static tests with with_target_prefix.
2617
2618 2018-04-26 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2621 return type" warnings.
2622
2623 2018-04-25 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2626 killed".
2627 * gdb.base/kill-after-signal.exp: Likewise.
2628 * gdb.threads/kill.exp: Likewise.
2629
2630 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2631 Sergio Durigan Junior <sergiodj@redhat.com>
2632 Pedro Alves <palves@redhat.com>
2633
2634 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2635 regexps to expect for '[Inferior ... detached]' as well.
2636 * gdb.base/attach.exp: Likewise.
2637 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2638 "gdb_continue_to_end".
2639 (test_catch_syscall_with_wrong_args): Likewise.
2640 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2641 ']'. Don't set 'verbose' on.
2642 * gdb.base/foll-vfork.exp: Likewise.
2643 * gdb.base/fork-print-inferior-events.c: New file.
2644 * gdb.base/fork-print-inferior-events.exp: New file.
2645 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2646 '[Inferior ... has been killed]' message.
2647 * gdb.base/kill-after-signal.exp: Likewise.
2648 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2649 detach message.
2650 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2651 message.
2652 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2653 regexps to expect for '[Inferior ... detached]' as well.
2654 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2655
2656 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2657
2658 PR gdb/23104
2659 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2660
2661 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2662
2663 * gdb.threads/multiple-successive-infcall.c: New test.
2664 * gdb.threads/multiple-successive-infcall.exp: New file.
2665
2666 2018-04-17 Tom Tromey <tom@tromey.com>
2667
2668 * gdb.rust/simple.rs (Union): New type.
2669 (main): New local "u".
2670 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2671
2672 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2673
2674 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2675 number information in output of "whereis" command.
2676 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2677
2678 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2679
2680 * gdb.ada/info_types.exp: Adjust expected output to the line
2681 numbers now printed by "info var/func/type".
2682 * gdb.base/completion.exp: Likewise.
2683 * gdb.base/included.exp: Likewise.
2684 * gdb.cp/cp-relocate.exp: Likewise.
2685 * gdb.cp/cplusfuncs.exp: Likewise.
2686 * gdb.cp/namespace.exp: Likewise.
2687 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2688
2689 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2690
2691 * gdb.btrace/cpu.exp: New.
2692
2693 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2694
2695 * gdb.base/step-indirect-call-thunk.exp: New.
2696 * gdb.base/step-indirect-call-thunk.c: New.
2697 * gdb.reverse/step-indirect-call-thunk.exp: New.
2698 * gdb.reverse/step-indirect-call-thunk.c: New.
2699
2700 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2701
2702 * gdb.base/pie-fork.c: New file.
2703 * gdb.base/pie-fork.exp: New file.
2704
2705 2018-04-11 Tom Tromey <tom@tromey.com>
2706
2707 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2708
2709 2018-04-10 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2712 exits. Instead loop running forever.
2713 (fork_parent): Run forever too.
2714
2715 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2716
2717 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2718 mi_continue_to_line.
2719 * gdb.mi/mi-stack.c (callee4): Add comment.
2720
2721 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2722
2723 * gdb.mi/mi-stack.exp: Fix indentation.
2724
2725 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2726
2727 PR gdb/22979
2728 * gdb.arch/amd64-osabi.exp: New file.
2729
2730 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 PR gdb/22980
2733 * gdb.base/osabi.exp: New file.
2734
2735 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2736
2737 * gdb.cp/static-typedef-print.exp: New file.
2738 * gdb.cp/static-typedef-print.cc: New file.
2739
2740 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2741
2742 * gdb.ada/varsize_limit: New testcase.
2743
2744 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2745
2746 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2747
2748 * gdb.ada/notcplusplus: New testcase.
2749
2750 * gdb.base/c-linkage-name.c: New file.
2751 * gdb.base/c-linkage-name.exp: New testcase.
2752
2753 2018-03-26 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2756 * gdb.python/py-framefilter.py (name_error): New global.
2757 (ErrorInName.function): Use name_error.
2758
2759 2018-03-26 Tom Tromey <tom@tromey.com>
2760
2761 PR backtrace/15582:
2762 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2763
2764 2018-03-23 Keith Seitz <keiths@redhat.com>
2765
2766 PR c++/22968
2767 * gdb.cp/subtypes.exp: New file.
2768 * gdb.cp/subtypes.h: New file.
2769 * gdb.cp/subtypes.cc: New file.
2770 * gdb.cp/subtypes-2.cc: New file.
2771
2772 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2775 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2776 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2777 -nostartfiles when compiling the test. Confirm that all registers
2778 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2779
2780 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2783 option, syntax was wrong anyway.
2784 * gdb.arch/arm-disp-step.exp: Likewise.
2785 * gdb.arch/sparc64-regs.exp: Likewise.
2786 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2787 option, syntax was wrong anyway, switch to use
2788 prepare_for_testing.
2789 * gdb.arch/i386-disp-step.exp: Likewise.
2790
2791 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2792
2793 * gdb.ada/exec_changed.exp: Replace "target_info exists
2794 use_gdb_stub" by "use_gdb_stub".
2795 * gdb.ada/start.exp: Likewise.
2796 * gdb.base/async-shell.exp: Likewise.
2797 * gdb.base/attach-pie-misread.exp: Likewise.
2798 * gdb.base/attach-wait-input.exp: Likewise.
2799 * gdb.base/break-entry.exp: Likewise.
2800 * gdb.base/break-interp.exp: Likewise.
2801 * gdb.base/dprintf-detach.exp: Likewise.
2802 * gdb.base/nostdlib.exp: Likewise.
2803 * gdb.base/solib-nodir.exp: Likewise.
2804 * gdb.base/statistics.exp: Likewise.
2805 * gdb.base/testenv.exp: Likewise.
2806 * gdb.mi/mi-exec-run.exp: Likewise.
2807 * gdb.mi/mi-start.exp: Likewise.
2808 * gdb.multi/dummy-frame-restore.exp: Likewise.
2809 * gdb.multi/multi-arch-exec.exp: Likewise.
2810 * gdb.multi/multi-arch.exp: Likewise.
2811 * gdb.multi/tids.exp: Likewise.
2812 * gdb.multi/watchpoint-multi.exp: Likewise.
2813 * gdb.python/py-events.exp: Likewise.
2814 * gdb.threads/attach-into-signal.exp: Likewise.
2815 * gdb.threads/attach-stopped.exp: Likewise.
2816 * gdb.threads/threadapply.exp: Likewise.
2817 * lib/selftest-support.exp: Likewise.
2818
2819 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2820
2821 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2822
2823 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2824
2825 * gdb.perf/template-breakpoints.cc: New file.
2826 * gdb.perf/template-breakpoints.exp: New file.
2827 * gdb.perf/template-breakpoints.py: New file.
2828
2829 2018-03-19 Tom Tromey <tom@tromey.com>
2830
2831 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2832 y0.
2833 * gdb.rust/simple.exp: Test bare identifier form of struct
2834 initializer.
2835
2836 2018-03-19 Tom Tromey <tom@tromey.com>
2837
2838 * gdb.gdb/observer.exp: Remove.
2839
2840 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2843 "qualified" option when setting breakpoints.
2844 * gdb.trace/backtrace.exp: Likewise.
2845 * gdb.trace/circ.exp: Likewise.
2846 * gdb.trace/collection.exp: Likewise.
2847 * gdb.trace/disconnected-tracing.exp: Likewise.
2848 * gdb.trace/ftrace-lock.exp: Likewise.
2849 * gdb.trace/ftrace.exp: Likewise.
2850 * gdb.trace/infotrace.exp: Likewise.
2851 * gdb.trace/packetlen.exp: Likewise.
2852 * gdb.trace/passc-dyn.exp: Likewise.
2853 * gdb.trace/qtro.exp: Likewise.
2854 * gdb.trace/read-memory.exp: Likewise.
2855 * gdb.trace/report.exp: Likewise.
2856 * gdb.trace/signal.exp: Likewise.
2857 * gdb.trace/status-stop.exp: Likewise.
2858 * gdb.trace/strace.exp: Likewise.
2859 * gdb.trace/tfind.exp: Likewise.
2860 * gdb.trace/trace-break.exp: Likewise.
2861 * gdb.trace/trace-condition.exp: Likewise.
2862 * gdb.trace/trace-mt.exp: Likewise.
2863 * gdb.trace/tstatus.exp: Likewise.
2864 * gdb.trace/tsv.exp: Likewise.
2865 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2866 * gdb.trace/unavailable.exp: Likewise.
2867 * gdb.trace/while-dyn.exp: Likewise.
2868
2869 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2870
2871 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2872 that libinproctrace is copied to the target.
2873
2874 2018-03-14 Tom Tromey <tom@tromey.com>
2875
2876 PR cli/14977:
2877 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2878 a null pointer.
2879 * gdb.base/wchar.exp: Likewise.
2880
2881 2018-03-14 Tom Tromey <tom@tromey.com>
2882
2883 PR cli/19918:
2884 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2885 flag.
2886
2887 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2888
2889 PR gdb/22841
2890 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2891 "target" to remote_exec.
2892
2893 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2894
2895 PR gdb/22841
2896 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2897 ${board}_upload): Remove.
2898
2899 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2900
2901 * gdb.cp/watch-cp.cc: New test.
2902 * gdb.cp/watch-cp.exp: New file.
2903
2904 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * gdb.base/infcall-nested-structs.exp: New file.
2907 * gdb.base/infcall-nested-structs.c: New file.
2908 * gdb.base/float.exp: Add riscv support.
2909
2910 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2911
2912 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2913 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2914
2915 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2916
2917 * gdb.server/abspath.exp: New file.
2918 * lib/gdb.exp (with_cwd): New procedure.
2919
2920 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2921
2922 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2923 use it.
2924 (gdb_is_target_remote_prompt): New proc.
2925 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2926 (gdb_is_target_native): Pass prompt parameter to
2927 gdb_is_target_1.
2928
2929 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2930
2931 * gdb.base/load-command.c: New file.
2932 * gdb.base/load-command.exp: New file.
2933 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2934 (gdb_is_target_1): ...this, and generalize for other targets
2935 than just remote.
2936 (gdb_is_target_remote): Use gdb_is_target_1.
2937 (gdb_is_target_native): use gdb_is_target_1.
2938
2939 2018-02-26 Tom Tromey <tom@tromey.com>
2940
2941 PR python/16497:
2942 * gdb.python/py-framefilter.exp: Update test.
2943
2944 2018-02-26 Tom Tromey <tom@tromey.com>
2945
2946 * gdb.dwarf2/variant.c: New file.
2947 * gdb.dwarf2/variant.exp: New file.
2948
2949 2018-02-26 Tom Tromey <tom@tromey.com>
2950
2951 * gdb.rust/simple.exp: Accept more possible results in enum test.
2952
2953 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2954
2955 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2956 parentheses.
2957
2958 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2959
2960 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2961 name of a variable: $actual_linejj -> $actual_line.
2962
2963 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2964
2965 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2966
2967 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2968
2969 * gdb.btrace/buffer-size.exp: Do not force BTS.
2970
2971 2018-02-14 Pedro Alves <palves@redhat.com>
2972
2973 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2974 getting a "Quit".
2975
2976 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2977
2978 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2979 Fix test name.
2980
2981 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2982
2983 * gdb.cp/m-static.exp: Check type of optimized out static
2984 member.
2985
2986 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2989 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2990
2991 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2992 Leszek Swirski <leszeks@google.com>
2993
2994 * gdb.python/py-prettyprint.c
2995 (struct to_string_returns_value_inner,
2996 struct to_string_returns_value_wrapper): New.
2997 (main): Add tsrvw variable.
2998 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2999 ToStringReturnsValueWrapper): New classes.
3000 (register_pretty_printers): Register new pretty-printers.
3001 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3002 recursive pretty printer.
3003 * gdb.python/py-mi.exp: Likewise.
3004
3005 2018-02-01 Leszek Swirski <leszeks@google.com>
3006
3007 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3008 functions with the same name as an include file are parsed
3009 correctly.
3010
3011 2018-02-01 Yao Qi <yao.qi@linaro.org>
3012
3013 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3014 "\[^\r\n\]*".
3015
3016 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3017
3018 * gdb.arch/powerpc-prologue-frame.s: New file.
3019 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3020 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3021
3022 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3023
3024 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3025
3026 2018-01-30 Pedro Alves <palves@redhat.com>
3027
3028 PR gdb/13211
3029 * gdb.base/interrupt-daemon.c: New.
3030 * gdb.base/interrupt-daemon.exp: New.
3031 * gdb.multi/multi-term-settings.c: New.
3032 * gdb.multi/multi-term-settings.exp: New.
3033
3034 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3035
3036 * gdb.base/break.exp: Save the location where the breakpoint
3037 on break.c:47 was actually inserted when debugging the version
3038 compiled at -O2 and use it in the expected output of the "info
3039 break" test performed soon after.
3040
3041 2018-01-22 Pedro Alves <palves@redhat.com>
3042 Sergio Durigan Junior <sergiodj@redhat.com>
3043
3044 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3045 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3046
3047 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.base/break-include.c, gdb.base/break-include.inc,
3050 gdb.base/break-include.exp: New files.
3051 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3052 line number now being the actual line number where the breakpoint
3053 was inserted.
3054 * gdb.mi/mi-break.exp: Likewise.
3055 * gdb.mi/mi-reverse.exp: Likewise.
3056 * gdb.mi/mi-simplerun.exp: Ditto.
3057
3058 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3059
3060 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3061 varobj.
3062 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3063
3064 2018-01-21 Don Breazeal <donb@codesourcery.com>
3065 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.mi/basics.c: Add new global.
3068 * gdb.mi/mi-frame-regs.exp: New file.
3069 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3070 case.
3071
3072 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3075 non-parameter, and on an unknown symbol.
3076
3077 2018-01-19 Tom Tromey <tom@tromey.com>
3078
3079 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3080 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3081
3082 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3083
3084 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3085 setrlimit and chdir to int.
3086
3087 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3088
3089 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3090 function.
3091 (my_tend): Likewise.
3092 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3093 rationale of avoiding FP- and vector instructions.
3094
3095 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3096
3097 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3098 "info reg" with "\[ \t\]*".
3099 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3100 "\[ \t\]+".
3101 * gdb.arch/s390-multiarch.exp: Ditto.
3102 * gdb.base/pc-fp.exp: Ditto.
3103 * gdb.reverse/i386-precsave.exp: Ditto.
3104 * gdb.reverse/i386-reverse.exp: Ditto.
3105 * gdb.reverse/i387-env-reverse.exp: Ditto.
3106 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3107
3108 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3109
3110 * lib/gdb.exp (gdb_compile): Re-enable use of
3111 universal_compile_options for languages other than Rust.
3112
3113 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3114
3115 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3116
3117 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3118
3119 PR gdb/16577
3120 * gdb.base/solib-vanish.exp: New.
3121 * gdb.base/solib-vanish-main.c: New.
3122 * gdb.base/solib-vanish-lib1.c: New.
3123 * gdb.base/solib-vanish-lib2.c: New.
3124
3125 2018-01-17 Yao Qi <yao.qi@linaro.org>
3126
3127 * gdb.compile/compile.exp: Match the address printed for
3128 frame in the output of command "bt".
3129
3130 2018-01-15 Tom Tromey <tom@tromey.com>
3131
3132 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3133 compute sp_reg.
3134
3135 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3138 to prepare.
3139 (prepare): Return 0 on error, 1 on success.
3140
3141 2018-01-12 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.base/continue-after-aborted-step-over.c: New.
3144 * gdb.base/continue-after-aborted-step-over.exp: New.
3145
3146 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3147
3148 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3149 options when not creating an executable.
3150
3151 2018-01-11 Pedro Alves <palves@redhat.com>
3152
3153 PR remote/22597
3154 * gdb.server/stop-reply-no-thread.c: New file.
3155 * gdb.server/stop-reply-no-thread.exp: New file.
3156
3157 2018-01-10 Pedro Alves <palves@redhat.com>
3158
3159 PR gdb/22670
3160 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3161 functions too. Test setting breakpoints and printing C functions
3162 with no debug info too.
3163 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3164
3165 2018-01-10 Pedro Alves <palves@redhat.com>
3166
3167 PR gdb/22670
3168 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3169 a fail.
3170
3171 2018-01-10 Pedro Alves <palves@redhat.com>
3172
3173 PR gdb/22670
3174 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3175
3176 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3177
3178 * gdb.server/unittest.exp: Match the output in non-development
3179 mode.
3180
3181 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3182
3183 * gdb.gdb/unittest.exp: Match output in non-development mode.
3184
3185 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3186
3187 * gdb.ada/access_tagged_param.exp: Relax expected output
3188 for value of "ObjL" in "continue" to pck.inspect breakpoint
3189 test.
3190
3191 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3192
3193 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3194 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3195
3196 2018-01-05 Pedro Alves <palves@redhat.com>
3197
3198 PR gdb/18653
3199 * gdb.base/libsegfault.exp: New.
3200
3201 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3202
3203 PR gdb/22670
3204 * gdb.ada/access_tagged_param.exp: New file.
3205 * gdb.ada/access_tagged_param/foo.adb: New file.
3206
3207 2018-01-05 Pedro Alves <palves@redhat.com>
3208
3209 PR gdb/22670
3210 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3211 exercise lower case too, and to exercise both full matching and
3212 wild matching.
3213
3214 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3215
3216 * gdb.ada/rename_subscript_param: New testcase.
3217
3218 2018-01-05 Jerome Guitton <guitton@adacore.com>
3219
3220 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3221
3222 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3223
3224 * gdb.ada/convvar_comp: New testcase.
3225
3226 2018-01-05 Xavier Roirand <roirand@adacore.com>
3227
3228 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3229 (My_Table): New global variable.
3230 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3231
3232 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3233
3234 PR gdb/22670
3235 * gdb.ada/maint_with_ada: New testcase.
3236
3237 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3238
3239 PR gdb/22670
3240 * gdb.ada/bp_c_mixed_case: New testcase.
3241
3242 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3243
3244 PR gdb/22670
3245 * gdb.ada/complete.exp: Add "complete break ada" test.
3246
3247 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3248
3249 PR gdb/22670
3250 * gdb.ada/info_addr_mixed_case: New testcase.
3251
3252 2018-01-03 Xavier Roirand <roirand@adacore.com>
3253
3254 * gdb.ada/excep_handle.exp: New testcase.
3255 * gdb.ada/excep_handle/foo.adb: New file.
3256 * gdb.ada/excep_handle/pck.ads: New file.
3257
3258 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3259
3260 * gdb.base/step-line.c: Add extra empty line in copyright header.
3261 * gdb.base/step-line.inp: Likewise.
3262
3263 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3264
3265 * gdb.ada/dyn_stride.exp: Add slice test.
3266
3267 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3268
3269 * gdb.ada/dyn_stride: New testcase.
3270
3271 2017-12-27 Stafford Horne <shorne@gmail.com>
3272
3273 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3274 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3275
3276 2017-12-27 Stafford Horne <shorne@gmail.com>
3277
3278 * gdb.base/reggroups.c: New file.
3279 * gdb.base/reggroups.exp: New file.
3280
3281 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3282
3283 * gdb.dwarf2/ada-valprint-error.c: New file.
3284 * gdb.dwarf2/ada-valprint-error.exp: New file.
3285
3286 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3287
3288 * gdb.ada/assign_arr: New testcase.
3289
3290 2017-12-18 Xavier Roirand <roirand@adacore.com>
3291
3292 * gdb.ada/funcall_ptr: New testcase.
3293
3294 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3295
3296 PR cli/16224
3297 * gdb.base/ptype-offsets.cc: New file.
3298 * gdb.base/ptype-offsets.exp: New file.
3299
3300 2017-12-15 Yao Qi <yao.qi@linaro.org>
3301
3302 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3303 if XML is disabled.
3304
3305 2017-12-15 Xavier Roirand <roirand@adacore.com>
3306
3307 * gdb.ada/same_component_name: New testcase.
3308
3309 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3310
3311 * gdb.ada/str_binop_equal: New testcase.
3312
3313 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3314
3315 * gdb.ada/task_switch_in_core: New testcase.
3316
3317 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3318
3319 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3320 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3321 call test_bkpt_qualified.
3322 (test_bkpt_qualified): New proc.
3323
3324 2017-12-13 Pedro Alves <palves@redhat.com>
3325
3326 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3327 Tighten regexp by matching with an anchor.
3328
3329 2017-12-13 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3332 ("expression with namespace"): New set of tests.
3333 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3334 (Nested::Test_NS::qux): New.
3335 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3336 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3337
3338 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.base/server-del-break.c: New file.
3341 * gdb.base/server-del-break.exp: New file.
3342
3343 2017-12-12 Stafford Horne <shorne@gmail.com>
3344
3345 * gdb.xml/tdesc-regs.exp: Add or1k support.
3346
3347 2017-12-12 Stafford Horne <shorne@gmail.com>
3348
3349 * gdb.base/bp-permanent.c: Define nop of or1k.
3350
3351 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3354 output with components being reordered.
3355
3356 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3357
3358 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3359 output with components being reordered.
3360
3361 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3362 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.base/maint.exp (check for .gdb_index): Check also for
3365 .debug_names.
3366 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3368 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3369 (.gdb_index used after symbol reloading): Support also .debug_names.
3370 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3371
3372 2017-12-08 Yao Qi <yao.qi@linaro.org>
3373
3374 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3375 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3376
3377 2017-12-08 Yao Qi <yao.qi@linaro.org>
3378
3379 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3380 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3381
3382 2017-12-08 Yao Qi <yao.qi@linaro.org>
3383
3384 * gdb.arch/aarch64-tagged-pointer.c: New file.
3385 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3386
3387 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3388
3389 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3390 "int".
3391
3392 2017-12-07 Keith Seitz <keiths@redhat.com>
3393
3394 PR breakpoints/22569
3395 * gdb.linespec/ls-errs.exp: Change expected result of "break
3396 -source this file has spaces.c -line 3".
3397 Check that an explicit source file followed by whitespace is
3398 identified as an invalid explicit location.
3399
3400 2017-12-07 Keith Seitz <keiths@redhat.com>
3401
3402 * gdb.cp/nested-types.cc: New file.
3403 * gdb.cp/nested-types.exp: New file.
3404 * lib/cp-support.exp: Load data-structures.exp library.
3405 (debug_cp_test_ptype_class): New global.
3406 (cp_ptype_class_verbose, next_line): New procedures.
3407 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3408 Add and document new return value.
3409 Switch the list of lines to a queue.
3410 Add support for new `type' key for nested type definitions.
3411 Add debugging/troubleshooting messages.
3412 * lib/data-structures.exp: New file.
3413
3414 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3415
3416 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3417 with proc_with_prefix, don't use with_test_prefix.
3418
3419 2017-12-07 Tom Tromey <tom@tromey.com>
3420
3421 * gdb.base/break.exp: Add test for empty "commands".
3422
3423 2017-12-07 Yao Qi <yao.qi@linaro.org>
3424
3425 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3426 malloc and catch syscall.
3427
3428 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3429
3430 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3431 tests for explicit locations.
3432
3433 2017-12-06 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3436 force-disabling XML descriptions.
3437
3438 2017-12-04 Pedro Alves <palves@redhat.com>
3439
3440 PR gdb/22499
3441 * gdb.arch/amd64-disp-step-avx.S: New file.
3442 * gdb.arch/amd64-disp-step-avx.exp: New file.
3443
3444 2017-12-03 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3447 and <string.h>.
3448 (parent_function): Print distinct messages when waitpid fails, or
3449 the child exits with a signal, or the child exits for an unhandled
3450 reason.
3451 * gdb.threads/process-dies-while-detaching.exp
3452 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3453 it. Wait for both inferior output and GDB's prompt. Use an
3454 indirect spawn id list.
3455 (do_detach): New parameter 'child_exit'. Use it to compute
3456 expected inferior output.
3457 (test_detach, test_detach_watch, test_detach_killed_outside):
3458 Adjust to pass down the expected child exit kind.
3459
3460 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3461 Sergio Durigan Junior <sergiodj@redhat.com>
3462 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3465
3466 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3467
3468 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3469 to 'symbol-file' and 'add-symbol-file' can be
3470 position-independent.
3471
3472 2017-12-01 Yao Qi <yao.qi@linaro.org>
3473
3474 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3475 the URL in copyright header.
3476 * gdb.arch/aarch64-fp.exp: Likewise.
3477 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3478 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3479 * gdb.base/expand-psymtabs.exp: Likewise.
3480 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3481 * gdb.fortran/common-block.exp: Likewise.
3482 * gdb.fortran/common-block.f90: Likewise.
3483 * gdb.fortran/logical.exp: Likewise.
3484 * gdb.fortran/vla-datatypes.f90: Likewise.
3485 * gdb.fortran/vla-sub.f90: Likewise.
3486
3487 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3488
3489 * gdb.ada/repeat_dyn: New testcase.
3490
3491 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3492
3493 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3494 Update for changed thread numbering.
3495 * gdb.cell/bt.exp: Update for changed GDB output.
3496
3497 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3498
3499 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3500 setting isremote by hand.
3501 * boards/dwarf4-gdb-index.exp: Likewise.
3502 * boards/fission.exp: Likewise.
3503 * boards/stabs.exp: Likewise.
3504
3505 2017-11-30 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.linespec/cpls-ops.exp
3508 (check_explicit_skips_function_argument): Extract the underlying
3509 type of size_t instead of hardcoding it.
3510
3511 2017-11-29 Pedro Alves <palves@redhat.com>
3512
3513 PR c++/19436
3514 * gdb.linespec/cpls-abi-tag.cc: New file.
3515 * gdb.linespec/cpls-abi-tag.exp: New file.
3516
3517 2017-11-29 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/langs.exp: Use -qualified.
3520 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3521 it.
3522 * gdb.cp/namespace.exp: Use -qualified.
3523 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3524 (overload-3, template-overload, template-ret-type, const-overload)
3525 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3526 procedures.
3527 (test_driver): Call them.
3528 * gdb.cp/save-bp-qualified.cc: New.
3529 * gdb.cp/save-bp-qualified.exp: New.
3530 * gdb.linespec/explicit.exp: Test -qualified.
3531 * lib/completion-support.exp (completion::explicit_opts_list): Add
3532 "-qualified".
3533 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3534
3535 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3536
3537 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3538
3539 2017-11-29 Tom Tromey <tom@tromey.com>
3540
3541 * gdb.base/relocate.exp: Update invalid argument test.
3542 Add new tests for invalid arguments.
3543
3544 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3545
3546 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3547 Return 0 as a long.
3548 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3549
3550 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3551
3552 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3553 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3554 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3555 func ().
3556 * gdb.cp/shadow.cc (B.func): Return 0.
3557
3558 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3559
3560 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3561 expected output in gdb_expect call to allow the exception
3562 message to be present as well. Fix syntax confusion to avoid
3563 TCL thinking that exception_name is an array.
3564
3565 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3566
3567 * gdb.arch/spu-info.c: Include <unistd.h>.
3568 (do_signal_test): Fix broken calls to write.
3569 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3570 Fix checks for empty mailboxes. Update signal tests for corrected
3571 do_signal_test routine. Allow nonzero event status.
3572 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3573 * gdb.cell/arch.exp: Use standard_output_file.
3574 * gdb.cell/break.exp: Likewise.
3575 * gdb.cell/bt.exp: Likewise.
3576 * gdb.cell/core.exp: Likewise.
3577 * gdb.cell/dwarfaddr.exp: Likewise.
3578 * gdb.cell/ea-cache.exp: Likewise.
3579 * gdb.cell/ea-standalone.exp: Likewise.
3580 * gdb.cell/f-regs.exp: Likewise.
3581 * gdb.cell/fork.exp: Likewise.
3582 * gdb.cell/gcore.exp: Likewise.
3583 * gdb.cell/mem-access.exp: Likewise.
3584 * gdb.cell/ptype.exp: Likewise.
3585 * gdb.cell/registers.exp: Likewise.
3586 * gdb.cell/sizeof.exp: Likewise.
3587 * gdb.cell/solib-symbol.exp: Likewise.
3588 * gdb.cell/solib.exp: Likewise.
3589
3590 2017-11-25 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.base/complete-empty.exp: New file.
3593 * gdb.base/completion.exp: Adjust.
3594
3595 2017-11-25 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.linespec/cpls-ops.cc: New file.
3598 * gdb.linespec/cpls-ops.exp: New file.
3599 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3600 factored out from ...
3601 (test_complete_prefix_range): ... this.
3602
3603 2017-11-24 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.linespec/cpcompletion.exp: New file.
3606 * gdb.linespec/cpls-hyphen.cc: New file.
3607 * gdb.linespec/cpls.cc: New file.
3608 * gdb.linespec/cpls2.cc: New file.
3609 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3610 test to use test_gdb_complete_unique. Add label completion,
3611 keyword completion and explicit location completion tests.
3612 * lib/completion-support.exp: New file.
3613
3614 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3615
3616 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3617 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3618 when hitting an exception catchpoint.
3619
3620 2017-11-22 Yao Qi <yao.qi@linaro.org>
3621
3622 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3623
3624 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3627 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3628 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3629
3630 2017-11-22 Yao Qi <yao.qi@linaro.org>
3631
3632 * gdb.base/info-os.exp: Pass pthreads.
3633 * gdb.multi/multi-attach.exp: Likewise.
3634
3635 2017-11-22 Yao Qi <yao.qi@linaro.org>
3636
3637 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3638 compiler.
3639
3640 2017-11-22 Yao Qi <yao.qi@linaro.org>
3641
3642 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3643 * gdb.base/break-interp.exp: Likewise.
3644 * gdb.base/jit-attach-pie.exp: Likewise.
3645
3646 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3647
3648 * gdb.base/float128.c (large128): New variable.
3649 * gdb.base/float128.exp: Add test to print largest __float128 value.
3650
3651 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3652
3653 * gdb.arch/vsx-regs.exp: Update register content checks.
3654
3655 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3656
3657 * gdb.arch/ppc-longdouble.exp: New file.
3658 * gdb.arch/ppc-longdouble.c: Likewise.
3659
3660 2017-11-21 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3663
3664 2017-11-20 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3667 (long_double_typedef): New typedefs.
3668 Use DEF on double and long double.
3669 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3670 cases.
3671 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3672 and 'long_double_ptr_same_size' locals. Use them to decide
3673 whether cast from array/function to float is valid/invalid.
3674
3675 2017-11-17 Tom Tromey <tom@tromey.com>
3676
3677 * gdb.rust/traits.rs: New file.
3678 * gdb.rust/traits.exp: New file.
3679
3680 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.ada/minsyms: New testcase.
3683
3684 2017-11-16 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3687 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3688
3689 2017-11-16 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3692 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3693
3694 2017-11-16 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.server/reconnect-ctrl-c.c: New file.
3697 * gdb.server/reconnect-ctrl-c.exp: New file.
3698
3699 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3700
3701 * gdb.python/py-rbreak.exp: New file.
3702 * gdb.python/py-rbreak.c: New file.
3703 * gdb.python/py-rbreak-func2.c: New file.
3704
3705 2017-11-16 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3708 pattern.
3709 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3710 GDB.
3711
3712 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3713
3714 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3715 regex.
3716
3717 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3718
3719 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3720 test names.
3721
3722 2017-11-09 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3725 factored out from ...
3726 (top level): ... here, and adjusted to avoid expecting beyond the
3727 prompt in a single gdb_test_multiple.
3728
3729 2017-11-09 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3732 output.
3733 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3734 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3735 * gdb.server/ext-run.exp ("kill" test): Likewise.
3736 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3737
3738 2017-11-09 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3741 match till end of line.
3742
3743 2017-11-09 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3746
3747 2017-11-09 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3750 New procedures, factored out from ...
3751 (top level): ... here, and adjusted to avoid expecting beyond the
3752 prompt in one go.
3753
3754 2017-11-09 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3757 output. Fix '?' match.
3758
3759 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.ada/scoped_watch: New testcase.
3762 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3763 which is actually correct.
3764 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3765 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3766
3767 2017-11-08 Pedro Alves <palves@redhat.com>
3768
3769 * gdb.gdb/complaints.exp (test_initial_complaints)
3770 (test_serial_complaints, test_short_complaints): Call
3771 complaint_internal instead of complaint.
3772
3773 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3774
3775 * gdb.threads/tls-core.c: New file.
3776 * gdb.threads/tls-core.exp: Likewise.
3777
3778 2017-11-08 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3781 (p Exported_Capitalized): New test.
3782 (p exported_capitalized): New test.
3783
3784 2017-11-07 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3787
3788 2017-11-07 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3791 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3792 (disable_invalid, disable_inverted, disable_negative): New
3793 procedures.
3794 ("bad numbers"): New set of tests.
3795
3796 2017-11-07 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.cp/ena-dis-br-range.exp: Add tests.
3799
3800 2017-11-07 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3803
3804 2017-11-07 Xavier Roirand <roirand@adacore.com>
3805 Pedro Alves <palves@redhat.com>
3806
3807 * gdb.base/ena-dis-br.exp: Add reference to
3808 gdb.cp/ena-dis-br-range.exp.
3809 * gdb.cp/ena-dis-br-range.exp: New file.
3810 * gdb.cp/ena-dis-br-range.cc: New file.
3811
3812 2017-11-06 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.base/attach-non-pgrp-leader.c: New.
3815 * gdb.base/attach-non-pgrp-leader.exp: New.
3816
3817 2017-11-06 Pedro Alves <palves@redhat.com>
3818
3819 * configure.ac: No longer check for termio.h and sgtty.h.
3820 * configure: Regenerate.
3821 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3822 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3823 Remove termio and sgtty code.
3824
3825 2017-11-03 Yao Qi <yao.qi@linaro.org>
3826
3827 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3828 in GDB is disabled.
3829
3830 2017-11-03 Yao Qi <yao.qi@linaro.org>
3831
3832 * gdb.python/py-thrhandle.exp: Skip it if python is not
3833 enabled.
3834
3835 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3836
3837 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3838 as a breakpoint command.
3839
3840 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3841
3842 PR python/21213
3843 * gdb.python/py-infthread.exp: Test calling
3844 InferiorThread.inferior () multiple times in a row.
3845
3846 2017-10-27 Keith Seitz <keiths@redhat.com>
3847
3848 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3849 Test "info break" for every inlined function breakpoint.
3850
3851 2017-10-27 Yao Qi <yao.qi@linaro.org>
3852
3853 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3854
3855 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3856
3857 * gdb.cp/classes.exp (test_static_members): Test printing
3858 Outer::instance.
3859 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3860 (Inner::instance, Outer::instance): New.
3861
3862 2017-10-24 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3865 extra console" test in two stages.
3866
3867 2017-10-24 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3870
3871 2017-10-24 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3874 loop.
3875
3876 2017-10-24 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3879 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3880
3881 2017-10-24 Pedro Alves <palves@redhat.com>
3882
3883 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3884 parameter and handle it. Don't output read value in test name.
3885
3886 2017-10-24 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3889 custom test name.
3890
3891 2017-10-24 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3894 include the unstable output directory name in the test's name.
3895 (initial_setup_simple) <'set args'>: Use custom test name.
3896
3897 2017-10-24 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3900 with explicit test name.
3901
3902 2017-10-20 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3905 'wait -i'. Use gdb_assert and remote_close.
3906
3907 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3908
3909 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3910 number from variable rather than hard-coded.
3911
3912 2017-10-19 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/long-inferior-output.c: New file.
3915 * gdb.base/long-inferior-output.exp: New file.
3916
3917 2017-11-18 Keith Seitz <keiths@redhat.com>
3918
3919 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3920 method.
3921 (main): Call it.
3922 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3923 Add additional user-defined conversion operator tests.
3924
3925 2017-10-17 Pedro Alves <palves@redhat.com>
3926
3927 * boards/native-stdio-gdbserver.exp: Load "local-board".
3928
3929 2017-10-17 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/quit-live.c: New file.
3932 * gdb.base/quit-live.exp: New file.
3933
3934 2017-10-16 Keith Seitz <keiths@redhat.com>
3935
3936 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3937 (class_with_protected_typedef, class_with_private_typedef)
3938 (struct_with_public_typedef, struct_with_protected_typedef)
3939 (struct_with_private_typedef): New classes/structs.
3940 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3941 typedefs and access specifiers.
3942
3943 2017-10-16 Pedro Alves <palves@redhat.com>
3944 Simon Marchi <simon.marchi@polymtl.ca>
3945
3946 * README (Local vs Remote vs Native): New section.
3947 * boards/local-board.exp: New file, with bits factored out from
3948 ...
3949 * boards/native-extended-gdbserver.exp: ... here. Load
3950 "local-board".
3951 * boards/native-gdbserver.exp: Load "local-board".
3952 (${board}_spawn, ${board}_exec): Delete.
3953 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3954 ...
3955 * boards/stdio-gdbserver-base.exp: ... this new file.
3956 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3957 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3958 procedure.
3959 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3960 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3961 stdio_gdbserver_command.
3962 (${board}_get_remote_address, ${board}_get_comm_port)
3963 (${board}_download, ${board}_upload): Delete.
3964 (get_target_remote_pipe_cmd): New.
3965
3966 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3967
3968 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3969 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3970 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3971 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3972 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3973 remove with_test_prefix.
3974
3975 2017-10-13 Pedro Alves <palves@redhat.com>
3976
3977 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3978 * gdb.base/annota1.exp: Use it instead of is_remote.
3979 * gdb.base/annota3.exp: Use it instead of is_remote.
3980 * gdb.cp/annota2.exp: Use it instead of is_remote.
3981 * gdb.cp/annota3.exp: Use it instead of is_remote.
3982 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3983
3984 2017-10-13 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3987 (test_num_test_vars, run_and_count_vars, find_env)
3988 (test_set_unset_env, test_inherit_env_var): New procedures.
3989 (top level): Use them.
3990
3991 2017-10-13 Pedro Alves <palves@redhat.com>
3992
3993 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3994 also skip on stub-like targets.
3995
3996 2017-10-13 Pedro Alves <palves@redhat.com>
3997
3998 PR gdb/22293
3999 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4000 (top level): Move some tests to ...
4001 (test_not_found): ... this new procedure.
4002 (top level): Call it.
4003
4004 2017-10-13 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4007 expect different "info terminal" output if testing with a
4008 non-native target.
4009
4010 2017-10-13 Pedro Alves <palves@redhat.com>
4011 Simon Marchi <simon.marchi@polymtl.ca>
4012
4013 PR python/12966
4014 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4015
4016 2017-10-13 Pedro Alves <palves@redhat.com>
4017
4018 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4019 already.
4020
4021 2017-10-13 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4024 is_remote.
4025
4026 2017-10-13 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4029 is_remote.
4030
4031 2017-10-13 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4034 is set.
4035 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4036 instead of is_remote.
4037
4038 2017-10-13 Pedro Alves <palves@redhat.com>
4039
4040 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4041 (top level): Add comment.
4042
4043 2017-10-13 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.base/remote.exp (top level): Fix comment typo and add
4046 missing return.
4047
4048 2017-10-13 Pedro Alves <palves@redhat.com>
4049 Simon Marchi <simon.marchi@polymtl.ca>
4050
4051 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4052 calls and add comments. Skip test if use_gdb_stub is set.
4053 (top level): Use "set cwd" command instead of "cd" command.
4054
4055 2017-10-13 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4058 is_remote target check.
4059
4060 2017-10-13 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/scope.exp: Use build_executable + clean_restart +
4063 gdb_file_cmd instead of prepare_for_testing and no longer skip
4064 "before run" tests on is_remote target boards. Update comments.
4065 * boards/native-extended-gdbserver.exp
4066 (extended_gdbserver_load_last_file): New, factored out from ...
4067 (gdb_load): ... this. Move further below and add comment.
4068 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4069
4070 2017-10-12 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.base/attach.exp: Remove references to gdb64.
4073 * gdb.base/dbx.exp: Remove references to gdb64.
4074
4075 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4076 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.base/label.exp: Remove is_remote target check.
4079
4080 2017-10-12 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.base/auvx.exp (coredir): Update comment.
4083 (top level) <core_works>: Use "set cwd" command instead of "cd"
4084 command.
4085
4086 2017-10-12 Pedro Alves <palves@redhat.com>
4087 Simon Marchi <simon.marchi@polymtl.ca>
4088
4089 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4090 target boards.
4091
4092 2017-10-12 Pedro Alves <palves@redhat.com>
4093 Simon Marchi <simon.marchi@polymtl.ca>
4094
4095 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4096 Instead skip if there's any gdb_protocol set.
4097
4098 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4099 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4102
4103 2017-10-12 Pedro Alves <palves@redhat.com>
4104 Simon Marchi <simon.marchi@polymtl.ca>
4105
4106 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4107 instead of on dejagnu remote boards.
4108
4109 2017-10-12 Pedro Alves <palves@redhat.com>
4110 Simon Marchi <simon.marchi@polymtl.ca>
4111
4112 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4113 checks. Use build_executable + clean_restart instead of
4114 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4115 of enabling non-stop after starting gdb.
4116
4117 2017-10-12 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4120 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4121 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4122 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4123
4124 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4125
4126 * gdb.arch/arc-tdesc-cpu.exp: New file.
4127 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4128
4129 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4132
4133 2017-10-10 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4136 expect CLI output.
4137
4138 2017-10-10 Pedro Alves <palves@redhat.com>
4139
4140 * lib/selftest-support.exp (selftest_setup): Update for
4141 captured_command_loop's prototype change.
4142
4143 2017-10-09 Pedro Alves <palves@redhat.com>
4144
4145 Test both arch1=>arch2 and arch2=>arch1.
4146
4147 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4148 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4149 factored out to...
4150 (append_arch1_options, append_arch2_options, append_arch_options)
4151 (build_executables): New procedures.
4152 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4153 local.
4154 (top level): Add new 'first_arch' testing axis.
4155
4156 2017-10-09 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4159 (barrier): New.
4160 (thread_start, all_started): New functions.
4161 (main): Spawn new thread and wait until it is scheduled.
4162 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4163 option.
4164 (do_test): Add 'selected_thread' parameter. Run to all_started
4165 instead of main. Explicitly set the breakpoint at main. Switch
4166 to the SELECTED_THREAD thread.
4167 (top level): Test handling the exec event with either the main
4168 thread or the second thread selected.
4169
4170 2017-10-09 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4173 logic. Move STOP marker after the value checks.
4174 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4175 regexp.
4176
4177 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4178
4179 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4180
4181 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4182
4183 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4184 integer-to-dfp conversion.
4185 * gdb.base/dfp-test.exp: Likewise.
4186
4187 2017-10-04 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.multi/hangout.c: Include <unistd.h>.
4190 (hangout_loop): New function.
4191 (main): Call alarm. Call hangout_loop in a loop.
4192 * gdb.multi/hello.c: Include <unistd.h>.
4193 (hello_loop): New function.
4194 (main): Call alarm. Call hangout_loop in a loop.
4195 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4196 inferior with the other selected.
4197
4198 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 * gdb.mi/list-thread-groups-available.exp: New file.
4201 * gdb.mi/list-thread-groups-available.c: New file.
4202
4203 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4204
4205 * gdb.base/set-cwd.exp: Make it available on
4206 native-extended-gdbserver.
4207
4208 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4209
4210 * gdb.base/set-cwd.c: New file.
4211 * gdb.base/set-cwd.exp: Likewise.
4212
4213 2017-10-02 Tom Tromey <tom@tromey.com>
4214
4215 PR rust/22236:
4216 * gdb.rust/simple.rs (main): New variable "fslice".
4217 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4218
4219 2017-10-02 Tom Tromey <tom@tromey.com>
4220
4221 * gdb.rust/simple.exp: Test ptype of a slice.
4222
4223 2017-10-02 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.rust/simple.exp: Test index of slice.
4226
4227 2017-09-27 Tom Tromey <tom@tromey.com>
4228
4229 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4230
4231 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4232 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/compare-sections.exp (get value of read-only section): Read
4235 as unsigned value.
4236 (corrupt read-only section): Likewise and don't set written if patching
4237 failed.
4238
4239 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4240
4241 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4242 files.
4243
4244 2017-09-20 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4247 symbol names in gdb's output.
4248 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4249
4250 2017-09-20 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4253 Rename to ...
4254 (test_list_ambiguous_symbol): ... this and add a symbol name
4255 parameter. Adjust.
4256 (test_list_ambiguous_function): Reimplement on top of
4257 test_list_ambiguous_symbol and also test listing ambiguous
4258 variables.
4259 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4260 (ambiguous_fun): ... this.
4261 (ambiguous_var): New.
4262 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4263 (ambiguous_fun): ... this.
4264 (ambiguous_var): New.
4265
4266 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4267
4268 * gdb.base/starti.c: New file.
4269 * gdb.base/starti.exp: New file.
4270 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4271
4272 2017-09-14 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4275 (top level): Use it instead of runto.
4276
4277 2017-09-11 Tom Tromey <tom@tromey.com>
4278
4279 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4280
4281 2017-09-11 Tom Tromey <tom@tromey.com>
4282
4283 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4284 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4285
4286 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4287
4288 * gdb.fortran/printing-types.exp: New file.
4289 * gdb.fortran/printing-types.exp: New file.
4290
4291 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4292
4293 * gdb.fortran/vla-ptype.exp: Fix typos.
4294 * gdb.fortran/vla-value.exp: Same.
4295
4296 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4297
4298 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4299 * gdb.mi/mi-var-child-f.exp: Likewise.
4300 * gdb.mi/mi-vla-fortran.exp: Likewise.
4301
4302 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4303 Christoph Weinmann <christoph.t.weinmann@intel.com>
4304 Bernhard Heckel <bernhard.heckel@intel.com>
4305
4306 * gdb.fortran/ptr-indentation.f90: New file.
4307 * gdb.fortran/ptr-indentation.exp: New file.
4308
4309 2017-09-05 Tom Tromey <tom@tromey.com>
4310
4311 PR gdb/22010:
4312 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4313
4314 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4315
4316 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4317
4318 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * gdb.threads/tls-nodebug-pie.c: New file.
4321 * gdb.threads/tls-nodebug-pie.exp: New file.
4322
4323 2017-09-05 Tom Tromey <tom@tromey.com>
4324
4325 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4326 for rust.
4327
4328 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4329
4330 * gdb.multi/multi-arch-exec.exp: Test with different
4331 "follow-exec-mode" settings.
4332 (do_test): New procedure.
4333
4334 2017-09-04 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/func-static.c (S::method const, S::method volatile)
4337 (S::method volatile const): New methods.
4338 (c_s, v_s, cv_s): New instances.
4339 (main): Call method() on them.
4340 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4341 (cannot_resolve): New procedure.
4342 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4343 print-quote-unquoted columns.
4344 (do_test): Test printing each scope too.
4345
4346 2017-09-04 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.base/local-static.exp: Also test with
4349 class::method::variable wholly quoted.
4350 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4351
4352 2017-09-04 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/local-static.c: New.
4355 * gdb.base/local-static.cc: New.
4356 * gdb.base/local-static.exp: New.
4357
4358 2017-09-04 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.asm/asm-source.exp: Add casts to int.
4361 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4362 (dataglobal64_1, dataglobal64_2): New globals.
4363 * gdb.base/nodebug.exp: Test different expressions involving the
4364 new globals, with print, whatis and ptype. Add casts to int.
4365 * gdb.base/solib-display.exp: Add casts to int.
4366 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4367 * gdb.cp/m-static.exp: Add cast to int.
4368 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4369 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4370 tls variable with no debug info without a cast. Test with a cast
4371 to int too.
4372 * gdb.trace/entry-values.exp: Add casts.
4373
4374 2017-09-04 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.base/nodebug.exp: Test that ptype's error about functions
4377 with unknown return type includes the function name too.
4378
4379 2017-09-04 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4382 return type of munmap in infcall.
4383 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4384 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4385 type of ftell in infcall.
4386 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4387 type of getpid in infcall.
4388 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4389 infcall.
4390 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4391 Bail on failure to extract the pid.
4392 * gdb.base/nodebug.c: #include <stdint.h>.
4393 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4394 New functions.
4395 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4396 Change expected output of print/whatis/ptype with functions with
4397 no debug info. Test all supported languages. Call
4398 test_call_promotion.
4399 * gdb.compile/compile.exp: Adjust expected output to expect
4400 warning.
4401 * gdb.threads/siginfo-threads.exp: Likewise.
4402
4403 2017-09-04 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4406 "prototypes". Test calling float functions via prototyped and
4407 unprototyped function pointers.
4408 (perform_all_tests): New parameter "prototypes". Pass it down.
4409 (top level): Pass down "prototypes" parameter to
4410 perform_all_tests.
4411
4412 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4413
4414 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4415 Test with nested loops.
4416
4417 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4418
4419 * gdb.base/commands.exp: Call the new procedures.
4420 (loop_break_test, loop_continue_test): New procedures.
4421
4422 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4423
4424 * gdb.base/commands.exp: Call new procedure.
4425 (define_if_without_arg_test): New procedure.
4426
4427 2017-09-04 Pedro Alves <palves@redhat.com>
4428
4429 * gdb.base/list-ambiguous.exp: New file.
4430 * gdb.base/list-ambiguous0.c: New file.
4431 * gdb.base/list-ambiguous1.c: New file.
4432 * gdb.base/list.exp (test_list_range): Adjust expected output.
4433
4434 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4435
4436 * gdb.base/share-env-with-gdbserver.c: New file.
4437 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4438
4439 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4440
4441 * gdb.base/commands.exp (gdbvar_simple_if_test,
4442 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4443 progvar_simple_if_test, progvar_simple_while_test,
4444 progvar_complex_if_while_test, user_defined_command_test,
4445 user_defined_command_args_eval,
4446 user_defined_command_args_stack_test,
4447 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4448 temporary_breakpoint_commands,
4449 gdb_test_no_prompt, redefine_hook_test,
4450 redefine_backtrace_test): Remove "global gdb_prompt".
4451
4452 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4453
4454 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4455 New proc, call it from toplevel.
4456
4457 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4458
4459 PR remote/21852
4460 * gdb.server/normal.c: New file, copied from gdb.base.
4461 * gdb.server/run-without-local-binary.exp: New file.
4462
4463 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4464
4465 * gdb.arch/sparc64-adi.exp: New file.
4466 * gdb.arch/sparc64-adi.c: New file.
4467
4468 2017-08-22 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4471 (top level): Add "list all overloads" tests.
4472
4473 2017-08-22 Tom Tromey <tom@tromey.com>
4474
4475 * gdb.gdb/xfullpath.exp: Remove.
4476
4477 2017-08-21 Pedro Alves <palves@redhat.com>
4478
4479 PR gdb/19487
4480 * gdb.base/symbol-alias.c: New.
4481 * gdb.base/symbol-alias2.c: New.
4482 * gdb.base/symbol-alias.exp: New.
4483
4484 2017-08-21 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/dfp-test.c
4487 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4488 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4489 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4490 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4491 * gdb.base/whatis-ptype-typedefs.c: New.
4492 * gdb.base/whatis-ptype-typedefs.exp: New.
4493 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4494 (an_int, an_int_type, an_int_type2): New globals.
4495 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4496 involving typedefs and cast expressions.
4497 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4498 (lookup_typedefs_function): New.
4499 (typedefs_pretty_printers_dict): New.
4500 (top level): Register lookup_typedefs_function in
4501 gdb.pretty_printers.
4502
4503 2017-08-18 Yao Qi <yao.qi@linaro.org>
4504
4505 * gdb.server/unittest.exp: New.
4506
4507 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4508
4509 PR gdb/21954
4510 * gdb.base/environ.exp: Add test to check if 'unset environment'
4511 works.
4512
4513 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4514
4515 * lib/gdb.exp (universal_compile_options): New caching proc.
4516 (gdb_compile): Suppress GCC's coloring of messages.
4517
4518 2017-08-14 Tom Tromey <tom@tromey.com>
4519
4520 PR gdb/21675:
4521 * gdb.base/printcmds.exp (test_radices): New function.
4522 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4523 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4524 * lib/gdb.exp (get_integer_valueof): Use p/d.
4525
4526 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4527
4528 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4529 characters.
4530
4531 2017-08-05 Tom Tromey <tom@tromey.com>
4532
4533 * gdb.rust/simple.exp: Allow String to appear in a different
4534 namespace.
4535
4536 2017-07-26 Yao Qi <yao.qi@linaro.org>
4537
4538 * gdb.gdb/unittest.exp: Invoke command
4539 "maintenance check xml-descriptions".
4540
4541 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4542
4543 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4544 calling context.
4545 (hex128): Drop erroneous calculation of parameters.
4546
4547 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4548
4549 * gdb.python/py-unwind.exp: Disable stack protection when
4550 building test file.
4551
4552 2017-07-20 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.base/default.exp (set language): Adjust expected output.
4555
4556 2017-07-20 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4559 (test_minsym): ... this, and make static.
4560 (get_pck__foo__bar__minsym): Rename to ...
4561 (get_test_minsym): ... this.
4562 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4563 symbol names and comments.
4564 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4565 (get_test_minsym): ... this.
4566 (pck__foo__bar__minsym__2): Rename to ...
4567 (test_minsym): ... this.
4568 (main): Adjust.
4569
4570 2017-07-17 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.base/completion.exp: Adjust expected output.
4573 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4574 the completer works.
4575
4576 2017-07-17 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4579
4580 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4583
4584 2017-07-14 Tom Tromey <tom@tromey.com>
4585
4586 PR rust/21764:
4587 * gdb.rust/simple.exp: Add tests.
4588
4589 2017-07-14 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4592
4593 2017-07-14 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.linespec/base/one/thefile.cc (z1): New function.
4596 * gdb.linespec/base/two/thefile.cc (z2): New function.
4597 * gdb.linespec/linespec.exp: Add tests.
4598
4599 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4602 to mi_create_breakpoint.
4603
4604 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4607 mi_create_breakpoint.
4608
4609 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4610
4611 * gdb.dlang/demangle.exp: Update for demangling changes.
4612
4613 2017-07-09 Tom Tromey <tom@tromey.com>
4614
4615 * gdb.dwarf2/shortpiece.exp: New file.
4616
4617 2017-07-06 David Blaikie <dblaikie@gmail.com>
4618
4619 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4620 built from fissiont-multi-cu{1,2}.c.
4621 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4622 except putting 'main' and 'func' in separate CUs in the same DWO file.
4623 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4624 test.
4625 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4626 test.
4627
4628 2017-07-06 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.python/py-unwind.exp: Test flushregs.
4631
4632 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4633
4634 PR cli/21688
4635 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4636 tests for alias commands and trailing whitespace.
4637
4638 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4639
4640 PR cli/21688
4641 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4642 procedure. Call it.
4643
4644 2017-06-29 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.base/printcmds.exp: Add tests.
4647
4648 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4649
4650 PR gdb/21337
4651 * gdb.base/reread-readsym.exp: New file.
4652 * gdb.base/reread-readsym.c: New file.
4653
4654 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4655
4656 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4657 subpattern.
4658
4659 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4660
4661 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4662 extended mnemonic.
4663 * gdb.arch/powerpc-power9.s: Likewise.
4664
4665 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4666
4667 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4668 on 32-bit x86 targets. Exploit is_*_target macros where
4669 appropriate.
4670
4671 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4672
4673 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4674 register pieces.
4675
4676 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4677
4678 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4679 located in one or more DWARF pieces.
4680
4681 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4682
4683 * lib/gdb.exp (get_endianness): New proc.
4684 * gdb.arch/aarch64-fp.exp: Use it.
4685 * gdb.arch/altivec-regs.exp: Likewise.
4686 * gdb.arch/e500-regs.exp: Likewise.
4687 * gdb.arch/vsx-regs.exp: Likewise.
4688 * gdb.base/dump.exp: Likewise.
4689 * gdb.base/funcargs.exp: Likewise.
4690 * gdb.base/gnu_vector.exp: Likewise.
4691 * gdb.dwarf2/formdata16.exp: Likewise.
4692 * gdb.dwarf2/implptrpiece.exp: Likewise.
4693 * gdb.dwarf2/nonvar-access.exp: Likewise.
4694 * gdb.python/py-inferior.exp: Likewise.
4695 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4696
4697 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4698
4699 PR gdb/21226
4700 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4701 stack value pieces are taken from the LSB end.
4702
4703 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4704
4705 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4706 variable at nonzero offset.
4707
4708 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4709
4710 * gdb.dwarf2/var-access.c: New file.
4711 * gdb.dwarf2/var-access.exp: New test.
4712 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4713
4714 2017-06-12 Tom Tromey <tom@tromey.com>
4715
4716 * gdb.dwarf2/formdata16.exp: Add tests.
4717
4718 2017-06-12 Tom Tromey <tom@tromey.com>
4719
4720 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4721
4722 2017-06-12 Tom Tromey <tom@tromey.com>
4723
4724 PR exp/16225:
4725 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4726 * gdb.arch/vsx-regs.exp: Update tests.
4727 * gdb.arch/s390-vregs.exp (hex128): New proc.
4728 Update test.
4729 * gdb.arch/altivec-regs.exp: Update tests.
4730
4731 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4732
4733 * gdb.base/startup-with-shell.c: New file.
4734 * gdb.base/startup-with-shell.exp: Likewise.
4735
4736 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4737
4738 * gdb.server/non-existing-program.exp: Update regex in order to
4739 reflect the fact that gdbserver is now using fork_inferior (with a
4740 shell) to startup the inferior.
4741
4742 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4743
4744 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4745 support function calls from GDB.
4746
4747 2017-05-21 Tom Tromey <tom@tromey.com>
4748
4749 PR rust/21466:
4750 * gdb.rust/unsized.exp: New file.
4751 * gdb.rust/unsized.rs: New file.
4752
4753 2017-05-19 Tom Tromey <tom@tromey.com>
4754
4755 PR rust/21484:
4756 * gdb.rust/watch.exp: New file.
4757 * gdb.rust/watch.rs: New file.
4758
4759 2017-05-18 Tom Tromey <tom@tromey.com>
4760
4761 * gdb.rust/simple.exp: Allow Box to be qualified.
4762
4763 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4764
4765 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4766
4767 2017-05-18 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.base/fileio.c (test_write, test_read, test_close)
4770 (test_fstat): Don't print 'ret' in the fail path.
4771
4772 2017-05-18 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4775 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4776 (test_system, test_rename, test_unlink, test_time): Change
4777 prototypes.
4778 * gdb.base/fileio.exp (stop_msg): Adjust.
4779
4780 2017-05-18 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.base/fileio.c (null_str): New global.
4783 (test_stat): Use it.
4784 * gdb.base/fileio.exp: Remove nowarnings.
4785
4786 2017-05-17 Yao Qi <yao.qi@linaro.org>
4787
4788 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4789
4790 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4791
4792 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4793 argument command.
4794 (top-level): Invoke test_set_inferior_tty.
4795
4796 2017-05-04 Pedro Alves <palves@redhat.com>
4797
4798 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4799 Add parens to print call for Python 3.
4800
4801 2017-05-03 Keith Seitz <keiths@redhat.com>
4802
4803 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4804 (main): Call it.
4805
4806 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4807
4808 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4809 to prev and next.
4810
4811 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4812
4813 * gdb.python/py-record-btrace.exp: Remove test for
4814 gdb.BtraceInstruction.error.
4815
4816 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4817
4818 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4819
4820 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4821
4822 * gdb.python/py-record-btrace-threads.c: New file.
4823 * gdb.python/py-record-btrace-threads.exp: New file.
4824
4825 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4826
4827 PR testsuite/8595
4828 * gdb.base/environ.exp: Make test available in all architectures.
4829 Move bits related to "info program" testing to
4830 gdb.base/info-program.exp. Rewrite tests to use the two new
4831 procedures mentione below.
4832 (test_set_show_env_var) New procedure.
4833 (test_set_show_env_var_equal): Likewise.
4834 * gdb.base/info-program.exp: New file.
4835
4836 2017-04-27 Keith Seitz <keiths@redhat.com>
4837
4838 * gdb.cp/oranking.cc (test15): New function.
4839 (main): Call test15 and declare additional variables for testing.
4840 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4841 "p foo101('abc')" tests.
4842 Add tests for cv qualifier overloads.
4843 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4844 "lvalue reference overload" test.
4845 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4846 "print value of f1 on Child&& in f2" test.
4847
4848 2017-04-19 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4851 procedure.
4852 (top level): Call it.
4853 * lib/gdb.exp (gdb_define_cmd): New procedure.
4854
4855 2017-04-12 Pedro Alves <palves@redhat.com>
4856
4857 PR gdb/21323
4858 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4859 (wchar): New global.
4860 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4861 (do_test_wide_char, wide_char_types_no_program, top level): Add
4862 wchar_t testing.
4863
4864 2017-04-12 Pedro Alves <palves@redhat.com>
4865
4866 PR c++/21323
4867 * gdb.cp/wide_char_types.c: New file.
4868 * gdb.cp/wide_char_types.exp: New file.
4869
4870 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4871
4872 PR gdb/21352
4873 * gdb.trace/tsv.exp: Add test for "tsave -r".
4874
4875 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4876
4877 * gdb.dlang/watch-loc.c: New file.
4878 * gdb.dlang/watch-loc.exp: New file.
4879
4880 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4883
4884 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4885
4886 * gdb.arch/arc-analyze-prologue.S: New file.
4887 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4888
4889 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4890
4891 * gdb.arch/arc-decode-insn.S: New file.
4892 * gdb.arch/arc-decode-insn.exp: Likewise.
4893
4894 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4895
4896 PR tdep/20928
4897 * gdb.arch/sparc64-regs.exp: New file.
4898 * gdb.arch/sparc64-regs.S: Likewise.
4899
4900 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4901
4902 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4903 and memory view on Python 3.
4904
4905 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4906 Keith Seitz <keiths@redhat.com>
4907
4908 PR gdb/14441
4909 * gdb.cp/demangle.exp: Add rvalue reference tests.
4910 * gdb.cp/rvalue-ref-casts.cc: New file.
4911 * gdb.cp/rvalue-ref-casts.exp: New file.
4912 * gdb.cp/rvalue-ref-overload.cc: New file.
4913 * gdb.cp/rvalue-ref-overload.exp: New file.
4914 * gdb.cp/rvalue-ref-params.cc: New file.
4915 * gdb.cp/rvalue-ref-params.exp: New file.
4916 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4917 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4918 * gdb.cp/rvalue-ref-types.cc: New file.
4919 * gdb.cp/rvalue-ref-types.exp: New file.
4920 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4921 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4922
4923 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4924
4925 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4926 New procedure.
4927
4928 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4929
4930 * lib/mi-support.exp (mi_gdb_test): Add additional message
4931 for unexpected output.
4932
4933 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4934
4935 * gdb.base/examine-backward.c (Barrier): New character array
4936 constant, to ensure that TestStrings is preceded by a string
4937 terminator.
4938
4939 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4940
4941 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4942 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4943 and implicit pointer into such a location.
4944
4945 2017-03-16 Doug Evans <dje@google.com>
4946
4947 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4948
4949 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4950
4951 * gdb.cp/m-static.exp: Fix expectation for prototype of
4952 test5.single_constructor and single_constructor::single_constructor.
4953
4954 2017-03-16 Doug Evans <dje@google.com>
4955
4956 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4957 * gdb.guile/scm-lazy-string.c: New file.
4958 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4959 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4960 for pointer, array, typedef lazy strings.
4961
4962 2017-03-16 Doug Evans <dje@google.com>
4963
4964 PR python/17728, python/18439, python/18779
4965 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4966 * gdb.python/py-lazy-string.c (pointer): New typedef.
4967 (main): New locals ptr, array, typedef_ptr.
4968 * gdb.python/py-value.exp: Move lazy string tests to ...
4969 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4970 array, typedef lazy strings.
4971
4972 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4973
4974 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4975 Add optional 'test' parameter.
4976
4977 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4978
4979 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4980 Skip for versions of DejaGnu < 1.5.
4981
4982 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4983
4984 * lib/gdb.exp (dejagnu_version): New proc.
4985 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4986 Use dejagnu_version.
4987
4988 2017-03-10 Keith Seitz <keiths@redhat.com>
4989
4990 PR c++/8128
4991 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4992 type from destructor regexps.
4993 Add a branch which actually passes the test.
4994 Adjust "ptype t5i" test names.
4995
4996 2017-03-08 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/step-over-exit.exp: Add explicit test message.
4999
5000 2017-03-08 Pedro Alves <palves@redhat.com>
5001
5002 PR gdb/18360
5003 * gdb.threads/interrupt-while-step-over.c: New file.
5004 * gdb.threads/interrupt-while-step-over.exp: New file.
5005
5006 2017-03-08 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5009 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5010
5011 2017-03-08 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5014 PKRU as not supported as a PASS.
5015
5016 2017-03-08 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5019 prefix instead of $binfile1/$binfile2.
5020 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5021 in test message.
5022 * gdb.python/py-completion.exp: Use "load python file" as test
5023 messages instead of unstable path names.
5024
5025 2017-03-08 Pedro Alves <palves@redhat.com>
5026 Jan Kratochvil <jan.kratochvil@redhat.com>
5027
5028 PR cli/21218
5029 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5030 New proc.
5031 (top level): Call it.
5032
5033 2017-03-08 Pedro Alves <palves@redhat.com>
5034
5035 PR tui/21216
5036 * gdb.tui/tui-nl-filtered-output.exp: New file.
5037
5038 2017-03-08 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/completion.exp: Move TUI completion tests to ...
5041 * gdb.tui/completion.exp: ... this new file.
5042
5043 2017-03-08 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/tui-disasm-long-lines.c,
5046 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5047 gdb.base/tui-layout.exp: Move to ...
5048 * gdb.tui/: ... this new directory.
5049
5050 2017-03-07 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.base/tui-layout.c: New file.
5053 * gdb.base/tui-layout.exp: New file.
5054
5055 2017-03-07 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/tui-layout.c: Rename to ...
5058 * gdb.base/tui-disasm-long-lines.c: ... this.
5059 * gdb.base/tui-layout.exp: Rename to ...
5060 * gdb.base/tui-disasm-long-lines.exp: ... this.
5061
5062 2017-03-07 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5065
5066 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5067
5068 * i386-mpx-call.c: New file.
5069 * i386-mpx-call.exp: New file.
5070
5071 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5072
5073 * gdb.arch/powerpc-power.exp: Delete test.
5074 * gdb.arch/powerpc-power.s: Likewise.
5075 * gdb.disasm/disassembler-options.exp: New test.
5076 * gdb.arch/powerpc-altivec.exp: Likewise.
5077 * gdb.arch/powerpc-altivec.s: Likewise.
5078 * gdb.arch/powerpc-altivec2.exp: Likewise.
5079 * gdb.arch/powerpc-altivec2.s: Likewise.
5080 * gdb.arch/powerpc-altivec3.exp: Likewise.
5081 * gdb.arch/powerpc-altivec3.s: Likewise.
5082 * gdb.arch/powerpc-power7.exp: Likewise.
5083 * gdb.arch/powerpc-power7.s: Likewise.
5084 * gdb.arch/powerpc-power8.exp: Likewise.
5085 * gdb.arch/powerpc-power8.s: Likewise.
5086 * gdb.arch/powerpc-power9.exp: Likewise.
5087 * gdb.arch/powerpc-power9.s: Likewise.
5088 * gdb.arch/powerpc-vsx.exp: Likewise.
5089 * gdb.arch/powerpc-vsx.s: Likewise.
5090 * gdb.arch/powerpc-vsx2.exp: Likewise.
5091 * gdb.arch/powerpc-vsx2.s: Likewise.
5092 * gdb.arch/powerpc-vsx3.exp: Likewise.
5093 * gdb.arch/powerpc-vsx3.s: Likewise.
5094 * gdb.arch/arm-disassembler-options.exp: Likewise.
5095 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5096 * gdb.arch/s390-disassembler-options.exp: Likewise.
5097
5098 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5099
5100 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5101 (check_supported_features): ... this. Changed return type to void.
5102 (supports_rdseed): New static global.
5103 (rdseed): Check supports_rdseed.
5104 (initialize): Call check_supported_features.
5105
5106 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5107
5108 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5109 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5110 and lqarx/stqcx.
5111 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5112 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5113
5114 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5115
5116 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5117 uppercase.
5118
5119 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5120
5121 * gdb.dwarf2/formdata16.c: New file.
5122 * gdb.dwarf2/formdata16.exp: New file.
5123 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5124
5125 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5128 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5129 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5130 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5131 DW_AT_GNU_*.
5132
5133 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5134
5135 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5136
5137 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5138
5139 PR gdb/21164
5140 * gdb.base/maint.exp: Add testcases for when the commands do
5141 not have arguments.
5142
5143 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5144
5145 * gdb.cp/chained-calls.exp: Use p instead of P.
5146
5147 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5148
5149 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5150 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5151
5152 2017-02-14 Tom Tromey <tom@tromey.com>
5153
5154 PR python/13598:
5155 * gdb.python/py-events.exp: Add before_prompt event tests.
5156
5157 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5158
5159 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5160
5161 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5162
5163 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5164 (main): Call my_unique_function_name.
5165 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5166 completion of patterns with a single match.
5167 Add missing -re switches to gdb_test_multiple calls.
5168
5169 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5170
5171 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5172 return if core file is not recognized.
5173
5174 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5175
5176 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5177 and extra UIs.
5178
5179 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5182 proc_with_prefix.
5183
5184 2017-02-10 Tom Tromey <tom@tromey.com>
5185
5186 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5187
5188 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5189
5190 PR gdb/21122
5191 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5192
5193 2017-02-08 Jerome Guitton <guitton@adacore.com>
5194
5195 * gdb.base/define.exp: Add test for command abbreviations
5196 in define.
5197
5198 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5199
5200 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5201 * gdb.reverse/insn-reverse-x86.c: New file.
5202
5203 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5204
5205 PR tdep/20936
5206 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5207
5208 2017-02-03 Tom Tromey <tom@tromey.com>
5209
5210 PR rust/21097:
5211 * gdb.rust/simple.exp: Add new tests.
5212
5213 2017-02-02 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5216 tests.
5217
5218 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5219
5220 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5221 taking a 2-byte value out of a 4-byte DWARF implicit value on
5222 big-endian targets.
5223 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5224 logic. Add test cases for DW_OP_implicit.
5225
5226 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5227
5228 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5229
5230 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5231
5232 * gdb.btrace/enable.exp: Call gdb_exit before
5233 skip_gdbserver_tests.
5234
5235 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5236
5237 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5238 GDBFLAGS.
5239
5240 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5241
5242 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5243 the test is skipped.
5244 * gdb.btrace/data.exp: Likewise.
5245 * gdb.btrace/delta.exp: Likewise.
5246 * gdb.btrace/dlopen.exp: Likewise.
5247 * gdb.btrace/enable-running.exp: Likewise.
5248 * gdb.btrace/enable.exp: Likewise.
5249 * gdb.btrace/exception.exp: Likewise.
5250 * gdb.btrace/function_call_history.exp: Likewise.
5251 * gdb.btrace/gcore.exp: Likewise.
5252 * gdb.btrace/instruction_history.exp: Likewise.
5253 * gdb.btrace/multi-thread-step.exp: Likewise.
5254 * gdb.btrace/nohist.exp: Likewise.
5255 * gdb.btrace/non-stop.exp: Likewise.
5256 * gdb.btrace/reconnect.exp: Likewise.
5257 * gdb.btrace/record_goto-step.exp: Likewise.
5258 * gdb.btrace/record_goto.exp: Likewise.
5259 * gdb.btrace/rn-dl-bind.exp: Likewise.
5260 * gdb.btrace/segv.exp: Likewise.
5261 * gdb.btrace/step.exp: Likewise.
5262 * gdb.btrace/stepi.exp: Likewise.
5263 * gdb.btrace/tailcall-only.exp: Likewise.
5264 * gdb.btrace/tailcall.exp: Likewise.
5265 * gdb.btrace/tsx.exp: Likewise.
5266 * gdb.btrace/unknown_functions.exp: Likewise.
5267 * gdb.btrace/vdso.exp: Likewise.
5268
5269 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5270
5271 * gdb.btrace/enable-running.c: New.
5272 * gdb.btrace/enable-running.exp: New.
5273
5274 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5275
5276 * gdb.arch/amd64-gs_base.c: New file.
5277 * gdb.arch/amd64-gs_base.exp: New file.
5278
5279 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5280
5281 * lib/memory.exp: Remove spurious empty newlines.
5282
5283 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5284
5285 * gdb.python/py-bad-printers.exp: Load python file using "source".
5286 * gdb.python/py-events.exp: Likewise.
5287 * gdb.python/py-evsignal.exp: Likewise.
5288 * gdb.python/py-evthreads.exp: Likewise.
5289 * gdb.python/py-frame-args.exp: Likewise.
5290 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5291 * gdb.python/py-framefilter-mi.exp: Likewise.
5292 * gdb.python/py-framefilter.exp: Likewise.
5293 * gdb.python/py-mi.exp: Likewise.
5294 * gdb.python/py-pp-maint.exp: Likewise.
5295 * gdb.python/py-pp-registration.exp: Likewise.
5296 * gdb.python/py-prettyprint.exp: Likewise.
5297 (run_lang_tests): Likewise.
5298 * gdb.python/py-typeprint.exp: Likewise.
5299
5300 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5301
5302 * lib/memory.exp: New file.
5303 * lib/gdb.exp: Load memory.exp.
5304 * gdb.base/memattr.exp (delete_memory): Move proc to
5305 lib/memory.exp and rename to delete_memory_regions.
5306 Replace delete_memory with delete_memory_regions.
5307 Cleanup memory regions before tests.
5308 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5309 before tests.
5310
5311 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5312
5313 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5314 files.
5315 (initialize): New function conditionally defined.
5316 (testcases): Move within conditional block.
5317 (main): Call initialize.
5318 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5319 of gdb.reverse/insn-reverse.c.
5320 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5321 gdb.reverse/insn-reverse.c.
5322
5323 2017-01-26 Yao Qi <yao.qi@linaro.org>
5324
5325 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5326 disassemble on address 0.
5327
5328 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5329 Yao Qi <yao.qi@linaro.org>
5330
5331 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5332 * gdb.dwarf2/implptr-64bit.S: Remove.
5333 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5334 variables in caller's context. Add DW_OP_implicit_value.
5335
5336 2017-01-25 Yao Qi <yao.qi@linaro.org>
5337
5338 * lib/dwarf.exp (Dwarf::_location): Handle
5339 DW_OP_GNU_implicit_pointer with proper size.
5340
5341 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5342
5343 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5344 and add untested calls.
5345
5346 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5347
5348 * gdb.python/python.exp: Check line number against what GDB thinks
5349 the line number is for func1.
5350
5351 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5352
5353 * gdb.dlang/debug-expr.exp: New file.
5354
5355 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5356
5357 Fix test names for the following files:
5358
5359 * gdb.ada/exec_changed.exp
5360 * gdb.ada/info_types.exp
5361 * gdb.arch/aarch64-atomic-inst.exp
5362 * gdb.arch/aarch64-fp.exp
5363 * gdb.arch/altivec-abi.exp
5364 * gdb.arch/altivec-regs.exp
5365 * gdb.arch/amd64-byte.exp
5366 * gdb.arch/amd64-disp-step.exp
5367 * gdb.arch/amd64-dword.exp
5368 * gdb.arch/amd64-entry-value-inline.exp
5369 * gdb.arch/amd64-entry-value-param.exp
5370 * gdb.arch/amd64-entry-value-paramref.exp
5371 * gdb.arch/amd64-entry-value.exp
5372 * gdb.arch/amd64-i386-address.exp
5373 * gdb.arch/amd64-invalid-stack-middle.exp
5374 * gdb.arch/amd64-invalid-stack-top.exp
5375 * gdb.arch/amd64-optimout-repeat.exp
5376 * gdb.arch/amd64-prologue-skip.exp
5377 * gdb.arch/amd64-prologue-xmm.exp
5378 * gdb.arch/amd64-stap-special-operands.exp
5379 * gdb.arch/amd64-stap-wrong-subexp.exp
5380 * gdb.arch/amd64-tailcall-cxx.exp
5381 * gdb.arch/amd64-tailcall-noret.exp
5382 * gdb.arch/amd64-tailcall-ret.exp
5383 * gdb.arch/amd64-tailcall-self.exp
5384 * gdb.arch/amd64-word.exp
5385 * gdb.arch/arm-bl-branch-dest.exp
5386 * gdb.arch/arm-disp-step.exp
5387 * gdb.arch/arm-neon.exp
5388 * gdb.arch/arm-single-step-kernel-helper.exp
5389 * gdb.arch/avr-flash-qualifier.exp
5390 * gdb.arch/disp-step-insn-reloc.exp
5391 * gdb.arch/e500-abi.exp
5392 * gdb.arch/e500-regs.exp
5393 * gdb.arch/ftrace-insn-reloc.exp
5394 * gdb.arch/i386-avx512.exp
5395 * gdb.arch/i386-bp_permanent.exp
5396 * gdb.arch/i386-byte.exp
5397 * gdb.arch/i386-cfi-notcurrent.exp
5398 * gdb.arch/i386-disp-step.exp
5399 * gdb.arch/i386-dr3-watch.exp
5400 * gdb.arch/i386-float.exp
5401 * gdb.arch/i386-gnu-cfi.exp
5402 * gdb.arch/i386-mpx-map.exp
5403 * gdb.arch/i386-mpx-sigsegv.exp
5404 * gdb.arch/i386-mpx-simple_segv.exp
5405 * gdb.arch/i386-mpx.exp
5406 * gdb.arch/i386-permbkpt.exp
5407 * gdb.arch/i386-prologue.exp
5408 * gdb.arch/i386-signal.exp
5409 * gdb.arch/i386-size-overlap.exp
5410 * gdb.arch/i386-unwind.exp
5411 * gdb.arch/i386-word.exp
5412 * gdb.arch/mips-fcr.exp
5413 * gdb.arch/powerpc-d128-regs.exp
5414 * gdb.arch/powerpc-stackless.exp
5415 * gdb.arch/ppc64-atomic-inst.exp
5416 * gdb.arch/s390-stackless.exp
5417 * gdb.arch/s390-tdbregs.exp
5418 * gdb.arch/s390-vregs.exp
5419 * gdb.arch/sparc-sysstep.exp
5420 * gdb.arch/thumb-bx-pc.exp
5421 * gdb.arch/thumb-singlestep.exp
5422 * gdb.arch/thumb2-it.exp
5423 * gdb.arch/vsx-regs.exp
5424 * gdb.asm/asm-source.exp
5425 * gdb.base/a2-run.exp
5426 * gdb.base/advance.exp
5427 * gdb.base/all-bin.exp
5428 * gdb.base/anon.exp
5429 * gdb.base/args.exp
5430 * gdb.base/arithmet.exp
5431 * gdb.base/async-shell.exp
5432 * gdb.base/async.exp
5433 * gdb.base/attach-pie-noexec.exp
5434 * gdb.base/attach-twice.exp
5435 * gdb.base/auto-load.exp
5436 * gdb.base/bang.exp
5437 * gdb.base/bitfields.exp
5438 * gdb.base/break-always.exp
5439 * gdb.base/break-caller-line.exp
5440 * gdb.base/break-entry.exp
5441 * gdb.base/break-inline.exp
5442 * gdb.base/break-on-linker-gcd-function.exp
5443 * gdb.base/break-probes.exp
5444 * gdb.base/break.exp
5445 * gdb.base/breakpoint-shadow.exp
5446 * gdb.base/call-ar-st.exp
5447 * gdb.base/call-sc.exp
5448 * gdb.base/call-signal-resume.exp
5449 * gdb.base/call-strs.exp
5450 * gdb.base/callfuncs.exp
5451 * gdb.base/catch-fork-static.exp
5452 * gdb.base/catch-gdb-caused-signals.exp
5453 * gdb.base/catch-load.exp
5454 * gdb.base/catch-signal-fork.exp
5455 * gdb.base/catch-signal.exp
5456 * gdb.base/catch-syscall.exp
5457 * gdb.base/charset.exp
5458 * gdb.base/checkpoint.exp
5459 * gdb.base/chng-syms.exp
5460 * gdb.base/code-expr.exp
5461 * gdb.base/code_elim.exp
5462 * gdb.base/commands.exp
5463 * gdb.base/completion.exp
5464 * gdb.base/complex.exp
5465 * gdb.base/cond-expr.exp
5466 * gdb.base/condbreak.exp
5467 * gdb.base/consecutive.exp
5468 * gdb.base/continue-all-already-running.exp
5469 * gdb.base/coredump-filter.exp
5470 * gdb.base/corefile.exp
5471 * gdb.base/dbx.exp
5472 * gdb.base/debug-expr.exp
5473 * gdb.base/define.exp
5474 * gdb.base/del.exp
5475 * gdb.base/disabled-location.exp
5476 * gdb.base/disasm-end-cu.exp
5477 * gdb.base/disasm-optim.exp
5478 * gdb.base/display.exp
5479 * gdb.base/duplicate-bp.exp
5480 * gdb.base/ena-dis-br.exp
5481 * gdb.base/ending-run.exp
5482 * gdb.base/enumval.exp
5483 * gdb.base/environ.exp
5484 * gdb.base/eu-strip-infcall.exp
5485 * gdb.base/eval-avoid-side-effects.exp
5486 * gdb.base/eval-skip.exp
5487 * gdb.base/exitsignal.exp
5488 * gdb.base/expand-psymtabs.exp
5489 * gdb.base/filesym.exp
5490 * gdb.base/find-unmapped.exp
5491 * gdb.base/finish.exp
5492 * gdb.base/float.exp
5493 * gdb.base/foll-exec-mode.exp
5494 * gdb.base/foll-exec.exp
5495 * gdb.base/foll-fork.exp
5496 * gdb.base/fortran-sym-case.exp
5497 * gdb.base/freebpcmd.exp
5498 * gdb.base/func-ptr.exp
5499 * gdb.base/func-ptrs.exp
5500 * gdb.base/funcargs.exp
5501 * gdb.base/gcore-buffer-overflow.exp
5502 * gdb.base/gcore-relro-pie.exp
5503 * gdb.base/gcore-relro.exp
5504 * gdb.base/gcore.exp
5505 * gdb.base/gdb1090.exp
5506 * gdb.base/gdb11530.exp
5507 * gdb.base/gdb11531.exp
5508 * gdb.base/gdb1821.exp
5509 * gdb.base/gdbindex-stabs.exp
5510 * gdb.base/gdbvars.exp
5511 * gdb.base/hbreak.exp
5512 * gdb.base/hbreak2.exp
5513 * gdb.base/included.exp
5514 * gdb.base/infcall-input.exp
5515 * gdb.base/inferior-died.exp
5516 * gdb.base/infnan.exp
5517 * gdb.base/info-macros.exp
5518 * gdb.base/info-os.exp
5519 * gdb.base/info-proc.exp
5520 * gdb.base/info-shared.exp
5521 * gdb.base/info-target.exp
5522 * gdb.base/infoline.exp
5523 * gdb.base/interp.exp
5524 * gdb.base/interrupt.exp
5525 * gdb.base/jit-reader.exp
5526 * gdb.base/jit-simple.exp
5527 * gdb.base/kill-after-signal.exp
5528 * gdb.base/kill-detach-inferiors-cmd.exp
5529 * gdb.base/label.exp
5530 * gdb.base/langs.exp
5531 * gdb.base/ldbl_e308.exp
5532 * gdb.base/line-symtabs.exp
5533 * gdb.base/linespecs.exp
5534 * gdb.base/list.exp
5535 * gdb.base/long_long.exp
5536 * gdb.base/longest-types.exp
5537 * gdb.base/maint.exp
5538 * gdb.base/max-value-size.exp
5539 * gdb.base/memattr.exp
5540 * gdb.base/mips_pro.exp
5541 * gdb.base/morestack.exp
5542 * gdb.base/moribund-step.exp
5543 * gdb.base/multi-forks.exp
5544 * gdb.base/nested-addr.exp
5545 * gdb.base/nextoverexit.exp
5546 * gdb.base/noreturn-finish.exp
5547 * gdb.base/noreturn-return.exp
5548 * gdb.base/nostdlib.exp
5549 * gdb.base/offsets.exp
5550 * gdb.base/opaque.exp
5551 * gdb.base/pc-fp.exp
5552 * gdb.base/permissions.exp
5553 * gdb.base/print-symbol-loading.exp
5554 * gdb.base/prologue-include.exp
5555 * gdb.base/psymtab.exp
5556 * gdb.base/ptype.exp
5557 * gdb.base/random-signal.exp
5558 * gdb.base/randomize.exp
5559 * gdb.base/range-stepping.exp
5560 * gdb.base/readline-ask.exp
5561 * gdb.base/recpar.exp
5562 * gdb.base/recurse.exp
5563 * gdb.base/relational.exp
5564 * gdb.base/restore.exp
5565 * gdb.base/return-nodebug.exp
5566 * gdb.base/return.exp
5567 * gdb.base/run-after-attach.exp
5568 * gdb.base/save-bp.exp
5569 * gdb.base/scope.exp
5570 * gdb.base/sect-cmd.exp
5571 * gdb.base/set-lang-auto.exp
5572 * gdb.base/set-noassign.exp
5573 * gdb.base/setvar.exp
5574 * gdb.base/sigall.exp
5575 * gdb.base/sigbpt.exp
5576 * gdb.base/siginfo-addr.exp
5577 * gdb.base/siginfo-infcall.exp
5578 * gdb.base/siginfo-obj.exp
5579 * gdb.base/siginfo.exp
5580 * gdb.base/signals-state-child.exp
5581 * gdb.base/signest.exp
5582 * gdb.base/sigstep.exp
5583 * gdb.base/sizeof.exp
5584 * gdb.base/skip.exp
5585 * gdb.base/solib-corrupted.exp
5586 * gdb.base/solib-nodir.exp
5587 * gdb.base/solib-search.exp
5588 * gdb.base/stack-checking.exp
5589 * gdb.base/stale-infcall.exp
5590 * gdb.base/stap-probe.exp
5591 * gdb.base/start.exp
5592 * gdb.base/step-break.exp
5593 * gdb.base/step-bt.exp
5594 * gdb.base/step-line.exp
5595 * gdb.base/step-over-exit.exp
5596 * gdb.base/step-over-syscall.exp
5597 * gdb.base/step-resume-infcall.exp
5598 * gdb.base/step-test.exp
5599 * gdb.base/store.exp
5600 * gdb.base/structs3.exp
5601 * gdb.base/sym-file.exp
5602 * gdb.base/symbol-without-target_section.exp
5603 * gdb.base/term.exp
5604 * gdb.base/testenv.exp
5605 * gdb.base/ui-redirect.exp
5606 * gdb.base/until.exp
5607 * gdb.base/unwindonsignal.exp
5608 * gdb.base/value-double-free.exp
5609 * gdb.base/vla-datatypes.exp
5610 * gdb.base/vla-ptr.exp
5611 * gdb.base/vla-sideeffect.exp
5612 * gdb.base/volatile.exp
5613 * gdb.base/watch-cond-infcall.exp
5614 * gdb.base/watch-cond.exp
5615 * gdb.base/watch-non-mem.exp
5616 * gdb.base/watch-read.exp
5617 * gdb.base/watch-vfork.exp
5618 * gdb.base/watchpoint-cond-gone.exp
5619 * gdb.base/watchpoint-delete.exp
5620 * gdb.base/watchpoint-hw-hit-once.exp
5621 * gdb.base/watchpoint-hw.exp
5622 * gdb.base/watchpoint-stops-at-right-insn.exp
5623 * gdb.base/watchpoints.exp
5624 * gdb.base/wchar.exp
5625 * gdb.base/whatis-exp.exp
5626 * gdb.btrace/buffer-size.exp
5627 * gdb.btrace/data.exp
5628 * gdb.btrace/delta.exp
5629 * gdb.btrace/dlopen.exp
5630 * gdb.btrace/enable.exp
5631 * gdb.btrace/exception.exp
5632 * gdb.btrace/function_call_history.exp
5633 * gdb.btrace/gcore.exp
5634 * gdb.btrace/instruction_history.exp
5635 * gdb.btrace/nohist.exp
5636 * gdb.btrace/reconnect.exp
5637 * gdb.btrace/record_goto-step.exp
5638 * gdb.btrace/record_goto.exp
5639 * gdb.btrace/rn-dl-bind.exp
5640 * gdb.btrace/segv.exp
5641 * gdb.btrace/step.exp
5642 * gdb.btrace/stepi.exp
5643 * gdb.btrace/tailcall-only.exp
5644 * gdb.btrace/tailcall.exp
5645 * gdb.btrace/tsx.exp
5646 * gdb.btrace/unknown_functions.exp
5647 * gdb.btrace/vdso.exp
5648 * gdb.compile/compile-ifunc.exp
5649 * gdb.compile/compile-ops.exp
5650 * gdb.compile/compile-print.exp
5651 * gdb.compile/compile-setjmp.exp
5652 * gdb.cp/abstract-origin.exp
5653 * gdb.cp/ambiguous.exp
5654 * gdb.cp/annota2.exp
5655 * gdb.cp/annota3.exp
5656 * gdb.cp/anon-ns.exp
5657 * gdb.cp/anon-struct.exp
5658 * gdb.cp/anon-union.exp
5659 * gdb.cp/arg-reference.exp
5660 * gdb.cp/baseenum.exp
5661 * gdb.cp/bool.exp
5662 * gdb.cp/breakpoint.exp
5663 * gdb.cp/bs15503.exp
5664 * gdb.cp/call-c.exp
5665 * gdb.cp/casts.exp
5666 * gdb.cp/chained-calls.exp
5667 * gdb.cp/class2.exp
5668 * gdb.cp/classes.exp
5669 * gdb.cp/cmpd-minsyms.exp
5670 * gdb.cp/converts.exp
5671 * gdb.cp/cp-relocate.exp
5672 * gdb.cp/cpcompletion.exp
5673 * gdb.cp/cpexprs.exp
5674 * gdb.cp/cplabel.exp
5675 * gdb.cp/cplusfuncs.exp
5676 * gdb.cp/cpsizeof.exp
5677 * gdb.cp/ctti.exp
5678 * gdb.cp/derivation.exp
5679 * gdb.cp/destrprint.exp
5680 * gdb.cp/dispcxx.exp
5681 * gdb.cp/enum-class.exp
5682 * gdb.cp/exception.exp
5683 * gdb.cp/exceptprint.exp
5684 * gdb.cp/expand-psymtabs-cxx.exp
5685 * gdb.cp/expand-sals.exp
5686 * gdb.cp/extern-c.exp
5687 * gdb.cp/filename.exp
5688 * gdb.cp/formatted-ref.exp
5689 * gdb.cp/fpointer.exp
5690 * gdb.cp/gdb1355.exp
5691 * gdb.cp/gdb2495.exp
5692 * gdb.cp/hang.exp
5693 * gdb.cp/impl-this.exp
5694 * gdb.cp/infcall-dlopen.exp
5695 * gdb.cp/inherit.exp
5696 * gdb.cp/iostream.exp
5697 * gdb.cp/koenig.exp
5698 * gdb.cp/local.exp
5699 * gdb.cp/m-data.exp
5700 * gdb.cp/m-static.exp
5701 * gdb.cp/mb-ctor.exp
5702 * gdb.cp/mb-inline.exp
5703 * gdb.cp/mb-templates.exp
5704 * gdb.cp/member-name.exp
5705 * gdb.cp/member-ptr.exp
5706 * gdb.cp/meth-typedefs.exp
5707 * gdb.cp/method.exp
5708 * gdb.cp/method2.exp
5709 * gdb.cp/minsym-fallback.exp
5710 * gdb.cp/misc.exp
5711 * gdb.cp/namelessclass.exp
5712 * gdb.cp/namespace-enum.exp
5713 * gdb.cp/namespace-nested-import.exp
5714 * gdb.cp/namespace.exp
5715 * gdb.cp/nextoverthrow.exp
5716 * gdb.cp/no-dmgl-verbose.exp
5717 * gdb.cp/non-trivial-retval.exp
5718 * gdb.cp/noparam.exp
5719 * gdb.cp/nsdecl.exp
5720 * gdb.cp/nsimport.exp
5721 * gdb.cp/nsnested.exp
5722 * gdb.cp/nsnoimports.exp
5723 * gdb.cp/nsrecurs.exp
5724 * gdb.cp/nsstress.exp
5725 * gdb.cp/nsusing.exp
5726 * gdb.cp/operator.exp
5727 * gdb.cp/oranking.exp
5728 * gdb.cp/overload-const.exp
5729 * gdb.cp/overload.exp
5730 * gdb.cp/ovldbreak.exp
5731 * gdb.cp/ovsrch.exp
5732 * gdb.cp/paren-type.exp
5733 * gdb.cp/parse-lang.exp
5734 * gdb.cp/pass-by-ref.exp
5735 * gdb.cp/pr-1023.exp
5736 * gdb.cp/pr-1210.exp
5737 * gdb.cp/pr-574.exp
5738 * gdb.cp/pr10687.exp
5739 * gdb.cp/pr12028.exp
5740 * gdb.cp/pr17132.exp
5741 * gdb.cp/pr17494.exp
5742 * gdb.cp/pr9067.exp
5743 * gdb.cp/pr9167.exp
5744 * gdb.cp/pr9631.exp
5745 * gdb.cp/printmethod.exp
5746 * gdb.cp/psmang.exp
5747 * gdb.cp/psymtab-parameter.exp
5748 * gdb.cp/ptype-cv-cp.exp
5749 * gdb.cp/ptype-flags.exp
5750 * gdb.cp/re-set-overloaded.exp
5751 * gdb.cp/ref-types.exp
5752 * gdb.cp/rtti.exp
5753 * gdb.cp/scope-err.exp
5754 * gdb.cp/shadow.exp
5755 * gdb.cp/smartp.exp
5756 * gdb.cp/static-method.exp
5757 * gdb.cp/static-print-quit.exp
5758 * gdb.cp/temargs.exp
5759 * gdb.cp/templates.exp
5760 * gdb.cp/try_catch.exp
5761 * gdb.cp/typedef-operator.exp
5762 * gdb.cp/typeid.exp
5763 * gdb.cp/userdef.exp
5764 * gdb.cp/using-crash.exp
5765 * gdb.cp/var-tag.exp
5766 * gdb.cp/virtbase.exp
5767 * gdb.cp/virtfunc.exp
5768 * gdb.cp/virtfunc2.exp
5769 * gdb.cp/vla-cxx.exp
5770 * gdb.disasm/t01_mov.exp
5771 * gdb.disasm/t02_mova.exp
5772 * gdb.disasm/t03_add.exp
5773 * gdb.disasm/t04_sub.exp
5774 * gdb.disasm/t05_cmp.exp
5775 * gdb.disasm/t06_ari2.exp
5776 * gdb.disasm/t07_ari3.exp
5777 * gdb.disasm/t08_or.exp
5778 * gdb.disasm/t09_xor.exp
5779 * gdb.disasm/t10_and.exp
5780 * gdb.disasm/t11_logs.exp
5781 * gdb.disasm/t12_bit.exp
5782 * gdb.disasm/t13_otr.exp
5783 * gdb.dlang/circular.exp
5784 * gdb.dwarf2/arr-stride.exp
5785 * gdb.dwarf2/arr-subrange.exp
5786 * gdb.dwarf2/atomic-type.exp
5787 * gdb.dwarf2/bad-regnum.exp
5788 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5789 * gdb.dwarf2/callframecfa.exp
5790 * gdb.dwarf2/clztest.exp
5791 * gdb.dwarf2/corrupt.exp
5792 * gdb.dwarf2/data-loc.exp
5793 * gdb.dwarf2/dup-psym.exp
5794 * gdb.dwarf2/dw2-anon-mptr.exp
5795 * gdb.dwarf2/dw2-anonymous-func.exp
5796 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5797 * gdb.dwarf2/dw2-bad-unresolved.exp
5798 * gdb.dwarf2/dw2-basic.exp
5799 * gdb.dwarf2/dw2-canonicalize-type.exp
5800 * gdb.dwarf2/dw2-case-insensitive.exp
5801 * gdb.dwarf2/dw2-common-block.exp
5802 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5803 * gdb.dwarf2/dw2-compressed.exp
5804 * gdb.dwarf2/dw2-const.exp
5805 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5806 * gdb.dwarf2/dw2-cu-size.exp
5807 * gdb.dwarf2/dw2-dup-frame.exp
5808 * gdb.dwarf2/dw2-entry-value.exp
5809 * gdb.dwarf2/dw2-icycle.exp
5810 * gdb.dwarf2/dw2-ifort-parameter.exp
5811 * gdb.dwarf2/dw2-inline-break.exp
5812 * gdb.dwarf2/dw2-inline-param.exp
5813 * gdb.dwarf2/dw2-intercu.exp
5814 * gdb.dwarf2/dw2-intermix.exp
5815 * gdb.dwarf2/dw2-lexical-block-bare.exp
5816 * gdb.dwarf2/dw2-linkage-name-trust.exp
5817 * gdb.dwarf2/dw2-minsym-in-cu.exp
5818 * gdb.dwarf2/dw2-noloc.exp
5819 * gdb.dwarf2/dw2-op-call.exp
5820 * gdb.dwarf2/dw2-op-out-param.exp
5821 * gdb.dwarf2/dw2-opt-structptr.exp
5822 * gdb.dwarf2/dw2-param-error.exp
5823 * gdb.dwarf2/dw2-producer.exp
5824 * gdb.dwarf2/dw2-ranges-base.exp
5825 * gdb.dwarf2/dw2-ref-missing-frame.exp
5826 * gdb.dwarf2/dw2-reg-undefined.exp
5827 * gdb.dwarf2/dw2-regno-invalid.exp
5828 * gdb.dwarf2/dw2-restore.exp
5829 * gdb.dwarf2/dw2-restrict.exp
5830 * gdb.dwarf2/dw2-single-line-discriminators.exp
5831 * gdb.dwarf2/dw2-strp.exp
5832 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5833 * gdb.dwarf2/dw2-unresolved.exp
5834 * gdb.dwarf2/dw2-var-zero-addr.exp
5835 * gdb.dwarf2/dw4-sig-types.exp
5836 * gdb.dwarf2/dwz.exp
5837 * gdb.dwarf2/dynarr-ptr.exp
5838 * gdb.dwarf2/enum-type.exp
5839 * gdb.dwarf2/gdb-index.exp
5840 * gdb.dwarf2/implptr-64bit.exp
5841 * gdb.dwarf2/implptr-optimized-out.exp
5842 * gdb.dwarf2/implptr.exp
5843 * gdb.dwarf2/implref-array.exp
5844 * gdb.dwarf2/implref-const.exp
5845 * gdb.dwarf2/implref-global.exp
5846 * gdb.dwarf2/implref-struct.exp
5847 * gdb.dwarf2/mac-fileno.exp
5848 * gdb.dwarf2/main-subprogram.exp
5849 * gdb.dwarf2/member-ptr-forwardref.exp
5850 * gdb.dwarf2/method-ptr.exp
5851 * gdb.dwarf2/missing-sig-type.exp
5852 * gdb.dwarf2/nonvar-access.exp
5853 * gdb.dwarf2/opaque-type-lookup.exp
5854 * gdb.dwarf2/pieces-optimized-out.exp
5855 * gdb.dwarf2/pieces.exp
5856 * gdb.dwarf2/pr10770.exp
5857 * gdb.dwarf2/pr13961.exp
5858 * gdb.dwarf2/staticvirtual.exp
5859 * gdb.dwarf2/subrange.exp
5860 * gdb.dwarf2/symtab-producer.exp
5861 * gdb.dwarf2/trace-crash.exp
5862 * gdb.dwarf2/typeddwarf.exp
5863 * gdb.dwarf2/valop.exp
5864 * gdb.dwarf2/watch-notconst.exp
5865 * gdb.fortran/array-element.exp
5866 * gdb.fortran/charset.exp
5867 * gdb.fortran/common-block.exp
5868 * gdb.fortran/complex.exp
5869 * gdb.fortran/derived-type-function.exp
5870 * gdb.fortran/derived-type.exp
5871 * gdb.fortran/logical.exp
5872 * gdb.fortran/module.exp
5873 * gdb.fortran/multi-dim.exp
5874 * gdb.fortran/nested-funcs.exp
5875 * gdb.fortran/print-formatted.exp
5876 * gdb.fortran/subarray.exp
5877 * gdb.fortran/vla-alloc-assoc.exp
5878 * gdb.fortran/vla-datatypes.exp
5879 * gdb.fortran/vla-history.exp
5880 * gdb.fortran/vla-ptr-info.exp
5881 * gdb.fortran/vla-ptype-sub.exp
5882 * gdb.fortran/vla-ptype.exp
5883 * gdb.fortran/vla-sizeof.exp
5884 * gdb.fortran/vla-type.exp
5885 * gdb.fortran/vla-value-sub-arbitrary.exp
5886 * gdb.fortran/vla-value-sub-finish.exp
5887 * gdb.fortran/vla-value-sub.exp
5888 * gdb.fortran/vla-value.exp
5889 * gdb.fortran/whatis_type.exp
5890 * gdb.go/chan.exp
5891 * gdb.go/handcall.exp
5892 * gdb.go/hello.exp
5893 * gdb.go/integers.exp
5894 * gdb.go/methods.exp
5895 * gdb.go/package.exp
5896 * gdb.go/strings.exp
5897 * gdb.go/types.exp
5898 * gdb.go/unsafe.exp
5899 * gdb.guile/scm-arch.exp
5900 * gdb.guile/scm-block.exp
5901 * gdb.guile/scm-breakpoint.exp
5902 * gdb.guile/scm-cmd.exp
5903 * gdb.guile/scm-disasm.exp
5904 * gdb.guile/scm-equal.exp
5905 * gdb.guile/scm-frame-args.exp
5906 * gdb.guile/scm-frame-inline.exp
5907 * gdb.guile/scm-frame.exp
5908 * gdb.guile/scm-iterator.exp
5909 * gdb.guile/scm-math.exp
5910 * gdb.guile/scm-objfile.exp
5911 * gdb.guile/scm-ports.exp
5912 * gdb.guile/scm-symbol.exp
5913 * gdb.guile/scm-symtab.exp
5914 * gdb.guile/scm-value-cc.exp
5915 * gdb.guile/types-module.exp
5916 * gdb.linespec/break-ask.exp
5917 * gdb.linespec/cpexplicit.exp
5918 * gdb.linespec/explicit.exp
5919 * gdb.linespec/keywords.exp
5920 * gdb.linespec/linespec.exp
5921 * gdb.linespec/ls-dollar.exp
5922 * gdb.linespec/ls-errs.exp
5923 * gdb.linespec/skip-two.exp
5924 * gdb.linespec/thread.exp
5925 * gdb.mi/mi-async.exp
5926 * gdb.mi/mi-basics.exp
5927 * gdb.mi/mi-break.exp
5928 * gdb.mi/mi-catch-load.exp
5929 * gdb.mi/mi-cli.exp
5930 * gdb.mi/mi-cmd-param-changed.exp
5931 * gdb.mi/mi-console.exp
5932 * gdb.mi/mi-detach.exp
5933 * gdb.mi/mi-disassemble.exp
5934 * gdb.mi/mi-eval.exp
5935 * gdb.mi/mi-file-transfer.exp
5936 * gdb.mi/mi-file.exp
5937 * gdb.mi/mi-fill-memory.exp
5938 * gdb.mi/mi-inheritance-syntax-error.exp
5939 * gdb.mi/mi-linespec-err-cp.exp
5940 * gdb.mi/mi-logging.exp
5941 * gdb.mi/mi-memory-changed.exp
5942 * gdb.mi/mi-read-memory.exp
5943 * gdb.mi/mi-record-changed.exp
5944 * gdb.mi/mi-reg-undefined.exp
5945 * gdb.mi/mi-regs.exp
5946 * gdb.mi/mi-return.exp
5947 * gdb.mi/mi-reverse.exp
5948 * gdb.mi/mi-simplerun.exp
5949 * gdb.mi/mi-solib.exp
5950 * gdb.mi/mi-stack.exp
5951 * gdb.mi/mi-stepi.exp
5952 * gdb.mi/mi-syn-frame.exp
5953 * gdb.mi/mi-until.exp
5954 * gdb.mi/mi-var-block.exp
5955 * gdb.mi/mi-var-child.exp
5956 * gdb.mi/mi-var-cmd.exp
5957 * gdb.mi/mi-var-cp.exp
5958 * gdb.mi/mi-var-display.exp
5959 * gdb.mi/mi-var-invalidate.exp
5960 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5961 * gdb.mi/mi-vla-fortran.exp
5962 * gdb.mi/mi-watch.exp
5963 * gdb.mi/mi2-var-child.exp
5964 * gdb.mi/user-selected-context-sync.exp
5965 * gdb.modula2/unbounded-array.exp
5966 * gdb.multi/dummy-frame-restore.exp
5967 * gdb.multi/multi-arch-exec.exp
5968 * gdb.multi/multi-arch.exp
5969 * gdb.multi/tids.exp
5970 * gdb.multi/watchpoint-multi.exp
5971 * gdb.opencl/callfuncs.exp
5972 * gdb.opencl/convs_casts.exp
5973 * gdb.opencl/datatypes.exp
5974 * gdb.opencl/operators.exp
5975 * gdb.opencl/vec_comps.exp
5976 * gdb.opt/clobbered-registers-O2.exp
5977 * gdb.opt/inline-break.exp
5978 * gdb.opt/inline-bt.exp
5979 * gdb.opt/inline-cmds.exp
5980 * gdb.opt/inline-locals.exp
5981 * gdb.pascal/case-insensitive-symbols.exp
5982 * gdb.pascal/floats.exp
5983 * gdb.pascal/gdb11492.exp
5984 * gdb.python/lib-types.exp
5985 * gdb.python/py-arch.exp
5986 * gdb.python/py-as-string.exp
5987 * gdb.python/py-bad-printers.exp
5988 * gdb.python/py-block.exp
5989 * gdb.python/py-breakpoint-create-fail.exp
5990 * gdb.python/py-breakpoint.exp
5991 * gdb.python/py-caller-is.exp
5992 * gdb.python/py-cmd.exp
5993 * gdb.python/py-explore-cc.exp
5994 * gdb.python/py-explore.exp
5995 * gdb.python/py-finish-breakpoint.exp
5996 * gdb.python/py-finish-breakpoint2.exp
5997 * gdb.python/py-frame-args.exp
5998 * gdb.python/py-frame-inline.exp
5999 * gdb.python/py-frame.exp
6000 * gdb.python/py-framefilter-mi.exp
6001 * gdb.python/py-infthread.exp
6002 * gdb.python/py-lazy-string.exp
6003 * gdb.python/py-linetable.exp
6004 * gdb.python/py-mi-events.exp
6005 * gdb.python/py-mi-objfile.exp
6006 * gdb.python/py-mi.exp
6007 * gdb.python/py-objfile.exp
6008 * gdb.python/py-pp-integral.exp
6009 * gdb.python/py-pp-maint.exp
6010 * gdb.python/py-pp-re-notag.exp
6011 * gdb.python/py-pp-registration.exp
6012 * gdb.python/py-recurse-unwind.exp
6013 * gdb.python/py-strfns.exp
6014 * gdb.python/py-symbol.exp
6015 * gdb.python/py-symtab.exp
6016 * gdb.python/py-sync-interp.exp
6017 * gdb.python/py-typeprint.exp
6018 * gdb.python/py-unwind-maint.exp
6019 * gdb.python/py-unwind.exp
6020 * gdb.python/py-value-cc.exp
6021 * gdb.python/py-xmethods.exp
6022 * gdb.reverse/amd64-tailcall-reverse.exp
6023 * gdb.reverse/break-precsave.exp
6024 * gdb.reverse/break-reverse.exp
6025 * gdb.reverse/consecutive-precsave.exp
6026 * gdb.reverse/consecutive-reverse.exp
6027 * gdb.reverse/finish-precsave.exp
6028 * gdb.reverse/finish-reverse-bkpt.exp
6029 * gdb.reverse/finish-reverse.exp
6030 * gdb.reverse/fstatat-reverse.exp
6031 * gdb.reverse/getresuid-reverse.exp
6032 * gdb.reverse/i386-precsave.exp
6033 * gdb.reverse/i386-reverse.exp
6034 * gdb.reverse/i386-sse-reverse.exp
6035 * gdb.reverse/i387-env-reverse.exp
6036 * gdb.reverse/i387-stack-reverse.exp
6037 * gdb.reverse/insn-reverse.exp
6038 * gdb.reverse/machinestate-precsave.exp
6039 * gdb.reverse/machinestate.exp
6040 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6041 * gdb.reverse/pipe-reverse.exp
6042 * gdb.reverse/readv-reverse.exp
6043 * gdb.reverse/recvmsg-reverse.exp
6044 * gdb.reverse/rerun-prec.exp
6045 * gdb.reverse/s390-mvcle.exp
6046 * gdb.reverse/step-precsave.exp
6047 * gdb.reverse/step-reverse.exp
6048 * gdb.reverse/time-reverse.exp
6049 * gdb.reverse/until-precsave.exp
6050 * gdb.reverse/until-reverse.exp
6051 * gdb.reverse/waitpid-reverse.exp
6052 * gdb.reverse/watch-precsave.exp
6053 * gdb.reverse/watch-reverse.exp
6054 * gdb.rust/generics.exp
6055 * gdb.rust/methods.exp
6056 * gdb.rust/modules.exp
6057 * gdb.rust/simple.exp
6058 * gdb.server/connect-with-no-symbol-file.exp
6059 * gdb.server/ext-attach.exp
6060 * gdb.server/ext-restart.exp
6061 * gdb.server/ext-wrapper.exp
6062 * gdb.server/file-transfer.exp
6063 * gdb.server/server-exec-info.exp
6064 * gdb.server/server-kill.exp
6065 * gdb.server/server-mon.exp
6066 * gdb.server/wrapper.exp
6067 * gdb.stabs/exclfwd.exp
6068 * gdb.stabs/gdb11479.exp
6069 * gdb.threads/clone-new-thread-event.exp
6070 * gdb.threads/corethreads.exp
6071 * gdb.threads/current-lwp-dead.exp
6072 * gdb.threads/dlopen-libpthread.exp
6073 * gdb.threads/gcore-thread.exp
6074 * gdb.threads/sigstep-threads.exp
6075 * gdb.threads/watchpoint-fork.exp
6076 * gdb.trace/actions-changed.exp
6077 * gdb.trace/backtrace.exp
6078 * gdb.trace/change-loc.exp
6079 * gdb.trace/circ.exp
6080 * gdb.trace/collection.exp
6081 * gdb.trace/disconnected-tracing.exp
6082 * gdb.trace/ftrace.exp
6083 * gdb.trace/mi-trace-frame-collected.exp
6084 * gdb.trace/mi-trace-unavailable.exp
6085 * gdb.trace/mi-traceframe-changed.exp
6086 * gdb.trace/mi-tsv-changed.exp
6087 * gdb.trace/no-attach-trace.exp
6088 * gdb.trace/passc-dyn.exp
6089 * gdb.trace/qtro.exp
6090 * gdb.trace/range-stepping.exp
6091 * gdb.trace/read-memory.exp
6092 * gdb.trace/save-trace.exp
6093 * gdb.trace/signal.exp
6094 * gdb.trace/status-stop.exp
6095 * gdb.trace/tfile.exp
6096 * gdb.trace/trace-break.exp
6097 * gdb.trace/trace-buffer-size.exp
6098 * gdb.trace/trace-condition.exp
6099 * gdb.trace/tracefile-pseudo-reg.exp
6100 * gdb.trace/tstatus.exp
6101 * gdb.trace/unavailable.exp
6102 * gdb.trace/while-dyn.exp
6103 * gdb.trace/while-stepping.exp
6104
6105 2016-12-22 Doug Evans <xdje42@gmail.com>
6106
6107 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6108 and msymbols.
6109
6110 2016-12-19 Yao Qi <yao.qi@linaro.org>
6111
6112 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6113 (test_with_self): Don't call do_steps_and_nexts, and remove
6114 code about stepping into xmalloc.
6115
6116 2016-12-09 Yao Qi <yao.qi@linaro.org>
6117
6118 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6119
6120 2016-12-09 Yao Qi <yao.qi@linaro.org>
6121
6122 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6123
6124 2016-12-09 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/all-architectures-0.exp: New file.
6127 * gdb.base/all-architectures-1.exp: New file.
6128 * gdb.base/all-architectures-2.exp: New file.
6129 * gdb.base/all-architectures-3.exp: New file.
6130 * gdb.base/all-architectures-4.exp: New file.
6131 * gdb.base/all-architectures-5.exp: New file.
6132 * gdb.base/all-architectures-6.exp: New file.
6133 * gdb.base/all-architectures-7.exp: New file.
6134 * gdb.base/all-architectures.exp.in: New file.
6135
6136 2016-12-09 Yao Qi <yao.qi@linaro.org>
6137
6138 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6139
6140 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6141
6142 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6143 possible.
6144 Remove useless pattern-matching code.
6145
6146 2016-12-02 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6149 procedure.
6150 (top level): Call it.
6151
6152 2016-12-02 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6155 New procedure.
6156 (top level): Call it.
6157
6158 2016-12-02 Pedro Alves <palves@redhat.com>
6159
6160 PR cli/20559
6161 * gdb.base/commands.exp (user_defined_command_args_eval): New
6162 procedure.
6163 (top level): Call it.
6164
6165 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6166
6167 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6168 timeout handling.
6169
6170 2016-12-02 Tom Tromey <tom@tromey.com>
6171
6172 * gdb.dwarf2/main-subprogram.c: New file.
6173 * gdb.dwarf2/main-subprogram.exp: New file.
6174
6175 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6176
6177 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6178 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6179 gdb_test_no_output for a couple of cases.
6180 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6181
6182 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6183
6184 Fix test names and standardize compilation error messages throughout
6185 the following files:
6186
6187 * gdb.ada/start.exp
6188 * gdb.arch/alpha-step.exp
6189 * gdb.arch/e500-prologue.exp
6190 * gdb.arch/ftrace-insn-reloc.exp
6191 * gdb.arch/gdb1291.exp
6192 * gdb.arch/gdb1431.exp
6193 * gdb.arch/gdb1558.exp
6194 * gdb.arch/i386-dr3-watch.exp
6195 * gdb.arch/i386-sse-stack-align.exp
6196 * gdb.arch/ia64-breakpoint-shadow.exp
6197 * gdb.arch/pa-nullify.exp
6198 * gdb.arch/powerpc-aix-prologue.exp
6199 * gdb.arch/thumb-bx-pc.exp
6200 * gdb.base/annota1.exp
6201 * gdb.base/annota3.exp
6202 * gdb.base/arrayidx.exp
6203 * gdb.base/assign.exp
6204 * gdb.base/attach.exp
6205 * gdb.base/auxv.exp
6206 * gdb.base/bang.exp
6207 * gdb.base/bfp-test.exp
6208 * gdb.base/bigcore.exp
6209 * gdb.base/bitfields2.exp
6210 * gdb.base/break-fun-addr.exp
6211 * gdb.base/break-probes.exp
6212 * gdb.base/call-rt-st.exp
6213 * gdb.base/callexit.exp
6214 * gdb.base/catch-fork-kill.exp
6215 * gdb.base/charset.exp
6216 * gdb.base/checkpoint.exp
6217 * gdb.base/comprdebug.exp
6218 * gdb.base/constvars.exp
6219 * gdb.base/coredump-filter.exp
6220 * gdb.base/cursal.exp
6221 * gdb.base/cvexpr.exp
6222 * gdb.base/detach.exp
6223 * gdb.base/display.exp
6224 * gdb.base/dmsym.exp
6225 * gdb.base/dprintf-pending.exp
6226 * gdb.base/dso2dso.exp
6227 * gdb.base/dtrace-probe.exp
6228 * gdb.base/dump.exp
6229 * gdb.base/enum_cond.exp
6230 * gdb.base/exe-lock.exp
6231 * gdb.base/exec-invalid-sysroot.exp
6232 * gdb.base/execl-update-breakpoints.exp
6233 * gdb.base/exprs.exp
6234 * gdb.base/fileio.exp
6235 * gdb.base/find.exp
6236 * gdb.base/finish.exp
6237 * gdb.base/fixsection.exp
6238 * gdb.base/foll-vfork.exp
6239 * gdb.base/frame-args.exp
6240 * gdb.base/gcore.exp
6241 * gdb.base/gdb1250.exp
6242 * gdb.base/global-var-nested-by-dso.exp
6243 * gdb.base/gnu-ifunc.exp
6244 * gdb.base/hashline1.exp
6245 * gdb.base/hashline2.exp
6246 * gdb.base/hashline3.exp
6247 * gdb.base/hbreak-in-shr-unsupported.exp
6248 * gdb.base/huge.exp
6249 * gdb.base/infcall-input.exp
6250 * gdb.base/info-fun.exp
6251 * gdb.base/info-shared.exp
6252 * gdb.base/jit-simple.exp
6253 * gdb.base/jit-so.exp
6254 * gdb.base/jit.exp
6255 * gdb.base/jump.exp
6256 * gdb.base/label.exp
6257 * gdb.base/lineinc.exp
6258 * gdb.base/logical.exp
6259 * gdb.base/longjmp.exp
6260 * gdb.base/macscp.exp
6261 * gdb.base/miscexprs.exp
6262 * gdb.base/new-ui-echo.exp
6263 * gdb.base/new-ui-pending-input.exp
6264 * gdb.base/new-ui.exp
6265 * gdb.base/nodebug.exp
6266 * gdb.base/nofield.exp
6267 * gdb.base/offsets.exp
6268 * gdb.base/overlays.exp
6269 * gdb.base/pending.exp
6270 * gdb.base/pointers.exp
6271 * gdb.base/pr11022.exp
6272 * gdb.base/printcmds.exp
6273 * gdb.base/prologue.exp
6274 * gdb.base/ptr-typedef.exp
6275 * gdb.base/realname-expand.exp
6276 * gdb.base/relativedebug.exp
6277 * gdb.base/relocate.exp
6278 * gdb.base/remote.exp
6279 * gdb.base/reread.exp
6280 * gdb.base/return2.exp
6281 * gdb.base/savedregs.exp
6282 * gdb.base/sep.exp
6283 * gdb.base/sepdebug.exp
6284 * gdb.base/sepsymtab.exp
6285 * gdb.base/set-inferior-tty.exp
6286 * gdb.base/setshow.exp
6287 * gdb.base/shlib-call.exp
6288 * gdb.base/sigaltstack.exp
6289 * gdb.base/siginfo-addr.exp
6290 * gdb.base/signals.exp
6291 * gdb.base/signull.exp
6292 * gdb.base/sigrepeat.exp
6293 * gdb.base/so-impl-ld.exp
6294 * gdb.base/solib-display.exp
6295 * gdb.base/solib-overlap.exp
6296 * gdb.base/solib-search.exp
6297 * gdb.base/solib-symbol.exp
6298 * gdb.base/structs.exp
6299 * gdb.base/structs2.exp
6300 * gdb.base/symtab-search-order.exp
6301 * gdb.base/twice.exp
6302 * gdb.base/unload.exp
6303 * gdb.base/varargs.exp
6304 * gdb.base/watchpoint-solib.exp
6305 * gdb.base/watchpoint.exp
6306 * gdb.base/whatis.exp
6307 * gdb.base/wrong_frame_bt_full.exp
6308 * gdb.btrace/dlopen.exp
6309 * gdb.cell/ea-standalone.exp
6310 * gdb.cell/ea-test.exp
6311 * gdb.cp/dispcxx.exp
6312 * gdb.cp/gdb2384.exp
6313 * gdb.cp/method2.exp
6314 * gdb.cp/nextoverthrow.exp
6315 * gdb.cp/pr10728.exp
6316 * gdb.disasm/am33.exp
6317 * gdb.disasm/h8300s.exp
6318 * gdb.disasm/mn10300.exp
6319 * gdb.disasm/sh3.exp
6320 * gdb.dwarf2/dw2-dir-file-name.exp
6321 * gdb.fortran/complex.exp
6322 * gdb.fortran/library-module.exp
6323 * gdb.guile/scm-pretty-print.exp
6324 * gdb.guile/scm-symbol.exp
6325 * gdb.guile/scm-type.exp
6326 * gdb.guile/scm-value.exp
6327 * gdb.linespec/linespec.exp
6328 * gdb.mi/gdb701.exp
6329 * gdb.mi/gdb792.exp
6330 * gdb.mi/mi-breakpoint-changed.exp
6331 * gdb.mi/mi-dprintf-pending.exp
6332 * gdb.mi/mi-dprintf.exp
6333 * gdb.mi/mi-exit-code.exp
6334 * gdb.mi/mi-pending.exp
6335 * gdb.mi/mi-solib.exp
6336 * gdb.mi/new-ui-mi-sync.exp
6337 * gdb.mi/pr11022.exp
6338 * gdb.mi/user-selected-context-sync.exp
6339 * gdb.opt/solib-intra-step.exp
6340 * gdb.python/py-events.exp
6341 * gdb.python/py-finish-breakpoint.exp
6342 * gdb.python/py-mi.exp
6343 * gdb.python/py-prettyprint.exp
6344 * gdb.python/py-shared.exp
6345 * gdb.python/py-symbol.exp
6346 * gdb.python/py-template.exp
6347 * gdb.python/py-type.exp
6348 * gdb.python/py-value.exp
6349 * gdb.reverse/solib-precsave.exp
6350 * gdb.reverse/solib-reverse.exp
6351 * gdb.server/solib-list.exp
6352 * gdb.stabs/weird.exp
6353 * gdb.threads/reconnect-signal.exp
6354 * gdb.threads/stepi-random-signal.exp
6355 * gdb.trace/actions.exp
6356 * gdb.trace/ax.exp
6357 * gdb.trace/backtrace.exp
6358 * gdb.trace/change-loc.exp
6359 * gdb.trace/deltrace.exp
6360 * gdb.trace/ftrace-lock.exp
6361 * gdb.trace/ftrace.exp
6362 * gdb.trace/infotrace.exp
6363 * gdb.trace/mi-tracepoint-changed.exp
6364 * gdb.trace/packetlen.exp
6365 * gdb.trace/passcount.exp
6366 * gdb.trace/pending.exp
6367 * gdb.trace/range-stepping.exp
6368 * gdb.trace/report.exp
6369 * gdb.trace/stap-trace.exp
6370 * gdb.trace/tfind.exp
6371 * gdb.trace/trace-break.exp
6372 * gdb.trace/trace-condition.exp
6373 * gdb.trace/trace-enable-disable.exp
6374 * gdb.trace/trace-mt.exp
6375 * gdb.trace/tracecmd.exp
6376 * gdb.trace/tspeed.exp
6377 * gdb.trace/tsv.exp
6378 * lib/perftest.exp
6379
6380 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6381
6382 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6383 with gdb_test_no_output.
6384 Use command as test name.
6385
6386 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6387
6388 Fix test names starting with uppercase throughout the files.
6389
6390 * gdb.ada/assign_1.exp
6391 * gdb.ada/boolean_expr.exp
6392 * gdb.base/arrayidx.exp
6393 * gdb.base/del.exp
6394 * gdb.base/gcore-buffer-overflow.exp
6395 * gdb.base/testenv.exp
6396 * gdb.compile/compile.exp
6397 * gdb.python/py-framefilter-invalidarg.exp
6398 * gdb.python/py-framefilter.exp
6399
6400 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6401
6402 Fix test names starting with uppercase throughout the files.
6403
6404 * gdb.ada/array_return.exp
6405 * gdb.ada/expr_delims.exp
6406 * gdb.ada/mi_dyn_arr.exp
6407 * gdb.ada/mi_interface.exp
6408 * gdb.ada/mi_var_array.exp
6409 * gdb.ada/watch_arg.exp
6410 * gdb.arch/alpha-step.exp
6411 * gdb.arch/altivec-regs.exp
6412 * gdb.arch/e500-regs.exp
6413 * gdb.arch/powerpc-d128-regs.exp
6414 * gdb.base/arrayidx.exp
6415 * gdb.base/break.exp
6416 * gdb.base/checkpoint.exp
6417 * gdb.base/debug-expr.exp
6418 * gdb.base/dmsym.exp
6419 * gdb.base/radix.exp
6420 * gdb.base/sepdebug.exp
6421 * gdb.base/testenv.exp
6422 * gdb.base/watch_thread_num.exp
6423 * gdb.base/watchpoint-cond-gone.exp
6424 * gdb.cell/break.exp
6425 * gdb.cell/ea-cache.exp
6426 * gdb.compile/compile.exp
6427 * gdb.cp/gdb2495.exp
6428 * gdb.gdb/selftest.exp
6429 * gdb.gdb/xfullpath.exp
6430 * gdb.go/hello.exp
6431 * gdb.go/integers.exp
6432 * gdb.objc/basicclass.exp
6433 * gdb.pascal/hello.exp
6434 * gdb.pascal/integers.exp
6435 * gdb.python/py-breakpoint.exp
6436 * gdb.python/py-cmd.exp
6437 * gdb.python/py-linetable.exp
6438 * gdb.python/py-xmethods.exp
6439 * gdb.python/python.exp
6440 * gdb.reverse/consecutive-precsave.exp
6441 * gdb.reverse/finish-precsave.exp
6442 * gdb.reverse/i386-precsave.exp
6443 * gdb.reverse/machinestate-precsave.exp
6444 * gdb.reverse/sigall-precsave.exp
6445 * gdb.reverse/solib-precsave.exp
6446 * gdb.reverse/step-precsave.exp
6447 * gdb.reverse/until-precsave.exp
6448 * gdb.reverse/watch-precsave.exp
6449 * gdb.threads/leader-exit.exp
6450 * gdb.threads/pthreads.exp
6451 * gdb.threads/wp-replication.exp
6452 * gdb.trace/actions.exp
6453 * gdb.trace/mi-tsv-changed.exp
6454 * gdb.trace/tsv.exp
6455
6456 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6457
6458 Fix test names starting with uppercase throughout the files.
6459
6460 * gdb.arch/i386-bp_permanent.exp
6461 * gdb.arch/i386-gnu-cfi.exp
6462 * gdb.base/disasm-end-cu.exp
6463 * gdb.base/macscp.exp
6464 * gdb.base/pending.exp
6465 * gdb.base/watch_thread_num.exp
6466 * gdb.cp/exception.exp
6467 * gdb.cp/gdb2495.exp
6468 * gdb.cp/local.exp
6469 * gdb.python/py-evsignal.exp
6470 * gdb.python/python.exp
6471 * gdb.trace/tracecmd.exp
6472
6473 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6474
6475 Fix test names starting with uppercase throughout the files.
6476
6477 * gdb.base/charset.exp
6478 * gdb.base/eval.exp
6479 * gdb.base/multi-forks.exp
6480 * gdb.guile/scm-progspace.exp
6481 * gdb.opencl/datatypes.exp
6482 * gdb.python/py-block.exp
6483 * gdb.python/py-function.exp
6484 * gdb.python/py-symbol.exp
6485 * gdb.python/py-symtab.exp
6486 * gdb.python/py-xmethods.exp
6487 * gdb.reverse/break-precsave.exp
6488 * gdb.reverse/break-reverse.exp
6489 * gdb.reverse/consecutive-precsave.exp
6490 * gdb.reverse/consecutive-reverse.exp
6491 * gdb.reverse/finish-precsave.exp
6492 * gdb.reverse/finish-reverse-bkpt.exp
6493 * gdb.reverse/finish-reverse.exp
6494 * gdb.reverse/fstatat-reverse.exp
6495 * gdb.reverse/getresuid-reverse.exp
6496 * gdb.reverse/i386-precsave.exp
6497 * gdb.reverse/i386-reverse.exp
6498 * gdb.reverse/i386-sse-reverse.exp
6499 * gdb.reverse/i387-stack-reverse.exp
6500 * gdb.reverse/insn-reverse.exp
6501 * gdb.reverse/machinestate-precsave.exp
6502 * gdb.reverse/machinestate.exp
6503 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6504 * gdb.reverse/pipe-reverse.exp
6505 * gdb.reverse/readv-reverse.exp
6506 * gdb.reverse/recvmsg-reverse.exp
6507 * gdb.reverse/rerun-prec.exp
6508 * gdb.reverse/s390-mvcle.exp
6509 * gdb.reverse/sigall-precsave.exp
6510 * gdb.reverse/sigall-reverse.exp
6511 * gdb.reverse/solib-precsave.exp
6512 * gdb.reverse/solib-reverse.exp
6513 * gdb.reverse/step-precsave.exp
6514 * gdb.reverse/step-reverse.exp
6515 * gdb.reverse/time-reverse.exp
6516 * gdb.reverse/until-precsave.exp
6517 * gdb.reverse/until-reverse.exp
6518 * gdb.reverse/waitpid-reverse.exp
6519 * gdb.reverse/watch-precsave.exp
6520 * gdb.reverse/watch-reverse.exp
6521
6522 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6523
6524 Fix test names starting with uppercase throughout the files.
6525
6526 * gdb.arch/i386-mpx-simple_segv.exp
6527 * gdb.arch/i386-mpx.exp
6528 * gdb.arch/i386-permbkpt.exp
6529 * gdb.arch/pa-nullify.exp
6530 * gdb.arch/powerpc-d128-regs.exp
6531 * gdb.arch/vsx-regs.exp
6532 * gdb.base/bfp-test.exp
6533 * gdb.base/break.exp
6534 * gdb.base/breakpoint-shadow.exp
6535 * gdb.base/callfuncs.exp
6536 * gdb.base/charset.exp
6537 * gdb.base/commands.exp
6538 * gdb.base/completion.exp
6539 * gdb.base/dfp-test.exp
6540 * gdb.base/echo.exp
6541 * gdb.base/ending-run.exp
6542 * gdb.base/eval.exp
6543 * gdb.base/expand-psymtabs.exp
6544 * gdb.base/float128.exp
6545 * gdb.base/floatn.exp
6546 * gdb.base/foll-exec-mode.exp
6547 * gdb.base/gdb1056.exp
6548 * gdb.base/gdb11531.exp
6549 * gdb.base/kill-after-signal.exp
6550 * gdb.base/multi-forks.exp
6551 * gdb.base/overlays.exp
6552 * gdb.base/pending.exp
6553 * gdb.base/sepdebug.exp
6554 * gdb.base/testenv.exp
6555 * gdb.base/valgrind-db-attach.exp
6556 * gdb.base/watch_thread_num.exp
6557 * gdb.base/watchpoint-cond-gone.exp
6558 * gdb.base/watchpoint.exp
6559 * gdb.base/watchpoints.exp
6560 * gdb.cp/arg-reference.exp
6561 * gdb.cp/baseenum.exp
6562 * gdb.cp/operator.exp
6563 * gdb.cp/shadow.exp
6564 * gdb.dwarf2/dw2-op-out-param.exp
6565 * gdb.dwarf2/dw2-reg-undefined.exp
6566 * gdb.go/chan.exp
6567 * gdb.go/hello.exp
6568 * gdb.go/integers.exp
6569 * gdb.go/methods.exp
6570 * gdb.go/package.exp
6571 * gdb.guile/scm-parameter.exp
6572 * gdb.guile/scm-progspace.exp
6573 * gdb.guile/scm-value.exp
6574 * gdb.mi/mi-pending.exp
6575 * gdb.mi/user-selected-context-sync.exp
6576 * gdb.multi/multi-attach.exp
6577 * gdb.multi/tids.exp
6578 * gdb.opt/clobbered-registers-O2.exp
6579 * gdb.pascal/floats.exp
6580 * gdb.pascal/integers.exp
6581 * gdb.python/py-block.exp
6582 * gdb.python/py-events.exp
6583 * gdb.python/py-parameter.exp
6584 * gdb.python/py-symbol.exp
6585 * gdb.python/py-symtab.exp
6586 * gdb.python/py-type.exp
6587 * gdb.python/py-value.exp
6588 * gdb.python/py-xmethods.exp
6589 * gdb.python/python.exp
6590 * gdb.reverse/break-precsave.exp
6591 * gdb.reverse/consecutive-precsave.exp
6592 * gdb.reverse/finish-precsave.exp
6593 * gdb.reverse/i386-precsave.exp
6594 * gdb.reverse/machinestate-precsave.exp
6595 * gdb.reverse/sigall-precsave.exp
6596 * gdb.reverse/solib-precsave.exp
6597 * gdb.reverse/step-precsave.exp
6598 * gdb.reverse/until-precsave.exp
6599 * gdb.reverse/watch-precsave.exp
6600 * gdb.server/ext-attach.exp
6601 * gdb.server/ext-restart.exp
6602 * gdb.server/ext-run.exp
6603 * gdb.server/ext-wrapper.exp
6604 * gdb.stabs/gdb11479.exp
6605 * gdb.stabs/weird.exp
6606 * gdb.threads/attach-many-short-lived-threads.exp
6607 * gdb.threads/kill.exp
6608 * gdb.threads/watchpoint-fork.exp
6609
6610 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6611
6612 Fix test names starting with uppercase throughout all the files below.
6613
6614 * gdb.ada/array_return.exp
6615 * gdb.ada/catch_ex.exp
6616 * gdb.ada/info_exc.exp
6617 * gdb.ada/mi_catch_ex.exp
6618 * gdb.ada/mi_dyn_arr.exp
6619 * gdb.ada/mi_ex_cond.exp
6620 * gdb.ada/mi_exc_info.exp
6621 * gdb.ada/mi_interface.exp
6622 * gdb.ada/mi_task_arg.exp
6623 * gdb.ada/mi_task_info.exp
6624 * gdb.ada/mi_var_array.exp
6625 * gdb.arch/alpha-step.exp
6626 * gdb.arch/amd64-disp-step.exp
6627 * gdb.arch/arm-disp-step.exp
6628 * gdb.arch/disp-step-insn-reloc.exp
6629 * gdb.arch/e500-prologue.exp
6630 * gdb.arch/ftrace-insn-reloc.exp
6631 * gdb.arch/gdb1558.exp
6632 * gdb.arch/i386-bp_permanent.exp
6633 * gdb.arch/i386-disp-step.exp
6634 * gdb.arch/i386-float.exp
6635 * gdb.arch/i386-gnu-cfi.exp
6636 * gdb.arch/ia64-breakpoint-shadow.exp
6637 * gdb.arch/mips16-thunks.exp
6638 * gdb.arch/pa-nullify.exp
6639 * gdb.arch/powerpc-aix-prologue.exp
6640 * gdb.arch/powerpc-power.exp
6641 * gdb.arch/ppc-dfp.exp
6642 * gdb.arch/s390-tdbregs.exp
6643 * gdb.arch/spu-info.exp
6644 * gdb.arch/spu-ls.exp
6645 * gdb.arch/thumb-bx-pc.exp
6646 * gdb.base/advance.exp
6647 * gdb.base/annota-input-while-running.exp
6648 * gdb.base/arrayidx.exp
6649 * gdb.base/asmlabel.exp
6650 * gdb.base/async.exp
6651 * gdb.base/attach-wait-input.exp
6652 * gdb.base/auto-connect-native-target.exp
6653 * gdb.base/batch-preserve-term-settings.exp
6654 * gdb.base/bfp-test.exp
6655 * gdb.base/bigcore.exp
6656 * gdb.base/bp-permanent.exp
6657 * gdb.base/break-always.exp
6658 * gdb.base/break-fun-addr.exp
6659 * gdb.base/break-idempotent.exp
6660 * gdb.base/break-main-file-remove-fail.exp
6661 * gdb.base/break-probes.exp
6662 * gdb.base/break-unload-file.exp
6663 * gdb.base/break.exp
6664 * gdb.base/call-ar-st.exp
6665 * gdb.base/call-rt-st.exp
6666 * gdb.base/call-sc.exp
6667 * gdb.base/call-signal-resume.exp
6668 * gdb.base/call-strs.exp
6669 * gdb.base/callexit.exp
6670 * gdb.base/callfuncs.exp
6671 * gdb.base/catch-gdb-caused-signals.exp
6672 * gdb.base/catch-signal-siginfo-cond.exp
6673 * gdb.base/catch-syscall.exp
6674 * gdb.base/compare-sections.exp
6675 * gdb.base/cond-eval-mode.exp
6676 * gdb.base/condbreak-call-false.exp
6677 * gdb.base/consecutive-step-over.exp
6678 * gdb.base/cursal.exp
6679 * gdb.base/disabled-location.exp
6680 * gdb.base/disasm-end-cu.exp
6681 * gdb.base/display.exp
6682 * gdb.base/double-prompt-target-event-error.exp
6683 * gdb.base/dprintf-bp-same-addr.exp
6684 * gdb.base/dprintf-detach.exp
6685 * gdb.base/dprintf-next.exp
6686 * gdb.base/dprintf-non-stop.exp
6687 * gdb.base/dprintf-pending.exp
6688 * gdb.base/dso2dso.exp
6689 * gdb.base/ending-run.exp
6690 * gdb.base/enum_cond.exp
6691 * gdb.base/examine-backward.exp
6692 * gdb.base/exe-lock.exp
6693 * gdb.base/exec-invalid-sysroot.exp
6694 * gdb.base/execl-update-breakpoints.exp
6695 * gdb.base/execution-termios.exp
6696 * gdb.base/fileio.exp
6697 * gdb.base/fixsection.exp
6698 * gdb.base/foll-exec-mode.exp
6699 * gdb.base/foll-exec.exp
6700 * gdb.base/fork-running-state.exp
6701 * gdb.base/frame-args.exp
6702 * gdb.base/fullpath-expand.exp
6703 * gdb.base/func-ptr.exp
6704 * gdb.base/gcore-relro-pie.exp
6705 * gdb.base/gdb1090.exp
6706 * gdb.base/gdb1555.exp
6707 * gdb.base/global-var-nested-by-dso.exp
6708 * gdb.base/gnu-ifunc.exp
6709 * gdb.base/hbreak-in-shr-unsupported.exp
6710 * gdb.base/hbreak-unmapped.exp
6711 * gdb.base/hook-stop.exp
6712 * gdb.base/infcall-input.exp
6713 * gdb.base/info-fun.exp
6714 * gdb.base/info-shared.exp
6715 * gdb.base/interrupt-noterm.exp
6716 * gdb.base/jit-so.exp
6717 * gdb.base/jit.exp
6718 * gdb.base/line-symtabs.exp
6719 * gdb.base/list.exp
6720 * gdb.base/longjmp.exp
6721 * gdb.base/macscp.exp
6722 * gdb.base/max-value-size.exp
6723 * gdb.base/nodebug.exp
6724 * gdb.base/nofield.exp
6725 * gdb.base/overlays.exp
6726 * gdb.base/paginate-after-ctrl-c-running.exp
6727 * gdb.base/paginate-bg-execution.exp
6728 * gdb.base/paginate-inferior-exit.exp
6729 * gdb.base/pending.exp
6730 * gdb.base/pr11022.exp
6731 * gdb.base/printcmds.exp
6732 * gdb.base/ptr-typedef.exp
6733 * gdb.base/ptype.exp
6734 * gdb.base/randomize.exp
6735 * gdb.base/range-stepping.exp
6736 * gdb.base/realname-expand.exp
6737 * gdb.base/relativedebug.exp
6738 * gdb.base/remote.exp
6739 * gdb.base/savedregs.exp
6740 * gdb.base/sepdebug.exp
6741 * gdb.base/set-noassign.exp
6742 * gdb.base/shlib-call.exp
6743 * gdb.base/shreloc.exp
6744 * gdb.base/sigaltstack.exp
6745 * gdb.base/sigbpt.exp
6746 * gdb.base/siginfo-addr.exp
6747 * gdb.base/siginfo-obj.exp
6748 * gdb.base/siginfo-thread.exp
6749 * gdb.base/signest.exp
6750 * gdb.base/signull.exp
6751 * gdb.base/sigrepeat.exp
6752 * gdb.base/skip.exp
6753 * gdb.base/so-impl-ld.exp
6754 * gdb.base/solib-corrupted.exp
6755 * gdb.base/solib-disc.exp
6756 * gdb.base/solib-display.exp
6757 * gdb.base/solib-overlap.exp
6758 * gdb.base/solib-search.exp
6759 * gdb.base/solib-symbol.exp
6760 * gdb.base/source-execution.exp
6761 * gdb.base/sss-bp-on-user-bp-2.exp
6762 * gdb.base/sss-bp-on-user-bp.exp
6763 * gdb.base/stack-checking.exp
6764 * gdb.base/stale-infcall.exp
6765 * gdb.base/step-break.exp
6766 * gdb.base/step-line.exp
6767 * gdb.base/step-over-exit.exp
6768 * gdb.base/step-test.exp
6769 * gdb.base/structs.exp
6770 * gdb.base/sym-file.exp
6771 * gdb.base/symtab-search-order.exp
6772 * gdb.base/term.exp
6773 * gdb.base/type-opaque.exp
6774 * gdb.base/unload.exp
6775 * gdb.base/until-nodebug.exp
6776 * gdb.base/until.exp
6777 * gdb.base/unwindonsignal.exp
6778 * gdb.base/watch-cond.exp
6779 * gdb.base/watch-non-mem.exp
6780 * gdb.base/watch_thread_num.exp
6781 * gdb.base/watchpoint-reuse-slot.exp
6782 * gdb.base/watchpoint-solib.exp
6783 * gdb.base/watchpoint.exp
6784 * gdb.btrace/dlopen.exp
6785 * gdb.cell/arch.exp
6786 * gdb.cell/break.exp
6787 * gdb.cell/bt.exp
6788 * gdb.cell/core.exp
6789 * gdb.cell/data.exp
6790 * gdb.cell/dwarfaddr.exp
6791 * gdb.cell/ea-cache.exp
6792 * gdb.cell/ea-standalone.exp
6793 * gdb.cell/ea-test.exp
6794 * gdb.cell/f-regs.exp
6795 * gdb.cell/fork.exp
6796 * gdb.cell/gcore.exp
6797 * gdb.cell/mem-access.exp
6798 * gdb.cell/ptype.exp
6799 * gdb.cell/registers.exp
6800 * gdb.cell/sizeof.exp
6801 * gdb.cell/solib-symbol.exp
6802 * gdb.cell/solib.exp
6803 * gdb.compile/compile-tls.exp
6804 * gdb.cp/exception.exp
6805 * gdb.cp/gdb2495.exp
6806 * gdb.cp/local.exp
6807 * gdb.cp/mb-inline.exp
6808 * gdb.cp/mb-templates.exp
6809 * gdb.cp/pr10687.exp
6810 * gdb.cp/pr9167.exp
6811 * gdb.cp/scope-err.exp
6812 * gdb.cp/templates.exp
6813 * gdb.cp/virtfunc.exp
6814 * gdb.dwarf2/dw2-dir-file-name.exp
6815 * gdb.dwarf2/dw2-single-line-discriminators.exp
6816 * gdb.fortran/complex.exp
6817 * gdb.fortran/library-module.exp
6818 * gdb.guile/guile.exp
6819 * gdb.guile/scm-cmd.exp
6820 * gdb.guile/scm-frame-inline.exp
6821 * gdb.guile/scm-objfile.exp
6822 * gdb.guile/scm-pretty-print.exp
6823 * gdb.guile/scm-symbol.exp
6824 * gdb.guile/scm-type.exp
6825 * gdb.guile/scm-value.exp
6826 * gdb.linespec/keywords.exp
6827 * gdb.linespec/ls-errs.exp
6828 * gdb.linespec/macro-relative.exp
6829 * gdb.linespec/thread.exp
6830 * gdb.mi/mi-breakpoint-changed.exp
6831 * gdb.mi/mi-dprintf-pending.exp
6832 * gdb.mi/mi-fullname-deleted.exp
6833 * gdb.mi/mi-logging.exp
6834 * gdb.mi/mi-pending.exp
6835 * gdb.mi/mi-solib.exp
6836 * gdb.mi/new-ui-mi-sync.exp
6837 * gdb.mi/user-selected-context-sync.exp
6838 * gdb.multi/dummy-frame-restore.exp
6839 * gdb.multi/multi-arch-exec.exp
6840 * gdb.multi/remove-inferiors.exp
6841 * gdb.multi/watchpoint-multi-exit.exp
6842 * gdb.opt/solib-intra-step.exp
6843 * gdb.perf/backtrace.exp
6844 * gdb.perf/single-step.exp
6845 * gdb.perf/skip-command.exp
6846 * gdb.perf/skip-prologue.exp
6847 * gdb.perf/solib.exp
6848 * gdb.python/lib-types.exp
6849 * gdb.python/py-as-string.exp
6850 * gdb.python/py-bad-printers.exp
6851 * gdb.python/py-block.exp
6852 * gdb.python/py-breakpoint.exp
6853 * gdb.python/py-cmd.exp
6854 * gdb.python/py-events.exp
6855 * gdb.python/py-evthreads.exp
6856 * gdb.python/py-finish-breakpoint.exp
6857 * gdb.python/py-finish-breakpoint2.exp
6858 * gdb.python/py-frame-inline.exp
6859 * gdb.python/py-frame.exp
6860 * gdb.python/py-inferior.exp
6861 * gdb.python/py-infthread.exp
6862 * gdb.python/py-mi.exp
6863 * gdb.python/py-objfile.exp
6864 * gdb.python/py-pp-maint.exp
6865 * gdb.python/py-pp-registration.exp
6866 * gdb.python/py-prettyprint.exp
6867 * gdb.python/py-recurse-unwind.exp
6868 * gdb.python/py-shared.exp
6869 * gdb.python/py-symbol.exp
6870 * gdb.python/py-symtab.exp
6871 * gdb.python/py-template.exp
6872 * gdb.python/py-type.exp
6873 * gdb.python/py-unwind-maint.exp
6874 * gdb.python/py-unwind.exp
6875 * gdb.python/py-value.exp
6876 * gdb.python/python.exp
6877 * gdb.reverse/finish-reverse-bkpt.exp
6878 * gdb.reverse/insn-reverse.exp
6879 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6880 * gdb.reverse/solib-precsave.exp
6881 * gdb.reverse/solib-reverse.exp
6882 * gdb.stabs/gdb11479.exp
6883 * gdb.stabs/weird.exp
6884 * gdb.threads/fork-child-threads.exp
6885 * gdb.threads/fork-plus-threads.exp
6886 * gdb.threads/fork-thread-pending.exp
6887 * gdb.threads/forking-threads-plus-breakpoint.exp
6888 * gdb.threads/hand-call-in-threads.exp
6889 * gdb.threads/interrupted-hand-call.exp
6890 * gdb.threads/linux-dp.exp
6891 * gdb.threads/local-watch-wrong-thread.exp
6892 * gdb.threads/next-while-other-thread-longjmps.exp
6893 * gdb.threads/non-ldr-exit.exp
6894 * gdb.threads/pending-step.exp
6895 * gdb.threads/print-threads.exp
6896 * gdb.threads/process-dies-while-detaching.exp
6897 * gdb.threads/process-dies-while-handling-bp.exp
6898 * gdb.threads/pthreads.exp
6899 * gdb.threads/queue-signal.exp
6900 * gdb.threads/reconnect-signal.exp
6901 * gdb.threads/signal-command-handle-nopass.exp
6902 * gdb.threads/signal-command-multiple-signals-pending.exp
6903 * gdb.threads/signal-delivered-right-thread.exp
6904 * gdb.threads/signal-sigtrap.exp
6905 * gdb.threads/sigthread.exp
6906 * gdb.threads/staticthreads.exp
6907 * gdb.threads/stepi-random-signal.exp
6908 * gdb.threads/thread-unwindonsignal.exp
6909 * gdb.threads/thread_check.exp
6910 * gdb.threads/thread_events.exp
6911 * gdb.threads/tid-reuse.exp
6912 * gdb.threads/tls-nodebug.exp
6913 * gdb.threads/tls-shared.exp
6914 * gdb.threads/tls-so_extern.exp
6915 * gdb.threads/tls.exp
6916 * gdb.threads/wp-replication.exp
6917 * gdb.trace/actions-changed.exp
6918 * gdb.trace/actions.exp
6919 * gdb.trace/backtrace.exp
6920 * gdb.trace/change-loc.exp
6921 * gdb.trace/collection.exp
6922 * gdb.trace/deltrace.exp
6923 * gdb.trace/disconnected-tracing.exp
6924 * gdb.trace/entry-values.exp
6925 * gdb.trace/ftrace-lock.exp
6926 * gdb.trace/ftrace.exp
6927 * gdb.trace/infotrace.exp
6928 * gdb.trace/mi-trace-frame-collected.exp
6929 * gdb.trace/mi-trace-unavailable.exp
6930 * gdb.trace/mi-traceframe-changed.exp
6931 * gdb.trace/mi-tracepoint-changed.exp
6932 * gdb.trace/mi-tsv-changed.exp
6933 * gdb.trace/no-attach-trace.exp
6934 * gdb.trace/packetlen.exp
6935 * gdb.trace/passc-dyn.exp
6936 * gdb.trace/passcount.exp
6937 * gdb.trace/pending.exp
6938 * gdb.trace/pr16508.exp
6939 * gdb.trace/qtro.exp
6940 * gdb.trace/range-stepping.exp
6941 * gdb.trace/read-memory.exp
6942 * gdb.trace/report.exp
6943 * gdb.trace/save-trace.exp
6944 * gdb.trace/signal.exp
6945 * gdb.trace/stap-trace.exp
6946 * gdb.trace/status-stop.exp
6947 * gdb.trace/strace.exp
6948 * gdb.trace/tfile.exp
6949 * gdb.trace/tfind.exp
6950 * gdb.trace/trace-break.exp
6951 * gdb.trace/trace-condition.exp
6952 * gdb.trace/trace-enable-disable.exp
6953 * gdb.trace/trace-mt.exp
6954 * gdb.trace/tracecmd.exp
6955 * gdb.trace/tracefile-pseudo-reg.exp
6956 * gdb.trace/tspeed.exp
6957 * gdb.trace/tstatus.exp
6958 * gdb.trace/tsv.exp
6959 * gdb.trace/unavailable.exp
6960 * gdb.trace/while-dyn.exp
6961 * gdb.trace/while-stepping.exp
6962 * lib/gdb-guile.exp
6963 * lib/gdb.exp
6964 * lib/mi-support.exp
6965 * lib/pascal.exp
6966 * lib/perftest.exp
6967 * lib/prelink-support.exp
6968 * lib/selftest-support.exp
6969
6970 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6971
6972 * Makefile.in: Include disable-implicit-rules.mk.
6973
6974 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6975
6976 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6977 non-byte-aligned bit fields.
6978
6979 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6980
6981 PR gdb/12616
6982 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6983 respects the DW_AT_data_bit_offset attribute.
6984
6985 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6986
6987 * gdb.base/default.exp: Fix output of "set language".
6988
6989 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6990
6991 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6992 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6993 make.
6994 * configure.ac: Remove checks for the make program.
6995 * configure: Re-generate.
6996
6997 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6998
6999 * gdb.python/py-recurse-unwind.c (main): Add loop.
7000 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7001 to read_register() and gdb.parse_and_eval(). Make each code
7002 call a separate case that can be individually tested.
7003 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7004 proc. Call cont_and_backtrace for each of the code paths that
7005 we want to test in the unwinder.
7006
7007 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7008
7009 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7010 the definition of struct S.
7011
7012 2016-11-11 Catherine Moore <clm@codesourcery.com>
7013
7014 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7015
7016 2016-11-09 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/commands.exp (runto_or_return): New procedure.
7019 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7020 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7021 (progvar_simple_while_test, progvar_complex_if_while_test)
7022 (if_while_breakpoint_command_test)
7023 (infrun_breakpoint_command_test, breakpoint_command_test)
7024 (user_defined_command_test, watchpoint_command_test)
7025 (test_command_prompt_position, redefine_hook_test)
7026 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7027 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7028 multi_line_input and multi_line. Remove gdb_expect and
7029 gdb_stop_suppressing_tests uses.
7030 * lib/gdb.exp (valnum_re): New global.
7031 (multi_line_input): New procedure.
7032
7033 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7034
7035 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7036 Remove.
7037 (test_setup): Define with proc_with_prefix.
7038 (test_cli_inferior): Likewise.
7039 (test_cli_thread): Likewise.
7040 (test_cli_frame): Likewise.
7041 (test_cli_select_frame): Likewise.
7042 (test_cli_up_down): Likewise.
7043 (test_mi_thread_select): Likewise.
7044 (test_mi_stack_select_frame): Likewise.
7045 (test_cli_in_mi_inferior): Likewise.
7046 (test_cli_in_mi_thread): Likewise.
7047 (test_cli_in_mi_frame): Likewise.
7048 (top level): Do not use with_test_prefix_procname.
7049
7050 2016-11-09 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/commands.exp (gdbvar_simple_if_test)
7053 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7054 (progvar_simple_if_test, progvar_simple_while_test)
7055 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7056 (infrun_breakpoint_command_test, breakpoint_command_test)
7057 (user_defined_command_test, watchpoint_command_test)
7058 (test_command_prompt_position, deprecated_command_test)
7059 (bp_deleted_in_command, temporary_breakpoint_commands)
7060 (stray_arg0_test, source_file_with_indented_comment)
7061 (recursive_source_test, if_commands_test)
7062 (error_clears_commands_left, redefine_hook_test)
7063 (redefine_backtrace_test): Use proc_with_prefix.
7064 * lib/gdb.exp (proc_with_prefix): New proc.
7065
7066 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7067
7068 * gdb.base/tui-layout.c: New file.
7069 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7070 disassembly window contains very long lines.
7071
7072 2016-11-08 Tom Tromey <tom@tromey.com>
7073
7074 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7075 depend on Python 2.
7076
7077 2016-11-08 Tom Tromey <tom@tromey.com>
7078
7079 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7080 New method.
7081
7082 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7083
7084 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7085
7086 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7087
7088 * gdb.rust/simple.rs: Add test for univariant enums without
7089 discriminants and for encoded struct-like enums.
7090
7091 2016-10-28 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7094 gdb_test_multiple, tighten regexps and match symtabs and line
7095 tables incrementally.
7096
7097 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7098
7099 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7100 general.
7101
7102 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7103
7104 * gdb.base/exec-invalid-sysroot.exp: New file.
7105
7106 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7107
7108 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7109
7110 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7111
7112 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7113
7114 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7115
7116 * gdb.base/killed-outside.exp: Remove $options from a call to
7117 `prepare_for_testing'.
7118
7119 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7120
7121 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7122 Change test message.
7123
7124 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7125
7126 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7127 Update comment.
7128
7129 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * gdb.trace/mi-trace-save.exp: New file.
7132
7133 2016-10-13 Yao Qi <yao.qi@linaro.org>
7134
7135 * gdb.base/code_elim.exp (get_var_address): Remove.
7136 * gdb.base/relocate.exp: Likewise.
7137 * gdb.base/shreloc.exp: Likewise.
7138 * lib/gdb.exp (get_var_address): New.
7139
7140 2016-10-13 Yao Qi <yao.qi@linaro.org>
7141
7142 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7143 floating point tests if $skip_float_test is false.
7144
7145 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7146
7147 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7148 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7149 argc values.
7150 Add 1 to argc so we guarantee distinct initial/modified argc values.
7151
7152 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7153
7154 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7155
7156 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7159 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7160 * gdb.arch/vsx-regs.exp: Likewise.
7161
7162 2016-10-07 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7165
7166 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7167
7168 * gdb.python/python.exp: Test decode_line("*0").
7169
7170 2016-10-06 Doug Evans <dje@google.com>
7171
7172 * gdb.python/py-value.exp (test_value_creation): Add test for large
7173 unsigned 64-bit value.
7174
7175 2016-10-06 Tom Tromey <tom@tromey.com>
7176
7177 * gdb.compile/compile.exp: Change java tests to rust.
7178 * gdb.base/setshow.exp: Change java tests to rust.
7179 * gdb.base/default.exp: Remove java from language list.
7180 * README (Examples): Update language example.
7181 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7182 test.
7183 * lib/gdb.exp (skip_java_tests): Remove.
7184 * lib/java.exp: Remove.
7185 * gdb.java: Remove.
7186
7187 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7188
7189 * gdb.arch/mips-fcr.exp: New test.
7190 * gdb.arch/mips-fcr.c: Source for the new test.
7191
7192 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7193
7194 * gdb.base/solib-disc.exp: Use `standard_output_file'
7195 throughout.
7196
7197 2016-10-06 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/jit-simple-dl.c: New file.
7200 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7201 * gdb.base/jit-simple.c: ... this.
7202 * gdb.base/jit-simple.exp (jit_run): Delete.
7203 (build_jit): New proc.
7204 (jit_test_reread): Recompile either the main program or the shared
7205 library, depending on what is being tested. Skip changing address
7206 if caller wants to. Compare before/after addresses. If testing
7207 standalone, explicitly load the binary. Test "maint info
7208 breakpoints".
7209 (top level): Add "standalone vs shared lib" and "change address"
7210 vs "same address" axes.
7211
7212 2016-10-06 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7215 call.
7216 (jit_run): Delete.
7217 (jit_test_reread): Use with_test_prefix. Reload the main binary
7218 explicitly. Compare the before/after addresses of the JIT
7219 descriptor.
7220
7221 2016-08-15 Doug Evans <dje@google.com>
7222
7223 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7224 for single bitfields is bool.
7225 * gdb.xml/tdesc-regs.exp: Ditto.
7226
7227 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7230
7231 2016-10-05 Yao Qi <yao.qi@linaro.org>
7232
7233 * lib/gdb.exp (support_complex_tests): Return zero if
7234 gdb_skip_float_test return true.
7235
7236 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7237 Simon Marchi <simon.marchi@ericsson.com>
7238
7239 PR gdb/20487
7240 * gdb.mi/user-selected-context-sync.exp: New file.
7241 * gdb.mi/user-selected-context-sync.c: New file.
7242
7243 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7244 Simon Marchi <simon.marchi@ericsson.com>
7245
7246 PR gdb/20487
7247 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7248 =thread-select-event check.
7249
7250 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7251
7252 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7253 the compulsory L operand changes.
7254 * gdb.arch/powerpc-power.s: Likewise.
7255
7256 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7257
7258 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7259 * gdb.base/jit-attach-pie.c: New file.
7260 * gdb.base/jit-attach-pie.exp: New file.
7261
7262 2016-09-28 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/infcall-input.c: New file.
7265 * gdb.base/infcall-input.exp: New file.
7266
7267 2016-09-22 Yao Qi <yao.qi@linaro.org>
7268
7269 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7270 (gdb_exit): Rename it to ...
7271 (gdbserver_gdb_exit): ... Close GDBserver.
7272 (gdb_exit): New proc, call gdbserver_gdb_exit.
7273 (mi_gdb_exit): Likewise.
7274
7275 2016-09-22 Yao Qi <yao.qi@linaro.org>
7276
7277 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7278 path.
7279 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7280 Remove duplication.
7281
7282 2016-09-22 Yao Qi <yao.qi@linaro.org>
7283
7284 * lib/gdbserver-support.exp: Check the existence of
7285 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7286
7287 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7288
7289 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7290
7291 2016-09-21 Tom Tromey <tom@tromey.com>
7292
7293 PR gdb/20604:
7294 * gdb.base/quit.exp: New file.
7295
7296 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7297
7298 * .gitignore: New file.
7299
7300 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7301
7302 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7303 throughout.
7304
7305 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7306
7307 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7308
7309 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 * gdb.cp/casts.cc (decltype): Move it ...
7312 (main): ... with its call to ...
7313 * gdb.cp/casts03.cc: ... a new file.
7314 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7315
7316 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7317
7318 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7319
7320 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7321
7322 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7323 and sync up the test with tests in gas/testsuite/gas/ppc.
7324 * gdb.arch/powerpc-power.exp: Likewise.
7325
7326 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7327
7328 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7329
7330 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7331 Jan Kratochvil <jan.kratochvil@redhat.com>
7332
7333 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7334 make m1's definition to be different from m2's. Use 'dummy' as an
7335 argument for probe 'two'.
7336
7337 2016-09-10 Jon Beniston <jon@beniston.com>
7338
7339 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7340 for sim target.
7341
7342 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7343
7344 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7345 variable declaration.
7346 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7347 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7348 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7349 received HWCAP as its argument.
7350
7351 2016-09-06 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.base/new-ui-pending-input.c: New file.
7354 * gdb.base/new-ui-pending-input.exp: New file.
7355 * gdb.exp (clear_gdb_spawn_id): New procedure.
7356 (with_spawn_id): Check whether gdb_spawn_id exists before
7357 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7358 on exit.
7359
7360 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7361
7362 * gdb.base/float128.c: New file.
7363 * gdb.base/float128.exp: Likewise.
7364 * gdb.base/floatn.c: Likewise.
7365 * gdb.base/floatn.exp: Likewise.
7366
7367 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7368
7369 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7370
7371 2016-09-05 Pedro Alves <palves@redhat.com>
7372
7373 PR backtrace/19927
7374 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7375 unwinders are immediately called as side effect of "source" or
7376 "disable unwinder" commands.
7377 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7378
7379 2016-09-02 Yao Qi <yao.qi@linaro.org>
7380
7381 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7382 is true and $type is "float" or "double".
7383
7384 2016-09-02 Yao Qi <yao.qi@linaro.org>
7385
7386 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7387 true.
7388 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7389 * gdb.base/call-rt-st.exp: Likewise.
7390 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7391 return value instead of gdb,skip_float_test.
7392 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7393 (do_function_calls): Use its return value instead of
7394 gdb,skip_float_test.
7395 * gdb.base/finish.exp: Likewise.
7396 * gdb.base/funcargs.exp: Likewise.
7397 * gdb.base/return.exp: Likewise.
7398 * gdb.base/return2.exp: Likewise.
7399 * gdb.base/varargs.exp: Likewise.
7400 * lib/gdb.exp (gdb_skip_float_test): Change it to
7401 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7402
7403 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7404
7405 * gdb.multi/tids.exp: Test "thread apply all".
7406
7407 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7408
7409 * gdb.base/default.exp (tty): Remove.
7410
7411 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7412
7413 * gdb.python/py-recurse-unwind.c: New file.
7414 * gdb.python/py-recurse-unwind.py: New file.
7415 * gdb.python/py-recurse-unwind.exp: New file.
7416
7417 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * gdb.base/set-inferior-tty.exp: New file.
7420 * gdb.base/set-inferior-tty.c: New file.
7421
7422 2016-08-23 Pedro Alves <palves@redhat.com>
7423
7424 PR gdb/20494
7425 * gdb.base/new-ui-echo.c: New file.
7426 * gdb.base/new-ui-echo.exp: New file.
7427
7428 2016-08-23 Yao Qi <yao.qi@linaro.org>
7429
7430 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7431 gdbserver_spawn.
7432 * gdb.server/connect-without-multi-process.exp (do_test):
7433 Likewise.
7434
7435 2016-08-23 Yao Qi <yao.qi@linaro.org>
7436
7437 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7438 standalone_txt. Delete gdb_txt and standalone_txt on host
7439 and target. Spawn the binary on target. Copy files from
7440 target to host.
7441
7442 2016-08-22 Pedro Alves <palves@redhat.com>
7443
7444 PR gdb/20505
7445 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7446 with_test_prefix. Factor out bits to ...
7447 (test_no_vdso): ... this new procedure.
7448
7449 2016-08-19 Carl Love <cel@us.ibm.com>
7450
7451 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7452 maintaining separate logic for constructing the output path.
7453 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7454 * gdb.arch/ppc-dfp.exp: Likewise.
7455 * gdb.arch/ppc-fp.exp: Likewise.
7456 * gdb.arch/vsx-regs.exp: Likewise.
7457 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7458 binprefix for generating the additional binary files.
7459
7460 2016-08-19 Pedro Alves <palves@redhat.com>
7461
7462 * gdb.trace/mi-trace-frame-collected.exp
7463 (test_trace_frame_collected): On x32, expect two registers.
7464
7465 2016-08-18 Carl Love <cel@us.ibm.com>
7466
7467 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7468 and sync up the test with tests in gas/testsuite/gas/ppc.
7469 * gdb.arch/powerpc-power.exp: Likewise.
7470
7471 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7472
7473 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7474 expected error message.
7475
7476 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7477
7478 * gdb.multi/remove-inferiors.exp: New file.
7479 * gdb.multi/remove-inferiors.c: New file.
7480
7481 2016-08-12 Yao Qi <yao.qi@linaro.org>
7482
7483 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7484 argument list.
7485
7486 2016-08-10 Pedro Alves <palves@redhat.com>
7487
7488 PR gdb/19187
7489 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7490 setup_kfails.
7491
7492 2016-08-09 Pedro Alves <palves@redhat.com>
7493 Simon Marchi <simon.marchi@ericsson.com>
7494
7495 PR gdb/20418
7496 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7497 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7498
7499 2016-08-09 Pedro Alves <palves@redhat.com>
7500
7501 PR mi/20431
7502 * gdb.mi/mi-cmd-error.exp: New file.
7503
7504 2016-08-09 Pedro Alves <palves@redhat.com>
7505
7506 PR gdb/18653
7507 * gdb.base/signals-state-child.c: New file.
7508 * gdb.base/signals-state-child.exp: New file.
7509 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7510
7511 2016-08-09 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7514
7515 2016-08-03 Tom Tromey <tom@tromey.com>
7516
7517 PR python/18565:
7518 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7519
7520 2016-08-01 Yao Qi <yao.qi@linaro.org>
7521
7522 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7523 variable mode to "multi-process" if $multi_process is 1, otherwise
7524 set it to "single-process".
7525
7526 2016-08-01 Yao Qi <yao.qi@linaro.org>
7527
7528 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7529 * gdb.cp/cpexprs.exp: Likewise.
7530 * gdb.cp/m-static.exp: Likewise.
7531
7532 2016-07-26 Tom Tromey <tom@tromey.com>
7533
7534 PR python/20190:
7535 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7536 test.
7537
7538 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7539
7540 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7541 selecting assembly source files.
7542 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7543 assembly source files.
7544 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7545 assembly source files.
7546 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7547 selecting assembly source files.
7548
7549 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7550
7551 * gdb.base/new-ui.exp (do_test_invalid_args): New
7552 procedure.
7553
7554 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7555
7556 * gdb.btrace/reconnect.c: New file.
7557 * gdb.btrace/reconnect.exp: New file.
7558
7559 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7560
7561 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7562 to test_catch_syscall_group.
7563 (test_catch_syscall_group): New.
7564
7565 2016-07-21 Tom Tromey <tom@tromey.com>
7566
7567 * gdb.rust/simple.rs (main): Use empty struct expression.
7568 * gdb.rust/simple.exp: Add tests for empty struct expression.
7569
7570 2016-07-21 Yao Qi <yao.qi@linaro.org>
7571
7572 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7573 if gdb_skip_xml_test is true on some targets.
7574
7575 2016-07-21 Yao Qi <yao.qi@linaro.org>
7576
7577 * gdb.server/solib-list.exp: Unset last_loaded_file.
7578
7579 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7582 "step into captured_main (args)".
7583
7584 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7585
7586 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7587
7588 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7589
7590 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7591
7592 2016-07-19 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7595 * gdb.opt/inline-bt.exp: Likewise.
7596 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7597 additional_flags=-Winline.
7598 * gdb.opt/inline-locals.exp: Likewise.
7599 * gdb.opt/inline-markers.c (ATTR): Define.
7600 (inlined_fn): Use it.
7601
7602 2016-07-19 Yao Qi <yao.qi@linaro.org>
7603
7604 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7605 (test_with_self): Remove some code. Remove argument executable.
7606 (top-level): Use do_self_tests.
7607
7608 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7609 Don Breazeal <donb@codesourcery.com>
7610
7611 * gdb.base/maint.exp: Escape paths used in regular expressions.
7612 * gdb.stabs/weird.exp: Likewise.
7613
7614 2016-07-13 Tom Tromey <tom@tromey.com>
7615
7616 PR python/15620, PR python/18620:
7617 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7618 (test_bkpt_events): New procs.
7619
7620 2016-07-13 Tom Tromey <tom@tromey.com>
7621
7622 PR python/17698:
7623 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7624 test.
7625 (test_watchpoints): Likewise.
7626 (test_bkpt_pending): New proc.
7627
7628 2016-07-13 Tom Tromey <tom@tromey.com>
7629
7630 PR cli/18053:
7631 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7632 completion test.
7633
7634 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7637 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7638 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7639 f_label.
7640 (g): Rename g_end_lbl to g_label.
7641 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7642 low_pc and high_pc.
7643 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7644
7645 2016-07-12 Tom Tromey <tom@tromey.com>
7646
7647 PR python/19293:
7648 * gdb.python/py-unwind-maint.exp: Update tests.
7649
7650 2016-07-12 Yao Qi <yao.qi@linaro.org>
7651
7652 * lib/selftest-support.exp (selftest_setup): Match the output
7653 when captured_main is inlined.
7654
7655 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7656
7657 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7658 New variables.
7659 (print this%a, print this%b, print this): New tests.
7660 * gdb.fortran/derived-types.f90 (this): New object and
7661 initialization.
7662
7663 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7664
7665 * gdb.ada/arraydim.exp: Remove extra directory level in build
7666 directory.
7667
7668 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7669
7670 * lib/ada.exp: Remove extra directory level in build directory.
7671 * gdb.ada/cond_lang.exp: Likewise.
7672 * gdb.ada/exec_changed.exp: Likewise.
7673 * gdb.ada/lang_switch.exp: Likewise.
7674
7675 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7676
7677 * simple.rs: Add test for raw pointer subscripting.
7678 * simple.exp: Add test expectations.
7679
7680 2016-07-05 Yao Qi <yao.qi@linaro.org>
7681
7682 * gdb.mi/mi-reverse.exp: Match =record-started output.
7683
7684 2016-07-01 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7687 procedure.
7688 (jit_reader_test): Test the jit reader's unwinder.
7689 * gdb.base/jithost.c (jit_function_00_code): New global.
7690 (main): Use memcpy to fill in the mmapped code, instead of poking
7691 bytes manually here.
7692 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7693 value.
7694 (read_debug_info): Save the function's range.
7695 (read_sp): New function.
7696 (unwind_frame): Use it. Also unwind RBP.
7697 (get_frame_id): Use read_sp.
7698 (gdb_init_reader): Use calloc instead of malloc.
7699 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7700 parameter. Use gdb_test_multiple.
7701
7702 2016-07-01 Pedro Alves <palves@redhat.com>
7703 Antoine Tremblay <antoine.tremblay@ericsson.com>
7704
7705 * gdb.threads/process-dies-while-detaching.c: New file.
7706 * gdb.threads/process-dies-while-detaching.exp: New file.
7707
7708 2016-07-01 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.multi/watchpoint-multi-exit.c: New file.
7711 * gdb.multi/watchpoint-multi-exit.exp: New file.
7712
7713 2016-06-30 Pedro Alves <palves@redhat.com>
7714
7715 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7716 unset inferior_spawn_id.
7717
7718 2016-06-30 Pedro Alves <palves@redhat.com>
7719
7720 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7721 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7722
7723 2016-06-29 Yao Qi <yao.qi@linaro.org>
7724
7725 * gdb.base/return.c: Add copyright header.
7726
7727 2016-06-29 Tom Tromey <tom@tromey.com>
7728
7729 PR python/20129:
7730 * gdb.python/py-framefilter.exp: Add tests for setting priority
7731 and disabling of non-existent frame filter.
7732
7733 2016-06-29 Yao Qi <yao.qi@linaro.org>
7734
7735 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7736 0x0f07ff.
7737
7738 2016-06-28 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7741 triplets. Start gdb, execute catch syscall, and continue. Check
7742 gdb's output to determine catch syscall is supported.
7743
7744 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7745
7746 * gdb.rust/simple.rs: Add test for returning unit in a function.
7747 * gdb.rust/simple.exp: Add expectation for functions returning
7748 unit.
7749
7750 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7751
7752 * gdb.python/py-breakpoint-create-fail.c,
7753 gdb.python/py-breakpoint-create-fail.exp,
7754 gdb.python/py-breakpoint-create-fail.py: New testcase.
7755
7756 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7757
7758 PR gdb/20239
7759 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7760 * gdb.rust/simple.exp: Add test expectations for new NonZero
7761 tests.
7762
7763 2016-06-24 David Taylor <dtaylor@emc.com>
7764
7765 * gdb.base/offsets.exp: New file.
7766 * gdb.base/offsets.c: New file.
7767
7768 2016-06-23 Tom Tromey <tom@tromey.com>
7769
7770 PR gdb/16483:
7771 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7772 before any filters are loaded.
7773
7774 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7775
7776 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7777 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7778 structs.
7779 * gdb.fortran/derived-type-function.exp: New file.
7780 * gdb.fortran/derived-type-function.f90: New file.
7781
7782
7783 2016-06-21 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/new-ui.exp: New file.
7786 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7787 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7788 (with_spawn_id): New procedure.
7789
7790 2016-06-21 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.mi/mi-exec-run.exp: New file.
7793
7794 2016-06-21 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7797 breakpoint command's output on the main UI.
7798 (test_break): New procedure, factored out from calls in the top
7799 level.
7800 (top level): Use foreach_with_prefix to test MI as main UI and as
7801 separate UI.
7802
7803 2016-06-21 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7806 (test_awatch_creation_and_listing)
7807 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7808 Remove 'type' parameter.
7809 (test_watchpoint_all): New parameter mi_mode. Remove
7810 with_test_prefix.
7811 (top level): Use foreach_with_prefix, and add main/separate UI MI
7812 testing axis.
7813
7814 2016-06-21 Pedro Alves <palves@redhat.com>
7815
7816 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7817 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7818 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7819 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7820 (gdb_main_spawn_id, mi_spawn_id): Declare and
7821 comment.
7822 (mi_create_inferior_pty): New procedure,
7823 factored out from default_mi_gdb_start.
7824 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7825 procedures.
7826 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7827 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7828 Use mi_create_inferior_pty.
7829 (mi_gdb_start): Use eval to pass down args list.
7830
7831 2016-06-21 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7834 * gdb.opt/inline-cmds.exp: Add MI tests.
7835
7836 2016-06-21 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7839
7840 2016-06-21 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7843 (top level): Use it instead of mi_execute_to.
7844
7845 2016-06-21 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7848 (cont_handler_str): New.
7849 (signal_stop_handler): Set stop_handler_str instead of printing to
7850 stdout.
7851 (continue_handler): Set cont_handler_str instead of printing to
7852 stdout.
7853 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7854 mi_send_resuming_command. Print stop_handler_str and
7855 cont_handler_str instead of expecting the python events print
7856 directly.
7857
7858 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7859
7860 * gdb.base/jit-reader.exp: New file.
7861 * gdb.base/jithost.c: New file.
7862 * gdb.base/jithost.h: New file.
7863 * gdb.base/jitreader.c : New file.
7864 * gdb.base/jit-protocol.h: New file.
7865
7866 2016-06-17 Yao Qi <yao.qi@linaro.org>
7867
7868 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7869 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7870 and detach-on-fork. Adjust tests.
7871 (top level): Invoke break_cond_on_syscall with combinations of
7872 syscall, follow-fork-mode and detach-on-fork.
7873
7874 2016-06-17 Yao Qi <yao.qi@linaro.org>
7875
7876 * gdb.base/step-over-exit.c: New.
7877 * gdb.base/step-over-exit.exp: New.
7878
7879 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7880
7881 * gdb.base/float.exp: Add target check for nds32*-*-*.
7882 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7883
7884 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7885
7886 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7887 for unsupported target features.
7888 * gdb.base/call-rt-st.exp: Likewise.
7889 * gdb.base/call-sc.exp: Likewise.
7890 * gdb.base/call-signal-resume.exp: Likewise.
7891 * gdb.base/call-strs.exp: Likewise.
7892 * gdb.base/callexit.exp: Likewise.
7893 * gdb.base/callfuncs.exp: Likewise.
7894 * gdb.base/nodebug.exp: Likewise.
7895 * gdb.base/printcmds.exp: Likewise.
7896 * gdb.base/ptype.exp: Likewise.
7897 * gdb.base/structs.exp: Likewise.
7898 * gdb.base/unwindonsignal.exp: Likewise.
7899 * gdb.cp/gdb2495.exp: Likewise.
7900 * gdb.cp/templates.exp: Likewise.
7901 * gdb.cp/virtfunc.exp: Likewise.
7902 * gdb.threads/hand-call-in-threads.exp: Likewise.
7903 * gdb.threads/interrupted-hand-call.exp: Likewise.
7904 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7905
7906 2016-06-10 Tom Tromey <tom@tromey.com>
7907
7908 PR rust/20110:
7909 * gdb.rust/expr.exp: Add test for integer constant larger than
7910 i32.
7911
7912 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7913
7914 * gdb.fortran/nested-funcs.exp: New.
7915 * gdb.fortran/nested-funcs.f90: New.
7916
7917 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7918
7919 * gdb.base/examine-backward.c: New file.
7920 * gdb.base/examine-backward.exp: New file.
7921
7922 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7923
7924 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7925 matching.
7926
7927 2016-06-02 Tom Tromey <tom@tromey.com>
7928
7929 PR python/18984:
7930 * gdb.python/py-shared.exp: Add solib_name test.
7931
7932 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7933
7934 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7935
7936 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7937
7938 PR c++/19893
7939 * gdb.dwarf2/implref.exp: Rename to...
7940 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7941 * gdb.dwarf2/implref-array.c: New file.
7942 * gdb.dwarf2/implref-array.exp: Likewise.
7943 * gdb.dwarf2/implref-global.c: Likewise.
7944 * gdb.dwarf2/implref-global.exp: Likewise.
7945 * gdb.dwarf2/implref-struct.c: Likewise.
7946 * gdb.dwarf2/implref-struct.exp: Likewise.
7947
7948 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7949
7950 * gdb.trace/trace-condition.exp: Add 64bit tests.
7951
7952 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7953
7954 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7955 bits types.
7956 (main): Adapt to 8 to 64 bits types.
7957 * gdb.trace/trace-condition.exp: Add new tests.
7958
7959 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7960
7961 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7962
7963 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7964
7965 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7966 Move condition tests...
7967 * gdb.trace/trace-condition.exp: Here.
7968
7969 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7970
7971 * gdb.trace/trace-condition.exp: Add counter-case tests.
7972
7973 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7974
7975 PR c++/15231
7976 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7977 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7978
7979 2016-05-27 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7982 New procedure.
7983 (top level): Call it, and bail out of DejaGnu is known to be bad.
7984
7985 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7986
7987 * gdb.base/whatis.c: Extend the test case.
7988 * gdb.base/whatis.exp: Add additional tests.
7989
7990 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7991
7992 * gdb.fortran/type.f90: Add pointer variable.
7993 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7994
7995 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7996
7997 * gdb.fortran/vla-type.exp: Fix testcase name.
7998
7999 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8000
8001 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8002
8003 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8004
8005 * gdb.fortran/type.f90: Add nested structures.
8006 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8007 * gdb.fortran/derived-type.exp: Adapt expected output.
8008 * gdb.fortran/vla-type.exp: Adapt expected output.
8009
8010 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8011
8012 * gdb.fortran/whatis_type.exp: Adapt expected output.
8013
8014 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8015
8016 * gdb.fortran/print_type.exp: Fix expected output.
8017 * gdb.fortran/whatis_type.exp: Fix expected output.
8018
8019 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8020
8021 * gdb.fortran/whatis_type.exp: Use multi_line.
8022
8023 2016-05-24 Tom Tromey <tom@tromey.com>
8024
8025 PR python/17386:
8026 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8027 use value as an index.
8028
8029 2016-05-23 Tom Tromey <tom@tromey.com>
8030
8031 PR python/17981:
8032 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8033 no-breakpoint case.
8034
8035 2016-05-24 Pedro Alves <palves@redhat.com>
8036
8037 PR gdb/19828
8038 * gdb.threads/clone-attach-detach.c: New file.
8039 * gdb.threads/clone-attach-detach.exp: New file.
8040
8041 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8042
8043 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8044
8045 2016-05-23 Tom Tromey <tom@tromey.com>
8046
8047 PR python/19438, PR python/18393:
8048 * gdb.python/py-progspace.exp: Add "dir" test.
8049 * gdb.python/py-objfile.exp: Add "dir" test.
8050
8051 2016-05-23 Yao Qi <yao.qi@linaro.org>
8052
8053 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8054 * gdb.arch/thumb2-it.exp: Likewise.
8055
8056 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8057
8058 * gdb.mi/mi-threads-interrupt.c: New file.
8059 * gdb.mi/mi-threads-interrupt.exp: New file.
8060
8061 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8062
8063 PR gdb/18077
8064 * gdb.mi/mi-async-run.exp: New file.
8065 * gdb.mi/mi-async-run.c: New file.
8066
8067 2016-05-17 Tom Tromey <tom@tromey.com>
8068 Manish Goregaokar <manishsmail@gmail.com>
8069
8070 * lib/rust-support.exp: New file.
8071 * lib/gdb.exp (skip_rust_tests): New proc.
8072 (build_executable_from_specs): Handle rust.
8073 * lib/future.exp (gdb_find_rustc): New proc.
8074 (gdb_default_target_compile): Handle rust.
8075 * gdb.rust/expr.exp: New file.
8076 * gdb.rust/generics.exp: New file.
8077 * gdb.rust/generics.rs: New file.
8078 * gdb.rust/methods.exp: New file.
8079 * gdb.rust/methods.rs: New file.
8080 * gdb.rust/modules.exp: New file.
8081 * gdb.rust/modules.rs: New file.
8082 * gdb.rust/simple.exp: New file.
8083 * gdb.rust/simple.rs: New file.
8084
8085 2016-05-17 Tom Tromey <tom@tromey.com>
8086
8087 * gdb.base/default.exp (set language): Add rust.
8088
8089 2016-05-17 Tom Tromey <tom@tromey.com>
8090
8091 * gdb.gdb/unittest.exp: New file.
8092
8093 2016-05-16 Yao Qi <yao.qi@linaro.org>
8094
8095 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8096 shell_prompt. Update shell_prompt_re.
8097
8098 2016-05-12 Doug Evans <dje@google.com>
8099
8100 PR symtab/19999
8101 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8102 $options when building executable.
8103 * gdb.dwarf2/fission-loclists-pie.S: New file.
8104 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8105
8106 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8107
8108 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8109 of [is_remote target],
8110
8111 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8112
8113 * lib/gdb.exp (use_gdb_stub): New procedure.
8114
8115 2016-05-03 Yunlian Jiang <yunlian@google.com>
8116 Doug Evans <dje@google.com>
8117
8118 PR symtab/19914
8119 * gdb.dwarf2/dwp-sepdebug.c: New file.
8120 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8121
8122 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8123
8124 * gdb.base/detach.exp: Remove is_remote check.
8125
8126 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8127
8128 * gdb.base/annota-input-while-running.exp: Don't check for
8129 [is_remote target]. Enable annotations after running to main.
8130 Remove unused "set test..." line.
8131
8132 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8133
8134 * gdb.trace/trace-enable-disable.exp: New file.
8135 * gdb.trace/trace-enable-disable.c: New file.
8136
8137 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8138
8139 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8140 use it in info sharedlibrary test.
8141 * gdb.trace/ftrace-lock.exp: Likewise.
8142 * gdb.trace/ftrace.exp: Likewise.
8143 * gdb.trace/range-stepping.exp: Likewise.
8144 * gdb.trace/trace-break.exp: Likewise.
8145 * gdb.trace/trace-condition.exp: Likewise.
8146 * gdb.trace/trace-mt.exp: Likewise.
8147
8148 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8149
8150 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8151 (gdb_load_shlib): ... this.
8152 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8153 gdb_load_shlib.
8154 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8155 * gdb.base/ctxobj.exp: Likewise.
8156 * gdb.base/dprintf-pending.exp: Likewise.
8157 * gdb.base/dso2dso.exp: Likewise.
8158 * gdb.base/fixsection.exp: Likewise.
8159 * gdb.base/gcore-relro.exp: Likewise.
8160 * gdb.base/gdb1555.exp: Likewise.
8161 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8162 * gdb.base/gnu-ifunc.exp: Likewise.
8163 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8164 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8165 * gdb.base/pending.exp: Likewise.
8166 * gdb.base/print-file-var.exp: Likewise.
8167 * gdb.base/print-symbol-loading.exp: Likewise.
8168 * gdb.base/shlib-call.exp: Likewise.
8169 * gdb.base/shreloc.exp: Likewise.
8170 * gdb.base/so-impl-ld.exp: Likewise.
8171 * gdb.base/solib-disc.exp: Likewise.
8172 * gdb.base/solib-nodir.exp: Likewise.
8173 * gdb.base/solib-overlap.exp: Likewise.
8174 * gdb.base/solib-symbol.exp: Likewise.
8175 * gdb.base/solib-weak.exp (do_test): Likewise.
8176 * gdb.base/sym-file.exp: Likewise.
8177 * gdb.base/symtab-search-order.exp: Likewise.
8178 * gdb.base/type-opaque.exp: Likewise.
8179 * gdb.base/unload.exp: Likewise.
8180 * gdb.base/watchpoint-solib.exp: Likewise.
8181 * gdb.compile/compile.exp: Likewise.
8182 * gdb.cp/gdb2384.exp: Likewise.
8183 * gdb.cp/infcall-dlopen.exp: Likewise.
8184 * gdb.cp/re-set-overloaded.exp: Likewise.
8185 * gdb.fortran/library-module.exp: Likewise.
8186 * gdb.opt/solib-intra-step.exp: Likewise.
8187 * gdb.python/py-finish-breakpoint.exp: Likewise.
8188 * gdb.python/py-shared.exp: Likewise.
8189 * gdb.reverse/solib-precsave.exp: Likewise.
8190 * gdb.reverse/solib-reverse.exp: Likewise.
8191 * gdb.server/solib-list.exp: Likewise.
8192 * gdb.threads/dlopen-libpthread.exp: Likewise.
8193 * gdb.threads/tls-shared.exp: Likewise.
8194 * gdb.threads/tls-so_extern.exp: Likewise.
8195 * gdb.trace/change-loc.exp: Likewise.
8196 * gdb.trace/ftrace-lock.exp: Likewise.
8197 * gdb.trace/ftrace.exp: Likewise.
8198 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8199 * gdb.trace/pending.exp: Likewise.
8200 * gdb.trace/range-stepping.exp: Likewise.
8201 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8202 (strace_info_marker): Likewise.
8203 (strace_probe_marker): Likewise.
8204 (strace_trace_on_same_addr): Likewise.
8205 (strace_trace_on_diff_addr): Likewise.
8206 * gdb.trace/trace-break.exp: Likewise.
8207 * gdb.trace/trace-condition.exp: Likewise.
8208 * gdb.trace/trace-mt.exp: Likewise.
8209
8210 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8211
8212 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8213 result of gdb_remote_download.
8214 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8215 * gdb.base/dso2dso.exp: Likewise.
8216 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8217 * gdb.base/print-file-var.exp: Likewise.
8218 * gdb.base/shlib-call.exp: Likewise.
8219 * gdb.base/shreloc.exp: Likewise.
8220 * gdb.base/solib-overlap.exp: Likewise.
8221 * gdb.base/solib-weak.exp (do_test): Likewise.
8222 * gdb.base/unload.exp: Likewise.
8223
8224 2016-04-27 Yao Qi <yao.qi@linaro.org>
8225
8226 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8227 exists.
8228
8229 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8230
8231 * vla-type.exp: Print structure from toplevel.
8232
8233 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8234
8235 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8236 of dynamic types.
8237 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8238 of dynamic types.
8239
8240 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8241
8242 * gdb.fortran/vla-type.f90: New file.
8243 * gdb.fortran/vla-type.exp: New file.
8244
8245 2016-04-25 Yao Qi <yao.qi@linaro.org>
8246
8247 * gdb.base/branch-to-self.c: New file.
8248 * gdb.base/branch-to-self.exp: New file.
8249
8250 2016-04-22 Yao Qi <yao.qi@linaro.org>
8251
8252 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8253 more after $hex.
8254
8255 2016-04-22 Yao Qi <yao.qi@linaro.org>
8256
8257 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8258 * gdb.base/annota3.exp: Likewise.
8259
8260 2016-04-22 Yao Qi <yao.qi@linaro.org>
8261
8262 * gdb.reverse/step-precsave.exp: Do one step and test program
8263 stops in "callee" and do multiple steps until program goes out
8264 of "callee".
8265 * gdb.reverse/step-reverse.exp: Likewise.
8266
8267 2016-04-22 Yao Qi <yao.qi@linaro.org>
8268
8269 * gdb.trace/signal.exp: Also pass if
8270 $tracepoint_hits($i) > $iterations.
8271
8272 2016-04-22 Yao Qi <yao.qi@linaro.org>
8273
8274 * gdb.trace/signal.c: New file.
8275 * gdb.trace/signal.exp: New file.
8276
8277 2016-04-19 Doug Evans <xdje42@gmail.com>
8278
8279 * gdb.base/bad-file.exp: New file.
8280
8281 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8282
8283 * gdb.dwarf2/implref.exp: New file.
8284
8285 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8286
8287 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8288 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8289 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8290 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8291 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8292 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8293 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8294 * lib/fortran.exp (fortran_int4): New procedure.
8295 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8296 (fortran_logical4): Likewise.
8297
8298 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8299
8300 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8301
8302 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8303
8304 * lib/compiler.c: Add Intel specific preprocessor macros.
8305 * lib/compiler.cc: Likewise.
8306
8307 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8308
8309 * gdb.server/connect-with-no-symbol-file.c: New file.
8310 * gdb.server/connect-with-no-symbol-file.exp: New file.
8311
8312 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8313
8314 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8315
8316 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8319 standard output directory.
8320
8321 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8322
8323 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8324
8325 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8326
8327 * gdb.btrace/instruction_history.c (loop): Add declaration.
8328
8329 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8330
8331 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8332
8333 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8334
8335 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8336 parentheses to print.
8337 (continue_handler): Likewise.
8338
8339 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8340
8341 * gdb.server/solib-list.exp: Remove is_remote check.
8342 Pass shlib= to gdb_compile. Don't link shared library with
8343 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8344 Run binary filename through "readlink -f" on the target.
8345
8346 2016-04-08 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8349 interpreter filename as argument to gdbserver_spawn.
8350 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8351 Return empty if $last_loaded_file does not exist.
8352
8353 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8356 * gdb.base/jit-main.c: Use exit after usage.
8357
8358 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8359
8360 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8361 GDBHISTSIZE prior to the tests.
8362 * gdb.base/gdbinit-history.exp: Likewise.
8363
8364 2016-04-07 Pedro Alves <palves@redhat.com>
8365
8366 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8367 instead of build_executable. Use gdb_load_shlibs.
8368
8369 2016-04-07 Yao Qi <yao.qi@linaro.org>
8370
8371 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8372 Execute "si" command.
8373
8374 2016-04-07 Yao Qi <yao.qi@linaro.org>
8375
8376 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8377 number instead of the comments on some line.
8378
8379 2016-04-06 Don Breazeal <donb@codesourcery.com>
8380
8381 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8382 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8383
8384 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8385
8386 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8387 standard_output_file. Remove unused binfile variable.
8388
8389 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8390
8391 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8392 * gdb.python/py-mi-objfile.exp: Match "list main" output
8393 in console format.
8394
8395 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8396
8397 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8398 absolute.
8399
8400 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8401
8402 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8403 absolute.
8404 * gdb.trace/ftrace.exp: Likewise.
8405 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8406 targets as well.
8407 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8408 (gdb_load_shlibs): Copy libraries to test directory when testing
8409 natively. Only set solib-search-path if testing remotely.
8410 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8411
8412 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8413
8414 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8415 gdb_download. Use it even if the target is not remote.
8416 * gdb.base/jit.exp (compile_jit_test): Likewise.
8417 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8418 output directory if the destination board is local, otherwise use
8419 the standard remote_download from DejaGnu.
8420 (gdb_download): Remove.
8421 (gdb_load_shlibs): Use gdb_remote_download instead of
8422 gdb_download.
8423 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8424 Use gdb_remote_download instead of gdb_download. Use it even if
8425 the target is not remote.
8426 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8427 instead of gdb_download.
8428
8429 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8430
8431 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8432 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8433 run.
8434
8435 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8436
8437 PR gdb/19820
8438 * gdb.base/printcmds.exp: Add artificial arrays tests.
8439
8440 2016-03-31 Pedro Alves <palves@redhat.com>
8441
8442 PR gdb/19858
8443 * gdb.base/jit-main.c: Include unistd.h.
8444 (ATTACH): Define to 0 if not already defined.
8445 (wait_for_gdb, mypid): New globals.
8446 (WAIT_FOR_GDB): New macro.
8447 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8448 some breakpoint locations.
8449 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8450 New procedures.
8451 (one_jit_test): Add REATTACH parameter, and handle it. Use
8452 continue_to_test_location.
8453 (top level): Test attach, and adjusts calls to one_jit_test.
8454
8455 2016-03-31 Pedro Alves <palves@redhat.com>
8456
8457 PR gdb/19858
8458 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8459 BINSUFFIX parameter, and handle it.
8460 (top level): Adjust calls compile_jit_test.
8461
8462 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8463
8464 PR python/19743
8465 * gdb.python/py-mi-events-gdb.py: New file.
8466 * gdb.python/py-mi-events.c: New file.
8467 * gdb.python/py-mi-events.exp: New file.
8468
8469 2016-03-30 Yao Qi <yao.qi@linaro.org>
8470
8471 * gdb.reverse/until-precsave.exp: Match function name only.
8472 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8473 Move malloc to a condition block.
8474 * gdb.reverse/until-reverse.exp: Match function name only.
8475
8476 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8477
8478 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8479 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8480 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8481 variable for GPR 0 instead of assuming it is register 0.
8482 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8483 * lib/trace-support.exp: Add s390 registers.
8484
8485 2016-03-29 Yao Qi <yao.qi@linaro.org>
8486
8487 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8488
8489 2016-03-24 Yao Qi <yao.qi@linaro.org>
8490
8491 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8492 test message.
8493
8494 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8495
8496 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8497 maintaining separate logic for constructing the output path.
8498
8499 2016-03-16 Don Breazeal <donb@codesourcery.com>
8500
8501 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8502 Retry fork and waitpid on interrupted system call errors.
8503 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8504 Use with_timeout_factor to increase timeout by factor of 10.
8505
8506 2016-03-15 Don Breazeal <donb@codesourcery.com>
8507
8508 * gdb.cp/scope-err.cc: New test program.
8509 * gdb.cp/scope-err.exp: New test script.
8510 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8511 lines and "set breakpoint here" comment.
8512 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8513 Fixed some whitespace and format issues.
8514 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8515 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8516
8517 2016-03-15 Doug Evans <dje@google.com>
8518
8519 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8520 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8521 All callers updated. Add tests for enums, mixed flags register.
8522
8523 2016-03-15 Doug Evans <dje@google.com>
8524
8525 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8526 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8527
8528 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8529
8530 * gdb.base/default.exp: Add $_as_string to the list of expected
8531 convenience functions.
8532
8533 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8534
8535 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8536
8537 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8538
8539 * gdb.python/py-as-string.exp: New file.
8540 * gdb.python/py-as-string.c: New file.
8541
8542 2016-03-09 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8545 signal" -> "Thread NN received signal" output change.
8546 * gdb.threads/ia64-sigill.exp: Likewise.
8547 * gdb.threads/linux-dp.exp: Likewise.
8548 * gdb.threads/manythreads.exp: Likewise.
8549 * gdb.threads/pending-step.exp: Likewise.
8550 * gdb.threads/print-threads.exp: Likewise.
8551 * gdb.threads/sigstep-threads.exp: Likewise.
8552 * gdb.threads/staticthreads.exp: Likewise.
8553 * gdb.threads/tls.exp: Likewise.
8554
8555 2016-03-09 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.base/command-line-input.exp: New file.
8558
8559 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8560
8561 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8562 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8563 * gdb.trace/pending.exp: Accept leading dot before function name.
8564 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8565 * lib/trace-support.exp: Set registers for ppc.
8566
8567 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8568
8569 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8570 use it for disassembly; accept .main in addition to main in backtrace.
8571
8572 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8573 Marcin Kościelnicki <koriakin@0x04.net>
8574
8575 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8576 (gdb_recursion_test_ptr): New global variable.
8577 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8578 gdb_recursion_test.
8579 (gdb_c_test): Ditto.
8580
8581 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8582
8583 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8584 ordering.
8585
8586 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8587
8588 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8589 (bar): Add bar_start_lbl label.
8590 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8591 of foo/bar for emitting DWARF and tracing.
8592
8593 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8594
8595 * analyze-racy-logs.py: Set executable bit.
8596
8597 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8598
8599 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8600 (CHECK_TARGET_TMP): Likewise.
8601 (check-single-racy): New rule.
8602 (check-parallel-racy): Likewise.
8603 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8604 (do-check-parallel-racy): New rule.
8605 (check-racy/%.exp): Likewise.
8606 * README (Racy testcases): New section.
8607 * analyze-racy-logs.py: New file.
8608
8609 2016-03-03 Doug Evans <dje@google.com>
8610
8611 * gdb.base/skip.exp: Use with_test_prefix.
8612
8613 2016-03-03 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8616 Invoke step_over_syscall "clone" and break_cond_on_syscall
8617 "clone".
8618 * gdb.base/step-over-clone.c: New file.
8619
8620 2016-03-03 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8623 code format.
8624
8625 2016-03-03 Yao Qi <yao.qi@linaro.org>
8626
8627 * gdb.base/disp-step-fork.c: Rename to ...
8628 * gdb.base/step-over-fork.c: ... it. New file.
8629 * gdb.base/disp-step-vfork.c: Rename to ...
8630 * gdb.base/step-over-vfork.c: ... it. New file.
8631 * gdb.base/disp-step-syscall.exp: Rename to ...
8632 * gdb.base/step-over-syscall.exp: ... it. New file.
8633 (disp_step_cross_syscall): Rename to ...
8634 (step_over_syscall): ... it.
8635
8636 2016-03-03 Yao Qi <yao.qi@linaro.org>
8637
8638 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8639 If target supports condition evaluation on target, invoke
8640 break_cond_on_syscall for fork and vfork.
8641
8642 2016-03-03 Yao Qi <yao.qi@linaro.org>
8643
8644 * gdb.base/disp-step-syscall.exp: Don't invoke
8645 support_displaced_stepping.
8646 (disp_step_cross_syscall): Test with displaced stepping off and
8647 on if supported.
8648
8649 2016-03-03 Yao Qi <yao.qi@linaro.org>
8650
8651 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8652 proc.
8653 (setup): New proc.
8654 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8655 and setup.
8656
8657 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8658
8659 * gdb.fortran/vla-history.exp: Remove breakpoint.
8660
8661 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8662
8663 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8664 exceeds timeout.
8665
8666 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8667
8668 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8669 breakpoint.
8670
8671 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8672
8673 * gdb.mi/vla.f90: Nullify pointer after declaration.
8674
8675 2016-03-01 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8678
8679 2016-03-01 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8682 before anything else.
8683 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8684 _GNU_SOURCE here.
8685 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8686 before anything else.
8687 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8688
8689 2016-03-01 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8692
8693 2016-03-01 Yao Qi <yao.qi@linaro.org>
8694
8695 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8696 prepare_for_testing.
8697
8698 2016-03-01 Yao Qi <yao.qi@linaro.org>
8699
8700 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8701
8702 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8703
8704 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8705 manually constructing the output path.
8706
8707 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8708
8709 * gdb.arch/s390-stackless.S: New.
8710 * gdb.arch/s390-stackless.exp: New.
8711
8712 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8713
8714 * gdb.dlang/circular.c: New file.
8715 * gdb.dlang/circular.exp: New file.
8716
8717 2016-02-26 Yao Qi <yao.qi@linaro.org>
8718
8719 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8720 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8721 (testcases): Update.
8722
8723 2016-02-26 Yao Qi <yao.qi@linaro.org>
8724
8725 * gdb.reverse/aarch64.c: Rename to ...
8726 * gdb.reverse/insn-reverse.c: ... it.
8727 * gdb.reverse/aarch64.exp: Rename to ...
8728 * gdb.reverse/insn-reverse.exp: ... it.
8729
8730 2016-02-26 Yao Qi <yao.qi@linaro.org>
8731
8732 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8733 (testcase_ftype): New.
8734 (testcases): New array.
8735 (n_testcases): New.
8736 (main): Call each element in testcases.
8737 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8738 (read_testcase): New.
8739 Do the tests in a loop.
8740
8741 2016-02-25 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.base/branches.c: Remove.
8744
8745 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8746
8747 PR gdb/13808
8748 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8749
8750 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8751
8752 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8753
8754 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8755
8756 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8757 change x86_64 call_insn to 'callq'.
8758
8759 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8760
8761 * gdb.trace/tfile-avx.c: Move to...
8762 * gdb.trace/tracefile-pseudo-reg.c: Here.
8763 * gdb.trace/tfile-avx.exp: Move to...
8764 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8765
8766 2016-02-24 Gary Benson <gbenson@redhat.com>
8767
8768 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8769 message on attach.
8770
8771 2016-02-23 Doug Evans <dje@google.com>
8772
8773 * gdb.base/skip.c (test_skip): New function.
8774 (end_test_skip_file_and_function): New function.
8775 (test_skip_file_and_function): New function.
8776 * gdb.base/skip1.c (test_skip): New function.
8777 (skip1_test_skip_file_and_function): New function.
8778 * gdb.base/skip.exp: Add tests for new skip options.
8779 * gdb.base/skip-solib.exp: Update expected output.
8780 * gdb.perf/skip-command.cc: New file.
8781 * gdb.perf/skip-command.exp: New file.
8782 * gdb.perf/skip-command.py: New file.
8783
8784 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8785
8786 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8787 info registers pattern.
8788
8789 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8790
8791 * lib/future.exp: Add D support.
8792 (gdb_find_gdc): New proc.
8793 (gdb_default_target_compile): Add D support.
8794
8795 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8796
8797 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8798 user+system time.
8799 (trace_speed_test): Determine the iteration count for a time
8800 between 15..30 seconds.
8801
8802 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8803
8804 * gdb.arch/i386-mpx-sigsegv.c: New file.
8805 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8806 * gdb.arch/i386-mpx-simple_segv.c: New file.
8807 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8808
8809 2016-02-18 Yao Qi <yao.qi@linaro.org>
8810
8811 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8812 Don't call setup_kfail.
8813
8814 2016-02-18 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8817 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8818
8819 2016-02-16 Doug Evans <dje@google.com>
8820
8821 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8822 * gdb.base/skip1.c: Ditto.
8823 * gdb.base/skip.exp: Whitespace cleanup.
8824
8825 2016-02-16 Don Breazeal <donb@codesourcery.com>
8826
8827 PR remote/19496
8828 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8829 Remove kfail for PR remote/19496.
8830
8831 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * lib/gdb.exp (standard_temp_file): Return a path specific to
8834 the runtest invocation.
8835
8836 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8837
8838 * gdb.trace/save-trace.exp: Change relative path to be in the
8839 standard output directory.
8840
8841 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8842
8843 * gdb.arch/i386-prologue.c: Add missing prototypes.
8844
8845 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8848 * gdb.arch/i386-prologue.exp: Likewise.
8849 * gdb.arch/i386-size.exp: Likewise.
8850
8851 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8852
8853 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8854 define object file path.
8855 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8856 file path.
8857 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8858 standard_output_file to define binfile.
8859
8860 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 Fix compatibility with recent gfortran-5.3.1.
8863 * gdb.fortran/vla-history.exp (print vla1 allocated)
8864 (print vla2 allocated, print $2, print $3): Remove
8865 (print $4): Rename to ...
8866 (print $2): ... here.
8867 (print $9): Rename to ...
8868 (print $5): ... here.
8869 (print $10): Rename to ...
8870 (print $6): ... here.
8871 * gdb.fortran/vla.f90: Add pvla initialization.
8872
8873 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8874
8875 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8876 New test.
8877 * gdb.fortran/vla-value-sub.exp: Likewise.
8878
8879 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8880
8881 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8882
8883 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8884
8885 * i386-biarch-core.exp: Define corefile using
8886 standard_output_file.
8887
8888 2016-02-12 Yao Qi <yao.qi@linaro.org>
8889
8890 * gdb.arch/arm-single-step-kernel-helper.c: New.
8891 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8892
8893 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8894
8895 * gdb.btrace/tailcall-only.exp: New.
8896 * gdb.btrace/tailcall-only.c: New.
8897 * gdb.btrace/x86_64-tailcall-only.S: New.
8898 * gdb.btrace/i686-tailcall-only.S: New.
8899
8900 2016-02-11 Pedro Alves <palves@redhat.com>
8901
8902 * README (Parallel testing): Add missing double quotes.
8903
8904 2016-02-11 Pedro Alves <palves@redhat.com>
8905
8906 * README (Parallel testing): New section.
8907 (GDB_PARALLEL): Rewrite.
8908 (FORCE_PARALLEL): Document.
8909
8910 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8911
8912 * gdb.trace/tfile-avx.c: New test.
8913 * gdb.trace/tfile-avx.exp: New test.
8914
8915 2016-02-09 Keith Seitz <keiths@redhat.com>
8916
8917 PR breakpoints/19546
8918 * gdb.base/infcall-exec.c: New file.
8919 * gdb.base/infcall-exec2.c: New file.
8920 * gdb.base/infcall-exec.exp: New file.
8921
8922 2016-02-09 Keith Seitz <keiths@redhat.com>
8923
8924 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8925 (toplevel): Call test_bkpt_address.
8926
8927 2016-02-09 Keith Seitz <keiths@redhat.com>
8928
8929 PR python/19506
8930 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8931 (toplevel): Call test_bkpt_address.
8932
8933 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8934
8935 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8936 to AC_OUTPUT.
8937 * configure: Regenerate.
8938
8939 2016-02-09 Pedro Alves <palves@redhat.com>
8940
8941 PR breakpoints/19548
8942 * gdb.base/execl-update-breakpoints.c (some_function): New
8943 function.
8944 (main): Call it.
8945 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8946 Tighten expected GDB output.
8947
8948 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8949
8950 * Makefile.in (ALL_SUBDIRS): Remove.
8951 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8952 (distclean maintainer-clean realclean): Likewise.
8953 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8954 * configure: Regenerate.
8955 * gdb.ada/Makefile.in: Delete.
8956 * gdb.arch/Makefile.in: Likewise.
8957 * gdb.asm/Makefile.in: Likewise.
8958 * gdb.base/Makefile.in: Likewise.
8959 * gdb.btrace/Makefile.in: Likewise.
8960 * gdb.cell/Makefile.in: Likewise.
8961 * gdb.compile/Makefile.in: Likewise.
8962 * gdb.cp/Makefile.in: Likewise.
8963 * gdb.disasm/Makefile.in: Likewise.
8964 * gdb.dlang/Makefile.in: Likewise.
8965 * gdb.dwarf2/Makefile.in: Likewise.
8966 * gdb.fortran/Makefile.in: Likewise.
8967 * gdb.gdb/Makefile.in: Likewise.
8968 * gdb.go/Makefile.in: Likewise.
8969 * gdb.guile/Makefile.in: Likewise.
8970 * gdb.java/Makefile.in: Likewise.
8971 * gdb.linespec/Makefile.in: Likewise.
8972 * gdb.mi/Makefile.in: Likewise.
8973 * gdb.modula2/Makefile.in: Likewise.
8974 * gdb.multi/Makefile.in: Likewise.
8975 * gdb.objc/Makefile.in: Likewise.
8976 * gdb.opencl/Makefile.in: Likewise.
8977 * gdb.opt/Makefile.in: Likewise.
8978 * gdb.pascal/Makefile.in: Likewise.
8979 * gdb.perf/Makefile.in: Likewise.
8980 * gdb.python/Makefile.in: Likewise.
8981 * gdb.reverse/Makefile.in: Likewise.
8982 * gdb.server/Makefile.in: Likewise.
8983 * gdb.stabs/Makefile.in: Likewise.
8984 * gdb.threads/Makefile.in: Likewise.
8985 * gdb.trace/Makefile.in: Likewise.
8986 * gdb.xml/Makefile.in: Likewise.
8987 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8988 GDB_PARALLEL.
8989 (standard_output_file): Remove check for GDB_PARALLEL, always
8990 return path in outputs/$subdir/$testname.
8991
8992 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8993
8994 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8995 (site.exp): Assign abs_srcdir to tcl's srcdir.
8996
8997 2016-02-04 Yao Qi <yao.qi@linaro.org>
8998
8999 * gdb.base/foll-exec-mode.c: Include limits.h.
9000 (main): Add parameters argc and argv. Get directory from
9001 argv[0].
9002 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9003 compilation.
9004 * gdb.base/foll-exec.c: Include limits.h.
9005 (main): Add parameters argc and argv.
9006 Get directory from argv[0].
9007 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9008 Adjust tests on the number of lines as source code changed.
9009 * gdb.base/foll-vfork-exit.c: Include limits.h.
9010 (main): Add one line of statement before vfork.
9011 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9012 (main): Add parameters argc and argv. Get directory from
9013 argv[0].
9014 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9015 (setup_gdb): Set tbreak to skip some source lines.
9016 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9017 (main): Add parameters argc and argv. Get directory from
9018 argv[0].
9019 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9020 compilation.
9021 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9022 (main): Add parameters argc and argv. Get directory from
9023 argv[0].
9024 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9025 compilation.
9026
9027 2016-02-01 Doug Evans <dje@google.com>
9028
9029 * gdb.base/skip.exp: Clean up multiple references to same test name.
9030
9031 2016-02-01 Pedro Alves <palves@redhat.com>
9032
9033 PR remote/19496
9034 * gdb.threads/forking-threads-plus-breakpoint.exp
9035 (displaced_stepping_supported): New global.
9036 (probe_displaced_stepping_support): New procedure.
9037 (do_test): Add 'displaced' parameter, and use it.
9038 (top level): Check for displaced stepping support. Add displaced
9039 stepping on/off testing axis.
9040
9041 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9042
9043 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9044 pointer. Don't perform further tests on the unassociated pointer
9045 if the first test fails.
9046
9047 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9048
9049 * gdb.base/max-value-size.c: New file.
9050 * gdb.base/max-value-size.exp: New file.
9051 * gdb.base/huge.exp: Disable max-value-size for this test.
9052
9053 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9054
9055 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9056
9057 2016-01-28 Yao Qi <yao.qi@linaro.org>
9058
9059 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9060
9061 2016-01-25 Pedro Alves <palves@redhat.com>
9062
9063 PR threads/19461
9064 * gdb.base/fork-running-state.c: New file.
9065 * gdb.base/fork-running-state.exp: New file.
9066
9067 2016-01-25 Pedro Alves <palves@redhat.com>
9068
9069 PR gdb/19494
9070 * gdb.base/catch-fork-kill.c: New file.
9071 * gdb.base/catch-fork-kill.exp: New file.
9072
9073 2016-01-25 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9076 Delete, moved to lib/gdb.exp.
9077 * gdb.threads/forking-threads-plus-breakpoint.exp
9078 (foreach_with_prefix): Likewise.
9079 * gdb.threads/process-dies-while-handling-bp.exp
9080 (foreach_with_prefix): Likewise.
9081 * lib/gdb.exp (foreach_with_prefix): New procedure.
9082
9083 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9084
9085 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9086 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9087
9088 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9089
9090 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9091 endian targets.
9092
9093 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9094 Pedro Alves <palves@redhat.com>
9095
9096 Fix testsuite compatibility with Guile.
9097 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9098 number.
9099
9100 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 Fix testsuite compatibility with Guile.
9103 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9104 (thread 1): New test for backtrace through signal handler.
9105
9106 2016-01-22 Yao Qi <yao.qi@linaro.org>
9107
9108 PR testsuite/19491
9109 * gdb.base/multi-forks.c: Include
9110 ../lib/unbuffer_output.c
9111 (main): Call gdb_unbuffer_output.
9112
9113 2016-01-21 Doug Evans <dje@google.com>
9114
9115 * lib/ada.exp (gdb_compile_ada): Fix typo.
9116
9117 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9118
9119 * gdb.base/break-fun-addr.exp: New file.
9120 * gdb.base/break-fun-addr1.c: New file.
9121 * gdb.base/break-fun-addr2.c: New file.
9122
9123 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9124
9125 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9126 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9127 enum flag values.
9128
9129 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9130
9131 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9132 when GDB can not set the vector return value. Add more comments
9133 for clarification.
9134
9135 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9136
9137 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9138 command.
9139
9140 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9141
9142 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9143
9144 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9145
9146 * Makefile.in (check-single): Pass --status to runtest.
9147 (check/%.exp): Likewise.
9148
9149 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9150
9151 * Makefile.in (check-parallel): Propagate return code from make
9152 do-check-parallel.
9153
9154 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9155
9156 * gdb.trace/ftrace.exp: Fix expected message on continue.
9157 * gdb.trace/pending.exp: Fix expected message on continue.
9158 * gdb.trace/trace-break.exp: Fix expected message on continue.
9159
9160 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9161
9162 * lib/gdb.exp (gdb_test): Remove unused global references.
9163
9164 2016-01-18 Pedro Alves <palves@redhat.com>
9165
9166 * gdb.base/async-shell.exp: Adjust expected output.
9167 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9168 * gdb.base/siginfo-thread.exp: Adjust expected output.
9169 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9170 * gdb.java/jnpe.exp: Adjust expected output.
9171 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9172 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9173 * gdb.threads/leader-exit.exp: Adjust expected output.
9174 * gdb.threads/manythreads.exp: Adjust expected output.
9175 * gdb.threads/pthreads.exp: Adjust expected output.
9176 * gdb.threads/schedlock.exp: Adjust expected output.
9177 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9178 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9179 expected output.
9180 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9181 output.
9182 * gdb.threads/sigthread.exp: Adjust expected output.
9183 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9184
9185 2016-01-18 Yao Qi <yao.qi@linaro.org>
9186
9187 * gdb.guile/scm-section-script.c: Replace @progbits with
9188 %progbits.
9189 * gdb.python/py-section-script.c: Likewise.
9190
9191 2016-01-15 Pedro Alves <palves@redhat.com>
9192
9193 * gdb.multi/tids.exp: Test star wildcard ranges.
9194
9195 2016-01-15 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9198 command from "thread apply" invocation.
9199 (thr_apply_info_thr_invalid): Default the expected output to the
9200 input tid list.
9201 (top level): Add tests that use convenience variables. Add tests
9202 for "thread apply" with a valid TID list, but missing the command.
9203
9204 2016-01-13 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.base/default.exp: Expect $_gthread as well.
9207 * gdb.multi/tids.exp: Test $_gthread.
9208 * gdb.threads/thread-specific.exp: Test $_gthread.
9209
9210 2016-01-13 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.multi/tids.exp: Test "info threads -gid".
9213
9214 2016-01-13 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9217 Breakpoint.thread.
9218 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9219
9220 2016-01-07 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.base/break.exp: Adjust to output changes.
9223 * gdb.base/hbreak2.exp: Likewise.
9224 * gdb.base/sepdebug.exp: Likewise.
9225 * gdb.base/watch_thread_num.exp: Likewise.
9226 * gdb.linespec/keywords.exp: Likewise.
9227 * gdb.multi/info-threads.exp: Likewise.
9228 * gdb.threads/thread-find.exp: Likewise.
9229 * gdb.multi/tids.c: New file.
9230 * gdb.multi/tids.exp: New file.
9231
9232 2016-01-13 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9235
9236 2016-01-13 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/default.exp: Expect $_inferior as well.
9239 * gdb.multi/base.exp: Test $_inferior.
9240
9241 2016-01-13 Pedro Alves <palves@redhat.com>
9242
9243 PR breakpoints/19388
9244 * gdb.base/catch-signal-siginfo-cond.c: New file.
9245 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9246
9247 2016-01-12 Josh Stone <jistone@redhat.com>
9248 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9249
9250 * gdb.base/catch-syscall.c (do_execve): New variable.
9251 (main): Conditionally trigger an execve.
9252 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9253 (test_catch_syscall_execve): New, check entry/return across execve.
9254 (do_syscall_tests): Call test_catch_syscall_execve.
9255
9256 2016-01-12 Pedro Alves <palves@redhat.com>
9257
9258 * gdb.base/random-signal.exp (do_test): New procedure, with body
9259 of testcase moved in.
9260
9261 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9262 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/funcargs.exp (finish from indirectly called function):
9265 Reintroduce the case for 'First'.
9266
9267 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9268 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9271 (tcatch_vfork_then_child_follow_exec)
9272 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9273 identification.
9274
9275 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9278 and repeats to unlimited.
9279 * gdb.python/py-value.exp: Likewise.
9280 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9281 and repeats to unlimited.
9282
9283 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9284
9285 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9286 and reordering the functions.
9287 * gdb.multi/hangout.c: Likewise.
9288 * gdb.multi/hello.c: Likewise.
9289
9290 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9291
9292 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9293 absolute.
9294 (SingleStatisticTestResult.report): Use dict.keys instead of
9295 dict.iterkeys.
9296
9297 2016-01-06 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9300
9301 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9302
9303 * gdb.btrace/dlopen.exp: New.
9304 * gdb.btrace/dlopen.c: New.
9305 * gdb.btrace/dlopen-dso.c: New.
9306
9307 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9308
9309 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9310 PATTERN argument is optional.
9311
9312 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9313
9314 * lib/ada.exp (target_compile_ada_from_dir): New function.
9315 (gdb_compile_ada): Reimplement avoiding the use of project files.
9316 * gdb.ada/gnat_ada.gpr: Delete.
9317 * gdb.ada/cond_lang.exp: Adjust test to make path before
9318 filename optional.
9319 * gdb.ada/small_reg_param.exp: Likewise.
9320
9321 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9324
9325 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9326
9327 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9328 case.
9329
9330 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9331
9332 * gdb.base/break.exp: Remove dead code.
9333 * gdb.base/sepdebug.exp: Likewise.
9334
9335 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9336
9337 * gdb.asm/asm-source.exp: Remove HP-UX references.
9338 * gdb.base/annota1.exp: Likewise.
9339 * gdb.base/annota3.exp: Likewise.
9340 * gdb.base/attach.exp: Likewise.
9341 * gdb.base/bigcore.exp: Likewise.
9342 * gdb.base/break.exp: Likewise.
9343 * gdb.base/call-ar-st.exp: Likewise.
9344 * gdb.base/callfuncs.exp: Likewise.
9345 * gdb.base/catch-fork-static.exp: Likewise.
9346 * gdb.base/display.exp: Likewise.
9347 * gdb.base/foll-exec-mode.exp: Likewise.
9348 * gdb.base/foll-exec.exp: Likewise.
9349 * gdb.base/foll-fork.exp: Likewise.
9350 * gdb.base/foll-vfork.exp: Likewise.
9351 * gdb.base/funcargs.exp: Likewise.
9352 * gdb.base/hbreak2.exp: Likewise.
9353 * gdb.base/inferior-died.exp: Likewise.
9354 * gdb.base/interrupt.exp: Likewise.
9355 * gdb.base/multi-forks.exp: Likewise.
9356 * gdb.base/nodebug.exp: Likewise.
9357 * gdb.base/sepdebug.exp: Likewise.
9358 * gdb.base/solib1.c: Likewise.
9359 * gdb.base/step-test.exp: Likewise.
9360 * gdb.mi/non-stop.c: Likewise.
9361 * gdb.mi/pthreads.c: Likewise.
9362 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9363 * gdb.threads/pthreads.c: Likewise.
9364 * gdb.threads/staticthreads.exp: Likewise.
9365 * lib/future.exp: Likewise.
9366 * lib/gdb.exp: Likewise.
9367 * gdb.base/so-indr-cl.c: Remove.
9368 * gdb.base/so-indr-cl.exp: Likewise.
9369 * gdb.base/solib.c: Likewise.
9370 * gdb.base/solib.exp: Likewise.
9371 * gdb.base/solib2.c: Likewise.
9372
9373 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9374
9375 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9376 * gdb.base/call-ar-st.exp: Likewise.
9377 * gdb.base/callfuncs.exp: Likewise.
9378 * gdb.base/condbreak.exp: Likewise.
9379 * gdb.base/constvars.exp: Likewise.
9380 * gdb.base/hbreak2.exp: Likewise.
9381 * gdb.base/langs.exp: Likewise.
9382 * gdb.base/list.exp: Likewise.
9383 * gdb.base/long_long.exp: Likewise.
9384 * gdb.base/ptype.exp: Likewise.
9385 * gdb.base/scope.exp: Likewise.
9386 * gdb.base/signals.exp: Likewise.
9387 * gdb.base/so-impl-ld.exp: Likewise.
9388 * gdb.base/varargs.exp: Likewise.
9389 * gdb.base/volatile.exp: Likewise.
9390 * gdb.base/whatis.exp: Likewise.
9391 * gdb.cp/cplusfuncs.exp: Likewise.
9392 * gdb.cp/inherit.exp: Likewise.
9393 * gdb.cp/local.exp: Likewise.
9394 * gdb.cp/member-ptr.exp: Likewise.
9395 * gdb.cp/method.exp: Likewise.
9396 * gdb.cp/overload.exp: Likewise.
9397 * gdb.cp/templates.exp: Likewise.
9398 * gdb.stabs/weird.exp: Likewise.
9399 * lib/compiler.c: Likewise.
9400 * lib/compiler.cc: Likewise.
9401 * lib/cp-support.exp: Likewise.
9402 * lib/gdb.exp: Likewise.
9403
9404 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9405
9406 * configure.ac: Remove HP-UX case.
9407 * configure: Regenerate.
9408
9409 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9410
9411 * lib/gdb.exp (gdb_compile): Add function doc.
9412
9413 2015-12-17 Pedro Alves <palves@redhat.com>
9414
9415 PR threads/19354
9416 * gdb.multi/info-threads.exp: New file.
9417
9418 2015-12-15 Yao Qi <yao.qi@linaro.org>
9419
9420 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9421 is aarch64*-*-*.
9422
9423 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9424
9425 * gdb.base/history-duplicates.exp: Skip if no readline support.
9426
9427 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9428
9429 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9430
9431 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9432
9433 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9434
9435 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9436
9437 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9438 ctrl-C if nointerrupts target property is set.
9439 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9440 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9441 * gdb.base/paginate-bg-execution.exp: Likewise.
9442 * gdb.base/paginate-execution-startup.exp: Likewise.
9443 * gdb.base/random-signal.exp: Likewise.
9444 * gdb.base/range-stepping.exp: Likewise.
9445 * gdb.cp/annota2.exp: Likewise.
9446 * gdb.cp/annota3.exp: Likewise.
9447 * gdb.gdb/selftest.exp: Likewise.
9448 * gdb.threads/continue-pending-status.exp: Likewise.
9449 * gdb.threads/leader-exit.exp: Likewise.
9450 * gdb.threads/manythreads.exp: Likewise.
9451 * gdb.threads/pthreads.exp: Likewise.
9452 * gdb.threads/schedlock.exp: Likewise.
9453 * gdb.threads/sigthread.exp: Likewise.
9454
9455 2015-12-11 Don Breazeal <donb@codesourcery.com>
9456
9457 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9458 remote.
9459 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9460 * gdb.base/foll-exec.exp (main): Enable for target remote.
9461 * gdb.base/foll-fork.exp (main): Likewise.
9462 * gdb.base/foll-vfork.exp (main): Likewise.
9463 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9464 (proc continue_to_exit_bp_loc): Use clean_restart.
9465 * gdb.base/pie-execl.exp (main): Disable for target remote.
9466 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9467 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9468 * gdb.threads/execl.exp (main): Likewise.
9469 * gdb.threads/fork-child-threads.exp (main): Likewise.
9470 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9471 remote.
9472 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9473 remote.
9474 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9475 pid.tid style ptids, instead of just tid.
9476 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9477 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9478 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9479 ptids, instead of just tid.
9480
9481 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9482
9483 * gdb.base/list.exp (test_list_forward): Add end of file error
9484 test.
9485 (test_repeat_list_command): Add end of file error test.
9486 (test_list_backwards): Add beginning of file error test.
9487
9488 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9489
9490 * gdb.base/list.exp (test_list_invalid_args): New function,
9491 defined, and called.
9492
9493 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9494
9495 * gdb.base/list.exp (test_list): Make test names unique.
9496
9497 2015-12-11 Yao Qi <yao.qi@linaro.org>
9498
9499 * gdb.base/coremaker2.c: Remove.
9500
9501 2015-12-10 Pedro Alves <palves@redhat.com>
9502
9503 * gdb.multi/base.exp: Remove stale "spaces" references.
9504
9505 2015-12-10 Pedro Alves <palves@redhat.com>
9506
9507 * gdb.multi/base.exp: Don't use nowarnings.
9508 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9509 * gdb.multi/hangout.c: Include stdio.h.
9510 * gdb.multi/hello.c: Include stdlib.h.
9511 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9512 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9513 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9514
9515 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9516
9517 * gdb.dwarf2/dw2-ranges-base.c: New file.
9518 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9519 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9520 support additional line table, and debug ranges generation.
9521 (Dwarf::ranges): New function, generate .debug_ranges.
9522 (Dwarf::lines): Support generating simple line table programs.
9523 (Dwarf::assemble): Initialise new namespace variables.
9524
9525 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9526
9527 * gdb.base/async.exp (proc test_background): Add case for
9528 asynchronous execution not supported.
9529
9530 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9531
9532 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9533 format and change test names to make them unique.
9534
9535 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9536 Pedro Alves <pedro@redhat.com>
9537
9538 PR gdb/18702
9539 Add checking of floatformats setup on x86_64 hosts.
9540 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9541 (smallval, bigval): New labels/constants.
9542 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9543 float" after loading bigval and smallval.
9544
9545 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9546
9547 * gdb.ada/fun_overload_menu.exp: New testcase.
9548 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9549
9550 2015-12-04 Josh Stone <jistone@redhat.com>
9551
9552 * gdb.base/catch-fork-static.exp: New.
9553
9554 2015-12-03 Yao Qi <yao.qi@linaro.org>
9555
9556 * gdb.base/sizeof.c: Don't include stdio.h and
9557 ../lib/unbuffer_output.c.
9558 (main): New variable 'size' and 'value'. Remove printf and
9559 gdb_unbuffer_output. Assign return value to size and value.
9560 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9561 at the beginning.
9562 (check_sizeof): Check the result by printing variable 'size'.
9563 (check_valueof): Check the result by printing variable 'value'.
9564
9565 2015-12-01 Yao Qi <yao.qi@linaro.org>
9566
9567 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9568 for aarch64*-*-linux* target.
9569
9570 2015-11-30 Pedro Alves <palves@redhat.com>
9571
9572 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9573
9574 2015-11-30 Pedro Alves <palves@redhat.com>
9575
9576 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9577 Handle non-stop mode vCont replies.
9578
9579 2015-11-30 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9582 prepare_for_testing. Start gdb with "set non-stop on" appended to
9583 GDBFLAGS. Lax expected stop output.
9584
9585 2015-11-27 Yao Qi <yao.qi@linaro.org>
9586
9587 * gdb.arch/arm-neon.exp: New.
9588 * gdb.arch/arm-neon.c: New.
9589
9590 2015-11-27 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9593
9594 2015-11-27 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9597 frames-invalid annotation.
9598
9599 2015-11-27 Yao Qi <yao.qi@linaro.org>
9600
9601 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9602
9603 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.threads/names.exp: New file.
9606 * gdb.threads/names.c: New file.
9607 * README: Mention gdb,no_thread_names.
9608
9609 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9610
9611 PR 19297
9612 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9613 support" error.
9614
9615 2015-11-24 Pedro Alves <palves@redhat.com>
9616
9617 PR 17539
9618 * gdb.base/display.exp: Expect displays to be sorted in ascending
9619 order. Use multi_line.
9620 * gdb.base/solib-display.exp: Likewise.
9621
9622 2015-11-24 Pedro Alves <palves@redhat.com>
9623
9624 PR 17539
9625 * gdb.base/display.exp: Expect displays to be sorted in ascending
9626 order. Use multi_line.
9627 * gdb.base/solib-display.exp: Likewise.
9628
9629 2015-11-24 Pedro Alves <palves@redhat.com>
9630
9631 PR 17539
9632 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9633 threads in ascending order.
9634 * gdb.base/foll-fork.exp: Likewise.
9635 * gdb.base/foll-vfork.exp: Likewise.
9636 * gdb.base/multi-forks.exp: Likewise.
9637 * gdb.mi/mi-nonstop.exp: Likewise.
9638 * gdb.mi/mi-nsintrall.exp: Likewise.
9639 * gdb.multi/base.exp: Likewise.
9640 * gdb.multi/multi-arch.exp: Likewise.
9641 * gdb.python/py-inferior.exp: Likewise.
9642 * gdb.threads/break-while-running.exp: Likewise.
9643 * gdb.threads/execl.exp: Likewise.
9644 * gdb.threads/gcore-thread.exp: Likewise.
9645 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9646 * gdb.threads/kill.exp: Likewise.
9647 * gdb.threads/linux-dp.exp: Likewise.
9648 * gdb.threads/multiple-step-overs.exp: Likewise.
9649 * gdb.threads/next-bp-other-thread.exp: Likewise.
9650 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9651 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9652 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9653 * gdb.threads/thread-find.exp: Likewise.
9654 * gdb.threads/tls.exp: Likewise.
9655 * lib/mi-support.exp (mi_reverse_list): Delete.
9656 (mi_check_thread_states): No longer reverse list.
9657
9658 2015-11-24 Pedro Alves <palves@redhat.com>
9659
9660 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9661 use lowercase.
9662
9663 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * gdb.trace/actions.c: Include trace-common.h.
9666 (main): Add a location for a fast tracepoint.
9667 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9668 the normal tracepoints.
9669 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9670
9671 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9672
9673 * save-trace.exp: Factor out code to these...
9674 (gdb_save_tracepoints): New.
9675 (gdb_load_tracepoints): New.
9676 (do_save_load_test): New.
9677
9678 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9679
9680 * gdb.base/asmlabel.exp: New test.
9681 * gdb.base/asmlabel.c: New test case.
9682
9683 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9684
9685 * gdb.base/wrong_frame_bt_full-main.c: New file.
9686 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9687 * gdb.base/wrong_frame_bt_full.exp: New file.
9688
9689 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9690
9691 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9692
9693 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9694
9695 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9696 pstate register when comparing registers values in
9697 sparc64-*-linux-gnu targets to avoid spurious differences.
9698
9699 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9700
9701 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9702
9703 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9704
9705 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9706 as type argument to gdb_compile.
9707 * gdb.base/nested-subp2.exp: Likewise.
9708 * gdb.base/nested-subp3.exp: Likewise.
9709
9710 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9711
9712 * lib/dwarf.exp (_note): Fix left shift of negative value.
9713 * gdb.trace/trace-condition.exp: Likewise.
9714
9715 2015-11-13 Yao Qi <yao.qi@linaro.org>
9716
9717 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9718 comments about d10v.
9719 (test_scalar_returns): Likewise.
9720 * gdb.base/d10v.ld: Remove.
9721 * gdb.base/overlays.exp: Remove the target triplet checking for
9722 d10v-*-*.
9723 * gdb.base/structs.exp (test_struct_returns): Remove the
9724 comments about d10v.
9725 (test_struct_calls): Likewise.
9726
9727 2015-11-13 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9730 * gdb.base/gnu_vector.c: Don't include stdio.h.
9731 (main): Don't print res and call add_some_intvecs.
9732
9733 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9734
9735 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9736 macro.
9737 (func5): Removed.
9738 (func4): Use FAST_TRACEPOINT_LABEL.
9739 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9740 macro.
9741 (func): Removed.
9742 (thread_function): Use FAST_TRACEPOINT_LABEL.
9743 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9744 (func): Remove.
9745 (marker): Use FAST_TRACEPOINT_LABEL.
9746 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9747 (pendfunc1): Remove.
9748 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9749 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9750 (foo): Remove.
9751 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9752 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9753 macro.
9754 (func): Remove.
9755 (marker): Use FAST_TRACEPOINT_LABEL.
9756 * gdb.trace/trace-common.h: New header.
9757 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9758 macro.
9759 (func): Remove.
9760 (marker): Use FAST_TRACEPOINT_LABEL.
9761 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9762 (func): Remove.
9763 (thread_function): Use FAST_TRACEPOINT_LABEL.
9764
9765 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9766
9767 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9768 in front.
9769 * gdb.trace/change-loc.exp: Use global pcreg definition.
9770 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9771 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9772 in front.
9773 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9774 * gdb.trace/pending.exp: Likewise.
9775 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9776 * gdb.trace/trace-break.exp: Likewise.
9777 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9778 in front.
9779 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9780 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9781 in front.
9782 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9783
9784 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9785
9786 * gdb.ada/fin_fun_out: New testcase.
9787
9788 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9789
9790 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9791 value associated with DW_AT_byte_size.
9792 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9793 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9794 DW_AT_upper_bound.
9795
9796 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9797
9798 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9799 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9800 version.
9801 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9802 gdb.dwarf2/dw2-canonicalize-type.exp,
9803 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9804 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9805 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9806 provided by gdb_target_symbol_prefix_flags_asm.
9807 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9808 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9809 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9810 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9811 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9812 macros where needed). Use this macro for symbols which require
9813 the prefix provided by SYMBOL_PREFIX.
9814
9815 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9816
9817 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9818 New procs.
9819 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9820 representing expressions, of more than one list element.
9821 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9822 to prepend linker symbol prefix to f.
9823 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9824 table_1 and table_2.
9825 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9826 Likewise, for f and g.
9827 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9828 for ptr.
9829 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9830 for main.
9831 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9832 table_1_ptr and table_2_ptr.
9833
9834 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9835 Joel Brobecker <brobecker@adacore.com>
9836
9837 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9838
9839 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9840
9841 * gdb.reverse/s390-mvcle.c: New test.
9842 * gdb.reverse/s390-mvcle.exp: New file.
9843 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9844
9845 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9846
9847 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9848
9849 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9850
9851 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9852 reaching marker2.
9853 * gdb.reverse/getresuid-reverse.exp: Likewise.
9854 * gdb.reverse/pipe-reverse.exp: Likewise.
9855 * gdb.reverse/readv-reverse.exp: Likewise.
9856 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9857 * gdb.reverse/time-reverse.exp: Likewise.
9858 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9859
9860 2015-10-30 Yao Qi <yao.qi@linaro.org>
9861
9862 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9863 (empty_cycle): Remove.
9864 (main): Don't call empty_cycle. Don't use watch_count_done.
9865 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9866 empty_cycle. Rewrite the code counting HW watchpoints.
9867
9868 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9869
9870 * gdb.reverse/fstatat-reverse.c: New test.
9871 * gdb.reverse/fstatat-reverse.exp: New file.
9872 * gdb.reverse/getresuid-reverse.c: New test.
9873 * gdb.reverse/getresuid-reverse.exp: New file.
9874 * gdb.reverse/pipe-reverse.c: New test.
9875 * gdb.reverse/pipe-reverse.exp: New file.
9876 * gdb.reverse/readv-reverse.c: New test.
9877 * gdb.reverse/readv-reverse.exp: New file.
9878 * gdb.reverse/recvmsg-reverse.c: New test.
9879 * gdb.reverse/recvmsg-reverse.exp: New file.
9880 * gdb.reverse/time-reverse.c: New test.
9881 * gdb.reverse/time-reverse.exp: New file.
9882 * gdb.reverse/waitpid-reverse.c: New test.
9883 * gdb.reverse/waitpid-reverse.exp: New file.
9884
9885 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9888
9889 2015-10-26 Doug Evans <dje@google.com>
9890
9891 PR symtab/17391
9892 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9893 * gdb.dwarf2/bad-regnum.c: New file.
9894 * gdb.dwarf2/bad-regnum.exp: New file.
9895
9896 2015-10-26 Doug Evans <dje@google.com>
9897
9898 PR python/18938
9899 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9900 file.
9901
9902 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9903
9904 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9905 for a change by "Mention language in compile error message".
9906
9907 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9908
9909 PR python/18073
9910 * gdb.python/py-type.c (C::a_method): New.
9911 (C::a_const_method): New.
9912 (C::a_static_method): New.
9913 (a_function): New.
9914 * gdb.python/py-type.exp (test_fields): Test getting fields
9915 from function and method.
9916
9917 2015-10-21 Keven Boell <keven.boell@intel.com>
9918
9919 * gdb.fortran/vla-alloc-assoc.exp: New file.
9920 * gdb.fortran/vla-datatypes.exp: New file.
9921 * gdb.fortran/vla-datatypes.f90: New file.
9922 * gdb.fortran/vla-history.exp: New file.
9923 * gdb.fortran/vla-ptype-sub.exp: New file.
9924 * gdb.fortran/vla-ptype.exp: New file.
9925 * gdb.fortran/vla-sizeof.exp: New file.
9926 * gdb.fortran/vla-sub.f90: New file.
9927 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9928 * gdb.fortran/vla-value-sub-finish.exp: New file.
9929 * gdb.fortran/vla-value-sub.exp: New file.
9930 * gdb.fortran/vla-value.exp: New file.
9931 * gdb.fortran/vla-ptr-info.exp: New file.
9932 * gdb.mi/mi-vla-fortran.exp: New file.
9933 * gdb.mi/vla.f90: New file.
9934
9935 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9936
9937 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9938 of hardwired timeout value.
9939
9940 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9941 Pedro Alves <palves@redhat.com>
9942
9943 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9944 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9945
9946 2015-10-19 Josh Stone <jistone@redhat.com>
9947
9948 * gdb.base/catch-syscall.c: Include <sched.h>.
9949 (unknown_syscall): New variable.
9950 (main): Trigger a vfork and an unknown syscall.
9951 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9952 (unknown_syscall_number): Likewise.
9953 (check_call_to_syscall): Accept an optional syscall pattern.
9954 (check_return_from_syscall): Likewise.
9955 (check_continue): Likewise.
9956 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9957 (test_catch_syscall_skipping_return): New test toggling off 'catch
9958 syscall' to step over the syscall return, then toggling back on.
9959 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9960 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9961 (do_syscall_tests): Call test_catch_syscall_without_args and
9962 test_catch_syscall_mid_vfork.
9963 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9964 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9965
9966 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9967
9968 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9969 print g_vE): Add new pass patterns.
9970 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9971 print various symbol names for vptr fields.
9972
9973 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9974
9975 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9976 results.
9977
9978 2015-10-12 Yao Qi <yao.qi@linaro.org>
9979
9980 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9981
9982 2015-10-12 Yao Qi <yao.qi@linaro.org>
9983
9984 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9985 is aarch64*-*-linux*.
9986
9987 2015-10-12 Yao Qi <yao.qi@linaro.org>
9988
9989 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9990 (can_relocate_bcond_true): ... it.
9991 (can_relocate_bcond_false): New function.
9992 (foo): Likewise.
9993 (can_relocate_bl): Likewise.
9994 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9995 can_relocate_bl.
9996
9997 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9998
9999 * gdb.base/nested-addr.c: New file.
10000 * gdb.base/nested-addr.exp: New testcase.
10001
10002 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10003
10004 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10005 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10006 its output. Ignore the output of "record goto begin" and instead
10007 check that GDB is replaying.
10008
10009 2015-10-09 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10012 (top level): Use it in the run with no args test.
10013
10014 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10015
10016 * gdb.dlang/properties.exp: New file.
10017
10018 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10019
10020 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10021 whether or not address 0x1000 is mapped on the target.
10022
10023 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10026 build.
10027
10028 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10029
10030 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10031 instruction-history test.
10032
10033 2015-09-28 Doug Evans <dje@google.com>
10034
10035 * gdb.base/gcore.c (array_func): Add reference to static_array.
10036
10037 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10038
10039 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10040 source line.
10041
10042 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10043
10044 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10045 short or char as base type.
10046
10047 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10048
10049 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10050 to allow any size enum.
10051
10052 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10053
10054 * gdb.ada/array_ptr_renaming.exp: New testcase.
10055 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10056 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10057
10058 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10059
10060 * gdb.trace/ftrace-lock.c: New file.
10061 * gdb.trace/ftrace-lock.exp: New file.
10062
10063 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10064
10065 * gdb.arch/insn-reloc.c: New file.
10066 * gdb.arch/ftrace-insn-reloc.exp: New file.
10067
10068 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10069
10070 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10071 instruction.
10072 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10073 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10074 * gdb.trace/range-stepping.c: Likewise.
10075 * gdb.trace/trace-break.c: Likewise.
10076 * gdb.trace/trace-mt.c (thread_function): Likewise.
10077 * gdb.trace/ftrace.c (marker): Likewise.
10078 * gdb.trace/trace-condition.c (marker): Likewise.
10079 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10080 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10081 is_aarch64_target.
10082
10083 2015-09-18 Doug Evans <xdje42@gmail.com>
10084
10085 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10086 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10087
10088 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10089
10090 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10091 the breakpoint.
10092
10093 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10094
10095 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10096 the pending breakpoint. Remove timeout override for "Run till
10097 MI pending breakpoint on pendfunc3 on thread 2" test.
10098
10099 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10100
10101 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10102 filename pattern.
10103
10104 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10105
10106 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10107 in breakpoint filename pattern.
10108
10109 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10110
10111 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10112
10113 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10114
10115 * gdb.linespec/explicit.exp: Check for readline support for
10116 tab-completion tests. Fix obvious typo.
10117
10118 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10119
10120 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10121 and replay.
10122
10123 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10124
10125 * gdb.btrace/non-stop.c: New.
10126 * gdb.btrace/non-stop.exp: New.
10127
10128 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10129 Yao Qi <yao.qi@linaro.org>
10130
10131 * gdb.trace/trace-condition.c: New file.
10132 * gdb.trace/trace-condition.exp: New file.
10133
10134 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10135
10136 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10137 for testing bytecode compilation.
10138
10139 2015-09-16 Pedro Alves <palves@redhat.com>
10140 Sandra Loosemore <sandra@codesourcery.com>
10141
10142 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10143 (SECONDS): Redefine.
10144 (main): Call pthread_kill and alarm early.
10145 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10146 support.
10147 (test): If the target can't hardware step and doesn't support
10148 displaced stepping, increase the timeout.
10149
10150 2015-09-16 Pedro Alves <palves@redhat.com>
10151
10152 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10153 (enable_debug): New procedures.
10154 (test): Use them. Bail out if waiting for threads fails.
10155 (top level): Bail out if a test fails.
10156
10157 2015-09-16 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.asm/asm-source.exp: Set asm-arch for
10160 aarch64*-*-* target.
10161 * gdb.asm/aarch64.inc: New file.
10162
10163 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10164
10165 * gdb.ada/array_of_variable_length.exp: New testcase.
10166 * gdb.ada/array_of_variable_length/foo.adb: New file.
10167 * gdb.ada/array_of_variable_length/pck.adb: New file.
10168 * gdb.ada/array_of_variable_length/pck.ads: New file.
10169
10170 2015-09-15 Doug Evans <dje@google.com>
10171
10172 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10173 of function static local variable.
10174
10175 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10176
10177 * gdb.threads/tls-so_extern.exp: New test file.
10178 * gdb.threads/tls-so_extern.c: New test file.
10179 * gdb.threads/tls-so_extern_main.c: New test file.
10180
10181 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.opt/solib-intra-step-lib.c: New file.
10184 * gdb.opt/solib-intra-step-main.c: New file.
10185 * gdb.opt/solib-intra-step.exp: New file.
10186
10187 2015-09-15 Pedro Alves <palves@redhat.com>
10188
10189 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10190 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10191
10192 2015-09-14 Pedro Alves <palves@redhat.com>
10193
10194 * gdb.base/hook-stop-continue.c: Delete.
10195 * gdb.base/hook-stop-continue.exp: Delete.
10196 * gdb.base/hook-stop-frame.c: Delete.
10197 * gdb.base/hook-stop-frame.exp: Delete.
10198 * gdb.base/hook-stop.c: New file.
10199 * gdb.base/hook-stop.exp: New file.
10200
10201 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10202
10203 * gdb.ada/access_to_packed_array.exp: New testcase.
10204 * gdb.ada/access_to_packed_array/foo.adb: New file.
10205 * gdb.ada/access_to_packed_array/pack.adb: New file.
10206 * gdb.ada/access_to_packed_array/pack.ads: New file.
10207
10208 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10209
10210 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10211 buffer size test.
10212
10213 2015-09-11 Don Breazeal <donb@codesourcery.com>
10214
10215 * gdb.base/foll-exec.c: Add copyright header. Fix
10216 formatting issues.
10217 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10218 (do_exec_tests): Use clean_restart in place of zap_session,
10219 and for test initialization. Fix formatting issues. Use
10220 fail in place of perror.
10221 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10222 an expect statement to match an expression with output from
10223 the program under debug.
10224 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10225 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10226 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10227 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10228 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10229
10230 2015-09-09 Doug Evans <dje@google.com>
10231
10232 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10233
10234 2015-09-09 Doug Evans <dje@google.com>
10235
10236 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10237
10238 2015-09-09 Doug Evans <dje@google.com>
10239
10240 * gdb.base/savedregs.exp: Fix typo.
10241
10242 2015-09-09 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10245
10246 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10247
10248 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10249 command actually switches threads. Give up on remaining
10250 tests if target fails to stop at breakpoint.
10251
10252 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10253
10254 * gdb.ada/funcall_char.exp: New testcase.
10255 * gdb.ada/funcall_char/foo.adb: New file.
10256
10257 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10258
10259 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10260 expected outputs. Add two testcases for completing ambiguous
10261 functions.
10262 * gdb.ada/complete/aux_pck.adb: New file.
10263 * gdb.ada/complete/aux_pck.ads: New file.
10264 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10265 Ambiguous_Func functions.
10266 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10267 * gdb.ada/complete/pck.adb: Likewise.
10268
10269 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10270
10271 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10272 failures to run the test program under GDB.
10273
10274 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10275
10276 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10277 to C.
10278
10279 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10280
10281 * gdb.base/run-after-attach.exp: New test file.
10282 * gdb.base/run-after-attach.c: New test file.
10283
10284 2015-08-26 Don Breazeal <donb@codesourcery.com>
10285
10286 * gdb.base/foll-exec-2.c: New test program.
10287 * gdb.base/foll-exec-2.exp: New test.
10288
10289 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10290
10291 * gdb.base/nested-subp1.exp: New file.
10292 * gdb.base/nested-subp1.c: New file.
10293 * gdb.base/nested-subp2.exp: New file.
10294 * gdb.base/nested-subp2.c: New file.
10295 * gdb.base/nested-subp3.exp: New file.
10296 * gdb.base/nested-subp3.c: New file.
10297
10298 2015-08-24 Pedro Alves <palves@redhat.com>
10299
10300 * gdb.server/connect-without-multi-process.c: New file.
10301 * gdb.server/connect-without-multi-process.exp: New file.
10302
10303 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10304
10305 * gdb.opt/inline-markers.c: Make z int.
10306
10307 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10308
10309 * gdb.opt/inline-markers.c: Make z volatile.
10310
10311 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10312
10313 * gdb.opt/inline-bt.c: New volatile global z.
10314 * gdb.opt/inline-cmds.c: Likewise.
10315 * gdb.opt/inline-locals.c: Likewise.
10316 * gdb.opt/inline-markers.c: New extern global z.
10317 (marker): Use z.
10318 (inline_fn): Likewise.
10319
10320 2015-08-24 Pedro Alves <palves@redhat.com>
10321
10322 * config/m32r-stub.exp: Remove file.
10323 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10324 * gdb.base/call-rt-st.exp: Likewise.
10325 * gdb.base/call-strs.exp: Likewise.
10326 * gdb.base/default.exp: Remove references to h8300-*-hms and
10327 *-*-udi*.
10328 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10329
10330 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10331
10332 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10333 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10334 and "return" use KFAIL when GDB can not read/write the vector
10335 return value.
10336
10337 2015-08-21 Gary Benson <gbenson@redhat.com>
10338
10339 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10340
10341 2015-08-20 Pedro Alves <palves@redhat.com>
10342
10343 * gdb.server/solib-list.exp: No longer expect an interior stop in
10344 non-stop mode.
10345
10346 2015-08-20 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.server/connect-stopped-target.c: New file.
10349 * gdb.server/connect-stopped-target.exp: New file.
10350
10351 2015-08-20 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.dwarf2/comp-unit-lang.exp: New file.
10354 * gdb.dwarf2/comp-unit-lang.c: New file.
10355
10356 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10357
10358 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10359 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10360
10361 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10362
10363 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10364 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10365
10366 2015-08-18 Doug Evans <dje@google.com>
10367 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10368
10369 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10370 skip_python_tests. New arg prompt_regexp.
10371 (skip_python_tests): New function.
10372 * lib/mi-support.exp (mi_skip_python_tests): New function.
10373 * gdb.python/py-mi-objfile-gdb.py: New file.
10374 * gdb.python/py-mi-objfile.c: New file.
10375 * gdb.python/py-mi-objfile.exp: New file.
10376
10377 2015-08-17 Keith Seitz <keiths@redhat.com>
10378
10379 * gdb.linespec/explicit.exp: Move strace test from here ...
10380 * gdb.trace/strace.exp: ... to here.
10381
10382 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10383
10384 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10385 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10386
10387 2015-08-14 Doug Evans <xdje42@gmail.com>
10388
10389 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10390 inferior before selecting a new file.
10391
10392 2015-08-14 Doug Evans <xdje42@gmail.com>
10393
10394 * gdb.mi/mi-disassemble.exp: Update.
10395 * gdb.base/disasm-optim.S: New file.
10396 * gdb.base/disasm-optim.c: New file.
10397 * gdb.base/disasm-optim.h: New file.
10398 * gdb.base/disasm-optim.exp: New file.
10399
10400 2015-08-14 Keith Seitz <keiths@redhat.com>
10401
10402 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10403 "evaluated-by".
10404
10405 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10406
10407 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10408
10409 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10410
10411 * gdb.ada/fun_renaming.exp: New testcase.
10412 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10413 * gdb.ada/fun_renaming/pack.adb: New file.
10414 * gdb.ada/fun_renaming/pack.ads: New file.
10415
10416 2015-08-12 Keith Seitz <keiths@redhat.com>
10417
10418 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10419 gdb_get_line_number.
10420
10421 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10422
10423 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10424 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10425 gdb.base/dso2dso.exp: New files.
10426
10427 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10428 Pedro Alves <palves@redhat.com>
10429 Keith Seitz <keiths@redhat.com>
10430
10431 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10432 GDBFLAGS.
10433
10434 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10435
10436 * gdb.base/gdbhistsize-history.exp
10437 (test_histsize_history_setting): Use save_vars.
10438 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10439 Use save_vars.
10440 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10441 * gdb.base/readline.exp: Use save_vars.
10442
10443 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10444
10445 * lib/gdb.exp (save_vars): New proc.
10446
10447 2015-08-11 Keith Seitz <keiths@redhat.com>
10448
10449 * gdb.base/help.exp: Update help_breakpoint_text.
10450
10451 2015-08-11 Keith Seitz <keiths@redhat.com>
10452
10453 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10454 (at toplevel): Call test_explicit_breakpoints.
10455 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10456 breakpoints.
10457 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10458 breakpoint conditions, "-cond".
10459
10460 2015-08-11 Keith Seitz <keiths@redhat.com>
10461
10462 * gdb.linespec/3explicit.c: New file.
10463 * gdb.linespec/cpexplicit.cc: New file.
10464 * gdb.linespec/cpexplicit.exp: New file.
10465 * gdb.linespec/explicit.c: New file.
10466 * gdb.linespec/explicit.exp: New file.
10467 * gdb.linespec/explicit2.c: New file.
10468 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10469 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10470 before using in the matching pattern.
10471 Clarify that `prefix' is a regular expression.
10472
10473 2015-08-11 Keith Seitz <keiths@redhat.com>
10474
10475 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10476 test.
10477 Add tests for missing ",FMT" and ",".
10478
10479 2015-08-10 Doug Evans <dje@google.com>
10480 Keith Seitz <keiths@redhat.com>
10481
10482 PR gdb/17960
10483 * gdb.base/completion.exp: Add location completer tests.
10484
10485 2015-08-07 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10488 tests here.
10489 (top level): Run do_test with and without displaced stepping.
10490
10491 2015-08-07 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.base/valgrind-disp-step.c: New file.
10494 * gdb.base/valgrind-disp-step.exp: New file.
10495
10496 2015-08-07 Pedro Alves <palves@redhat.com>
10497
10498 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10499 Delete function.
10500 (main): Add alarm. Run an infinite loop instead of calling
10501 wait_threads.
10502 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10503 comment.
10504 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10505 Delete function.
10506 (main): Add alarm. Run an infinite loop instead of calling
10507 wait_threads.
10508 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10509 comment.
10510
10511 2015-08-07 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.base/checkpoint-ns.exp: New file.
10514 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10515 standard_testfile.
10516
10517 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10518
10519 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10520 * gdb.btrace/instruction_history.exp: Update.
10521 * gdb.btrace/tsx.exp: New.
10522 * gdb.btrace/tsx.c: New.
10523
10524 2015-08-06 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10527 increase timeout.
10528 * gdb.reverse/until-precsave.exp: Bump timeouts.
10529
10530 2015-08-06 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10533
10534 2015-08-06 Pedro Alves <palves@redhat.com>
10535
10536 PR gdb/18749
10537 * gdb.threads/process-dies-while-handling-bp.c: New file.
10538 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10539
10540 2015-08-06 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10543 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10544
10545 2015-08-05 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10548 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10549
10550 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10551
10552 * gdb.base/bp-permanent.exp: Report test as unsupported if
10553 the target cannot stop at the permanent breakpoint.
10554
10555 2015-08-03 Doug Evans <dje@google.com>
10556
10557 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10558 10000.
10559
10560 2015-08-03 Doug Evans <dje@google.com>
10561
10562 * Makefile.in (workers/%.worker, build-perf): New rule.
10563 (GDB_PERFTEST_MODE): New variable.
10564 (check-perf): Use it.
10565 (clean): Clean up gdb.perf parallel build subdirs.
10566 * lib/build-piece.exp: New file.
10567 * lib/gdb.exp (make_gdb_parallel_path): New function
10568 (standard_output_file, standard_temp_file): Call it.
10569 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10570 of $GDB_PARALLEL.
10571 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10572
10573 2015-08-03 Doug Evans <dje@google.com>
10574
10575 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10576 (LOG_FILE_NAME): New global.
10577 (TextReporter.__init__): Initialize self.txt_sum.
10578 (TextReporter.report): Add support for multiple data-points.
10579 Move report to perftest.sum, put raw data in perftest.log.
10580 (TextReporter.start): Open sum and log files.
10581 (TextReporter.end): Close sum and log files.
10582 * gdb.perf/lib/perftest/testresult.py
10583 (SingleStatisticTestResult.record): Handle multiple data-points.
10584
10585 2015-07-31 Pedro Alves <palves@redhat.com>
10586
10587 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10588 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10589 kill_wait_spawned_process instead of explicit "kill -9".
10590 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10591 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10592 kill_wait_spawned_process.
10593 * gdb.base/attach-twice.exp: Likewise.
10594 * gdb.base/attach.exp: Likewise.
10595 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10596 gdb_test_multiple.
10597 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10598 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10599 kill_wait_spawned_process.
10600 * gdb.base/valgrind-infcall.exp: Likewise.
10601 * gdb.multi/multi-attach.exp: Likewise.
10602 * gdb.python/py-prompt.exp: Likewise.
10603 * gdb.python/py-sync-interp.exp: Likewise.
10604 * gdb.server/ext-attach.exp: Likewise.
10605 * gdb.threads/attach-into-signal.exp (corefunc): Use
10606 spawn_wait_for_attach, spawn_id_get_pid and
10607 kill_wait_spawned_process.
10608 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10609 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10610 spawn_id_get_pid and kill_wait_spawned_process.
10611 * gdb.threads/attach-stopped.exp (corefunc): Use
10612 spawn_wait_for_attach, spawn_id_get_pid and
10613 kill_wait_spawned_process.
10614 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10615 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10616 kill_wait_spawned_process instead of explicit "kill -9".
10617 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10618 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10619 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10620 processes. Don't map cygwin/windows pids here. Now returns a
10621 spawn id list.
10622
10623 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10624
10625 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10626 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10627 correct patch.
10628
10629 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10630
10631 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10632
10633 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10634
10635 Reapply:
10636 2014-05-21 Mark Wielaard <mjw@redhat.com>
10637
10638 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10639
10640 2015-07-30 Pedro Alves <palves@redhat.com>
10641
10642 * linux-low.c (handle_extended_wait): Set the child's last
10643 reported status to TARGET_WAITKIND_STOPPED.
10644
10645 2015-07-30 Pedro Alves <palves@redhat.com>
10646
10647 PR threads/18600
10648 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10649 only shows inferior 1.
10650
10651 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10652 Pedro Alves <palves@redhat.com>
10653
10654 PR threads/18600
10655 * gdb.threads/fork-plus-threads.c: New file.
10656 * gdb.threads/fork-plus-threads.exp: New file.
10657
10658 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10659
10660 * gdb.base/batch-preserve-term-settings.exp
10661 (test_terminal_settings_preserved_after_cli_exit): Use
10662 send_quit_command.
10663
10664 2015-07-29 Pedro Alves <palves@redhat.com>
10665 Don Breazeal <donb@codesourcery.com>
10666
10667 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10668 output from both inferior_spawn_id and gdb_spawn_id.
10669
10670 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10671
10672 * gdb.threads/attach-into-signal.exp (corefunc): Use
10673 with_test_prefix on nested loops, uniquefying the test messages.
10674
10675 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10676
10677 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10678 commit.
10679
10680 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10681
10682 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10683 New proc.
10684 (test_terminal_settings_preserved_after_sigterm): New test.
10685
10686 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10687
10688 * gdb.base/batch-preserve-term-settings.exp
10689 (test_terminal_settings_preserved_after_cli_exit): New test.
10690
10691 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10692
10693 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10694 manipulation of saved_gdbflags.
10695 (test_terminal_settings_preserved): Remove global declaration of
10696 the unused variable pagination_prompt. Remove manipulation of
10697 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10698 GDBFLAGS.
10699
10700 2015-07-29 Pedro Alves <palves@redhat.com>
10701
10702 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10703
10704 2015-07-29 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10707 at the top.
10708
10709 2015-07-29 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10712 (main): Call gdb_unbuffer_output.
10713 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10714 (main): Call gdb_unbuffer_output.
10715 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10716 (main): Call gdb_unbuffer_output.
10717 * gdb.base/call-strs.exp: Adjust to step over the
10718 gdb_unbuffer_output call.
10719 * gdb.base/catch-gdb-caused-signals.c: Include
10720 "../lib/unbuffer_output.c".
10721 (main): Call gdb_unbuffer_output.
10722 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10723 (main): Call gdb_unbuffer_output.
10724 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10725 (main): Call gdb_unbuffer_output.
10726 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10727 (main): Call gdb_unbuffer_output.
10728 * gdb.base/shlib-call.exp: Adjust to step over the
10729 gdb_unbuffer_output call.
10730 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10731 (main): Call gdb_unbuffer_output.
10732 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10733 (main): Call gdb_unbuffer_output.
10734 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10735 (main): Rename to ...
10736 (test): ... this.
10737 (main): Reimplement.
10738 * gdb.base/varargs.exp: Run to test instead of to main.
10739 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10740 (main): Call gdb_unbuffer_output.
10741
10742 2015-07-29 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10745 factore out from mi_continue_dprintf. For call-style dprintfs,
10746 expect dprintf output out of $inferior_spawn_id.
10747 (mi_continue_dprintf): Use mi_expect_dprintf.
10748 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10749 (main): Call gdb_unbuffer_output.
10750
10751 2015-07-29 Pedro Alves <palves@redhat.com>
10752
10753 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10754 (default_mi_gdb_start): Set inferior_spawn_id instead of
10755 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10756 gdb_spawn_id.
10757 (mi_gdb_test): Always expect inferior output from both
10758 $inferior_spawn_id and $gdb_spawn_id.
10759
10760 2015-07-29 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10763 send_inferior and $inferior_spawn_id.
10764
10765 2015-07-29 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.gdb/complaints.exp (test_initial_complaints)
10768 (test_serial_complaints, test_short_complaints): Use
10769 gdb_test_stdio.
10770 (test_empty_complaint): Handle $inferior_spawn_id !=
10771 $gdb_spawn_id.
10772
10773 2015-07-29 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.base/varargs.exp: Use gdb_test_stdio.
10776
10777 2015-07-29 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10780
10781 2015-07-29 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10784
10785 2015-07-29 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10788 parameter into two new parameters, "inf_result" and "gdb_result".
10789 Expect inferior output and gdb output from $inferior_spawn_id and
10790 $gdb_spawn_id, respectively. Adjust all callers.
10791
10792 2015-07-29 Pedro Alves <palves@redhat.com>
10793
10794 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10795 of gdb_test_sequence.
10796
10797 2015-07-29 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10800 (saw_spurious_output): Expect inferior output from
10801 $inferior_spawn_id. Use gdb_test_stdio.
10802
10803 2015-07-29 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.base/dprintf.exp: Use standard_testfile. Change
10806 prepare_for_testing call.
10807 (srcfile): Don't set.
10808 (restart): New procedure.
10809 (test_dprintf): New procecure, use to continue over dprintfs.
10810 (test_call, test_agent): New procedures, tests moved here.
10811 Restart gdb and recreate dprintfs. Adjust expected output.
10812
10813 2015-07-29 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10816
10817 2015-07-29 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10820
10821 2015-07-29 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10824 gdb_test_stdio.
10825
10826 2015-07-29 Pedro Alves <palves@redhat.com>
10827
10828 * lib/gdb.exp (gdb_test_stdio): New procedure.
10829
10830 2015-07-29 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10833
10834 2015-07-29 Pedro Alves <palves@redhat.com>
10835
10836 * gdb.base/call-signal-resume.exp: Remove check for
10837 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10838 * gdb.base/unwindonsignal.exp: Likewise.
10839 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10840 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10841
10842 2015-07-29 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/siginfo-addr.c (pass): New function.
10845 (handler): Call it iff si_addr is correct.
10846 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10847 Set a breakpoint at "pass" and continue to it.
10848
10849 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10850
10851 * gdb.python/py-objfile.exp: Make some tests have unique names.
10852 * gdb.python/py-pp-registration.exp: Likewise.
10853
10854 2015-07-28 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10857
10858 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10859
10860 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10861
10862 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10863
10864 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10865
10866 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10867
10868 * gdb.base/gdb-sigterm-2.exp: New test.
10869
10870 2015-07-25 Doug Evans <xdje42@gmail.com>
10871
10872 Revert:
10873 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10874 (workers/%.worker, build-perf): New rule.
10875 (GDB_PERFTEST_MODE): New variable.
10876 (check-perf): Use it.
10877 (clean): Clean up gdb.perf parallel build subdirs.
10878 * lib/build-piece.exp: New file.
10879 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10880 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10881 name.
10882 (standard_temp_file): Ditto.
10883 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10884 of $GDB_PARALLEL.
10885
10886 2015-07-24 Doug Evans <dje@google.com>
10887
10888 * gdb.perf/lib/perftest/utils.py: New file.
10889 * gdb.perf/gm-hello.cc: New file.
10890 * gdb.perf/gm-pervasive-typedef.cc: New file.
10891 * gdb.perf/gm-pervasive-typedef.h: New file.
10892 * gdb.perf/gm-std.cc: New file.
10893 * gdb.perf/gm-std.h: New file.
10894 * gdb.perf/gm-use-cerr.cc: New file.
10895 * gdb.perf/gm-utils.h: New file.
10896 * gdb.perf/gmonster-null-lookup.py: New file.
10897 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10898 * gdb.perf/gmonster-print-cerr.py: New file.
10899 * gdb.perf/gmonster-ptype-string.py: New file.
10900 * gdb.perf/gmonster-runto-main.py: New file.
10901 * gdb.perf/gmonster-select-file.py: New file.
10902 * gdb.perf/gmonster1-null-lookup.exp: New file.
10903 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10904 * gdb.perf/gmonster1-print-cerr.exp: New file.
10905 * gdb.perf/gmonster1-ptype-string.exp: New file.
10906 * gdb.perf/gmonster1-runto-main.exp: New file.
10907 * gdb.perf/gmonster1-select-file.exp: New file.
10908 * gdb.perf/gmonster1.cc: New file.
10909 * gdb.perf/gmonster1.exp: New file.
10910 * gdb.perf/gmonster2-null-lookup.exp: New file.
10911 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10912 * gdb.perf/gmonster2-print-cerr.exp: New file.
10913 * gdb.perf/gmonster2-ptype-string.exp: New file.
10914 * gdb.perf/gmonster2-runto-main.exp: New file.
10915 * gdb.perf/gmonster2-select-file.exp: New file.
10916 * gdb.perf/gmonster2.cc: New file.
10917 * gdb.perf/gmonster2.exp: New file.
10918
10919 2015-07-24 Doug Evans <dje@google.com>
10920
10921 * gdb.perf/README: New file.
10922 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10923 * lib/gen-perf-test.exp: New file.
10924
10925 2015-07-24 Doug Evans <dje@google.com>
10926
10927 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10928 (PerfTest::startup): New function.
10929 (PerfTest::run): Return result of calling body.
10930 (PerfTest::assemble): Rewrite.
10931 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10932 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10933 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10934 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10935 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10936
10937 2015-07-24 Doug Evans <dje@google.com>
10938
10939 * lib/gdb.exp (clean_restart): Make executable optional.
10940
10941 2015-07-24 Doug Evans <dje@google.com>
10942
10943 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10944 compiler_info references.
10945 * gdb.cp/temargs.exp: Ditto.
10946 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10947 (get_compiler_info): Early exit if already computed. Set compiler_info
10948 to "unknown" if there was a problem.
10949 (test_compiler_info): Add function comment. Call get_compiler_info.
10950
10951 2015-07-24 Doug Evans <dje@google.com>
10952
10953 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10954 (workers/%.worker, build-perf): New rule.
10955 (GDB_PERFTEST_MODE): New variable.
10956 (check-perf): Use it.
10957 (clean): Clean up gdb.perf parallel build subdirs.
10958 * lib/build-piece.exp: New file.
10959 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10960 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10961 name.
10962 (standard_temp_file): Ditto.
10963 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10964 of $GDB_PARALLEL.
10965
10966 2015-07-24 Doug Evans <dje@google.com>
10967
10968 * lib/future.exp (gdb_default_target_compile): New option
10969 "early_flags".
10970 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10971 --as-needed.
10972
10973 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10974
10975 * gdb.base/catch-syscall.exp: Call gdb_exit before
10976 gdb_skip_xml_test.
10977
10978 2015-07-24 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.python/py-events.exp: Accept output between the stop event
10981 and the prompt.
10982 * gdb.python/py-evsignal.exp: Likewise.
10983 * gdb.python/py-evthreads.exp: Likewise.
10984
10985 2015-07-24 Pedro Alves <palves@redhat.com>
10986
10987 PR gdb/18717
10988 * gdb.threads/non-ldr-exit.c: New file.
10989 * gdb.threads/non-ldr-exit.exp: New file.
10990
10991 2015-07-24 Yao Qi <yao.qi@linaro.org>
10992
10993 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10994 restarting process.
10995
10996 2015-07-24 Yao Qi <yao.qi@linaro.org>
10997
10998 * gdb.server/ext-restart.exp: New file.
10999
11000 2015-07-24 Yao Qi <yao.qi@linaro.org>
11001
11002 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11003 argument options.
11004 * gdb.server/ext-wrapper.exp: New file.
11005
11006 2015-07-23 Doug Evans <dje@google.com>
11007
11008 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11009 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11010
11011 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11012
11013 * gdb.ada/var_arr_typedef.exp: New testcase.
11014 * gdb.ada/var_arr_typedef/pack.adb: New file.
11015 * gdb.ada/var_arr_typedef/pack.ads: New file.
11016 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11017
11018 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11019
11020 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11021
11022 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11023
11024 * gdb.arch/i386-biarch-core.exp: Replace istarget
11025 by "complete set gnutarget". Remove expectation for the "core-file"
11026 command.
11027
11028 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 Revert the previous commit:
11031 Tests for validate symbol file using build-id.
11032
11033 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11034
11035 Tests for validate symbol file using build-id.
11036 * gdb.base/solib-mismatch-lib.c: New file.
11037 * gdb.base/solib-mismatch-libmod.c: New file.
11038 * gdb.base/solib-mismatch.c: New file.
11039 * gdb.base/solib-mismatch.exp: New file.
11040
11041 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11044 nios2-*-linux*.
11045 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11046 * gdb.base/siginfo.exp: Likewise.
11047 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11048
11049 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11050
11051 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11052 Move it to ...
11053 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11054 ... here.
11055 * gdb.trace/range-stepping.exp: Check that the target supports
11056 range stepping.
11057
11058 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11059
11060 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11061
11062 2015-07-14 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.base/killed-outside.exp: New file.
11065 * gdb.base/killed-outside.c: New file.
11066
11067 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11068
11069 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11070 (n at main): New.
11071 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11072
11073 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11074
11075 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11076 infcall tests instead of setting up for KFAIL.
11077
11078 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11079
11080 * gdb.btrace/record_goto-step.exp: New.
11081
11082 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11083
11084 PR compile/18484
11085 * gdb.compile/compile.c (struct struct_type): Add volatile to
11086 selffield's type.
11087 * gdb.compile/compile.exp
11088 (compile code struct_object.selffield = &struct_object): Skip further
11089 struct_object tests if this one xfails.
11090
11091 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11092
11093 PR exp/18617
11094 * gdb.trace/ax.exp: Add test.
11095
11096 2015-07-07 Yao Qi <yao.qi@linaro.org>
11097
11098 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11099 instead of istarget "aarch64*-*-*".
11100 * gdb.arch/aarch64-fp.exp: Likewise.
11101 * gdb.base/float.exp: Likewise.
11102 * gdb.reverse/aarch64.exp: Likewise.
11103 * lib/gdb.exp (is_aarch64_target): New proc.
11104
11105 2015-07-07 Yao Qi <yao.qi@linaro.org>
11106
11107 * lib/gdb.exp (is_aarch32_target): New proc.
11108 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11109 instead of "istarget "arm*-*-*"".
11110 * gdb.arch/arm-disp-step.exp: Likewise.
11111 * gdb.arch/thumb-bx-pc.exp: Likewise.
11112 * gdb.arch/thumb-prologue.exp: Likewise.
11113 * gdb.arch/thumb-singlestep.exp: Likewise.
11114 * gdb.base/disp-step-syscall.exp: Likewise.
11115 * gdb.base/float.exp: Likewise.
11116
11117 2015-07-07 Yao Qi <yao.qi@linaro.org>
11118
11119 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11120 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11121
11122 2015-07-07 Yao Qi <yao.qi@linaro.org>
11123
11124 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11125 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11126 if it exists.
11127 * gdb.multi/multi-arch.exp: Likewise.
11128
11129 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11130
11131 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11132 print.
11133
11134 2015-07-07 Yao Qi <yao.qi@linaro.org>
11135
11136 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11137
11138 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11139
11140 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11141 '[' and ']' characters.
11142
11143 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11144
11145 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11146
11147 2015-06-29 Pedro Alves <palves@redhat.com>
11148
11149 PR threads/18127
11150 * gdb.threads/hand-call-new-thread.c: New file.
11151 * gdb.threads/hand-call-new-thread.c: New file.
11152
11153 2015-06-26 Keith Seitz <keiths@redhat.com>
11154 Doug Evans <dje@google.com>
11155
11156 PR 16253
11157 * gdb.cp/var-tag-2.cc: New file.
11158 * gdb.cp/var-tag-3.cc: New file.
11159 * gdb.cp/var-tag-4.cc: New file.
11160 * gdb.cp/var-tag.cc: New file.
11161 * gdb.cp/var-tag.exp: New file.
11162
11163 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11164
11165 * gdb.base/history-duplicates.exp: New test.
11166
11167 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11168
11169 * gdb.base/completion.exp: Test the completion of the "focus"
11170 command.
11171
11172 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11173
11174 * gdb.arch/amd64-prologue-skip.S: New file.
11175 * gdb.arch/amd64-prologue-skip.exp: New file.
11176
11177 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11178
11179 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11180 is_address_zero_readable check.
11181
11182 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11183
11184 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11185 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11186
11187 2015-06-24 Yao Qi <yao.qi@linaro.org>
11188
11189 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11190 linux targets.
11191
11192 2015-06-24 Yao Qi <yao.qi@linaro.org>
11193
11194 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11195 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11196 * gdb.base/siginfo-thread.exp: Likewise.
11197
11198 2015-06-22 Yao Qi <yao.qi@linaro.org>
11199
11200 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11201
11202 2015-06-22 Yao Qi <yao.qi@linaro.org>
11203
11204 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11205 aarch64*-*-*.
11206 (skip_hw_watchpoint_tests): Likewise.
11207
11208 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11209
11210 * gdb.base/gdbinit-history.exp: Test the interaction between
11211 setting GDBHISTSIZE and setting the history size via .gdbinit.
11212
11213 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11214
11215 PR gdb/16999
11216 * gdb.base/gdbhistsize-history.exp: New test.
11217
11218 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11219
11220 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11221 with GDBHISTSIZE.
11222 * gdb.base/readline.exp: Likewise.
11223
11224 2015-06-17 Yao Qi <yao.qi@linaro.org>
11225
11226 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11227 line.
11228
11229 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11230
11231 * gdb.base/gdbinit-history.exp: Add test case to check that
11232 an unlimited history file does not get truncated on exit.
11233
11234 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11235
11236 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11237 (VECTOR): New macro. Use it...
11238 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11239 ...for these typedefs.
11240 (int8, char1, int1, double1): New typedefs.
11241 (struct just_int2, struct two_int2): New structures.
11242 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11243 (add_structvecs, add_singlevecs): New functions.
11244 (main): Call add_some_intvecs twice.
11245 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11246 the compile and exit upon failure. Try compiling for the "native"
11247 architecture. Test inferior function calls with vector arguments
11248 and vector return value handling with "finish" and "return".
11249
11250 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11251
11252 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11253 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11254 PE file.
11255 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11256
11257 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11258
11259 PR breakpoints/16465
11260 * gdb.mi/mi-dprintf-pending.c: New file.
11261 * gdb.mi/mi-dprintf-pending.exp: New test.
11262 * gdb.mi/mi-dprintf-pendshr.c: New file.
11263
11264 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11265 Mircea Gherzan <mircea.gherzan@intel.com>
11266
11267 * gdb.arch/i386-mpx-map.c: New file.
11268 * gdb.arch/i386-mpx-map.exp: New File.
11269
11270 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11271
11272 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11273 * gdb.arch/i386-mpx.exp: Indentation fixed.
11274
11275 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11276
11277 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11278 function and improved indentation.
11279 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11280 gdb_test_multiple. Added additional tests to skip the test.
11281
11282 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11283
11284 * gdb.arch/i386-avx512.c: Change path in include file.
11285 * gdb.arch/i386-avx512.exp: Change include dir path
11286 compilation flag.
11287 * gdb.arch/i386-mpx.c: Change path in include file.
11288 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11289 flag.
11290
11291 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11292
11293 * gdb.compile/compile-print.exp (compile print *vararray@3)
11294 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11295
11296 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11297
11298 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11299 (do not keep jit in memory): ... this.
11300 (expect 5): Change it to ...
11301 (expect no 5): ... this.
11302
11303 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11304
11305 PR gdb/15564
11306 * gdb.mi/mi-detach.exp: New file.
11307
11308 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11309
11310 PR symtab/18392
11311 * gdb.arch/amd64-tailcall-self.S: New file.
11312 * gdb.arch/amd64-tailcall-self.c: New file.
11313 * gdb.arch/amd64-tailcall-self.exp: New file.
11314
11315 2015-05-28 Don Breazeal <donb@codesourcery.com>
11316
11317 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11318 tests for remote targets by checking is_target_gdbserver.
11319
11320 2015-05-27 Doug Evans <dje@google.com>
11321
11322 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11323 * gdb.dwarf2/opaque-type-lookup.c: New file.
11324 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11325
11326 2015-05-26 Doug Evans <dje@google.com>
11327
11328 * gdb.cp/iostream.cc: New file.
11329 * gdb.cp/iostream.exp: New file.
11330
11331 2015-05-26 Doug Evans <dje@google.com>
11332
11333 * gdb.dwarf2/dw2-op-call.exp: Update.
11334 * gdb.dwarf2/dw4-sig-types.exp: Update.
11335 * gdb.dwarf2/implptr.exp: Update.
11336 * gdb.mi/mi-cmd-param-changed.exp: Update.
11337
11338 2015-05-26 Doug Evans <dje@google.com>
11339
11340 * gdb.python/py-lazy-string.c: New file.
11341 * gdb.python/py-lazy-string.exp: New file.
11342 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11343 (main): Update. Add estring3.
11344 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11345 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11346
11347 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11348 Yao Qi <yao.qi@linaro.org>
11349
11350 * gdb.reverse/aarch64.c: New.
11351 * gdb.reverse/aarch64.exp: New.
11352
11353 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11354
11355 * lib/gdb.exp (supports_process_record): Return true for
11356 aarch64*-linux*.
11357 (supports_reverse): Likewise.
11358
11359 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11360
11361 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11362 Use with_test_prefix.
11363
11364 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11365
11366 * gdb.base/completion.exp: Add test for completion of layout
11367 names.
11368
11369 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11370
11371 * lib/gdb.exp (skip_tui_tests): New proc.
11372 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11373
11374 2015-05-19 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11377 Save the whole env array instead of just HOME. Unset HISTSIZE in
11378 the environment while testing. Restore whole environment
11379 afterwards.
11380
11381 2015-05-16 Doug Evans <xdje42@gmail.com>
11382
11383 * gdb.guile/scm-ports.c: New file.
11384 * gdb.guile/scm-ports.exp: Add memory port tests.
11385
11386 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 * gdb.compile/compile-print.c: New file.
11389 * gdb.compile/compile-print.exp: New file.
11390
11391 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11392
11393 * gdb.compile/compile-ops.exp: Cast param to void.
11394 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11395 (compile code struct_object.selffield = &struct_object): Add xfail.
11396
11397 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11398
11399 * gdb.ada/arr_enum_with_gap: New testcase.
11400
11401 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11402
11403 * gdb.ada/byte_packed_arr: New testcase.
11404
11405 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11406
11407 * gdb.ada/pckd_neg: New testcase.
11408
11409 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11410
11411 PR gdb/17820
11412 * gdb.base/gdbinit-history.exp: New test.
11413 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11414 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11415
11416 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11417
11418 * gdb.python/py-xmethods.cc: Enhance test case.
11419 * gdb.python/py-xmethods.exp: New tests.
11420 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11421 function.
11422 (B_indexoper): Likewise.
11423 (global_dm_list) : Add new xmethod worker functions.
11424
11425 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11426
11427 * gdb.base/coredump-filter.exp: Correctly unset
11428 "coredump_var_addr" array.
11429
11430 2015-05-08 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.server/non-existing-program.exp: Unset spawn_id.
11433
11434 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11435
11436 PR python/18291
11437 * gdb.python/py-xmethods.exp: Add tests.
11438
11439 2015-05-08 Yao Qi <yao.qi@linaro.org>
11440
11441 PR gdb/18208
11442 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11443 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11444 function set_coredump_filter, and remove remote_exec call.
11445 Remove argument ipid. Callers update.
11446 (top level): Don't get inferior's PID.
11447
11448 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11449
11450 * gdb.base/watch_thread_num.exp: Skip test on targets without
11451 access watchpoints.
11452
11453 2015-05-06 Pedro Alves <palves@redhat.com>
11454
11455 PR server/18081
11456 * gdb.server/non-existing-program.exp: New file.
11457
11458 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11459
11460 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11461
11462 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11463
11464 * gdb.ada/out_of_line_in_inlined: New testcase.
11465
11466 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11467
11468 * gdb.ada/var_rec_arr: New testcase.
11469
11470 2015-04-30 Yao Qi <yao.qi@linaro.org>
11471
11472 * gdb.base/break-idempotent.exp: If
11473 skip_hw_watchpoint_multi_tests returns true, skip the tests
11474 on "rwatch" and "awatch".
11475
11476 2015-04-30 Yao Qi <yao.qi@linaro.org>
11477
11478 * gdb.base/relativedebug.exp: Invoke gdb command
11479 "info sharedlibrary", and if libc.so doesn't have debug info,
11480 skip the test.
11481
11482 2015-04-29 Doug Evans <dje@google.com>
11483
11484 * gdb.python/py-xmethods.exp: Add ptype tests.
11485 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11486 get_result_type method.
11487
11488 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11489
11490 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11491 the target does not support hardware watchpoints.
11492
11493 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11494
11495 * gdb.base/break-always.exp: Abort testing if writing to memory
11496 causes an error.
11497
11498 2015-04-28 Doug Evans <dje@google.com>
11499
11500 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11501 * gdb.python/py-pp-registration.exp: ... here. New file.
11502 * gdb.python/py-pp-registration.c: New file.
11503 * gdb.python/py-pp-registration.py: New file.
11504
11505 2015-04-28 Doug Evans <dje@google.com>
11506
11507 * gdb.python/py-bad-printers.c: New file.
11508 * gdb.python/py-bad-printers.py: New file.
11509 * gdb.python/py-bad-printers.exp: New file.
11510
11511 2015-04-28 Sasha Smundak <asmundak@google.com>
11512
11513 * gdb.python/py-type.exp: New test.
11514
11515 2015-04-28 Andy Wingo <wingo@igalia.com>
11516
11517 * gdb.python/py-parameter.exp:
11518 * gdb.guile/scm-parameter.exp: Escape the path that we are
11519 matching against, as it might contain characters that are special
11520 to regular expressions.
11521
11522 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.ada/rec_comp: New testcase.
11525
11526 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11527
11528 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11529 before using it.
11530
11531 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11532
11533 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11534 new tests for verilog output.
11535
11536 2015-04-24 Yao Qi <yao.qi@linaro.org>
11537
11538 * boards/remote-gdbserver-on-localhost.exp: New file.
11539
11540 2015-04-23 Pedro Alves <palves@redhat.com>
11541
11542 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11543 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11544 "end of file", remove $inferior_spawn_id from the indirect list.
11545
11546 2015-04-23 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11549
11550 2015-04-23 Pedro Alves <palves@redhat.com>
11551
11552 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11553 on $any_spawn_id instead of only on $gdb_spawn_id.
11554
11555 2015-04-21 Pierre Muller <muller@sourceware.org>
11556
11557 PR pascal/17815
11558 * lib/pascal.exp (gpc_compile): Add new option "class".
11559 (fpc_compile): Likewise.
11560 * gdb.pascal/case-insensitive-symbols.pas: New file.
11561 * gdb.pascal/case-insensitive-symbols.exp: New file.
11562
11563 2015-04-20 Gary Benson <gbenson@redhat.com>
11564
11565 * gdb.base/attach.exp: Fix three extended remote failures.
11566
11567 2015-04-17 Gary Benson <gbenson@redhat.com>
11568
11569 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11570 the main executable over the remote protocol.
11571
11572 2015-04-16 Pedro Alves <palves@redhat.com>
11573
11574 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11575 a new gdbserver if gdbserver_reconnect_p is set.
11576
11577 2015-04-16 Pedro Alves <palves@redhat.com>
11578
11579 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11580 is set, don't exit gdbserver.
11581
11582 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11583
11584 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11585 appropriate .insn, such that an older assembler can be used.
11586 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11587 the z/Architecture instruction set on 31-bit targets as well.
11588
11589 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11590
11591 * gdb.go/handcall.exp: Remove all logic related to the first
11592 breakpoint and rely on go_runto_main instead.
11593 * gdb.go/strings.exp: Likewise.
11594 * gdb.go/unsafe.exp: Likewise.
11595 * gdb.go/hello.exp: Likewise. Also rename the remaining
11596 breakpoint marker to "breakpoint 1".
11597 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11598 * gdb.go/strings.go: Likewise.
11599 * gdb.go/unsafe.go: Likewise.
11600 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11601 "set breakpoint 2 here" and rename the remaining breakpoint marker
11602 to "breakpoint 1".
11603
11604 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11605
11606 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11607 if itertools.imap is not present.
11608 * gdb.python/py-objfile.exp: Add parentheses.
11609 * gdb.python/py-type.exp: Same.
11610 * gdb.python/py-unwind-maint.py: Same.
11611
11612 2015-04-15 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11615 of ":$ptr_size" and set its form explicitly.
11616
11617 2015-04-15 Pedro Alves <palves@redhat.com>
11618 Yao Qi <yao.qi@linaro.org>
11619
11620 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11621 timeout by factor of 4.
11622 (test_regular_watch): Likewise.
11623 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11624 * gdb.reverse/sigall-reverse.exp: Likewise.
11625 * gdb.reverse/until-precsave.exp: Likewise.
11626 * lib/gdb.exp (with_timeout_factor): New proc.
11627 (gdb_expect): Move some code to ...
11628 (get_largest_timeout): ... here. New procedure.
11629
11630 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11631
11632 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11633
11634 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11635
11636 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11637 to write to the .text section.
11638
11639 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11640
11641 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11642 Handle the case of targets that do not provide PID information.
11643
11644 2015-04-13 Yao Qi <yao.qi@linaro.org>
11645
11646 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11647 and use expect instead of gdb_expect.
11648
11649 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11650
11651 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11652 "coredump_var_addr" to avoid naming conflict with other testcases.
11653
11654 2015-04-10 Pedro Alves <palves@redhat.com>
11655
11656 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11657 gdb_test_sequence and gdb_assert.
11658
11659 2015-04-10 Pedro Alves <palves@redhat.com>
11660
11661 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11662 test messages that don't include the breakpoint address.
11663
11664 2015-04-10 Yao Qi <yao.qi@linaro.org>
11665
11666 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11667 false for some offset and width combinations which aren't
11668 supported by linux kernel.
11669
11670 2015-04-10 Pedro Alves <palves@redhat.com>
11671
11672 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11673 procedure, factored out from ...
11674 (top level): ... here. Add "set displaced-stepping" testing axis.
11675 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11676 parameter "displaced". Use it.
11677 (top level): Use foreach and add "set displaced-stepping" testing
11678 axis.
11679
11680 2015-04-10 Pedro Alves <palves@redhat.com>
11681
11682 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11683 Remove comment.
11684 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11685 both the address of the instruction that triggers the watchpoint
11686 and the address of the instruction immediately after, and use
11687 those addresses for the test. Fix comment.
11688
11689 2015-04-10 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.base/sigstep.exp (breakpoint_to_handler)
11692 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11693 Test "backtrace" in handler.
11694 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11695 (top level): Add new "displaced" test axis to
11696 breakpoint_to_handler, breakpoint_to_handler_entry and
11697 breakpoint_over_handler.
11698
11699 2015-04-10 Pedro Alves <palves@redhat.com>
11700
11701 PR gdb/18216
11702 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11703
11704 2015-04-10 Yao Qi <yao.qi@linaro.org>
11705
11706 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11707 (test_add_rn_pc): New function.
11708 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11709 (top level): Invoke test_add_rn_pc.
11710
11711 2015-04-10 Pedro Alves <palves@redhat.com>
11712
11713 PR gdb/13858
11714 * gdb.base/step-over-no-symbols.exp: New file.
11715
11716 2015-04-09 Andy Wingo <wingo@igalia.com>
11717
11718 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11719 after the Python tests.
11720
11721 2015-04-08 Keith Seitz <keiths@redhat.com>
11722
11723 PR python/16699
11724 * gdb.python/py-completion.exp: New tests for completion.
11725 * gdb.python/py-completion.py (CompleteLimit1): New class.
11726 (CompleteLimit2): Likewise.
11727 (CompleteLimit3): Likewise.
11728 (CompleteLimit4): Likewise.
11729 (CompleteLimit5): Likewise.
11730 (CompleteLimit6): Likewise.
11731 (CompleteLimit7): Likewise.
11732
11733 2015-04-08 Pedro Alves <palves@redhat.com>
11734
11735 PR gdb/18214
11736 PR gdb/18216
11737 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11738 function.
11739 (main): Install it as SIGUSR1 handler.
11740 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11741 parameter. Always use "setup" as prefix. Toggle "set
11742 displaced-stepping" off/on depending on global. Don't switch to
11743 thread 1 here.
11744 (top level): Add displaced stepping "off/on" test axis. Update
11745 "setup" calls. Wrap each subtest with with_test_prefix. Test
11746 continuing with a queued signal in each thread.
11747
11748 2015-04-08 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11751 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11752 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11753 Return early if running to main fails.
11754 * gdb.trace/while-stepping.exp: Likewise.
11755
11756 2015-04-07 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11759 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11760 interact with inferior program.
11761
11762 2015-04-07 Pedro Alves <palves@redhat.com>
11763
11764 * lib/gdb.exp (inferior_spawn_id): New global.
11765 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11766 spawn id after processing the user code.
11767 (default_gdb_start): Set inferior_spawn_id.
11768 (send_inferior): New procedure.
11769 * lib/gdbserver-support.exp (gdbserver_start): Set
11770 inferior_spawn_id.
11771 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11772
11773 2015-04-07 Pedro Alves <palves@redhat.com>
11774
11775 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11776 * lib/gdbserver-support.exp (gdbserver_start): Make
11777 $server_spawn_id global.
11778 (gdbserver_start): Don't wait for gdbserver's spawn id with
11779 expect_background.
11780 (close_gdbserver): New procedure.
11781 (gdb_exit): Rename the default version and reimplement.
11782
11783 2015-04-07 Pedro Alves <palves@redhat.com>
11784
11785 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11786 append the substituted item, not the original item.
11787
11788 2015-04-07 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11791 gdb_expect.
11792
11793 2015-04-07 Pedro Alves <palves@redhat.com>
11794
11795 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11796 output appearing once only.
11797
11798 2015-04-07 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11801 that doesn't expect anything. Return early if running to main
11802 fails.
11803
11804 2015-04-07 Yao Qi <yao.qi@linaro.org>
11805
11806 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11807 (child_function): Call alarm.
11808 (main): Move call to alarm into the loop.
11809 * gdb.threads/non-stop-fair-events.exp: Build program with
11810 -DTIMEOUT=$timeout.
11811
11812 2015-04-06 Doug Evans <xdje42@gmail.com>
11813
11814 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11815 Fix dest parameter to board_info.
11816 (fpc_compile): Ditto.
11817 (gdb_compile_pascal): Rename dest arg to destfile.
11818
11819 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11820
11821 * gdb.ada/funcall_ref.exp: New file.
11822 * gdb.ada/funcall_ref/foo.adb: New file.
11823
11824 2015-04-02 Yao Qi <yao.qi@linaro.org>
11825
11826 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11827 is remote.
11828
11829 2015-04-02 Gary Benson <gbenson@redhat.com>
11830
11831 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11832
11833 2015-04-01 Sasha Smundak <asmundak@google.com>
11834
11835 * gdb.python/py-unwind-maint.c: New file.
11836 * gdb.python/py-unwind-maint.exp: New test.
11837 * gdb.python/py-unwind-maint.py: New file.
11838 * gdb.python/py-unwind.c: New file.
11839 * gdb.python/py-unwind.exp: New test.
11840 * gdb.python/py-unwind.py: New test.
11841
11842 2015-04-01 Pedro Alves <palves@redhat.com>
11843
11844 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11845 to fail instead of non-existent $test.
11846
11847 2015-04-01 Pedro Alves <palves@redhat.com>
11848
11849 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11850 GDBFLAGS if not empty.
11851
11852 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11853
11854 * gdb.ada/complete.exp: Remove "multi_line".
11855 * gdb.ada/info_exc.exp: Remove "multi_line".
11856 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11857 * gdb.ada/ptype_field.exp: Remove "multi_line".
11858 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11859 * gdb.ada/tagged.exp: Remove "multi_line".
11860 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11861 [multi_line ...]
11862 * gdb.btrace/delta.exp: Likewise.
11863 * gdb.btrace/exception.exp: Likewise.
11864 * gdb.btrace/function_call_history.exp: Likewise.
11865 * gdb.btrace/instruction_history.exp: Likewise.
11866 * gdb.btrace/nohist.exp: Likewise.
11867 * gdb.btrace/record_goto.exp: Likewise.
11868 * gdb.btrace/segv.exp: Likewise.
11869 * gdb.btrace/stepi.exp: Likewise.
11870 * gdb.btrace/tailcall.exp: Likewise.
11871 * gdb.btrace/unknown_functions.exp: Likewise.
11872 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11873 * lib/gdb.exp: Add the "multi_line" helper.
11874
11875 2015-04-01 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.threads/tid-reuse.c: New file.
11878 * gdb.threads/tid-reuse.exp: New file.
11879
11880 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11881
11882 PR corefiles/16092
11883 * gdb.base/coredump-filter.c: New file.
11884 * gdb.base/coredump-filter.exp: Likewise.
11885
11886 2015-03-27 Petr Machata <pmachata@redhat.com>
11887
11888 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11889 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11890 (Dwarf::assemble): Initialize them.
11891 (Dwarf::lines): New function.
11892
11893 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11894
11895 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11896 SYMBOL_PREFIX for x86_64-*-cygwin.
11897
11898 2015-03-26 Andy Wingo <wingo@igalia.com>
11899
11900 PR symtab/18148
11901 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11902 const_value but not a location.
11903 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11904 location defined in non-main CUs are visible.
11905
11906 2015-03-26 Yao Qi <yao.qi@linaro.org>
11907
11908 PR testsuite/18139
11909 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11910 Add a line number entry for the same line.
11911 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11912 Add a line number entry for the same line.
11913
11914 2015-03-26 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11917 .int 0.
11918 (func): Likewise. Add .Lfunc_1 label.
11919 Use .Lfunc_1 label.
11920 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11921 .int 0.
11922 (func): Likewise.
11923 Use .Lfunc_1 label.
11924
11925 2015-03-26 Yao Qi <yao.qi@linaro.org>
11926
11927 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11928 Call gdb_compile instead to compile each .s files without debug
11929 information.
11930
11931 2015-03-26 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.base/savedregs.exp (process_saved_regs): Make
11934 "Saved registers:" optional in the pattern.
11935
11936 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11937
11938 * gdb.btrace/next.exp: Merged into step.exp.
11939 * gdb.btrace/finish.exp: Merged into step.exp.
11940 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11941 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11942 "record goto" and checking the exact replay position.
11943 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11944 check for "Recording format" in "info record" output.
11945 * gdb.btrace/record_goto.exp: Choose test file based on target.
11946 * gdb.btrace/x86-record_goto.S: Renamed into ...
11947 * gdb.btrace/x86_64-record_goto.S: ... this.
11948 * gdb.btrace/i686-record_goto.S: New.
11949 * gdb.btrace/x86-tailcall.S: Renamed into ...
11950 * gdb.btrace/x86_64-tailcall.S: ... this.
11951 * gdb.btrace/i686-tailcall.S: New.
11952 * gdb.btrace/x86-tailcall.c: Renamed into ...
11953 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11954 separate statements. Update test.
11955 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11956 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11957 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11958 * gdb.btrace/tailcall.exp: Choose test file based on target.
11959 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11960
11961 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11962
11963 * gdb.btrace/exception.exp: Increase BTS buffer size.
11964
11965 2015-03-24 Pedro Alves <palves@redhat.com>
11966
11967 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11968
11969 2015-03-24 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.threads/schedlock.exp (test_step): No longer expect that
11972 "set scheduler-locking step" with "next" over a function call runs
11973 threads unlocked.
11974
11975 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11976
11977 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11978
11979 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11980
11981 PR breakpoints/16466
11982 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11983 * gdb.mi/mi-pending.c (thread_func): New function.
11984 (int main): Add threading support required.
11985 * gdb.mi/mi-pending.exp: Add tests for this issue.
11986 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11987 (pendfunc2): Remove stdio dependency.
11988 * gdb.mi/mi-pendshr2.c: New file.
11989
11990 2015-03-23 Keith Seitz <keiths@redhat.com>
11991
11992 * gdb.linespec/keywords.c: New file.
11993 * gdb.linespec/keywords.exp: New file.
11994
11995 2015-03-23 Keith Seitz <keiths@redhat.com>
11996
11997 PR gdb/18021
11998 * gdb.dwarf2/staticvirtual.exp: New test.
11999
12000 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12001
12002 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12003 * README: Remove HP-UX and gdb.hp.
12004 (configuration):
12005 * configure: Regenerate.
12006 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12007 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12008 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12009 gdb.hp/gdb.defects/Makefile.
12010 * gdb.hp/Makefile.in: File deleted.
12011 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12012 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12013 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12014 * gdb.hp/gdb.aCC/run.c: File deleted.
12015 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12016 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12017 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12018 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12019 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12020 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12021 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12022 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12023 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12024 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12025 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12026 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12027 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12028 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12029 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12030 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12031 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12032 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12033 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12034 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12035 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12036 * gdb.hp/gdb.compat/average.c: File deleted.
12037 * gdb.hp/gdb.compat/sum.c: File deleted.
12038 * gdb.hp/gdb.compat/xdb.c: File deleted.
12039 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12040 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12041 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12042 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12043 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12044 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12045 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12046 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12047 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12048 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12049 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12050 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12051 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12052 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12053 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12054 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12055 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12056 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12057 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12058 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12059 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12060 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12061 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12062 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12063 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12064 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12065 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12066 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12067 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12068 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12069 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12070 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12071 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12072 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12073 * gdb.hp/tools/odump: File deleted.
12074
12075 2015-03-19 Pedro Alves <palves@redhat.com>
12076
12077 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12078 (saw_thread_3): New globals.
12079 (top level): Increment them when an event for the corresponding
12080 thread is seen.
12081 (no thread starvation): New test.
12082
12083 2015-03-19 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.threads/continue-pending-status.c: New file.
12086 * gdb.threads/continue-pending-status.exp: New file.
12087
12088 2015-03-18 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12091 Use gdb_is_target_remote instead of is_remote. Use
12092 gdb_test_multiple instead of gdb_expect. Exit early if
12093 gdb_test_multiple hits its internal matches. Tighten stepi tests
12094 expected output. Fail on exit with any signal, instead of just
12095 SIGILL.
12096
12097 2015-03-18 Yao Qi <yao.qi@linaro.org>
12098
12099 PR tdep/18107
12100 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12101 variable.
12102 * gdb.base/catch-syscall.exp: Don't skip it on
12103 aarch64*-*-linux* target. Remove elements in all_syscalls.
12104 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12105 target.
12106 (setup_all_syscalls): New proc.
12107
12108 2015-03-16 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12111 (top level): Skip tests if valid_addr_p returns false for
12112 $cmd1 or $cmd2.
12113
12114 2015-03-11 Andy Wingo <wingo@igalia.com>
12115
12116 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12117
12118 2015-03-11 Yao Qi <yao.qi@linaro.org>
12119
12120 * gdb.base/catch-syscall.exp: Fix typo in comments.
12121
12122 2015-03-11 Yao Qi <yao.qi@linaro.org>
12123
12124 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12125
12126 2015-03-09 Pedro Alves <palves@redhat.com>
12127
12128 * dg-extract-results.py: Delete.
12129
12130 2015-03-09 Pedro Alves <palves@redhat.com>
12131
12132 Merge dg-extract-results.sh from GCC upstream (r218843).
12133
12134 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12135 * dg-extract-results.sh: Use --text with grep to avoid issues with
12136 binary files. Fall back to cat -v, if that doesn't work.
12137
12138 2015-03-05 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12141
12142 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 * lib/mi-support.exp (mi_expect_interrupt): Accept
12145 alternative event for when in all-stop mode.
12146
12147 2015-03-04 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12150
12151 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12152
12153 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12154
12155 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12156
12157 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12158 regexps for GDB's current line display, accept a hex address
12159 preceding the line number.
12160
12161 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12162
12163 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12164 the 'arch1' variable for "s390*-linux*" targets.
12165
12166 2015-03-04 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12169 (main): Pass missing retval argument to pthread_join call.
12170
12171 2015-03-02 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12174 (top level): Call do_test with non-stop as well.
12175
12176 2015-03-02 Pedro Alves <palves@redhat.com>
12177
12178 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12179 -1.
12180
12181 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12182
12183 * gdb.arch/s390-vregs.exp: New test.
12184 * gdb.arch/s390-vregs.S: New file.
12185
12186 2015-02-27 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12189 call to catch_command_errors.
12190 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12191 catch_command_errors.
12192
12193 2015-02-27 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12196 "true" for boolean result.
12197 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12198 prototype of main.
12199
12200 2015-02-27 Pedro Alves <palves@redhat.com>
12201
12202 * lib/unbuffer_output.c: New file.
12203 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12204 (main): Call gdb_unbuffer_output.
12205
12206 2015-02-27 Yao Qi <yao.qi@linaro.org>
12207
12208 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12209 target.
12210
12211 2015-02-26 Doug Evans <dje@google.com>
12212
12213 * gdb.cp/class2.cc (Dbase, D): New classes.
12214 (main): New local delta.
12215 * gdb.cp/class2.exp: Test printing delta.
12216 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12217 (dynbar): New global.
12218 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12219
12220 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12221
12222 * gdb.compile/compile-ifunc.c: New file.
12223 * gdb.compile/compile-ifunc.exp: New file.
12224
12225 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12226
12227 * gdb.base/structs.exp: Check for correct struct on finish.
12228
12229 2015-02-26 Yao Qi <yao.qi@linaro.org>
12230
12231 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12232 is zero.
12233
12234 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12235
12236 * gdb.arch/cordic.ko.bz2: New file.
12237 * gdb.arch/cordic.ko.debug.bz2: New file.
12238 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12239
12240 2015-02-25 Yao Qi <yao.qi@linaro.org>
12241
12242 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12243 aarch64*-*-* target.
12244
12245 2015-02-23 Pedro Alves <palves@redhat.com>
12246
12247 * lib/gdb.exp (delete_breakpoints): Rewrite using
12248 gdb_test_multiple.
12249
12250 2015-02-23 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.base/info-os.c: Include stdlib.h.
12253
12254 2015-02-22 Doug Evans <xdje42@gmail.com>
12255
12256 PR symtab/17855
12257 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12258 is read after symbols have been re-read.
12259 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12260 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12261
12262 2015-02-21 Doug Evans <dje@google.com>
12263
12264 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12265
12266 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 PR corefiles/17808
12269 * gdb.arch/i386-biarch-core.core.bz2: New file.
12270 * gdb.arch/i386-biarch-core.exp: New file.
12271
12272 2015-02-21 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12275 runto_main fails.
12276
12277 2015-02-20 Pedro Alves <palves@redhat.com>
12278
12279 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12280 info probes.
12281
12282 2015-02-20 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12285
12286 2015-02-20 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12289 clean_restart before gdb_target_supports_trace.
12290
12291 2015-02-20 Pedro Alves <palves@redhat.com>
12292
12293 PR threads/18006
12294 * gdb.threads/clone-thread_db.c: New file.
12295 * gdb.threads/clone-thread_db.exp: New file.
12296
12297 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12298
12299 PR breakpoints/16812
12300 * gdb.base/catch-gdb-caused-signals.c: New file.
12301 * gdb.base/catch-gdb-caused-signals.exp: New file.
12302
12303 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12304
12305 * configure: Regenerated.
12306 * configure.ac: Use GDB_AC_TRANSFORM.
12307 * aclocal.m4: sinclude ../transform.m4.
12308
12309 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12310
12311 * lib/dtrace.exp: New file.
12312 * gdb.base/dtrace-probe.exp: Likewise.
12313 * gdb.base/dtrace-probe.d: Likewise.
12314 * gdb.base/dtrace-probe.c: Likewise.
12315 * lib/pdtrace.in: Likewise.
12316 * configure.ac: Output variables with the transformed names of
12317 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12318 * configure: Regenerated.
12319
12320 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12321
12322 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12323 expected message when trying to access $_probe_* convenience
12324 variables while not on a probe.
12325
12326 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12327
12328 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12329
12330 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12331
12332 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12333 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12334
12335 2015-02-10 Doug Evans <xdje42@gmail.com>
12336
12337 * lib/gdb.exp (gdb_load): Always return a result.
12338
12339 2015-02-10 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.threads/signal-sigtrap.c: New file.
12342 * gdb.threads/signal-sigtrap.exp: New file.
12343
12344 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12345
12346 * gdb.trace/no-attach-trace.c: New file.
12347 * gdb.trace/no-attach-trace.exp: New file.
12348
12349 2015-02-09 Mark Wielaard <mjw@redhat.com>
12350
12351 * gdb.dwarf2/atomic.c: New file.
12352 * gdb.dwarf2/atomic-type.exp: Likewise.
12353
12354 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12355
12356 * gdb.btrace/buffer-size.exp: Update "info record" output.
12357 * gdb.btrace/delta.exp: Update "info record" output.
12358 * gdb.btrace/enable.exp: Update "info record" output.
12359 * gdb.btrace/finish.exp: Update "info record" output.
12360 * gdb.btrace/instruction_history.exp: Update "info record" output.
12361 * gdb.btrace/next.exp: Update "info record" output.
12362 * gdb.btrace/nexti.exp: Update "info record" output.
12363 * gdb.btrace/step.exp: Update "info record" output.
12364 * gdb.btrace/stepi.exp: Update "info record" output.
12365 * gdb.btrace/nohist.exp: Update "info record" output.
12366
12367 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12368
12369 * gdb.btrace/buffer-size: New.
12370
12371 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12372
12373 * gdb.btrace/delta.exp: Update "info record" output.
12374 * gdb.btrace/enable.exp: Update "info record" output.
12375 * gdb.btrace/finish.exp: Update "info record" output.
12376 * gdb.btrace/instruction_history.exp: Update "info record" output.
12377 * gdb.btrace/next.exp: Update "info record" output.
12378 * gdb.btrace/nexti.exp: Update "info record" output.
12379 * gdb.btrace/step.exp: Update "info record" output.
12380 * gdb.btrace/stepi.exp: Update "info record" output.
12381 * gdb.btrace/nohist.exp: Update "info record" output.
12382
12383 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12384
12385 PR gdb/15678
12386 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12387
12388 2015-02-06 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12391 macro.
12392 (seconds_left, again): New globals.
12393 (main): Wait seconds_left in a 1-second sleep loop instead of
12394 sleeping 180 seconds. If 'again' is set, reset the seconds
12395 counter.
12396 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12397 'again' in the inferior before detaching. Print the seconds left.
12398 (options): New global.
12399 (top level): Build program with -DTIMEOUT=$timeout.
12400
12401 2015-02-06 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12404 determine how many seconds to pass to 'alarm'.
12405 * gdb.base/gdb-sigterm.exp (top level): Build program with
12406 -DTIMEOUT=$timeout.
12407 (do_test): Return success/failure indication. Add more verbose
12408 logging. Don't fail if 200 single steps are seen. Instead, fail
12409 when the test times out.
12410 (passes): New global.
12411 (top level): Break the testing loop if testing fails on any
12412 iteration. Use gdb_assert.
12413
12414 2015-02-04 Don Breazeal <donb@codesourcery.com>
12415
12416 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12417 and initialize them.
12418 (ipc_cleanup): New function.
12419 (main): Don't declare shmid, semid, and msqid. Add a call to
12420 atexit so that we call ipc_cleanup on exit.
12421
12422 2015-02-04 Pedro Alves <palves@redhat.com>
12423
12424 * boards/native-extended-gdbserver.exp: Remove any target variant
12425 specifications from the board name before clearing the isremote
12426 flag from board_info.
12427
12428 2015-01-31 Doug Evans <xdje42@gmail.com>
12429
12430 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12431
12432 2015-01-31 Gary Benson <gbenson@redhat.com>
12433
12434 * gdb.base/completion.exp: Disable completion limiting for
12435 existing tests. Add new tests to check completion limiting.
12436 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12437
12438 2015-01-31 Doug Evans <xdje42@gmail.com>
12439
12440 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12441
12442 2015-01-31 Doug Evans <xdje42@gmail.com>
12443
12444 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12445 entries. Duplicate file section script entries.
12446 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12447 inlined entries. Add test for safe-path rejection.
12448 * gdb.python/py-section-script.c: Add duplicate inlined section script
12449 entries. Duplicate file section script entries.
12450 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12451 inlined entries. Add test for safe-path rejection.
12452
12453 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12454
12455 * gdb.ada/disc_arr_bound: New testcase.
12456
12457 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12458
12459 * gdb.ada/mi_var_array: New testcase.
12460
12461 2015-01-27 Doug Evans <dje@google.com>
12462
12463 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12464 Add test for objfile.filename, objfile.username after objfile
12465 has been unloaded.
12466
12467 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12468
12469 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12470 the second test to print the name attribute of value
12471 returned by the call to gdb.lookup_type, and adjust
12472 the expected output accordingly.
12473
12474 2015-01-25 Mark Wielaard <mjw@redhat.com>
12475
12476 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12477 * gdb.base/disp-step-fork.c: Include unistd.h.
12478 * gdb.base/siginfo-obj.c: Include stdio.h.
12479 * gdb.base/siginfo-thread.c: Likewise.
12480 * gdb.mi/non-stop.c: Include unistd.h.
12481 * gdb.mi/nsthrexec.c: Include stdio.h.
12482 * gdb.mi/pthreads.c: Include unistd.h.
12483 * gdb.modula2/unbounded1.c (main): Declare returns int.
12484 * gdb.reverse/consecutive-reverse.c: Likewise.
12485 * gdb.threads/create-fail.c: Include unistd.h.
12486 * gdb.threads/killed.c: Likewise.
12487 * gdb.threads/linux-dp.c: Likewise.
12488 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12489 * gdb.threads/non-ldr-exc-2.c: Likewise.
12490 * gdb.threads/non-ldr-exc-3.c: Likewise.
12491 * gdb.threads/non-ldr-exc-4.c: Likewise.
12492 * gdb.threads/pthreads.c: Include unistd.h.
12493 (main): Declare returns int.
12494 * gdb.threads/tls-main.c (foo): New declaration.
12495 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12496
12497 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12500 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12501
12502 2015-01-15 Mark Wielaard <mjw@redhat.com>
12503
12504 * gdb.base/noreturn-return.c: New file.
12505 * gdb.base/noreturn-return.exp: New file.
12506 * gdb.base/noreturn-finish.c: New file.
12507 * gdb.base/noreturn-finish.exp: New file.
12508
12509 2015-01-23 Pedro Alves <palves@redhat.com>
12510
12511 * gdb.threads/continue-pending-after-query.c: New file.
12512 * gdb.threads/continue-pending-after-query.exp: New file.
12513
12514 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12515 Simon Marchi <simon.marchi@ericsson.com>
12516
12517 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12518 * gdb.base/valgrind-db-attach.exp: Same.
12519 * gdb.base/valgrind-infcall.exp: Same.
12520 * lib/mi-support.exp (default_mi_gdb_start): Same.
12521 * lib/prompt.exp (default_prompt_gdb_start): Same.
12522 * lib/gdb.exp (default_gdb_spawn): Same.
12523 (gdb_interact): New.
12524
12525
12526 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.compile/compile.exp (pointer to jit function): New test.
12529
12530 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12531
12532 * lib/gdb.exp (supports_process_record): Return true for
12533 powerpc*-*-linux*.
12534 (supports_reverse): Likewise.
12535
12536 2015-01-15 Don Breazeal <donb@codesourcery.com>
12537
12538 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12539 instead of checking whether the target board is remote and
12540 use spawn_wait_for_attach instead of exec/sleep.
12541 * gdb.base/attach-twice.exp: Likewise.
12542
12543 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12544
12545 * gdb.ada/var_arr_attrs: New testcase.
12546
12547 2015-01-14 Pedro Alves <palves@redhat.com>
12548 Joel Brobecker <brobecker@adacore.com>
12549
12550 PR gdb/17525
12551 * gdb.base/bp-cmds-execution-x-script.c: New file.
12552 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12553 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12554
12555 2015-01-14 Pedro Alves <palves@redhat.com>
12556
12557 PR cli/17828
12558 * gdb.base/batch-preserve-term-settings.c: New file.
12559 * gdb.base/batch-preserve-term-settings.exp: New file.
12560
12561 2015-01-13 Doug Evans <dje@google.com>
12562
12563 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12564 binary.
12565
12566 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12567
12568 * Makefile.in (clean mostlyclean): Do not delete *.py.
12569
12570 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12571
12572 * gdb.python/py-lookup-type.exp: New file.
12573
12574 2015-01-12 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12577 restore GDBFLAGS before returning.
12578
12579 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12582 is_amd64_regs_target and is_x86_like_target.
12583
12584 2015-01-11 Doug Evans <xdje42@gmail.com>
12585
12586 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12587 is given without an explicit form.
12588 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12589 attributes.
12590 * gdb.dwarf/corrupt.exp: Ditto.
12591 * gdb.dwarf2/enum-type.exp: Ditto.
12592 * gdb.trace/entry-values.exp: Ditto.
12593 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12594
12595 2015-01-11 Doug Evans <xdje42@gmail.com>
12596
12597 PR gdb/15830
12598 * gdb.base/maint.exp: Remove references to "maint demangle".
12599 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12600 Add tests for explicitly specifying language to demangle.
12601 * gdb.dlang/demangle.exp: Ditto.
12602
12603 2015-01-09 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.threads/non-stop-fair-events.c: New file.
12606 * gdb.threads/non-stop-fair-events.exp: New file.
12607
12608 2015-01-09 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12611 the global scope. Set a breakpoint after all threads are started
12612 rather than stepping over two source lines. Expect the prompt.
12613 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12614 global.
12615 (NUM): Now 15.
12616 (main): Use threads_started_barrier to wait for all threads to
12617 start. Main thread no longer calls thread_function. Exit after
12618 180 seconds.
12619 (loop): New function.
12620 (thread_function): Wait on threads_started_barrier barrier. Call
12621 'loop' at each iteration.
12622 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12623 threads have started, instead of hardcoding number of "next"
12624 steps. Use an access watchpoint instead of a write watchpoint.
12625
12626 2015-01-09 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12629 (thread_func): Wait on barrier.
12630 (main): Wait for all threads to start before stopping GDB.
12631 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12632 global.
12633 (thread1_func, thread2_func): Wait on barrier.
12634 (main): Wait for all threads to start before stopping GDB.
12635 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12636 New global.
12637 (thread1_func, thread2_func): Wait on barrier.
12638 (main): Wait for all threads to start before stopping GDB.
12639
12640 2015-01-09 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.threads/attach-many-short-lived-threads.c: New file.
12643 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12644
12645 2014-01-09 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12648 instead of to thread 2.
12649 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12650 Add barrier around each pthread_create call instead of around all
12651 calls.
12652 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12653 Set a break on thread_function and have the child threads hit it
12654 one at at a time.
12655
12656 2015-01-09 Pedro Alves <palves@redhat.com>
12657
12658 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12659 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12660 false.
12661 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12662 checking whether the target board is remote.
12663 * gdb.multi/multi-attach.exp: Likewise.
12664 * gdb.python/py-sync-interp.exp: Likewise.
12665 * gdb.server/ext-attach.exp: Likewise.
12666 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12667 tests that need to attach, instead of checking whether the target
12668 board is remote at the top of the file.
12669
12670 2015-01-08 Yao Qi <yao@codesourcery.com>
12671
12672 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12673
12674 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12675
12676 Fix testcase compilation.
12677 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12678
12679 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12680
12681 * gdb.python/py-type.exp: Add a couple test about empty
12682 array creation, and negative-length array creation.
12683
12684 2015-01-02 Doug Evans <xdje42@gmail.com>
12685
12686 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12687
12688 2015-01-02 Doug Evans <dje@google.com>
12689
12690 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12691
12692 2014-12-29 Yao Qi <yao@codesourcery.com>
12693
12694 * gdb.trace/entry-values.exp: Update comments. Rename variable
12695 bar_call_foo to returned_from_foo.
12696
12697 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12698
12699 PR gdb/17394
12700 * gdb.linespec/break-asm-file.c: New file.
12701 * gdb.linespec/break-asm-file.exp: New file.
12702 * gdb.linespec/break-asm-file0.s: New file.
12703 * gdb.linespec/break-asm-file1.s: New file.
12704
12705 2014-12-18 Nigel Stephens <nigel@mips.com>
12706 Maciej W. Rozycki <macro@codesourcery.com>
12707
12708 * gdb.base/float.exp: Handle the new output from "info float" on
12709 MIPS targets.
12710
12711 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 Fix MinGW compilation.
12714 * gdb.compile/compile-ops.exp: Update untested message if
12715 !skip_compile_feature_tests.
12716 * gdb.compile/compile-setjmp.exp: Likewise.
12717 * gdb.compile/compile-tls.exp: Likewise.
12718 * gdb.compile/compile.exp: Likewise.
12719 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12720 supported on this host".
12721
12722 2014-12-16 Doug Evans <xdje42@gmail.com>
12723
12724 * boards/stabs.exp: New file.
12725
12726 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12727
12728 * gdb.base/completion.exp: Adjust to format changes of "maint
12729 print user-registers".
12730
12731 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12732
12733 PR server/17457
12734 * gdb.arch/aarch64-fp.c: New file.
12735 * gdb.arch/aarch64-fp.exp: New file.
12736
12737 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12738
12739 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12740 r210637, r210913, r211666, r215400, r215817).
12741
12742 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12743 * dg-extract-results.py: New file.
12744 * dg-extract-results.sh: Use it if the environment seems
12745 suitable.
12746
12747 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12748
12749 * dg-extract-results.py (parse_run): Handle warnings that
12750 are printed before a test harness is run.
12751
12752 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12753
12754 * dg-extract-results.py (Named): Remove __cmp__ method.
12755 (output_variation): Use a key to sort variation.harnesses.
12756
12757 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12758
12759 * dg-extract-results.py: For Python 3, force sys.stdout to
12760 handle surrogate escape sequences.
12761 (safe_open): New function.
12762 (output_segment, main): Use it.
12763
12764 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12765
12766 * dg-extract-results.py (Prog.result_re): Include options
12767 in test name.
12768
12769 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12770
12771 * dg-extract-results.py (output_variation): Always sort if
12772 do_sum.
12773
12774 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12775
12776 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12777 as long as we get pagination notifications.
12778
12779 2014-12-15 Jason Merrill <jason@redhat.com>
12780
12781 * Makefile.in (check-gdb.%): Restore.
12782 * README: Mention it.
12783
12784 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12785
12786 * gdb.ada/str_uninit: New testcase.
12787
12788 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12789
12790 PR symtab/17642
12791 * gdb.base/vla-stub-define.c: New file.
12792 * gdb.base/vla-stub.c: New file.
12793 * gdb.base/vla-stub.exp: New file.
12794
12795 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12796 Jan Kratochvil <jan.kratochvil@redhat.com>
12797 Tom Tromey <tromey@redhat.com>
12798
12799 * configure.ac: Add gdb.compile/.
12800 * configure: Regenerate.
12801 * gdb.compile/Makefile.in: New file.
12802 * gdb.compile/compile-ops.exp: New file.
12803 * gdb.compile/compile-ops.c: New file.
12804 * gdb.compile/compile-tls.c: New file.
12805 * gdb.compile/compile-tls.exp: New file.
12806 * gdb.compile/compile-constvar.S: New file.
12807 * gdb.compile/compile-constvar.c: New file.
12808 * gdb.compile/compile-mod.c: New file.
12809 * gdb.compile/compile-nodebug.c: New file.
12810 * gdb.compile/compile-setjmp-mod.c: New file.
12811 * gdb.compile/compile-setjmp.c: New file.
12812 * gdb.compile/compile-setjmp.exp: New file.
12813 * gdb.compile/compile-shlib.c: New file.
12814 * gdb.compile/compile.c: New file.
12815 * gdb.compile/compile.exp: New file.
12816 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12817
12818 2014-12-12 Tom Tromey <tromey@redhat.com>
12819
12820 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12821 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12822
12823 2014-12-12 Doug Evans <dje@google.com>
12824
12825 * lib/gdb-python.exp (get_python_valueof): New function.
12826 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12827
12828 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12829
12830 * gdb.base/completion.exp: Add test for completion of "info
12831 registers ".
12832
12833 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12834
12835 * gdb.base/func-ptrs.c: New file.
12836 * gdb.base/func-ptrs.exp: New file.
12837
12838 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12839
12840 PR breakpoints/17012
12841 * gdb.base/dprintf-detach.c: New file.
12842 * gdb.base/dprintf-detach.exp: New file.
12843
12844 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12845
12846 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12847 * lib/gdb.exp (target_is_gdbserver): New procedure.
12848
12849 2014-12-08 Doug Evans <dje@google.com>
12850
12851 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12852
12853 2014-12-05 Yao Qi <yao@codesourcery.com>
12854
12855 * gdb.guile/scm-error.exp: Remove the third argument to
12856 gdb_remote_download.
12857 * gdb.guile/scm-frame-args.exp: Likewise.
12858 * gdb.guile/scm-section-script.exp: Likewise.
12859
12860 2014-12-05 Yao Qi <yao@codesourcery.com>
12861
12862 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12863
12864 2014-12-04 Doug Evans <dje@google.com>
12865
12866 * gdb.python/py-objfile.exp: Add tests for
12867 objfile.add_separate_debug_file.
12868
12869 2014-12-04 Doug Evans <dje@google.com>
12870
12871 * lib/gdb.exp (get_build_id): New function.
12872 (build_id_debug_filename_get): Rewrite to use it.
12873 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12874
12875 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12876
12877 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12878 `method(long)', not just 0x0.
12879 * gdb.cp/nsalias.exp: Align code labels to 4.
12880 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12881 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12882 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12883 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12884 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12885 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12886
12887 2014-12-02 Doug Evans <dje@google.com>
12888
12889 PR symtab/17602
12890 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12891 * gdb.cp/anon-ns2.cc: ... here. New file.
12892 * gdb.cp/anon-ns.exp: Update.
12893
12894 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12895
12896 * gdb.python/py-events.py (inferior_call_handler): New.
12897 (register_changed_handler, memory_changed_handler): New.
12898 (test_events.invoke): Register new handlers.
12899 * gdb.python/py-events.exp: Add tests for inferior call,
12900 memory_changed and register_changed events.
12901
12902 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12903
12904 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12905 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12906 if the linker doesn't understand this.
12907
12908 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12909
12910 * gdb.python/python.exp: Change expected reply to help().
12911
12912 2014-12-01 Yao Qi <yao@codesourcery.com>
12913
12914 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12915 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12916 * configure: Re-generated.
12917
12918 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12919
12920 * gdb.cp/chained-calls.cc: New file.
12921 * gdb.cp/chained-calls.exp: New file.
12922 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12923
12924 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12925
12926 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12927 * gdb.dwarf2/symtab-producer.exp: Same.
12928 * gdb.gdb/python-interrupts.exp: Same.
12929 * gdb.gdb/python-selftest.exp: Same.
12930 * gdb.python/py-linetable.exp: Same.
12931 * gdb.python/py-type.exp: Same.
12932 * gdb.python/py-value-cc.exp: Same.
12933 * gdb.python/py-value.exp: Same.
12934
12935 2014-11-28 Yao Qi <yao@codesourcery.com>
12936
12937 * gdb.base/break-probes.exp: Match library name prefixed with
12938 sysroot.
12939
12940 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12941
12942 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12943 test expected output. Add parentheses for the call to print.
12944 Remove L suffix from integers.
12945
12946 2014-11-26 Doug Evans <dje@google.com>
12947
12948 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12949
12950 2014-11-22 Yao Qi <yao@codesourcery.com>
12951
12952 * gdb.trace/entry-values.c: Remove asms.
12953 (foo): Add foo_label.
12954 (bar): Add bar_label.
12955 * gdb.trace/entry-values.exp: Remove code computing foo's
12956 length and bar's length.
12957 (Dwarf::assemble): Invoke function_range for bar and use
12958 MACRO_AT_func for foo.
12959
12960 2014-11-22 Yao Qi <yao@codesourcery.com>
12961
12962 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12963 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12964 Use .Lgcc43_procstart instead of gcc43.
12965
12966 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12967
12968 * gdb.ada/n_arr_bound: New testcase.
12969
12970 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12971
12972 PR breakpoints/10737
12973 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12974 test_catch_syscall_multi_arch.
12975 (test_catch_syscall_multi_arch): New function.
12976
12977 2014-11-20 Doug Evans <xdje42@gmail.com>
12978
12979 * gdb.base/maint.exp: Update expected output.
12980
12981 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12982
12983 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12984 4-byte instruction on S390.
12985
12986 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12987
12988 * gdb.ada/arr_arr: New testcase.
12989
12990 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12991
12992 * gdb.ada/pkd_arr_elem: New Testcase.
12993
12994 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12995
12996 * gdb.reverse/break-precsave: Expect completion message for
12997 core file reads.
12998 * gdb.reverse/consecutive-precsave.exp: Likewise.
12999 * gdb.reverse/finish-precsave.exp: Likewise.
13000 * gdb.reverse/i386-precsave.exp: Likewise.
13001 * gdb.reverse/machinestate-precsave.exp: Likewise.
13002 * gdb.reverse/sigall-precsave.exp: Likewise.
13003 * gdb.reverse/solib-precsave.exp: Likewise.
13004 * gdb.reverse/step-precsave.exp: Likewise.
13005 * gdb.reverse/until-precsave.exp: Likewise.
13006 * gdb.reverse/watch-precsave.exp: Likewise.
13007
13008 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13009
13010 * gdb.base/bp-permanent.c: Include unistd.h.
13011 * gdb.python/py-framefilter-mi.c (main): Add return type.
13012 * gdb.python/py-framefilter.c (main): Likewise.
13013 * gdb.trace/actions-changed.c (main): Likewise.
13014
13015 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13016
13017 * gdb.mi/until.c: Add eye-catchers.
13018 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13019 line numbers.
13020
13021 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13022
13023 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13024 function header variants in break1.c.
13025 * gdb.base/ena-dis-br.exp: Likewise.
13026 * gdb.base/hbreak2.exp: Likewise.
13027 * gdb.reverse/until-precsave.exp: Drop references to removed
13028 non-prototype function header variants in ur1.c.
13029 * gdb.reverse/until-reverse.exp: Likewise.
13030
13031 2014-11-17 Petr Machata <pmachata@redhat.com>
13032
13033 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13034 ${_cu_offset_size} bytes abbrev offset.
13035
13036 2014-11-15 Doug Evans <xdje42@gmail.com>
13037
13038 PR symtab/17559
13039 * gdb.base/line-symtabs.exp: New file.
13040 * gdb.base/line-symtabs.c: New file.
13041 * gdb.base/line-symtabs.h: New file.
13042
13043 2014-11-14 Yao Qi <yao@codesourcery.com>
13044
13045 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13046 (func): Add label func_label.
13047 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13048 Replace low_pc and high_pc with MACRO_AT_range.
13049 Replace name, low_pc and high_pc with MACRO_AT_func.
13050
13051 2014-11-14 Yao Qi <yao@codesourcery.com>
13052
13053 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13054 Replace name, low_pc and high_pc with MACRO_AT_func.
13055
13056 2014-11-14 Yao Qi <yao@codesourcery.com>
13057
13058 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13059 produce debug information.
13060 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13061
13062 2014-11-14 Yao Qi <yao@codesourcery.com>
13063
13064 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13065 object and get function length.
13066 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13067 with MACRO_AT_func.
13068 (top-level): Replace gdb_compile and clean_restart with
13069 prepare_for_testing.
13070 * gdb.dwarf2/main.c (main): Add label main_label.
13071
13072 2014-11-14 Yao Qi <yao@codesourcery.com>
13073
13074 * lib/dwarf.exp (function_range): New procedure.
13075 (Dwarf::_handle_macro_at_func): New procedure.
13076 (Dwarf::_handle_macro_at_range): New procedure.
13077 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13078
13079 2014-11-14 Yao Qi <yao@codesourcery.com>
13080
13081 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13082 (_handle_attribute): New procedure.
13083
13084 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13085
13086 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13087 * gdb.base/call-sc.c (zed): Likewise.
13088 * gdb.base/checkpoint.c (main): Likewise.
13089 * gdb.base/dump.c (main): Likewise.
13090 * gdb.base/gcore.c (main): Likewise.
13091 * gdb.base/huge.c (main): Likewise.
13092 * gdb.base/multi-forks.c (main): Likewise.
13093 * gdb.base/pr10179-a.c (main): Likewise.
13094 * gdb.base/savedregs.c (main): Likewise.
13095 * gdb.base/sigaltstack.c (main): Likewise.
13096 * gdb.base/siginfo.c (main): Likewise.
13097 * gdb.base/structs.c (zed): Likewise.
13098 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13099 * gdb.mi/mi-syn-frame.c (main): Likewise.
13100 * gdb.mi/until.c (foo, main): Likewise.
13101 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13102 * gdb.base/solib-weak.c (foo): Declare.
13103 * gdb.base/attach-twice.c: Include stdio.h.
13104 * gdb.base/weaklib1.c: Likewise.
13105 * gdb.base/weaklib2.c: Likewise.
13106 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13107 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13108 unistd.h.
13109 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13110 * gdb.mi/mi-exit-code.c: Likewise.
13111 * gdb.base/break-interp-lib.c: Include string.h.
13112 * gdb.base/coremaker.c: Likewise.
13113 * gdb.base/testenv.c: Likewise.
13114 * gdb.python/py-finish-breakpoint.c: Likewise.
13115 * gdb.base/inferior-died.c: Include sys/wait.h.
13116 * gdb.base/fileio.c: Include time.h.
13117 * gdb.base/async-shell.c: Include unistd.h.
13118 * gdb.base/dprintf-non-stop.c: Likewise.
13119 * gdb.base/info-os.c: Likewise.
13120 * gdb.mi/mi-console.c: Likewise.
13121 * gdb.mi/watch-nonstop.c: Likewise.
13122 * gdb.python/py-events.c: Likewise.
13123 * gdb.base/async.c (baz): Move up before its invocation.
13124 * gdb.base/code_elim2.c (my_global_func): Likewise.
13125 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13126 * gdb.base/advance.c (func2): Likewise.
13127
13128 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13129
13130 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13131 variant.
13132 * gdb.base/annota3.c: Likewise.
13133 * gdb.base/async.c: Likewise.
13134 * gdb.base/average.c: Likewise.
13135 * gdb.base/call-ar-st.c: Likewise.
13136 * gdb.base/call-rt-st.c: Likewise.
13137 * gdb.base/call-sc.c: Likewise.
13138 * gdb.base/call-strs.c: Likewise.
13139 * gdb.base/ending-run.c: Likewise.
13140 * gdb.base/execd-prog.c: Likewise.
13141 * gdb.base/exprs.c: Likewise.
13142 * gdb.base/foll-exec.c: Likewise.
13143 * gdb.base/foll-fork.c: Likewise.
13144 * gdb.base/foll-vfork.c: Likewise.
13145 * gdb.base/funcargs.c: Likewise.
13146 * gdb.base/gcore.c: Likewise.
13147 * gdb.base/jump.c: Likewise.
13148 * gdb.base/langs0.c: Likewise.
13149 * gdb.base/langs1.c: Likewise.
13150 * gdb.base/langs2.c: Likewise.
13151 * gdb.base/mips_pro.c: Likewise.
13152 * gdb.base/nodebug.c: Likewise.
13153 * gdb.base/opaque0.c: Likewise.
13154 * gdb.base/opaque1.c: Likewise.
13155 * gdb.base/recurse.c: Likewise.
13156 * gdb.base/run.c: Likewise.
13157 * gdb.base/scope0.c: Likewise.
13158 * gdb.base/scope1.c: Likewise.
13159 * gdb.base/setshow.c: Likewise.
13160 * gdb.base/setvar.c: Likewise.
13161 * gdb.base/shmain.c: Likewise.
13162 * gdb.base/shr1.c: Likewise.
13163 * gdb.base/shr2.c: Likewise.
13164 * gdb.base/sigall.c: Likewise.
13165 * gdb.base/signals.c: Likewise.
13166 * gdb.base/so-indr-cl.c: Likewise.
13167 * gdb.base/solib2.c: Likewise.
13168 * gdb.base/structs.c: Likewise.
13169 * gdb.base/sum.c: Likewise.
13170 * gdb.base/vforked-prog.c: Likewise.
13171 * gdb.base/watchpoint.c: Likewise.
13172 * gdb.reverse/shr2.c: Likewise.
13173 * gdb.reverse/until-reverse.c: Likewise.
13174 * gdb.reverse/ur1.c: Likewise.
13175 * gdb.reverse/watch-reverse.c: Likewise.
13176
13177 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13178
13179 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13180 variant.
13181 * gdb.base/sepdebug.exp: Drop references to removed code.
13182
13183 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13184
13185 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13186 variant. Preserve original line numbering.
13187 * gdb.base/list1.c: Likewise.
13188
13189 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13190
13191 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13192 variant.
13193 * gdb.base/break1.c: Likewise.
13194 * gdb.base/break.exp: Drop references to removed code.
13195
13196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13197
13198 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13199 variant.
13200
13201 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13202
13203 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13204
13205 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13206
13207 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13208 logic into perform_all_tests() and invoke it with and without
13209 function header prototypes.
13210 (do_function_calls): Remove conditional XFAIL for PR 5318.
13211 (rerun_and_prepare): Remove duplicate code.
13212 (perform_all_tests): New. Main logic moved here.
13213
13214 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13215
13216 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13217 code guarded by #ifdef NO_PROTOTYPES.
13218 (t_double_many_args): Likewise.
13219 (DEF_FUNC_MANY_ARGS_1): Likewise.
13220 (DEF_FUNC_VALUES_1): Likewise.
13221 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13222 guarded by #ifdef PROTOTYPES.
13223
13224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13225
13226 * gdb.mi/mi-console.c: Add eye-catcher.
13227 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13228 instead of literal line number.
13229
13230 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13231
13232 * gdb.base/shr2.c: Add eye-catcher.
13233 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13234 line number.
13235
13236 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13237
13238 * gdb.base/jump.c: Add eye-catchers.
13239 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13240 numbers.
13241
13242 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13243
13244 * gdb.base/execd-prog.c: Add eye-catchers.
13245 * gdb.base/foll-exec.c: Likewise.
13246 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13247 line numbers.
13248
13249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13250
13251 * gdb.base/ending-run.c: Add eye-catchers.
13252 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13253 literal line numbers.
13254
13255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13256
13257 * gdb.base/call-rt-st.c: Add eye-catchers.
13258 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13259 literal line numbers.
13260
13261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13262
13263 * gdb.base/call-ar-st.c: Add eye-catchers.
13264 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13265 literal line numbers.
13266
13267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13268
13269 * gdb.base/average.c: Add eye-catchers.
13270 * gdb.base/sum.c: Likewise.
13271 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13272 regexps dynamically.
13273
13274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13275
13276 * gdb.base/solib1.c: Add eye-catchers.
13277 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13278 literal line numbers.
13279
13280 2014-11-12 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13283 leader has exited.
13284
13285 2014-11-12 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.arch/i386-bp_permanent.c: New file.
13288 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13289 (srcfile): Set to i386-bp_permanent.c.
13290 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13291 that stepi does not execute the 'leave' instruction, instead of
13292 testing it does execute.
13293 * gdb.base/bp-permanent.c: New file.
13294 * gdb.base/bp-permanent.exp: New file.
13295
13296 2014-11-10 Doug Evans <xdje42@gmail.com>
13297
13298 PR symtab/17564
13299 * gdb.base/symtab-search-order.exp: New file.
13300 * gdb.base/symtab-search-order.c: New file.
13301 * gdb.base/symtab-search-order-1.c: New file.
13302 * gdb.base/symtab-search-order-shlib-1.c: New file.
13303
13304 2014-11-07 Pedro Alves <palves@redhat.com>
13305
13306 PR gdb/17511
13307 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13308 i?86-*-linux*.
13309
13310 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13311
13312 PR c++/17494
13313 * gdb.cp/pr17494.cc: New file.
13314 * gdb.cp/pr17494.exp: New file.
13315
13316 2014-11-02 Yao Qi <yao@codesourcery.com>
13317
13318 * gdb.python/python.exp: Get working directory and match the
13319 output of "set extended-prompt \\w " with it.
13320
13321 2014-10-30 Doug Evans <dje@google.com>
13322
13323 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13324 in objfiles.
13325 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13326 in progspaces.
13327
13328 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13329
13330 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13331 * gdb.base/realname-expand.exp: Likewise.
13332 * gdb.linespec/macro-relative.exp: Likewise.
13333
13334 2014-10-29 Pedro Alves <palves@redhat.com>
13335
13336 PR gdb/17408
13337 * gdb.threads/schedlock.c (some_function): New function.
13338 (call_function): New global.
13339 (MAYBE_CALL_SOME_FUNCTION): New macro.
13340 (thread_function): Call it.
13341 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13342 and use it instead of a global counter. Adjust all callers.
13343 (get_current_thread): Use "find current thread" for test message
13344 here rather than having all callers pass down the same string.
13345 (goto_loop): New procedure, factored out from ...
13346 (my_continue): ... this.
13347 (step_ten_loops): Change parameter from test message to command to
13348 use. Adjust.
13349 (list_count): Delete global.
13350 (check_result): New procedure, factored out from duplicate top
13351 level code.
13352 (continue tests): Wrap in with_test_prefix.
13353 (test_step): New procedure, factored out from duplicate top level
13354 code.
13355 (top level): Test "step" in combination with all scheduler-locking
13356 modes. Test "next" in combination with all scheduler-locking
13357 modes, and in combination with stepping over a function call or
13358 not.
13359 * gdb.threads/next-bp-other-thread.c: New file.
13360 * gdb.threads/next-bp-other-thread.exp: New file.
13361
13362 2014-10-29 Pedro Alves <palves@redhat.com>
13363
13364 PR python/17372
13365 * gdb.python/python.exp: Test a multi-line command that spawns
13366 interactive Python.
13367 * gdb.base/multi-line-starts-subshell.exp: New file.
13368
13369 2014-10-29 Yao Qi <yao@codesourcery.com>
13370
13371 * gdb.base/fileio.exp: Make directories on host.
13372
13373 2014-10-29 Yao Qi <yao@codesourcery.com>
13374
13375 * gdb.base/fileio.c (test_write): Close the file.
13376
13377 2014-10-28 Pedro Alves <palves@redhat.com>
13378
13379 PR gdb/12623
13380 * gdb.base/sigstep.c (no_handler): New global.
13381 (main): If 'no_handler is true, set the signal handlers to
13382 SIG_IGN.
13383 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13384 with_sw_watch and no_handler parameters. Handle them.
13385 (top level) <stepping over handler when stopped at a breakpoint
13386 test>: Add a test axis for testing with a software watchpoint, and
13387 another for testing with the signal handler set to SIG_IGN.
13388 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13389 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13390
13391 2014-10-28 Pedro Alves <palves@redhat.com>
13392
13393 PR gdb/17511
13394 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13395 * gdb.base/sigstep.exp (other_handler_location): New global.
13396 (advance): Support stepping into the signal handler, and running
13397 commands while in the handler.
13398 (in_handler_map): New global.
13399 (top level): In the advance test, add combinations for getting
13400 into the handler with stepping commands, and for running commands
13401 in the handler. Add comment descripting the advancei tests.
13402
13403 2014-10-28 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/sigstep.exp: Use build_executable instead of
13406 prepare_for_testing.
13407 (top level): Move code that starts GDB, runs to main and creates a
13408 display to ...
13409 (restart): ... this new procedure.
13410 (top level): Move backtrace from signal handler test to ...
13411 (validate_backtrace): ... this new procedure.
13412 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13413 with_test_prefix. Always restart GDB.
13414 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13415 with_test_prefix. Always restart GDB. No need to delete
13416 breakpoints after the test.
13417 (test_skip_handler): Remove prefix parameter.
13418 (skip_over_handler, breakpoint_to_handler)
13419 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13420 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13421 restart GDB. No need to delete breakpoints after the test.
13422 (top level): Use foreach to call the test procedures with
13423 different commands.
13424
13425 2014-10-28 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13428 instead of GNATS numbers.
13429 * gdb.base/sigbpt.exp: Likewise.
13430 * gdb.base/siginfo.exp: Likewise.
13431 * gdb.base/sigstep.exp: Likewise.
13432
13433 2014-10-27 Pedro Alves <palves@redhat.com>
13434
13435 * gdb.base/sigstep.c (dummy): New global.
13436 (main): Issue a couple writes to the new global.
13437 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13438 procedures.
13439 (skip_over_handler): Use test_skip_handler.
13440 (top level): Call skip_over_handler for stepi and nexti too.
13441 (breakpoint_over_handler): Use test_skip_handler.
13442 (top level): Call breakpoint_over_handler for stepi and nexti too.
13443
13444 2014-10-27 Yao Qi <yao@codesourcery.com>
13445
13446 * gdb.trace/tfile.c (adjust_function_address)
13447 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13448 function descriptor.
13449
13450 2014-10-24 Don Breazeal <donb@codesourcery.com>
13451
13452 * gdb.base/foll-fork.exp (test_follow_fork,
13453 catch_fork_child_follow): Check for updated fork messages emitted
13454 from infrun.c.
13455 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13456 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13457 vfork_and_exec_child_follow_through_step): Check for updated vfork
13458 messages emitted from infrun.c.
13459
13460 2014-10-24 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/corefile.exp: Remove references to ultrix.
13463 * gdb.base/interrupt.exp: Likewise.
13464 * gdb.base/whatis.exp: Likewise.
13465 * gdb.gdb/selftest.exp: Likewise.
13466 * gdb.threads/manythreads.exp: Likewise.
13467 * gdb.threads/print-threads.exp: Likewise.
13468 * gdb.threads/pthreads.exp:: Likewise.
13469 * gdb.threads/schedlock.exp: Likewise.
13470
13471 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13472
13473 * gdb.cp/non-trivial-retval.cc: Add a test case.
13474 * gdb.cp/non-trivial-retval.exp: Add a test.
13475
13476 2014-10-20 Yao Qi <yao@codesourcery.com>
13477
13478 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13479 * gdb.python/py-objfile-script-gdb.py: New file.
13480 * gdb.python/py-objfile-script.exp: Update reference to
13481 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13482 of remote_download. Remove the dest file.
13483
13484 2014-10-20 Yao Qi <yao@codesourcery.com>
13485
13486 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13487 * gdb.base/step-line.exp: Likewise.
13488 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13489 * gdb.dwarf2/dw2-basic.exp: Likewise.
13490 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13491 * gdb.dwarf2/dw2-filename.exp: Likewise.
13492 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13493 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13494 * gdb.dwarf2/dw2-producer.exp: Likewise.
13495 * gdb.dwarf2/mac-fileno.exp: Likewise.
13496 * gdb.python/py-frame-args.exp: Likewise.
13497 * gdb.python/py-framefilter.exp: Likewise.
13498 * gdb.python/py-mi.exp: Likewise.
13499 * gdb.python/py-objfile-script.exp: Likewise
13500 * gdb.python/py-pp-integral.exp: Likewise.
13501 * gdb.python/py-pp-re-notag.exp: Likewise.
13502 * gdb.python/py-prettyprint.exp: Likewise.
13503 * gdb.python/py-section-script.exp: Likewise.
13504 * gdb.python/py-typeprint.exp: Likewise.
13505 * gdb.python/py-xmethods.exp: Likewise.
13506 * gdb.stabs/weird.exp: Likewise.
13507 * gdb.xml/tdesc-regs.exp: Likewise.
13508
13509 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13510
13511 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13512 (out_cu): Use addr_len for the size of addresses.
13513 (out_line): Likewise. Size DW_LNE_set_address instruction
13514 according to addr_len.
13515 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13516 (FUNC): Add START_INSNS to definition.
13517
13518 2014-10-18 Yao Qi <yao@codesourcery.com>
13519
13520 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13521 gdb_has_argv0 return true.
13522 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13523 check [target_info exists noargs], check [gdb_has_argv0]
13524 instead.
13525 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13526 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13527 procedures.
13528
13529 2014-10-17 Doug Evans <dje@google.com>
13530
13531 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13532 event.
13533 * gdb.python/py-events.py: Add clear_objfiles event.
13534
13535 2014-10-17 Doug Evans <dje@google.com>
13536
13537 * gdb.python/py-objfile.exp: Test progspace attribute.
13538
13539 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13540
13541 * gdb.guile/scm-breakpoint.exp: Do not assume any
13542 directory separators when matching source file paths.
13543 * gdb.python/py-breakpoint.exp: Likewise.
13544 * gdb.reverse/break-precsave.exp: Likewise.
13545 * gdb.reverse/break-reverse.exp: Likewise.
13546 * gdb.reverse/consecutive-precsave.exp: Likewise.
13547 * gdb.reverse/finish-precsave.exp: Likewise.
13548 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13549 * gdb.reverse/finish-reverse.exp: Likewise.
13550 * gdb.reverse/i386-precsave.exp: Likewise.
13551 * gdb.reverse/i387-env-reverse.exp: Likewise.
13552 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13553 * gdb.reverse/machinestate-precsave.exp: Likewise.
13554 * gdb.reverse/machinestate.exp: Likewise.
13555 * gdb.reverse/sigall-precsave.exp: Likewise.
13556 * gdb.reverse/solib-precsave.exp: Likewise.
13557 * gdb.reverse/step-precsave.exp: Likewise.
13558 * gdb.reverse/until-precsave.exp: Likewise.
13559 * gdb.reverse/watch-precsave.exp: Likewise.
13560 * gdb.reverse/watch-reverse.exp: Likewise.
13561
13562 2014-10-17 Yao Qi <yao@codesourcery.com>
13563
13564 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13565 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13566
13567 2014-10-17 Pedro Alves <palves@redhat.com>
13568
13569 PR gdb/17471
13570 * gdb.base/bg-execution-repeat.c: New file.
13571 * gdb.base/bg-execution-repeat.exp: New file.
13572
13573 2014-10-17 Pedro Alves <palves@redhat.com>
13574
13575 PR gdb/17300
13576 * gdb.base/continue-all-already-running.c: New file.
13577 * gdb.base/continue-all-already-running.exp: New file.
13578
13579 2014-10-17 Pedro Alves <palves@redhat.com>
13580
13581 PR gdb/17472
13582 * gdb.base/annota-input-while-running.c: New file.
13583 * gdb.base/annota-input-while-running.exp: New file.
13584
13585 2014-10-17 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.base/callfuncs.exp: emove references to osf.
13588 * gdb.base/sigall.exp: Likewise.
13589 * gdb.gdb/selftest.exp: Likewise.
13590 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13591 * gdb.mi/non-stop.c: Likewise.
13592 * gdb.mi/pthreads.c: Likewise.
13593 * gdb.reverse/sigall-precsave.exp: Likewise.
13594 * gdb.reverse/sigall-reverse.exp: Likewise.
13595 * gdb.threads/pthreads.c: Likewise.
13596 * gdb.threads/pthreads.exp: Likewise.
13597
13598 2014-10-17 Yao Qi <yao@codesourcery.com>
13599
13600 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13601 check 'target_info exists noargs'.
13602 (test_command_prompt_position): Likewise.
13603 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13604 Remove "set args".
13605 (progvar_simple_while_test): Likewise.
13606 (progvar_complex_if_while_test): Likewise.
13607 (if_while_breakpoint_command_test): Likewise.
13608 (infrun_breakpoint_command_test): Likewise.
13609 (breakpoint_command_test): Likewise.
13610 (watchpoint_command_test): Likewise.
13611 (bp_deleted_in_command_test): Likewise.
13612 (temporary_breakpoint_commands): Likewise.
13613
13614 2014-10-16 Yao Qi <yao@codesourcery.com>
13615
13616 * gdb.base/remotetimeout.exp: Remove noargs checking.
13617
13618 2014-10-15 Pedro Alves <palves@redhat.com>
13619
13620 PR breakpoints/9649
13621 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13622 * gdb.base/breakpoint-in-ro-region.exp
13623 (probe_target_hardware_step): New procedure.
13624 (top level): Probe hardware stepping and hardware breakpoint
13625 support. Test stepping through a read-only region, with both
13626 "breakpoint auto-hw" on and off and both "always-inserted" on and
13627 off.
13628
13629 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13630
13631 * gdb.dlang/demangle.exp: Update for demangling changes.
13632
13633 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13634
13635 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13636 * gdb.cp/non-trivial-retval.exp: Add new tests.
13637
13638 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13639
13640 PR c++/13403
13641 PR c++/15154
13642 * gdb.cp/non-trivial-retval.cc: New file.
13643 * gdb.cp/non-trivial-retval.exp: New file.
13644
13645 2014-10-15 Yao Qi <yao@codesourcery.com>
13646
13647 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13648 remote host.
13649
13650 2014-10-15 Yao Qi <yao@codesourcery.com>
13651
13652 * gdb.python/py-symbol.exp: Match file base name if host is
13653 remote, otherwise match file name with dir name.
13654 * gdb.python/py-symtab.exp: Likewise.
13655 * gdb.python/python.exp: Likewise.
13656
13657 2014-10-15 Yao Qi <yao@codesourcery.com>
13658
13659 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13660 pattern.
13661 * gdb.python/py-symtab.exp: Likewise.
13662 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13663 locationn.
13664
13665 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13666
13667 * gdb.ada/addr_arith: New testcase.
13668
13669 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13670
13671 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13672 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13673 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13674 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13675
13676 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13677
13678 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13679 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13680 * gdb.arch/stap-eval-lang-ada.exp: New file.
13681
13682 2014-10-14 Yao Qi <yao@codesourcery.com>
13683
13684 * gdb.mi/mi-var-child.c (nothing1): New function.
13685 (nothing2): New function.
13686 (do_children_tests): Set function pointers by nothing1 and
13687 nothing2.
13688 * gdb.mi/mi-var-child.exp: Step over new added statements.
13689 Update test to match the new output.
13690 * gdb.mi/var-cmd.c (nothing1): New function.
13691 (nothing2): New function.
13692 (do_children_tests): Set function pointers by nothing1 and
13693 nothing2.
13694 * gdb.mi/mi-var-display.exp: Update test to match output.
13695 Step to the line specified by $line_dct_nothing.
13696 Increase the number of lines to step.
13697
13698 2014-10-14 Yao Qi <yao@codesourcery.com>
13699
13700 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13701 tests.
13702 * gdb.mi/mi2-var-child.exp: Likewise.
13703
13704 2014-10-13 Doug Evans <dje@google.com>
13705
13706 * gdb.python/py-objfile.exp: Change name of file name test.
13707
13708 2014-10-13 Doug Evans <dje@google.com>
13709
13710 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13711 from the start of the CU.
13712
13713 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13714 Yao Qi <yao@codesourcery.com>
13715
13716 Fix "save breakpoints" for "catch" command.
13717 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13718 Remove -nonewline. Match also the added "main" line.
13719
13720 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13721
13722 Fix "save breakpoints" for "disable $bpnum" command.
13723 * gdb.base/save-bp.c (main): Add label.
13724 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13725
13726 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13727
13728 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13729
13730 2014-10-11 Yao Qi <yao@codesourcery.com>
13731
13732 * gdb.server/server-kill.exp: Execute command
13733 "set remote trace-status-packet on" before "tstatus".
13734
13735 2014-10-11 Yao Qi <yao@codesourcery.com>
13736
13737 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13738 (main): Call getppid.
13739 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13740 and continue to it. Read variable "server_pid".
13741
13742 2014-10-11 Yao Qi <yao@codesourcery.com>
13743
13744 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13745
13746 2014-10-11 Yao Qi <yao@codesourcery.com>
13747
13748 * gdb.threads/thread-find.exp: Don't execute command
13749 "info threads".
13750 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13751 * gdb.threads/linux-dp.exp: Don't check the condition
13752 $threads_created equals to zero.
13753
13754 2014-10-10 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.base/bigcore.exp: Remove references to IRIX.
13757 * gdb.base/funcargs.exp: Likewise.
13758 * gdb.base/interrupt.exp: Likewise.
13759 * gdb.base/mips_pro.exp: Likewise.
13760 * gdb.base/nodebug.exp: Likewise.
13761 * gdb.base/setvar.exp: Likewise.
13762 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13763
13764 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13765 Pedro Alves <palves@redhat.com>
13766
13767 PR symtab/14466
13768 * gdb.base/vdso-warning.c: New file.
13769 * gdb.base/vdso-warning.exp: New file.
13770
13771 2014-10-02 Doug Evans <dje@google.com>
13772
13773 * gdb.base/structs.c (main): Don't run forever.
13774
13775 2014-10-02 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13778 (top level) <stop threads 1, stop threads 2>: Use it.
13779
13780 2014-10-02 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.threads/break-while-running.exp (test): Add new
13783 'update_thread_list' argument. Skip "info threads" if false.
13784 (top level): Add new 'update_thread_list' axis.
13785
13786 2014-10-02 Pedro Alves <palves@redhat.com>
13787
13788 PR breakpoints/17431
13789 * gdb.base/execl-update-breakpoints.c: New file.
13790 * gdb.base/execl-update-breakpoints.exp: New file.
13791
13792 2014-10-01 Pedro Alves <palves@redhat.com>
13793
13794 * gdb.base/breakpoint-in-ro-region.c: New file.
13795 * gdb.base/breakpoint-in-ro-region.exp: New file.
13796
13797 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13798
13799 * gdb.mi/mi-exit-code.exp: New file.
13800 * gdb.mi/mi-exit-code.c: New file.
13801
13802 2014-09-30 Yao Qi <yao@codesourcery.com>
13803
13804 * lib/prelink-support.exp (build_executable_own_libs): Error if
13805 the target isn't native.
13806
13807 2014-09-30 Yao Qi <yao@codesourcery.com>
13808
13809 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13810 false.
13811
13812 2014-09-22 Pedro Alves <palves@redhat.com>
13813
13814 * gdb.threads/break-while-running.exp: New file.
13815 * gdb.threads/break-while-running.c: New file.
13816
13817 2014-09-19 Yao Qi <yao@codesourcery.com>
13818
13819 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13820 Invoke test. Restart GDB with --readnow and invoke test again.
13821
13822 2014-09-19 Yao Qi <yao@codesourcery.com>
13823
13824 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13825 proc set_breakpoint_on_gcd_function. Invoke
13826 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13827 invoke set_breakpoint_on_gcd_function again.
13828
13829 2014-09-18 Doug Evans <dje@google.com>
13830
13831 * gdb.dwarf2/symtab-producer.exp: New file.
13832
13833 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13834
13835 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13836 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13837 * gdb.base/global-var-nested-by-dso.c: Likewise.
13838 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13839
13840 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13841 Pedro Alves <palves@redhat.com>
13842
13843 * gdb.base/watch-bitfields.exp: Pass string other than test file
13844 name to prepare_for_testing.
13845 (watch): New procedure.
13846 (expect_watchpoint): Use with_test_prefix.
13847 (top level): Factor out tests to ...
13848 (test_watch_location, test_regular_watch): ... these new
13849 procedures, and use with_test_prefix and gdb_continue_to_end.
13850
13851 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13852
13853 PR breakpoints/12526
13854 * gdb.base/watch-bitfields.exp: New file.
13855 * gdb.base/watch-bitfields.c: New file.
13856
13857 2014-09-16 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13860 software and hardware addresses, not software address against
13861 itself.
13862
13863 2014-09-16 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13866 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13867
13868 2014-09-16 Pedro Alves <palves@redhat.com>
13869
13870 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13871 files.
13872 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13873 "*-*-vxworks*" throughout.
13874 * gdb.base/break.exp: Likewise.
13875 * gdb.base/default.exp: Likewise.
13876 * gdb.base/scope.exp: Likewise.
13877 * gdb.base/sepdebug.exp: Likewise.
13878 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13879 throughout.
13880 * gdb.base/run.c: Likewise.
13881 * gdb.base/sepdebug.c: Likewise.
13882 * gdb.hp/gdb.aCC/run.c: Likewise.
13883 * gdb.reverse/until-reverse.c: Likewise.
13884 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13885
13886 2014-09-16 Yao Qi <yao@codesourcery.com>
13887
13888 * boards/local-remote-host-native.exp: New file.
13889
13890 2014-09-14 Doug Evans <xdje42@gmail.com>
13891
13892 * gdb.threads/queue-signal.c (thread_count): New variable.
13893 (thread_count_mutex, thread_count_condvar): New variables.
13894 (incr_thread_count, wait_all_threads_running): New functions.
13895 (main): Wait for all threads to be in their thread functions.
13896
13897 2014-09-13 Doug Evans <xdje42@gmail.com>
13898
13899 * gdb.threads/queue-signal.c: New file.
13900 * gdb.threads/queue-signal.exp: New file.
13901
13902 2014-09-13 Doug Evans <xdje42@gmail.com>
13903
13904 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13905 be consistent with what default_gdb_init uses.
13906 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13907 the plain text of the prompt. Add some logging printfs.
13908 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13909
13910 2014-09-12 Pedro Alves <palves@redhat.com>
13911
13912 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13913 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13914 * gdb.arch/i386-size-overlap.exp: Likewise.
13915 * gdb.arch/i386-size.exp: Likewise.
13916 * gdb.arch/i386-unwind.exp: Likewise.
13917 * gdb.base/a2-run.exp: Likewise.
13918 * gdb.base/break.exp: Likewise.
13919 * gdb.base/charset.exp: Likewise.
13920 * gdb.base/chng-syms.exp: Likewise.
13921 * gdb.base/commands.exp: Likewise.
13922 * gdb.base/dbx.exp: Likewise.
13923 * gdb.base/find.exp: Likewise.
13924 * gdb.base/funcargs.exp: Likewise.
13925 * gdb.base/jit-simple.exp: Likewise.
13926 * gdb.base/reread.exp: Likewise.
13927 * gdb.base/sepdebug.exp: Likewise.
13928 * gdb.base/step-bt.exp: Likewise.
13929 * gdb.cp/mb-inline.exp: Likewise.
13930 * gdb.cp/mb-templates.exp: Likewise.
13931 * gdb.objc/basicclass.exp: Likewise.
13932 * gdb.threads/killed.exp: Likewise.
13933
13934 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13935
13936 PR tdep/17379
13937 * gdb.arch/powerpc-stackless.S: New file.
13938 * gdb.arch/powerpc-stackless.exp: New file.
13939
13940 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13941
13942 * gdb.base/attach.c: Include unistd.h.
13943 (main): Call alarm. Add label postloop.
13944 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13945 gdb_breakpoint, gdb_continue_to_breakpoint.
13946 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13947
13948 2014-09-11 Pedro Alves <palves@redhat.com>
13949
13950 PR gdb/17347
13951 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13952 * gdb.base/attach.exp (test_command_line_attach_run): New
13953 procedure.
13954 (top level): Call it.
13955
13956 2014-09-11 Pedro Alves <palves@redhat.com>
13957
13958 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13959 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13960 (do_command_attach_tests): Use spawn_wait_for_attach.
13961 * gdb.base/solib-overlap.exp: Likewise.
13962 * gdb.multi/multi-attach.exp: Likewise.
13963 * gdb.python/py-prompt.exp: Likewise.
13964 * gdb.python/py-sync-interp.exp: Likewise.
13965 * gdb.server/ext-attach.exp: Likewise.
13966
13967 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13968
13969 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13970 command in testcase. Simplify testcase.
13971
13972 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13973
13974 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13975
13976 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13977
13978 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13979
13980 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13981
13982 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13983
13984 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13985
13986 * gdb.dwarf2/dynarr-ptr.c: New file.
13987 * gdb.dwarf2/dynarr-ptr.exp: New file.
13988
13989 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13990
13991 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13992 of 30 rather than hardcoding 120 for a slow test case. Take the
13993 `gdb,timeout' target setting into account for this calculation.
13994 Don't extend the timeout for the test cases that don't need it.
13995
13996 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13997
13998 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13999 a factor of 2 for a slow test case. Take the `gdb,timeout'
14000 target setting into account for this calculation.
14001 * gdb.reverse/until-precsave.exp: Increase the timeout by
14002 a factor of 15 and 3 respectively rather than adding 120
14003 for a pair of slow test cases. Take the `gdb,timeout'
14004 target setting into account for this calculation.
14005
14006 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14007
14008 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14009 timeout, don't pass one down to gdb_expect.
14010 (gdb_expect): Rework timeout selection.
14011
14012 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14013
14014 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14015 exception on timeout.
14016 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14017 (gdbserver_start_extended): Catch any `gdbserver_start' error
14018 exceptions.
14019 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14020 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14021 `gdbserver_gdb_load' error exceptions.
14022
14023 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14024
14025 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14026 120 on waiting for the TCP socket to open.
14027
14028 2014-09-09 Doug Evans <xdje42@gmail.com>
14029
14030 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14031 _caller_matches, _any_caller_is, _any_caller_matches.
14032
14033 2014-09-09 Doug Evans <xdje42@gmail.com>
14034
14035 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14036
14037 2014-09-09 Yao Qi <yao@codesourcery.com>
14038
14039 * gdb.mi/mi-var-display.exp: Set print symbol off.
14040
14041 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14042
14043 PR gdb/17035
14044 * gdb.base/commands.exp: Add tests to verify user-defined
14045 commands with empty bodies.
14046 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14047 python commands in `show user command`.
14048 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14049 scheme commands in `show user command`.
14050
14051 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14052
14053 PR python/17355
14054 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14055 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14056 * gdb.python/py-framefilter-invalidarg.exp: New file.
14057 * gdb.python/py-framefilter-invalidarg.py: New file.
14058
14059 2014-09-06 Doug Evans <xdje42@gmail.com>
14060
14061 PR 15276
14062 * gdb.python/py-caller-is.c: New file.
14063 * gdb.python/py-caller-is.exp: New file.
14064
14065 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14066
14067 PR gdb/17235
14068 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14069 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14070
14071 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14072
14073 PR fortran/17237
14074 * gdb.fortran/print-formatted.exp: New file.
14075 * gdb.fortran/print-formatted.f90: Likewise.
14076
14077 2014-09-03 Sasha Smundak <asmundak@google.com>
14078
14079 * gdb.python/py-frame.exp: Test Frame.read_register.
14080
14081 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14082
14083 PR python/16699
14084 * gdb.python/py-completion.exp: New file.
14085 * gdb.python/py-completion.py: Likewise.
14086
14087 2014-08-28 Doug Evans <dje@google.com>
14088
14089 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14090 eax,etc. are live with values set by gdb and thus the compiler can't
14091 use them.
14092 * gdb.arch/i386-pseudo.c (main): Ditto.
14093
14094 2014-08-27 Doug Evans <dje@google.com>
14095
14096 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14097
14098 2014-08-25 Doug Evans <dje@google.com>
14099
14100 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14101 (main): Ditto.
14102
14103 2014-08-25 Doug Evans <dje@google.com>
14104
14105 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14106
14107 2014-08-24 Yao Qi <yao@codesourcery.com>
14108
14109 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14110 symbol off.
14111 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14112
14113 2014-08-22 Doug Evans <dje@google.com>
14114
14115 PR 17276
14116 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14117 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14118 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14119
14120 2014-08-22 Yao Qi <yao@codesourcery.com>
14121
14122 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14123 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14124 * gdb.python/python.exp: Likewise. Use .py file on the host
14125 instead of the build.
14126
14127 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14128
14129 * gdb.threads/gcore-stale-thread.c: New file.
14130 * gdb.threads/gcore-stale-thread.exp: New file.
14131
14132 2014-08-21 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14135 * gdb.base/gcore-relro-pie.exp: Likewise.
14136 * gdb.base/gcore-relro.exp: Likewise.
14137 * gdb.base/gcore.exp: Likewise.
14138 * gdb.base/print-symbol-loading.exp: Likewise.
14139 * gdb.threads/gcore-thread.exp: Likewise.
14140 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14141
14142 2014-08-20 Pedro Alves <palves@redhat.com>
14143 Jan Kratochvil <jan.kratochvil@redhat.com>
14144
14145 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14146 configure.
14147 (EXPECT): Handle READ1 being set.
14148 (all): Depend on EXTRA_RULES.
14149 (check-read1, expect-read1, read1.so, read1): New rules.
14150 * README (Testsuite Parameters): Document the READ1 make variable.
14151 (Race detection): New section.
14152 * configure: Regenerate.
14153 * configure.ac: If build==host==target, and running under a
14154 GNU/glibc system, add read1 to the extra Makefile rules.
14155 (EXTRA_RULES): AC_SUBST it.
14156 * lib/read1.c: New file.
14157
14158 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14159
14160 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14161 the handling of variables declared as a typedef to an array
14162 which a DW_AT_data_location attribute.
14163
14164 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14165 Pedro Alves <palves@redhat.com>
14166
14167 PR symtab/14604
14168 PR symtab/14605
14169 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14170 gdb_test.
14171
14172 2014-08-19 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14175
14176 2014-08-19 Yao Qi <yao@codesourcery.com>
14177
14178 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14179 right line.
14180
14181 2014-08-18 David Blaikie <dblaikie@gmail.com>
14182
14183 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14184
14185 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14186
14187 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14188 attribute in array range.
14189
14190 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14191
14192 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14193
14194 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14195
14196 PR c++/17132
14197 * gdb.cp/pr17132.cc: New file.
14198 * gdb.cp/pr17132.exp: New file.
14199
14200 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14201
14202 * gdb.python/py-xmethods.py (A_getarrayind)
14203 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14204 Use 'print' with function call syntax.
14205 (E_method_matcher.match): Fix tab vs space indentation mixup.
14206
14207 2014-08-15 Yao Qi <yao@codesourcery.com>
14208
14209 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14210 false.
14211
14212 2014-08-15 Yao Qi <yao@codesourcery.com>
14213
14214 * gdb.cp/casts.exp: Set print symbol off.
14215 * gdb.cp/class2.exp: Likewise.
14216 * gdb.cp/overload.exp: Likewise.
14217 * gdb.cp/templates.exp: Likewise.
14218
14219 2014-08-11 Doug Evans <dje@google.com>
14220
14221 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14222 (test_load_shlib): Update.
14223
14224 2014-08-09 Yao Qi <yao@codesourcery.com>
14225
14226 * gdb.base/display.exp: Invoke is_address_zero_readable.
14227 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14228 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14229 * gdb.base/hbreak-unmapped.exp: Return if
14230 is_address_zero_readable returns true.
14231 * gdb.base/signest.exp: Likewise.
14232 * gdb.base/signull.exp: Likewise.
14233 * gdb.base/sigbpt.exp: Likewise.
14234 * gdb.guile/scm-disasm.exp: Do the test if
14235 is_address_zero_readable returns false.
14236 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14237 * gdb.python/py-arch.exp: Likewise.
14238 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14239 * lib/gdb.exp (is_address_zero_readable): New proc.
14240
14241 2014-08-09 Yao Qi <yao@codesourcery.com>
14242
14243 PR testsuite/13443
14244 * gdb.mi/mi-var-display.exp: Make test messages unique.
14245
14246 2014-08-04 Tom Tromey <tromey@redhat.com>
14247
14248 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14249 target 0".
14250
14251 2014-08-04 Tom Tromey <tromey@redhat.com>
14252
14253 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14254 "target_resume".
14255
14256 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14257
14258 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14259 inner_vla_struct_object_size.
14260 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14261 as xfail.
14262
14263 2014-07-30 Pedro Alves <palves@redhat.com>
14264
14265 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14266 comment.
14267
14268 2014-07-29 Yao Qi <yao@codesourcery.com>
14269
14270 PR gdb/17206
14271 * gdb.base/until-nodebug.exp: New.
14272
14273 2014-07-28 Doug Evans <xdje42@gmail.com>
14274
14275 PR guile/17203
14276 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14277 previously existing parameter, and previously ambiguously spelled
14278 parameter.
14279
14280 2014-07-28 Will Newton <will.newton@linaro.org>
14281
14282 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14283
14284 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14285 Doug Evans <xdje42@gmail.com>
14286
14287 PR guile/17146
14288 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14289
14290 2014-07-25 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.threads/signal-command-handle-nopass.c: New file.
14293 * gdb.threads/signal-command-handle-nopass.exp: New file.
14294 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14295 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14296 * gdb.threads/signal-delivered-right-thread.c: New file.
14297 * gdb.threads/signal-delivered-right-thread.exp: New file.
14298
14299 2014-07-25 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.base/double-prompt-target-event-error.exp
14302 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14303 match.
14304 (cancel_pagination_in_target_event): Rework double prompt
14305 detection.
14306 * gdb.base/paginate-after-ctrl-c-running.exp
14307 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14308 <return>' match.
14309 * gdb.base/paginate-bg-execution.exp
14310 (test_bg_execution_pagination_return)
14311 (test_bg_execution_pagination_cancel): Remove '-notransfer
14312 <return>' matches.
14313 * gdb.base/paginate-execution-startup.exp
14314 (test_fg_execution_pagination_return)
14315 (test_fg_execution_pagination_cancel): Remove '-notransfer
14316 <return>' matches.
14317 * gdb.base/paginate-inferior-exit.exp
14318 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14319 match.
14320 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14321 * lib/gdb.exp (pagination_prompt): Run text through
14322 string_to_regexp.
14323 (gdb_test_multiple): Match $pagination_prompt instead of
14324 "<return>".
14325 (string_to_regexp): Move to lib/gdb-utils.exp.
14326
14327 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14328
14329 * gdb.arch/amd64-entry-value-paramref.S: New file.
14330 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14331 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14332 * gdb.arch/amd64-optimout-repeat.S: New file.
14333 * gdb.arch/amd64-optimout-repeat.c: New file.
14334 * gdb.arch/amd64-optimout-repeat.exp: New file.
14335
14336 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14337
14338 PR gdb/17170
14339 * gdb.base/statistics.exp: New file.
14340
14341 2014-07-17 Doug Evans <dje@google.com>
14342
14343 PR gdb/17170
14344 * gdb.base/maint.exp: Update testing of per-command stats.
14345
14346 2014-07-16 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14349 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14350 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14351 (tfile_write_buf): New functions.
14352 (add_memory_block): Rewrite using the above.
14353 (adjust_function_address): New function.
14354 (FUNCTION_ADDRESS): New macro.
14355 (write_basic_trace_file): Remove short_x local, and use
14356 tfile_write_16. Change type of func_addr local to unsigned long
14357 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14358 here. Cast argument of add_memory_block to char pointer.
14359 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14360 (main): Remove parameters.
14361 * gdb.trace/tfile.exp: Remove nowarnings.
14362
14363 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14364
14365 * gdb.base/debug-expr.exp: Test string evaluation with
14366 "debug expression" on.
14367
14368 2014-07-15 Pedro Alves <palves@redhat.com>
14369
14370 * gdb.base/reread.exp: Use clean_restart.
14371
14372 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14373
14374 * gdb.arch/avr-flash-qualifer.c: New.
14375 * gdb.arch/avr-flash-qualifer.exp: New.
14376
14377 2014-07-14 Pedro Alves <palves@redhat.com>
14378
14379 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14380 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14381
14382 2014-07-14 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.base/double-prompt-target-event-error.c: New file.
14385 * gdb.base/double-prompt-target-event-error.exp: New file.
14386
14387 2014-07-14 Pedro Alves <palves@redhat.com>
14388
14389 PR gdb/17072
14390 * gdb.base/paginate-inferior-exit.c: New file.
14391 * gdb.base/paginate-inferior-exit.exp: New file.
14392
14393 2014-07-14 Pedro Alves <palves@redhat.com>
14394
14395 PR gdb/17072
14396 * gdb.base/paginate-bg-execution.c: New file.
14397 * gdb.base/paginate-bg-execution.exp: New file.
14398
14399 2014-07-14 Pedro Alves <palves@redhat.com>
14400
14401 PR gdb/17072
14402 * gdb.base/paginate-execution-startup.c: New file.
14403 * gdb.base/paginate-execution-startup.exp: New file.
14404 * lib/gdb.exp (pagination_prompt): New global.
14405 (default_gdb_spawn): New procedure, factored out from
14406 default_gdb_spawn.
14407 (default_gdb_start): Adjust to call default_gdb_spawn.
14408 (gdb_spawn): New procedure.
14409
14410 2014-07-14 Pedro Alves <palves@redhat.com>
14411
14412 * lib/gdb.exp (gdb_assert): New procedure.
14413 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14414
14415 2014-07-14 Pedro Alves <palves@redhat.com>
14416
14417 * gdb.base/execution-termios.c: New file.
14418 * gdb.base/execution-termios.exp: New file.
14419
14420 2014-07-14 Tom Tromey <tromey@redhat.com>
14421
14422 * gdb.cp/vla-cxx.cc: New file.
14423 * gdb.cp/vla-cxx.exp: New file.
14424
14425 2014-07-14 Tom Tromey <tromey@redhat.com>
14426
14427 * gdb.reverse/rerun-prec.c: New file.
14428 * gdb.reverse/rerun-prec.exp: New file.
14429
14430 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14431 Maciej W. Rozycki <macro@codesourcery.com>
14432
14433 * lib/gdb-utils.exp: New file.
14434 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14435 inline `gdb_init_command' processing.
14436 (gdb_start_cmd): Likewise.
14437 * lib/mi-support.exp (mi_run_cmd): Likewise.
14438 * README: Document `gdb_init_command' and `gdb_init_commands'.
14439
14440 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14441
14442 Fix false FAIL running under a very long directory name.
14443 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14444 and "set print elements 10000". Twice.
14445
14446 2014-07-11 Yao Qi <yao@codesourcery.com>
14447
14448 * gdb.base/exprs.exp: "set print symbol off".
14449
14450 2014-07-11 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.threads/kill.c: New file.
14453 * gdb.threads/kill.exp: New file.
14454
14455 2014-07-10 Yao Qi <yao@codesourcery.com>
14456
14457 * gdb.trace/tfile.c (write_basic_trace_file)
14458 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14459 address written to trace file.
14460
14461 2014-07-09 Pedro Alves <palves@redhat.com>
14462
14463 * gdb.base/attach-wait-input.exp: New file.
14464 * gdb.base/attach-wait-input.c: New file.
14465
14466 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14467
14468 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14469 setting up test structures.
14470 (main): Call new test function.
14471 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14472 test function, continue into test function and walk test
14473 structures.
14474
14475 2014-07-02 Yao Qi <yao@codesourcery.com>
14476
14477 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14478 'bar_start' at the beginning of functions 'foo' and 'bar'
14479 respectively.
14480 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14481 instead of 'foo' and 'bar'.
14482
14483 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14484
14485 * gdb.btrace/segv.exp: New.
14486 * gdb.btrace/segv.c: New.
14487
14488 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14489
14490 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14491 instruction.
14492
14493 2014-06-30 Mark Wielaard <mjw@redhat.com>
14494
14495 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14496 vulture, vilify, villar): New volatile array constants.
14497 (vindictive, vegetation): New const volatile array constants.
14498 * gdb.base/volatile.exp: Test volatile and const volatile array
14499 types.
14500
14501 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14502
14503 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14504 target lacks support for awatch, rwatch, or hbreak.
14505
14506 2014-06-27 Yao Qi <yao@codesourcery.com>
14507
14508 * gdb.multi/dummy-frame-restore.exp: New.
14509 * gdb.multi/dummy-frame-restore.c: New.
14510
14511 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14512
14513 * gdb.btrace/gcore.exp: New.
14514
14515 2014-06-23 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/watchpoint-reuse-slot.c: New file.
14518 * gdb.base/watchpoint-reuse-slot.exp: New file.
14519
14520 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14521
14522 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14523 progspace's filename in 'info', 'enable' and 'disable' command
14524 tests.
14525
14526 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14527
14528 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14529 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14530 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14531
14532 2014-06-20 Gary Benson <gbenson@redhat.com>
14533
14534 * gdb.arch/i386-avx.exp: Fix include file location.
14535 * gdb.arch/i386-sse.exp: Likewise.
14536
14537 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14538
14539 * gdb.dlang/expression.exp: New file.
14540
14541 2014-06-19 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14544 out from ...
14545 (top level): ... here. Iterate running tests under different
14546 scheduler-locking settings.
14547
14548 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14549
14550 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14551 to DW_FORM_addr and use non-zero addresses.
14552
14553 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14554
14555 PR gdb/17017
14556 * gdb.python/py-xmethods.cc: Add global function call counters and
14557 increment them in their respective functions. Remove "cout"
14558 statements.
14559 * gdb.python/py-xmethods.exp: Make tests check the global function
14560 call counters instead of depending on inferior IO.
14561
14562 2014-06-18 Don Breazeal <donb@codesourcery.com>
14563
14564 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14565 Deleted procedure.
14566 (explicit_fork_parent_follow): Deleted procedure.
14567 (explicit_fork_child_follow): Deleted procedure.
14568 (test_follow_fork): New procedure.
14569 (do_fork_tests): Replace calls to deleted procedures with
14570 calls to test_follow_fork and reset GDB for subsequent
14571 procedure calls.
14572
14573 2014-06-17 Yao Qi <yao@codesourcery.com>
14574
14575 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14576 CP1252.
14577
14578 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14579
14580 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14581 Initialize ptr and S explicitly.
14582 (skip_type_update_when_not_use_rtti_test): Likewise.
14583
14584 2014-06-16 Keith Seitz <keiths@redhat.com>
14585
14586 PR mi/15863
14587 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14588 the inferior is started.
14589
14590 2014-06-16 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.base/break-main-file-remove-fail.c: New file.
14593 * gdb.base/break-main-file-remove-fail.exp: New file.
14594 * gdb.base/break-unload-file.exp: Use build_executable instead of
14595 prepare_for_testing.
14596 (test_break): New parameter "initial_load". Handle it.
14597 (top level): Add initial_load cmdline/file axis.
14598
14599 2014-06-12 Tom Tromey <tromey@redhat.com>
14600
14601 * gdb.base/completion.exp: Don't use directory name in test.
14602
14603 2014-06-09 Gary Benson <gbenson@redhat.com>
14604
14605 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14606 separate the always-available ANSI-standard signals from the
14607 signals that require checking.
14608 (main): Likewise.
14609 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14610 Likewise.
14611 (main): Likewise.
14612
14613 2014-06-07 Keith Seitz <keiths@redhat.com>
14614
14615 Revert:
14616 PR c++/16253
14617 * gdb.cp/var-tag.cc: New file.
14618 * gdb.cp/var-tag.exp: New file.
14619 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14620 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14621 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14622 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14623
14624 2014-06-06 Doug Evans <xdje42@gmail.com>
14625
14626 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14627
14628 2014-06-06 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14631 in target debug output instead of looking at RSP packets,
14632 disabling the test on any target that uses hardware stepping.
14633 Update comments.
14634
14635 2014-06-06 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.base/break-unload-file.exp: Fix typo.
14638
14639 2014-06-06 Yao Qi <yao@codesourcery.com>
14640
14641 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14642 from "jit_function" to "^jit_function".
14643
14644 2014-06-06 Yao Qi <yao@codesourcery.com>
14645
14646 * gdb.base/async.c (foo): Add one statement.
14647 * gdb.base/async.exp: Get the next instruction address and
14648 match the output of "nexti" by instruction address. Match
14649 the hex address in the output of "finish".
14650
14651 2014-06-06 Gary Benson <gbenson@redhat.com>
14652
14653 * gdb.base/call-signals.c: Remove preprocessor conditionals
14654 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14655 SIGSEGV and SIGTERM.
14656 * gdb.base/sigall.c: Likewise.
14657 * gdb.base/unwindonsignal.c: Likewise.
14658 * gdb.reverse/sigall-reverse.c: Likewise.
14659
14660 2014-06-06 Yao Qi <yao@codesourcery.com>
14661
14662 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14663 readable, skip the test.
14664
14665 2014-06-06 Yao Qi <yao@codesourcery.com>
14666
14667 * gdb.threads/staticthreads.c (thread_function): Move the line
14668 setting breakpoint on forward.
14669 * gdb.threads/staticthreads.exp: Update comments.
14670
14671 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14672
14673 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14674 "history-append! type error".
14675
14676 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14677
14678 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14679 erroneous dprintf expected input.
14680
14681 2014-06-04 Doug Evans <xdje42@gmail.com>
14682
14683 * gdb.guile/scm-generics.exp: Delete.
14684
14685 2014-06-04 Doug Evans <xdje42@gmail.com>
14686
14687 * gdb.guile/scm-breakpoint.exp: Update.
14688 Add tests for breakpoint registration.
14689
14690 2014-06-04 Tom Tromey <tromey@redhat.com>
14691
14692 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14693 VLA-in-union.
14694 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14695 inner_vla_struct, vla_union types. Initialize objects of those
14696 types and compute their sizes.
14697
14698 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14699 Hui Zhu <hui@codesourcery.com>
14700
14701 * gdb.base/fileio.exp: Add test for shell not available as well as
14702 available.
14703 * gdb.base/fileio.c (test_system): Check for shell twice.
14704
14705 2014-06-04 Yao Qi <yao@codesourcery.com>
14706
14707 * gdb.base/auto-connect-native-target.exp: Remove redundant
14708 space from the regexp pattern.
14709
14710 2014-06-04 Yao Qi <yao@codesourcery.com>
14711
14712 * gdb.base/default.exp: Replace "child" with "native" in
14713 regexp pattern.
14714
14715 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14716
14717 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14718 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14719 * gdb.python/py-xmethods.py: Python script supporting the
14720 new testcase and tests.
14721
14722 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14723 Pedro Alves <palves@redhat.com>
14724
14725 PR breakpoints/17000
14726 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14727 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14728
14729 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14730
14731 * gdb.base/subst.exp: Add tests to verify partial path matching
14732 output.
14733
14734 2014-06-03 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14737 target that doesn't use software single-stepping.
14738
14739 2014-06-03 Pedro Alves <palves@redhat.com>
14740
14741 PR breakpoints/17000
14742 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14743 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14744
14745 2014-06-02 Doug Evans <xdje42@gmail.com>
14746
14747 * gdb.guile/scm-parameter.exp: New file.
14748
14749 2014-06-02 Doug Evans <xdje42@gmail.com>
14750
14751 * gdb.guile/scm-cmd.c: New file.
14752 * gdb.guile/scm-cmd.exp: New file.
14753
14754 2014-06-02 Doug Evans <xdje42@gmail.com>
14755
14756 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14757 pretty-printer lookup.
14758 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14759 (make-pp_s-printer): Call it.
14760 (make-pretty-printer-from-dict): New function.
14761 (lookup-pretty-printer-maker-from-dict): New function.
14762 (*pretty-printer*): Simplify.
14763 (make-objfile-pp_s-printer): New function.
14764 (install-objfile-pretty-printers!): New function.
14765 (make-progspace-pp_s-printer): New function.
14766 (install-progspace-pretty-printers!): New function.
14767 * gdb.guile/scm-progspace.c: New file.
14768 * gdb.guile/scm-progspace.exp: New file.
14769
14770 2014-06-02 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/dprintf-bp-same-addr.c: New file.
14773 * gdb.base/dprintf-bp-same-addr.exp: New file.
14774
14775 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14776
14777 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14778 * gdb.arch/powerpc-power.s: Likewise.
14779
14780 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14781
14782 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14783
14784 2014-06-01 Yao Qi <yao@codesourcery.com>
14785
14786 * gdb.base/watchpoint.exp (test_watch_location): Check null
14787 pointer can be dereferenced. If not, do the test, otherwise
14788 skip it.
14789
14790 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14791
14792 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14793 results.
14794 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14795
14796 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14797
14798 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14799 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14800 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14801 * gdb.arch/amd64-invalid-stack-top.c: New file.
14802 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14803
14804 2014-05-30 Pedro Alves <palves@redhat.com>
14805
14806 PR breakpoints/17000
14807 * gdb.base/sss-bp-on-user-bp.c: New file.
14808 * gdb.base/sss-bp-on-user-bp.exp: New file.
14809
14810 2014-05-30 David Blaikie <dblaikie@gmail.com>
14811
14812 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14813 gnu_inline semantics via attribute.
14814 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14815 source explicitly specifies the required semantics.
14816
14817 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14818
14819 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14820
14821 2014-05-29 Pedro Alves <palves@redhat.com>
14822 Tom Tromey <tromey@redhat.com>
14823
14824 * gdb.base/async-shell.exp: Don't enable target-async.
14825 * gdb.base/async.exp
14826 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14827 parameter. Adjust.
14828 (top level): Don't test with "target-async".
14829 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14830 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14831 * gdb.base/inferior-died.exp: Don't enable target-async.
14832 * gdb.base/interrupt-noterm.exp: Likewise.
14833 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14834 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14835 * gdb.mi/mi-nonstop.exp: Likewise.
14836 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14837 * gdb.mi/mi-nsintrall.exp: Likewise.
14838 * gdb.mi/mi-nsmoribund.exp: Likewise.
14839 * gdb.mi/mi-nsthrexec.exp: Likewise.
14840 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14841 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14842 * gdb.python/py-evsignal.exp: Don't enable target-async.
14843 * gdb.python/py-evthreads.exp: Likewise.
14844 * gdb.python/py-prompt.exp: Likewise.
14845 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14846 * gdb.server/solib-list.exp: Don't enable target-async.
14847 * gdb.threads/thread-specific-bp.exp: Likewise.
14848 * lib/mi-support.exp: Adjust to use mi-async.
14849
14850 2014-05-29 Pedro Alves <palves@redhat.com>
14851
14852 PR gdb/13860
14853 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14854 reason, even in sync mode.
14855
14856 2014-05-29 Pedro Alves <palves@redhat.com>
14857 Hui Zhu <hui@codesourcery.com>
14858
14859 PR PR15693
14860 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14861 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14862 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14863 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14864
14865 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14866
14867 * config/monitor.exp (gdb_target_monitor): Replace use of
14868 "set remotebaud" by "set serial baud".
14869
14870 2014-05-26 Andy Wingo <wingo@igalia.com>
14871
14872 * gdb.guile/scm-breakpoint.exp:
14873 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14874 properties instead of gdb-object-properties.
14875
14876 2014-05-26 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.server/no-thread-db.exp: Specify source file name
14879 explicitly when setting a breakpoint.
14880
14881 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14882
14883 * gdb.btrace/vdso.c: New.
14884 * gdb.btrace/vdso.exp: New.
14885
14886 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14887
14888 * gdb.base/gcore.exp (capture_command_output): Move ...
14889 * lib/gdb.exp (capture_command_output): ... here.
14890
14891 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14892
14893 * gdb.btrace/data.exp: Test memory access during btrace replay.
14894
14895 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14896
14897 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14898
14899 2014-05-21 Pedro Alves <palves@redhat.com>
14900
14901 PR gdb/13860
14902 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14903 (top level): Test that output related to execution commands is
14904 sent to the console with CLI commands, but not with MI commands.
14905 Test that breakpoint events are always mirrored to the console.
14906 Also expect the new source line to be output after a "next" in
14907 async mode too. Make it a pass/fail test.
14908 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14909 output.
14910 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14911
14912 2014-05-21 Pedro Alves <palves@redhat.com>
14913
14914 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14915 Use them to test variations of "list" after reaching a breakpoint.
14916 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14917 Test "list" with listsize 10 after reaching a breakpoint.
14918 * gdb.python/python.exp (decode_line current location line
14919 number): Adjust expected line number.
14920
14921 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14922
14923 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14924 behavior for $args, pass it directly to "run".
14925
14926 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14927
14928 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14929 30000 to 65536.
14930
14931 2014-05-21 Pedro Alves <palves@redhat.com>
14932
14933 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14934 auto-connect-native-target off".
14935 * gdb.base/auto-connect-native-target.c: New file.
14936 * gdb.base/auto-connect-native-target.exp: New file.
14937
14938 2014-05-21 Pedro Alves <palves@redhat.com>
14939
14940 * gdb.base/default.exp: Test "target native" instead of "target
14941 child".
14942
14943 2014-05-21 Mark Wielaard <mjw@redhat.com>
14944
14945 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14946
14947 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14948
14949 Fix TLS access for -static -pthread.
14950 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14951 <HAVE_TLS> (thread_function, main): Initialize it.
14952 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14953 Add clean_restart.
14954 <$have_tls != "">: Check TLSVAR.
14955
14956 2014-05-21 Pedro Alves <palves@redhat.com>
14957
14958 * gdb.base/dcache-line-read-error.c: New.
14959 * gdb.base/dcache-line-read-error.exp: New.
14960
14961 2014-05-20 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.base/compare-sections.c: New file.
14964 * gdb.base/compare-sections.exp: New file.
14965
14966 2014-05-20 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.base/break-idempotent.c: New file.
14969 * gdb.base/break-idempotent.exp: New file.
14970
14971 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14972
14973 * gdb.btrace/nohist.exp: New.
14974
14975 2014-05-20 Yao Qi <yao@codesourcery.com>
14976
14977 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14978 gdb.reverse directory and gdb_reverse_timeout exists in board
14979 setting.
14980 * README: Document gdb_reverse_timeout.
14981
14982 2014-05-20 Yao Qi <yao@codesourcery.com>
14983
14984 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14985 'test_file_name'. Treat args as a string instead of a list.
14986 (gdb_init): Rename argument 'args' by 'test_file_name'.
14987
14988 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14989
14990 * gdb.arch/powerpc-power.exp: New file.
14991 * gdb.arch/powerpc-power.s: New file.
14992
14993 2014-05-16 Doug Evans <dje@google.com>
14994
14995 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14996 * gdb.base/completion.exp: Check that all expected files exist
14997 before doing file completion.
14998
14999 2014-05-16 Doug Evans <dje@google.com>
15000
15001 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15002 Update.
15003 (do_syscall_tests_without_xml): Update.
15004
15005 2014-05-16 Pedro Alves <palves@redhat.com>
15006
15007 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15008 instead of "unknown output after running".
15009
15010 2014-05-16 Yao Qi <yao@codesourcery.com>
15011
15012 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15013 file1.txt from host at the end.
15014 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15015
15016 2014-05-15 Doug Evans <dje@google.com>
15017
15018 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15019 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15020 loading file. Add test for TU lookup.
15021
15022 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15023
15024 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15025 calling "-exec-arguments" or "set args" before running the
15026 inferior.
15027
15028 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15029
15030 * lib/mi-support.exp (mi_expect_stop): Expect message for
15031 inferiors that exit with non-zero exit code.
15032
15033 2014-05-14 Yao Qi <yao@codesourcery.com>
15034
15035 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15036 match absolute path on remote host.
15037 (test_file_list_exec_source_files): Remove "/" from the
15038 pattern.
15039
15040 2014-05-14 Yao Qi <yao@codesourcery.com>
15041
15042 * boards/local-remote-host-notty.exp (${board}_file): New
15043 proc.
15044
15045 2014-05-07 Kyle McMartin <kyle@redhat.com>
15046
15047 Pushed by Joel Brobecker <brobecker@adacore.com>.
15048 * gdb.arch/aarch64-atomic-inst.c: New file.
15049 * gdb.arch/aarch64-atomic-inst.exp: New file.
15050
15051 2014-05-07 Yao Qi <yao@codesourcery.com>
15052
15053 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15054 in current context" too.
15055
15056 2014-05-05 Keith Seitz <keiths@redhat.com>
15057
15058 * gdb.linespec/ls-dollar.exp: Add test for linespec
15059 file:convenience_variable.
15060
15061 2014-05-05 Yao Qi <yao@codesourcery.com>
15062
15063 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15064 traceframes into tfile and ctf trace files. Read data from
15065 trace file and test collected data.
15066 (gdb_collect_locals_test): Likewise.
15067 (gdb_unavailable_registers_test): Likewise.
15068 (gdb_unavailable_floats): Likewise.
15069 (gdb_collect_globals_test): Likewise.
15070 (top-level): Append "ctf" to trace_file_targets if GDB
15071 supports.
15072
15073 2014-05-05 Yao Qi <yao@codesourcery.com>
15074
15075 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15076 code to ...
15077 (gdb_collect_args_test_1): ... it. New proc.
15078 (gdb_collect_locals_test): Move some code to ...
15079 (gdb_collect_locals_test_1): ... it. New proc.
15080 (gdb_unavailable_registers_test): Move some code to ...
15081 (gdb_unavailable_registers_test_1): ... it. New proc.
15082 (gdb_unavailable_floats): Move some code to ...
15083 (gdb_unavailable_floats_1): ... it. New proc.
15084
15085 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15086
15087 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15088 probes to test for bitness recognition.
15089 * gdb.arch/amd64-stap-optional-prefix.exp
15090 (test_probe_value_without_reg): New procedure.
15091 Add code to test for different kinds of bitness.
15092
15093 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15094
15095 PR breakpoints/16889
15096 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15097 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15098
15099 2014-05-01 Pedro Alves <palves@redhat.com>
15100
15101 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15102 gdb_file_cmd if no file is specified.
15103 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15104 last_loaded_file to set the remote exec-file.
15105
15106 2014-05-01 Pedro Alves <palves@redhat.com>
15107
15108 * boards/local-remote-host.exp: New file.
15109
15110 2014-05-01 Pedro Alves <palves@redhat.com>
15111
15112 * boards/local-remote-host.exp: Rename to ...
15113 * boards/local-remote-host-notty.exp: ... this.
15114
15115 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15116
15117 * gdb.ada/dyn_arrayidx: New testcase.
15118
15119 2014-04-26 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15122 and compute the length of function main. Save it in
15123 $main_length.
15124 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15125 (top-level): Use gdb_compile to compile objects into
15126 executable and restart GDB. Remove invocation to
15127 prepare_for_testing.
15128
15129 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15130 Pedro Alves <palves@redhat.com>
15131
15132 PR server/16255
15133 * gdb.multi/multi-attach.c: New file.
15134 * gdb.multi/multi-attach.exp: New file.
15135
15136 2014-04-25 Pedro Alves <palves@redhat.com>
15137
15138 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15139 user.
15140 (top level): Test that "set remote conditional-breakpoints-packet
15141 off" works as intended.
15142 * gdb.base/dprintf.exp: Test that "set remote
15143 breakpoint-commands-packet off" works as intended.
15144 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15145 New function.
15146 (top level): Call it.
15147 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15148 remote fast-tracepoints-packet off" works as intended.
15149 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15150 * lib/gdb.exp (gdb_is_target_remote): ... here.
15151
15152 2014-04-24 David Blaikie <dblaikie@gmail.com>
15153
15154 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15155 ensure clang would not discard them.
15156 * gdb.base/gdbvars.c: Ditto.
15157 * gdb.base/memattr.c: Ditto.
15158 * gdb.base/whatis.c: Ditto.
15159 * gdb.python/py-prettyprint.c: Ditto.
15160 * gdb.trace/actions.c: Ditto.
15161 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15162 ensure clang would not discard it.
15163
15164 2014-04-24 David Blaikie <dblaikie@gmail.com>
15165
15166 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15167 clang to emit the full definition of type required by the test
15168 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15169
15170 2014-04-24 David Blaikie <dblaikie@gmail.com>
15171
15172 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15173 coax Clang into emitting the definition of the type.
15174 * gdb.cp/pr10728-x.h (y): Ditto.
15175 * gdb.cp/pr10728-y.cc (y): Ditto.
15176
15177 2014-04-24 David Blaikie <dblaikie@gmail.com>
15178
15179 * gdb.base/label.exp: XFAIL label related tests under Clang.
15180 * gdb.cp/cplabel.exp: Ditto.
15181 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15182 under Clang those using labels.
15183
15184 2014-04-25 Yao Qi <yao@codesourcery.com>
15185
15186 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15187 double_label.
15188 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15189 partial_label and double_label.
15190
15191 2014-04-24 David Blaikie <dblaikie@gmail.com>
15192
15193 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15194
15195 2014-04-24 David Blaikie <dblaikie@gmail.com>
15196
15197 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15198 of the function to work across GCC and Clang.
15199 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15200 pointer types (const void ** const V void **).
15201
15202 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15203 Walfred Tedeschi <walfred.tedeschi@intel.com>
15204
15205 * Makefile.in (EXECUTABLES): Added i386-avx512.
15206 * gdb.arch/i386-avx512.c: New file.
15207 * gdb.arch/i386-avx512.exp: Likewise.
15208
15209 2014-04-23 Keith Seitz <keiths@redhat.com>
15210
15211 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15212 (mi_make_breakpoint_table): New procedure.
15213 (mi_create_breakpoint): Use mi_make_breakpoint
15214 and return the result.
15215 (mi_make_breakpoint): New procedure.
15216 (mi_build_kv_pairs): New procedure.
15217
15218 * gdb.mi/mi-break.exp: Remove unused globals,
15219 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15220 All callers updated.
15221 * gdb.mi/mi-dprintf.exp: Use variable to track command
15222 number.
15223 Update all callers of mi_create_breakpoint and use
15224 mi_make_breakpoint_table.
15225 Remove any unused global variables.
15226 * gdb.mi/mi-nonstop.exp: Likewise.
15227 * gdb.mi/mi-nsintrall.exp: Likewise.
15228 * gdb.mi/mi-nsmoribund.exp: Likewise.
15229 * gdb.mi/mi-nsthrexec.exp: Likewise.
15230 * gdb.mi/mi-reverse.exp: Likewise.
15231 * gdb.mi/mi-simplerun.exp: Likewise.
15232 * gdb.mi/mi-stepn.exp: Likewise.
15233 * gdb.mi/mi-syn-frame.exp: Likewise.
15234 * gdb.mi/mi-until.exp: Likewise.
15235 * gdb.mi/mi-var-cp.exp: Likewise.
15236 * gdb.mi/mi-var-display.exp: Likewise.
15237 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15238 * gdb.mi/mi2-var-child.exp: Likewise.
15239 * gdb.mi/mi-vla-c99.exp: Likewise.
15240 * lib/mi-support.exp: Likewise.
15241
15242 From Ian Lance Taylor <iant@cygnus.com>:
15243 * lib/gdb.exp (parse_args): New procedure.
15244
15245 2014-04-23 Pedro Alves <palves@redhat.com>
15246
15247 * gdb.base/break-unload-file.c: New file.
15248 * gdb.base/break-unload-file.exp: New file.
15249 * gdb.base/sym-file-lib.c (baz): New function.
15250 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15251 field.
15252 (load): Store the segment's mapped size.
15253 (unload): New function.
15254 (unload_shlib): New function.
15255 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15256 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15257 set a breakpoint at baz, and call it.
15258 * gdb.base/sym-file.exp: New tests for stale breakpoint
15259 instructions.
15260
15261 2014-04-23 Pedro Alves <palves@redhat.com>
15262
15263 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15264 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15265 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15266 * gdb.base/hbreak-unmapped.c: New file.
15267 * gdb.base/hbreak-unmapped.exp: New file.
15268 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15269 * lib/gdb.exp (gdb_is_target_remote): ... here.
15270
15271 2014-04-22 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.base/consecutive-step-over.c: New file.
15274 * gdb.base/consecutive-step-over.exp: New file.
15275
15276 2014-04-22 Pedro Alves <palves@redhat.com>
15277
15278 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15279 instead of send_gdb/gdb_expect.
15280
15281 2014-04-22 Yao Qi <yao@codesourcery.com>
15282
15283 * lib/trace-support.exp (generate_tracefile): New procedure.
15284 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15285 return 0.
15286 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15287 if generate_tracefile returns 1.
15288
15289 2014-04-18 Tom Tromey <palves@redhat.com>
15290 Pedro alves <tromey@redhat.com>
15291
15292 PR backtrace/15558
15293 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15294 with a backtrace limit.
15295 * gdb.python/py-frame-inline.exp: Test running to an inline
15296 function with a backtrace limit, and printing the newest frame.
15297 * gdb.python/py-frame-inline.c (main): Call f.
15298
15299 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15300
15301 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15302
15303 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15304
15305 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15306 Drop prefix from unsupported source file path.
15307
15308 2014-04-17 Yao Qi <yao@codesourcery.com>
15309
15310 * lib/gdb.exp (with_target_charset): New proc.
15311 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15312 with_target_charset.
15313 (test_print_strings): Likewise.
15314 (test_repeat_bytes): Likewise.
15315 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15316 for some tests.
15317
15318 2014-04-16 Keith Seitz <keiths@redhat.com>
15319
15320 PR gdb/15827
15321 * gdb.dwarf2/corrupt.c: New file.
15322 * gdb.dwarf2/corrupt.exp: New file.
15323
15324 2014-04-16 Keith Seitz <keiths@redhat.com>
15325
15326 PR c++/16597
15327 * gdb.cp/namelessclass.cc: New file.
15328 * gdb.cp/namelessclass.exp: New file.
15329 * gdb.cp/namelessclass.S: New file.
15330
15331 2014-04-16 Doug Evans <dje@google.com>
15332
15333 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15334 Add comment.
15335 (gdbserver_default_get_comm_port): New function.
15336 (gdbserver_start): Check if board file provided
15337 "gdbserver,get_comm_port" and use it if so.
15338 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15339 (gdb,socketport): Set to "stdio".
15340 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15341 (stdio_gdbserver_template): Delete.
15342 (${board}_get_remote_address): Update.
15343 (${board}_build_remote_cmd): Delete.
15344 (${board}_get_comm_port): New function.
15345 (${board}_spawn): Update.
15346 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15347 Delete.
15348 (${board}_get_remote_address): Update.
15349 (${board}_get_comm_port): New function.
15350
15351 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15352
15353 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15354 appearing in any order.
15355
15356 2014-04-15 Doug Evans <dje@google.com>
15357
15358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15359 uninitialized value of "description".
15360
15361 2014-04-15 Keith Seitz <keiths@redhat.com>
15362
15363 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15364 Remove unused globals.
15365 (test_running_the_program): Likewise.
15366 (test_controlled_execution): Likewise.
15367 (test_controlling_breakpoints): Likewise.
15368 (test_program_termination): Likewise.
15369
15370 2014-04-15 Keith Seitz <keiths@redhat.com>
15371
15372 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15373 unused globals.
15374 (test_rbreak_creation_and_listing): Likewise.
15375 (test_ignore_count): Likewise.
15376 (test_error): Likewise.
15377
15378 2014-04-15 Pedro Alves <palves@redhat.com>
15379
15380 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15381 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15382 sym-file-loader.c.
15383 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15384 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15385 to sym-file-loader.c.
15386 (struct library): Forward declare.
15387 (load_shlib, lookup_function): Change prototypes.
15388 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15389 (translate_offset): Remove declarations.
15390 (get_text_addr): New declaration.
15391 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15392 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15393 sym-file-loader.h.
15394 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15395 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15396 here from sym-file-loader.h.
15397 (struct library): New structure.
15398 (load_shlib, lookup_function): Change prototypes and adjust to
15399 work with a struct library.
15400 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15401 (translate_offset): Make static.
15402 (get_text_addr): New function.
15403 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15404
15405 2014-04-15 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15408
15409 2014-04-15 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/sym-file-loader.c: Include <limits.h>.
15412 (SELF_LINK): New define.
15413 (get_origin): New function.
15414 (load_shlib): Use it.
15415 * gdb.base/sym-file.exp: Don't early return if the target is
15416 remote. Use runto_main, and issue fail is that fails. Use
15417 gdb_load_shlibs.
15418 (shlib_name): Delete.
15419 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15420
15421 2014-04-15 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.base/sym-file.exp: Remove regex characters from test
15424 message. Don't refer to breakpoint numbers in test messages.
15425
15426 2014-04-14 Keith Seitz <keiths@redhat.com>
15427
15428 PR c++/16253
15429 * gdb.cp/var-tag.cc: New file.
15430 * gdb.cp/var-tag.exp: New file.
15431 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15432 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15433 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15434 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15435
15436 2014-04-14 Tom Tromey <tromey@redhat.com>
15437
15438 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15439 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15440 type.
15441 * gdb.cp/enum-class.exp: New file.
15442 * gdb.cp/enum-class.cc: New file.
15443
15444 2014-04-14 Tom Tromey <tromey@redhat.com>
15445
15446 * gdb.dwarf2/enum-type.exp: New file.
15447
15448 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15449
15450 * gdb.mi/mi-vla-c99.exp: New file.
15451 * gdb.mi/vla.c: New file.
15452
15453 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15454
15455 * gdb.base/vla-datatypes.c: New file.
15456 * gdb.base/vla-datatypes.exp: New file.
15457
15458 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15459
15460 * gdb.base/vla-ptr.c: New file.
15461 * gdb.base/vla-ptr.exp: New file.
15462
15463 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15464
15465 * gdb.dwarf2/count.exp: New file.
15466
15467 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15468
15469 * gdb.base/vla-sideeffect.c: New file.
15470 * gdb.base/vla-sideeffect.exp: New file.
15471
15472 2014-04-14 David Blaikie <dblaikie@gmail.com>
15473
15474 * gdb.mi/non-stop.c: Add return value for non-void function return
15475 statement.
15476 * gdb.threads/staticthreads.c: Ditto.
15477
15478 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15479 Doug Evans <xdje42@gmail.com>
15480
15481 * gdb.guile/scm-value.c: Improve test case.
15482 * gdb.guile/scm-value.exp: Add new test.
15483
15484 2014-04-11 David Blaikie <dblaikie@gmail.com>
15485
15486 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15487 override Clang's default.
15488
15489 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15490
15491 Revert the following changes (regressions):
15492
15493 * gdb.base/vla-sideeffect.c: New file.
15494 * gdb.base/vla-sideeffect.exp: New file.
15495
15496 * gdb.dwarf2/count.exp: New file.
15497
15498 * gdb.base/vla-multi.c: New file.
15499 * gdb.base/vla-multi.exp: New file.
15500
15501 * gdb.base/vla-ptr.c: New file.
15502 * gdb.base/vla-ptr.exp: New file.
15503
15504 * gdb.base/vla-datatypes.c: New file.
15505 * gdb.base/vla-datatypes.exp: New file.
15506
15507 * gdb.mi/mi-vla-c99.exp: New file.
15508 * gdb.mi/vla.c: New file.
15509
15510 2014-04-11 Keith Seitz <keiths@redhat.com>
15511
15512 PR c++/16675
15513 * gdb.cp/cpsizeof.exp: New file.
15514 * gdb.cp/cpsizeof.cc: New file.
15515
15516 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15517
15518 * gdb.mi/mi-vla-c99.exp: New file.
15519 * gdb.mi/vla.c: New file.
15520
15521 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15522
15523 * gdb.base/vla-datatypes.c: New file.
15524 * gdb.base/vla-datatypes.exp: New file.
15525
15526 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15527
15528 * gdb.base/vla-ptr.c: New file.
15529 * gdb.base/vla-ptr.exp: New file.
15530
15531 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15532
15533 * gdb.base/vla-multi.c: New file.
15534 * gdb.base/vla-multi.exp: New file.
15535
15536 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15537
15538 * gdb.dwarf2/count.exp: New file.
15539
15540 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15541
15542 * gdb.base/vla-sideeffect.c: New file.
15543 * gdb.base/vla-sideeffect.exp: New file.
15544
15545 2014-04-11 Yao Qi <yao@codesourcery.com>
15546
15547 * gdb.base/completion.exp: Check file exists before running tests
15548 on file completion.
15549
15550 2014-04-10 Pedro Alves <palves@redhat.com>
15551
15552 * gdb.base/cond-eval-mode.c: New file.
15553 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15554 prepare_for_testing to build the new file. Check result of
15555 runto_main.
15556 (test_break, test_watch): New procedures.
15557 (top level): Use them.
15558
15559 2014-04-08 Pierre Muller <muller@sourceware.org>
15560
15561 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15562 Ctrl-V use for mingw hosts.
15563
15564 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15565
15566 * gdb.python/py-value.c: Improve test case.
15567 * gdb.python/py-value.exp: Add new test.
15568
15569 2014-04-07 David Blaikie <dblaikie@gmail.com>
15570
15571 * lib/compiler.c: Identify the clang compiler.
15572 * lib/compiler.cc: Ditto.
15573
15574 2014-04-03 Yao Qi <yao@codesourcery.com>
15575
15576 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15577
15578 2014-04-01 Anton Blanchard <anton@samba.org>
15579
15580 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15581 messages unique.
15582
15583 2014-04-01 Anton Blanchard <anton@samba.org>
15584
15585 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15586 prepare_for_testing.
15587
15588 2014-04-01 Anton Blanchard <anton@samba.org>
15589
15590 * gdb.arch/ppc64-atomic-inst.c: Remove.
15591 * gdb.arch/ppc64-atomic-inst.S: New file.
15592 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15593
15594 2014-03-31 Doug Evans <dje@google.com>
15595
15596 * gdb.base/print-symbol-loading-lib.c: New file.
15597 * gdb.base/print-symbol-loading-main.c: New file.
15598 * gdb.base/print-symbol-loading.exp: New file.
15599
15600 2014-03-31 Yao Qi <yao@codesourcery.com>
15601
15602 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15603
15604 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15605
15606 * gdb.ada/mi_dyn_arr: New testcase.
15607
15608 2014-03-27 Doug Evans <dje@google.com>
15609
15610 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15611
15612 2014-03-27 Yao Qi <yao@codesourcery.com>
15613
15614 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15615 if target is nios2-*-*.
15616
15617 2014-03-26 Yao Qi <yao@codesourcery.com>
15618
15619 * lib/gdb.exp (readline_is_used): New proc.
15620 * gdb.base/completion.exp: Move tests on command complete up.
15621 Skip the rest of tests if readline is not used.
15622 * gdb.ada/complete.exp: Skp the test if readline is not
15623 used.
15624 * gdb.base/filesym.exp: Likewise.
15625 * gdb.base/macscp.exp: Likewise.
15626 * gdb.base/readline-ask.exp: Likewise.
15627 * gdb.base/readline.exp: Likewise.
15628 * gdb.python/py-cmd.exp: Likewise.
15629 * gdb.trace/tfile.exp: Likewise.
15630
15631 2014-03-26 Yao Qi <yao@codesourcery.com>
15632
15633 * gdb.base/macscp.exp: Fix code format issues.
15634
15635 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15636
15637 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15638 * gdb.asm/powerpc64le.inc: New file.
15639
15640 2014-03-25 Pedro Alves <palves@redhat.com>
15641 Doug Evans <dje@google.com>
15642
15643 * gdb.base/source-execution.c: New file.
15644 * gdb.base/source-execution.exp: New file.
15645 * gdb.base/source-execution.gdb: New file.
15646
15647 2014-03-24 Doug Evans <dje@google.com>
15648
15649 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15650 using fission.
15651
15652 2014-03-24 Hui Zhu <hui@codesourcery.com>
15653 Pedro Alves <palves@redhat.com>
15654
15655 PR breakpoints/16101
15656 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15657 test pass/fail messages. Detect missing support for dprintf when
15658 breakpoints are actually inserted.
15659 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15660 breakpoints are actually inserted.
15661 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15662 fails.
15663
15664 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15665
15666 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15667
15668 2014-03-22 Doug Evans <xdje42@gmail.com>
15669
15670 * gdb.python/python.exp (python not supported): Verify multi-line
15671 python command issues an error.
15672 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15673 guile command issues an error.
15674
15675 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15676
15677 * gdb.threads/thread-specific.exp: Handle the lack of usable
15678 $this_breakpoint and $this_thread.
15679
15680 2014-03-21 Hui Zhu <hui@codesourcery.com>
15681
15682 * gdb.base/attach.exp (do_command_attach_tests): New.
15683
15684 2014-03-20 Tom Tromey <tromey@redhat.com>
15685 Pedro Alves <palves@redhat.com>
15686
15687 PR cli/15718
15688 * gdb.base/condbreak-call-false.c: New file.
15689 * gdb.base/condbreak-call-false.exp: New file.
15690
15691 2014-03-20 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15694 Delete.
15695 (block_signals, unblock_signals): Delete.
15696 (child_function_2, main): Remove references to deleted variable
15697 and functions.
15698
15699 2014-03-20 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15702 Use pthread_kill to signal thread 2.
15703 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15704 Adjust to make the test send itself a signal rather than using the
15705 host's "kill" command.
15706
15707 2014-03-20 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.threads/multiple-step-overs.c: New file.
15710 * gdb.threads/multiple-step-overs.exp: New file.
15711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15712 Adjust expected infrun debug output.
15713
15714 2014-03-20 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15717 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15718
15719 2014-03-20 Pedro Alves <palves@redhat.com>
15720
15721 PR breakpoints/7143
15722 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15723 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15724 of gdb_test_multiple.
15725 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15726 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15727
15728 2014-03-20 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15731 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15732
15733 2014-03-19 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.base/async.exp: Remove early return.
15736
15737 2014-03-19 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15740
15741 2014-03-19 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/async.exp (test_background): Expect \r\n after
15744 "completed." in the fail pattern.
15745
15746 2014-03-19 Pedro Alves <palves@redhat.com>
15747
15748 * gdb.base/async.exp (test_background): New procedure.
15749 Use it for all background execution command tests.
15750
15751 2014-03-19 Pedro Alves <palves@redhat.com>
15752
15753 * gdb.base/async.exp: Use prepare_for_testing.
15754
15755 2014-03-19 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15758 the same line.
15759
15760 2014-03-19 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.base/async.c (main): Add "jump here" and "until here" line
15763 marker comments.
15764 * gdb.base/async.exp (jump_here): New global.
15765 (jump& test): Use it.
15766 (until_here): New global.
15767 (until& test): Use it.
15768
15769 2014-03-19 Pedro Alves <palves@redhat.com>
15770
15771 * gdb.base/async.exp: Don't frob gdb_protocol.
15772
15773 2014-03-18 Doug Evans <xdje42@gmail.com>
15774
15775 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15776 Fix spelling of exec-done-display.
15777
15778 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15779
15780 PR gdb/15358
15781 * gdb.base/gdb-sigterm.c: New file.
15782 * gdb.base/gdb-sigterm.exp: New file.
15783
15784 2014-03-18 Pedro Alves <palves@redhat.com>
15785
15786 PR gdb/13860
15787 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15788 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15789 solib-event.
15790
15791 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15792
15793 * gdb.ada/pckd_arr_ren: New testcase.
15794
15795 2014-03-13 Doug Evans <xdje42@gmail.com>
15796
15797 PR guile/16612
15798 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15799 collect after discarding symbols.
15800
15801 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15802 Doug Evans <xdje42@gmail.com>
15803
15804 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15805 to history survives a gc.
15806
15807 2014-03-13 Pedro Alves <palves@redhat.com>
15808
15809 * gdb.base/default.exp: Don't test "target procfs".
15810
15811 2014-03-13 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.base/default.exp: Update "target child" and "target procfs"
15814 tests to not expect "Unix".
15815
15816 2014-03-12 Tom Tromey <tromey@redhat.com>
15817
15818 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15819 New procs. Add target-async tests.
15820 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15821 Add target-async tests.
15822
15823 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15824
15825 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15826 'func_start' and 'func_end' for the beginning and end of the
15827 function code, respectively.
15828 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15829 'func_end' instead of 'func' and 'main'.
15830
15831 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15832
15833 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15834 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15835 generate the debug info assembler source.
15836
15837 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15838
15839 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15840 * gdb.dwarf2/arr-subrange.exp: Likewise.
15841 * gdb.dwarf2/dwz.exp: Likewise.
15842 * gdb.dwarf2/method-ptr.exp: Likewise.
15843 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15844 * gdb.dwarf2/subrange.exp: Likewise.
15845 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15846 * gdb.dwarf2/implptrpiece.exp: Likewise.
15847 * gdb.dwarf2/nostaticblock.exp: Likewise.
15848
15849 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15850
15851 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15852 directory to absolute path name arguments.
15853
15854 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15855
15856 * gdb.ada/tagged_access: New testcase.
15857
15858 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15859
15860 * gdb.btrace/data.exp: Update expected output.
15861
15862 2014-03-06 Yao Qi <yao@codesourcery.com>
15863
15864 * gdb.trace/pr16508.exp: New file.
15865
15866 2014-03-05 Pedro Alves <palves@redhat.com>
15867
15868 PR gdb/16575
15869 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15870 procedure.
15871 (top level): Adjust to use it. Add tests that exercise breakpoint
15872 interaction with the code-cache.
15873
15874 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15875
15876 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15877 test for 'history-append!'.
15878
15879 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15880
15881 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15882 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15883 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15884 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15885 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15886 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15887
15888 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15889
15890 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15891 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15892 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15893
15894 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15895
15896 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15897
15898 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15899
15900 * gdb.dwarf2/arr-stride.c: New file.
15901 * gdb.dwarf2/arr-stride.exp: New file.
15902
15903 2014-02-26 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15906 that won't ever trigger. Make sure that GDB reports the correct
15907 breakpoint that caused the stop.
15908
15909 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15910
15911 PR gdb/16626
15912 * gdb.base/auto-load-script: New file.
15913 * gdb.base/auto-load.c: New file.
15914 * gdb.base/auto-load.exp: New file.
15915
15916 PR gdb/16626
15917 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15918
15919 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15920
15921 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15922 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15923
15924 2014-02-24 Doug Evans <dje@google.com>
15925
15926 * lib/gdb.exp (run_on_host): Log error output if program fails.
15927
15928 2014-02-21 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.threads/step-after-sr-lock.c: Rename to ...
15931 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15932 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15933 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15934 ... this.
15935
15936 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15937
15938 PR tdep/16397
15939 * gdb.arch/amd64-stap-special-operands.exp: New file.
15940 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15941 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15942 * gdb.arch/amd64-stap-triplet.S: Likewise.
15943 * gdb.arch/amd64-stap-triplet.c: Likewise.
15944
15945 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15946
15947 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15948 in .section pseudo-op.
15949
15950 2014-02-20 lin zuojian <manjian2006@gmail.com>
15951 Joel Brobecker <brobecker@adacore.com>
15952 Doug Evans <xdje42@gmail.com>
15953
15954 PR symtab/16581
15955 * gdb.dwarf2/dw2-icycle.S: New file.
15956 * gdb.dwarf2/dw2-icycle.c: New file.
15957 * gdb.dwarf2/dw2-icycle.exp: New file.
15958
15959 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15960
15961 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15962 operations on gdb.Value objects.
15963 * gdb.python/py-value-cc.exp: Add new test to test operations on
15964 gdb.Value objects.
15965
15966 2014-02-18 Doug Evans <dje@google.com>
15967
15968 * Makefile.in (TESTS): New variable.
15969 (expanded_tests, expanded_tests_or_none): New variables
15970 (check-single): Pass $(expanded_tests_or_none) to runtest.
15971 (check-parallel): Only run tests in $(TESTS) if non-empty.
15972 (check/no-matching-tests-found): New rule.
15973 * README: Document TESTS makefile variable.
15974
15975 2014-02-18 Doug Evans <dje@google.com>
15976
15977 * Makefile.in (check-parallel): rm -rf outputs temp.
15978
15979 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15980
15981 Fix "ERROR: no fileid for" in the testsuite.
15982 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15983
15984 2014-02-12 Doug Evans <dje@google.com>
15985
15986 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15987 (MISCELLANEOUS): New variable.
15988 (clean): rm -rf $(MISCELLANEOUS).
15989 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15990 dwp live in the same directory as symlinks, with each symlink pointed
15991 to a differently named file in a different directory.
15992
15993 2014-02-11 Doug Evans <dje@google.com>
15994
15995 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15996 of Tcl file commands.
15997
15998 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15999
16000 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16001 "kill -SIGUSR1 -1".
16002
16003 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16004
16005 * gdb.ada/tick_length_array_enum_idx: New testcase.
16006
16007 2014-02-10 Doug Evans <xdje42@gmail.com>
16008
16009 * configure.ac (AC_OUTPUT): Add gdb.guile.
16010 * configure: Regenerate.
16011 * lib/gdb-guile.exp: New file.
16012 * lib/gdb.exp (get_target_charset): New function.
16013 * gdb.base/help.exp: Update expected output from "apropos apropos".
16014 * gdb.guile/Makefile.in: New file.
16015 * gdb.guile/guile.exp: New file.
16016 * gdb.guile/scm-arch.c: New file.
16017 * gdb.guile/scm-arch.exp: New file.
16018 * gdb.guile/scm-block.c: New file.
16019 * gdb.guile/scm-block.exp: New file.
16020 * gdb.guile/scm-breakpoint.c: New file.
16021 * gdb.guile/scm-breakpoint.exp: New file.
16022 * gdb.guile/scm-disasm.c: New file.
16023 * gdb.guile/scm-disasm.exp: New file.
16024 * gdb.guile/scm-equal.c: New file.
16025 * gdb.guile/scm-equal.exp: New file.
16026 * gdb.guile/scm-error.exp: New file.
16027 * gdb.guile/scm-error.scm: New file.
16028 * gdb.guile/scm-frame-args.c: New file.
16029 * gdb.guile/scm-frame-args.exp: New file.
16030 * gdb.guile/scm-frame-args.scm: New file.
16031 * gdb.guile/scm-frame-inline.c: New file.
16032 * gdb.guile/scm-frame-inline.exp: New file.
16033 * gdb.guile/scm-frame.c: New file.
16034 * gdb.guile/scm-frame.exp: New file.
16035 * gdb.guile/scm-generics.exp: New file.
16036 * gdb.guile/scm-gsmob.exp: New file.
16037 * gdb.guile/scm-iterator.c: New file.
16038 * gdb.guile/scm-iterator.exp: New file.
16039 * gdb.guile/scm-math.c: New file.
16040 * gdb.guile/scm-math.exp: New file.
16041 * gdb.guile/scm-objfile-script-gdb.in: New file.
16042 * gdb.guile/scm-objfile-script.c: New file.
16043 * gdb.guile/scm-objfile-script.exp: New file.
16044 * gdb.guile/scm-objfile.c: New file.
16045 * gdb.guile/scm-objfile.exp: New file.
16046 * gdb.guile/scm-ports.exp: New file.
16047 * gdb.guile/scm-pretty-print.c: New file.
16048 * gdb.guile/scm-pretty-print.exp: New file.
16049 * gdb.guile/scm-pretty-print.scm: New file.
16050 * gdb.guile/scm-section-script.c: New file.
16051 * gdb.guile/scm-section-script.exp: New file.
16052 * gdb.guile/scm-section-script.scm: New file.
16053 * gdb.guile/scm-symbol.c: New file.
16054 * gdb.guile/scm-symbol.exp: New file.
16055 * gdb.guile/scm-symtab-2.c: New file.
16056 * gdb.guile/scm-symtab.c: New file.
16057 * gdb.guile/scm-symtab.exp: New file.
16058 * gdb.guile/scm-type.c: New file.
16059 * gdb.guile/scm-type.exp: New file.
16060 * gdb.guile/scm-value-cc.cc: New file.
16061 * gdb.guile/scm-value-cc.exp: New file.
16062 * gdb.guile/scm-value.c: New file.
16063 * gdb.guile/scm-value.exp: New file.
16064 * gdb.guile/source2.scm: New file.
16065 * gdb.guile/types-module.cc: New file.
16066 * gdb.guile/types-module.exp: New file.
16067
16068 2014-02-10 Yao Qi <yao@codesourcery.com>
16069
16070 PR testsuite/16543
16071 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16072 * configure: Regenerated.
16073 * Makefile.in: New file.
16074
16075 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16076
16077 * gdb.python/py-framefilter.exp: Fix typo.
16078
16079 2014-02-08 Yao Qi <yao@codesourcery.com>
16080
16081 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16082 that no =breakpoint-modified is emitted when breakpoints are
16083 modified through MI commands.
16084
16085 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16086 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.threads/step-after-sr-lock.c: New file.
16089 * gdb.threads/step-after-sr-lock.exp: New file.
16090
16091 2014-02-07 Pedro Alves <palves@redhat.com>
16092
16093 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16094
16095 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16096
16097 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16098 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16099
16100 2014-02-06 Doug Evans <xdje42@gmail.com>
16101
16102 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16103 output.
16104
16105 * gdb.gdb/python-interrupts.exp: New file.
16106
16107 2014-02-05 Yao Qi <yao@codesourcery.com>
16108
16109 * gdb.trace/report.exp (use_collected_data): Test the output
16110 of "info threads" and "info inferiors".
16111
16112 2014-02-05 Yao Qi <yao@codesourcery.com>
16113
16114 Revert this patch:
16115
16116 2013-05-24 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.trace/tfile.exp: Test inferior and thread.
16119
16120 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16121
16122 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16123 on a function.
16124 * gdb.base/step-bt.c: Call hello via function pointer to make
16125 sure its first instruction is executed on powerpc64le-linux.
16126
16127 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16128
16129 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16130
16131 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16132
16133 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16134 of the test patterns for use on little-endian systems.
16135
16136 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16137
16138 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16139 (decimal_vector): Fix for little-endian.
16140
16141 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16142
16143 * gdb.arch/sparc-sysstep.exp: New file.
16144 * gdb.arch/sparc-sysstep.c: Likewise.
16145
16146 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16147
16148 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16149
16150 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16151
16152 2014-01-23 Tom Tromey <tromey@redhat.com>
16153
16154 * gdb.ada/array_char_idx: New testcase.
16155
16156 2014-01-23 Tom Tromey <tromey@redhat.com>
16157
16158 PR python/16487:
16159 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16160 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16161 classes.
16162
16163 2014-01-23 Tom Tromey <tromey@redhat.com>
16164
16165 PR python/16491:
16166 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16167 string from an inferior frame.
16168 * gdb.python/py-framefilter-mi.exp: Update.
16169
16170 2014-01-22 Doug Evans <dje@google.com>
16171
16172 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16173
16174 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16175
16176 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16177
16178 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16179
16180 * gdb.trace/entry-values.exp: Remove excess space character from
16181 regex patterns. Handle s390 call instruction.
16182
16183 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16184
16185 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16186 define "*_start" label. Make "name" static.
16187 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16188 ${name} by references to ${name}_start.
16189
16190 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16191
16192 * gdb.base/info-macros.exp: Remove "debug" from the compile
16193 options.
16194
16195 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16196
16197 * gdb.dlang/demangle.exp: New file.
16198
16199 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16200
16201 * gdb.dlang/primitive-types.exp: New file.
16202
16203 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16204
16205 * configure.ac: Create gdb.dlang/Makefile.
16206 * configure: Regenerate.
16207 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16208 * gdb.dlang/Makefile.in: New file.
16209 * lib/d-support.exp: New file.
16210 * lib/gdb.exp (skip_d_tests): New proc.
16211
16212 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16213
16214 * gdb.btrace/delta.exp: Check reverse stepi.
16215 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16216 * gdb.btrace/finish.exp: New.
16217 * gdb.btrace/next.exp: New.
16218 * gdb.btrace/nexti.exp: New.
16219 * gdb.btrace/record_goto.c: Add comments.
16220 * gdb.btrace/step.exp: New.
16221 * gdb.btrace/stepi.exp: New.
16222 * gdb.btrace/multi-thread-step.c: New.
16223 * gdb.btrace/multi-thread-step.exp: New.
16224 * gdb.btrace/rn-dl-bind.c: New.
16225 * gdb.btrace/rn-dl-bind.exp: New.
16226 * gdb.btrace/data.c: New.
16227 * gdb.btrace/data.exp: New.
16228 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16229
16230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16231
16232 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16233 * gdb.btrace/exception.exp: Update.
16234 * gdb.btrace/instruction_history.exp: Update.
16235 * gdb.btrace/record_goto.exp: Update.
16236 * gdb.btrace/tailcall.exp: Update.
16237 * gdb.btrace/unknown_functions.exp: Update.
16238 * gdb.btrace/delta.exp: New.
16239
16240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16241
16242 * gdb.btrace/record_goto.exp: Add backtrace test.
16243 * gdb.btrace/tailcall.exp: Add backtrace test.
16244
16245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16246
16247 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16248 * gdb.btrace/record_goto.c: New.
16249 * gdb.btrace/record_goto.exp: New.
16250 * gdb.btrace/x86-record_goto.S: New.
16251
16252 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16253
16254 * gdb.btrace/function_call_history.exp: Update tests.
16255 * gdb.btrace/instruction_history.exp: Update tests.
16256
16257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16258
16259 * gdb.btrace/function_call_history.exp: Fix expected field
16260 order for "record function-call-history".
16261 Add new tests for "record function-call-history /c".
16262 * gdb.btrace/exception.cc: New.
16263 * gdb.btrace/exception.exp: New.
16264 * gdb.btrace/tailcall.exp: New.
16265 * gdb.btrace/x86-tailcall.S: New.
16266 * gdb.btrace/x86-tailcall.c: New.
16267 * gdb.btrace/unknown_functions.c: New.
16268 * gdb.btrace/unknown_functions.exp: New.
16269 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16270
16271 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16272
16273 * gdb.btrace/instruction_history.exp: Update.
16274 * gdb.btrace/function_call_history.exp: Update.
16275
16276 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16277
16278 * gdb.btrace/function_call_history.exp: Fix expected function
16279 trace.
16280 * gdb.btrace/instruction_history.exp: Initialize traced.
16281 Remove traced_functions.
16282
16283 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16284
16285 * gdb.btrace/function_call_history.exp: Update
16286 * gdb.btrace/instruction_history.exp: Update.
16287
16288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16289
16290 * gdb.btrace/enable.exp: Update expected text.
16291
16292 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16293
16294 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16295 bytes.
16296
16297 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16298
16299 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16300
16301 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16302
16303 * lib/gdb.exp (supports_process_record): Return true for
16304 arm*-linux*. (supports_reverse): Likewise.
16305
16306 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16307
16308 PR python/15464
16309 PR python/16113
16310 * gdb.python/py-type.c: Enhance test case.
16311 * gdb.python/py-value-cc.cc: Likewise
16312 * gdb.python/py-type.exp: Add new tests.
16313 * gdb.python/py-value-cc.exp: Likewise
16314
16315 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16316 Pedro Alves <palves@redhat.com>
16317
16318 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16319 Make "name" extern.
16320 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16321 references to ${name}_start by references to ${name}.
16322
16323 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16324
16325 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16326
16327 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16328
16329 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16330
16331 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16332 Pedro Alves <palves@redhat.com>
16333
16334 * gdb.mi/mi-info-os.exp: Connect to the target with
16335 mi_gdb_target_load.
16336
16337 2014-01-08 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.threads/reconnect-signal.c: New file.
16340 * gdb.threads/reconnect-signal.exp: New file.
16341
16342 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16343
16344 * gdb.base/source-dir.exp: New file.
16345
16346 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16347
16348 * gdb.ada/mi_interface: New testcase.
16349
16350 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16351
16352 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16353 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16354 gdb.ada/pp-rec-component/pck.ads: New files.
16355
16356 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16357
16358 * gdb.python/py-pp-integral.c: New file.
16359 * gdb.python/py-pp-integral.py: New file.
16360 * gdb.python/py-pp-integral.exp: New file.
16361
16362 For older changes see ChangeLog-1993-2013.
16363 \f
16364 ;; Local Variables:
16365 ;; mode: change-log
16366 ;; left-margin: 8
16367 ;; fill-column: 74
16368 ;; version-control: never
16369 ;; End:
16370
16371 Copyright 2014-2019 Free Software Foundation, Inc.
16372 Copying and distribution of this file, with or without modification,
16373 are permitted provided the copyright notice and this notice are preserved.
This page took 0.36102 seconds and 5 git commands to generate.