Restore original GDB prompt in define.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b863685d
RB
12019-07-10 Richard Bunt <richard.bunt@arm.com>
2 Stephen Roberts <stephen.roberts@arm.com>
3
4 * gdb.base/define.exp: Restore original prompt.
5
cb1e4e32
PA
62019-07-09 Pedro Alves <palves@redhat.com>
7
8 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
9 breakpoints" output.
10 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
11 * gdb.python/py-breakpoint.exp: No longer expect that "catch
12 throw" creates breakpoint.
13 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
14 'type="catchpoint"'.
15
b58a68fe
PA
162019-07-09 Pedro Alves <palves@redhat.com>
17
18 PR c++/15468
19 * gdb.cp/except-multi-location-lib.cc: New.
20 * gdb.cp/except-multi-location-main.cc: New.
21 * gdb.cp/except-multi-location.exp: New.
22
0826779b
PW
232019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
24
25 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
26 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
27 argument and update callers.
28
5b0e2db4
AB
292019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.arch/amd64-break-on-asm-line.S: New file.
32 * gdb.arch/amd64-break-on-asm-line.exp: New file.
33
1f6f6e21
PW
342019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
35
36 * gdb.base/printcmds.exp: Test printing C string and
37 C wide string convenience vars without transiting via the inferior.
38 Also make test names unique.
39
ea142fbf
AH
402019-07-08 Alan Hayward <alan.hayward@arm.com>
41
42 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
43
213fd9fa
PA
442019-07-04 Pedro Alves <palves@redhat.com>
45
46 * lib/gdb.exp (foreach_with_prefix): Don't return early if
47 body returned ok(0), break(3) or continue(4).
48 * gdb.testsuite/foreach_with_prefix.exp: New file.
49
2b40fda7
AH
502019-07-04 Alan Hayward <alan.hayward@arm.com>
51
52 * gdb.server/unittest.exp: Allow 0 unit tests to run.
53
a26c8de0
PA
542019-07-03 Pedro Alves <palves@redhat.com>
55
56 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
57 "return -code".
58
5f4ba3e7
PA
592019-07-03 Pedro Alves <palves@redhat.com>
60
61 PR cli/24732
62 * gdb.base/shell.exp: Load completion-support.exp.
63 Adjust expected error output. Add completion tests.
64
a994424f
PA
652019-07-03 Pedro Alves <palves@redhat.com>
66
67 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
68 string_to_regexp.
69
3d9be6f5
PA
702019-07-03 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
73 (expect_integer): Adjust to expect "-string".
74 (expect_string): New.
75 (all_options): Expect "-string".
76 (test-flag, test-boolean): Adjust to expect "-string".
77 (test-string): New proc.
78 (top level): Call it.
79
41fc454c
PA
802019-07-03 Pedro Alves <palves@redhat.com>
81
82 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
83 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
84 the expected output in the success.
85
b2b2a215
PA
862019-07-03 Pedro Alves <palves@redhat.com>
87
88 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
89 Split one gdb_test_multiple call in two to avoid a race.
90
fdbc9870
PA
912019-07-03 Pedro Alves <palves@redhat.com>
92
93 * gdb.base/with.c: New file.
94 * gdb.base/with.exp: New file.
95
c6ac8931
PA
962019-07-03 Pedro Alves <palves@redhat.com>
97
98 * gdb.base/settings.exp: Replace all references to "maint
99 test-settings set" with references to "maint set test-settings",
100 and all references to "maint test-settings show" with references
101 to "maint show test-settings".
102
970f9d09
PA
1032019-07-03 Pedro Alves <palves@redhat.com>
104
105 * gdb.base/settings.exp (test-string): Adjust expected out when
106 testing "maint test-settings show filename"
107
54d66006
PA
1082019-07-02 Pedro Alves <palves@redhat.com>
109
110 * gdb.base/options.exp (test-info-threads): New procedure.
111 (top level): Call it.
112
10d06d82
TT
1132019-06-28 Tom Tromey <tromey@adacore.com>
114
115 * gdb.dwarf2/ada-linkage-name.c: New file.
116 * gdb.dwarf2/ada-linkage-name.exp: New file.
117
3d507ff2
TT
1182019-06-27 Tom Tromey <tromey@adacore.com>
119
120 * gdb.cp/constexpr-field.exp: Use setup_xfail.
121
8af58ffe
TV
1222019-06-26 Tom de Vries <tdevries@suse.de>
123
124 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
125
22e21752
TV
1262019-06-26 Tom de Vries <tdevries@suse.de>
127
128 * gdb.base/index-cache.exp: Add back missing debug option.
129
b65b566c
PW
1302019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
131
132 * gdb.base/alias.exp: Test non matching/non existing prefixes.
133
5c2c8c69
TV
1342019-06-25 Tom de Vries <tdevries@suse.de>
135
136 PR testsuite/24727
137 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
138
164e3873
TV
1392019-06-24 Tom de Vries <tdevries@suse.de>
140
141 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
142
824eacee
TV
1432019-06-24 Tom de Vries <tdevries@suse.de>
144
145 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
146 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
147 * gdb.trace/unavailable-dwarf-piece.exp: Same.
148
385b97d3
TV
1492019-06-24 Tom de Vries <tdevries@suse.de>
150
151 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
152
c596f180
TV
1532019-06-21 Tom de Vries <tdevries@suse.de>
154
155 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
156
b13a7d03
TV
1572019-06-21 Tom de Vries <tdevries@suse.de>
158
159 PR testsuite/24518
160 PR ada/24713
161 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
162 index.
163
899277ae
TT
1642019-06-19 Tom Tromey <tromey@adacore.com>
165
166 * gdb.ada/length_cond.exp: Add intro comment.
167
680e1bee
TT
1682019-06-19 Tom Tromey <tromey@adacore.com>
169
170 * gdb.ada/length_cond.exp: New file.
171 * gdb.ada/length_cond/length_cond.adb: New file.
172 * gdb.ada/length_cond/pck.adb: New file.
173 * gdb.ada/length_cond/pck.ads: New file.
174
0ed4690a
TV
1752019-06-18 Tom de Vries <tdevries@suse.de>
176
177 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
178
d20ed5fd
TT
1792019-06-18 Tom Tromey <tromey@adacore.com>
180
181 * gdb.base/list0.h: Add comment explaining control character.
182
86e04673
TV
1832019-06-18 Tom de Vries <tdevries@suse.de>
184
185 * boards/fission.exp: Break up long debug_flags line.
186
c4973306
SM
1872019-06-16 Tom de Vries <tdevries@suse.de>
188
189 PR gdb/24445
190 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
191 generated index.
192
93cb9841
AB
1932019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 PR gdb/24686
196 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
197 improve detection of bug gdb/24541.
198
399aaebd
SM
1992019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
200
201 PR gdb/24669
202 * gdb.base/index-cache.exp (uses_readnow,
203 expecting_index_cache_use): Define global variable.
204 (test_cache_enabled_miss, test_cache_enabled_hit): Use
205 expecting_index_cache_use.
206
584a927c
AB
2072019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
208 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.fortran/pointers.f90: New file.
211 * gdb.fortran/print_type.exp: New file.
212 * gdb.fortran/vla-ptype.exp: Adapt expected results.
213 * gdb.fortran/vla-type.exp: Likewise.
214 * gdb.fortran/vla-value.exp: Likewise.
215 * gdb.mi/mi-vla-fortran.exp: Likewise.
216
30056ea0
AB
2172019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
220 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
221 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
222 as a stop reason.
223
ec8e2b6d
AB
2242019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.base/annota1.exp: Update expected results.
227 * gdb.cp/annota2.exp: Likewise.
228 * gdb.cp/annota3.exp: Likewise.
229
09e4c4e1
AB
2302019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.base/style-logging.exp: Remove path from test name.
233
0735b091
TT
2342019-06-14 Tom Tromey <tromey@adacore.com>
235
236 PR gdb/24502:
237 * gdb.base/style-logging.exp: New file.
238
f5686554
TT
2392019-06-14 Tom Tromey <tromey@adacore.com>
240
241 * gdb.base/symfile-warn.exp: New file.
242 * gdb.base/symfile-warn.c: New file.
243
a0c1ffed
TT
2442019-06-14 Tom Tromey <tromey@adacore.com>
245
246 * gdb.base/annotate-symlink.exp: New file.
247
f411722c
TT
2482019-06-14 Tom Tromey <tromey@adacore.com>
249
250 * gdb.ada/set_wstr.exp: Add reassignment test.
251
4268ec18
TT
2522019-06-14 Tom Tromey <tromey@adacore.com>
253
254 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
255 'unchecked_access and 'unrestricted_access as well.
256
9a9e394b
TT
2572019-06-14 Tom Tromey <tromey@adacore.com>
258
259 PR ada/24539:
260 * gdb.ada/vla.exp: Update tests.
261 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
262 pragma.
263
4c048731
PA
2642019-06-13 Pedro Alves <palves@redhat.com>
265
266 * gdb.base/settings.exp (test-integer): Test junk after
267 "unlimited".
268
6665660a
PA
2692019-06-13 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/options.exp (test-thread-apply): New.
272 (top level): Call it.
273
5d707134
PA
2742019-06-13 Pedro Alves <palves@redhat.com>
275
276 * gdb.base/options.exp (test-frame-apply): New.
277 (top level): Test print commands with different "frame apply"
278 prefixes.
279
e2a689da
PA
2802019-06-13 Pedro Alves <palves@redhat.com>
281
e79be6e5 282 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
283 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
284 'max_completions' parameter and handle it.
285 (test_gdb_completion_offers_commands): New.
286
90a1ef87
PA
2872019-06-13 Pedro Alves <palves@redhat.com>
288
289 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
290
d4c16835
PA
2912019-06-13 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/options.exp (test-backtrace): New.
294 (top level): Call it.
295
2daf894e
PA
2962019-06-13 Pedro Alves <palves@redhat.com>
297
298 * gdb.guile/scm-frame-args.exp: Use "set print
299 raw-frame-arguments" instead of "set print raw frame-arguments".
300 * gdb.python/py-frame-args.exp: Likewise.
301
e6ed716c
PA
3022019-06-13 Pedro Alves <palves@redhat.com>
303
304 * gdb.compile/compile.exp: Adjust expected output to option
305 processing changes.
306
7d8062de
PA
3072019-06-13 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/options.exp: Build executable.
310 (test-print): New procedure.
311 (top level): Call it, once for "print" and another for "compile
312 print".
313
9d0faba9
PA
3142019-06-13 Pedro Alves <palves@redhat.com>
315
316 * gdb.base/options.c: New file.
317 * gdb.base/options.exp: New file.
318
dee7b4c8
PA
3192019-06-13 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
322 that "o" is ambiguous.
323
dca0f6c0
PA
3242019-06-13 Pedro Alves <palves@redhat.com>
325
326 * gdb.base/settings.c: New file.
327 * gdb.base/settings.exp: New file.
328
ccf46844
PA
3292019-06-13 Pedro Alves <palves@redhat.com>
330
331 * gdb.base/completion.exp: Fix comment typo.
332
b9a3f842
PA
3332019-06-13 Pedro Alves <palves@redhat.com>
334
335 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
336 foo --1" test.
337
d106773e
PA
3382019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
339
340 * gdb.fortran/block-data.f: New.
341 * gdb.fortran/block-data.exp: New.
342
fea82da0
TV
3432019-06-11 Tom de Vries <tdevries@suse.de>
344
345 PR testsuite/24521
346 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
347 message.
348
8c2e74f1
TV
3492019-06-11 Tom de Vries <tdevries@suse.de>
350
351 PR testsuite/24521
352 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
353
b49851c8
TV
3542019-06-11 Tom de Vries <tdevries@suse.de>
355
356 * boards/readnow.exp: New file.
357
a7067863
AB
3582019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.fortran/vla-sizeof.exp: Update expected results.
361
1a3da2cd
AB
3622019-06-06 Amos Bird <amosbird@gmail.com>
363
364 * gdb.base/annota1.exp (thread_switch): Add test for
365 thread-exited annotation.
366
3847a7bf
TT
3672019-06-06 Tom Tromey <tromey@adacore.com>
368
369 * gdb.base/maint.exp: Expect command started/finished output.
370
0088ba59
AB
3712019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
374 comment.
375 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
376
312617a3
AB
3772019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
380 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
381 * gdb.arch/riscv-unwind-long-insn.c: New file.
382 * gdb.arch/riscv-unwind-long-insn.exp: New file.
383
e1f2e1a2
CB
3842019-06-04 Christian Biesinger <cbiesinger@google.com>
385
d3238f7d 386 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 387
206584bd
PW
3882019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
389
390 * lib/gdb.exp (help_list_trailer): New regexp variable
391 factorizing the help trailer message.
392 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
393 arg to allow to better factorize various tests.
394 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
395 (test_prefix_command_help): Use help_list_trailer.
396 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
397 * gdb.guile/scm-cmd.exp: Likewise.
398 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
399 * gdb.base/help.exp: Use test_user_defined_class_help.
400 * gdb.base/style.exp: Add tests for styling of help and apropos.
401 * lib/gdb-utils.exp (style): Add title and highlight styles.
402
708dc93e
PW
4032019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
404
405 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
406 $_shell_exitsignal.
407 * gdb.base/default.exp: Update for new convenience variables.
408
f49055a5
TT
4092019-05-29 Tom Tromey <tromey@adacore.com>
410
411 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
412 to "break complete ada" test case's regexp.
413
4330d61d
TT
4142019-05-29 Tom Tromey <tromey@adacore.com>
415
416 PR c++/20020:
417 * gdb.cp/constexpr-field.exp: New file.
418 * gdb.cp/constexpr-field.cc: New file.
419
000439d5
TT
4202019-05-29 Tom Tromey <tromey@adacore.com>
421
422 * gdb.base/finish.exp (finish_no_print): New proc.
423 (finish_tests): Call it.
424
5a01c34c
TV
4252019-05-24 Tom de Vries <tdevries@suse.de>
426
427 * gdb.dwarf2/gdb-add-index.exp: New file.
428
18125b16
TT
4292019-05-22 Tom Tromey <tromey@adacore.com>
430
431 * gdb.base/info-shared.exp (check_info_shared): Use "style".
432 * gdb.base/style.exp: Use "style".
433 * lib/gdb-utils.exp (style): New proc.
434
af1a8d03
TV
4352019-05-22 Tom de Vries <tdevries@suse.de>
436
437 * gdb.base/align.exp: Require c++11.
438
e7fe496b
TV
4392019-05-22 Tom de Vries <tdevries@suse.de>
440
441 PR testsuite/24586
442 * gdb.python/py-mi-var-info-path-expression.exp: Call
443 mi_skip_python_tests to check if python is supported.
444
8fca4da0
AH
4452019-05-22 Alan Hayward <alan.hayward@arm.com>
446
447 * gdb.arch/aarch64-pauth.c: New test.
448 * gdb.arch/aarch64-pauth.exp: New file.
449
b7060614
AH
4502019-05-22 Alan Hayward <alan.hayward@arm.com>
451
452 * README (Re-running Tests Outside The Testsuite): New section.
453
669d0468
TV
4542019-05-21 Tom de Vries <tdevries@suse.de>
455
456 * gdb.arch/amd64-eval.exp: Require c++11.
457 * gdb.base/max-depth.exp: Same.
458 * gdb.compile/compile-cplus-array-decay.exp: Same.
459 * gdb.cp/meth-typedefs.exp: Same.
460 * gdb.cp/subtypes.exp: Same.
461 * gdb.cp/temargs.exp: Same.
462
ce3ebcaa
AH
4632019-05-21 Alan Hayward <alan.hayward@arm.com>
464
465 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
466
34d11c68
AB
4672019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 PR gdb/18644
470 * gdb.fortran/complex.exp: Remove setup_kfail calls.
471 * gdb.fortran/printing-types.exp: Add new test.
472 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
473 testing.
474 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
475 setup_kfail call.
476
87781e84
AH
4772019-05-17 Alan Hayward <alan.hayward@arm.com>
478
479 * README (Running the Testsuite): Change example.
480 (Testsuite Parameters): Remove TRANSCRIPT.
481 * lib/gdb.exp: Remove TRANSCRIPT check.
482
b420b89e
AH
4832019-05-17 Alan Hayward <alan.hayward@arm.com>
484
485 * README (Testsuite Parameters): Add replay logging to
486 GDBSERVER_DEBUG.
487 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
488 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
489 as a comma separated list.
490 (gdb_debug_init): Override procedure.
491
408e9b8b
AH
4922019-05-17 Alan Hayward <alan.hayward@arm.com>
493
494 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
495 (gdb_write_cmd_file): New procedure.
496 * lib/gdbserver-support.exp (gdbserver_start): Call
497 gdbserver_write_cmd_file.
498 (gdbserver_write_cmd_file): New procedure.
499
f9e2e39d
AH
5002019-05-17 Alan Hayward <alan.hayward@arm.com>
501
502 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
503 (delete_breakpoints): Likewise.
504 (gdb_run_cmd): Likewise.
505 (gdb_start_cmd): Likewise.
506 (gdb_starti_cmd): Likewise.
507 (gdb_internal_error_resync): Likewise.
508 (gdb_test_multiple): Likewise.
509 (gdb_reinitialize_dir): Likewise.
510 (default_gdb_exit): Likewise.
511 (gdb_file_cmd): Mark kill as optional.
512 (default_gdb_start): Call gdb_stdin_log_init.
513 (send_gdb): Call gdb_stdin_log_write.
514 (rerun_to_main): Mark Y as an answer.
515 (gdb_stdin_log_init): New function.
516 (gdb_stdin_log_write): Likewise.
517
81f47ac2
AH
5182019-05-17 Alan Hayward <alan.hayward@arm.com>
519
520 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
521 * gdb.base/debug-expr.exp: Likewise.
522 * gdb.base/foll-fork.exp: Likewise.
523 * gdb.base/foll-vfork.exp: Likewise.
524 * gdb.base/fork-print-inferior-events.exp: Likewise.
525 * gdb.base/gdb-sigterm.exp: Likewise.
526 * gdb.base/gdbinit-history.exp: Likewise.
527 * gdb.base/osabi.exp: Likewise.
528 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
529 * gdb.base/ui-redirect.exp: Likewise.
530 * gdb.gdb/unittest.exp: Likewise.
531 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
532 * gdb.mi/mi-watch.exp: Likewise.
533 * gdb.mi/new-ui-mi-sync.exp: Likewise.
534 * gdb.mi/user-selected-context-sync.exp: Likewise.
535 * gdb.python/python.exp: Disable debug test when debugging.
536 * gdb.threads/check-libthread-db.exp: Disable when debugging.
537 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
538 Likewise.
539 * gdb.threads/stepi-random-signal.exp: Likewise.
540
29b52314
AH
5412019-05-17 Alan Hayward <alan.hayward@arm.com>
542
543 * Makefile.in: Pass through GDB_DEBUG.
544 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
545 (gdb,debug): Add board setting.
546 * lib/gdb.exp (default_gdb_start): Start debugging.
547 (gdb_debug_enabled): New procedure.
548 (gdb_debug_init): Likewise.
29b52314
AH
549
5502019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 551
29b52314
AH
552 * Makefile.in: Pass through GDB_DEBUG.
553 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
554 (gdb,debug): Add board setting.
555 * lib/gdb.exp (default_gdb_start): Start debugging.
556 (gdb_debug_enabled): New procedure.
557 (gdb_debug_init): Likewise.
29b52314 558
ca1285d1
AH
5592019-05-17 Alan Hayward <alan.hayward@arm.com>
560
561 * gdb.base/ui-redirect.exp: Add debug redirect tests.
562
f3a09c80
AH
5632019-05-17 Alan Hayward <alan.hayward@arm.com>
564
565 * gdb.base/ui-redirect.exp: Test redirection.
566
26648588
JV
5672019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
568
569 * gdb.mi/mi-complete.exp: New file.
570 * gdb.mi/mi-complete.cc: Likewise.
571
14237686
AB
5722019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
573
574 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
575 indexed and sliced arrays, and pointers to arrays.
576
e7bd7fba
TT
5772019-05-14 Tom Tromey <tromey@adacore.com>
578
579 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
580 styling test.
581
2764128d
TV
5822019-05-14 Tom de Vries <tdevries@suse.de>
583
584 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
585 selection entry encoding.
586
71bed2db
TT
5872019-05-10 Tom Tromey <tromey@adacore.com>
588
589 * gdb.ada/info_exc.exp: Add "complete" test.
590
63b667ad
TV
5912019-05-09 Tom de Vries <tdevries@suse.de>
592
593 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
594 CU-relative.
595
9cfd2b89
TV
5962019-05-09 Tom de Vries <tdevries@suse.de>
597
598 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
599 CU-relative.
600
2228ef77
XR
6012019-05-08 Joel Brobecker <brobecker@adacore.com>
602
603 * gdb.ada/frame_arg_lang.exp: New testcase.
604 * gdb.ada/frame_arg_lang/bla.adb: New file.
605 * gdb.ada/frame_arg_lang/pck.ads: New file.
606 * gdb.ada/frame_arg_lang/pck.adb: New file.
607 * gdb.ada/frame_arg_lang/foo.c: New file.
608
80e55b13
TT
6092019-05-08 Tom Tromey <tromey@adacore.com>
610
611 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
612
9d3421af
TT
6132019-05-08 Tom Tromey <tromey@adacore.com>
614
615 * gdb.base/ptype-offsets.exp: Update tests.
616
844333e2
TT
6172019-05-08 Tom Tromey <tromey@adacore.com>
618
619 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
620 cases.
621 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
622 "short".
623
988915ee
TT
6242019-05-08 Tom Tromey <tromey@adacore.com>
625
626 * gdb.ada/vla.exp: New file.
627 * gdb.ada/vla/vla.adb: New file.
628
7bd55dac
TV
6292019-05-07 Tom de Vries <tdevries@suse.de>
630
631 * gdb.base/index-cache.exp (ls_host): Fix return statement.
632
75f06e9d
TV
6332019-05-07 Tom de Vries <tdevries@suse.de>
634
635 PR testsuite/24522
636 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
637 section.
638
77e7aaa4
TV
6392019-05-07 Tom de Vries <tdevries@suse.de>
640
641 PR testsuite/24522
642 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
643 .debug_aranges section.
644
456ba0fa
TV
6452019-05-07 Tom de Vries <tdevries@suse.de>
646
647 PR testsuite/24159
648 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
649
5a56d6a6
TV
6502019-05-06 Tom de Vries <tdevries@suse.de>
651
652 * lib/gdb.exp (exec_has_index_section): New proc.
653 * gdb.base/index-cache.exp: Handle case that binfile contains an index
654 section.
655
9d6d4be8
TV
6562019-05-04 Tom de Vries <tdevries@suse.de>
657
658 * boards/cc-with-debug-names.exp: New file.
659
222a8d25
TT
6602019-05-03 Tom Tromey <tromey@adacore.com>
661
662 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
663 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
664 * gdb.ada/char_enum.exp: Add test.
665
0fdfd794
TV
6662019-05-03 Tom de Vries <tdevries@suse.de>
667
668 * boards/cc-with-gdb-index.exp: New file.
669
80062eb9
AB
6702019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.rust/simple.exp: Add new test case.
673 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
674 (main): Initialise an instance of the new struct.
675
4504bbde
TT
6762019-05-01 Tom Tromey <tromey@adacore.com>
677
678 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
679 record.
680 (NPR): New variable.
681 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
682 test.
683
d48e62f4
TT
6842019-05-01 Tom Tromey <tromey@adacore.com>
685
686 * gdb.ada/packed_array_assign.exp: Add packed assignment
687 regression test.
688
f59f30f5
TV
6892019-05-01 Tom de Vries <tdevries@suse.de>
690
691 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
692
b70bfc54
TV
6932019-05-01 Tom de Vries <tdevries@suse.de>
694
695 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
696
15f18d14
AT
6972019-04-30 Ali Tamur <tamur@google.com>
698
699 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
700
2ff0a947
TT
7012019-04-30 Tom Tromey <tromey@adacore.com>
702
703 * lib/ada.exp (find_ada_tool): New proc.
704 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
705 * gdb.ada/catch_ex_std.exp: New file.
706 * gdb.ada/catch_ex_std/foo.adb: New file.
707 * gdb.ada/catch_ex_std/some_package.adb: New file.
708 * gdb.ada/catch_ex_std/some_package.ads: New file.
709
a776957c
TT
7102019-04-30 Tom Tromey <tromey@adacore.com>
711
712 PR c++/24470:
713 * gdb.cp/temargs.cc: Add test code from PR.
714
bc68014d
AB
7152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.fortran/vla-datatypes.exp: Update expected results.
718 * gdb.fortran/vla-ptype.exp: Likewise.
719 * gdb.fortran/vla-type.exp: Likewise.
720 * gdb.fortran/vla-value.exp: Likewise.
721
f1fdc960
AB
7222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.fortran/ptr-indentation.exp: Update expected results.
725 * gdb.fortran/ptype-on-functions.exp: Likewise.
726 * gdb.fortran/vla-ptr-info.exp: Likewise.
727 * gdb.fortran/vla-value.exp: Likewise.
728
bf7a4de1
AB
7292019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.fortran/ptype-on-functions.exp: New file.
732 * gdb.fortran/ptype-on-functions.f90: New file.
733
bbe75b9d
AB
7342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
737 case void string.
738
1db455a7
AB
7392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.fortran/complex.exp: Expand.
742 * gdb.fortran/complex.f: Renamed to...
743 * gdb.fortran/complex.f90: ...this, and extended to add more
744 complex values.
745
b6d03bb2
AB
7462019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
747
748 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
749 MODULO, CMPLX.
750
2e62ab40
AB
7512019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
752 Richard Bunt <richard.bunt@arm.com>
753
754 * gdb.base/max-depth.c: New file.
755 * gdb.base/max-depth.exp: New file.
756 * gdb.python/py-nested-maps.c: New file.
757 * gdb.python/py-nested-maps.exp: New file.
758 * gdb.python/py-nested-maps.py: New file.
759 * gdb.python/py-format-string.exp (test_max_depth): New proc.
760 (test_all_common): Call test_max_depth.
761 * gdb.fortran/max-depth.exp: New file.
762 * gdb.fortran/max-depth.f90: New file.
763 * gdb.go/max-depth.exp: New file.
764 * gdb.go/max-depth.go: New file.
765 * gdb.modula2/max-depth.exp: New file.
766 * gdb.modula2/max-depth.c: New file.
767 * lib/gdb.exp (get_print_expr_at_depths): New proc.
768
d2b584a5
TV
7692019-04-29 Tom de Vries <tdevries@suse.de>
770
771 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
772
136afab8
PW
7732019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
774
775 * gdb.base/callexit.exp: Test may-call-functions off.
776
725cbb63
KS
7772019-04-25 Keith Seitz <keiths@redhat.com>
778
779 PR c++/24367
780 * gdb.cp/meth-typedefs.cc (incomplete_struct)
781 (another_incomplete_struct, test_incomplete): New definitions.
782 (main): Use new definitions.
783 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
784 functions.
785
82433e3e
SDJ
7862019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
787
788 PR corefiles/11608
789 PR corefiles/18187
790 * gdb.base/coredump-filter-build-id.exp: New file.
791
dd06d4d6
AH
7922019-04-25 Alan Hayward <alan.hayward@arm.com>
793
e79be6e5
SM
794 * Makefile.in: Pass through GDBSERVER_DEBUG.
795 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
796 (gdbserver,debug): Add board setting.
797 * gdb.trace/tspeed.exp: Skip when debugging.
798 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
799 * lib/gdbserver-support.exp: Likewise
dd06d4d6 800
1670072e
TT
8012019-04-24 Tom Tromey <tromey@adacore.com>
802
803 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
804 Rust.
805
a59240a4
TT
8062019-04-24 Tom Tromey <tromey@adacore.com>
807
808 * gdb.arch/amd64-eval.exp: Test bitfield return.
809 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
810 (class Foo) <return_bitfields>: New method.
811 (main): Call it.
812
b907456c
AB
8132019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.cp/many-args.cc: New file.
816 * gdb.cp/many-args.exp: New file.
817
5c565afd
TV
8182019-04-23 Tom de Vries <tdevries@suse.de>
819
820 PR gdb/24433
821 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
822
ba22ff86
AH
8232019-04-23 Alan Hayward <alan.hayward@arm.com>
824
825 * gdb.trace/backtrace.exp: Use nopie flag.
826 * gdb.trace/circ.exp: Likewise.
827 * gdb.trace/collection.exp: Likewise.
828 * gdb.trace/ftrace.exp: Likewise.
829 * gdb.trace/mi-trace-unavailable.exp: Likewise.
830 * gdb.trace/mi-traceframe-changed.exp: Likewise.
831 * gdb.trace/qtro.exp: Likewise.
832 * gdb.trace/read-memory.exp: Likewise.
833 * gdb.trace/report.exp: Likewise.
834 * gdb.trace/tfile.exp: Likewise.
835 * gdb.trace/tfind.exp: Likewise.
836 * gdb.trace/unavailable.exp: Likewise.
837
7905fc35
PA
8382019-04-22 Pedro Alves <palves@redhat.com>
839
840 * gdb.base/solib-probes-nosharedlibrary.c,
841 gdb.base/solib-probes-nosharedlibrary.exp: New files.
842
8ecb59f8
TT
8432019-04-19 Tom Tromey <tromey@adacore.com>
844
845 * gdb.ada/ptype_union.c: New file.
846 * gdb.ada/ptype_union.exp: New file.
847
62160ec9
TT
8482019-04-19 Tom Tromey <tromey@adacore.com>
849
850 PR symtab/24423:
851 * gdb.base/list0.h (foo): Add a control-l character.
852
36cd4ba5
TV
8532019-04-18 Tom de Vries <tdevries@suse.de>
854
855 PR gdb/24433
856 * boards/local-board.exp: Set sysroot to "".
857
b73715df
TV
8582019-04-18 Tom de Vries <tdevries@suse.de>
859 Pedro Alves <palves@redhat.com>
860
861 PR gdb/24454
862 * gdb.threads/vfork-follow-child-exec.c: New file.
863 * gdb.threads/vfork-follow-child-exec.exp: New file.
864 * gdb.threads/vfork-follow-child-exit.c: New file.
865 * gdb.threads/vfork-follow-child-exit.exp: New file.
866
4aa866af
LS
8672019-04-15 Leszek Swirski <leszeks@google.com>
868
869 * gdb.arch/amd64-eval.cc: New file.
870 * gdb.arch/amd64-eval.exp: New file.
871
e5a1a79a
AH
8722019-04-11 Alan Hayward <alan.hayward@arm.com>
873
874 * gdb.server/sysroot.c: New test.
875 * gdb.server/sysroot.exp: New file.
876 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
877 matching param.
878
41077b66
AB
8792019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.base/align.exp: Extend test to cover structures containing
882 only static fields.
883
c30391f8
TV
8842019-04-11 Tom de Vries <tdevries@suse.de>
885
886 * boards/cc-with-dwz-m.exp: New file.
887 * boards/cc-with-dwz.exp: New file.
888 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
889
e242fd12
SM
8902019-04-09 Simon Marchi <simon.marchi@efficios.com>
891
892 * gdb.base/start-cpp.exp: New file.
893 * gdb.base/start-cpp.cc: New file.
894
2b0c8b01
KB
8952019-04-08 Kevin Buettner <kevinb@redhat.com>
896
897 * gdb.python/py-thrhandle.exp: Adjust tests to call
898 thread_from_handle instead of thread_from_thread_handle.
899
947210e5
KB
9002019-04-08 Kevin Buettner <kevinb@redhat.com>
901
902 * gdb.python/py-thrhandle.exp: Add tests for
903 gdb.InferiorThread.handle.
904
d7df6549
AB
9052019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.python/py-function.exp: Check calling helper function from
908 all languages.
909 * lib/gdb.exp (gdb_supported_languages): New proc.
910
8bdc1658
AB
9112019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.base/complex-parts.c: New file.
914 * gdb.base/complex-parts.exp: New file.
915
05caa1d2
TT
9162019-04-01 Tom Tromey <tromey@adacore.com>
917
918 PR symtab/23331:
919 * gdb.dwarf2/dw2-ranges-main.c: New file.
920 * gdb.dwarf2/dw2-ranges-psym.c: New file.
921 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
922
7734102d
EZ
9232019-03-30 Simon Marchi <simark@simark.ca>
924
925 * gdb.base/default.exp: Add values for $_gdb_major and
926 $_gdb_minor.
927
188e1fa9
TT
9282019-03-29 Tom Tromey <tromey@adacore.com>
929
930 * gdb.base/help.exp: Tighten apropos regexp.
931
2880242d
KS
9322019-03-29 Keith Seitz <keiths@redhat.com>
933
934 * gdb.fortran/array-bounds.exp: New file.
935 * gdb.fortran/array-bounds.f90: New file.
936
077cad8e
PW
9372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
938
939 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
940
80047cfc
PW
9412019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
942
943 * gdb.multi/hello.c (main): Increase alarm timer.
944
f489207e
SL
9452019-03-28 Sandra Loosemore <sandra@codesourcery.com>
946
947 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
948 factor when no hardware watchpoint support.
949
c92df149
AH
9502019-03-28 Alan Hayward <alan.hayward@arm.com>
951 Pedro Alves <palves@redhat.com>
952
953 * boards/local-board.exp: set sysroot to /.
954
933aebfa
AH
9552019-03-27 Alan Hayward <alan.hayward@arm.com>
956
957 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
958 in child.
959
9f9aa852
AB
9602019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
963 field.
964 (make_container): Initialise new field.
965 * gdb.python/py-prettyprint.exp: Add new tests.
966 * gdb.python/py-prettyprint.py (class ContainerPrinter)
967 <display_hint>: New method.
968
3714a195
AB
9692019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
972 gdb_continue_to_breakpoint more throughout this test.
973 (run_lang_tests) Supply unique test names, and use
974 gdb_test_no_output.
975
18c77628
AB
9762019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.base/finish-pretty.exp: Update expected results.
979 * gdb.base/pretty-print.c: New file.
980 * gdb.base/pretty-print.exp: New file.
981
9a93502f
PA
9822019-03-25 Pedro Alves <palves@redhat.com>
983
984 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
985 move comments outside list. Append '-i "" eof' section.
986
968aa7ae
AH
9872019-03-22 Alan Hayward <alan.hayward@arm.com>
988
989 * README: Add pie options.
990 * gdb.base/break-interp.exp: Ensure pie is disabled.
991 * gdb.base/dump.exp: Likewise.
992 * lib/gdb.exp (gdb_compile): Add pie option.
993
4c7d57e7
TT
9942019-03-19 Tom Tromey <tromey@adacore.com>
995
996 * gdb.mi/mi2-cli-display.c: New file.
997 * gdb.mi/mi2-cli-display.exp: New file.
998
bff8c71f
TT
9992019-03-18 Joel Brobecker <brobecker@adacore.com>
1000 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.ada/ptype_array/pck.adb: New file.
1003 * gdb.ada/ptype_array/pck.ads: New file.
1004 * gdb.ada/ptype_array/foo.adb: New file.
1005 * gdb.ada/ptype_array.exp: New file.
1006
d085f989
TT
10072019-03-14 Tom Tromey <tromey@adacore.com>
1008
1009 * gdb.base/style.exp: Add "set style sources" test.
1010
b4be1b06
SM
10112019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1012
1013 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1014 * mi-breakpoint-multiple-locations.exp: ... this.
1015 (make_breakpoints_pattern): New proc.
1016 (do_test): Add mi_version parameter, test -break-insert,
1017 -break-info and =breakpoint-created.
1018
7cde5fc2
AB
10192019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * config/default.exp: Remove 'load_lib gdb.exp'.
1022 * config/monitor.exp: Likewise.
1023 * config/sid.exp: Likewise.
1024 * config/sim.exp: Likewise.
1025 * config/slite.exp: Likewise.
1026 * config/unix.exp: Likewise.
1027 * gdb.base/default.exp: Remove unhelpful comment.
1028
efbecbc1
AB
10292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1032
0841c79a
AB
10332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1036
4a270568
AB
10372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1038
1039 * gdb.fortran/type-kinds.exp: Update expected results.
1040
067630bd
AB
10412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1042
1043 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1044
3be47f7a
AB
10452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1048 function.
1049 (test_basic_parsing_of_type_kinds): Expand types tested.
1050 (test_parsing_invalid_type_kinds): New function.
1051
4d00f5d8
AB
10522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.fortran/intrinsics.exp: New file.
1055 * gdb.fortran/intrinsics.f90: New file.
1056 * gdb.fortran/type-kinds.exp: New file.
1057
c8f91604
AB
10582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.fortran/dot-ops.exp: New file.
1061
dd9f2c76
AB
10622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1065 Check upper and lower case logical literals.
1066
84ec9724
AB
10672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1070 Remove duplicate tests.
1071
c3734e09
AH
10722019-03-06 Alan Hayward <alan.hayward@arm.com>
1073
1074 * lib/gdb.exp (builtin_cd): rename of cd.
1075 (cd): Override builtin.
1076
aa3cfbda
RB
10772019-03-06 Richard Bunt <richard.bunt@arm.com>
1078
1079 * gdb.fortran/function-calls.exp: New file.
1080 * gdb.fortran/function-calls.f90: New test.
1081
7b63ad86
RB
10822019-03-04 Richard Bunt <richard.bunt@arm.com>
1083
1084 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1085 on user program standard output.
1086 * gdb.fortran/short-circuit-argument-list.f90: Record function
1087 calls.
1088
01abb042
AH
10892019-02-28 Alan Hayward <alan.hayward@arm.com>
1090
c3734e09
AH
1091 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1092 failure.
01abb042 1093
92137da0
RO
10942019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1095
1096 PR gdb/8527
1097 * gdb.base/interrupt-daemon-attach.c,
1098 gdb.base/interrupt-daemon-attach.exp: New test.
1099
5862844d
PA
11002019-02-27 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/page.exp: Add tests for "set width/height -1".
1103
8ed25214
PA
11042019-02-27 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.base/page.exp: Add tests for "set/show width/height" with
1107 "infinite" values.
1108
6c28e44a
TT
11092019-02-27 Tom Tromey <tromey@adacore.com>
1110
1111 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1112 2.4.
1113 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1114 workaround.
1115
bf9a735e
AB
11162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1119 tests for structs with static members.
1120
8791793c
TT
11212019-02-26 Tom Tromey <tromey@adacore.com>
1122
1123 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1124 ValueError, not TypeError.
1125
bc2a507e
KB
11262019-02-26 Kevin Buettner <kevinb@redhat.com>
1127
1128 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1129 call from main program.
1130
e0e7d3bd
JB
11312019-02-23 Joel Brobecker <brobecker@adacore.com>
1132
1133 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1134 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1135 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1136 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1137 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1138
9600246d
KS
11392019-02-22 Keith Seitz <keiths@redhat.com>
1140
1141 PR symtab/23853
1142 * gdb.base/symlink-sourcefile.c: New file.
1143 * gdb.base/symlink-sourcefile.exp: New file.
1144
0c95f9ed
TT
11452019-02-20 Tom Tromey <tom@tromey.com>
1146
1147 * gdb.base/info_qt.exp: Update.
1148
6caa91b6
SM
11492019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1150
1151 * gdb.base/source.exp: Move "error in sourced script" code to
1152 the end.
1153 * gdb.base/source-error.gdb: Move contents to
1154 source-error-1.gdb. Add new code to source source-error-1.gdb.
1155 * gdb.base/source-error-1.gdb: New file, from previous
1156 source-error.gdb.
1157
6506371f
TT
11582019-02-17 Tom Tromey <tom@tromey.com>
1159
1160 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1161 for macro styling.
1162 * gdb.base/style.c (SOME_MACRO): New macro.
1163
a0087920
TT
11642019-02-17 Tom Tromey <tom@tromey.com>
1165
1166 * gdb.base/style.exp: Add line-wrapping tests.
1167 * gdb.base/page.exp: Add test for quitting during pagination.
1168
a2cd4f14
JB
11692019-02-17 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.ada/big_packed_array: New testcase.
1172 * gdb.ada/homonym.exp: Fix incorrect expected output for
1173 "break <homonym__get_value>" test.
1174
9d70ffbc
WP
11752019-02-13 Weimin Pan <weimin.pan@oracle.com>
1176
1177 PR breakpoints/21870
1178 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1179 and prepare_for_testing. Add comment.
1180 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1181 redundant cleanup call. Clean up comment.
1182
01c7ae81
WP
11832019-02-12 Weimin Pan <weimin.pan@oracle.com>
1184
1185 PR breakpoints/21870
1186 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1187 * gdb.arch/aarch64-dbreg-contents.c: New file.
1188
aff29d1c
JB
11892019-02-10 Joel Brobecker <brobecker@adacore.com>
1190
1191 * gdb.ada/mi_ref_changeable: New testcase.
1192
df0da8a2
AH
11932019-02-07 Alan Hayward <alan.hayward@arm.com>
1194
1195 * gdb.base/attach.exp: Add double attach test.
1196
bd447abb
SM
11972019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1198
1199 * lib/gdb.exp (default_gdb_start): Don't match pagination
1200 prompt.
1201 (gdb_init): Set stty_init.
1202
1dbc40b9
TT
12032019-01-27 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1206 skip_python_tests.
1207
353229bf
AH
12082019-01-24 Alan Hayward <alan.hayward@arm.com>
1209
1210 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1211 New structure.
1212 (struct struct_static_02_02): Likewise.
1213 (struct struct_static_02_03): Likewise.
1214 (struct struct_static_02_04): Likewise.
1215 (struct struct_static_04_01): Likewise.
1216 (struct struct_static_04_02): Likewise.
1217 (struct struct_static_04_03): Likewise.
1218 (struct struct_static_04_04): Likewise.
1219 (struct struct_static_06_01): Likewise.
1220 (struct struct_static_06_02): Likewise.
1221 (struct struct_static_06_03): Likewise.
1222 (struct struct_static_06_04): Likewise.
1223 (cmp_struct_static_02_01): Likewise.
1224 (cmp_struct_static_02_02): Likewise.
1225 (cmp_struct_static_02_03): Likewise.
1226 (cmp_struct_static_02_04): Likewise.
1227 (cmp_struct_static_04_01): Likewise.
1228 (cmp_struct_static_04_02): Likewise.
1229 (cmp_struct_static_04_03): Likewise.
1230 (cmp_struct_static_04_04): Likewise.
1231 (cmp_struct_static_06_01): Likewise.
1232 (cmp_struct_static_06_02): Likewise.
1233 (cmp_struct_static_06_03): Likewise.
1234 (cmp_struct_static_06_04): Likewise.
1235 (call_all): Test new structs.
1236 * gdb.base/infcall-nested-structs.exp: Likewise.
1237
73021deb
AH
12382019-01-21 Alan Hayward <alan.hayward@arm.com>
1239 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1240
fc65c7db
AH
12412019-01-21 Alan Hayward <alan.hayward@arm.com>
1242 * gdb.base/stack-protector.c: New test.
1243 * gdb.base/stack-protector.exp: New file.
1244 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1245 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1246 option.
1247 (gdb_compile): Remove stack protector for GCC and prevent
1248 recursion.
1249
c24bdb02
KS
12502019-01-16 Keith Seitz <keiths@redhat.com>
1251
1252 PR gdb/23773
1253 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1254
6f072a10
PFC
12552019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1256
1257 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1258 aliases.
1259 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1260 tests.
1261 * gdb.arch/powerpc-vector-regs.c: New file.
1262 * gdb.arch/powerpc-vector-regs.exp: New file.
1263
a7b8d682
PFC
12642019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1265
1266 * gdb.arch/altivec-regs.exp: Fix the list passed to
1267 gdb_expect_list when testing "info vector".
1268
6eb6fb67
AB
12692019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.base/style.exp: Don't include path in testname.
1272
b56f80d8
KS
12732019-01-10 Keith Seitz <keiths@redhat.com>
1274
1275 PR gdb/23712
1276 PR symtab/23010
1277 * gdb.dwarf2/multidictionary.exp: New file.
1278
041be526
SM
12792019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1280
1281 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1282 (test_gnuv3_style_demangling): ... this.
1283 (test_lucid_style_demangling): Remove.
1284 (test_arm_style_demangling): Remove.
1285 (test_hp_style_demangling): Remove.
1286 (do_tests): Remove calls to the above.
1287
d820d0c3
AB
12882019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1289
1290 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1291 case.
1292
f097f5ad
TT
12932019-01-06 Tom Tromey <tom@tromey.com>
1294
1295 PR gdb/28155:
1296 * gdb.dwarf2/typedef-void-finish.exp: New file.
1297
2cd8cc0b
TT
12982018-12-28 Tom Tromey <tom@tromey.com>
1299 Simon Marchi <simark@simark.ca>
1300
1301 * gdb.base/jit-exec.exp: New file.
1302 * gdb.base/jit-exec.c: New file.
1303 * gdb.base/jit-execd.c: New file.
1304
35fb8261
TT
13052018-12-28 Tom Tromey <tom@tromey.com>
1306
1307 * gdb.base/style.exp: Update test to check for address styling.
1308
47fd17cd
TT
13092018-12-28 Tom Tromey <tom@tromey.com>
1310
1311 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1312 message.
1313
d47032b7
TT
13142018-12-28 Tom Tromey <tom@tromey.com>
1315
1316 * gdb.base/style.exp: Add test for version number styling.
1317
af79b68d
TT
13182018-12-28 Tom Tromey <tom@tromey.com>
1319
1320 * gdb.base/style.exp: Add test for print_address_symbolic.
1321
0bb296cb
TT
13222018-12-28 Tom Tromey <tom@tromey.com>
1323
1324 * gdb.base/style.exp: Add test for breakpoint setting.
1325
80ae2043
TT
13262018-12-28 Tom Tromey <tom@tromey.com>
1327
1328 * gdb.base/style.exp: Add test for variable names.
1329
cbe56571
TT
13302018-12-28 Tom Tromey <tom@tromey.com>
1331
1332 * gdb.base/style.exp: New file.
1333 * gdb.base/style.c: New file.
1334
9162a27c
TT
13352018-12-28 Tom Tromey <tom@tromey.com>
1336
1337 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1338 "dumb".
1339 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1340 the TERM environment variable.
1341
bc543c90
TT
13422018-12-27 Tom Tromey <tom@tromey.com>
1343
1344 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1345 pagination test.
1346
6f0ffe50
AB
13472018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1348
1349 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1350 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1351
b5a1e557
PW
13522018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1353
1354 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1355 Filename a.adb changed to bp_fun_addr.adb.
1356 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1357
6e8b1ab2
JV
13582018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1359
1360 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1361 non-PIE executables.
1362 * README: Mention the gdb,nopie_flag board setting.
1363 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1364 non-PIE executable.
1365 * gdb.arch/amd64-entry-value.exp: Likewise.
1366 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1367 * gdb.arch/i386-float.exp: Likewise.
1368 * gdb.arch/i386-signal.exp: Likewise.
1369 * gdb.mi/mi-reg-undefined.exp: Likewise.
1370
d00a27c5
PM
13712018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1372
1373 PR gdb/23974
1374 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1375
161d081c
PW
13762018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1377
1378 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1379 Update order of results accordingly.
1380
b001de23
AB
13812018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.base/annota1.exp: Update a test regexp.
1384
99e1a184
AB
13852018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1388
7a81c1e2
PW
13892018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1390
1391 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1392 (reuse_time): Initialize to REUSE_TIME_CAP.
1393 (check_rc): New function.
1394 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1395 Check pthread_create rc.
1396 (spawner_thread_func): Check pthread_create and pthread_join rc.
1397
73e8dc90
PA
13982018-12-08 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.base/list.exp (test_forward_search): Rename to ...
1401 (test_forward_reverse_search): ... this. Also test reverse-search
1402 and the forward-search alias.
1403
13f2ed32
AB
14042018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1407 local timeout variable before return, and remove all local timeout
1408 variable entirely.
1409 (gdb_load): Likewise.
1410
64d27cfc
TV
14112018-12-01 Tom de Vries <tdevries@suse.de>
1412
1413 * gdb.base/gdb-caching-proc.exp: New file.
1414
f63c03b4
SDJ
14152018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1416
1417 * Makefile.in (TIMESTAMP): New variable.
1418 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1419 command.
1420 (check-single-racy): Likewise.
1421 (check/%.exp): Likewise.
1422 (check-racy/%.exp): Likewise.
1423 (workers/%.worker): Likewise.
1424 (build-perf): Likewise.
1425 (check-perf): Likewise.
1426 * README: Describe new "TS" and "TS_FORMAT" variables.
1427 * print-ts.py: New file.
1428
1c97054b
BF
14292018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1430
1431 PR python/23714
1432 * gdb.python/python.exp: Test command repetition after
1433 gdb.execute.
1434
1871a62d
AB
14352018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1436
1437 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1438 is correctly aligned.
1439
fb5e1ed9
PW
14402018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1441
1442 * gdb.ada/info_auto_lang.exp: New testcase.
1443 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1444 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1445 * gdb.ada/info_auto_lang/some_c.c: New file.
1446
43d397ca
PW
14472018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1448
1449 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1450 FUNC_lang language syntax.
1451
beddd671
PW
14522018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1453
1454 * gdb.base/info_minsym.c: New file.
1455 * gdb.base/info_minsym.exp: New file.
1456
73fc52c4
TT
14572018-11-19 Tom Tromey <tom@tromey.com>
1458
1459 PR rust/23625:
1460 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1461 * gdb.rust/expr.exp: Update expected output. Change one test.
1462
994b876a
TT
14632018-11-19 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1466
6769f276
PA
14672018-11-19 Pedro Alves <palves@redhat.com>
1468
1469 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1470 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1471 see the expected warning.
1472
38a72da0
AH
14732018-11-16 Alan Hayward <alan.hayward@arm.com>
1474
1475 PR gdb/22736:
1476 * gdb.cp/infcall-nodebug-lib.c: New test.
1477 * gdb.cp/infcall-nodebug-main.c: New test.
1478 * gdb.cp/infcall-nodebug.exp: New file.
1479
53a89d6e
SM
14802018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1481
1482 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1483 completer tests.
1484
9325300d
TV
14852018-11-09 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.base/msym-lang.c: New test.
1488 * gdb.base/msym-lang.exp: New file.
1489 * gdb.base/msym-lang-main.c: New test.
1490
20f0d60d
TT
14912018-11-08 Tom Tromey <tom@tromey.com>
1492
1493 PR gdb/23555:
1494 PR gdb/23838:
1495 * gdb.base/warning.exp: New file.
1496
b5420128
JB
14972018-11-08 Jan Beulich <jbeulich@suse.com>
1498
1499 * testsuite/gdb.arch/i386-avx512.c,
1500 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1501
cd115d61
AB
15022018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1505 point hardware.
1506
35ee2dc2
AB
15072018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1510 * gdb.dwarf2/missing-type-name.exp: New file.
1511
31aceee8
TV
15122018-11-06 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/many-headers.c: New test.
1515 * gdb.base/many-headers.exp: New file.
1516
109be305
JW
15172018-11-06 Jim Wilson <jimw@sifive.com>
1518
1519 * gdb.base/code_elim.exp: For riscv, set additional_flags
1520 to include -msmall-data-limit=0.
1521
e2b7af72
JB
15222018-11-01 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.ada/watch_minus_l: New testcase.
1525
cdcda965
SM
15262018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1527
1528 * gdb.arch/aix-sighandle.c: New file.
1529 * gdb.arch/aix-sighandle.exp: New file.
1530
92dcebf3
AB
15312018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1534 registers being unions.
1535
68b9ac18
TV
15362018-10-31 Tom de Vries <tdevries@suse.de>
1537
1538 * lib/valgrind.exp: New file.
1539 (vgdb_start, vgdb_stop): New procs, factored out of ...
1540 * gdb.base/valgrind-bt.exp: ... here, ...
1541 * gdb.base/valgrind-disp-step.exp: ... here and ...
1542 * gdb.base/valgrind-infcall.exp: ... here.
1543
1443936e
TV
15442018-10-31 Tom de Vries <tdevries@suse.de>
1545
1546 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1547
eb77c9df
AB
15482018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.dwarf2/void-type.c: New file.
1551 * gdb.dwarf2/void-type.exp: New file.
1552
82b5e646
PW
15532018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1554
1555 * gdb.base/info_qt.c: New file.
1556 * gdb.base/info_qt.exp: New file.
1557
8d619c01
EBM
15582018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1559
1560 * gdb.arch/powerpc-htm-regs.c: New file.
1561 * gdb.arch/powerpc-htm-regs.exp: New file.
1562
f2cf6173
EBM
15632018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1564
1565 * gdb.arch/powerpc-tar.c: New file.
1566 * gdb.arch/powerpc-tar.exp: New file.
1567
7ca18ed6
EBM
15682018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1569
1570 * gdb.arch/powerpc-ppr-dscr.c: New file.
1571 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1572
bfcc0eba
TV
15732018-10-25 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1576
fe1a5cad
TV
15772018-10-24 Tom de Vries <tdevries@suse.de>
1578
1579 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1580 longer exists error.
1581
a76dc3b7
TV
15822018-10-24 Tom de Vries <tdevries@suse.de>
1583
1584 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1585
4df46df7
TV
15862018-10-24 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1589 --db-attach in valgrind.
1590
0dbfcfff
AB
15912018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.arch/riscv-reg-aliases.c: New file.
1594 * gdb.arch/riscv-reg-aliases.exp: New file.
1595
b04480b1
AH
15962018-10-19 Alan Hayward <alan.hayward@arm.com>
1597
1598 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1599
2c6ac8d7
AH
16002018-10-19 Alan Hayward <alan.hayward@arm.com>
1601
1602 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1603
2bc69f25
AH
16042018-10-19 Alan Hayward <alan.hayward@arm.com>
1605
1606 * gdb.cp/ovldbreak.exp: Fix regexps.
1607
1f1ae3a3
AH
16082018-10-19 Alan Hayward <alan.hayward@arm.com>
1609
1610 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1611
94c18618
SDJ
16122018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1613
1614 PR cli/23785
1615 * gdb.base/restore.exp: New test to check if "restore" with an
1616 invalid file doesn't segfault.
1617
812cd6eb
TV
16182018-10-18 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1621 * gdb.ada/excep_handle.exp: Same.
1622 * gdb.ada/mi_string_access.exp: Same.
1623 * gdb.ada/mi_var_union.exp: Same.
1624 * gdb.arch/arc-analyze-prologue.exp: Same.
1625 * gdb.arch/arc-decode-insn.exp: Same.
1626 * gdb.base/readnever.exp: Same.
1627 * gdb.fortran/printing-types.exp: Same.
1628 * gdb.guile/scm-lazy-string.exp: Same.
1629
c4b90788
TV
16302018-10-16 Tom de Vries <tdevries@suse.de>
1631
1632 PR gdb/23730
1633 * gdb.base/catch-follow-exec.c: Add copyright notice.
1634 * gdb.base/catch-follow-exec.exp: Rewrite to use
1635 gdb_spawn_with_cmdline_opts. Require gdb-native.
1636
8bca2978
SL
16372018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1638
1639 * gdb.trace/actions-changed.exp: Check for arch support.
1640 * gdb.trace/actions.exp: Likewise.
1641 * gdb.trace/ax.exp: Likewise.
1642 * gdb.trace/backtrace.exp: Likewise.
1643 * gdb.trace/change-loc.exp: Likewise.
1644 * gdb.trace/deltrace.exp: Likewise.
1645 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1646 * gdb.trace/ftrace.exp: Likewise.
1647 * gdb.trace/infotrace.exp: Check for arch support.
1648 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1649 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1650 * gdb.trace/mi-tsv-changed.exp: Likewise.
1651 * gdb.trace/packetlen.exp: Likewise.
1652 * gdb.trace/passc-dyn.exp: Likewise.
1653 * gdb.trace/passcount.exp: Likewise.
1654 * gdb.trace/pending.exp: Likewise.
1655 * gdb.trace/range-stepping.exp: Check for shlib support.
1656 * gdb.trace/report.exp: Check for arch support.
1657 * gdb.trace/save-trace.exp: Likewise.
1658 * gdb.trace/signal.exp: Check for signal support.
1659 * gdb.trace/tfind.exp: Check for arch support.
1660 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1661 * gdb.trace/trace-common.h: Add comment.
1662 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1663 * gdb.trace/trace-enable-disable.exp: Likewise.
1664 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1665 * gdb.trace/tracecmd.exp: Check for arch support.
1666 * gdb.trace/tspeed.exp: Check for shlib and target support.
1667 * gdb.trace/tstatus.exp: Check for arch support.
1668 * gdb.trace/tsv.exp: Likewise.
1669 * gdb.trace/while-dyn.exp: Likewise.
1670 * gdb.trace/while-stepping.exp: Likewise.
1671 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1672
f9c49bff
SM
16732018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1674
1675 * gdb.trace/tspeed.exp: Remove nowarnings.
1676 (prepare_for_trace_test): Declare "global ipalib".
1677 * gdb.trace/tspeed.c: Include unistd.h.
1678 (main): Remove superfluous printf argument.
1679
d4330bde
SL
16802018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1681
1682 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1683 directory prefix on the filename.
1684
8ecfd7bd
SDJ
16852018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1686
1687 * gdb.gdb/unittest.exp: Update expected message informing that
1688 selftests have been disabled.
1689 * gdb.server/unittest.exp: Likewise.
1690
58bbcd02
TV
16912018-10-09 Tom de Vries <tdevries@suse.de>
1692
1693 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1694 with runto_main.
1695
9f6b697b
WP
16962018-10-08 Weimin Pan <weimin.pan@oracle.com>
1697
1698 PR c++/16841
1699 * gdb.cp/virtbase2.cc: New file.
1700 * gdb.cp/virtbase2.exp: New file.
1701
add5ded5
TT
17022018-10-06 Tom Tromey <tom@tromey.com>
1703
1704 PR python/19399:
1705 * gdb.python/py-inferior.exp: Add architecture test.
1706
f9e48344
TT
17072018-10-06 Tom Tromey <tom@tromey.com>
1708
1709 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1710 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1711
2a8be203
TT
17122018-10-06 Tom Tromey <tom@tromey.com>
1713
1714 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1715 of a "throw" catchpoint.
1716
e04caa70
SDJ
17172018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1718
1719 * gdb.base/info-proc.exp: Update string expected from "help info
1720 proc".
1721
5ca8c39f
TT
17222018-10-04 Tom Tromey <tom@tromey.com>
1723
1724 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1725 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1726 (test_initial_complaints, test_empty_complaints): Update.
1727 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1728
3453e7e4
TT
17292018-10-04 Tom Tromey <tom@tromey.com>
1730
1731 PR cli/19551:
1732 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1733 * lib/gdb.exp (gdb_file_cmd): Update.
1734 * gdb.stabs/weird.exp (print_weird_var): Update.
1735 * gdb.server/solib-list.exp: Update.
1736 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1737 * gdb.mi/mi-cli.exp: Update.
1738 * gdb.linespec/linespec.exp: Update.
1739 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1740 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1741 * gdb.cp/cp-relocate.exp: Update.
1742 * gdb.base/sym-file.exp: Update.
1743 * gdb.base/relocate.exp: Update.
1744 * gdb.base/readnever.exp: Update.
1745 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1746 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1747 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1748 * gdb.base/code_elim.exp: Update.
1749 * gdb.base/break-unload-file.exp (test_break): Update.
1750 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1751 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1752 Update.
1753 * gdb.base/attach.exp (do_attach_tests): Update.
1754 * gdb.base/sepdebug.exp: Update.
1755 * gdb.python/py-section-script.exp: Update.
1756
6afcf761
TT
17572018-10-04 Tom Tromey <tom@tromey.com>
1758
1759 PR cli/22234:
1760 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1761 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1762 output.
1763
fef1b293
TT
17642018-10-04 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1767 set width and height to 0.
1768 (test_command_line_attach_run): Use -quiet.
1769
ca98345e
SL
17702018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1771
1772 * lib/gdb.exp (skip_ifunc_tests): New.
1773 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1774 other compile failures.
1775 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1776
ff34e6ae
SM
17772018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1778
1779 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1780 is_amd64_regs_target.
1781
6bb8890e
AH
17822018-10-01 Alan Hayward <alan.hayward@arm.com>
1783
1784 * gdb.arch/aarch64-sighandler-regs.c: New test.
1785 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1786 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1787
224d30d3
MM
17882018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1789
1790 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1791 assembly.
1792
f67ffa6a
AB
17932018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 * gdb.base/frame-selection.exp: New file.
1796 * gdb.base/frame-selection.c: New file.
1797
9fc3183f
AH
17982018-09-27 Alan Hayward <alan.hayward@arm.com>
1799
1800 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1801 pthread barrier.
1802 (main): Likewise.
1803
d354055e
AB
18042018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 * gdb.base/large-frame-1.c: New file.
1807 * gdb.base/large-frame-2.c: New file.
1808 * gdb.base/large-frame.exp: New file.
1809 * gdb.base/large-frame.h: New file.
1810
db727370
JL
18112018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1812
1813 PR gdb/20948
1814 * gdb.base/write_mem.exp: New test.
1815 * gdb.base/write_mem.c: Likewise.
1816
ae778caf
TT
18172018-09-23 Tom Tromey <tom@tromey.com>
1818
1819 PR python/18852:
1820 * gdb.python/py-parameter.exp: Add test for parameter that throws
1821 on "set".
1822
fd3ba736
TT
18232018-09-23 Tom Tromey <tom@tromey.com>
1824
1825 PR python/17284:
1826 * gdb.python/py-template.exp (test_template_arg): Add test for
1827 negative template argument number.
1828
39a24317
TT
18292018-09-23 Tom Tromey <tom@tromey.com>
1830
1831 PR python/14062:
1832 * gdb.python/python.exp: Add test for post_event error.
1833
f5769a2c
TT
18342018-09-23 Tom Tromey <tom@tromey.com>
1835
1836 PR python/18170:
1837 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1838 convert pointers to int and long.
1839
1c1e54f6
TT
18402018-09-23 Tom Tromey <tom@tromey.com>
1841
1842 PR python/20126:
1843 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1844 signed-ness conversion tests.
1845
fb4fa946
TT
18462018-09-23 Tom Tromey <tom@tromey.com>
1847
1848 PR python/18352;
1849 * gdb.python/py-value.exp (test_float_conversion): New proc.
1850 Use it.
1851
a466edac
HAQ
18522018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1853
1854 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1855
4ee9b0c5
SL
18562018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1857
1858 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1859 no readline.
1860 * gdb.base/utf8-identifiers.exp: Likewise.
1861 * gdb.cp/cpcompletion.exp: Likewise.
1862 * gdb.linespec/cpcompletion.exp: Likewise.
1863 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1864 * gdb.linespec/cpls-ops.exp: Likewise.
1865
23be8da7
RB
18662018-09-19 Richard Bunt <richard.bunt@arm.com>
1867 Chris January <chris.january@arm.com>
1868
1869 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1870 * gdb.fortran/short-circuit-argument-list.exp: New file.
1871 * gdb.fortran/short-circuit-argument-list.f90: New test.
1872
5031d0ae
SDJ
18732018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1874
1875 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1876 "arch=" keyword when executing "-stack-list-frames".
1877
b4c0d1a4
SDJ
18782018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1879
1880 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1881 "arch=" keyword when executing "-stack-list-frames".
1882
7a6d2b45
SDJ
18832018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1884
1885 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1886 break ada".
1887
8588b356
SM
18882018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1889
1890 PR python/23669
1891 * gdb.python/python.exp: Test gdb.execute("show commands").
1892
65e65158
TT
18932018-09-16 Tom Tromey <tom@tromey.com>
1894
1895 * gdb.base/new-ui.exp (do_execution_tests): Update.
1896 * gdb.base/dbx.exp (test_breakpoints): Update.
1897
bf326452
AH
18982018-09-14 Alan Hayward <alan.hayward@arm.com>
1899
1900 * lib/gdb.exp (gdb_simple_compile): Add proc.
1901 (is_elf_target): Use gdb_simple_compile.
1902 (skip_altivec_tests): Likewise.
1903 (skip_vsx_tests): Likewise.
1904 (skip_tsx_tests): Likewise.
1905 (skip_btrace_tests): Likewise.
1906 (skip_btrace_pt_tests): Likewise.
1907 (gdb_can_simple_compile): Likewise.
1908 (gdb_has_argv0): Likewise.
1909 (gdb_target_symbol_prefix): Likewise.
1910 (target_supports_scheduler_locking): Likewise.
1911
2361b0fb
TT
19122018-09-13 Tom Tromey <tom@tromey.com>
1913
1914 * Makefile.in (TAGS): Recognize proc_with_prefix and
1915 gdb_caching_proc.
1916
0ae1a321
SM
19172018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1918
1919 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1920 method.
1921
a40bf0c2
SM
19222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1923
1924 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1925 and a few other Inferior properties when the Inferior is no
1926 longer valid.
1927
4a3fe98f
TT
19282018-09-13 Tom Tromey <tom@tromey.com>
1929
1930 PR rust/23650:
1931 * gdb.rust/simple.exp: Add test for enum field access error.
1932
098b2108
TT
19332018-09-13 Tom Tromey <tom@tromey.com>
1934
1935 PR rust/23626:
1936 * gdb.rust/simple.rs (EmptyEnum): New type.
1937 (main): Use it.
1938 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1939
1256af7d
SM
19402018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1941
1942 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1943 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1944 * gdb.python/py-symtab.exp: Update test printing an objfile.
1945
4aa8e6c2
SM
19462018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1947
1948 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1949 object.
1950
c221b2f7
AH
19512018-09-12 Alan Hayward <alan.hayward@arm.com>
1952
1953 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1954 (support_complex_tests): Use gdb_can_simple_compile.
1955 (is_ilp32_target): Likewise.
1956 (is_lp64_target): Likewise.
1957 (is_64_target): Likewise.
1958 (is_amd64_regs_target): Likewise.
1959 (is_aarch32_target): Likewise.
1960 (gdb_int128_helper): Likewise.
1961
6f1107b5
JK
19622018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1963
1964 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1965
1f5d1570
JG
19662018-09-10 Jerome Guitton <guitton@adacore.com>
1967
1968 * gdb.ada/same_component_name: Add test for case of tagged record
1969 with variable-length fields.
1970
cc330e39
XR
19712018-09-10 Xavier Roirand <roirand@adacore.com>
1972
1973 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1974 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1975 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1976 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1977
b9c50e9a
XR
19782018-09-10 Xavier Roirand <roirand@adacore.com>
1979
1980 * gdb.ada/mi_string_access.exp: New testcase.
1981 * gdb.ada/mi_string_access/bar.adb: New file.
1982 * gdb.ada/mi_string_access/pck.adb: New file.
1983 * gdb.ada/mi_string_access/pck.asd: New file.
1984
2963898f
XR
19852018-09-10 Xavier Roirand <roirand@adacore.com>
1986
1987 * gdb.ada/mi_var_union.exp: New testcase.
1988 * gdb.ada/mi_var_union/bar.adb: New file.
1989 * gdb.ada/mi_var_union/pck.adb: New file.
1990 * gdb.ada/mi_var_union/pck.asd: New file.
1991
1aac008f
TT
19922018-09-08 Tom Tromey <tom@tromey.com>
1993
1994 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1995
332cf4c9
TT
19962018-09-08 Tom Tromey <tom@tromey.com>
1997
1998 PR python/16047:
1999 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2000 (register_pretty_printers): Register new printer.
2001 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2002 test.
2003 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2004 (an_int_type3): New global.
2005
424da6cf
JB
20062018-09-08 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdb.ada/expr_with_funcall: New testcase.
2009
2a62dfa9
JB
20102018-09-08 Joel Brobecker <brobecker@adacore.com>
2011
2012 * gdb.ada/packed_array_assign: New testcase.
2013
96b6697f
AB
20142018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2017 names, and add test prefixes to make test names unique.
2018
e4a62c65
TV
20192018-09-05 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.dwarf2/varval.exp: Add test.
2022
dd083ee2
GB
20232018-09-04 Gary Benson <gbenson@redhat.com>
2024
2025 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2026 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2027
aef9346c
TT
20282018-08-31 Tom Tromey <tom@tromey.com>
2029
2030 * gdb.rust/simple.rs: Rename second variable "v".
2031
c67f2e15
AB
20322018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.base/funcargs.c (use_a): New function.
2035 (recurse): Call use_a.
2036
078a0207
KS
20372018-08-29 Keith Seitz <keiths@redhat.com>
2038
2039 * gdb.compile/compile-cplus-anonymous.cc: New file.
2040 * gdb.compile/compile-cplus-anonymous.exp: New file.
2041 * gdb.compile/compile-cplus-array-decay.cc: New file.
2042 * gdb.compile/compile-cplus-array-decay.exp: New file.
2043 * gdb.compile/compile-cplus-inherit.cc: New file.
2044 * gdb.compile/compile-cplus-inherit.exp: New file.
2045 * gdb.compile/compile-cplus-member.cc: New file.
2046 * gdb.compile/compile-cplus-member.exp: New file.
2047 * gdb.compile/compile-cplus-method.cc: New file.
2048 * gdb.compile/compile-cplus-method.exp: New file.
2049 * gdb.compile/compile-cplus-mod.c: "New" file.
2050 * gdb.compile/compile-cplus-namespace.cc: New file.
2051 * gdb.compile/compile-cplus-namespace.exp: New file.
2052 * gdb.compile/compile-cplus-nested.cc: New file.
2053 * gdb.compile/compile-cplus-nested.exp: New file.
2054 * gdb.compile/compile-cplus-print.c: "New" file.
2055 * gdb.compile/compile-cplus-print.exp: "New" file.
2056 * gdb.compile/compile-cplus-virtual.cc: New file.
2057 * gdb.compile/compile-cplus-virtual.exp: New file.
2058 * gdb.compile/compile-cplus.c: "New" file.
2059 * gdb.compile/compile-cplus.exp: "New" file.
2060 * lib/compile-support.exp: New file.
2061
b0f492b9
GB
20622018-08-16 Gary Benson <gbenson@redhat.com>
2063
2064 PR gdb/13000:
2065 * gdb.base/batch-exit-status.exp: New file.
2066 * gdb.base/batch-exit-status.good-commands: Likewise.
2067 * gdb.base/batch-exit-status.bad-commands: Likewise.
2068
36eb4c5f
AH
20692018-08-29 Alan Hayward <alan.hayward@arm.com>
2070
2071 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2072 (struct struct02): Likewise.
2073 (struct struct03): Likewise.
2074 (struct struct04): Likewise.
2075 (struct struct_01_01): New struct.
2076 (struct struct_01_02): Likewise.
2077 (struct struct_01_03): Likewise.
2078 (struct struct_01_04): Likewise.
2079 (struct struct_02_01): Likewise.
2080 (struct struct_02_02): Likewise.
2081 (struct struct_02_03): Likewise.
2082 (struct struct_02_04): Likewise.
2083 (struct struct_04_01): Likewise.
2084 (struct struct_04_02): Likewise.
2085 (struct struct_04_03): Likewise.
2086 (struct struct_04_04): Likewise.
2087 (struct struct_05_01): Likewise.
2088 (struct struct_05_02): Likewise.
2089 (struct struct_05_03): Likewise.
2090 (struct struct_05_04): Likewise.
2091 (cmp_struct01): Remove function.
2092 (cmp_struct02): Likewise.
2093 (cmp_struct03): Likewise.
2094 (cmp_struct04): Likewise.
2095 (cmp_struct_01_01): Add Function.
2096 (cmp_struct_01_02): Likewise.
2097 (cmp_struct_01_03): Likewise.
2098 (cmp_struct_01_04): Likewise.
2099 (cmp_struct_02_01): Likewise.
2100 (cmp_struct_02_02): Likewise.
2101 (cmp_struct_02_03): Likewise.
2102 (cmp_struct_02_04): Likewise.
2103 (cmp_struct_04_01): Likewise.
2104 (cmp_struct_04_02): Likewise.
2105 (cmp_struct_04_03): Likewise.
2106 (cmp_struct_04_04): Likewise.
2107 (cmp_struct_05_01): Likewise.
2108 (cmp_struct_05_02): Likewise.
2109 (cmp_struct_05_03): Likewise.
2110 (cmp_struct_05_04): Likewise.
2111 (call_all): Add new structs.
2112 * gdb.base/infcall-nested-structs.exp: Likewise.
2113
3bf9c013
JV
21142018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2115
2116 * gdb.python/py-framefilter-mi.exp: Update regexp to
2117 check for "arch" field in frame output.
2118
450d1e88
KB
21192018-08-23 Kevin Buettner <kevinb@redhat.com>
2120
2121 * gdb.dwarf2/dw2-ranges-func.c: New file.
2122 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2123
ae739fe7
SM
21242018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2125
2126 * gdb.base/term.exp: Compare terminal settings with values from
2127 the inferior.
2128 * gdb.base/term.c: Get and set terminal settings.
2129
6d52907e
JV
21302018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2131
2132 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2133 accommodate new "arch" field in frame output.
2134 * gdb.mi/mi-return.exp: Likewise.
2135 * gdb.mi/mi-stack.exp: Likewise.
2136 * gdb.mi/mi-syn-frame.exp: Likewise.
2137 * gdb.mi/user-selected-context-sync.exp: Likewise.
2138
be2d111a
MS
21392018-08-19 Michael Spang <spang@google.com>
2140
2141 PR gdb/11786
2142 * gdb.base/gcore-tls-pie.c: New file.
2143 * gdb.base/gcore-tls-pie.exp: New file.
2144
ae3a7c47
KB
21452018-08-18 Kevin Buettner <kevinb@redhat.com>
2146
2147 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2148 * gdb.dwarf2/varval.c: New file.
2149 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2150
2ecae92e
AH
21512018-08-17 Alan Hayward <alan.hayward@arm.com>
2152
2153 PR gdb/18931
2154 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2155
c1854f1d
KS
21562018-08-16 Keith Seitz <keiths@redhat.com>
2157
2158 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2159 tests expected to pass.
2160
26fb3983
JV
21612018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2162
2163 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2164 -data-disassemble -a.
2165 (test_disassembly_bogus_args): Likewise.
2166
67943c00
AB
21672018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2170
5ff2bbae
AB
21712018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2172
2173 * gdb.base/vla-optimized-out.exp: Add new test.
2174
e5bbcd0f
AB
21752018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.base/vla-optimized-out-o3.exp: Delete.
2178 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2179 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2180 deleted tests.
2181
9d4a934c
AB
21822018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 PR gdb/18050:
2185 * gdb.server/extended-remote-restart.c: New file.
2186 * gdb.server/extended-remote-restart.exp: New file.
2187
045cf012
SM
21882018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2189
2190 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2191 "set variable index = 42".
2192
87d6a7aa
SM
21932018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2194
2195 * boards/index-cache-gdb.exp: New file.
2196 * gdb.dwarf2/index-cache.exp: New file.
2197 * gdb.dwarf2/index-cache.c: New file.
2198 * gdb.base/maint.exp: Check if we are using the index cache.
2199
96d68bd4
RO
22002018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2201
2202 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2203 MAKEFLAGS.
2204
5a699617
RO
22052018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2206
2207 * dg-extract-results.sh: Move to toplevel contrib.
2208 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2209 * Makefile.in (check-parallel-racy): Likewise.
2210
5bd18990
AB
22112018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2214 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2215 tests if the target supports scheduler locking.
2216
3fbbcf47
TV
22172018-08-04 Tom de Vries <tdevries@suse.de>
2218
2219 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2220
3e1d3d8c
TT
22212018-08-02 Tom Tromey <tom@tromey.com>
2222
2223 PR symtab/16842.
2224 * gdb.cp/temargs.exp: Test "info address" of a template
2225 parameter.
2226
5abe0f0c
JV
22272018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2228
2229 * gdb.python/py-mi-var-info-path-expression.c: New file.
2230 * gdb.python/py-mi-var-info-path-expression.py: New file.
2231 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2232
fb66cde8
SDJ
22332018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2234
2235 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2236 error after "cannot resolve name" string.
2237
c708f4d2
AB
22382018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2241 started.
2242 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2243
37cc0cae
TV
22442018-07-28 Tom de Vries <tdevries@suse.de>
2245
2246 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2247
63b4ecf7
TV
22482018-07-26 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2251
3c3bb058
AB
22522018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2255 is visible.
2256
9e7f3bbb
TV
22572018-07-26 Tom de Vries <tdevries@suse.de>
2258
2259 PR breakpoints/23366
2260 * gdb.base/catch-follow-exec.c: New test.
2261 * gdb.base/catch-follow-exec.exp: New file.
2262
16f808ec
TV
22632018-07-25 Tom de Vries <tdevries@suse.de>
2264
2265 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2266 vla-optimized-out.c.
2267
d7154a8d
JV
22682018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2269
2270 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2271 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2272
232a0032
TV
22732018-07-20 Tom de Vries <tdevries@suse.de>
2274
2275 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2276 NOCLONE macro.
2277 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2278
fbb1d502
TV
22792018-07-19 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2282 regular expression.
2283
42dc7699
TV
22842018-07-18 Tom de Vries <tdevries@suse.de>
2285
2286 * gdb.base/vla-optimized-out.c: New test.
2287 * gdb.base/vla-optimized-out.exp: New file.
2288
7f1f7e23
SDJ
22892018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2290
2291 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2292 message "No address associated with hostname" when gdbserver
2293 cannot resolve the hostname.
2294
5759ebb3
PW
22952018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2296
2297 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2298 Add some test prefixes to make tests unique.
2299
3606ccab
PW
23002018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2301
2302 * gdb.base/frameapply.c: New file.
2303 * gdb.base/frameapply.exp: New file.
2304
529c08b2
PW
23052018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2306
2307 * gdb.base/skip.exp: Update expected error message.
2308
c7ab0aef
SDJ
23092018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2310 Jan Kratochvil <jan.kratochvil@redhat.com>
2311 Paul Fertser <fercerpav@gmail.com>
2312 Tsutomu Seki <sekiriki@gmail.com>
2313
2314 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2315 parameter.
2316 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2317 by default.
2318 * boards/native-gdbserver.exp: Likewise.
2319 * gdb.server/run-without-local-binary.exp: Improve regexp used
2320 for detecting when a remote debugging connection succeeds.
2321 * gdb.server/server-connect.exp: New file.
2322 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2323 Do not prefix the port number with ":".
2324 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2325 support for detecting and using it. Add '$debughost_gdbserver'
2326 to the list of arguments used to start gdbserver. Handle case
2327 when gdbserver cannot resolve a network name.
2328
16ff70dd
SDJ
23292018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2330
2331 PR c++/23373
2332 * gdb.base/ptype-offsets.cc (struct static_member): New
2333 struct.
2334 (main) <stmember>: New variable.
2335 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2336 with a static member in it.
2337
3541979f
AB
23382018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2341 watchpoints enabled and disabled.
2342
c8ad9b9a
AB
23432018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * gdb.base/examine-backward.exp: Still run tests around address
2346 0x0, even if address 0x0 is not readable. Update the pattern for
2347 matching address 0x0 in expected output.
2348
e0e5e971
AB
23492018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2352 malloc/free.
2353
1ea5da02
TV
23542018-07-04 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2357
471b9d15
MR
23582018-07-02 Maciej W. Rozycki <macro@mips.com>
2359
2360 PR tdep/8282
2361 * gdb.arch/mips-disassembler-options.exp: New test.
2362 * gdb.arch/mips-disassembler-options.s: New test source.
2363
75acb486
PA
23642018-06-29 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.threads/names.exp: Adjust expected "info threads" output.
2367
cd2bb709
PA
23682018-06-29 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.opt/inline-break.exp (line number, address): Add "info
2371 break" tests.
2372
991ff292
PA
23732018-06-29 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2376 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2377 number and address and running to them.
2378
356819b6 23792018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2380
2381 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2382
2512d7ef
JK
23832018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2384
2385 * lib/compiler.c: Remove executable permission flag.
2386
be1b6474
RB
23872018-06-28 Richard Bunt <richard.bunt@arm.com>
2388
2389 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2390 code.
2391 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2392
291f9a96
PT
23932018-06-28 Petr Tesarik <ptesarik@suse.cz>
2394
2395 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2396
ed6dfe51
PT
23972018-06-28 Petr Tesarik <ptesarik@suse.cz>
2398
2399 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2400 address argument is omitted.
2401
d4d429d5
PT
24022018-06-28 Petr Tesarik <ptesarik@suse.cz>
2403
2404 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2405
7ab6656f
OJ
24062018-06-27 Omair Javaid <omair.javaid@linaro.org>
2407
2408 PR gdb/21695
2409 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2410 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2411
a33ccfc7
TT
24122018-06-26 Tom Tromey <tom@tromey.com>
2413
2414 PR rust/22574:
2415 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2416 * gdb.rust/simple.rs (struct SimpleLayout): New.
2417
6d72d289
SM
24182018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2419
2420 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2421 "info registers" output.
2422
8363f9d5
RB
24232018-06-21 Richard Bunt <richard.bunt@arm.com>
2424
2425 * gdb.base/watchpoint-hw-attach.c: New test.
2426 * gdb.base/watchpoint-hw-attach.exp: New file.
2427
f00674fe
SM
24282018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2429
2430 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2431 through /bin/sh.
2432 * boards/dwarf4-gdb-index.exp: Likewise.
2433 * boards/fission-dwp.exp: Likewise.
2434
1d554008
UW
24352018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2436
2437 * gdb.base/float128.exp: Add comment and improved fail message
2438 to the failure case of "print large128" test.
2439
d0ac1c44
SM
24402018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2441
2442 * configure.ac: Remove AC_PREREQ.
2443 * configure: Re-generate.
2444
61b04dd0
PA
24452018-06-19 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2448 (func_extern_caller): New.
2449 (main): Call func_extern_caller.
2450 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2451 logic change.
2452
f63b508a
SM
24532018-06-18 Weimin Pan <weimin.pan@oracle.com>
2454
2455 PR gdb/16841
2456 * gdb.cp/typedef-base.cc: New file.
2457 * gdb.cp/typedef-base.exp: New file.
2458
0fe3a558
TV
24592018-06-18 Tom de Vries <tdevries@suse.de>
2460
2461 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2462
7010835a
AB
24632018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2464 Richard Bunt <Richard.Bunt@arm.com>
2465
2466 * gdb.threads/attach-slow-waitpid.c: New file.
2467 * gdb.threads/attach-slow-waitpid.exp: New file.
2468 * gdb.threads/slow-waitpid.c: New file.
2469
14897d65
PA
24702018-06-14 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/fork-running-state.c: Include <errno.h>.
2473 (exit_if_relative_exits): New.
2474 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2475 exits.
2476 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2477 child exits.
2478
5d9a0608
TV
24792018-06-14 Tom de Vries <tdevries@suse.de>
2480
2481 PR cli/22573
2482 * gdb.base/finish-pretty.c: New test.
2483 * gdb.base/finish-pretty.exp: New file.
2484
11ae5818
PA
24852018-06-14 Pedro Alves <palves@redhat.com>
2486
2487 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2488 gdb's expected startup output.
2489
1d39de44
PA
24902018-06-14 Pedro Alves <palves@redhat.com>
2491
2492 * lib/selftest-support.exp (selftest_setup): Remove inlined
2493 function handling.
2494
70ee0000
TV
24952018-06-14 Tom de Vries <tdevries@suse.de>
2496
2497 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2498 matching of breakpoint printing.
2499
11f4b608
TV
25002018-06-13 Tom de Vries <tdevries@suse.de>
2501
2502 PR testsuite/23269
2503 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2504 (fork_child): ... here, and ...
2505 (fork_parent): ... here.
2506
25072018-06-12 Tom de Vries <tdevries@suse.de>
2508
2509 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2510
9516f85a
AB
25112018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2512 Stephen Roberts <stephen.roberts@arm.com>
2513
2514 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2515 rewrite test to describe action performed, rather than possible
2516 failure.
2517
5045b3d7
GB
25182018-06-08 Gary Benson <gbenson@redhat.com>
2519
2520 * gdb.threads/check-libthread-db.exp: New file.
2521 * gdb.threads/check-libthread-db.c: Likewise.
2522
c61b06a1
TT
25232018-06-05 Tom Tromey <tom@tromey.com>
2524
2525 * gdb.base/default.exp: Update expected "show version" output.
2526
eb6af809
TT
25272018-06-05 Tom Tromey <tom@tromey.com>
2528
2529 PR cli/12326:
2530 * gdb.cp/static-print-quit.exp: Update.
2531 * lib/gdb.exp (pagination_prompt): Update.
2532 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2533 * gdb.python/python.exp: Update.
2534
178d6a63
JB
25352018-06-04 Joel Brobecker <brobecker@adacore.com>
2536
2537 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2538
8e817061
JB
25392018-06-01 Joel Brobecker <brobecker@adacore.com>
2540
2541 * gdb.ada/bp_fun_addr: New testcase.
2542
e86ca25f
TT
25432018-06-01 Tom Tromey <tom@tromey.com>
2544
2545 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2546 results.
2547 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2548 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2549 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2550 * gdb.base/maint.exp (maint_pass_if): Update.
2551
4b2dfa9d
MR
25522018-05-31 Maciej W. Rozycki <macro@mips.com>
2553
2554 * gdb.base/endian.exp: New test.
2555 * gdb.base/endian.c: New test source.
2556
45f25d6c
AB
25572018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 PR gdb/23203
2560 * gdb.base/bt-selected-frame.c: New file.
2561 * gdb.base/bt-selected-frame.exp: New file.
2562 * lib/gdb.exp (get_current_frame_number): New function.
2563
d9f6d7f8
MR
25642018-05-24 Maciej W. Rozycki <macro@mips.com>
2565 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.threads/tls-core.c: Include <stdlib.h>
2568 (thread_proc): Call `abort'.
2569 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2570 (tls_core_test): New procedure, bits factored out from ...
2571 (top level): ... here. Test both native cores and gcore cores.
2572
ff1cf532
TT
25732018-05-23 Tom Tromey <tom@tromey.com>
2574
2575 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2576
b98664d3
TT
25772018-05-23 Tom Tromey <tom@tromey.com>
2578
2579 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2580 symfile_complaints.
2581 (test_short_complaints): Likewise.
2582 (test_empty_complaints): Likewise.
2583 (test_initial_complaints): Update.
2584
4e9668d0
TT
25852018-05-23 Tom Tromey <tom@tromey.com>
2586
2587 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2588
43ba33c7
TT
25892018-05-23 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2592 (test_short_complaints): Update.
2593
035522c0
PA
25942018-05-22 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.base/remote.exp: Only gdb_start after compiling the
2597 testcase. Issue "disconnect" before testing "set remote" command
2598 defaults. Issue clean_restart before running to main.
2599
cc0be08f
PA
26002018-05-22 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.base/remote.exp: Adjust expected output of "show remote
2603 memory-write-packet-size". Add tests for "set remote
2604 memory-write-packet-size 0" and "set remote
2605 memory-write-packet-size fixed/limit".
2606
b1b60145
PA
26072018-05-22 Pedro Alves <palves@redhat.com>
2608
2609 PR gdb/22973
2610 * gdb.base/utf8-identifiers.c: New file.
2611 * gdb.base/utf8-identifiers.exp: New file.
2612
0ec848ad
PFC
26132018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2614
2615 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2616
2c3305f6
PFC
26172018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2618
2619 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2620
ce1e8424
TT
26212018-05-18 Tom Tromey <tom@tromey.com>
2622
2623 * gdb.base/ptype-offsets.exp: Update.
2624
ddfe970e
KS
26252018-05-17 Keith Seitz <keiths@redhat.com>
2626
2627 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2628 in expected breakpoint stop locations.
2629 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2630 move to proper scope to test variable values.
2631 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2632 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2633 New functions.
2634 (main): Call not_inline_func3.
2635 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2636 inline_func1, inline_func2, and inline_func3. Test that when each
2637 breakpoint is hit, GDB properly reports both the stop location
2638 and the backtrace. Repeat tests for temporary breakpoints.
2639
0726fcc6
MR
26402018-05-15 Maciej W. Rozycki <macro@mips.com>
2641
2642 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2643 rather then trying to access it in determining whether the PID
2644 of `gdbserver' could have been retrieved.
2645
8ee22052
AB
26462018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2647
2648 * gdb.arch/amd64-init-x87-values.S: New file.
2649 * gdb.arch/amd64-init-x87-values.exp: New file.
2650
7785df48
JK
26512018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2654
56bcdbea
TT
26552018-05-04 Tom Tromey <tom@tromey.com>
2656
2657 PR python/22730:
2658 * gdb.python/python.exp: Test multi-line execute.
2659
a913fffb
TT
26602018-05-04 Tom Tromey <tom@tromey.com>
2661
2662 PR python/22731:
2663 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2664
7a2c85f2
TT
26652018-05-04 Tom Tromey <tom@tromey.com>
2666
2667 PR gdb/11750:
2668 * gdb.base/define.exp: Test defining a user command inside a user
2669 command.
2670 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2671
a3b60e45
JK
26722018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2673 Pedro Alves <palves@redhat.com>
2674
2675 PR breakpoints/19806 and support for PR external/20207.
2676 * gdb.base/watchpoint-unaligned.c: New file.
2677 * gdb.base/watchpoint-unaligned.exp: New file.
2678
45fe4a03
AB
26792018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.base/maint.exp: Make test names unique, use
2682 test_prefix_command_help to test 'help maint info', and remove
2683 repeated test of 'help maint'.
2684
9be2ae8f
TT
26852018-05-04 Tom Tromey <tom@tromey.com>
2686
2687 PR gdb/22619:
2688 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2689 behavior.
2690
11859c31
AB
26912018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.base/maint.exp: Process output from 'maint print registers'
2694 line at a time.
2695
089a9490
AB
26962018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2699 timeout.
2700
9b0797e2
AB
27012018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2704 filter pattern.
2705
f6ac5f3d
PA
27062018-05-02 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2709 to_log_command renames.
2710 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2711
77d3c63b
TT
27122018-05-02 Tom Tromey <tom@tromey.com>
2713
2714 * gdb.python/py-parameter.exp: Set test message.
2715
0489430a
TT
27162018-05-02 Tom Tromey <tom@tromey.com>
2717
2718 PR python/20084:
2719 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2720 PARAM_ZUINTEGER_UNLIMITED tests.
2721
1632f8ba
DR
27222018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2723
2724 PR rust/23124
2725 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2726 when casting.
2727
6d7bb824
TT
27282018-04-30 Tom Tromey <tom@tromey.com>
2729
2730 * gdb.python/py-type.exp: Check align attribute.
2731 * gdb.python/py-type.c: New "aligncheck" global.
2732
007e1530
TT
27332018-04-30 Tom Tromey <tom@tromey.com>
2734
2735 PR exp/17095:
2736 * gdb.dwarf2/dw2-align.exp: New file.
2737 * gdb.cp/align.exp: New file.
2738 * gdb.base/align.exp: New file.
2739 * lib/gdb.exp (gdb_int128_helper): New proc.
2740 (has_int128_c, has_int128_cxx): New caching procs.
2741
6873858b
TT
27422018-04-27 Tom Tromey <tom@tromey.com>
2743
2744 PR rust/22545:
2745 * gdb.rust/simple.exp: Add inclusive range tests.
2746
79188d8d
PA
27472018-04-26 Pedro Alves <palves@redhat.com>
2748
2749 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2750 ifunc breakpoint locations correctly of ifunc breakpoints set
2751 while the program resolves the ifunc.
2752
c7075ad5
PA
27532018-04-26 Pedro Alves <palves@redhat.com>
2754
2755 * gdb.base/gnu-ifunc-final.c: New file.
2756 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2757 * gdb.base/gnu-ifunc.exp (executable): Delete.
2758 (staticexecutable): Adjust.
2759 (lib_opts, exec_opts): Delete.
2760 (make_binsuffix, build, set-break): New procedures.
2761 (misc_tests): New, with tests factored out from the top level.
2762 (top level): Test different combinations of ifunc resolver name,
2763 resolver with and with debug info, and ifunc target with and
2764 without debug info. Wrap static tests with with_target_prefix.
2765
8388016d
PA
27662018-04-26 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2769 return type" warnings.
2770
249b5733
PA
27712018-04-25 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2774 killed".
2775 * gdb.base/kill-after-signal.exp: Likewise.
2776 * gdb.threads/kill.exp: Likewise.
2777
f67c0c91
SDJ
27782018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2779 Sergio Durigan Junior <sergiodj@redhat.com>
2780 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2783 regexps to expect for '[Inferior ... detached]' as well.
2784 * gdb.base/attach.exp: Likewise.
2785 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2786 "gdb_continue_to_end".
2787 (test_catch_syscall_with_wrong_args): Likewise.
2788 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2789 ']'. Don't set 'verbose' on.
2790 * gdb.base/foll-vfork.exp: Likewise.
2791 * gdb.base/fork-print-inferior-events.c: New file.
2792 * gdb.base/fork-print-inferior-events.exp: New file.
2793 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2794 '[Inferior ... has been killed]' message.
2795 * gdb.base/kill-after-signal.exp: Likewise.
2796 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2797 detach message.
2798 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2799 message.
2800 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2801 regexps to expect for '[Inferior ... detached]' as well.
2802 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2803
0a8ddac4
SM
28042018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2805
2806 PR gdb/23104
2807 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2808
d27d16bf
RB
28092018-04-19 Richard Bunt <richard.bunt@arm.com>
2810
2811 * gdb.threads/multiple-successive-infcall.c: New test.
2812 * gdb.threads/multiple-successive-infcall.exp: New file.
2813
a037790e
TT
28142018-04-17 Tom Tromey <tom@tromey.com>
2815
2816 * gdb.rust/simple.rs (Union): New type.
2817 (main): New local "u".
2818 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2819
e3a91079
AA
28202018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2821
2822 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2823 number information in output of "whereis" command.
2824 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2825
b744723f
AA
28262018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2827
2828 * gdb.ada/info_types.exp: Adjust expected output to the line
2829 numbers now printed by "info var/func/type".
2830 * gdb.base/completion.exp: Likewise.
2831 * gdb.base/included.exp: Likewise.
2832 * gdb.cp/cp-relocate.exp: Likewise.
2833 * gdb.cp/cplusfuncs.exp: Likewise.
2834 * gdb.cp/namespace.exp: Likewise.
2835 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2836
4a4495d6
MM
28372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2838
2839 * gdb.btrace/cpu.exp: New.
2840
1d509aa6
MM
28412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2842
2843 * gdb.base/step-indirect-call-thunk.exp: New.
2844 * gdb.base/step-indirect-call-thunk.c: New.
2845 * gdb.reverse/step-indirect-call-thunk.exp: New.
2846 * gdb.reverse/step-indirect-call-thunk.c: New.
2847
6295b6da
SM
28482018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2849
2850 * gdb.base/pie-fork.c: New file.
2851 * gdb.base/pie-fork.exp: New file.
2852
50146e70
TT
28532018-04-11 Tom Tromey <tom@tromey.com>
2854
2855 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2856
f50d8a2e
PA
28572018-04-10 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2860 exits. Instead loop running forever.
2861 (fork_parent): Run forever too.
2862
a0be7a36
SM
28632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2864
2865 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2866 mi_continue_to_line.
2867 * gdb.mi/mi-stack.c (callee4): Add comment.
2868
9b73db36
SM
28692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2870
2871 * gdb.mi/mi-stack.exp: Fix indentation.
2872
c912f608
SM
28732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2874
2875 PR gdb/22979
2876 * gdb.arch/amd64-osabi.exp: New file.
2877
26540402
SM
28782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2879
2880 PR gdb/22980
2881 * gdb.base/osabi.exp: New file.
2882
121ad66c 28832018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
2884
2885 * gdb.cp/static-typedef-print.exp: New file.
2886 * gdb.cp/static-typedef-print.cc: New file.
2887
3fcded8f
JB
28882018-03-27 Joel Brobecker <brobecker@adacore.com>
2889
2890 * gdb.ada/varsize_limit: New testcase.
2891
59cc4834
JB
28922018-03-27 Joel Brobecker <brobecker@adacore.com>
2893
2894 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2895
2896 * gdb.ada/notcplusplus: New testcase.
2897
2898 * gdb.base/c-linkage-name.c: New file.
2899 * gdb.base/c-linkage-name.exp: New testcase.
2900
4ca59a9f
TT
29012018-03-26 Tom Tromey <tom@tromey.com>
2902
2903 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2904 * gdb.python/py-framefilter.py (name_error): New global.
2905 (ErrorInName.function): Use name_error.
2906
978d6c75
TT
29072018-03-26 Tom Tromey <tom@tromey.com>
2908
2909 PR backtrace/15582:
2910 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2911
b7fee5a3
KS
29122018-03-23 Keith Seitz <keiths@redhat.com>
2913
2914 PR c++/22968
2915 * gdb.cp/subtypes.exp: New file.
2916 * gdb.cp/subtypes.h: New file.
2917 * gdb.cp/subtypes.cc: New file.
2918 * gdb.cp/subtypes-2.cc: New file.
2919
376be529
AB
29202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2923 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2924 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2925 -nostartfiles when compiling the test. Confirm that all registers
2926 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2927
066cfa98
AB
29282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2931 option, syntax was wrong anyway.
2932 * gdb.arch/arm-disp-step.exp: Likewise.
2933 * gdb.arch/sparc64-regs.exp: Likewise.
2934 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2935 option, syntax was wrong anyway, switch to use
2936 prepare_for_testing.
2937 * gdb.arch/i386-disp-step.exp: Likewise.
2938
079670b9
AA
29392018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2940
2941 * gdb.ada/exec_changed.exp: Replace "target_info exists
2942 use_gdb_stub" by "use_gdb_stub".
2943 * gdb.ada/start.exp: Likewise.
2944 * gdb.base/async-shell.exp: Likewise.
2945 * gdb.base/attach-pie-misread.exp: Likewise.
2946 * gdb.base/attach-wait-input.exp: Likewise.
2947 * gdb.base/break-entry.exp: Likewise.
2948 * gdb.base/break-interp.exp: Likewise.
2949 * gdb.base/dprintf-detach.exp: Likewise.
2950 * gdb.base/nostdlib.exp: Likewise.
2951 * gdb.base/solib-nodir.exp: Likewise.
2952 * gdb.base/statistics.exp: Likewise.
2953 * gdb.base/testenv.exp: Likewise.
2954 * gdb.mi/mi-exec-run.exp: Likewise.
2955 * gdb.mi/mi-start.exp: Likewise.
2956 * gdb.multi/dummy-frame-restore.exp: Likewise.
2957 * gdb.multi/multi-arch-exec.exp: Likewise.
2958 * gdb.multi/multi-arch.exp: Likewise.
2959 * gdb.multi/tids.exp: Likewise.
2960 * gdb.multi/watchpoint-multi.exp: Likewise.
2961 * gdb.python/py-events.exp: Likewise.
2962 * gdb.threads/attach-into-signal.exp: Likewise.
2963 * gdb.threads/attach-stopped.exp: Likewise.
2964 * gdb.threads/threadapply.exp: Likewise.
2965 * lib/selftest-support.exp: Likewise.
2966
26d6cec4
AA
29672018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2968
2969 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2970
4ee89e90
SR
29712018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2972
2973 * gdb.perf/template-breakpoints.cc: New file.
2974 * gdb.perf/template-breakpoints.exp: New file.
2975 * gdb.perf/template-breakpoints.py: New file.
2976
92630041
TT
29772018-03-19 Tom Tromey <tom@tromey.com>
2978
2979 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2980 y0.
2981 * gdb.rust/simple.exp: Test bare identifier form of struct
2982 initializer.
2983
76727919
TT
29842018-03-19 Tom Tromey <tom@tromey.com>
2985
2986 * gdb.gdb/observer.exp: Remove.
2987
194ed413
AA
29882018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2989
2990 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2991 "qualified" option when setting breakpoints.
2992 * gdb.trace/backtrace.exp: Likewise.
2993 * gdb.trace/circ.exp: Likewise.
2994 * gdb.trace/collection.exp: Likewise.
2995 * gdb.trace/disconnected-tracing.exp: Likewise.
2996 * gdb.trace/ftrace-lock.exp: Likewise.
2997 * gdb.trace/ftrace.exp: Likewise.
2998 * gdb.trace/infotrace.exp: Likewise.
2999 * gdb.trace/packetlen.exp: Likewise.
3000 * gdb.trace/passc-dyn.exp: Likewise.
3001 * gdb.trace/qtro.exp: Likewise.
3002 * gdb.trace/read-memory.exp: Likewise.
3003 * gdb.trace/report.exp: Likewise.
3004 * gdb.trace/signal.exp: Likewise.
3005 * gdb.trace/status-stop.exp: Likewise.
3006 * gdb.trace/strace.exp: Likewise.
3007 * gdb.trace/tfind.exp: Likewise.
3008 * gdb.trace/trace-break.exp: Likewise.
3009 * gdb.trace/trace-condition.exp: Likewise.
3010 * gdb.trace/trace-mt.exp: Likewise.
3011 * gdb.trace/tstatus.exp: Likewise.
3012 * gdb.trace/tsv.exp: Likewise.
3013 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3014 * gdb.trace/unavailable.exp: Likewise.
3015 * gdb.trace/while-dyn.exp: Likewise.
3016
8b067d2c
AA
30172018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3018
3019 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3020 that libinproctrace is copied to the target.
3021
3ae9ce5d
TT
30222018-03-14 Tom Tromey <tom@tromey.com>
3023
3024 PR cli/14977:
3025 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3026 a null pointer.
3027 * gdb.base/wchar.exp: Likewise.
3028
b8c2339b
TT
30292018-03-14 Tom Tromey <tom@tromey.com>
3030
3031 PR cli/19918:
3032 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3033 flag.
3034
4872dc46
SM
30352018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3036
3037 PR gdb/22841
3038 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3039 "target" to remote_exec.
3040
e4fe3756
SM
30412018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3042
3043 PR gdb/22841
3044 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3045 ${board}_upload): Remove.
3046
e95a97d4
AA
30472018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3048
3049 * gdb.cp/watch-cp.cc: New test.
3050 * gdb.cp/watch-cp.exp: New file.
3051
dbbb1059
AB
30522018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.base/infcall-nested-structs.exp: New file.
3055 * gdb.base/infcall-nested-structs.c: New file.
3056 * gdb.base/float.exp: Add riscv support.
3057
ecc054c0
TP
30582018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3059
3060 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3061 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3062
25e3c82c
SDJ
30632018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3064
3065 * gdb.server/abspath.exp: New file.
3066 * lib/gdb.exp (with_cwd): New procedure.
3067
3083294d
SM
30682018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3069
3070 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3071 use it.
3072 (gdb_is_target_remote_prompt): New proc.
3073 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3074 (gdb_is_target_native): Pass prompt parameter to
3075 gdb_is_target_1.
3076
3275ef47
SM
30772018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3078
3079 * gdb.base/load-command.c: New file.
3080 * gdb.base/load-command.exp: New file.
3081 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3082 (gdb_is_target_1): ...this, and generalize for other targets
3083 than just remote.
3084 (gdb_is_target_remote): Use gdb_is_target_1.
3085 (gdb_is_target_native): use gdb_is_target_1.
3086
6893c19a
TT
30872018-02-26 Tom Tromey <tom@tromey.com>
3088
3089 PR python/16497:
3090 * gdb.python/py-framefilter.exp: Update test.
3091
2ddeaf8a
TT
30922018-02-26 Tom Tromey <tom@tromey.com>
3093
3094 * gdb.dwarf2/variant.c: New file.
3095 * gdb.dwarf2/variant.exp: New file.
3096
c9317f21
TT
30972018-02-26 Tom Tromey <tom@tromey.com>
3098
3099 * gdb.rust/simple.exp: Accept more possible results in enum test.
3100
6f6d0c26
SM
31012018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3102
3103 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3104 parentheses.
3105
11b03145
MR
31062018-02-23 Maciej W. Rozycki <macro@mips.com>
3107
3108 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3109 name of a variable: $actual_linejj -> $actual_line.
3110
54a27fe5
JB
31112018-02-21 John Baldwin <jhb@FreeBSD.org>
3112
3113 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3114
de65820c
MM
31152018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3116
3117 * gdb.btrace/buffer-size.exp: Do not force BTS.
3118
980548fd
PA
31192018-02-14 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3122 getting a "Quit".
3123
c4e12631
MM
31242018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3125
3126 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3127 Fix test name.
3128
c2e0e465
SM
31292018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3130
3131 * gdb.cp/m-static.exp: Check type of optimized out static
3132 member.
3133
f7216783
AB
31342018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3137 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3138
0625771b
LS
31392018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3140 Leszek Swirski <leszeks@google.com>
3141
3142 * gdb.python/py-prettyprint.c
3143 (struct to_string_returns_value_inner,
3144 struct to_string_returns_value_wrapper): New.
3145 (main): Add tsrvw variable.
3146 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3147 ToStringReturnsValueWrapper): New classes.
3148 (register_pretty_printers): Register new pretty-printers.
3149 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3150 recursive pretty printer.
3151 * gdb.python/py-mi.exp: Likewise.
3152
59498c30
LS
31532018-02-01 Leszek Swirski <leszeks@google.com>
3154
3155 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3156 functions with the same name as an include file are parsed
3157 correctly.
3158
d4d38844
YQ
31592018-02-01 Yao Qi <yao.qi@linaro.org>
3160
3161 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3162 "\[^\r\n\]*".
3163
07e5f5cf
NP
31642018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3165
3166 * gdb.arch/powerpc-prologue-frame.s: New file.
3167 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3168 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3169
929b5ad4
JB
31702018-01-31 Joel Brobecker <brobecker@adacore.com>
3171
3172 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3173
e671cd59
PA
31742018-01-30 Pedro Alves <palves@redhat.com>
3175
3176 PR gdb/13211
3177 * gdb.base/interrupt-daemon.c: New.
3178 * gdb.base/interrupt-daemon.exp: New.
3179 * gdb.multi/multi-term-settings.c: New.
3180 * gdb.multi/multi-term-settings.exp: New.
3181
fc413dc4
JB
31822018-01-30 Joel Brobecker <brobecker@adacore.com>
3183
3184 * gdb.base/break.exp: Save the location where the breakpoint
3185 on break.c:47 was actually inserted when debugging the version
3186 compiled at -O2 and use it in the expected output of the "info
3187 break" test performed soon after.
3188
5c319bb2
PA
31892018-01-22 Pedro Alves <palves@redhat.com>
3190 Sergio Durigan Junior <sergiodj@redhat.com>
3191
3192 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3193 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3194
a9e40818
JB
31952018-01-22 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.base/break-include.c, gdb.base/break-include.inc,
3198 gdb.base/break-include.exp: New files.
3199 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3200 line number now being the actual line number where the breakpoint
3201 was inserted.
3202 * gdb.mi/mi-break.exp: Likewise.
3203 * gdb.mi/mi-reverse.exp: Likewise.
3204 * gdb.mi/mi-simplerun.exp: Ditto.
3205
e707fc44
AB
32062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3207
3208 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3209 varobj.
3210 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3211
ae451627
AB
32122018-01-21 Don Breazeal <donb@codesourcery.com>
3213 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.mi/basics.c: Add new global.
3216 * gdb.mi/mi-frame-regs.exp: New file.
3217 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3218 case.
3219
b1b189e0
AB
32202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3221
3222 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3223 non-parameter, and on an unknown symbol.
3224
fcfcc376
TT
32252018-01-19 Tom Tromey <tom@tromey.com>
3226
3227 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3228 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3229
634c1c31
AA
32302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3231
3232 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3233 setrlimit and chdir to int.
3234
d6ad07fd
AA
32352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3236
3237 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3238 function.
3239 (my_tend): Likewise.
3240 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3241 rationale of avoiding FP- and vector instructions.
3242
adf8243b
RK
32432018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3244
3245 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3246 "info reg" with "\[ \t\]*".
3247 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3248 "\[ \t\]+".
3249 * gdb.arch/s390-multiarch.exp: Ditto.
3250 * gdb.base/pc-fp.exp: Ditto.
3251 * gdb.reverse/i386-precsave.exp: Ditto.
3252 * gdb.reverse/i386-reverse.exp: Ditto.
3253 * gdb.reverse/i387-env-reverse.exp: Ditto.
3254 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3255
dcc06925
AA
32562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3257
3258 * lib/gdb.exp (gdb_compile): Re-enable use of
3259 universal_compile_options for languages other than Rust.
3260
25d4fd80
AA
32612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3262
3263 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3264
ee7f689e 32652018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3266
3267 PR gdb/16577
3268 * gdb.base/solib-vanish.exp: New.
3269 * gdb.base/solib-vanish-main.c: New.
3270 * gdb.base/solib-vanish-lib1.c: New.
3271 * gdb.base/solib-vanish-lib2.c: New.
3272
d8447b6b
YQ
32732018-01-17 Yao Qi <yao.qi@linaro.org>
3274
3275 * gdb.compile/compile.exp: Match the address printed for
3276 frame in the output of command "bt".
3277
86d6a90c
TT
32782018-01-15 Tom Tromey <tom@tromey.com>
3279
3280 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3281 compute sp_reg.
3282
cbcdb1aa
AB
32832018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3286 to prepare.
3287 (prepare): Return 0 on error, 1 on success.
3288
eea61984
PA
32892018-01-12 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.base/continue-after-aborted-step-over.c: New.
3292 * gdb.base/continue-after-aborted-step-over.exp: New.
3293
6181e9c2
SM
32942018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3295
3296 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3297 options when not creating an executable.
3298
3cada740
PA
32992018-01-11 Pedro Alves <palves@redhat.com>
3300
3301 PR remote/22597
3302 * gdb.server/stop-reply-no-thread.c: New file.
3303 * gdb.server/stop-reply-no-thread.exp: New file.
3304
c63d3e8d
PA
33052018-01-10 Pedro Alves <palves@redhat.com>
3306
3307 PR gdb/22670
3308 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3309 functions too. Test setting breakpoints and printing C functions
3310 with no debug info too.
3311 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3312
d4c2a405
PA
33132018-01-10 Pedro Alves <palves@redhat.com>
3314
3315 PR gdb/22670
3316 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3317 a fail.
3318
8825213e
PA
33192018-01-10 Pedro Alves <palves@redhat.com>
3320
3321 PR gdb/22670
3322 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3323
605fd3c6
YQ
33242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3325
3326 * gdb.server/unittest.exp: Match the output in non-development
3327 mode.
3328
1e5ded6c
YQ
33292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3330
3331 * gdb.gdb/unittest.exp: Match output in non-development mode.
3332
30066b0b
JB
33332018-01-08 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.ada/access_tagged_param.exp: Relax expected output
3336 for value of "ObjL" in "continue" to pck.inspect breakpoint
3337 test.
3338
04bafb1e
XR
33392018-01-08 Joel Brobecker <brobecker@adacore.com>
3340
9f86398b
JB
3341 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3342 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3343
e379cee6
PA
33442018-01-05 Pedro Alves <palves@redhat.com>
3345
3346 PR gdb/18653
3347 * gdb.base/libsegfault.exp: New.
3348
de63c46b
PA
33492018-01-05 Joel Brobecker <brobecker@adacore.com>
3350
3351 PR gdb/22670
3352 * gdb.ada/access_tagged_param.exp: New file.
3353 * gdb.ada/access_tagged_param/foo.adb: New file.
3354
f98fc17b
PA
33552018-01-05 Pedro Alves <palves@redhat.com>
3356
3357 PR gdb/22670
3358 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3359 exercise lower case too, and to exercise both full matching and
3360 wild matching.
3361
342f8240
JB
33622018-01-05 Joel Brobecker <brobecker@adacore.com>
3363
3364 * gdb.ada/rename_subscript_param: New testcase.
3365
7150d33c
JG
33662018-01-05 Jerome Guitton <guitton@adacore.com>
3367
3368 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3369
cc0e770c
JB
33702018-01-05 Joel Brobecker <brobecker@adacore.com>
3371
3372 * gdb.ada/convvar_comp: New testcase.
3373
672a41aa 33742018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3375
3376 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3377 (My_Table): New global variable.
3378 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3379
7365ec2f
JB
33802018-01-04 Joel Brobecker <brobecker@adacore.com>
3381
3382 PR gdb/22670
3383 * gdb.ada/maint_with_ada: New testcase.
3384
289483b6
JB
33852018-01-04 Joel Brobecker <brobecker@adacore.com>
3386
3387 PR gdb/22670
3388 * gdb.ada/bp_c_mixed_case: New testcase.
3389
344420da
JB
33902018-01-04 Joel Brobecker <brobecker@adacore.com>
3391
3392 PR gdb/22670
3393 * gdb.ada/complete.exp: Add "complete break ada" test.
3394
66fc87a0
JB
33952018-01-04 Joel Brobecker <brobecker@adacore.com>
3396
3397 PR gdb/22670
3398 * gdb.ada/info_addr_mixed_case: New testcase.
3399
9f757bf7
XR
34002018-01-03 Xavier Roirand <roirand@adacore.com>
3401
3402 * gdb.ada/excep_handle.exp: New testcase.
3403 * gdb.ada/excep_handle/foo.adb: New file.
3404 * gdb.ada/excep_handle/pck.ads: New file.
3405
bd570f80
JB
34062018-01-03 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.base/step-line.c: Add extra empty line in copyright header.
3409 * gdb.base/step-line.inp: Likewise.
3410
9fe561ab
JB
34112018-01-02 Joel Brobecker <brobecker@adacore.com>
3412
3413 * gdb.ada/dyn_stride.exp: Add slice test.
3414
a405673c
JB
34152018-01-02 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.ada/dyn_stride: New testcase.
3418
cef0f868
SH
34192017-12-27 Stafford Horne <shorne@gmail.com>
3420
3421 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3422 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3423
b67d92b0
SH
34242017-12-27 Stafford Horne <shorne@gmail.com>
3425
3426 * gdb.base/reggroups.c: New file.
3427 * gdb.base/reggroups.exp: New file.
3428
eccab96d
JB
34292017-12-18 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdb.dwarf2/ada-valprint-error.c: New file.
3432 * gdb.dwarf2/ada-valprint-error.exp: New file.
3433
0e2da9f0
JB
34342017-12-18 Joel Brobecker <brobecker@adacore.com>
3435
3436 * gdb.ada/assign_arr: New testcase.
3437
cb923fcc
XR
34382017-12-18 Xavier Roirand <roirand@adacore.com>
3439
3440 * gdb.ada/funcall_ptr: New testcase.
3441
7c161838
SDJ
34422017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3443
3444 PR cli/16224
3445 * gdb.base/ptype-offsets.cc: New file.
3446 * gdb.base/ptype-offsets.exp: New file.
3447
1af17fd9
YQ
34482017-12-15 Yao Qi <yao.qi@linaro.org>
3449
3450 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3451 if XML is disabled.
3452
828d5846
XR
34532017-12-15 Xavier Roirand <roirand@adacore.com>
3454
3455 * gdb.ada/same_component_name: New testcase.
3456
79e8fcaa
JB
34572017-12-14 Joel Brobecker <brobecker@adacore.com>
3458
3459 * gdb.ada/str_binop_equal: New testcase.
3460
e05fa6f9
JB
34612017-12-14 Joel Brobecker <brobecker@adacore.com>
3462
3463 * gdb.ada/task_switch_in_core: New testcase.
3464
b89641ba
SM
34652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3466
3467 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3468 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3469 call test_bkpt_qualified.
3470 (test_bkpt_qualified): New proc.
3471
6892d2e4
PA
34722017-12-13 Pedro Alves <palves@redhat.com>
3473
3474 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3475 Tighten regexp by matching with an anchor.
3476
a22ecf70
PA
34772017-12-13 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3480 ("expression with namespace"): New set of tests.
3481 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3482 (Nested::Test_NS::qux): New.
3483 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3484 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3485
9937536c
JB
34862017-12-13 Joel Brobecker <brobecker@adacore.com>
3487
3488 * gdb.base/server-del-break.c: New file.
3489 * gdb.base/server-del-break.exp: New file.
3490
fe49c6f5
SH
34912017-12-12 Stafford Horne <shorne@gmail.com>
3492
3493 * gdb.xml/tdesc-regs.exp: Add or1k support.
3494
c3d18620
SH
34952017-12-12 Stafford Horne <shorne@gmail.com>
3496
3497 * gdb.base/bp-permanent.c: Define nop of or1k.
3498
c5f9cfc8
JB
34992017-12-11 Joel Brobecker <brobecker@adacore.com>
3500
3501 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3502 output with components being reordered.
3503
a9c135fc
JB
35042017-12-11 Joel Brobecker <brobecker@adacore.com>
3505
3506 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3507 output with components being reordered.
3508
927aa2e7
JK
35092017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3510 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.base/maint.exp (check for .gdb_index): Check also for
3513 .debug_names.
3514 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3515 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3516 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3517 (.gdb_index used after symbol reloading): Support also .debug_names.
3518 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3519
f17d9474
YQ
35202017-12-08 Yao Qi <yao.qi@linaro.org>
3521
3522 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3523 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3524
a0de8c21
YQ
35252017-12-08 Yao Qi <yao.qi@linaro.org>
3526
3527 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3528 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3529
a738ea1d
YQ
35302017-12-08 Yao Qi <yao.qi@linaro.org>
3531
3532 * gdb.arch/aarch64-tagged-pointer.c: New file.
3533 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3534
1cd9a73b
SDJ
35352017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3536
3537 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3538 "int".
3539
fa6eb693
KS
35402017-12-07 Keith Seitz <keiths@redhat.com>
3541
3542 PR breakpoints/22569
3543 * gdb.linespec/ls-errs.exp: Change expected result of "break
3544 -source this file has spaces.c -line 3".
3545 Check that an explicit source file followed by whitespace is
3546 identified as an invalid explicit location.
3547
883fd55a
KS
35482017-12-07 Keith Seitz <keiths@redhat.com>
3549
3550 * gdb.cp/nested-types.cc: New file.
3551 * gdb.cp/nested-types.exp: New file.
3552 * lib/cp-support.exp: Load data-structures.exp library.
3553 (debug_cp_test_ptype_class): New global.
3554 (cp_ptype_class_verbose, next_line): New procedures.
3555 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3556 Add and document new return value.
3557 Switch the list of lines to a queue.
3558 Add support for new `type' key for nested type definitions.
3559 Add debugging/troubleshooting messages.
3560 * lib/data-structures.exp: New file.
3561
ec72db3e
SM
35622017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3563
3564 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3565 with proc_with_prefix, don't use with_test_prefix.
3566
99598d71
TT
35672017-12-07 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.base/break.exp: Add test for empty "commands".
3570
a8806230
YQ
35712017-12-07 Yao Qi <yao.qi@linaro.org>
3572
3573 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3574 malloc and catch syscall.
3575
824cc835
PM
35762017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3577
e79be6e5 3578 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3579 tests for explicit locations.
3580
7cc244de
PA
35812017-12-06 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3584 force-disabling XML descriptions.
3585
50a1fdd5
PA
35862017-12-04 Pedro Alves <palves@redhat.com>
3587
3588 PR gdb/22499
3589 * gdb.arch/amd64-disp-step-avx.S: New file.
3590 * gdb.arch/amd64-disp-step-avx.exp: New file.
3591
f0fb2488
PA
35922017-12-03 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3595 and <string.h>.
3596 (parent_function): Print distinct messages when waitpid fails, or
3597 the child exits with a signal, or the child exits for an unhandled
3598 reason.
3599 * gdb.threads/process-dies-while-detaching.exp
3600 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3601 it. Wait for both inferior output and GDB's prompt. Use an
3602 indirect spawn id list.
3603 (do_detach): New parameter 'child_exit'. Use it to compute
3604 expected inferior output.
3605 (test_detach, test_detach_watch, test_detach_killed_outside):
3606 Adjust to pass down the expected child exit kind.
3607
97cbe998
SDJ
36082017-12-01 Joel Brobecker <brobecker@adacore.com>
3609 Sergio Durigan Junior <sergiodj@redhat.com>
3610 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3613
40fc416f
SDJ
36142017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3615
3616 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3617 to 'symbol-file' and 'add-symbol-file' can be
3618 position-independent.
3619
1cc75e92
YQ
36202017-12-01 Yao Qi <yao.qi@linaro.org>
3621
3622 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3623 the URL in copyright header.
3624 * gdb.arch/aarch64-fp.exp: Likewise.
3625 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3626 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3627 * gdb.base/expand-psymtabs.exp: Likewise.
3628 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3629 * gdb.fortran/common-block.exp: Likewise.
3630 * gdb.fortran/common-block.f90: Likewise.
3631 * gdb.fortran/logical.exp: Likewise.
3632 * gdb.fortran/vla-datatypes.f90: Likewise.
3633 * gdb.fortran/vla-sub.f90: Likewise.
3634
875fb7a7
JB
36352017-11-30 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.ada/repeat_dyn: New testcase.
3638
6f14765f
UW
36392017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3640
3641 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3642 Update for changed thread numbering.
3643 * gdb.cell/bt.exp: Update for changed GDB output.
3644
f1af7b94
SM
36452017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3646
3647 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3648 setting isremote by hand.
3649 * boards/dwarf4-gdb-index.exp: Likewise.
3650 * boards/fission.exp: Likewise.
3651 * boards/stabs.exp: Likewise.
3652
e3919f3e
PA
36532017-11-30 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.linespec/cpls-ops.exp
3656 (check_explicit_skips_function_argument): Extract the underlying
3657 type of size_t instead of hardcoding it.
3658
bd69330d
PA
36592017-11-29 Pedro Alves <palves@redhat.com>
3660
3661 PR c++/19436
3662 * gdb.linespec/cpls-abi-tag.cc: New file.
3663 * gdb.linespec/cpls-abi-tag.exp: New file.
3664
a20714ff
PA
36652017-11-29 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.base/langs.exp: Use -qualified.
3668 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3669 it.
3670 * gdb.cp/namespace.exp: Use -qualified.
3671 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3672 (overload-3, template-overload, template-ret-type, const-overload)
3673 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3674 procedures.
3675 (test_driver): Call them.
3676 * gdb.cp/save-bp-qualified.cc: New.
3677 * gdb.cp/save-bp-qualified.exp: New.
3678 * gdb.linespec/explicit.exp: Test -qualified.
3679 * lib/completion-support.exp (completion::explicit_opts_list): Add
3680 "-qualified".
3681 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3682
f6f1d339
PM
36832017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3684
3685 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3686
02ca603a
TT
36872017-11-29 Tom Tromey <tom@tromey.com>
3688
3689 * gdb.base/relocate.exp: Update invalid argument test.
3690 Add new tests for invalid arguments.
3691
ed6c0bfb
TP
36922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3693
3694 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3695 Return 0 as a long.
3696 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3697
f106e10e
TP
36982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3699
3700 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3701 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3702 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3703 func ().
3704 * gdb.cp/shadow.cc (B.func): Return 0.
3705
10329bb2
JB
37062017-11-27 Joel Brobecker <brobecker@adacore.com>
3707
3708 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3709 expected output in gdb_expect call to allow the exception
3710 message to be present as well. Fix syntax confusion to avoid
3711 TCL thinking that exception_name is an array.
3712
617cd4bc
UW
37132017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3714
3715 * gdb.arch/spu-info.c: Include <unistd.h>.
3716 (do_signal_test): Fix broken calls to write.
3717 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3718 Fix checks for empty mailboxes. Update signal tests for corrected
3719 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3720 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3721 * gdb.cell/arch.exp: Use standard_output_file.
3722 * gdb.cell/break.exp: Likewise.
3723 * gdb.cell/bt.exp: Likewise.
3724 * gdb.cell/core.exp: Likewise.
3725 * gdb.cell/dwarfaddr.exp: Likewise.
3726 * gdb.cell/ea-cache.exp: Likewise.
3727 * gdb.cell/ea-standalone.exp: Likewise.
3728 * gdb.cell/f-regs.exp: Likewise.
3729 * gdb.cell/fork.exp: Likewise.
3730 * gdb.cell/gcore.exp: Likewise.
3731 * gdb.cell/mem-access.exp: Likewise.
3732 * gdb.cell/ptype.exp: Likewise.
3733 * gdb.cell/registers.exp: Likewise.
3734 * gdb.cell/sizeof.exp: Likewise.
3735 * gdb.cell/solib-symbol.exp: Likewise.
3736 * gdb.cell/solib.exp: Likewise.
617cd4bc 3737
a81aaca0
PA
37382017-11-25 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.base/complete-empty.exp: New file.
3741 * gdb.base/completion.exp: Adjust.
3742
6a3c6ee4
PA
37432017-11-25 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.linespec/cpls-ops.cc: New file.
3746 * gdb.linespec/cpls-ops.exp: New file.
3747 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3748 factored out from ...
3749 (test_complete_prefix_range): ... this.
3750
8955eb2d
PA
37512017-11-24 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.linespec/cpcompletion.exp: New file.
3754 * gdb.linespec/cpls-hyphen.cc: New file.
3755 * gdb.linespec/cpls.cc: New file.
3756 * gdb.linespec/cpls2.cc: New file.
3757 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3758 test to use test_gdb_complete_unique. Add label completion,
3759 keyword completion and explicit location completion tests.
3760 * lib/completion-support.exp: New file.
3761
e547c119
JB
37622017-11-24 Joel Brobecker <brobecker@adacore.com>
3763
3764 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3765 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3766 when hitting an exception catchpoint.
3767
7c3c1aa8
YQ
37682017-11-22 Yao Qi <yao.qi@linaro.org>
3769
3770 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3771
41bd68f5
SM
37722017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3773
3774 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3775 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3776 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3777
1daad298
YQ
37782017-11-22 Yao Qi <yao.qi@linaro.org>
3779
3780 * gdb.base/info-os.exp: Pass pthreads.
3781 * gdb.multi/multi-attach.exp: Likewise.
3782
88465e87
YQ
37832017-11-22 Yao Qi <yao.qi@linaro.org>
3784
3785 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3786 compiler.
3787
dc196b23
YQ
37882017-11-22 Yao Qi <yao.qi@linaro.org>
3789
3790 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3791 * gdb.base/break-interp.exp: Likewise.
3792 * gdb.base/jit-attach-pie.exp: Likewise.
3793
2400729e
UW
37942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3795
3796 * gdb.base/float128.c (large128): New variable.
3797 * gdb.base/float128.exp: Add test to print largest __float128 value.
3798
7a26362d
UW
37992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3800
3801 * gdb.arch/vsx-regs.exp: Update register content checks.
3802
ed0f4273
UW
38032017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3804
3805 * gdb.arch/ppc-longdouble.exp: New file.
3806 * gdb.arch/ppc-longdouble.c: Likewise.
3807
a25d69c6
PA
38082017-11-21 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3811
73fcf641
PA
38122017-11-20 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3815 (long_double_typedef): New typedefs.
3816 Use DEF on double and long double.
3817 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3818 cases.
3819 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3820 and 'long_double_ptr_same_size' locals. Use them to decide
3821 whether cast from array/function to float is valid/invalid.
3822
71a3c369
TT
38232017-11-17 Tom Tromey <tom@tromey.com>
3824
3825 * gdb.rust/traits.rs: New file.
3826 * gdb.rust/traits.exp: New file.
3827
ced9779b
JB
38282017-11-17 Joel Brobecker <brobecker@adacore.com>
3829
3830 * gdb.ada/minsyms: New testcase.
3831
a0922d80
PA
38322017-11-16 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3835 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3836
ea04e54c
PA
38372017-11-16 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3840 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3841
e849ea89
PA
38422017-11-16 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.server/reconnect-ctrl-c.c: New file.
3845 * gdb.server/reconnect-ctrl-c.exp: New file.
3846
d8ae99a7
PM
38472017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3848
3849 * gdb.python/py-rbreak.exp: New file.
3850 * gdb.python/py-rbreak.c: New file.
3851 * gdb.python/py-rbreak-func2.c: New file.
3852
968a13f8
PA
38532017-11-16 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3856 pattern.
3857 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3858 GDB.
3859
71774bc9
SM
38602017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3861
3862 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3863 regex.
3864
ddbb44cf
SM
38652017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3866
3867 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3868 test names.
3869
584a564f
PA
38702017-11-09 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3873 factored out from ...
3874 (top level): ... here, and adjusted to avoid expecting beyond the
3875 prompt in a single gdb_test_multiple.
3876
5ed7a928
PA
38772017-11-09 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3880 output.
3881 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3882 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3883 * gdb.server/ext-run.exp ("kill" test): Likewise.
3884 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3885
a60e0738
PA
38862017-11-09 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3889 match till end of line.
3890
2c88253f
PA
38912017-11-09 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3894
c7a38517
PA
38952017-11-09 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3898 New procedures, factored out from ...
3899 (top level): ... here, and adjusted to avoid expecting beyond the
3900 prompt in one go.
3901
f29f4b6b
PA
39022017-11-09 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3905 output. Fix '?' match.
3906
286acbb5
JB
39072017-11-08 Joel Brobecker <brobecker@adacore.com>
3908
3909 * gdb.ada/scoped_watch: New testcase.
3910 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3911 which is actually correct.
3912 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3913 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3914
62d7ae92
PA
39152017-11-08 Pedro Alves <palves@redhat.com>
3916
3917 * gdb.gdb/complaints.exp (test_initial_complaints)
3918 (test_serial_complaints, test_short_complaints): Call
3919 complaint_internal instead of complaint.
3920
280ca31f
DT
39212017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3922
3923 * gdb.threads/tls-core.c: New file.
3924 * gdb.threads/tls-core.exp: Likewise.
3925
b5ec771e
PA
39262017-11-08 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3929 (p Exported_Capitalized): New test.
3930 (p exported_capitalized): New test.
3931
a02b41a7
PA
39322017-11-07 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3935
95e95a6d
PA
39362017-11-07 Pedro Alves <palves@redhat.com>
3937
3938 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3939 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3940 (disable_invalid, disable_inverted, disable_negative): New
3941 procedures.
3942 ("bad numbers"): New set of tests.
3943
cee62dbd
PA
39442017-11-07 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.cp/ena-dis-br-range.exp: Add tests.
3947
cc638e86
PA
39482017-11-07 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3951
d0fe4701
XR
39522017-11-07 Xavier Roirand <roirand@adacore.com>
3953 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.base/ena-dis-br.exp: Add reference to
3956 gdb.cp/ena-dis-br-range.exp.
3957 * gdb.cp/ena-dis-br-range.exp: New file.
3958 * gdb.cp/ena-dis-br-range.cc: New file.
3959
46f67f80
PA
39602017-11-06 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/attach-non-pgrp-leader.c: New.
3963 * gdb.base/attach-non-pgrp-leader.exp: New.
3964
726e1356
PA
39652017-11-06 Pedro Alves <palves@redhat.com>
3966
3967 * configure.ac: No longer check for termio.h and sgtty.h.
3968 * configure: Regenerate.
3969 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3970 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3971 Remove termio and sgtty code.
3972
50ab6ace
YQ
39732017-11-03 Yao Qi <yao.qi@linaro.org>
3974
3975 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3976 in GDB is disabled.
3977
8e68731c
YQ
39782017-11-03 Yao Qi <yao.qi@linaro.org>
3979
3980 * gdb.python/py-thrhandle.exp: Skip it if python is not
3981 enabled.
3982
3a87ae65
SM
39832017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3984
3985 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3986 as a breakpoint command.
3987
484d8d36
MD
39882017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3989
3990 PR python/21213
3991 * gdb.python/py-infthread.exp: Test calling
3992 InferiorThread.inferior () multiple times in a row.
3993
4a27f119
KS
39942017-10-27 Keith Seitz <keiths@redhat.com>
3995
3996 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3997 Test "info break" for every inlined function breakpoint.
3998
bb11dd58
YQ
39992017-10-27 Yao Qi <yao.qi@linaro.org>
4000
4001 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4002
a43f3893
PF
40032017-10-26 Patrick Frants <osscontribute@gmail.com>
4004
4005 * gdb.cp/classes.exp (test_static_members): Test printing
4006 Outer::instance.
4007 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4008 (Inner::instance, Outer::instance): New.
4009
792ccf00
PA
40102017-10-24 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4013 extra console" test in two stages.
4014
eb2bfbad
PA
40152017-10-24 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4018
1f75a651
PA
40192017-10-24 Pedro Alves <palves@redhat.com>
4020
4021 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4022 loop.
4023
779990d9
PA
40242017-10-24 Pedro Alves <palves@redhat.com>
4025
4026 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4027 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4028
ad9b8f5d
PA
40292017-10-24 Pedro Alves <palves@redhat.com>
4030
4031 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4032 parameter and handle it. Don't output read value in test name.
4033
fee6da6e
PA
40342017-10-24 Pedro Alves <palves@redhat.com>
4035
4036 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4037 custom test name.
4038
10389c2c
PA
40392017-10-24 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4042 include the unstable output directory name in the test's name.
4043 (initial_setup_simple) <'set args'>: Use custom test name.
4044
a80e65a9
PA
40452017-10-24 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4048 with explicit test name.
4049
15763a09
PA
40502017-10-20 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4053 'wait -i'. Use gdb_assert and remote_close.
4054
49a4ce2e
AB
40552017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4058 number from variable rather than hard-coded.
4059
a75868f5
PA
40602017-10-19 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/long-inferior-output.c: New file.
4063 * gdb.base/long-inferior-output.exp: New file.
4064
c8ba13ad
KS
40652017-11-18 Keith Seitz <keiths@redhat.com>
4066
4067 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4068 method.
4069 (main): Call it.
4070 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4071 Add additional user-defined conversion operator tests.
4072
b27de576
PA
40732017-10-17 Pedro Alves <palves@redhat.com>
4074
4075 * boards/native-stdio-gdbserver.exp: Load "local-board".
4076
8484c955
PA
40772017-10-17 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.base/quit-live.c: New file.
4080 * gdb.base/quit-live.exp: New file.
4081
83d5a34d
KS
40822017-10-16 Keith Seitz <keiths@redhat.com>
4083
4084 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4085 (class_with_protected_typedef, class_with_private_typedef)
4086 (struct_with_public_typedef, struct_with_protected_typedef)
4087 (struct_with_private_typedef): New classes/structs.
4088 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4089 typedefs and access specifiers.
4090
739b3f1d
PA
40912017-10-16 Pedro Alves <palves@redhat.com>
4092 Simon Marchi <simon.marchi@polymtl.ca>
4093
4094 * README (Local vs Remote vs Native): New section.
4095 * boards/local-board.exp: New file, with bits factored out from
4096 ...
4097 * boards/native-extended-gdbserver.exp: ... here. Load
4098 "local-board".
4099 * boards/native-gdbserver.exp: Load "local-board".
4100 (${board}_spawn, ${board}_exec): Delete.
4101 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4102 ...
4103 * boards/stdio-gdbserver-base.exp: ... this new file.
4104 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4105 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4106 procedure.
4107 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4108 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4109 stdio_gdbserver_command.
4110 (${board}_get_remote_address, ${board}_get_comm_port)
4111 (${board}_download, ${board}_upload): Delete.
4112 (get_target_remote_pipe_cmd): New.
4113
fe68b953
SM
41142017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4115
4116 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4117 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4118 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4119 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4120 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4121 remove with_test_prefix.
4122
300b6685
PA
41232017-10-13 Pedro Alves <palves@redhat.com>
4124
4125 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4126 * gdb.base/annota1.exp: Use it instead of is_remote.
4127 * gdb.base/annota3.exp: Use it instead of is_remote.
4128 * gdb.cp/annota2.exp: Use it instead of is_remote.
4129 * gdb.cp/annota3.exp: Use it instead of is_remote.
4130 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4131
50500caf
PA
41322017-10-13 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4135 (test_num_test_vars, run_and_count_vars, find_env)
4136 (test_set_unset_env, test_inherit_env_var): New procedures.
4137 (top level): Use them.
4138
dad0c6d2
PA
41392017-10-13 Pedro Alves <palves@redhat.com>
4140
4141 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4142 also skip on stub-like targets.
4143
8b0553c1
PA
41442017-10-13 Pedro Alves <palves@redhat.com>
4145
4146 PR gdb/22293
4147 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4148 (top level): Move some tests to ...
4149 (test_not_found): ... this new procedure.
4150 (top level): Call it.
4151
7594f623
PA
41522017-10-13 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4155 expect different "info terminal" output if testing with a
4156 non-native target.
4157
ebe3b402
PA
41582017-10-13 Pedro Alves <palves@redhat.com>
4159 Simon Marchi <simon.marchi@polymtl.ca>
4160
4161 PR python/12966
4162 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4163
42f1b161
PA
41642017-10-13 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4167 already.
4168
8d6ef72b
PA
41692017-10-13 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4172 is_remote.
4173
d7bcd5b8
PA
41742017-10-13 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4177 is_remote.
4178
df479dc6
PA
41792017-10-13 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4182 is set.
4183 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4184 instead of is_remote.
4185
23fb630a
PA
41862017-10-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4189 (top level): Add comment.
4190
cc77b1dc
PA
41912017-10-13 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.base/remote.exp (top level): Fix comment typo and add
4194 missing return.
4195
27c9e813
PA
41962017-10-13 Pedro Alves <palves@redhat.com>
4197 Simon Marchi <simon.marchi@polymtl.ca>
4198
4199 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4200 calls and add comments. Skip test if use_gdb_stub is set.
4201 (top level): Use "set cwd" command instead of "cd" command.
4202
5e830d98
PA
42032017-10-13 Pedro Alves <palves@redhat.com>
4204
4205 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4206 is_remote target check.
4207
f5ca0032
PA
42082017-10-13 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.base/scope.exp: Use build_executable + clean_restart +
4211 gdb_file_cmd instead of prepare_for_testing and no longer skip
4212 "before run" tests on is_remote target boards. Update comments.
4213 * boards/native-extended-gdbserver.exp
4214 (extended_gdbserver_load_last_file): New, factored out from ...
4215 (gdb_load): ... this. Move further below and add comment.
4216 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4217
8aed1c0d
PA
42182017-10-12 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.base/attach.exp: Remove references to gdb64.
4221 * gdb.base/dbx.exp: Remove references to gdb64.
4222
cfa34c87
SM
42232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4224 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.base/label.exp: Remove is_remote target check.
4227
9192b7de
PA
42282017-10-12 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/auvx.exp (coredir): Update comment.
4231 (top level) <core_works>: Use "set cwd" command instead of "cd"
4232 command.
4233
6bf0052d
PA
42342017-10-12 Pedro Alves <palves@redhat.com>
4235 Simon Marchi <simon.marchi@polymtl.ca>
4236
4237 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4238 target boards.
4239
e48ef82d
PA
42402017-10-12 Pedro Alves <palves@redhat.com>
4241 Simon Marchi <simon.marchi@polymtl.ca>
4242
4243 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4244 Instead skip if there's any gdb_protocol set.
4245
8d7aea57
SM
42462017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4247 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4250
30440677
PA
42512017-10-12 Pedro Alves <palves@redhat.com>
4252 Simon Marchi <simon.marchi@polymtl.ca>
4253
4254 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4255 instead of on dejagnu remote boards.
4256
4e04f045 42572017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4258 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4259
4260 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4261 checks. Use build_executable + clean_restart instead of
4262 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4263 of enabling non-stop after starting gdb.
4264
871a186e
PA
42652017-10-12 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4268 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4269 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4270 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4271
56d704da
AK
42722017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4273
4274 * gdb.arch/arc-tdesc-cpu.exp: New file.
4275 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4276
2f20e312
SM
42772017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4278
4279 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4280
65630365
PA
42812017-10-10 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4284 expect CLI output.
4285
bf469271
PA
42862017-10-10 Pedro Alves <palves@redhat.com>
4287
4288 * lib/selftest-support.exp (selftest_setup): Update for
4289 captured_command_loop's prototype change.
4290
777a42f1
PA
42912017-10-09 Pedro Alves <palves@redhat.com>
4292
4293 Test both arch1=>arch2 and arch2=>arch1.
4294
4295 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4296 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4297 factored out to...
4298 (append_arch1_options, append_arch2_options, append_arch_options)
4299 (build_executables): New procedures.
4300 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4301 local.
4302 (top level): Add new 'first_arch' testing axis.
4303
cbd2b4e3
PA
43042017-10-09 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4307 (barrier): New.
4308 (thread_start, all_started): New functions.
4309 (main): Spawn new thread and wait until it is scheduled.
4310 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4311 option.
4312 (do_test): Add 'selected_thread' parameter. Run to all_started
4313 instead of main. Explicitly set the breakpoint at main. Switch
4314 to the SELECTED_THREAD thread.
4315 (top level): Test handling the exec event with either the main
4316 thread or the second thread selected.
4317
5c9e4427
PA
43182017-10-09 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4321 logic. Move STOP marker after the value checks.
4322 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4323 regexp.
4324
b3b7c423
SL
43252017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4326
4327 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4328
3b4b2f16
UW
43292017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4330
4331 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4332 integer-to-dfp conversion.
4333 * gdb.base/dfp-test.exp: Likewise.
4334
5cd63fda
PA
43352017-10-04 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.multi/hangout.c: Include <unistd.h>.
4338 (hangout_loop): New function.
4339 (main): Call alarm. Call hangout_loop in a loop.
4340 * gdb.multi/hello.c: Include <unistd.h>.
4341 (hello_loop): New function.
4342 (main): Call alarm. Call hangout_loop in a loop.
4343 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4344 inferior with the other selected.
4345
4c71c105
SM
43462017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4347
4348 * gdb.mi/list-thread-groups-available.exp: New file.
4349 * gdb.mi/list-thread-groups-available.c: New file.
4350
bc3b087d
SDJ
43512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4352
4353 * gdb.base/set-cwd.exp: Make it available on
4354 native-extended-gdbserver.
4355
d092c5a2
SDJ
43562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4357
4358 * gdb.base/set-cwd.c: New file.
4359 * gdb.base/set-cwd.exp: Likewise.
4360
45320ffa
TT
43612017-10-02 Tom Tromey <tom@tromey.com>
4362
4363 PR rust/22236:
4364 * gdb.rust/simple.rs (main): New variable "fslice".
4365 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4366
b3e3859b
TT
43672017-10-02 Tom Tromey <tom@tromey.com>
4368
4369 * gdb.rust/simple.exp: Test ptype of a slice.
4370
01af5e0d
TT
43712017-10-02 Tom Tromey <tom@tromey.com>
4372
4373 * gdb.rust/simple.exp: Test index of slice.
4374
a9bbfbd8
TT
43752017-09-27 Tom Tromey <tom@tromey.com>
4376
4377 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4378
df8899e5
TP
43792017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4380 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/compare-sections.exp (get value of read-only section): Read
4383 as unsigned value.
4384 (corrupt read-only section): Likewise and don't set written if patching
4385 failed.
4386
757bf54b
KB
43872017-09-21 Kevin Buettner <kevinb@redhat.com>
4388
4389 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4390 files.
4391
06871ae8
PA
43922017-09-20 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4395 symbol names in gdb's output.
4396 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4397
e5f25bc5
PA
43982017-09-20 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4401 Rename to ...
4402 (test_list_ambiguous_symbol): ... this and add a symbol name
4403 parameter. Adjust.
4404 (test_list_ambiguous_function): Reimplement on top of
4405 test_list_ambiguous_symbol and also test listing ambiguous
4406 variables.
4407 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4408 (ambiguous_fun): ... this.
4409 (ambiguous_var): New.
4410 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4411 (ambiguous_fun): ... this.
4412 (ambiguous_var): New.
4413
4e5a4f58
JB
44142017-09-19 John Baldwin <jhb@FreeBSD.org>
4415
4416 * gdb.base/starti.c: New file.
4417 * gdb.base/starti.exp: New file.
4418 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4419
26e53f3e
PA
44202017-09-14 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4423 (top level): Use it instead of runto.
4424
cb791d59
TT
44252017-09-11 Tom Tromey <tom@tromey.com>
4426
4427 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4428
7c96f8c1
TT
44292017-09-11 Tom Tromey <tom@tromey.com>
4430
4431 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4432 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4433
469412dd
CW
44342017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4435
4436 * gdb.fortran/printing-types.exp: New file.
4437 * gdb.fortran/printing-types.exp: New file.
4438
e0f86435
BH
44392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4440
4441 * gdb.fortran/vla-ptype.exp: Fix typos.
4442 * gdb.fortran/vla-value.exp: Same.
4443
9e9af4be
BH
44442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4445
4446 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4447 * gdb.mi/mi-var-child-f.exp: Likewise.
4448 * gdb.mi/mi-vla-fortran.exp: Likewise.
4449
a5ad232b 44502017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4451 Christoph Weinmann <christoph.t.weinmann@intel.com>
4452 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4453
4454 * gdb.fortran/ptr-indentation.f90: New file.
4455 * gdb.fortran/ptr-indentation.exp: New file.
4456
5aec60eb
TT
44572017-09-05 Tom Tromey <tom@tromey.com>
4458
4459 PR gdb/22010:
4460 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4461
8f8f8152
TP
44622017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4463
4464 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4465
fbd1b771
JK
44662017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 * gdb.threads/tls-nodebug-pie.c: New file.
4469 * gdb.threads/tls-nodebug-pie.exp: New file.
4470
5eb5f850
TT
44712017-09-05 Tom Tromey <tom@tromey.com>
4472
4473 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4474 for rust.
4475
ae780a21
SM
44762017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4477
4478 * gdb.multi/multi-arch-exec.exp: Test with different
4479 "follow-exec-mode" settings.
4480 (do_test): New procedure.
4481
3693fdb3
PA
44822017-09-04 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.base/func-static.c (S::method const, S::method volatile)
4485 (S::method volatile const): New methods.
4486 (c_s, v_s, cv_s): New instances.
4487 (main): Call method() on them.
4488 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4489 (cannot_resolve): New procedure.
4490 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4491 print-quote-unquoted columns.
4492 (do_test): Test printing each scope too.
4493
e68cb8e0
PA
44942017-09-04 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.base/local-static.exp: Also test with
4497 class::method::variable wholly quoted.
4498 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4499
858be34c
PA
45002017-09-04 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/local-static.c: New.
4503 * gdb.base/local-static.cc: New.
4504 * gdb.base/local-static.exp: New.
4505
46a4882b
PA
45062017-09-04 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.asm/asm-source.exp: Add casts to int.
4509 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4510 (dataglobal64_1, dataglobal64_2): New globals.
4511 * gdb.base/nodebug.exp: Test different expressions involving the
4512 new globals, with print, whatis and ptype. Add casts to int.
4513 * gdb.base/solib-display.exp: Add casts to int.
4514 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4515 * gdb.cp/m-static.exp: Add cast to int.
4516 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4517 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4518 tls variable with no debug info without a cast. Test with a cast
4519 to int too.
4520 * gdb.trace/entry-values.exp: Add casts.
4521
2c5a2be1
PA
45222017-09-04 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/nodebug.exp: Test that ptype's error about functions
4525 with unknown return type includes the function name too.
4526
7022349d
PA
45272017-09-04 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4530 return type of munmap in infcall.
4531 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4532 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4533 type of ftell in infcall.
4534 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4535 type of getpid in infcall.
4536 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4537 infcall.
4538 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4539 Bail on failure to extract the pid.
4540 * gdb.base/nodebug.c: #include <stdint.h>.
4541 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4542 New functions.
4543 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4544 Change expected output of print/whatis/ptype with functions with
4545 no debug info. Test all supported languages. Call
4546 test_call_promotion.
4547 * gdb.compile/compile.exp: Adjust expected output to expect
4548 warning.
4549 * gdb.threads/siginfo-threads.exp: Likewise.
4550
54990598
PA
45512017-09-04 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4554 "prototypes". Test calling float functions via prototyped and
4555 unprototyped function pointers.
4556 (perform_all_tests): New parameter "prototypes". Pass it down.
4557 (top level): Pass down "prototypes" parameter to
4558 perform_all_tests.
4559
34d16ea2
SM
45602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4561
4562 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4563 Test with nested loops.
4564
9521ecda
SM
45652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4566
4567 * gdb.base/commands.exp: Call the new procedures.
4568 (loop_break_test, loop_continue_test): New procedures.
4569
80a65e9b
SM
45702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4571
4572 * gdb.base/commands.exp: Call new procedure.
4573 (define_if_without_arg_test): New procedure.
4574
e439fa14
PA
45752017-09-04 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/list-ambiguous.exp: New file.
4578 * gdb.base/list-ambiguous0.c: New file.
4579 * gdb.base/list-ambiguous1.c: New file.
4580 * gdb.base/list.exp (test_list_range): Adjust expected output.
4581
0a2dde4a
SDJ
45822017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4583
4584 * gdb.base/share-env-with-gdbserver.c: New file.
4585 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4586
5e89eb3a
SM
45872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4588
4589 * gdb.base/commands.exp (gdbvar_simple_if_test,
4590 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4591 progvar_simple_if_test, progvar_simple_while_test,
4592 progvar_complex_if_while_test, user_defined_command_test,
4593 user_defined_command_args_eval,
4594 user_defined_command_args_stack_test,
4595 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4596 temporary_breakpoint_commands,
4597 gdb_test_no_prompt, redefine_hook_test,
4598 redefine_backtrace_test): Remove "global gdb_prompt".
4599
fd437cbc
SM
46002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4601
4602 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4603 New proc, call it from toplevel.
4604
87215ad1
SDJ
46052017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4606
4607 PR remote/21852
4608 * gdb.server/normal.c: New file, copied from gdb.base.
4609 * gdb.server/run-without-local-binary.exp: New file.
4610
58afddc6
WP
46112017-08-07 Weimin Pan <weimin.pan@oracle.com>
4612
4613 * gdb.arch/sparc64-adi.exp: New file.
4614 * gdb.arch/sparc64-adi.c: New file.
4615
5277199a
PA
46162017-08-22 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4619 (top level): Add "list all overloads" tests.
4620
14278e1f
TT
46212017-08-22 Tom Tromey <tom@tromey.com>
4622
4623 * gdb.gdb/xfullpath.exp: Remove.
4624
bf223d3e
PA
46252017-08-21 Pedro Alves <palves@redhat.com>
4626
4627 PR gdb/19487
4628 * gdb.base/symbol-alias.c: New.
4629 * gdb.base/symbol-alias2.c: New.
4630 * gdb.base/symbol-alias.exp: New.
4631
c973d0aa
PA
46322017-08-21 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.base/dfp-test.c
4635 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4636 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4637 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4638 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4639 * gdb.base/whatis-ptype-typedefs.c: New.
4640 * gdb.base/whatis-ptype-typedefs.exp: New.
4641 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4642 (an_int, an_int_type, an_int_type2): New globals.
4643 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4644 involving typedefs and cast expressions.
4645 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4646 (lookup_typedefs_function): New.
4647 (typedefs_pretty_printers_dict): New.
4648 (top level): Register lookup_typedefs_function in
4649 gdb.pretty_printers.
4650
6d580b63
YQ
46512017-08-18 Yao Qi <yao.qi@linaro.org>
4652
4653 * gdb.server/unittest.exp: New.
4654
206726fb
SDJ
46552017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4656
4657 PR gdb/21954
4658 * gdb.base/environ.exp: Add test to check if 'unset environment'
4659 works.
4660
bf0ec4c2
AA
46612017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4662
4663 * lib/gdb.exp (universal_compile_options): New caching proc.
4664 (gdb_compile): Suppress GCC's coloring of messages.
4665
d6382fff
TT
46662017-08-14 Tom Tromey <tom@tromey.com>
4667
4668 PR gdb/21675:
4669 * gdb.base/printcmds.exp (test_radices): New function.
4670 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4671 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4672 * lib/gdb.exp (get_integer_valueof): Use p/d.
4673
c2c2dd9f
SM
46742017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4675
4676 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4677 characters.
4678
fdffd6f4
TT
46792017-08-05 Tom Tromey <tom@tromey.com>
4680
4681 * gdb.rust/simple.exp: Allow String to appear in a different
4682 namespace.
4683
27d41eac
YQ
46842017-07-26 Yao Qi <yao.qi@linaro.org>
4685
4686 * gdb.gdb/unittest.exp: Invoke command
4687 "maintenance check xml-descriptions".
4688
031ed05d
AA
46892017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4690
4691 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4692 calling context.
4693 (hex128): Drop erroneous calculation of parameters.
4694
dcd27ddf
SM
46952017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4696
4697 * gdb.python/py-unwind.exp: Disable stack protection when
4698 building test file.
4699
47e77640
PA
47002017-07-20 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.base/default.exp (set language): Adjust expected output.
4703
62d2a18a
PA
47042017-07-20 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4707 (test_minsym): ... this, and make static.
4708 (get_pck__foo__bar__minsym): Rename to ...
4709 (get_test_minsym): ... this.
4710 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4711 symbol names and comments.
4712 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4713 (get_test_minsym): ... this.
4714 (pck__foo__bar__minsym__2): Rename to ...
4715 (test_minsym): ... this.
4716 (main): Adjust.
4717
c45ec17c
PA
47182017-07-17 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/completion.exp: Adjust expected output.
4721 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4722 the completer works.
4723
c6756f62
PA
47242017-07-17 Pedro Alves <palves@redhat.com>
4725
4726 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4727
5bd68487
AB
47282017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4729
4730 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4731
8880f2a9
TT
47322017-07-14 Tom Tromey <tom@tromey.com>
4733
4734 PR rust/21764:
4735 * gdb.rust/simple.exp: Add tests.
4736
65547233
TT
47372017-07-14 Tom Tromey <tom@tromey.com>
4738
4739 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4740
8f14146e
PA
47412017-07-14 Pedro Alves <palves@redhat.com>
4742
4743 * gdb.linespec/base/one/thefile.cc (z1): New function.
4744 * gdb.linespec/base/two/thefile.cc (z2): New function.
4745 * gdb.linespec/linespec.exp: Add tests.
4746
b4365d02
AB
47472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4750 to mi_create_breakpoint.
4751
5d2cbaa5
AB
47522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4753
4754 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4755 mi_create_breakpoint.
4756
11cb5716
IB
47572017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4758
4759 * gdb.dlang/demangle.exp: Update for demangling changes.
4760
03278692
TT
47612017-07-09 Tom Tromey <tom@tromey.com>
4762
4763 * gdb.dwarf2/shortpiece.exp: New file.
4764
33c5cd75
DB
47652017-07-06 David Blaikie <dblaikie@gmail.com>
4766
4767 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4768 built from fissiont-multi-cu{1,2}.c.
4769 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4770 except putting 'main' and 'func' in separate CUs in the same DWO file.
4771 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4772 test.
4773 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4774 test.
4775
8455d262
PA
47762017-07-06 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.python/py-unwind.exp: Test flushregs.
4779
dc4bde35
SDJ
47802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4781
4782 PR cli/21688
4783 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4784 tests for alias commands and trailing whitespace.
4785
51ed89aa
SDJ
47862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4787
4788 PR cli/21688
4789 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4790 procedure. Call it.
4791
eb17d413
PA
47922017-06-29 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/printcmds.exp: Add tests.
4795
41664b45
DG
47962017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4797
4798 PR gdb/21337
4799 * gdb.base/reread-readsym.exp: New file.
4800 * gdb.base/reread-readsym.c: New file.
4801
75312ae3
KB
48022017-06-21 Kevin Buettner <kevinb@redhat.com>
4803
4804 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4805 subpattern.
4806
66953522
PB
48072017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4808
4809 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4810 extended mnemonic.
4811 * gdb.arch/powerpc-power9.s: Likewise.
4812
5524b525
AA
48132017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4814
4815 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4816 on 32-bit x86 targets. Exploit is_*_target macros where
4817 appropriate.
4818
03c8af18
AA
48192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4820
4821 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4822 register pieces.
4823
3bf31011
AA
48242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4825
4826 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4827 located in one or more DWARF pieces.
4828
805acca0
AA
48292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4830
4831 * lib/gdb.exp (get_endianness): New proc.
4832 * gdb.arch/aarch64-fp.exp: Use it.
4833 * gdb.arch/altivec-regs.exp: Likewise.
4834 * gdb.arch/e500-regs.exp: Likewise.
4835 * gdb.arch/vsx-regs.exp: Likewise.
4836 * gdb.base/dump.exp: Likewise.
4837 * gdb.base/funcargs.exp: Likewise.
4838 * gdb.base/gnu_vector.exp: Likewise.
4839 * gdb.dwarf2/formdata16.exp: Likewise.
4840 * gdb.dwarf2/implptrpiece.exp: Likewise.
4841 * gdb.dwarf2/nonvar-access.exp: Likewise.
4842 * gdb.python/py-inferior.exp: Likewise.
4843 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4844
e9352324
AA
48452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4846
4847 PR gdb/21226
4848 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4849 stack value pieces are taken from the LSB end.
4850
d5d1163e
AA
48512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4852
4853 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4854 variable at nonzero offset.
4855
0567c986
AA
48562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4857
4858 * gdb.dwarf2/var-access.c: New file.
4859 * gdb.dwarf2/var-access.exp: New test.
4860 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4861
973e9aab
TT
48622017-06-12 Tom Tromey <tom@tromey.com>
4863
4864 * gdb.dwarf2/formdata16.exp: Add tests.
4865
d9109c80
TT
48662017-06-12 Tom Tromey <tom@tromey.com>
4867
4868 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4869
30a25466
TT
48702017-06-12 Tom Tromey <tom@tromey.com>
4871
4872 PR exp/16225:
4873 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4874 * gdb.arch/vsx-regs.exp: Update tests.
4875 * gdb.arch/s390-vregs.exp (hex128): New proc.
4876 Update test.
4877 * gdb.arch/altivec-regs.exp: Update tests.
4878
aefd8b33
SDJ
48792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4880
4881 * gdb.base/startup-with-shell.c: New file.
4882 * gdb.base/startup-with-shell.exp: Likewise.
4883
2090129c
SDJ
48842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4885
4886 * gdb.server/non-existing-program.exp: Update regex in order to
4887 reflect the fact that gdbserver is now using fork_inferior (with a
4888 shell) to startup the inferior.
4889
8e86a419
SM
48902017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4891
4892 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4893 support function calls from GDB.
4894
e6cf65f2
TT
48952017-05-21 Tom Tromey <tom@tromey.com>
4896
4897 PR rust/21466:
4898 * gdb.rust/unsized.exp: New file.
4899 * gdb.rust/unsized.rs: New file.
4900
43cc5389
TT
49012017-05-19 Tom Tromey <tom@tromey.com>
4902
4903 PR rust/21484:
4904 * gdb.rust/watch.exp: New file.
4905 * gdb.rust/watch.rs: New file.
4906
ec8df234
TT
49072017-05-18 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.rust/simple.exp: Allow Box to be qualified.
4910
3e3e7fae
TP
49112017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4912
4913 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4914
59cc050d
PA
49152017-05-18 Pedro Alves <palves@redhat.com>
4916
4917 * gdb.base/fileio.c (test_write, test_read, test_close)
4918 (test_fstat): Don't print 'ret' in the fail path.
4919
c8f6abd1
PA
49202017-05-18 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4923 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4924 (test_system, test_rename, test_unlink, test_time): Change
4925 prototypes.
4926 * gdb.base/fileio.exp (stop_msg): Adjust.
4927
d2a03b77
PA
49282017-05-18 Pedro Alves <palves@redhat.com>
4929
4930 * gdb.base/fileio.c (null_str): New global.
4931 (test_stat): Use it.
4932 * gdb.base/fileio.exp: Remove nowarnings.
4933
0d5c6999
YQ
49342017-05-17 Yao Qi <yao.qi@linaro.org>
4935
4936 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4937
21873064
YQ
49382017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4939
4940 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4941 argument command.
4942 (top-level): Invoke test_set_inferior_tty.
4943
d512d31c
PA
49442017-05-04 Pedro Alves <palves@redhat.com>
4945
4946 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4947 Add parens to print call for Python 3.
4948
90cef2ed
KS
49492017-05-03 Keith Seitz <keiths@redhat.com>
4950
4951 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4952 (main): Call it.
4953
14f819c8
TW
49542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4955
4956 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4957 to prev and next.
4958
913aeadd
TW
49592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4960
4961 * gdb.python/py-record-btrace.exp: Remove test for
4962 gdb.BtraceInstruction.error.
4963
a3be24ad
TW
49642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4965
4966 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4967
ae20e79a
TW
49682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4969
4970 * gdb.python/py-record-btrace-threads.c: New file.
4971 * gdb.python/py-record-btrace-threads.exp: New file.
4972
45ce1b47
SDJ
49732017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4974
4975 PR testsuite/8595
4976 * gdb.base/environ.exp: Make test available in all architectures.
4977 Move bits related to "info program" testing to
4978 gdb.base/info-program.exp. Rewrite tests to use the two new
4979 procedures mentione below.
4980 (test_set_show_env_var) New procedure.
4981 (test_set_show_env_var_equal): Likewise.
4982 * gdb.base/info-program.exp: New file.
4983
e15c3eb4
KS
49842017-04-27 Keith Seitz <keiths@redhat.com>
4985
4986 * gdb.cp/oranking.cc (test15): New function.
4987 (main): Call test15 and declare additional variables for testing.
4988 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4989 "p foo101('abc')" tests.
4990 Add tests for cv qualifier overloads.
4991 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4992 "lvalue reference overload" test.
4993 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4994 "print value of f1 on Child&& in f2" test.
4995
3a3fd0fd
PA
49962017-04-19 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4999 procedure.
5000 (top level): Call it.
5001 * lib/gdb.exp (gdb_define_cmd): New procedure.
5002
53375380
PA
50032017-04-12 Pedro Alves <palves@redhat.com>
5004
5005 PR gdb/21323
5006 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5007 (wchar): New global.
5008 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5009 (do_test_wide_char, wide_char_types_no_program, top level): Add
5010 wchar_t testing.
5011
53e710ac
PA
50122017-04-12 Pedro Alves <palves@redhat.com>
5013
5014 PR c++/21323
5015 * gdb.cp/wide_char_types.c: New file.
5016 * gdb.cp/wide_char_types.exp: New file.
5017
0ad9d8c7
SDJ
50182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5019
5020 PR gdb/21352
5021 * gdb.trace/tsv.exp: Add test for "tsave -r".
5022
b1b45502
IB
50232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5024
5025 * gdb.dlang/watch-loc.c: New file.
5026 * gdb.dlang/watch-loc.exp: New file.
5027
ec13808e
JK
50282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5031
fe5f7374
AK
50322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5033
5034 * gdb.arch/arc-analyze-prologue.S: New file.
5035 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5036
eea78757
AK
50372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5038
5039 * gdb.arch/arc-decode-insn.S: New file.
5040 * gdb.arch/arc-decode-insn.exp: Likewise.
5041
5badf10a
IR
50422017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5043
5044 PR tdep/20928
5045 * gdb.arch/sparc64-regs.exp: New file.
5046 * gdb.arch/sparc64-regs.S: Likewise.
5047
cee59b3f
TW
50482017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5049
5050 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5051 and memory view on Python 3.
5052
c0f55cc6
AV
50532017-03-20 Artemiy Volkov <artemiyv@acm.org>
5054 Keith Seitz <keiths@redhat.com>
5055
5056 PR gdb/14441
5057 * gdb.cp/demangle.exp: Add rvalue reference tests.
5058 * gdb.cp/rvalue-ref-casts.cc: New file.
5059 * gdb.cp/rvalue-ref-casts.exp: New file.
5060 * gdb.cp/rvalue-ref-overload.cc: New file.
5061 * gdb.cp/rvalue-ref-overload.exp: New file.
5062 * gdb.cp/rvalue-ref-params.cc: New file.
5063 * gdb.cp/rvalue-ref-params.exp: New file.
5064 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5065 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5066 * gdb.cp/rvalue-ref-types.cc: New file.
5067 * gdb.cp/rvalue-ref-types.exp: New file.
5068 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5069 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5070
51457a05
MAL
50712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5072
5073 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5074 New procedure.
5075
5b291c04
MAL
50762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5077
5078 * lib/mi-support.exp (mi_gdb_test): Add additional message
5079 for unexpected output.
5080
59a56148
AA
50812017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5082
5083 * gdb.base/examine-backward.c (Barrier): New character array
5084 constant, to ensure that TestStrings is preceded by a string
5085 terminator.
5086
7942e96e
AA
50872017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5088
5089 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5090 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5091 and implicit pointer into such a location.
5092
6ebac3fb
DE
50932017-03-16 Doug Evans <dje@google.com>
5094
5095 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5096
ec3b243d
TP
50972017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5098
5099 * gdb.cp/m-static.exp: Fix expectation for prototype of
5100 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5101
51022017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5103
5104 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5105 * gdb.guile/scm-lazy-string.c: New file.
5106 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5107 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5108 for pointer, array, typedef lazy strings.
5109
2cc36e25 51102017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5111
5112 PR python/17728, python/18439, python/18779
5113 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5114 * gdb.python/py-lazy-string.c (pointer): New typedef.
5115 (main): New locals ptr, array, typedef_ptr.
5116 * gdb.python/py-value.exp: Move lazy string tests to ...
5117 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5118 array, typedef lazy strings.
ec3b243d 5119
0efcde63
AK
51202017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5121
5122 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5123 Add optional 'test' parameter.
5124
7978d7c3
SM
51252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5126
5127 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5128 Skip for versions of DejaGnu < 1.5.
5129
896c0c1e
SM
51302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5131
5132 * lib/gdb.exp (dejagnu_version): New proc.
5133 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5134 Use dejagnu_version.
5135
5f4d1085
KS
51362017-03-10 Keith Seitz <keiths@redhat.com>
5137
5138 PR c++/8128
5139 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5140 type from destructor regexps.
5141 Add a branch which actually passes the test.
5142 Adjust "ptype t5i" test names.
5143
1de05205
PA
51442017-03-08 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.base/step-over-exit.exp: Add explicit test message.
5147
c65d6b55
PA
51482017-03-08 Pedro Alves <palves@redhat.com>
5149
5150 PR gdb/18360
5151 * gdb.threads/interrupt-while-step-over.c: New file.
5152 * gdb.threads/interrupt-while-step-over.exp: New file.
5153
2e86a283
PA
51542017-03-08 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5157 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5158
25dcbff6
PA
51592017-03-08 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5162 PKRU as not supported as a PASS.
5163
dc9366eb
PA
51642017-03-08 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5167 prefix instead of $binfile1/$binfile2.
5168 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5169 in test message.
5170 * gdb.python/py-completion.exp: Use "load python file" as test
5171 messages instead of unstable path names.
5172
6e5d74e7
PA
51732017-03-08 Pedro Alves <palves@redhat.com>
5174 Jan Kratochvil <jan.kratochvil@redhat.com>
5175
5176 PR cli/21218
5177 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5178 New proc.
5179 (top level): Call it.
5180
9753a2f6
PA
51812017-03-08 Pedro Alves <palves@redhat.com>
5182
5183 PR tui/21216
5184 * gdb.tui/tui-nl-filtered-output.exp: New file.
5185
1a4dd9dd
PA
51862017-03-08 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.base/completion.exp: Move TUI completion tests to ...
5189 * gdb.tui/completion.exp: ... this new file.
5190
7cbbff33
PA
51912017-03-08 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/tui-disasm-long-lines.c,
5194 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5195 gdb.base/tui-layout.exp: Move to ...
5196 * gdb.tui/: ... this new directory.
5197
5f6fd321
PA
51982017-03-07 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.base/tui-layout.c: New file.
5201 * gdb.base/tui-layout.exp: New file.
5202
44959fa8
PA
52032017-03-07 Pedro Alves <palves@redhat.com>
5204
5205 * gdb.base/tui-layout.c: Rename to ...
5206 * gdb.base/tui-disasm-long-lines.c: ... this.
5207 * gdb.base/tui-layout.exp: Rename to ...
5208 * gdb.base/tui-disasm-long-lines.exp: ... this.
5209
f8c4e718
PA
52102017-03-07 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5213
6dbb839a 52142017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5215
5216 * i386-mpx-call.c: New file.
5217 * i386-mpx-call.exp: New file.
5218
65b48a81
PB
52192017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5220
5221 * gdb.arch/powerpc-power.exp: Delete test.
5222 * gdb.arch/powerpc-power.s: Likewise.
5223 * gdb.disasm/disassembler-options.exp: New test.
5224 * gdb.arch/powerpc-altivec.exp: Likewise.
5225 * gdb.arch/powerpc-altivec.s: Likewise.
5226 * gdb.arch/powerpc-altivec2.exp: Likewise.
5227 * gdb.arch/powerpc-altivec2.s: Likewise.
5228 * gdb.arch/powerpc-altivec3.exp: Likewise.
5229 * gdb.arch/powerpc-altivec3.s: Likewise.
5230 * gdb.arch/powerpc-power7.exp: Likewise.
5231 * gdb.arch/powerpc-power7.s: Likewise.
5232 * gdb.arch/powerpc-power8.exp: Likewise.
5233 * gdb.arch/powerpc-power8.s: Likewise.
5234 * gdb.arch/powerpc-power9.exp: Likewise.
5235 * gdb.arch/powerpc-power9.s: Likewise.
5236 * gdb.arch/powerpc-vsx.exp: Likewise.
5237 * gdb.arch/powerpc-vsx.s: Likewise.
5238 * gdb.arch/powerpc-vsx2.exp: Likewise.
5239 * gdb.arch/powerpc-vsx2.s: Likewise.
5240 * gdb.arch/powerpc-vsx3.exp: Likewise.
5241 * gdb.arch/powerpc-vsx3.s: Likewise.
5242 * gdb.arch/arm-disassembler-options.exp: Likewise.
5243 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5244 * gdb.arch/s390-disassembler-options.exp: Likewise.
5245
17cd4947
LM
52462017-02-23 Luis Machado <lgustavo@codesourcery.com>
5247
5248 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5249 (check_supported_features): ... this. Changed return type to void.
5250 (supports_rdseed): New static global.
5251 (rdseed): Check supports_rdseed.
5252 (initialize): Call check_supported_features.
5253
2039d74e
EBM
52542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5255
5256 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5257 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5258 and lqarx/stqcx.
5259 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5260 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5261
a51d7ecf
EBM
52622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5263
5264 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5265 uppercase.
5266
0224619f
JK
52672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * gdb.dwarf2/formdata16.c: New file.
5270 * gdb.dwarf2/formdata16.exp: New file.
5271 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5272
216f72a1
JK
52732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5276 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5277 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5278 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5279 DW_AT_GNU_*.
5280
43988095
JK
52812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5284
99e8a4f9
SDJ
52852017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5286
5287 PR gdb/21164
5288 * gdb.base/maint.exp: Add testcases for when the commands do
5289 not have arguments.
5290
b58a8c0c
TP
52912017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5292
5293 * gdb.cp/chained-calls.exp: Use p instead of P.
5294
4e746bb6
TW
52952017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5296
5297 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5298 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5299
3f77c769
TT
53002017-02-14 Tom Tromey <tom@tromey.com>
5301
5302 PR python/13598:
5303 * gdb.python/py-events.exp: Add before_prompt event tests.
5304
075beec0
AA
53052017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5306
5307 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5308
bf5f525c
LM
53092017-02-13 Luis Machado <lgustavo@codesourcery.com>
5310
5311 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5312 (main): Call my_unique_function_name.
5313 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5314 completion of patterns with a single match.
5315 Add missing -re switches to gdb_test_multiple calls.
5316
13a66184
LM
53172017-02-13 Luis Machado <lgustavo@codesourcery.com>
5318
5319 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5320 return if core file is not recognized.
5321
26a06916
SM
53222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5325 and extra UIs.
5326
b761ca9e
SM
53272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5328
5329 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5330 proc_with_prefix.
5331
b964bee0
TT
53322017-02-10 Tom Tromey <tom@tromey.com>
5333
5334 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5335
18da0c51
MG
53362017-02-10 Martin Galvan <martingalvan@sourceware.org>
5337
5338 PR gdb/21122
5339 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5340
604c4576
JG
53412017-02-08 Jerome Guitton <guitton@adacore.com>
5342
5343 * gdb.base/define.exp: Add test for command abbreviations
5344 in define.
5345
20b477a7
LM
53462017-02-06 Luis Machado <lgustavo@codesourcery.com>
5347
5348 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5349 * gdb.reverse/insn-reverse-x86.c: New file.
5350
3f7b46f2
IR
53512017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5352
5353 PR tdep/20936
5354 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5355
f0fd41c1
TT
53562017-02-03 Tom Tromey <tom@tromey.com>
5357
5358 PR rust/21097:
5359 * gdb.rust/simple.exp: Add new tests.
5360
5be5dbf0
PA
53612017-02-02 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5364 tests.
5365
7346ef59
AA
53662017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5367
5368 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5369 taking a 2-byte value out of a 4-byte DWARF implicit value on
5370 big-endian targets.
5371 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5372 logic. Add test cases for DW_OP_implicit.
5373
787f0025
MM
53742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5375
5376 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5377
68777c29
MM
53782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5379
5380 * gdb.btrace/enable.exp: Call gdb_exit before
5381 skip_gdbserver_tests.
5382
0a1c7e28
MM
53832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5384
5385 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5386 GDBFLAGS.
5387
b5ac99b0
MM
53882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5389
5390 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5391 the test is skipped.
5392 * gdb.btrace/data.exp: Likewise.
5393 * gdb.btrace/delta.exp: Likewise.
5394 * gdb.btrace/dlopen.exp: Likewise.
5395 * gdb.btrace/enable-running.exp: Likewise.
5396 * gdb.btrace/enable.exp: Likewise.
5397 * gdb.btrace/exception.exp: Likewise.
5398 * gdb.btrace/function_call_history.exp: Likewise.
5399 * gdb.btrace/gcore.exp: Likewise.
5400 * gdb.btrace/instruction_history.exp: Likewise.
5401 * gdb.btrace/multi-thread-step.exp: Likewise.
5402 * gdb.btrace/nohist.exp: Likewise.
5403 * gdb.btrace/non-stop.exp: Likewise.
5404 * gdb.btrace/reconnect.exp: Likewise.
5405 * gdb.btrace/record_goto-step.exp: Likewise.
5406 * gdb.btrace/record_goto.exp: Likewise.
5407 * gdb.btrace/rn-dl-bind.exp: Likewise.
5408 * gdb.btrace/segv.exp: Likewise.
5409 * gdb.btrace/step.exp: Likewise.
5410 * gdb.btrace/stepi.exp: Likewise.
5411 * gdb.btrace/tailcall-only.exp: Likewise.
5412 * gdb.btrace/tailcall.exp: Likewise.
5413 * gdb.btrace/tsx.exp: Likewise.
5414 * gdb.btrace/unknown_functions.exp: Likewise.
5415 * gdb.btrace/vdso.exp: Likewise.
5416
cd4007e4
MM
54172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5418
5419 * gdb.btrace/enable-running.c: New.
5420 * gdb.btrace/enable-running.exp: New.
5421
2735833d
WT
54222017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5423
5424 * gdb.arch/amd64-gs_base.c: New file.
5425 * gdb.arch/amd64-gs_base.exp: New file.
5426
b51e1e94
LM
54272017-01-26 Luis Machado <lgustavo@codesourcery.com>
5428
5429 * lib/memory.exp: Remove spurious empty newlines.
5430
72ca0410
SM
54312017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5432
5433 * gdb.python/py-bad-printers.exp: Load python file using "source".
5434 * gdb.python/py-events.exp: Likewise.
5435 * gdb.python/py-evsignal.exp: Likewise.
5436 * gdb.python/py-evthreads.exp: Likewise.
5437 * gdb.python/py-frame-args.exp: Likewise.
5438 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5439 * gdb.python/py-framefilter-mi.exp: Likewise.
5440 * gdb.python/py-framefilter.exp: Likewise.
5441 * gdb.python/py-mi.exp: Likewise.
5442 * gdb.python/py-pp-maint.exp: Likewise.
5443 * gdb.python/py-pp-registration.exp: Likewise.
5444 * gdb.python/py-prettyprint.exp: Likewise.
5445 (run_lang_tests): Likewise.
5446 * gdb.python/py-typeprint.exp: Likewise.
5447
e309aa65
LM
54482017-01-26 Luis Machado <lgustavo@codesourcery.com>
5449
5450 * lib/memory.exp: New file.
5451 * lib/gdb.exp: Load memory.exp.
5452 * gdb.base/memattr.exp (delete_memory): Move proc to
5453 lib/memory.exp and rename to delete_memory_regions.
5454 Replace delete_memory with delete_memory_regions.
5455 Cleanup memory regions before tests.
5456 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5457 before tests.
5458
515aff23
LM
54592017-01-26 Luis Machado <lgustavo@codesourcery.com>
5460
5461 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5462 files.
5463 (initialize): New function conditionally defined.
5464 (testcases): Move within conditional block.
5465 (main): Call initialize.
5466 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5467 of gdb.reverse/insn-reverse.c.
5468 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5469 gdb.reverse/insn-reverse.c.
5470
d8b49cf0
YQ
54712017-01-26 Yao Qi <yao.qi@linaro.org>
5472
5473 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5474 disassemble on address 0.
5475
f13a9a0c
YQ
54762017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5477 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5480 * gdb.dwarf2/implptr-64bit.S: Remove.
5481 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5482 variables in caller's context. Add DW_OP_implicit_value.
5483
5ac95241
YQ
54842017-01-25 Yao Qi <yao.qi@linaro.org>
5485
5486 * lib/dwarf.exp (Dwarf::_location): Handle
5487 DW_OP_GNU_implicit_pointer with proper size.
5488
23e82930
LM
54892017-01-20 Luis Machado <lgustavo@codesourcery.com>
5490
5491 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5492 and add untested calls.
5493
d334ae25
LM
54942017-01-20 Luis Machado <lgustavo@codesourcery.com>
5495
5496 * gdb.python/python.exp: Check line number against what GDB thinks
5497 the line number is for func1.
5498
f5e6296e
IB
54992017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5500
5501 * gdb.dlang/debug-expr.exp: New file.
5502
5b362f04
LM
55032016-12-23 Luis Machado <lgustavo@codesourcery.com>
5504
5505 Fix test names for the following files:
5506
5507 * gdb.ada/exec_changed.exp
5508 * gdb.ada/info_types.exp
5509 * gdb.arch/aarch64-atomic-inst.exp
5510 * gdb.arch/aarch64-fp.exp
5511 * gdb.arch/altivec-abi.exp
5512 * gdb.arch/altivec-regs.exp
5513 * gdb.arch/amd64-byte.exp
5514 * gdb.arch/amd64-disp-step.exp
5515 * gdb.arch/amd64-dword.exp
5516 * gdb.arch/amd64-entry-value-inline.exp
5517 * gdb.arch/amd64-entry-value-param.exp
5518 * gdb.arch/amd64-entry-value-paramref.exp
5519 * gdb.arch/amd64-entry-value.exp
5520 * gdb.arch/amd64-i386-address.exp
5521 * gdb.arch/amd64-invalid-stack-middle.exp
5522 * gdb.arch/amd64-invalid-stack-top.exp
5523 * gdb.arch/amd64-optimout-repeat.exp
5524 * gdb.arch/amd64-prologue-skip.exp
5525 * gdb.arch/amd64-prologue-xmm.exp
5526 * gdb.arch/amd64-stap-special-operands.exp
5527 * gdb.arch/amd64-stap-wrong-subexp.exp
5528 * gdb.arch/amd64-tailcall-cxx.exp
5529 * gdb.arch/amd64-tailcall-noret.exp
5530 * gdb.arch/amd64-tailcall-ret.exp
5531 * gdb.arch/amd64-tailcall-self.exp
5532 * gdb.arch/amd64-word.exp
5533 * gdb.arch/arm-bl-branch-dest.exp
5534 * gdb.arch/arm-disp-step.exp
5535 * gdb.arch/arm-neon.exp
5536 * gdb.arch/arm-single-step-kernel-helper.exp
5537 * gdb.arch/avr-flash-qualifier.exp
5538 * gdb.arch/disp-step-insn-reloc.exp
5539 * gdb.arch/e500-abi.exp
5540 * gdb.arch/e500-regs.exp
5541 * gdb.arch/ftrace-insn-reloc.exp
5542 * gdb.arch/i386-avx512.exp
5543 * gdb.arch/i386-bp_permanent.exp
5544 * gdb.arch/i386-byte.exp
5545 * gdb.arch/i386-cfi-notcurrent.exp
5546 * gdb.arch/i386-disp-step.exp
5547 * gdb.arch/i386-dr3-watch.exp
5548 * gdb.arch/i386-float.exp
5549 * gdb.arch/i386-gnu-cfi.exp
5550 * gdb.arch/i386-mpx-map.exp
5551 * gdb.arch/i386-mpx-sigsegv.exp
5552 * gdb.arch/i386-mpx-simple_segv.exp
5553 * gdb.arch/i386-mpx.exp
5554 * gdb.arch/i386-permbkpt.exp
5555 * gdb.arch/i386-prologue.exp
5556 * gdb.arch/i386-signal.exp
5557 * gdb.arch/i386-size-overlap.exp
5558 * gdb.arch/i386-unwind.exp
5559 * gdb.arch/i386-word.exp
5560 * gdb.arch/mips-fcr.exp
5561 * gdb.arch/powerpc-d128-regs.exp
5562 * gdb.arch/powerpc-stackless.exp
5563 * gdb.arch/ppc64-atomic-inst.exp
5564 * gdb.arch/s390-stackless.exp
5565 * gdb.arch/s390-tdbregs.exp
5566 * gdb.arch/s390-vregs.exp
5567 * gdb.arch/sparc-sysstep.exp
5568 * gdb.arch/thumb-bx-pc.exp
5569 * gdb.arch/thumb-singlestep.exp
5570 * gdb.arch/thumb2-it.exp
5571 * gdb.arch/vsx-regs.exp
5572 * gdb.asm/asm-source.exp
5573 * gdb.base/a2-run.exp
5574 * gdb.base/advance.exp
5575 * gdb.base/all-bin.exp
5576 * gdb.base/anon.exp
5577 * gdb.base/args.exp
5578 * gdb.base/arithmet.exp
5579 * gdb.base/async-shell.exp
5580 * gdb.base/async.exp
5581 * gdb.base/attach-pie-noexec.exp
5582 * gdb.base/attach-twice.exp
5583 * gdb.base/auto-load.exp
5584 * gdb.base/bang.exp
5585 * gdb.base/bitfields.exp
5586 * gdb.base/break-always.exp
5587 * gdb.base/break-caller-line.exp
5588 * gdb.base/break-entry.exp
5589 * gdb.base/break-inline.exp
5590 * gdb.base/break-on-linker-gcd-function.exp
5591 * gdb.base/break-probes.exp
5592 * gdb.base/break.exp
5593 * gdb.base/breakpoint-shadow.exp
5594 * gdb.base/call-ar-st.exp
5595 * gdb.base/call-sc.exp
5596 * gdb.base/call-signal-resume.exp
5597 * gdb.base/call-strs.exp
5598 * gdb.base/callfuncs.exp
5599 * gdb.base/catch-fork-static.exp
5600 * gdb.base/catch-gdb-caused-signals.exp
5601 * gdb.base/catch-load.exp
5602 * gdb.base/catch-signal-fork.exp
5603 * gdb.base/catch-signal.exp
5604 * gdb.base/catch-syscall.exp
5605 * gdb.base/charset.exp
5606 * gdb.base/checkpoint.exp
5607 * gdb.base/chng-syms.exp
5608 * gdb.base/code-expr.exp
5609 * gdb.base/code_elim.exp
5610 * gdb.base/commands.exp
5611 * gdb.base/completion.exp
5612 * gdb.base/complex.exp
5613 * gdb.base/cond-expr.exp
5614 * gdb.base/condbreak.exp
5615 * gdb.base/consecutive.exp
5616 * gdb.base/continue-all-already-running.exp
5617 * gdb.base/coredump-filter.exp
5618 * gdb.base/corefile.exp
5619 * gdb.base/dbx.exp
5620 * gdb.base/debug-expr.exp
5621 * gdb.base/define.exp
5622 * gdb.base/del.exp
5623 * gdb.base/disabled-location.exp
5624 * gdb.base/disasm-end-cu.exp
5625 * gdb.base/disasm-optim.exp
5626 * gdb.base/display.exp
5627 * gdb.base/duplicate-bp.exp
5628 * gdb.base/ena-dis-br.exp
5629 * gdb.base/ending-run.exp
5630 * gdb.base/enumval.exp
5631 * gdb.base/environ.exp
5632 * gdb.base/eu-strip-infcall.exp
5633 * gdb.base/eval-avoid-side-effects.exp
5634 * gdb.base/eval-skip.exp
5635 * gdb.base/exitsignal.exp
5636 * gdb.base/expand-psymtabs.exp
5637 * gdb.base/filesym.exp
5638 * gdb.base/find-unmapped.exp
5639 * gdb.base/finish.exp
5640 * gdb.base/float.exp
5641 * gdb.base/foll-exec-mode.exp
5642 * gdb.base/foll-exec.exp
5643 * gdb.base/foll-fork.exp
5644 * gdb.base/fortran-sym-case.exp
5645 * gdb.base/freebpcmd.exp
5646 * gdb.base/func-ptr.exp
5647 * gdb.base/func-ptrs.exp
5648 * gdb.base/funcargs.exp
5649 * gdb.base/gcore-buffer-overflow.exp
5650 * gdb.base/gcore-relro-pie.exp
5651 * gdb.base/gcore-relro.exp
5652 * gdb.base/gcore.exp
5653 * gdb.base/gdb1090.exp
5654 * gdb.base/gdb11530.exp
5655 * gdb.base/gdb11531.exp
5656 * gdb.base/gdb1821.exp
5657 * gdb.base/gdbindex-stabs.exp
5658 * gdb.base/gdbvars.exp
5659 * gdb.base/hbreak.exp
5660 * gdb.base/hbreak2.exp
5661 * gdb.base/included.exp
5662 * gdb.base/infcall-input.exp
5663 * gdb.base/inferior-died.exp
5664 * gdb.base/infnan.exp
5665 * gdb.base/info-macros.exp
5666 * gdb.base/info-os.exp
5667 * gdb.base/info-proc.exp
5668 * gdb.base/info-shared.exp
5669 * gdb.base/info-target.exp
5670 * gdb.base/infoline.exp
5671 * gdb.base/interp.exp
5672 * gdb.base/interrupt.exp
5673 * gdb.base/jit-reader.exp
5674 * gdb.base/jit-simple.exp
5675 * gdb.base/kill-after-signal.exp
5676 * gdb.base/kill-detach-inferiors-cmd.exp
5677 * gdb.base/label.exp
5678 * gdb.base/langs.exp
5679 * gdb.base/ldbl_e308.exp
5680 * gdb.base/line-symtabs.exp
5681 * gdb.base/linespecs.exp
5682 * gdb.base/list.exp
5683 * gdb.base/long_long.exp
5684 * gdb.base/longest-types.exp
5685 * gdb.base/maint.exp
5686 * gdb.base/max-value-size.exp
5687 * gdb.base/memattr.exp
5688 * gdb.base/mips_pro.exp
5689 * gdb.base/morestack.exp
5690 * gdb.base/moribund-step.exp
5691 * gdb.base/multi-forks.exp
5692 * gdb.base/nested-addr.exp
5693 * gdb.base/nextoverexit.exp
5694 * gdb.base/noreturn-finish.exp
5695 * gdb.base/noreturn-return.exp
5696 * gdb.base/nostdlib.exp
5697 * gdb.base/offsets.exp
5698 * gdb.base/opaque.exp
5699 * gdb.base/pc-fp.exp
5700 * gdb.base/permissions.exp
5701 * gdb.base/print-symbol-loading.exp
5702 * gdb.base/prologue-include.exp
5703 * gdb.base/psymtab.exp
5704 * gdb.base/ptype.exp
5705 * gdb.base/random-signal.exp
5706 * gdb.base/randomize.exp
5707 * gdb.base/range-stepping.exp
5708 * gdb.base/readline-ask.exp
5709 * gdb.base/recpar.exp
5710 * gdb.base/recurse.exp
5711 * gdb.base/relational.exp
5712 * gdb.base/restore.exp
5713 * gdb.base/return-nodebug.exp
5714 * gdb.base/return.exp
5715 * gdb.base/run-after-attach.exp
5716 * gdb.base/save-bp.exp
5717 * gdb.base/scope.exp
5718 * gdb.base/sect-cmd.exp
5719 * gdb.base/set-lang-auto.exp
5720 * gdb.base/set-noassign.exp
5721 * gdb.base/setvar.exp
5722 * gdb.base/sigall.exp
5723 * gdb.base/sigbpt.exp
5724 * gdb.base/siginfo-addr.exp
5725 * gdb.base/siginfo-infcall.exp
5726 * gdb.base/siginfo-obj.exp
5727 * gdb.base/siginfo.exp
5728 * gdb.base/signals-state-child.exp
5729 * gdb.base/signest.exp
5730 * gdb.base/sigstep.exp
5731 * gdb.base/sizeof.exp
5732 * gdb.base/skip.exp
5733 * gdb.base/solib-corrupted.exp
5734 * gdb.base/solib-nodir.exp
5735 * gdb.base/solib-search.exp
5736 * gdb.base/stack-checking.exp
5737 * gdb.base/stale-infcall.exp
5738 * gdb.base/stap-probe.exp
5739 * gdb.base/start.exp
5740 * gdb.base/step-break.exp
5741 * gdb.base/step-bt.exp
5742 * gdb.base/step-line.exp
5743 * gdb.base/step-over-exit.exp
5744 * gdb.base/step-over-syscall.exp
5745 * gdb.base/step-resume-infcall.exp
5746 * gdb.base/step-test.exp
5747 * gdb.base/store.exp
5748 * gdb.base/structs3.exp
5749 * gdb.base/sym-file.exp
5750 * gdb.base/symbol-without-target_section.exp
5751 * gdb.base/term.exp
5752 * gdb.base/testenv.exp
5753 * gdb.base/ui-redirect.exp
5754 * gdb.base/until.exp
5755 * gdb.base/unwindonsignal.exp
5756 * gdb.base/value-double-free.exp
5757 * gdb.base/vla-datatypes.exp
5758 * gdb.base/vla-ptr.exp
5759 * gdb.base/vla-sideeffect.exp
5760 * gdb.base/volatile.exp
5761 * gdb.base/watch-cond-infcall.exp
5762 * gdb.base/watch-cond.exp
5763 * gdb.base/watch-non-mem.exp
5764 * gdb.base/watch-read.exp
5765 * gdb.base/watch-vfork.exp
5766 * gdb.base/watchpoint-cond-gone.exp
5767 * gdb.base/watchpoint-delete.exp
5768 * gdb.base/watchpoint-hw-hit-once.exp
5769 * gdb.base/watchpoint-hw.exp
5770 * gdb.base/watchpoint-stops-at-right-insn.exp
5771 * gdb.base/watchpoints.exp
5772 * gdb.base/wchar.exp
5773 * gdb.base/whatis-exp.exp
5774 * gdb.btrace/buffer-size.exp
5775 * gdb.btrace/data.exp
5776 * gdb.btrace/delta.exp
5777 * gdb.btrace/dlopen.exp
5778 * gdb.btrace/enable.exp
5779 * gdb.btrace/exception.exp
5780 * gdb.btrace/function_call_history.exp
5781 * gdb.btrace/gcore.exp
5782 * gdb.btrace/instruction_history.exp
5783 * gdb.btrace/nohist.exp
5784 * gdb.btrace/reconnect.exp
5785 * gdb.btrace/record_goto-step.exp
5786 * gdb.btrace/record_goto.exp
5787 * gdb.btrace/rn-dl-bind.exp
5788 * gdb.btrace/segv.exp
5789 * gdb.btrace/step.exp
5790 * gdb.btrace/stepi.exp
5791 * gdb.btrace/tailcall-only.exp
5792 * gdb.btrace/tailcall.exp
5793 * gdb.btrace/tsx.exp
5794 * gdb.btrace/unknown_functions.exp
5795 * gdb.btrace/vdso.exp
5796 * gdb.compile/compile-ifunc.exp
5797 * gdb.compile/compile-ops.exp
5798 * gdb.compile/compile-print.exp
5799 * gdb.compile/compile-setjmp.exp
5800 * gdb.cp/abstract-origin.exp
5801 * gdb.cp/ambiguous.exp
5802 * gdb.cp/annota2.exp
5803 * gdb.cp/annota3.exp
5804 * gdb.cp/anon-ns.exp
5805 * gdb.cp/anon-struct.exp
5806 * gdb.cp/anon-union.exp
5807 * gdb.cp/arg-reference.exp
5808 * gdb.cp/baseenum.exp
5809 * gdb.cp/bool.exp
5810 * gdb.cp/breakpoint.exp
5811 * gdb.cp/bs15503.exp
5812 * gdb.cp/call-c.exp
5813 * gdb.cp/casts.exp
5814 * gdb.cp/chained-calls.exp
5815 * gdb.cp/class2.exp
5816 * gdb.cp/classes.exp
5817 * gdb.cp/cmpd-minsyms.exp
5818 * gdb.cp/converts.exp
5819 * gdb.cp/cp-relocate.exp
5820 * gdb.cp/cpcompletion.exp
5821 * gdb.cp/cpexprs.exp
5822 * gdb.cp/cplabel.exp
5823 * gdb.cp/cplusfuncs.exp
5824 * gdb.cp/cpsizeof.exp
5825 * gdb.cp/ctti.exp
5826 * gdb.cp/derivation.exp
5827 * gdb.cp/destrprint.exp
5828 * gdb.cp/dispcxx.exp
5829 * gdb.cp/enum-class.exp
5830 * gdb.cp/exception.exp
5831 * gdb.cp/exceptprint.exp
5832 * gdb.cp/expand-psymtabs-cxx.exp
5833 * gdb.cp/expand-sals.exp
5834 * gdb.cp/extern-c.exp
5835 * gdb.cp/filename.exp
5836 * gdb.cp/formatted-ref.exp
5837 * gdb.cp/fpointer.exp
5838 * gdb.cp/gdb1355.exp
5839 * gdb.cp/gdb2495.exp
5840 * gdb.cp/hang.exp
5841 * gdb.cp/impl-this.exp
5842 * gdb.cp/infcall-dlopen.exp
5843 * gdb.cp/inherit.exp
5844 * gdb.cp/iostream.exp
5845 * gdb.cp/koenig.exp
5846 * gdb.cp/local.exp
5847 * gdb.cp/m-data.exp
5848 * gdb.cp/m-static.exp
5849 * gdb.cp/mb-ctor.exp
5850 * gdb.cp/mb-inline.exp
5851 * gdb.cp/mb-templates.exp
5852 * gdb.cp/member-name.exp
5853 * gdb.cp/member-ptr.exp
5854 * gdb.cp/meth-typedefs.exp
5855 * gdb.cp/method.exp
5856 * gdb.cp/method2.exp
5857 * gdb.cp/minsym-fallback.exp
5858 * gdb.cp/misc.exp
5859 * gdb.cp/namelessclass.exp
5860 * gdb.cp/namespace-enum.exp
5861 * gdb.cp/namespace-nested-import.exp
5862 * gdb.cp/namespace.exp
5863 * gdb.cp/nextoverthrow.exp
5864 * gdb.cp/no-dmgl-verbose.exp
5865 * gdb.cp/non-trivial-retval.exp
5866 * gdb.cp/noparam.exp
5867 * gdb.cp/nsdecl.exp
5868 * gdb.cp/nsimport.exp
5869 * gdb.cp/nsnested.exp
5870 * gdb.cp/nsnoimports.exp
5871 * gdb.cp/nsrecurs.exp
5872 * gdb.cp/nsstress.exp
5873 * gdb.cp/nsusing.exp
5874 * gdb.cp/operator.exp
5875 * gdb.cp/oranking.exp
5876 * gdb.cp/overload-const.exp
5877 * gdb.cp/overload.exp
5878 * gdb.cp/ovldbreak.exp
5879 * gdb.cp/ovsrch.exp
5880 * gdb.cp/paren-type.exp
5881 * gdb.cp/parse-lang.exp
5882 * gdb.cp/pass-by-ref.exp
5883 * gdb.cp/pr-1023.exp
5884 * gdb.cp/pr-1210.exp
5885 * gdb.cp/pr-574.exp
5886 * gdb.cp/pr10687.exp
5887 * gdb.cp/pr12028.exp
5888 * gdb.cp/pr17132.exp
5889 * gdb.cp/pr17494.exp
5890 * gdb.cp/pr9067.exp
5891 * gdb.cp/pr9167.exp
5892 * gdb.cp/pr9631.exp
5893 * gdb.cp/printmethod.exp
5894 * gdb.cp/psmang.exp
5895 * gdb.cp/psymtab-parameter.exp
5896 * gdb.cp/ptype-cv-cp.exp
5897 * gdb.cp/ptype-flags.exp
5898 * gdb.cp/re-set-overloaded.exp
5899 * gdb.cp/ref-types.exp
5900 * gdb.cp/rtti.exp
5901 * gdb.cp/scope-err.exp
5902 * gdb.cp/shadow.exp
5903 * gdb.cp/smartp.exp
5904 * gdb.cp/static-method.exp
5905 * gdb.cp/static-print-quit.exp
5906 * gdb.cp/temargs.exp
5907 * gdb.cp/templates.exp
5908 * gdb.cp/try_catch.exp
5909 * gdb.cp/typedef-operator.exp
5910 * gdb.cp/typeid.exp
5911 * gdb.cp/userdef.exp
5912 * gdb.cp/using-crash.exp
5913 * gdb.cp/var-tag.exp
5914 * gdb.cp/virtbase.exp
5915 * gdb.cp/virtfunc.exp
5916 * gdb.cp/virtfunc2.exp
5917 * gdb.cp/vla-cxx.exp
5918 * gdb.disasm/t01_mov.exp
5919 * gdb.disasm/t02_mova.exp
5920 * gdb.disasm/t03_add.exp
5921 * gdb.disasm/t04_sub.exp
5922 * gdb.disasm/t05_cmp.exp
5923 * gdb.disasm/t06_ari2.exp
5924 * gdb.disasm/t07_ari3.exp
5925 * gdb.disasm/t08_or.exp
5926 * gdb.disasm/t09_xor.exp
5927 * gdb.disasm/t10_and.exp
5928 * gdb.disasm/t11_logs.exp
5929 * gdb.disasm/t12_bit.exp
5930 * gdb.disasm/t13_otr.exp
5931 * gdb.dlang/circular.exp
5932 * gdb.dwarf2/arr-stride.exp
5933 * gdb.dwarf2/arr-subrange.exp
5934 * gdb.dwarf2/atomic-type.exp
5935 * gdb.dwarf2/bad-regnum.exp
5936 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5937 * gdb.dwarf2/callframecfa.exp
5938 * gdb.dwarf2/clztest.exp
5939 * gdb.dwarf2/corrupt.exp
5940 * gdb.dwarf2/data-loc.exp
5941 * gdb.dwarf2/dup-psym.exp
5942 * gdb.dwarf2/dw2-anon-mptr.exp
5943 * gdb.dwarf2/dw2-anonymous-func.exp
5944 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5945 * gdb.dwarf2/dw2-bad-unresolved.exp
5946 * gdb.dwarf2/dw2-basic.exp
5947 * gdb.dwarf2/dw2-canonicalize-type.exp
5948 * gdb.dwarf2/dw2-case-insensitive.exp
5949 * gdb.dwarf2/dw2-common-block.exp
5950 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5951 * gdb.dwarf2/dw2-compressed.exp
5952 * gdb.dwarf2/dw2-const.exp
5953 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5954 * gdb.dwarf2/dw2-cu-size.exp
5955 * gdb.dwarf2/dw2-dup-frame.exp
5956 * gdb.dwarf2/dw2-entry-value.exp
5957 * gdb.dwarf2/dw2-icycle.exp
5958 * gdb.dwarf2/dw2-ifort-parameter.exp
5959 * gdb.dwarf2/dw2-inline-break.exp
5960 * gdb.dwarf2/dw2-inline-param.exp
5961 * gdb.dwarf2/dw2-intercu.exp
5962 * gdb.dwarf2/dw2-intermix.exp
5963 * gdb.dwarf2/dw2-lexical-block-bare.exp
5964 * gdb.dwarf2/dw2-linkage-name-trust.exp
5965 * gdb.dwarf2/dw2-minsym-in-cu.exp
5966 * gdb.dwarf2/dw2-noloc.exp
5967 * gdb.dwarf2/dw2-op-call.exp
5968 * gdb.dwarf2/dw2-op-out-param.exp
5969 * gdb.dwarf2/dw2-opt-structptr.exp
5970 * gdb.dwarf2/dw2-param-error.exp
5971 * gdb.dwarf2/dw2-producer.exp
5972 * gdb.dwarf2/dw2-ranges-base.exp
5973 * gdb.dwarf2/dw2-ref-missing-frame.exp
5974 * gdb.dwarf2/dw2-reg-undefined.exp
5975 * gdb.dwarf2/dw2-regno-invalid.exp
5976 * gdb.dwarf2/dw2-restore.exp
5977 * gdb.dwarf2/dw2-restrict.exp
5978 * gdb.dwarf2/dw2-single-line-discriminators.exp
5979 * gdb.dwarf2/dw2-strp.exp
5980 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5981 * gdb.dwarf2/dw2-unresolved.exp
5982 * gdb.dwarf2/dw2-var-zero-addr.exp
5983 * gdb.dwarf2/dw4-sig-types.exp
5984 * gdb.dwarf2/dwz.exp
5985 * gdb.dwarf2/dynarr-ptr.exp
5986 * gdb.dwarf2/enum-type.exp
5987 * gdb.dwarf2/gdb-index.exp
5988 * gdb.dwarf2/implptr-64bit.exp
5989 * gdb.dwarf2/implptr-optimized-out.exp
5990 * gdb.dwarf2/implptr.exp
5991 * gdb.dwarf2/implref-array.exp
5992 * gdb.dwarf2/implref-const.exp
5993 * gdb.dwarf2/implref-global.exp
5994 * gdb.dwarf2/implref-struct.exp
5995 * gdb.dwarf2/mac-fileno.exp
5996 * gdb.dwarf2/main-subprogram.exp
5997 * gdb.dwarf2/member-ptr-forwardref.exp
5998 * gdb.dwarf2/method-ptr.exp
5999 * gdb.dwarf2/missing-sig-type.exp
6000 * gdb.dwarf2/nonvar-access.exp
6001 * gdb.dwarf2/opaque-type-lookup.exp
6002 * gdb.dwarf2/pieces-optimized-out.exp
6003 * gdb.dwarf2/pieces.exp
6004 * gdb.dwarf2/pr10770.exp
6005 * gdb.dwarf2/pr13961.exp
6006 * gdb.dwarf2/staticvirtual.exp
6007 * gdb.dwarf2/subrange.exp
6008 * gdb.dwarf2/symtab-producer.exp
6009 * gdb.dwarf2/trace-crash.exp
6010 * gdb.dwarf2/typeddwarf.exp
6011 * gdb.dwarf2/valop.exp
6012 * gdb.dwarf2/watch-notconst.exp
6013 * gdb.fortran/array-element.exp
6014 * gdb.fortran/charset.exp
6015 * gdb.fortran/common-block.exp
6016 * gdb.fortran/complex.exp
6017 * gdb.fortran/derived-type-function.exp
6018 * gdb.fortran/derived-type.exp
6019 * gdb.fortran/logical.exp
6020 * gdb.fortran/module.exp
6021 * gdb.fortran/multi-dim.exp
6022 * gdb.fortran/nested-funcs.exp
6023 * gdb.fortran/print-formatted.exp
6024 * gdb.fortran/subarray.exp
6025 * gdb.fortran/vla-alloc-assoc.exp
6026 * gdb.fortran/vla-datatypes.exp
6027 * gdb.fortran/vla-history.exp
6028 * gdb.fortran/vla-ptr-info.exp
6029 * gdb.fortran/vla-ptype-sub.exp
6030 * gdb.fortran/vla-ptype.exp
6031 * gdb.fortran/vla-sizeof.exp
6032 * gdb.fortran/vla-type.exp
6033 * gdb.fortran/vla-value-sub-arbitrary.exp
6034 * gdb.fortran/vla-value-sub-finish.exp
6035 * gdb.fortran/vla-value-sub.exp
6036 * gdb.fortran/vla-value.exp
6037 * gdb.fortran/whatis_type.exp
6038 * gdb.go/chan.exp
6039 * gdb.go/handcall.exp
6040 * gdb.go/hello.exp
6041 * gdb.go/integers.exp
6042 * gdb.go/methods.exp
6043 * gdb.go/package.exp
6044 * gdb.go/strings.exp
6045 * gdb.go/types.exp
6046 * gdb.go/unsafe.exp
6047 * gdb.guile/scm-arch.exp
6048 * gdb.guile/scm-block.exp
6049 * gdb.guile/scm-breakpoint.exp
6050 * gdb.guile/scm-cmd.exp
6051 * gdb.guile/scm-disasm.exp
6052 * gdb.guile/scm-equal.exp
6053 * gdb.guile/scm-frame-args.exp
6054 * gdb.guile/scm-frame-inline.exp
6055 * gdb.guile/scm-frame.exp
6056 * gdb.guile/scm-iterator.exp
6057 * gdb.guile/scm-math.exp
6058 * gdb.guile/scm-objfile.exp
6059 * gdb.guile/scm-ports.exp
6060 * gdb.guile/scm-symbol.exp
6061 * gdb.guile/scm-symtab.exp
6062 * gdb.guile/scm-value-cc.exp
6063 * gdb.guile/types-module.exp
6064 * gdb.linespec/break-ask.exp
6065 * gdb.linespec/cpexplicit.exp
6066 * gdb.linespec/explicit.exp
6067 * gdb.linespec/keywords.exp
6068 * gdb.linespec/linespec.exp
6069 * gdb.linespec/ls-dollar.exp
6070 * gdb.linespec/ls-errs.exp
6071 * gdb.linespec/skip-two.exp
6072 * gdb.linespec/thread.exp
6073 * gdb.mi/mi-async.exp
6074 * gdb.mi/mi-basics.exp
6075 * gdb.mi/mi-break.exp
6076 * gdb.mi/mi-catch-load.exp
6077 * gdb.mi/mi-cli.exp
6078 * gdb.mi/mi-cmd-param-changed.exp
6079 * gdb.mi/mi-console.exp
6080 * gdb.mi/mi-detach.exp
6081 * gdb.mi/mi-disassemble.exp
6082 * gdb.mi/mi-eval.exp
6083 * gdb.mi/mi-file-transfer.exp
6084 * gdb.mi/mi-file.exp
6085 * gdb.mi/mi-fill-memory.exp
6086 * gdb.mi/mi-inheritance-syntax-error.exp
6087 * gdb.mi/mi-linespec-err-cp.exp
6088 * gdb.mi/mi-logging.exp
6089 * gdb.mi/mi-memory-changed.exp
6090 * gdb.mi/mi-read-memory.exp
6091 * gdb.mi/mi-record-changed.exp
6092 * gdb.mi/mi-reg-undefined.exp
6093 * gdb.mi/mi-regs.exp
6094 * gdb.mi/mi-return.exp
6095 * gdb.mi/mi-reverse.exp
6096 * gdb.mi/mi-simplerun.exp
6097 * gdb.mi/mi-solib.exp
6098 * gdb.mi/mi-stack.exp
6099 * gdb.mi/mi-stepi.exp
6100 * gdb.mi/mi-syn-frame.exp
6101 * gdb.mi/mi-until.exp
6102 * gdb.mi/mi-var-block.exp
6103 * gdb.mi/mi-var-child.exp
6104 * gdb.mi/mi-var-cmd.exp
6105 * gdb.mi/mi-var-cp.exp
6106 * gdb.mi/mi-var-display.exp
6107 * gdb.mi/mi-var-invalidate.exp
6108 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6109 * gdb.mi/mi-vla-fortran.exp
6110 * gdb.mi/mi-watch.exp
6111 * gdb.mi/mi2-var-child.exp
6112 * gdb.mi/user-selected-context-sync.exp
6113 * gdb.modula2/unbounded-array.exp
6114 * gdb.multi/dummy-frame-restore.exp
6115 * gdb.multi/multi-arch-exec.exp
6116 * gdb.multi/multi-arch.exp
6117 * gdb.multi/tids.exp
6118 * gdb.multi/watchpoint-multi.exp
6119 * gdb.opencl/callfuncs.exp
6120 * gdb.opencl/convs_casts.exp
6121 * gdb.opencl/datatypes.exp
6122 * gdb.opencl/operators.exp
6123 * gdb.opencl/vec_comps.exp
6124 * gdb.opt/clobbered-registers-O2.exp
6125 * gdb.opt/inline-break.exp
6126 * gdb.opt/inline-bt.exp
6127 * gdb.opt/inline-cmds.exp
6128 * gdb.opt/inline-locals.exp
6129 * gdb.pascal/case-insensitive-symbols.exp
6130 * gdb.pascal/floats.exp
6131 * gdb.pascal/gdb11492.exp
6132 * gdb.python/lib-types.exp
6133 * gdb.python/py-arch.exp
6134 * gdb.python/py-as-string.exp
6135 * gdb.python/py-bad-printers.exp
6136 * gdb.python/py-block.exp
6137 * gdb.python/py-breakpoint-create-fail.exp
6138 * gdb.python/py-breakpoint.exp
6139 * gdb.python/py-caller-is.exp
6140 * gdb.python/py-cmd.exp
6141 * gdb.python/py-explore-cc.exp
6142 * gdb.python/py-explore.exp
6143 * gdb.python/py-finish-breakpoint.exp
6144 * gdb.python/py-finish-breakpoint2.exp
6145 * gdb.python/py-frame-args.exp
6146 * gdb.python/py-frame-inline.exp
6147 * gdb.python/py-frame.exp
6148 * gdb.python/py-framefilter-mi.exp
6149 * gdb.python/py-infthread.exp
6150 * gdb.python/py-lazy-string.exp
6151 * gdb.python/py-linetable.exp
6152 * gdb.python/py-mi-events.exp
6153 * gdb.python/py-mi-objfile.exp
6154 * gdb.python/py-mi.exp
6155 * gdb.python/py-objfile.exp
6156 * gdb.python/py-pp-integral.exp
6157 * gdb.python/py-pp-maint.exp
6158 * gdb.python/py-pp-re-notag.exp
6159 * gdb.python/py-pp-registration.exp
6160 * gdb.python/py-recurse-unwind.exp
6161 * gdb.python/py-strfns.exp
6162 * gdb.python/py-symbol.exp
6163 * gdb.python/py-symtab.exp
6164 * gdb.python/py-sync-interp.exp
6165 * gdb.python/py-typeprint.exp
6166 * gdb.python/py-unwind-maint.exp
6167 * gdb.python/py-unwind.exp
6168 * gdb.python/py-value-cc.exp
6169 * gdb.python/py-xmethods.exp
6170 * gdb.reverse/amd64-tailcall-reverse.exp
6171 * gdb.reverse/break-precsave.exp
6172 * gdb.reverse/break-reverse.exp
6173 * gdb.reverse/consecutive-precsave.exp
6174 * gdb.reverse/consecutive-reverse.exp
6175 * gdb.reverse/finish-precsave.exp
6176 * gdb.reverse/finish-reverse-bkpt.exp
6177 * gdb.reverse/finish-reverse.exp
6178 * gdb.reverse/fstatat-reverse.exp
6179 * gdb.reverse/getresuid-reverse.exp
6180 * gdb.reverse/i386-precsave.exp
6181 * gdb.reverse/i386-reverse.exp
6182 * gdb.reverse/i386-sse-reverse.exp
6183 * gdb.reverse/i387-env-reverse.exp
6184 * gdb.reverse/i387-stack-reverse.exp
6185 * gdb.reverse/insn-reverse.exp
6186 * gdb.reverse/machinestate-precsave.exp
6187 * gdb.reverse/machinestate.exp
6188 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6189 * gdb.reverse/pipe-reverse.exp
6190 * gdb.reverse/readv-reverse.exp
6191 * gdb.reverse/recvmsg-reverse.exp
6192 * gdb.reverse/rerun-prec.exp
6193 * gdb.reverse/s390-mvcle.exp
6194 * gdb.reverse/step-precsave.exp
6195 * gdb.reverse/step-reverse.exp
6196 * gdb.reverse/time-reverse.exp
6197 * gdb.reverse/until-precsave.exp
6198 * gdb.reverse/until-reverse.exp
6199 * gdb.reverse/waitpid-reverse.exp
6200 * gdb.reverse/watch-precsave.exp
6201 * gdb.reverse/watch-reverse.exp
6202 * gdb.rust/generics.exp
6203 * gdb.rust/methods.exp
6204 * gdb.rust/modules.exp
6205 * gdb.rust/simple.exp
6206 * gdb.server/connect-with-no-symbol-file.exp
6207 * gdb.server/ext-attach.exp
6208 * gdb.server/ext-restart.exp
6209 * gdb.server/ext-wrapper.exp
6210 * gdb.server/file-transfer.exp
6211 * gdb.server/server-exec-info.exp
6212 * gdb.server/server-kill.exp
6213 * gdb.server/server-mon.exp
6214 * gdb.server/wrapper.exp
6215 * gdb.stabs/exclfwd.exp
6216 * gdb.stabs/gdb11479.exp
6217 * gdb.threads/clone-new-thread-event.exp
6218 * gdb.threads/corethreads.exp
6219 * gdb.threads/current-lwp-dead.exp
6220 * gdb.threads/dlopen-libpthread.exp
6221 * gdb.threads/gcore-thread.exp
6222 * gdb.threads/sigstep-threads.exp
6223 * gdb.threads/watchpoint-fork.exp
6224 * gdb.trace/actions-changed.exp
6225 * gdb.trace/backtrace.exp
6226 * gdb.trace/change-loc.exp
6227 * gdb.trace/circ.exp
6228 * gdb.trace/collection.exp
6229 * gdb.trace/disconnected-tracing.exp
6230 * gdb.trace/ftrace.exp
6231 * gdb.trace/mi-trace-frame-collected.exp
6232 * gdb.trace/mi-trace-unavailable.exp
6233 * gdb.trace/mi-traceframe-changed.exp
6234 * gdb.trace/mi-tsv-changed.exp
6235 * gdb.trace/no-attach-trace.exp
6236 * gdb.trace/passc-dyn.exp
6237 * gdb.trace/qtro.exp
6238 * gdb.trace/range-stepping.exp
6239 * gdb.trace/read-memory.exp
6240 * gdb.trace/save-trace.exp
6241 * gdb.trace/signal.exp
6242 * gdb.trace/status-stop.exp
6243 * gdb.trace/tfile.exp
6244 * gdb.trace/trace-break.exp
6245 * gdb.trace/trace-buffer-size.exp
6246 * gdb.trace/trace-condition.exp
6247 * gdb.trace/tracefile-pseudo-reg.exp
6248 * gdb.trace/tstatus.exp
6249 * gdb.trace/unavailable.exp
6250 * gdb.trace/while-dyn.exp
6251 * gdb.trace/while-stepping.exp
6252
34c41c68
DE
62532016-12-22 Doug Evans <xdje42@gmail.com>
6254
6255 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6256 and msymbols.
6257
16e69324
YQ
62582016-12-19 Yao Qi <yao.qi@linaro.org>
6259
6260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6261 (test_with_self): Don't call do_steps_and_nexts, and remove
6262 code about stepping into xmalloc.
6263
f94f411b
YQ
62642016-12-09 Yao Qi <yao.qi@linaro.org>
6265
6266 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6267
62682016-12-09 Yao Qi <yao.qi@linaro.org>
6269
6270 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6271
f1b5deee
PA
62722016-12-09 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.base/all-architectures-0.exp: New file.
6275 * gdb.base/all-architectures-1.exp: New file.
6276 * gdb.base/all-architectures-2.exp: New file.
6277 * gdb.base/all-architectures-3.exp: New file.
6278 * gdb.base/all-architectures-4.exp: New file.
6279 * gdb.base/all-architectures-5.exp: New file.
6280 * gdb.base/all-architectures-6.exp: New file.
6281 * gdb.base/all-architectures-7.exp: New file.
6282 * gdb.base/all-architectures.exp.in: New file.
6283
364ca42e
YQ
62842016-12-09 Yao Qi <yao.qi@linaro.org>
6285
6286 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6287
107c2d62
LM
62882016-12-02 Luis Machado <lgustavo@codesourcery.com>
6289
6290 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6291 possible.
6292 Remove useless pattern-matching code.
6293
df3ee9ca
PA
62942016-12-02 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6297 procedure.
6298 (top level): Call it.
6299
ec835369
PA
63002016-12-02 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6303 New procedure.
6304 (top level): Call it.
6305
01770bbd
PA
63062016-12-02 Pedro Alves <palves@redhat.com>
6307
6308 PR cli/20559
6309 * gdb.base/commands.exp (user_defined_command_args_eval): New
6310 procedure.
6311 (top level): Call it.
6312
008459ea
LM
63132016-12-02 Luis Machado <lgustavo@codesourcery.com>
6314
6315 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6316 timeout handling.
6317
0c1b455e
TT
63182016-12-02 Tom Tromey <tom@tromey.com>
6319
6320 * gdb.dwarf2/main-subprogram.c: New file.
6321 * gdb.dwarf2/main-subprogram.exp: New file.
6322
018572b8
LM
63232016-12-01 Luis Machado <lgustavo@codesourcery.com>
6324
6325 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6326 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6327 gdb_test_no_output for a couple of cases.
6328 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6329
84c93cd5
LM
63302016-12-01 Luis Machado <lgustavo@codesourcery.com>
6331
6332 Fix test names and standardize compilation error messages throughout
6333 the following files:
6334
6335 * gdb.ada/start.exp
6336 * gdb.arch/alpha-step.exp
6337 * gdb.arch/e500-prologue.exp
6338 * gdb.arch/ftrace-insn-reloc.exp
6339 * gdb.arch/gdb1291.exp
6340 * gdb.arch/gdb1431.exp
6341 * gdb.arch/gdb1558.exp
6342 * gdb.arch/i386-dr3-watch.exp
6343 * gdb.arch/i386-sse-stack-align.exp
6344 * gdb.arch/ia64-breakpoint-shadow.exp
6345 * gdb.arch/pa-nullify.exp
6346 * gdb.arch/powerpc-aix-prologue.exp
6347 * gdb.arch/thumb-bx-pc.exp
6348 * gdb.base/annota1.exp
6349 * gdb.base/annota3.exp
6350 * gdb.base/arrayidx.exp
6351 * gdb.base/assign.exp
6352 * gdb.base/attach.exp
6353 * gdb.base/auxv.exp
6354 * gdb.base/bang.exp
6355 * gdb.base/bfp-test.exp
6356 * gdb.base/bigcore.exp
6357 * gdb.base/bitfields2.exp
6358 * gdb.base/break-fun-addr.exp
6359 * gdb.base/break-probes.exp
6360 * gdb.base/call-rt-st.exp
6361 * gdb.base/callexit.exp
6362 * gdb.base/catch-fork-kill.exp
6363 * gdb.base/charset.exp
6364 * gdb.base/checkpoint.exp
6365 * gdb.base/comprdebug.exp
6366 * gdb.base/constvars.exp
6367 * gdb.base/coredump-filter.exp
6368 * gdb.base/cursal.exp
6369 * gdb.base/cvexpr.exp
6370 * gdb.base/detach.exp
6371 * gdb.base/display.exp
6372 * gdb.base/dmsym.exp
6373 * gdb.base/dprintf-pending.exp
6374 * gdb.base/dso2dso.exp
6375 * gdb.base/dtrace-probe.exp
6376 * gdb.base/dump.exp
6377 * gdb.base/enum_cond.exp
6378 * gdb.base/exe-lock.exp
6379 * gdb.base/exec-invalid-sysroot.exp
6380 * gdb.base/execl-update-breakpoints.exp
6381 * gdb.base/exprs.exp
6382 * gdb.base/fileio.exp
6383 * gdb.base/find.exp
6384 * gdb.base/finish.exp
6385 * gdb.base/fixsection.exp
6386 * gdb.base/foll-vfork.exp
6387 * gdb.base/frame-args.exp
6388 * gdb.base/gcore.exp
6389 * gdb.base/gdb1250.exp
6390 * gdb.base/global-var-nested-by-dso.exp
6391 * gdb.base/gnu-ifunc.exp
6392 * gdb.base/hashline1.exp
6393 * gdb.base/hashline2.exp
6394 * gdb.base/hashline3.exp
6395 * gdb.base/hbreak-in-shr-unsupported.exp
6396 * gdb.base/huge.exp
6397 * gdb.base/infcall-input.exp
6398 * gdb.base/info-fun.exp
6399 * gdb.base/info-shared.exp
6400 * gdb.base/jit-simple.exp
6401 * gdb.base/jit-so.exp
6402 * gdb.base/jit.exp
6403 * gdb.base/jump.exp
6404 * gdb.base/label.exp
6405 * gdb.base/lineinc.exp
6406 * gdb.base/logical.exp
6407 * gdb.base/longjmp.exp
6408 * gdb.base/macscp.exp
6409 * gdb.base/miscexprs.exp
6410 * gdb.base/new-ui-echo.exp
6411 * gdb.base/new-ui-pending-input.exp
6412 * gdb.base/new-ui.exp
6413 * gdb.base/nodebug.exp
6414 * gdb.base/nofield.exp
6415 * gdb.base/offsets.exp
6416 * gdb.base/overlays.exp
6417 * gdb.base/pending.exp
6418 * gdb.base/pointers.exp
6419 * gdb.base/pr11022.exp
6420 * gdb.base/printcmds.exp
6421 * gdb.base/prologue.exp
6422 * gdb.base/ptr-typedef.exp
6423 * gdb.base/realname-expand.exp
6424 * gdb.base/relativedebug.exp
6425 * gdb.base/relocate.exp
6426 * gdb.base/remote.exp
6427 * gdb.base/reread.exp
6428 * gdb.base/return2.exp
6429 * gdb.base/savedregs.exp
6430 * gdb.base/sep.exp
6431 * gdb.base/sepdebug.exp
6432 * gdb.base/sepsymtab.exp
6433 * gdb.base/set-inferior-tty.exp
6434 * gdb.base/setshow.exp
6435 * gdb.base/shlib-call.exp
6436 * gdb.base/sigaltstack.exp
6437 * gdb.base/siginfo-addr.exp
6438 * gdb.base/signals.exp
6439 * gdb.base/signull.exp
6440 * gdb.base/sigrepeat.exp
6441 * gdb.base/so-impl-ld.exp
6442 * gdb.base/solib-display.exp
6443 * gdb.base/solib-overlap.exp
6444 * gdb.base/solib-search.exp
6445 * gdb.base/solib-symbol.exp
6446 * gdb.base/structs.exp
6447 * gdb.base/structs2.exp
6448 * gdb.base/symtab-search-order.exp
6449 * gdb.base/twice.exp
6450 * gdb.base/unload.exp
6451 * gdb.base/varargs.exp
6452 * gdb.base/watchpoint-solib.exp
6453 * gdb.base/watchpoint.exp
6454 * gdb.base/whatis.exp
6455 * gdb.base/wrong_frame_bt_full.exp
6456 * gdb.btrace/dlopen.exp
6457 * gdb.cell/ea-standalone.exp
6458 * gdb.cell/ea-test.exp
6459 * gdb.cp/dispcxx.exp
6460 * gdb.cp/gdb2384.exp
6461 * gdb.cp/method2.exp
6462 * gdb.cp/nextoverthrow.exp
6463 * gdb.cp/pr10728.exp
6464 * gdb.disasm/am33.exp
6465 * gdb.disasm/h8300s.exp
6466 * gdb.disasm/mn10300.exp
6467 * gdb.disasm/sh3.exp
6468 * gdb.dwarf2/dw2-dir-file-name.exp
6469 * gdb.fortran/complex.exp
6470 * gdb.fortran/library-module.exp
6471 * gdb.guile/scm-pretty-print.exp
6472 * gdb.guile/scm-symbol.exp
6473 * gdb.guile/scm-type.exp
6474 * gdb.guile/scm-value.exp
6475 * gdb.linespec/linespec.exp
6476 * gdb.mi/gdb701.exp
6477 * gdb.mi/gdb792.exp
6478 * gdb.mi/mi-breakpoint-changed.exp
6479 * gdb.mi/mi-dprintf-pending.exp
6480 * gdb.mi/mi-dprintf.exp
6481 * gdb.mi/mi-exit-code.exp
6482 * gdb.mi/mi-pending.exp
6483 * gdb.mi/mi-solib.exp
6484 * gdb.mi/new-ui-mi-sync.exp
6485 * gdb.mi/pr11022.exp
6486 * gdb.mi/user-selected-context-sync.exp
6487 * gdb.opt/solib-intra-step.exp
6488 * gdb.python/py-events.exp
6489 * gdb.python/py-finish-breakpoint.exp
6490 * gdb.python/py-mi.exp
6491 * gdb.python/py-prettyprint.exp
6492 * gdb.python/py-shared.exp
6493 * gdb.python/py-symbol.exp
6494 * gdb.python/py-template.exp
6495 * gdb.python/py-type.exp
6496 * gdb.python/py-value.exp
6497 * gdb.reverse/solib-precsave.exp
6498 * gdb.reverse/solib-reverse.exp
6499 * gdb.server/solib-list.exp
6500 * gdb.stabs/weird.exp
6501 * gdb.threads/reconnect-signal.exp
6502 * gdb.threads/stepi-random-signal.exp
6503 * gdb.trace/actions.exp
6504 * gdb.trace/ax.exp
6505 * gdb.trace/backtrace.exp
6506 * gdb.trace/change-loc.exp
6507 * gdb.trace/deltrace.exp
6508 * gdb.trace/ftrace-lock.exp
6509 * gdb.trace/ftrace.exp
6510 * gdb.trace/infotrace.exp
6511 * gdb.trace/mi-tracepoint-changed.exp
6512 * gdb.trace/packetlen.exp
6513 * gdb.trace/passcount.exp
6514 * gdb.trace/pending.exp
6515 * gdb.trace/range-stepping.exp
6516 * gdb.trace/report.exp
6517 * gdb.trace/stap-trace.exp
6518 * gdb.trace/tfind.exp
6519 * gdb.trace/trace-break.exp
6520 * gdb.trace/trace-condition.exp
6521 * gdb.trace/trace-enable-disable.exp
6522 * gdb.trace/trace-mt.exp
6523 * gdb.trace/tracecmd.exp
6524 * gdb.trace/tspeed.exp
6525 * gdb.trace/tsv.exp
6526 * lib/perftest.exp
6527
fb9feb35
LM
65282016-12-01 Luis Machado <lgustavo@codesourcery.com>
6529
6530 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6531 with gdb_test_no_output.
6532 Use command as test name.
6533
cd2ddb6c
LM
65342016-12-01 Luis Machado <lgustavo@codesourcery.com>
6535
6536 Fix test names starting with uppercase throughout the files.
6537
6538 * gdb.ada/assign_1.exp
6539 * gdb.ada/boolean_expr.exp
6540 * gdb.base/arrayidx.exp
6541 * gdb.base/del.exp
6542 * gdb.base/gcore-buffer-overflow.exp
6543 * gdb.base/testenv.exp
6544 * gdb.compile/compile.exp
6545 * gdb.python/py-framefilter-invalidarg.exp
6546 * gdb.python/py-framefilter.exp
6547
bb95117e
LM
65482016-12-01 Luis Machado <lgustavo@codesourcery.com>
6549
6550 Fix test names starting with uppercase throughout the files.
6551
6552 * gdb.ada/array_return.exp
6553 * gdb.ada/expr_delims.exp
6554 * gdb.ada/mi_dyn_arr.exp
6555 * gdb.ada/mi_interface.exp
6556 * gdb.ada/mi_var_array.exp
6557 * gdb.ada/watch_arg.exp
6558 * gdb.arch/alpha-step.exp
6559 * gdb.arch/altivec-regs.exp
6560 * gdb.arch/e500-regs.exp
6561 * gdb.arch/powerpc-d128-regs.exp
6562 * gdb.base/arrayidx.exp
6563 * gdb.base/break.exp
6564 * gdb.base/checkpoint.exp
6565 * gdb.base/debug-expr.exp
6566 * gdb.base/dmsym.exp
6567 * gdb.base/radix.exp
6568 * gdb.base/sepdebug.exp
6569 * gdb.base/testenv.exp
6570 * gdb.base/watch_thread_num.exp
6571 * gdb.base/watchpoint-cond-gone.exp
6572 * gdb.cell/break.exp
6573 * gdb.cell/ea-cache.exp
6574 * gdb.compile/compile.exp
6575 * gdb.cp/gdb2495.exp
6576 * gdb.gdb/selftest.exp
6577 * gdb.gdb/xfullpath.exp
6578 * gdb.go/hello.exp
6579 * gdb.go/integers.exp
6580 * gdb.objc/basicclass.exp
6581 * gdb.pascal/hello.exp
6582 * gdb.pascal/integers.exp
6583 * gdb.python/py-breakpoint.exp
6584 * gdb.python/py-cmd.exp
6585 * gdb.python/py-linetable.exp
6586 * gdb.python/py-xmethods.exp
6587 * gdb.python/python.exp
6588 * gdb.reverse/consecutive-precsave.exp
6589 * gdb.reverse/finish-precsave.exp
6590 * gdb.reverse/i386-precsave.exp
6591 * gdb.reverse/machinestate-precsave.exp
6592 * gdb.reverse/sigall-precsave.exp
6593 * gdb.reverse/solib-precsave.exp
6594 * gdb.reverse/step-precsave.exp
6595 * gdb.reverse/until-precsave.exp
6596 * gdb.reverse/watch-precsave.exp
6597 * gdb.threads/leader-exit.exp
6598 * gdb.threads/pthreads.exp
6599 * gdb.threads/wp-replication.exp
6600 * gdb.trace/actions.exp
6601 * gdb.trace/mi-tsv-changed.exp
6602 * gdb.trace/tsv.exp
6603
de97fdd4
LM
66042016-12-01 Luis Machado <lgustavo@codesourcery.com>
6605
6606 Fix test names starting with uppercase throughout the files.
6607
6608 * gdb.arch/i386-bp_permanent.exp
6609 * gdb.arch/i386-gnu-cfi.exp
6610 * gdb.base/disasm-end-cu.exp
6611 * gdb.base/macscp.exp
6612 * gdb.base/pending.exp
6613 * gdb.base/watch_thread_num.exp
6614 * gdb.cp/exception.exp
6615 * gdb.cp/gdb2495.exp
6616 * gdb.cp/local.exp
6617 * gdb.python/py-evsignal.exp
6618 * gdb.python/python.exp
6619 * gdb.trace/tracecmd.exp
6620
9f058c10
LM
66212016-12-01 Luis Machado <lgustavo@codesourcery.com>
6622
6623 Fix test names starting with uppercase throughout the files.
6624
6625 * gdb.base/charset.exp
6626 * gdb.base/eval.exp
6627 * gdb.base/multi-forks.exp
6628 * gdb.guile/scm-progspace.exp
6629 * gdb.opencl/datatypes.exp
6630 * gdb.python/py-block.exp
6631 * gdb.python/py-function.exp
6632 * gdb.python/py-symbol.exp
6633 * gdb.python/py-symtab.exp
6634 * gdb.python/py-xmethods.exp
6635 * gdb.reverse/break-precsave.exp
6636 * gdb.reverse/break-reverse.exp
6637 * gdb.reverse/consecutive-precsave.exp
6638 * gdb.reverse/consecutive-reverse.exp
6639 * gdb.reverse/finish-precsave.exp
6640 * gdb.reverse/finish-reverse-bkpt.exp
6641 * gdb.reverse/finish-reverse.exp
6642 * gdb.reverse/fstatat-reverse.exp
6643 * gdb.reverse/getresuid-reverse.exp
6644 * gdb.reverse/i386-precsave.exp
6645 * gdb.reverse/i386-reverse.exp
6646 * gdb.reverse/i386-sse-reverse.exp
6647 * gdb.reverse/i387-stack-reverse.exp
6648 * gdb.reverse/insn-reverse.exp
6649 * gdb.reverse/machinestate-precsave.exp
6650 * gdb.reverse/machinestate.exp
6651 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6652 * gdb.reverse/pipe-reverse.exp
6653 * gdb.reverse/readv-reverse.exp
6654 * gdb.reverse/recvmsg-reverse.exp
6655 * gdb.reverse/rerun-prec.exp
6656 * gdb.reverse/s390-mvcle.exp
6657 * gdb.reverse/sigall-precsave.exp
6658 * gdb.reverse/sigall-reverse.exp
6659 * gdb.reverse/solib-precsave.exp
6660 * gdb.reverse/solib-reverse.exp
6661 * gdb.reverse/step-precsave.exp
6662 * gdb.reverse/step-reverse.exp
6663 * gdb.reverse/time-reverse.exp
6664 * gdb.reverse/until-precsave.exp
6665 * gdb.reverse/until-reverse.exp
6666 * gdb.reverse/waitpid-reverse.exp
6667 * gdb.reverse/watch-precsave.exp
6668 * gdb.reverse/watch-reverse.exp
6669
cdc7edd7
LM
66702016-12-01 Luis Machado <lgustavo@codesourcery.com>
6671
6672 Fix test names starting with uppercase throughout the files.
6673
6674 * gdb.arch/i386-mpx-simple_segv.exp
6675 * gdb.arch/i386-mpx.exp
6676 * gdb.arch/i386-permbkpt.exp
6677 * gdb.arch/pa-nullify.exp
6678 * gdb.arch/powerpc-d128-regs.exp
6679 * gdb.arch/vsx-regs.exp
6680 * gdb.base/bfp-test.exp
6681 * gdb.base/break.exp
6682 * gdb.base/breakpoint-shadow.exp
6683 * gdb.base/callfuncs.exp
6684 * gdb.base/charset.exp
6685 * gdb.base/commands.exp
6686 * gdb.base/completion.exp
6687 * gdb.base/dfp-test.exp
6688 * gdb.base/echo.exp
6689 * gdb.base/ending-run.exp
6690 * gdb.base/eval.exp
6691 * gdb.base/expand-psymtabs.exp
6692 * gdb.base/float128.exp
6693 * gdb.base/floatn.exp
6694 * gdb.base/foll-exec-mode.exp
6695 * gdb.base/gdb1056.exp
6696 * gdb.base/gdb11531.exp
6697 * gdb.base/kill-after-signal.exp
6698 * gdb.base/multi-forks.exp
6699 * gdb.base/overlays.exp
6700 * gdb.base/pending.exp
6701 * gdb.base/sepdebug.exp
6702 * gdb.base/testenv.exp
6703 * gdb.base/valgrind-db-attach.exp
6704 * gdb.base/watch_thread_num.exp
6705 * gdb.base/watchpoint-cond-gone.exp
6706 * gdb.base/watchpoint.exp
6707 * gdb.base/watchpoints.exp
6708 * gdb.cp/arg-reference.exp
6709 * gdb.cp/baseenum.exp
6710 * gdb.cp/operator.exp
6711 * gdb.cp/shadow.exp
6712 * gdb.dwarf2/dw2-op-out-param.exp
6713 * gdb.dwarf2/dw2-reg-undefined.exp
6714 * gdb.go/chan.exp
6715 * gdb.go/hello.exp
6716 * gdb.go/integers.exp
6717 * gdb.go/methods.exp
6718 * gdb.go/package.exp
6719 * gdb.guile/scm-parameter.exp
6720 * gdb.guile/scm-progspace.exp
6721 * gdb.guile/scm-value.exp
6722 * gdb.mi/mi-pending.exp
6723 * gdb.mi/user-selected-context-sync.exp
6724 * gdb.multi/multi-attach.exp
6725 * gdb.multi/tids.exp
6726 * gdb.opt/clobbered-registers-O2.exp
6727 * gdb.pascal/floats.exp
6728 * gdb.pascal/integers.exp
6729 * gdb.python/py-block.exp
6730 * gdb.python/py-events.exp
6731 * gdb.python/py-parameter.exp
6732 * gdb.python/py-symbol.exp
6733 * gdb.python/py-symtab.exp
6734 * gdb.python/py-type.exp
6735 * gdb.python/py-value.exp
6736 * gdb.python/py-xmethods.exp
6737 * gdb.python/python.exp
6738 * gdb.reverse/break-precsave.exp
6739 * gdb.reverse/consecutive-precsave.exp
6740 * gdb.reverse/finish-precsave.exp
6741 * gdb.reverse/i386-precsave.exp
6742 * gdb.reverse/machinestate-precsave.exp
6743 * gdb.reverse/sigall-precsave.exp
6744 * gdb.reverse/solib-precsave.exp
6745 * gdb.reverse/step-precsave.exp
6746 * gdb.reverse/until-precsave.exp
6747 * gdb.reverse/watch-precsave.exp
6748 * gdb.server/ext-attach.exp
6749 * gdb.server/ext-restart.exp
6750 * gdb.server/ext-run.exp
6751 * gdb.server/ext-wrapper.exp
6752 * gdb.stabs/gdb11479.exp
6753 * gdb.stabs/weird.exp
6754 * gdb.threads/attach-many-short-lived-threads.exp
6755 * gdb.threads/kill.exp
6756 * gdb.threads/watchpoint-fork.exp
6757
bc6c7af4
LM
67582016-12-01 Luis Machado <lgustavo@codesourcery.com>
6759
6760 Fix test names starting with uppercase throughout all the files below.
6761
6762 * gdb.ada/array_return.exp
6763 * gdb.ada/catch_ex.exp
6764 * gdb.ada/info_exc.exp
6765 * gdb.ada/mi_catch_ex.exp
6766 * gdb.ada/mi_dyn_arr.exp
6767 * gdb.ada/mi_ex_cond.exp
6768 * gdb.ada/mi_exc_info.exp
6769 * gdb.ada/mi_interface.exp
6770 * gdb.ada/mi_task_arg.exp
6771 * gdb.ada/mi_task_info.exp
6772 * gdb.ada/mi_var_array.exp
6773 * gdb.arch/alpha-step.exp
6774 * gdb.arch/amd64-disp-step.exp
6775 * gdb.arch/arm-disp-step.exp
6776 * gdb.arch/disp-step-insn-reloc.exp
6777 * gdb.arch/e500-prologue.exp
6778 * gdb.arch/ftrace-insn-reloc.exp
6779 * gdb.arch/gdb1558.exp
6780 * gdb.arch/i386-bp_permanent.exp
6781 * gdb.arch/i386-disp-step.exp
6782 * gdb.arch/i386-float.exp
6783 * gdb.arch/i386-gnu-cfi.exp
6784 * gdb.arch/ia64-breakpoint-shadow.exp
6785 * gdb.arch/mips16-thunks.exp
6786 * gdb.arch/pa-nullify.exp
6787 * gdb.arch/powerpc-aix-prologue.exp
6788 * gdb.arch/powerpc-power.exp
6789 * gdb.arch/ppc-dfp.exp
6790 * gdb.arch/s390-tdbregs.exp
6791 * gdb.arch/spu-info.exp
6792 * gdb.arch/spu-ls.exp
6793 * gdb.arch/thumb-bx-pc.exp
6794 * gdb.base/advance.exp
6795 * gdb.base/annota-input-while-running.exp
6796 * gdb.base/arrayidx.exp
6797 * gdb.base/asmlabel.exp
6798 * gdb.base/async.exp
6799 * gdb.base/attach-wait-input.exp
6800 * gdb.base/auto-connect-native-target.exp
6801 * gdb.base/batch-preserve-term-settings.exp
6802 * gdb.base/bfp-test.exp
6803 * gdb.base/bigcore.exp
6804 * gdb.base/bp-permanent.exp
6805 * gdb.base/break-always.exp
6806 * gdb.base/break-fun-addr.exp
6807 * gdb.base/break-idempotent.exp
6808 * gdb.base/break-main-file-remove-fail.exp
6809 * gdb.base/break-probes.exp
6810 * gdb.base/break-unload-file.exp
6811 * gdb.base/break.exp
6812 * gdb.base/call-ar-st.exp
6813 * gdb.base/call-rt-st.exp
6814 * gdb.base/call-sc.exp
6815 * gdb.base/call-signal-resume.exp
6816 * gdb.base/call-strs.exp
6817 * gdb.base/callexit.exp
6818 * gdb.base/callfuncs.exp
6819 * gdb.base/catch-gdb-caused-signals.exp
6820 * gdb.base/catch-signal-siginfo-cond.exp
6821 * gdb.base/catch-syscall.exp
6822 * gdb.base/compare-sections.exp
6823 * gdb.base/cond-eval-mode.exp
6824 * gdb.base/condbreak-call-false.exp
6825 * gdb.base/consecutive-step-over.exp
6826 * gdb.base/cursal.exp
6827 * gdb.base/disabled-location.exp
6828 * gdb.base/disasm-end-cu.exp
6829 * gdb.base/display.exp
6830 * gdb.base/double-prompt-target-event-error.exp
6831 * gdb.base/dprintf-bp-same-addr.exp
6832 * gdb.base/dprintf-detach.exp
6833 * gdb.base/dprintf-next.exp
6834 * gdb.base/dprintf-non-stop.exp
6835 * gdb.base/dprintf-pending.exp
6836 * gdb.base/dso2dso.exp
6837 * gdb.base/ending-run.exp
6838 * gdb.base/enum_cond.exp
6839 * gdb.base/examine-backward.exp
6840 * gdb.base/exe-lock.exp
6841 * gdb.base/exec-invalid-sysroot.exp
6842 * gdb.base/execl-update-breakpoints.exp
6843 * gdb.base/execution-termios.exp
6844 * gdb.base/fileio.exp
6845 * gdb.base/fixsection.exp
6846 * gdb.base/foll-exec-mode.exp
6847 * gdb.base/foll-exec.exp
6848 * gdb.base/fork-running-state.exp
6849 * gdb.base/frame-args.exp
6850 * gdb.base/fullpath-expand.exp
6851 * gdb.base/func-ptr.exp
6852 * gdb.base/gcore-relro-pie.exp
6853 * gdb.base/gdb1090.exp
6854 * gdb.base/gdb1555.exp
6855 * gdb.base/global-var-nested-by-dso.exp
6856 * gdb.base/gnu-ifunc.exp
6857 * gdb.base/hbreak-in-shr-unsupported.exp
6858 * gdb.base/hbreak-unmapped.exp
6859 * gdb.base/hook-stop.exp
6860 * gdb.base/infcall-input.exp
6861 * gdb.base/info-fun.exp
6862 * gdb.base/info-shared.exp
6863 * gdb.base/interrupt-noterm.exp
6864 * gdb.base/jit-so.exp
6865 * gdb.base/jit.exp
6866 * gdb.base/line-symtabs.exp
6867 * gdb.base/list.exp
6868 * gdb.base/longjmp.exp
6869 * gdb.base/macscp.exp
6870 * gdb.base/max-value-size.exp
6871 * gdb.base/nodebug.exp
6872 * gdb.base/nofield.exp
6873 * gdb.base/overlays.exp
6874 * gdb.base/paginate-after-ctrl-c-running.exp
6875 * gdb.base/paginate-bg-execution.exp
6876 * gdb.base/paginate-inferior-exit.exp
6877 * gdb.base/pending.exp
6878 * gdb.base/pr11022.exp
6879 * gdb.base/printcmds.exp
6880 * gdb.base/ptr-typedef.exp
6881 * gdb.base/ptype.exp
6882 * gdb.base/randomize.exp
6883 * gdb.base/range-stepping.exp
6884 * gdb.base/realname-expand.exp
6885 * gdb.base/relativedebug.exp
6886 * gdb.base/remote.exp
6887 * gdb.base/savedregs.exp
6888 * gdb.base/sepdebug.exp
6889 * gdb.base/set-noassign.exp
6890 * gdb.base/shlib-call.exp
6891 * gdb.base/shreloc.exp
6892 * gdb.base/sigaltstack.exp
6893 * gdb.base/sigbpt.exp
6894 * gdb.base/siginfo-addr.exp
6895 * gdb.base/siginfo-obj.exp
6896 * gdb.base/siginfo-thread.exp
6897 * gdb.base/signest.exp
6898 * gdb.base/signull.exp
6899 * gdb.base/sigrepeat.exp
6900 * gdb.base/skip.exp
6901 * gdb.base/so-impl-ld.exp
6902 * gdb.base/solib-corrupted.exp
6903 * gdb.base/solib-disc.exp
6904 * gdb.base/solib-display.exp
6905 * gdb.base/solib-overlap.exp
6906 * gdb.base/solib-search.exp
6907 * gdb.base/solib-symbol.exp
6908 * gdb.base/source-execution.exp
6909 * gdb.base/sss-bp-on-user-bp-2.exp
6910 * gdb.base/sss-bp-on-user-bp.exp
6911 * gdb.base/stack-checking.exp
6912 * gdb.base/stale-infcall.exp
6913 * gdb.base/step-break.exp
6914 * gdb.base/step-line.exp
6915 * gdb.base/step-over-exit.exp
6916 * gdb.base/step-test.exp
6917 * gdb.base/structs.exp
6918 * gdb.base/sym-file.exp
6919 * gdb.base/symtab-search-order.exp
6920 * gdb.base/term.exp
6921 * gdb.base/type-opaque.exp
6922 * gdb.base/unload.exp
6923 * gdb.base/until-nodebug.exp
6924 * gdb.base/until.exp
6925 * gdb.base/unwindonsignal.exp
6926 * gdb.base/watch-cond.exp
6927 * gdb.base/watch-non-mem.exp
6928 * gdb.base/watch_thread_num.exp
6929 * gdb.base/watchpoint-reuse-slot.exp
6930 * gdb.base/watchpoint-solib.exp
6931 * gdb.base/watchpoint.exp
6932 * gdb.btrace/dlopen.exp
6933 * gdb.cell/arch.exp
6934 * gdb.cell/break.exp
6935 * gdb.cell/bt.exp
6936 * gdb.cell/core.exp
6937 * gdb.cell/data.exp
6938 * gdb.cell/dwarfaddr.exp
6939 * gdb.cell/ea-cache.exp
6940 * gdb.cell/ea-standalone.exp
6941 * gdb.cell/ea-test.exp
6942 * gdb.cell/f-regs.exp
6943 * gdb.cell/fork.exp
6944 * gdb.cell/gcore.exp
6945 * gdb.cell/mem-access.exp
6946 * gdb.cell/ptype.exp
6947 * gdb.cell/registers.exp
6948 * gdb.cell/sizeof.exp
6949 * gdb.cell/solib-symbol.exp
6950 * gdb.cell/solib.exp
6951 * gdb.compile/compile-tls.exp
6952 * gdb.cp/exception.exp
6953 * gdb.cp/gdb2495.exp
6954 * gdb.cp/local.exp
6955 * gdb.cp/mb-inline.exp
6956 * gdb.cp/mb-templates.exp
6957 * gdb.cp/pr10687.exp
6958 * gdb.cp/pr9167.exp
6959 * gdb.cp/scope-err.exp
6960 * gdb.cp/templates.exp
6961 * gdb.cp/virtfunc.exp
6962 * gdb.dwarf2/dw2-dir-file-name.exp
6963 * gdb.dwarf2/dw2-single-line-discriminators.exp
6964 * gdb.fortran/complex.exp
6965 * gdb.fortran/library-module.exp
6966 * gdb.guile/guile.exp
6967 * gdb.guile/scm-cmd.exp
6968 * gdb.guile/scm-frame-inline.exp
6969 * gdb.guile/scm-objfile.exp
6970 * gdb.guile/scm-pretty-print.exp
6971 * gdb.guile/scm-symbol.exp
6972 * gdb.guile/scm-type.exp
6973 * gdb.guile/scm-value.exp
6974 * gdb.linespec/keywords.exp
6975 * gdb.linespec/ls-errs.exp
6976 * gdb.linespec/macro-relative.exp
6977 * gdb.linespec/thread.exp
6978 * gdb.mi/mi-breakpoint-changed.exp
6979 * gdb.mi/mi-dprintf-pending.exp
6980 * gdb.mi/mi-fullname-deleted.exp
6981 * gdb.mi/mi-logging.exp
6982 * gdb.mi/mi-pending.exp
6983 * gdb.mi/mi-solib.exp
6984 * gdb.mi/new-ui-mi-sync.exp
6985 * gdb.mi/user-selected-context-sync.exp
6986 * gdb.multi/dummy-frame-restore.exp
6987 * gdb.multi/multi-arch-exec.exp
6988 * gdb.multi/remove-inferiors.exp
6989 * gdb.multi/watchpoint-multi-exit.exp
6990 * gdb.opt/solib-intra-step.exp
6991 * gdb.perf/backtrace.exp
6992 * gdb.perf/single-step.exp
6993 * gdb.perf/skip-command.exp
6994 * gdb.perf/skip-prologue.exp
6995 * gdb.perf/solib.exp
6996 * gdb.python/lib-types.exp
6997 * gdb.python/py-as-string.exp
6998 * gdb.python/py-bad-printers.exp
6999 * gdb.python/py-block.exp
7000 * gdb.python/py-breakpoint.exp
7001 * gdb.python/py-cmd.exp
7002 * gdb.python/py-events.exp
7003 * gdb.python/py-evthreads.exp
7004 * gdb.python/py-finish-breakpoint.exp
7005 * gdb.python/py-finish-breakpoint2.exp
7006 * gdb.python/py-frame-inline.exp
7007 * gdb.python/py-frame.exp
7008 * gdb.python/py-inferior.exp
7009 * gdb.python/py-infthread.exp
7010 * gdb.python/py-mi.exp
7011 * gdb.python/py-objfile.exp
7012 * gdb.python/py-pp-maint.exp
7013 * gdb.python/py-pp-registration.exp
7014 * gdb.python/py-prettyprint.exp
7015 * gdb.python/py-recurse-unwind.exp
7016 * gdb.python/py-shared.exp
7017 * gdb.python/py-symbol.exp
7018 * gdb.python/py-symtab.exp
7019 * gdb.python/py-template.exp
7020 * gdb.python/py-type.exp
7021 * gdb.python/py-unwind-maint.exp
7022 * gdb.python/py-unwind.exp
7023 * gdb.python/py-value.exp
7024 * gdb.python/python.exp
7025 * gdb.reverse/finish-reverse-bkpt.exp
7026 * gdb.reverse/insn-reverse.exp
7027 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7028 * gdb.reverse/solib-precsave.exp
7029 * gdb.reverse/solib-reverse.exp
7030 * gdb.stabs/gdb11479.exp
7031 * gdb.stabs/weird.exp
7032 * gdb.threads/fork-child-threads.exp
7033 * gdb.threads/fork-plus-threads.exp
7034 * gdb.threads/fork-thread-pending.exp
7035 * gdb.threads/forking-threads-plus-breakpoint.exp
7036 * gdb.threads/hand-call-in-threads.exp
7037 * gdb.threads/interrupted-hand-call.exp
7038 * gdb.threads/linux-dp.exp
7039 * gdb.threads/local-watch-wrong-thread.exp
7040 * gdb.threads/next-while-other-thread-longjmps.exp
7041 * gdb.threads/non-ldr-exit.exp
7042 * gdb.threads/pending-step.exp
7043 * gdb.threads/print-threads.exp
7044 * gdb.threads/process-dies-while-detaching.exp
7045 * gdb.threads/process-dies-while-handling-bp.exp
7046 * gdb.threads/pthreads.exp
7047 * gdb.threads/queue-signal.exp
7048 * gdb.threads/reconnect-signal.exp
7049 * gdb.threads/signal-command-handle-nopass.exp
7050 * gdb.threads/signal-command-multiple-signals-pending.exp
7051 * gdb.threads/signal-delivered-right-thread.exp
7052 * gdb.threads/signal-sigtrap.exp
7053 * gdb.threads/sigthread.exp
7054 * gdb.threads/staticthreads.exp
7055 * gdb.threads/stepi-random-signal.exp
7056 * gdb.threads/thread-unwindonsignal.exp
7057 * gdb.threads/thread_check.exp
7058 * gdb.threads/thread_events.exp
7059 * gdb.threads/tid-reuse.exp
7060 * gdb.threads/tls-nodebug.exp
7061 * gdb.threads/tls-shared.exp
7062 * gdb.threads/tls-so_extern.exp
7063 * gdb.threads/tls.exp
7064 * gdb.threads/wp-replication.exp
7065 * gdb.trace/actions-changed.exp
7066 * gdb.trace/actions.exp
7067 * gdb.trace/backtrace.exp
7068 * gdb.trace/change-loc.exp
7069 * gdb.trace/collection.exp
7070 * gdb.trace/deltrace.exp
7071 * gdb.trace/disconnected-tracing.exp
7072 * gdb.trace/entry-values.exp
7073 * gdb.trace/ftrace-lock.exp
7074 * gdb.trace/ftrace.exp
7075 * gdb.trace/infotrace.exp
7076 * gdb.trace/mi-trace-frame-collected.exp
7077 * gdb.trace/mi-trace-unavailable.exp
7078 * gdb.trace/mi-traceframe-changed.exp
7079 * gdb.trace/mi-tracepoint-changed.exp
7080 * gdb.trace/mi-tsv-changed.exp
7081 * gdb.trace/no-attach-trace.exp
7082 * gdb.trace/packetlen.exp
7083 * gdb.trace/passc-dyn.exp
7084 * gdb.trace/passcount.exp
7085 * gdb.trace/pending.exp
7086 * gdb.trace/pr16508.exp
7087 * gdb.trace/qtro.exp
7088 * gdb.trace/range-stepping.exp
7089 * gdb.trace/read-memory.exp
7090 * gdb.trace/report.exp
7091 * gdb.trace/save-trace.exp
7092 * gdb.trace/signal.exp
7093 * gdb.trace/stap-trace.exp
7094 * gdb.trace/status-stop.exp
7095 * gdb.trace/strace.exp
7096 * gdb.trace/tfile.exp
7097 * gdb.trace/tfind.exp
7098 * gdb.trace/trace-break.exp
7099 * gdb.trace/trace-condition.exp
7100 * gdb.trace/trace-enable-disable.exp
7101 * gdb.trace/trace-mt.exp
7102 * gdb.trace/tracecmd.exp
7103 * gdb.trace/tracefile-pseudo-reg.exp
7104 * gdb.trace/tspeed.exp
7105 * gdb.trace/tstatus.exp
7106 * gdb.trace/tsv.exp
7107 * gdb.trace/unavailable.exp
7108 * gdb.trace/while-dyn.exp
7109 * gdb.trace/while-stepping.exp
7110 * lib/gdb-guile.exp
7111 * lib/gdb.exp
7112 * lib/mi-support.exp
7113 * lib/pascal.exp
7114 * lib/perftest.exp
7115 * lib/prelink-support.exp
7116 * lib/selftest-support.exp
7117
ad02e4fe
SM
71182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7119
7120 * Makefile.in: Include disable-implicit-rules.mk.
7121
22347e55
AA
71222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7123
7124 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7125 non-byte-aligned bit fields.
7126
da5b30da
AA
71272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7128
7129 PR gdb/12616
7130 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7131 respects the DW_AT_data_bit_offset attribute.
7132
b593ecca
SM
71332016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7134
7135 * gdb.base/default.exp: Fix output of "set language".
7136
3b165252
SM
71372016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7138
7139 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7140 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7141 make.
7142 * configure.ac: Remove checks for the make program.
7143 * configure: Re-generate.
7144
1a2f3d7f
KB
71452016-11-16 Kevin Buettner <kevinb@redhat.com>
7146
7147 * gdb.python/py-recurse-unwind.c (main): Add loop.
7148 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7149 to read_register() and gdb.parse_and_eval(). Make each code
7150 call a separate case that can be individually tested.
7151 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7152 proc. Call cont_and_backtrace for each of the code paths that
7153 we want to test in the unwinder.
7154
b7f38fda
AA
71552016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7156
7157 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7158 the definition of struct S.
7159
1f8db343
CM
71602016-11-11 Catherine Moore <clm@codesourcery.com>
7161
7162 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7163
fad0c9fb
PA
71642016-11-09 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/commands.exp (runto_or_return): New procedure.
7167 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7168 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7169 (progvar_simple_while_test, progvar_complex_if_while_test)
7170 (if_while_breakpoint_command_test)
7171 (infrun_breakpoint_command_test, breakpoint_command_test)
7172 (user_defined_command_test, watchpoint_command_test)
7173 (test_command_prompt_position, redefine_hook_test)
7174 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7175 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7176 multi_line_input and multi_line. Remove gdb_expect and
7177 gdb_stop_suppressing_tests uses.
7178 * lib/gdb.exp (valnum_re): New global.
7179 (multi_line_input): New procedure.
7180
8354c62c
SM
71812016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7182
7183 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7184 Remove.
7185 (test_setup): Define with proc_with_prefix.
7186 (test_cli_inferior): Likewise.
7187 (test_cli_thread): Likewise.
7188 (test_cli_frame): Likewise.
7189 (test_cli_select_frame): Likewise.
7190 (test_cli_up_down): Likewise.
7191 (test_mi_thread_select): Likewise.
7192 (test_mi_stack_select_frame): Likewise.
7193 (test_cli_in_mi_inferior): Likewise.
7194 (test_cli_in_mi_thread): Likewise.
7195 (test_cli_in_mi_frame): Likewise.
7196 (top level): Do not use with_test_prefix_procname.
7197
64f367a2
PA
71982016-11-09 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.base/commands.exp (gdbvar_simple_if_test)
7201 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7202 (progvar_simple_if_test, progvar_simple_while_test)
7203 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7204 (infrun_breakpoint_command_test, breakpoint_command_test)
7205 (user_defined_command_test, watchpoint_command_test)
7206 (test_command_prompt_position, deprecated_command_test)
7207 (bp_deleted_in_command, temporary_breakpoint_commands)
7208 (stray_arg0_test, source_file_with_indented_comment)
7209 (recursive_source_test, if_commands_test)
7210 (error_clears_commands_left, redefine_hook_test)
7211 (redefine_backtrace_test): Use proc_with_prefix.
7212 * lib/gdb.exp (proc_with_prefix): New proc.
7213
0bb65f1e
AA
72142016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7215
7216 * gdb.base/tui-layout.c: New file.
7217 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7218 disassembly window contains very long lines.
7219
7353f247
TT
72202016-11-08 Tom Tromey <tom@tromey.com>
7221
7222 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7223 depend on Python 2.
7224
30a7bb83
TT
72252016-11-08 Tom Tromey <tom@tromey.com>
7226
7227 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7228 New method.
7229
cdf5a07c
MG
72302016-10-29 Manish Goregaokar <manish@mozilla.com>
7231
2806dc7e 7232 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7233
51a789c3
MG
72342016-10-27 Manish Goregaokar <manish@mozilla.com>
7235
2806dc7e
PA
7236 * gdb.rust/simple.rs: Add test for univariant enums without
7237 discriminants and for encoded struct-like enums.
51a789c3 7238
f610ab6d
PA
72392016-10-28 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7242 gdb_test_multiple, tighten regexps and match symtabs and line
7243 tables incrementally.
7244
b129b0ca
LM
72452016-10-28 Luis Machado <lgustavo@codesourcery.com>
7246
7247 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7248 general.
7249
ecf45d2c
SL
72502016-10-25 Luis Machado <lgustavo@codesourcery.com>
7251
7252 * gdb.base/exec-invalid-sysroot.exp: New file.
7253
b8d38ee4
JK
72542016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7257
f90fd8c2
JK
72582016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7259
7260 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7261
2d2476aa
MR
72622016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7263
2806dc7e
PA
7264 * gdb.base/killed-outside.exp: Remove $options from a call to
7265 `prepare_for_testing'.
2d2476aa 7266
e42b25a0
SM
72672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7268
7269 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7270 Change test message.
7271
3ccdb432
SM
72722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7273
7274 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7275 Update comment.
7276
5bad3170
SM
72772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7278
7279 * gdb.trace/mi-trace-save.exp: New file.
7280
5ad9dba7
YQ
72812016-10-13 Yao Qi <yao.qi@linaro.org>
7282
7283 * gdb.base/code_elim.exp (get_var_address): Remove.
7284 * gdb.base/relocate.exp: Likewise.
7285 * gdb.base/shreloc.exp: Likewise.
7286 * lib/gdb.exp (get_var_address): New.
7287
62df7e21
YQ
72882016-10-13 Yao Qi <yao.qi@linaro.org>
7289
7290 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7291 floating point tests if $skip_float_test is false.
7292
4dac951e
LM
72932016-10-12 Luis Machado <lgustavo@codesourcery.com>
7294
7295 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7296 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7297 argc values.
7298 Add 1 to argc so we guarantee distinct initial/modified argc values.
7299
8f1a8fc4
JK
73002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7303
16c85b5d
JK
73042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7307 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7308 * gdb.arch/vsx-regs.exp: Likewise.
7309
1d0e042a
YQ
73102016-10-07 Yao Qi <yao.qi@linaro.org>
7311
7312 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7313
68dadef5
MM
73142016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7315
7316 * gdb.python/python.exp: Test decode_line("*0").
7317
33fa2c6e
DE
73182016-10-06 Doug Evans <dje@google.com>
7319
7320 * gdb.python/py-value.exp (test_value_creation): Add test for large
7321 unsigned 64-bit value.
7322
9c37b5ae
TT
73232016-10-06 Tom Tromey <tom@tromey.com>
7324
7325 * gdb.compile/compile.exp: Change java tests to rust.
7326 * gdb.base/setshow.exp: Change java tests to rust.
7327 * gdb.base/default.exp: Remove java from language list.
7328 * README (Examples): Update language example.
7329 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7330 test.
7331 * lib/gdb.exp (skip_java_tests): Remove.
7332 * lib/java.exp: Remove.
7333 * gdb.java: Remove.
7334
78b86327
MR
73352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7336
7337 * gdb.arch/mips-fcr.exp: New test.
7338 * gdb.arch/mips-fcr.c: Source for the new test.
7339
7470adbb
MR
73402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7341
7342 * gdb.base/solib-disc.exp: Use `standard_output_file'
7343 throughout.
7344
4a556533
PA
73452016-10-06 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.base/jit-simple-dl.c: New file.
7348 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7349 * gdb.base/jit-simple.c: ... this.
7350 * gdb.base/jit-simple.exp (jit_run): Delete.
7351 (build_jit): New proc.
7352 (jit_test_reread): Recompile either the main program or the shared
7353 library, depending on what is being tested. Skip changing address
7354 if caller wants to. Compare before/after addresses. If testing
7355 standalone, explicitly load the binary. Test "maint info
7356 breakpoints".
7357 (top level): Add "standalone vs shared lib" and "change address"
7358 vs "same address" axes.
7359
5a122fbc
PA
73602016-10-06 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7363 call.
7364 (jit_run): Delete.
7365 (jit_test_reread): Use with_test_prefix. Reload the main binary
7366 explicitly. Compare the before/after addresses of the JIT
7367 descriptor.
7368
ee8da4b8
DE
73692016-08-15 Doug Evans <dje@google.com>
7370
7371 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7372 for single bitfields is bool.
7373 * gdb.xml/tdesc-regs.exp: Ditto.
7374
f389f6fe
JK
73752016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7376
7377 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7378
fdebf1a4
YQ
73792016-10-05 Yao Qi <yao.qi@linaro.org>
7380
7381 * lib/gdb.exp (support_complex_tests): Return zero if
7382 gdb_skip_float_test return true.
7383
9c36d954 73842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7385 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7386
7387 PR gdb/20487
7388 * gdb.mi/user-selected-context-sync.exp: New file.
7389 * gdb.mi/user-selected-context-sync.c: New file.
7390
4034d0ff 73912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7392 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7393
7394 PR gdb/20487
7395 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7396 =thread-select-event check.
7397
a4297203
PB
73982016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7399
7400 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7401 the compulsory L operand changes.
7402 * gdb.arch/powerpc-power.s: Likewise.
7403
bb805577
JK
74042016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7405
7406 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7407 * gdb.base/jit-attach-pie.c: New file.
7408 * gdb.base/jit-attach-pie.exp: New file.
7409
6d61dee5
PA
74102016-09-28 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/infcall-input.c: New file.
7413 * gdb.base/infcall-input.exp: New file.
7414
f73842fc
YQ
74152016-09-22 Yao Qi <yao.qi@linaro.org>
7416
7417 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7418 (gdb_exit): Rename it to ...
7419 (gdbserver_gdb_exit): ... Close GDBserver.
7420 (gdb_exit): New proc, call gdbserver_gdb_exit.
7421 (mi_gdb_exit): Likewise.
7422
90681dab
YQ
74232016-09-22 Yao Qi <yao.qi@linaro.org>
7424
7425 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7426 path.
7427 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7428 Remove duplication.
7429
9c211fd8
YQ
74302016-09-22 Yao Qi <yao.qi@linaro.org>
7431
7432 * lib/gdbserver-support.exp: Check the existence of
7433 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7434
ad0a504f
AK
74352016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7436
7437 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7438
36cf1806
TT
74392016-09-21 Tom Tromey <tom@tromey.com>
7440
7441 PR gdb/20604:
7442 * gdb.base/quit.exp: New file.
7443
74172ecf
SM
74442016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7445
7446 * .gitignore: New file.
7447
3d0ec882
MR
74482016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7449
7450 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7451 throughout.
7452
8193adea
AA
74532016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7454
7455 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7456
d41a5c09
JK
74572016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.cp/casts.cc (decltype): Move it ...
7460 (main): ... with its call to ...
7461 * gdb.cp/casts03.cc: ... a new file.
7462 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7463
d2dfe700
JK
74642016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7467
e2a92b16
PB
74682016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7469
7470 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7471 and sync up the test with tests in gas/testsuite/gas/ppc.
7472 * gdb.arch/powerpc-power.exp: Likewise.
7473
49b4de64
JK
74742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7477
2c29df25
SDJ
74782016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7479 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7482 make m1's definition to be different from m2's. Use 'dummy' as an
7483 argument for probe 'two'.
7484
cc3c2846
JB
74852016-09-10 Jon Beniston <jon@beniston.com>
7486
7487 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7488 for sim target.
7489
e1b2624a
AA
74902016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7491
7492 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7493 variable declaration.
7494 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7495 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7496 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7497 received HWCAP as its argument.
7498
4295e285
PA
74992016-09-06 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.base/new-ui-pending-input.c: New file.
7502 * gdb.base/new-ui-pending-input.exp: New file.
7503 * gdb.exp (clear_gdb_spawn_id): New procedure.
7504 (with_spawn_id): Check whether gdb_spawn_id exists before
7505 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7506 on exit.
7507
00d5215e
UW
75082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7509
7510 * gdb.base/float128.c: New file.
7511 * gdb.base/float128.exp: Likewise.
7512 * gdb.base/floatn.c: Likewise.
7513 * gdb.base/floatn.exp: Likewise.
7514
a9ff5f12
UW
75152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7516
7517 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7518
f245535c
PA
75192016-09-05 Pedro Alves <palves@redhat.com>
7520
7521 PR backtrace/19927
7522 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7523 unwinders are immediately called as side effect of "source" or
7524 "disable unwinder" commands.
7525 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7526
ae9cf263
YQ
75272016-09-02 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7530 is true and $type is "float" or "double".
7531
27aba047
YQ
75322016-09-02 Yao Qi <yao.qi@linaro.org>
7533
7534 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7535 true.
7536 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7537 * gdb.base/call-rt-st.exp: Likewise.
7538 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7539 return value instead of gdb,skip_float_test.
7540 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7541 (do_function_calls): Use its return value instead of
7542 gdb,skip_float_test.
7543 * gdb.base/finish.exp: Likewise.
7544 * gdb.base/funcargs.exp: Likewise.
7545 * gdb.base/return.exp: Likewise.
7546 * gdb.base/return2.exp: Likewise.
7547 * gdb.base/varargs.exp: Likewise.
7548 * lib/gdb.exp (gdb_skip_float_test): Change it to
7549 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7550
5af962df
AA
75512016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7552
7553 * gdb.multi/tids.exp: Test "thread apply all".
7554
7fac6910
JK
75552016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 * gdb.base/default.exp (tty): Remove.
7558
bb1fe4ac
KB
75592016-08-24 Kevin Buettner <kevinb@redhat.com>
7560
2806dc7e
PA
7561 * gdb.python/py-recurse-unwind.c: New file.
7562 * gdb.python/py-recurse-unwind.py: New file.
7563 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7564
0a1ddfa6
SM
75652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7566
7567 * gdb.base/set-inferior-tty.exp: New file.
7568 * gdb.base/set-inferior-tty.c: New file.
7569
d9de1fe3
PA
75702016-08-23 Pedro Alves <palves@redhat.com>
7571
7572 PR gdb/20494
7573 * gdb.base/new-ui-echo.c: New file.
7574 * gdb.base/new-ui-echo.exp: New file.
7575
e9d9abd7
YQ
75762016-08-23 Yao Qi <yao.qi@linaro.org>
7577
7578 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7579 gdbserver_spawn.
7580 * gdb.server/connect-without-multi-process.exp (do_test):
7581 Likewise.
7582
3589529e
YQ
75832016-08-23 Yao Qi <yao.qi@linaro.org>
7584
7585 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7586 standalone_txt. Delete gdb_txt and standalone_txt on host
7587 and target. Spawn the binary on target. Copy files from
7588 target to host.
7589
6bb90213
PA
75902016-08-22 Pedro Alves <palves@redhat.com>
7591
7592 PR gdb/20505
7593 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7594 with_test_prefix. Factor out bits to ...
7595 (test_no_vdso): ... this new procedure.
7596
20c2c024
CL
75972016-08-19 Carl Love <cel@us.ibm.com>
7598
7599 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7600 maintaining separate logic for constructing the output path.
7601 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7602 * gdb.arch/ppc-dfp.exp: Likewise.
7603 * gdb.arch/ppc-fp.exp: Likewise.
7604 * gdb.arch/vsx-regs.exp: Likewise.
7605 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7606 binprefix for generating the additional binary files.
7607
0646e07d
PA
76082016-08-19 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.trace/mi-trace-frame-collected.exp
7611 (test_trace_frame_collected): On x32, expect two registers.
7612
46da9242
CL
76132016-08-18 Carl Love <cel@us.ibm.com>
7614
7615 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7616 and sync up the test with tests in gas/testsuite/gas/ppc.
7617 * gdb.arch/powerpc-power.exp: Likewise.
7618
eb2332d7
SM
76192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7620
7621 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7622 expected error message.
7623
63c61e04
SM
76242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 * gdb.multi/remove-inferiors.exp: New file.
7627 * gdb.multi/remove-inferiors.c: New file.
7628
7b17065f
YQ
76292016-08-12 Yao Qi <yao.qi@linaro.org>
7630
7631 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7632 argument list.
7633
01d3dedf
PA
76342016-08-10 Pedro Alves <palves@redhat.com>
7635
7636 PR gdb/19187
7637 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7638 setup_kfails.
7639
3eb7562a
PA
76402016-08-09 Pedro Alves <palves@redhat.com>
7641 Simon Marchi <simon.marchi@ericsson.com>
7642
7643 PR gdb/20418
7644 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7645 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7646
80614914
PA
76472016-08-09 Pedro Alves <palves@redhat.com>
7648
7649 PR mi/20431
7650 * gdb.mi/mi-cmd-error.exp: New file.
7651
f348d89a
PA
76522016-08-09 Pedro Alves <palves@redhat.com>
7653
7654 PR gdb/18653
7655 * gdb.base/signals-state-child.c: New file.
7656 * gdb.base/signals-state-child.exp: New file.
7657 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7658
e5ca03b4
PA
76592016-08-09 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7662
282a0691
TT
76632016-08-03 Tom Tromey <tom@tromey.com>
7664
7665 PR python/18565:
7666 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7667
41bfcd63
YQ
76682016-08-01 Yao Qi <yao.qi@linaro.org>
7669
7670 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7671 variable mode to "multi-process" if $multi_process is 1, otherwise
7672 set it to "single-process".
7673
e3465b24
YQ
76742016-08-01 Yao Qi <yao.qi@linaro.org>
7675
7676 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7677 * gdb.cp/cpexprs.exp: Likewise.
7678 * gdb.cp/m-static.exp: Likewise.
7679
0b31a4bc
TT
76802016-07-26 Tom Tromey <tom@tromey.com>
7681
7682 PR python/20190:
7683 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7684 test.
7685
e0461dbb
MM
76862016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7687
7688 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7689 selecting assembly source files.
7690 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7691 assembly source files.
7692 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7693 assembly source files.
7694 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7695 selecting assembly source files.
7696
8194e927
SM
76972016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7698
7699 * gdb.base/new-ui.exp (do_test_invalid_args): New
7700 procedure.
7701
c0272db5
TW
77022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7703
7704 * gdb.btrace/reconnect.c: New file.
7705 * gdb.btrace/reconnect.exp: New file.
7706
e3487908
GKB
77072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7708
7709 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7710 to test_catch_syscall_group.
7711 (test_catch_syscall_group): New.
7712
12df5c00
TT
77132016-07-21 Tom Tromey <tom@tromey.com>
7714
7715 * gdb.rust/simple.rs (main): Use empty struct expression.
7716 * gdb.rust/simple.exp: Add tests for empty struct expression.
7717
bae62ee2
YQ
77182016-07-21 Yao Qi <yao.qi@linaro.org>
7719
7720 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7721 if gdb_skip_xml_test is true on some targets.
7722
b1b53fb3
YQ
77232016-07-21 Yao Qi <yao.qi@linaro.org>
7724
7725 * gdb.server/solib-list.exp: Unset last_loaded_file.
7726
027d97f8
JK
77272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7728
7729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7730 "step into captured_main (args)".
7731
7674d381
JK
77322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7733
7734 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7735
72b5d099
JK
77362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7737
7738 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7739
1f960ced
PA
77402016-07-19 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7743 * gdb.opt/inline-bt.exp: Likewise.
7744 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7745 additional_flags=-Winline.
7746 * gdb.opt/inline-locals.exp: Likewise.
7747 * gdb.opt/inline-markers.c (ATTR): Define.
7748 (inlined_fn): Use it.
7749
f25827c1
YQ
77502016-07-19 Yao Qi <yao.qi@linaro.org>
7751
7752 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7753 (test_with_self): Remove some code. Remove argument executable.
7754 (top-level): Use do_self_tests.
7755
37539ebe
DB
77562016-07-15 Zachary Welch <zwelch@codesourcery.com>
7757 Don Breazeal <donb@codesourcery.com>
7758
7759 * gdb.base/maint.exp: Escape paths used in regular expressions.
7760 * gdb.stabs/weird.exp: Likewise.
7761
dac790e1
TT
77622016-07-13 Tom Tromey <tom@tromey.com>
7763
7764 PR python/15620, PR python/18620:
7765 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7766 (test_bkpt_events): New procs.
7767
93daf339
TT
77682016-07-13 Tom Tromey <tom@tromey.com>
7769
7770 PR python/17698:
7771 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7772 test.
7773 (test_watchpoints): Likewise.
7774 (test_bkpt_pending): New proc.
7775
6571a381
TT
77762016-07-13 Tom Tromey <tom@tromey.com>
7777
7778 PR cli/18053:
7779 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7780 completion test.
7781
e8732474
JK
77822016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7783
7784 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7785 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7786 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7787 f_label.
7788 (g): Rename g_end_lbl to g_label.
7789 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7790 low_pc and high_pc.
7791 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7792
e0f3fd7c
TT
77932016-07-12 Tom Tromey <tom@tromey.com>
7794
7795 PR python/19293:
7796 * gdb.python/py-unwind-maint.exp: Update tests.
7797
3cfe46b6
YQ
77982016-07-12 Yao Qi <yao.qi@linaro.org>
7799
7800 * lib/selftest-support.exp (selftest_setup): Match the output
7801 when captured_main is inlined.
7802
4f19a0e6
WT
78032016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7804
7805 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7806 New variables.
7807 (print this%a, print this%b, print this): New tests.
7808 * gdb.fortran/derived-types.f90 (this): New object and
7809 initialization.
7810
986cf455
SM
78112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7812
7813 * gdb.ada/arraydim.exp: Remove extra directory level in build
7814 directory.
7815
f0464b23
SM
78162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7817
7818 * lib/ada.exp: Remove extra directory level in build directory.
7819 * gdb.ada/cond_lang.exp: Likewise.
7820 * gdb.ada/exec_changed.exp: Likewise.
7821 * gdb.ada/lang_switch.exp: Likewise.
7822
42d94011
MG
78232016-07-06 Manish Goregaokar <manish@mozilla.com>
7824
2806dc7e
PA
7825 * simple.rs: Add test for raw pointer subscripting.
7826 * simple.exp: Add test expectations.
42d94011 7827
647c264c
YQ
78282016-07-05 Yao Qi <yao.qi@linaro.org>
7829
7830 * gdb.mi/mi-reverse.exp: Match =record-started output.
7831
20aa2c60
PA
78322016-07-01 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7835 procedure.
7836 (jit_reader_test): Test the jit reader's unwinder.
7837 * gdb.base/jithost.c (jit_function_00_code): New global.
7838 (main): Use memcpy to fill in the mmapped code, instead of poking
7839 bytes manually here.
7840 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7841 value.
7842 (read_debug_info): Save the function's range.
7843 (read_sp): New function.
7844 (unwind_frame): Use it. Also unwind RBP.
7845 (get_frame_id): Use read_sp.
7846 (gdb_init_reader): Use calloc instead of malloc.
7847 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7848 parameter. Use gdb_test_multiple.
7849
ced2dffb
PA
78502016-07-01 Pedro Alves <palves@redhat.com>
7851 Antoine Tremblay <antoine.tremblay@ericsson.com>
7852
7853 * gdb.threads/process-dies-while-detaching.c: New file.
7854 * gdb.threads/process-dies-while-detaching.exp: New file.
7855
63000888
PA
78562016-07-01 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.multi/watchpoint-multi-exit.c: New file.
7859 * gdb.multi/watchpoint-multi-exit.exp: New file.
7860
038d4868
PA
78612016-06-30 Pedro Alves <palves@redhat.com>
7862
7863 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7864 unset inferior_spawn_id.
7865
994e9c83
PA
78662016-06-30 Pedro Alves <palves@redhat.com>
7867
7868 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7869 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7870
e5653468
YQ
78712016-06-29 Yao Qi <yao.qi@linaro.org>
7872
7873 * gdb.base/return.c: Add copyright header.
7874
803b47e5
TT
78752016-06-29 Tom Tromey <tom@tromey.com>
7876
7877 PR python/20129:
7878 * gdb.python/py-framefilter.exp: Add tests for setting priority
7879 and disabling of non-existent frame filter.
7880
28244707
YQ
78812016-06-29 Yao Qi <yao.qi@linaro.org>
7882
7883 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7884 0x0f07ff.
7885
a31d2f06
YQ
78862016-06-28 Yao Qi <yao.qi@linaro.org>
7887
7888 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7889 triplets. Start gdb, execute catch syscall, and continue. Check
7890 gdb's output to determine catch syscall is supported.
7891
921d8f54
MG
78922016-06-27 Manish Goregaokar <manish@mozilla.com>
7893
25d49b86
PA
7894 * gdb.rust/simple.rs: Add test for returning unit in a function.
7895 * gdb.rust/simple.exp: Add expectation for functions returning
7896 unit.
921d8f54 7897
f4952523
PMR
78982016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7899
7900 * gdb.python/py-breakpoint-create-fail.c,
7901 gdb.python/py-breakpoint-create-fail.exp,
7902 gdb.python/py-breakpoint-create-fail.py: New testcase.
7903
fccb08f8
MG
79042016-06-25 Manish Goregaokar <manish@mozilla.com>
7905
7906 PR gdb/20239
7907 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
7908 * gdb.rust/simple.exp: Add test expectations for new NonZero
7909 tests.
fccb08f8 7910
6b850546
DT
79112016-06-24 David Taylor <dtaylor@emc.com>
7912
7913 * gdb.base/offsets.exp: New file.
7914 * gdb.base/offsets.c: New file.
7915
17621150
TT
79162016-06-23 Tom Tromey <tom@tromey.com>
7917
7918 PR gdb/16483:
7919 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7920 before any filters are loaded.
7921
04d59df6
WT
79222016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7923
7924 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7925 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7926 structs.
7927 * gdb.fortran/derived-type-function.exp: New file.
7928 * gdb.fortran/derived-type-function.f90: New file.
7929
7930
ac69f786
PA
79312016-06-21 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/new-ui.exp: New file.
7934 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7935 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7936 (with_spawn_id): New procedure.
7937
49940788
PA
79382016-06-21 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.mi/mi-exec-run.exp: New file.
7941
ef274d26
PA
79422016-06-21 Pedro Alves <palves@redhat.com>
7943
7944 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7945 breakpoint command's output on the main UI.
7946 (test_break): New procedure, factored out from calls in the top
7947 level.
7948 (top level): Use foreach_with_prefix to test MI as main UI and as
7949 separate UI.
7950
468afe6c
PA
79512016-06-21 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7954 (test_awatch_creation_and_listing)
7955 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7956 Remove 'type' parameter.
7957 (test_watchpoint_all): New parameter mi_mode. Remove
7958 with_test_prefix.
7959 (top level): Use foreach_with_prefix, and add main/separate UI MI
7960 testing axis.
7961
51f77c37
PA
79622016-06-21 Pedro Alves <palves@redhat.com>
7963
7964 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7965 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7966 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7967 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7968 (gdb_main_spawn_id, mi_spawn_id): Declare and
7969 comment.
7970 (mi_create_inferior_pty): New procedure,
7971 factored out from default_mi_gdb_start.
7972 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7973 procedures.
7974 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7975 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7976 Use mi_create_inferior_pty.
7977 (mi_gdb_start): Use eval to pass down args list.
7978
8980e177
PA
79792016-06-21 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7982 * gdb.opt/inline-cmds.exp: Add MI tests.
7983
f38d3ad1
PA
79842016-06-21 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7987
45db7c09
PA
79882016-06-21 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7991 (top level): Use it instead of mi_execute_to.
7992
5a069ab3
PA
79932016-06-21 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7996 (cont_handler_str): New.
7997 (signal_stop_handler): Set stop_handler_str instead of printing to
7998 stdout.
7999 (continue_handler): Set cont_handler_str instead of printing to
8000 stdout.
8001 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8002 mi_send_resuming_command. Print stop_handler_str and
8003 cont_handler_str instead of expecting the python events print
8004 directly.
8005
2838cc1d
SD
80062016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8007
8008 * gdb.base/jit-reader.exp: New file.
8009 * gdb.base/jithost.c: New file.
8010 * gdb.base/jithost.h: New file.
8011 * gdb.base/jitreader.c : New file.
8012 * gdb.base/jit-protocol.h: New file.
8013
21a77091
YQ
80142016-06-17 Yao Qi <yao.qi@linaro.org>
8015
8016 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8017 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8018 and detach-on-fork. Adjust tests.
8019 (top level): Invoke break_cond_on_syscall with combinations of
8020 syscall, follow-fork-mode and detach-on-fork.
8021
f50bf8e5
YQ
80222016-06-17 Yao Qi <yao.qi@linaro.org>
8023
8024 * gdb.base/step-over-exit.c: New.
8025 * gdb.base/step-over-exit.exp: New.
8026
a28d8e50
YTL
80272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8028
8029 * gdb.base/float.exp: Add target check for nds32*-*-*.
8030 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8031
cad8e26d
AB
80322016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8033
8034 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8035 for unsupported target features.
8036 * gdb.base/call-rt-st.exp: Likewise.
8037 * gdb.base/call-sc.exp: Likewise.
8038 * gdb.base/call-signal-resume.exp: Likewise.
8039 * gdb.base/call-strs.exp: Likewise.
8040 * gdb.base/callexit.exp: Likewise.
8041 * gdb.base/callfuncs.exp: Likewise.
8042 * gdb.base/nodebug.exp: Likewise.
8043 * gdb.base/printcmds.exp: Likewise.
8044 * gdb.base/ptype.exp: Likewise.
8045 * gdb.base/structs.exp: Likewise.
8046 * gdb.base/unwindonsignal.exp: Likewise.
8047 * gdb.cp/gdb2495.exp: Likewise.
8048 * gdb.cp/templates.exp: Likewise.
8049 * gdb.cp/virtfunc.exp: Likewise.
8050 * gdb.threads/hand-call-in-threads.exp: Likewise.
8051 * gdb.threads/interrupted-hand-call.exp: Likewise.
8052 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8053
347dc102
TT
80542016-06-10 Tom Tromey <tom@tromey.com>
8055
8056 PR rust/20110:
8057 * gdb.rust/expr.exp: Add test for integer constant larger than
8058 i32.
8059
5e13cf25
BH
80602016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8061
8062 * gdb.fortran/nested-funcs.exp: New.
8063 * gdb.fortran/nested-funcs.f90: New.
8064
bb556f1f
TK
80652016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8066
8067 * gdb.base/examine-backward.c: New file.
8068 * gdb.base/examine-backward.exp: New file.
8069
38b022b4
SM
80702016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8073 matching.
8074
1b40ec05
TT
80752016-06-02 Tom Tromey <tom@tromey.com>
8076
8077 PR python/18984:
8078 * gdb.python/py-shared.exp: Add solib_name test.
8079
193bd378
SM
80802016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8081
8082 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8083
3326303b
MG
80842016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8085
8086 PR c++/19893
8087 * gdb.dwarf2/implref.exp: Rename to...
8088 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8089 * gdb.dwarf2/implref-array.c: New file.
8090 * gdb.dwarf2/implref-array.exp: Likewise.
8091 * gdb.dwarf2/implref-global.c: Likewise.
8092 * gdb.dwarf2/implref-global.exp: Likewise.
8093 * gdb.dwarf2/implref-struct.c: Likewise.
8094 * gdb.dwarf2/implref-struct.exp: Likewise.
8095
825c8ef2
AT
80962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8097
8098 * gdb.trace/trace-condition.exp: Add 64bit tests.
8099
2320162a
AT
81002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8101
8102 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8103 bits types.
8104 (main): Adapt to 8 to 64 bits types.
8105 * gdb.trace/trace-condition.exp: Add new tests.
8106
a7818233
AT
81072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8108
8109 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8110
0d336466
AT
81112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8112
8113 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8114 Move condition tests...
8115 * gdb.trace/trace-condition.exp: Here.
8116
7faeb45a
AT
81172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8118
8119 * gdb.trace/trace-condition.exp: Add counter-case tests.
8120
e385593e
JK
81212016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8122
8123 PR c++/15231
8124 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8125 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8126
744608cc
PA
81272016-05-27 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8130 New procedure.
8131 (top level): Call it, and bail out of DejaGnu is known to be bad.
8132
ac775bf4
AB
81332016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8134
8135 * gdb.base/whatis.c: Extend the test case.
8136 * gdb.base/whatis.exp: Add additional tests.
8137
2bbad2ea
BH
81382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8139
8140* gdb.fortran/type.f90: Add pointer variable.
8141* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8142
8b70175d
BH
81432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8144
8145 * gdb.fortran/vla-type.exp: Fix testcase name.
8146
86d8a848
BH
81472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8148
8149 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8150
e188eb36
BH
81512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8152
8153 * gdb.fortran/type.f90: Add nested structures.
8154 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8155 * gdb.fortran/derived-type.exp: Adapt expected output.
8156 * gdb.fortran/vla-type.exp: Adapt expected output.
8157
9b2db1fd
BH
81582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8159
8160 * gdb.fortran/whatis_type.exp: Adapt expected output.
8161
72b17055
BH
81622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8163
8164 * gdb.fortran/print_type.exp: Fix expected output.
8165 * gdb.fortran/whatis_type.exp: Fix expected output.
8166
3cd81d8d
BH
81672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8168
8169 * gdb.fortran/whatis_type.exp: Use multi_line.
8170
ddae9462
TT
81712016-05-24 Tom Tromey <tom@tromey.com>
8172
8173 PR python/17386:
8174 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8175 use value as an index.
8176
1957f6b8
TT
81772016-05-23 Tom Tromey <tom@tromey.com>
8178
8179 PR python/17981:
8180 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8181 no-breakpoint case.
8182
026a9174
PA
81832016-05-24 Pedro Alves <palves@redhat.com>
8184
8185 PR gdb/19828
8186 * gdb.threads/clone-attach-detach.c: New file.
8187 * gdb.threads/clone-attach-detach.exp: New file.
8188
e70a7231
FR
81892016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8190
8191 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8192
0f6ed0e0
TT
81932016-05-23 Tom Tromey <tom@tromey.com>
8194
8195 PR python/19438, PR python/18393:
8196 * gdb.python/py-progspace.exp: Add "dir" test.
8197 * gdb.python/py-objfile.exp: Add "dir" test.
8198
ffd19d61
YQ
81992016-05-23 Yao Qi <yao.qi@linaro.org>
8200
8201 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8202 * gdb.arch/thumb2-it.exp: Likewise.
8203
9e8f9b05
SM
82042016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8205
8206 * gdb.mi/mi-threads-interrupt.c: New file.
8207 * gdb.mi/mi-threads-interrupt.exp: New file.
8208
61c6156d
SM
82092016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8210
8211 PR gdb/18077
8212 * gdb.mi/mi-async-run.exp: New file.
8213 * gdb.mi/mi-async-run.c: New file.
8214
67218854
TT
82152016-05-17 Tom Tromey <tom@tromey.com>
8216 Manish Goregaokar <manishsmail@gmail.com>
8217
8218 * lib/rust-support.exp: New file.
8219 * lib/gdb.exp (skip_rust_tests): New proc.
8220 (build_executable_from_specs): Handle rust.
8221 * lib/future.exp (gdb_find_rustc): New proc.
8222 (gdb_default_target_compile): Handle rust.
8223 * gdb.rust/expr.exp: New file.
8224 * gdb.rust/generics.exp: New file.
8225 * gdb.rust/generics.rs: New file.
8226 * gdb.rust/methods.exp: New file.
8227 * gdb.rust/methods.rs: New file.
8228 * gdb.rust/modules.exp: New file.
8229 * gdb.rust/modules.rs: New file.
8230 * gdb.rust/simple.exp: New file.
8231 * gdb.rust/simple.rs: New file.
8232
c44af4eb
TT
82332016-05-17 Tom Tromey <tom@tromey.com>
8234
8235 * gdb.base/default.exp (set language): Add rust.
8236
dcd1f979
TT
82372016-05-17 Tom Tromey <tom@tromey.com>
8238
8239 * gdb.gdb/unittest.exp: New file.
8240
155b7f57
YQ
82412016-05-16 Yao Qi <yao.qi@linaro.org>
8242
8243 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8244 shell_prompt. Update shell_prompt_re.
8245
8ddd5a6c
DE
82462016-05-12 Doug Evans <dje@google.com>
8247
8248 PR symtab/19999
8249 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8250 $options when building executable.
8251 * gdb.dwarf2/fission-loclists-pie.S: New file.
8252 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8253
02e370d9
SM
82542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8255
8256 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8257 of [is_remote target],
8258
8929ad8b
SM
82592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8260
8261 * lib/gdb.exp (use_gdb_stub): New procedure.
8262
6c447423
DE
82632016-05-03 Yunlian Jiang <yunlian@google.com>
8264 Doug Evans <dje@google.com>
8265
8266 PR symtab/19914
8267 * gdb.dwarf2/dwp-sepdebug.c: New file.
8268 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8269
444e826c
SM
82702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8271
8272 * gdb.base/detach.exp: Remove is_remote check.
8273
740feeaa
SM
82742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8275
8276 * gdb.base/annota-input-while-running.exp: Don't check for
8277 [is_remote target]. Enable annotations after running to main.
8278 Remove unused "set test..." line.
8279
9080ac9d
SM
82802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8281
8282 * gdb.trace/trace-enable-disable.exp: New file.
8283 * gdb.trace/trace-enable-disable.c: New file.
8284
952ebca5
SM
82852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8286
8287 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8288 use it in info sharedlibrary test.
8289 * gdb.trace/ftrace-lock.exp: Likewise.
8290 * gdb.trace/ftrace.exp: Likewise.
8291 * gdb.trace/range-stepping.exp: Likewise.
8292 * gdb.trace/trace-break.exp: Likewise.
8293 * gdb.trace/trace-condition.exp: Likewise.
8294 * gdb.trace/trace-mt.exp: Likewise.
8295
d9019901
SM
82962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8297
8298 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8299 (gdb_load_shlib): ... this.
8300 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8301 gdb_load_shlib.
8302 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8303 * gdb.base/ctxobj.exp: Likewise.
8304 * gdb.base/dprintf-pending.exp: Likewise.
8305 * gdb.base/dso2dso.exp: Likewise.
8306 * gdb.base/fixsection.exp: Likewise.
8307 * gdb.base/gcore-relro.exp: Likewise.
8308 * gdb.base/gdb1555.exp: Likewise.
8309 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8310 * gdb.base/gnu-ifunc.exp: Likewise.
8311 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8312 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8313 * gdb.base/pending.exp: Likewise.
8314 * gdb.base/print-file-var.exp: Likewise.
8315 * gdb.base/print-symbol-loading.exp: Likewise.
8316 * gdb.base/shlib-call.exp: Likewise.
8317 * gdb.base/shreloc.exp: Likewise.
8318 * gdb.base/so-impl-ld.exp: Likewise.
8319 * gdb.base/solib-disc.exp: Likewise.
8320 * gdb.base/solib-nodir.exp: Likewise.
8321 * gdb.base/solib-overlap.exp: Likewise.
8322 * gdb.base/solib-symbol.exp: Likewise.
8323 * gdb.base/solib-weak.exp (do_test): Likewise.
8324 * gdb.base/sym-file.exp: Likewise.
8325 * gdb.base/symtab-search-order.exp: Likewise.
8326 * gdb.base/type-opaque.exp: Likewise.
8327 * gdb.base/unload.exp: Likewise.
8328 * gdb.base/watchpoint-solib.exp: Likewise.
8329 * gdb.compile/compile.exp: Likewise.
8330 * gdb.cp/gdb2384.exp: Likewise.
8331 * gdb.cp/infcall-dlopen.exp: Likewise.
8332 * gdb.cp/re-set-overloaded.exp: Likewise.
8333 * gdb.fortran/library-module.exp: Likewise.
8334 * gdb.opt/solib-intra-step.exp: Likewise.
8335 * gdb.python/py-finish-breakpoint.exp: Likewise.
8336 * gdb.python/py-shared.exp: Likewise.
8337 * gdb.reverse/solib-precsave.exp: Likewise.
8338 * gdb.reverse/solib-reverse.exp: Likewise.
8339 * gdb.server/solib-list.exp: Likewise.
8340 * gdb.threads/dlopen-libpthread.exp: Likewise.
8341 * gdb.threads/tls-shared.exp: Likewise.
8342 * gdb.threads/tls-so_extern.exp: Likewise.
8343 * gdb.trace/change-loc.exp: Likewise.
8344 * gdb.trace/ftrace-lock.exp: Likewise.
8345 * gdb.trace/ftrace.exp: Likewise.
8346 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8347 * gdb.trace/pending.exp: Likewise.
8348 * gdb.trace/range-stepping.exp: Likewise.
8349 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8350 (strace_info_marker): Likewise.
8351 (strace_probe_marker): Likewise.
8352 (strace_trace_on_same_addr): Likewise.
8353 (strace_trace_on_diff_addr): Likewise.
8354 * gdb.trace/trace-break.exp: Likewise.
8355 * gdb.trace/trace-condition.exp: Likewise.
8356 * gdb.trace/trace-mt.exp: Likewise.
8357
fca4cfd9
SM
83582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8359
8360 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8361 result of gdb_remote_download.
8362 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8363 * gdb.base/dso2dso.exp: Likewise.
8364 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8365 * gdb.base/print-file-var.exp: Likewise.
8366 * gdb.base/shlib-call.exp: Likewise.
8367 * gdb.base/shreloc.exp: Likewise.
8368 * gdb.base/solib-overlap.exp: Likewise.
8369 * gdb.base/solib-weak.exp (do_test): Likewise.
8370 * gdb.base/unload.exp: Likewise.
8371
11cf4ffb
YQ
83722016-04-27 Yao Qi <yao.qi@linaro.org>
8373
8374 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8375 exists.
8376
3e2e34f8
KB
83772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8378
8379 * vla-type.exp: Print structure from toplevel.
8380
8f07e298
BH
83812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8382
8383 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8384 of dynamic types.
8385 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8386 of dynamic types.
8387
9920b434
BH
83882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8389
8390 * gdb.fortran/vla-type.f90: New file.
8391 * gdb.fortran/vla-type.exp: New file.
8392
f3abeff5
YQ
83932016-04-25 Yao Qi <yao.qi@linaro.org>
8394
8395 * gdb.base/branch-to-self.c: New file.
8396 * gdb.base/branch-to-self.exp: New file.
8397
0a5d52f0
YQ
83982016-04-22 Yao Qi <yao.qi@linaro.org>
8399
8400 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8401 more after $hex.
8402
495346f6
YQ
84032016-04-22 Yao Qi <yao.qi@linaro.org>
8404
8405 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8406 * gdb.base/annota3.exp: Likewise.
8407
4a7e075c
YQ
84082016-04-22 Yao Qi <yao.qi@linaro.org>
8409
8410 * gdb.reverse/step-precsave.exp: Do one step and test program
8411 stops in "callee" and do multiple steps until program goes out
8412 of "callee".
8413 * gdb.reverse/step-reverse.exp: Likewise.
8414
5b061e98
YQ
84152016-04-22 Yao Qi <yao.qi@linaro.org>
8416
8417 * gdb.trace/signal.exp: Also pass if
8418 $tracepoint_hits($i) > $iterations.
8419
5c5dc57f
YQ
84202016-04-22 Yao Qi <yao.qi@linaro.org>
8421
8422 * gdb.trace/signal.c: New file.
8423 * gdb.trace/signal.exp: New file.
8424
a55411b9
DE
84252016-04-19 Doug Evans <xdje42@gmail.com>
8426
8427 * gdb.base/bad-file.exp: New file.
8428
a22df60a
MG
84292016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8430
8431 * gdb.dwarf2/implref.exp: New file.
8432
0c13f7e5
BH
84332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8434
8435 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8436 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8437 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8438 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8439 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8440 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8441 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8442 * lib/fortran.exp (fortran_int4): New procedure.
8443 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8444 (fortran_logical4): Likewise.
8445
9b9b09e9
BH
84462016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8447
8448 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8449
a14d1f4d
BH
84502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8451
8452 * lib/compiler.c: Add Intel specific preprocessor macros.
8453 * lib/compiler.cc: Likewise.
25d49b86 8454
7d49b1d0
LM
84552016-04-13 Luis Machado <lgustavo@codesourcery.com>
8456
8457 * gdb.server/connect-with-no-symbol-file.c: New file.
8458 * gdb.server/connect-with-no-symbol-file.exp: New file.
8459
8392fa22
SM
84602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8461
8462 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8463
8c4c4aeb
SM
84642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8467 standard output directory.
8468
45e3745e
AT
84692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8470
8471 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8472
e26b7e41
MM
84732016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8474
8475 * gdb.btrace/instruction_history.c (loop): Add declaration.
8476
8ce09462
AT
84772016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8478
8479 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8480
2e88a1ea
SM
84812016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8482
8483 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8484 parentheses to print.
8485 (continue_handler): Likewise.
8486
f48e22e3
SM
84872016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8488
8489 * gdb.server/solib-list.exp: Remove is_remote check.
8490 Pass shlib= to gdb_compile. Don't link shared library with
8491 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8492 Run binary filename through "readlink -f" on the target.
8493
096be756
PA
84942016-04-08 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8497 interpreter filename as argument to gdbserver_spawn.
8498 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8499 Return empty if $last_loaded_file does not exist.
8500
06500533
JK
85012016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8502
8503 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8504 * gdb.base/jit-main.c: Use exit after usage.
8505
2d35e871
JK
85062016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8507
8508 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8509 GDBHISTSIZE prior to the tests.
8510 * gdb.base/gdbinit-history.exp: Likewise.
8511
85122016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8513
8514 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8515 instead of build_executable. Use gdb_load_shlibs.
8516
c8064e7e
YQ
85172016-04-07 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8520 Execute "si" command.
8521
bde47561
YQ
85222016-04-07 Yao Qi <yao.qi@linaro.org>
8523
8524 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8525 number instead of the comments on some line.
8526
b16f8a3b
DB
85272016-04-06 Don Breazeal <donb@codesourcery.com>
8528
8529 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8530 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8531
c2f901df
SM
85322016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8533
8534 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8535 standard_output_file. Remove unused binfile variable.
8536
ac17fda0
CU
85372016-04-05 Catalin Udma <catalin.udma@freescale.com>
8538
8539 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8540 * gdb.python/py-mi-objfile.exp: Match "list main" output
8541 in console format.
8542
03a8c4df
SM
85432016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8544
8545 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8546 absolute.
8547
6e774b13
SM
85482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8551 absolute.
8552 * gdb.trace/ftrace.exp: Likewise.
8553 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8554 targets as well.
8555 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8556 (gdb_load_shlibs): Copy libraries to test directory when testing
8557 natively. Only set solib-search-path if testing remotely.
8558 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8559
7817ea46
SM
85602016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8561
8562 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8563 gdb_download. Use it even if the target is not remote.
8564 * gdb.base/jit.exp (compile_jit_test): Likewise.
8565 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8566 output directory if the destination board is local, otherwise use
8567 the standard remote_download from DejaGnu.
8568 (gdb_download): Remove.
8569 (gdb_load_shlibs): Use gdb_remote_download instead of
8570 gdb_download.
8571 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8572 Use gdb_remote_download instead of gdb_download. Use it even if
8573 the target is not remote.
8574 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8575 instead of gdb_download.
8576
7beb7f68
SM
85772016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8578
8579 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8580 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8581 run.
8582
cc63428a
AV
85832016-04-01 Artemiy Volkov <artemiyv@acm.org>
8584
8585 PR gdb/19820
8586 * gdb.base/printcmds.exp: Add artificial arrays tests.
8587
64cdf930
PA
85882016-03-31 Pedro Alves <palves@redhat.com>
8589
8590 PR gdb/19858
8591 * gdb.base/jit-main.c: Include unistd.h.
8592 (ATTACH): Define to 0 if not already defined.
8593 (wait_for_gdb, mypid): New globals.
8594 (WAIT_FOR_GDB): New macro.
8595 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8596 some breakpoint locations.
8597 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8598 New procedures.
8599 (one_jit_test): Add REATTACH parameter, and handle it. Use
8600 continue_to_test_location.
8601 (top level): Test attach, and adjusts calls to one_jit_test.
8602
40dea8cb
PA
86032016-03-31 Pedro Alves <palves@redhat.com>
8604
8605 PR gdb/19858
8606 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8607 BINSUFFIX parameter, and handle it.
8608 (top level): Adjust calls compile_jit_test.
8609
e7ea3ec7
CU
86102016-03-31 Catalin Udma <catalin.udma@freescale.com>
8611
8612 PR python/19743
8613 * gdb.python/py-mi-events-gdb.py: New file.
8614 * gdb.python/py-mi-events.c: New file.
8615 * gdb.python/py-mi-events.exp: New file.
8616
e6359af3
YQ
86172016-03-30 Yao Qi <yao.qi@linaro.org>
8618
8619 * gdb.reverse/until-precsave.exp: Match function name only.
8620 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8621 Move malloc to a condition block.
8622 * gdb.reverse/until-reverse.exp: Match function name only.
8623
a4105d04
MK
86242016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8625
8626 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8627 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8628 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8629 variable for GPR 0 instead of assuming it is register 0.
8630 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8631 * lib/trace-support.exp: Add s390 registers.
8632
bfa6adb9
YQ
86332016-03-29 Yao Qi <yao.qi@linaro.org>
8634
8635 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8636
1e6697ea
YQ
86372016-03-24 Yao Qi <yao.qi@linaro.org>
8638
8639 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8640 test message.
8641
64bcd522
AA
86422016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8643
8644 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8645 maintaining separate logic for constructing the output path.
8646
7868401b
DB
86472016-03-16 Don Breazeal <donb@codesourcery.com>
8648
8649 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8650 Retry fork and waitpid on interrupted system call errors.
8651 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8652 Use with_timeout_factor to increase timeout by factor of 10.
8653
1cafadb4
DB
86542016-03-15 Don Breazeal <donb@codesourcery.com>
8655
8656 * gdb.cp/scope-err.cc: New test program.
8657 * gdb.cp/scope-err.exp: New test script.
8658 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8659 lines and "set breakpoint here" comment.
8660 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8661 Fixed some whitespace and format issues.
8662 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8663 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8664
81516450
DE
86652016-03-15 Doug Evans <dje@google.com>
8666
8667 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8668 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8669 All callers updated. Add tests for enums, mixed flags register.
8670
aa52b601
DE
86712016-03-15 Doug Evans <dje@google.com>
8672
8673 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8674 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8675
fa4ff313
SM
86762016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8677
8678 * gdb.base/default.exp: Add $_as_string to the list of expected
8679 convenience functions.
8680
f2403c39
AB
86812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8682
8683 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8684
f2f3ccb9
SM
86852016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8686
8687 * gdb.python/py-as-string.exp: New file.
8688 * gdb.python/py-as-string.c: New file.
8689
00dbd492
PA
86902016-03-09 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8693 signal" -> "Thread NN received signal" output change.
8694 * gdb.threads/ia64-sigill.exp: Likewise.
8695 * gdb.threads/linux-dp.exp: Likewise.
8696 * gdb.threads/manythreads.exp: Likewise.
8697 * gdb.threads/pending-step.exp: Likewise.
8698 * gdb.threads/print-threads.exp: Likewise.
8699 * gdb.threads/sigstep-threads.exp: Likewise.
8700 * gdb.threads/staticthreads.exp: Likewise.
8701 * gdb.threads/tls.exp: Likewise.
8702
1e6697ea
YQ
87032016-03-09 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.base/command-line-input.exp: New file.
8706
b04fd3be
MK
87072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8708
8709 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8710 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8711 * gdb.trace/pending.exp: Accept leading dot before function name.
8712 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8713 * lib/trace-support.exp: Set registers for ppc.
8714
98fa59e9
MK
87152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8716
8717 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8718 use it for disassembly; accept .main in addition to main in backtrace.
8719
f77198c8
MK
87202016-03-09 Wei-cheng Wang <cole945@gmail.com>
8721 Marcin Kościelnicki <koriakin@0x04.net>
8722
8723 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8724 (gdb_recursion_test_ptr): New global variable.
8725 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8726 gdb_recursion_test.
8727 (gdb_c_test): Ditto.
8728
ba84e0da
MK
87292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8730
8731 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8732 ordering.
8733
4366d36e
MK
87342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8735
8736 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8737 (bar): Add bar_start_lbl label.
8738 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8739 of foo/bar for emitting DWARF and tracing.
8740
5eb264df
SDJ
87412016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8742
8743 * analyze-racy-logs.py: Set executable bit.
8744
fb6a751f
SDJ
87452016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8746
8747 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8748 (CHECK_TARGET_TMP): Likewise.
8749 (check-single-racy): New rule.
8750 (check-parallel-racy): Likewise.
8751 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8752 (do-check-parallel-racy): New rule.
8753 (check-racy/%.exp): Likewise.
8754 * README (Racy testcases): New section.
8755 * analyze-racy-logs.py: New file.
8756
bdf7e230
DE
87572016-03-03 Doug Evans <dje@google.com>
8758
8759 * gdb.base/skip.exp: Use with_test_prefix.
8760
4719d415
YQ
87612016-03-03 Yao Qi <yao.qi@linaro.org>
8762
8763 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8764 Invoke step_over_syscall "clone" and break_cond_on_syscall
8765 "clone".
8766 * gdb.base/step-over-clone.c: New file.
8767
ea507862
YQ
87682016-03-03 Yao Qi <yao.qi@linaro.org>
8769
8770 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8771 code format.
8772
8fc8cbda
YQ
87732016-03-03 Yao Qi <yao.qi@linaro.org>
8774
8775 * gdb.base/disp-step-fork.c: Rename to ...
8776 * gdb.base/step-over-fork.c: ... it. New file.
8777 * gdb.base/disp-step-vfork.c: Rename to ...
8778 * gdb.base/step-over-vfork.c: ... it. New file.
8779 * gdb.base/disp-step-syscall.exp: Rename to ...
8780 * gdb.base/step-over-syscall.exp: ... it. New file.
8781 (disp_step_cross_syscall): Rename to ...
8782 (step_over_syscall): ... it.
8783
92fa70b0
YQ
87842016-03-03 Yao Qi <yao.qi@linaro.org>
8785
8786 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8787 If target supports condition evaluation on target, invoke
8788 break_cond_on_syscall for fork and vfork.
8789
e197ad3c
YQ
87902016-03-03 Yao Qi <yao.qi@linaro.org>
8791
8792 * gdb.base/disp-step-syscall.exp: Don't invoke
8793 support_displaced_stepping.
8794 (disp_step_cross_syscall): Test with displaced stepping off and
8795 on if supported.
8796
0b47da9f
YQ
87972016-03-03 Yao Qi <yao.qi@linaro.org>
8798
8799 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8800 proc.
8801 (setup): New proc.
8802 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8803 and setup.
8804
065ab6dc
BH
88052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8806
8807 * gdb.fortran/vla-history.exp: Remove breakpoint.
8808
07e448ad 88092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8810
25d49b86
PA
8811 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8812 exceeds timeout.
07e448ad 8813
9ac2d526 88142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8815
25d49b86
PA
8816 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8817 breakpoint.
9ac2d526 8818
17807369
BH
88192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8820
8821 * gdb.mi/vla.f90: Nullify pointer after declaration.
8822
86e501af
PA
88232016-03-01 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8826
1e903e32
PA
88272016-03-01 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8830 before anything else.
8831 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8832 _GNU_SOURCE here.
8833 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8834 before anything else.
8835 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8836
6ccb54e2
PA
88372016-03-01 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8840
30ca9da1
YQ
88412016-03-01 Yao Qi <yao.qi@linaro.org>
8842
8843 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8844 prepare_for_testing.
8845
dc856b38
YQ
88462016-03-01 Yao Qi <yao.qi@linaro.org>
8847
8848 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8849
4a932159
AA
88502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8851
8852 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8853 manually constructing the output path.
8854
f2489477
AA
88552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8856
8857 * gdb.arch/s390-stackless.S: New.
8858 * gdb.arch/s390-stackless.exp: New.
8859
38899f16
IB
88602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8861
8862 * gdb.dlang/circular.c: New file.
8863 * gdb.dlang/circular.exp: New file.
8864
9fde51ed
YQ
88652016-02-26 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8868 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8869 (testcases): Update.
8870
ce90fefe
YQ
88712016-02-26 Yao Qi <yao.qi@linaro.org>
8872
8873 * gdb.reverse/aarch64.c: Rename to ...
8874 * gdb.reverse/insn-reverse.c: ... it.
8875 * gdb.reverse/aarch64.exp: Rename to ...
8876 * gdb.reverse/insn-reverse.exp: ... it.
8877
3263bceb
YQ
88782016-02-26 Yao Qi <yao.qi@linaro.org>
8879
8880 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8881 (testcase_ftype): New.
8882 (testcases): New array.
8883 (n_testcases): New.
8884 (main): Call each element in testcases.
8885 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8886 (read_testcase): New.
8887 Do the tests in a loop.
8888
6cb59ff1
YQ
88892016-02-25 Yao Qi <yao.qi@linaro.org>
8890
8891 * gdb.base/branches.c: Remove.
8892
ae91f625
MK
88932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8894
8895 PR gdb/13808
8896 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8897
678b48b7
MK
88982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8899
8900 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8901
7337a6f2
MK
89022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8903
8904 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8905 change x86_64 call_insn to 'callq'.
8906
861ca91f
AT
89072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8908
8909 * gdb.trace/tfile-avx.c: Move to...
8910 * gdb.trace/tracefile-pseudo-reg.c: Here.
8911 * gdb.trace/tfile-avx.exp: Move to...
8912 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8913
bf74e428
GB
89142016-02-24 Gary Benson <gbenson@redhat.com>
8915
8916 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8917 message on attach.
8918
cce0e923
DE
89192016-02-23 Doug Evans <dje@google.com>
8920
8921 * gdb.base/skip.c (test_skip): New function.
8922 (end_test_skip_file_and_function): New function.
8923 (test_skip_file_and_function): New function.
8924 * gdb.base/skip1.c (test_skip): New function.
8925 (skip1_test_skip_file_and_function): New function.
8926 * gdb.base/skip.exp: Add tests for new skip options.
8927 * gdb.base/skip-solib.exp: Update expected output.
8928 * gdb.perf/skip-command.cc: New file.
8929 * gdb.perf/skip-command.exp: New file.
8930 * gdb.perf/skip-command.py: New file.
8931
4000e47e
MK
89322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8933
8934 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8935 info registers pattern.
8936
24f75ead
IB
89372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8938
8939 * lib/future.exp: Add D support.
8940 (gdb_find_gdc): New proc.
8941 (gdb_default_target_compile): Add D support.
8942
fbb7bcbe
WW
89432016-02-18 Wei-cheng Wang <cole945@gmail.com>
8944
8945 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8946 user+system time.
8947 (trace_speed_test): Determine the iteration count for a time
8948 between 15..30 seconds.
8949
012b3a21
WT
89502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8951
8952 * gdb.arch/i386-mpx-sigsegv.c: New file.
8953 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8954 * gdb.arch/i386-mpx-simple_segv.c: New file.
8955 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8956
2d5189bd
YQ
89572016-02-18 Yao Qi <yao.qi@linaro.org>
8958
8959 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8960 Don't call setup_kfail.
8961
40fb20d0
YQ
89622016-02-18 Yao Qi <yao.qi@linaro.org>
8963
8964 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8965 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8966
21b1f8d2
DE
89672016-02-16 Doug Evans <dje@google.com>
8968
8969 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8970 * gdb.base/skip1.c: Ditto.
8971 * gdb.base/skip.exp: Whitespace cleanup.
8972
4041ed77
DB
89732016-02-16 Don Breazeal <donb@codesourcery.com>
8974
8975 PR remote/19496
8976 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8977 Remove kfail for PR remote/19496.
8978
c4ef31bf
SM
89792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * lib/gdb.exp (standard_temp_file): Return a path specific to
8982 the runtest invocation.
8983
266b65b3
SM
89842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8985
8986 * gdb.trace/save-trace.exp: Change relative path to be in the
8987 standard output directory.
8988
a7a0a6a9
JK
89892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8990
8991 * gdb.arch/i386-prologue.c: Add missing prototypes.
8992
c99dbb42
JK
89932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8994
8995 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8996 * gdb.arch/i386-prologue.exp: Likewise.
8997 * gdb.arch/i386-size.exp: Likewise.
8998
aa480355
SM
89992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9000
9001 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9002 define object file path.
9003 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9004 file path.
9005 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9006 standard_output_file to define binfile.
9007
ba881f50
JK
90082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9009
9010 Fix compatibility with recent gfortran-5.3.1.
9011 * gdb.fortran/vla-history.exp (print vla1 allocated)
9012 (print vla2 allocated, print $2, print $3): Remove
9013 (print $4): Rename to ...
9014 (print $2): ... here.
9015 (print $9): Rename to ...
9016 (print $5): ... here.
9017 (print $10): Rename to ...
9018 (print $6): ... here.
9019 * gdb.fortran/vla.f90: Add pvla initialization.
9020
e9fb005c
JK
90212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9022
9023 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9024 New test.
9025 * gdb.fortran/vla-value-sub.exp: Likewise.
9026
e44e00ff
MK
90272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9028
9029 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9030
97e94151
SM
90312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * i386-biarch-core.exp: Define corefile using
9034 standard_output_file.
9035
01113bc1
YQ
90362016-02-12 Yao Qi <yao.qi@linaro.org>
9037
9038 * gdb.arch/arm-single-step-kernel-helper.c: New.
9039 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9040
33b4777c
MM
90412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9042
9043 * gdb.btrace/tailcall-only.exp: New.
9044 * gdb.btrace/tailcall-only.c: New.
9045 * gdb.btrace/x86_64-tailcall-only.S: New.
9046 * gdb.btrace/i686-tailcall-only.S: New.
9047
acc23c11
PA
90482016-02-11 Pedro Alves <palves@redhat.com>
9049
9050 * README (Parallel testing): Add missing double quotes.
9051
e352bf0a
PA
90522016-02-11 Pedro Alves <palves@redhat.com>
9053
9054 * README (Parallel testing): New section.
9055 (GDB_PARALLEL): Rewrite.
9056 (FORCE_PARALLEL): Document.
9057
9f5fed78
MK
90582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9059
9060 * gdb.trace/tfile-avx.c: New test.
9061 * gdb.trace/tfile-avx.exp: New test.
9062
9ef9e6a6
KS
90632016-02-09 Keith Seitz <keiths@redhat.com>
9064
9065 PR breakpoints/19546
9066 * gdb.base/infcall-exec.c: New file.
9067 * gdb.base/infcall-exec2.c: New file.
9068 * gdb.base/infcall-exec.exp: New file.
9069
a96e36da
KS
90702016-02-09 Keith Seitz <keiths@redhat.com>
9071
9072 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9073 (toplevel): Call test_bkpt_address.
9074
9f61929f
KS
90752016-02-09 Keith Seitz <keiths@redhat.com>
9076
9077 PR python/19506
9078 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9079 (toplevel): Call test_bkpt_address.
9080
1e94266c
SM
90812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9082
9083 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9084 to AC_OUTPUT.
9085 * configure: Regenerate.
9086
2a7f3dff
PA
90872016-02-09 Pedro Alves <palves@redhat.com>
9088
9089 PR breakpoints/19548
9090 * gdb.base/execl-update-breakpoints.c (some_function): New
9091 function.
9092 (main): Call it.
9093 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9094 Tighten expected GDB output.
9095
2151ccc5
SM
90962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * Makefile.in (ALL_SUBDIRS): Remove.
9099 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9100 (distclean maintainer-clean realclean): Likewise.
9101 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9102 * configure: Regenerate.
9103 * gdb.ada/Makefile.in: Delete.
9104 * gdb.arch/Makefile.in: Likewise.
9105 * gdb.asm/Makefile.in: Likewise.
9106 * gdb.base/Makefile.in: Likewise.
9107 * gdb.btrace/Makefile.in: Likewise.
9108 * gdb.cell/Makefile.in: Likewise.
9109 * gdb.compile/Makefile.in: Likewise.
9110 * gdb.cp/Makefile.in: Likewise.
9111 * gdb.disasm/Makefile.in: Likewise.
9112 * gdb.dlang/Makefile.in: Likewise.
9113 * gdb.dwarf2/Makefile.in: Likewise.
9114 * gdb.fortran/Makefile.in: Likewise.
9115 * gdb.gdb/Makefile.in: Likewise.
9116 * gdb.go/Makefile.in: Likewise.
9117 * gdb.guile/Makefile.in: Likewise.
9118 * gdb.java/Makefile.in: Likewise.
9119 * gdb.linespec/Makefile.in: Likewise.
9120 * gdb.mi/Makefile.in: Likewise.
9121 * gdb.modula2/Makefile.in: Likewise.
9122 * gdb.multi/Makefile.in: Likewise.
9123 * gdb.objc/Makefile.in: Likewise.
9124 * gdb.opencl/Makefile.in: Likewise.
9125 * gdb.opt/Makefile.in: Likewise.
9126 * gdb.pascal/Makefile.in: Likewise.
9127 * gdb.perf/Makefile.in: Likewise.
9128 * gdb.python/Makefile.in: Likewise.
9129 * gdb.reverse/Makefile.in: Likewise.
9130 * gdb.server/Makefile.in: Likewise.
9131 * gdb.stabs/Makefile.in: Likewise.
9132 * gdb.threads/Makefile.in: Likewise.
9133 * gdb.trace/Makefile.in: Likewise.
9134 * gdb.xml/Makefile.in: Likewise.
9135 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9136 GDB_PARALLEL.
9137 (standard_output_file): Remove check for GDB_PARALLEL, always
9138 return path in outputs/$subdir/$testname.
9139
437277d4
SM
91402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9141
9142 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9143 (site.exp): Assign abs_srcdir to tcl's srcdir.
9144
31d913c7
YQ
91452016-02-04 Yao Qi <yao.qi@linaro.org>
9146
9147 * gdb.base/foll-exec-mode.c: Include limits.h.
9148 (main): Add parameters argc and argv. Get directory from
9149 argv[0].
9150 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9151 compilation.
9152 * gdb.base/foll-exec.c: Include limits.h.
9153 (main): Add parameters argc and argv.
9154 Get directory from argv[0].
9155 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9156 Adjust tests on the number of lines as source code changed.
9157 * gdb.base/foll-vfork-exit.c: Include limits.h.
9158 (main): Add one line of statement before vfork.
9159 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9160 (main): Add parameters argc and argv. Get directory from
9161 argv[0].
9162 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9163 (setup_gdb): Set tbreak to skip some source lines.
9164 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9165 (main): Add parameters argc and argv. Get directory from
9166 argv[0].
9167 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9168 compilation.
9169 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9170 (main): Add parameters argc and argv. Get directory from
9171 argv[0].
9172 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9173 compilation.
9174
9482b9fb
DE
91752016-02-01 Doug Evans <dje@google.com>
9176
9177 * gdb.base/skip.exp: Clean up multiple references to same test name.
9178
6b2e4f10
PA
91792016-02-01 Pedro Alves <palves@redhat.com>
9180
ccb6afd6 9181 PR remote/19496
6b2e4f10
PA
9182 * gdb.threads/forking-threads-plus-breakpoint.exp
9183 (displaced_stepping_supported): New global.
9184 (probe_displaced_stepping_support): New procedure.
9185 (do_test): Add 'displaced' parameter, and use it.
9186 (top level): Check for displaced stepping support. Add displaced
9187 stepping on/off testing axis.
9188
37a8db1a
AB
91892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9190
9191 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9192 pointer. Don't perform further tests on the unassociated pointer
9193 if the first test fails.
9194
5fdf6324
AB
91952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9196
9197 * gdb.base/max-value-size.c: New file.
9198 * gdb.base/max-value-size.exp: New file.
9199 * gdb.base/huge.exp: Disable max-value-size for this test.
9200
935c6144
IB
92012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9202
9203 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9204
7fe8399d
YQ
92052016-01-28 Yao Qi <yao.qi@linaro.org>
9206
9207 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9208
a2077e25
PA
92092016-01-25 Pedro Alves <palves@redhat.com>
9210
9211 PR threads/19461
9212 * gdb.base/fork-running-state.c: New file.
9213 * gdb.base/fork-running-state.exp: New file.
9214
1d2736d4
PA
92152016-01-25 Pedro Alves <palves@redhat.com>
9216
9217 PR gdb/19494
9218 * gdb.base/catch-fork-kill.c: New file.
9219 * gdb.base/catch-fork-kill.exp: New file.
9220
f1da4b11
PA
92212016-01-25 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9224 Delete, moved to lib/gdb.exp.
9225 * gdb.threads/forking-threads-plus-breakpoint.exp
9226 (foreach_with_prefix): Likewise.
9227 * gdb.threads/process-dies-while-handling-bp.exp
9228 (foreach_with_prefix): Likewise.
9229 * lib/gdb.exp (foreach_with_prefix): New procedure.
9230
45f38546
MK
92312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9232
9233 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9234 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9235
dc29a1ce
MK
92362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9237
9238 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9239 endian targets.
9240
092127d7
JK
92412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9242 Pedro Alves <palves@redhat.com>
9243
9244 Fix testsuite compatibility with Guile.
9245 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9246 number.
9247
31d765d3
JK
92482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9249
9250 Fix testsuite compatibility with Guile.
9251 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9252 (thread 1): New test for backtrace through signal handler.
9253
1ac78c04
YQ
92542016-01-22 Yao Qi <yao.qi@linaro.org>
9255
9256 PR testsuite/19491
9257 * gdb.base/multi-forks.c: Include
9258 ../lib/unbuffer_output.c
9259 (main): Call gdb_unbuffer_output.
9260
4f5946a8
DE
92612016-01-21 Doug Evans <dje@google.com>
9262
9263 * lib/ada.exp (gdb_compile_ada): Fix typo.
9264
305e13e6
JB
92652016-01-21 Joel Brobecker <brobecker@adacore.com>
9266
9267 * gdb.base/break-fun-addr.exp: New file.
9268 * gdb.base/break-fun-addr1.c: New file.
9269 * gdb.base/break-fun-addr2.c: New file.
9270
5f5dfff6
SM
92712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9272
9273 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9274 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9275 enum flag values.
9276
fd356fa2
AA
92772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9278
9279 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9280 when GDB can not set the vector return value. Add more comments
9281 for clarification.
9282
9df22175
AT
92832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9284
9285 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9286 command.
9287
41d1845e
SM
92882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9289
9290 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9291
01ac6840
SM
92922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9293
9294 * Makefile.in (check-single): Pass --status to runtest.
9295 (check/%.exp): Likewise.
9296
92972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9298
9299 * Makefile.in (check-parallel): Propagate return code from make
9300 do-check-parallel.
9301
bd0a71fa
MK
93022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9303
9304 * gdb.trace/ftrace.exp: Fix expected message on continue.
9305 * gdb.trace/pending.exp: Fix expected message on continue.
9306 * gdb.trace/trace-break.exp: Fix expected message on continue.
9307
8bcbad33
SM
93082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9309
9310 * lib/gdb.exp (gdb_test): Remove unused global references.
9311
f303dbd6
PA
93122016-01-18 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/async-shell.exp: Adjust expected output.
9315 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9316 * gdb.base/siginfo-thread.exp: Adjust expected output.
9317 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9318 * gdb.java/jnpe.exp: Adjust expected output.
9319 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9320 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9321 * gdb.threads/leader-exit.exp: Adjust expected output.
9322 * gdb.threads/manythreads.exp: Adjust expected output.
9323 * gdb.threads/pthreads.exp: Adjust expected output.
9324 * gdb.threads/schedlock.exp: Adjust expected output.
9325 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9326 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9327 expected output.
9328 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9329 output.
9330 * gdb.threads/sigthread.exp: Adjust expected output.
9331 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9332
b2789696
YQ
93332016-01-18 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.guile/scm-section-script.c: Replace @progbits with
9336 %progbits.
9337 * gdb.python/py-section-script.c: Likewise.
9338
71ef29a8
PA
93392016-01-15 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.multi/tids.exp: Test star wildcard ranges.
9342
3f5b7598
PA
93432016-01-15 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9346 command from "thread apply" invocation.
9347 (thr_apply_info_thr_invalid): Default the expected output to the
9348 input tid list.
9349 (top level): Add tests that use convenience variables. Add tests
9350 for "thread apply" with a valid TID list, but missing the command.
9351
663f6d42
PA
93522016-01-13 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.base/default.exp: Expect $_gthread as well.
9355 * gdb.multi/tids.exp: Test $_gthread.
9356 * gdb.threads/thread-specific.exp: Test $_gthread.
9357
c84f6bbf
PA
93582016-01-13 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.multi/tids.exp: Test "info threads -gid".
9361
22a02324
PA
93622016-01-13 Pedro Alves <palves@redhat.com>
9363
9364 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9365 Breakpoint.thread.
9366 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9367
5d5658a1
PA
93682016-01-07 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/break.exp: Adjust to output changes.
9371 * gdb.base/hbreak2.exp: Likewise.
9372 * gdb.base/sepdebug.exp: Likewise.
9373 * gdb.base/watch_thread_num.exp: Likewise.
9374 * gdb.linespec/keywords.exp: Likewise.
9375 * gdb.multi/info-threads.exp: Likewise.
9376 * gdb.threads/thread-find.exp: Likewise.
9377 * gdb.multi/tids.c: New file.
9378 * gdb.multi/tids.exp: New file.
9379
84654457
PA
93802016-01-13 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9383
e3940304
PA
93842016-01-13 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/default.exp: Expect $_inferior as well.
9387 * gdb.multi/base.exp: Test $_inferior.
9388
a911d87a
PA
93892016-01-13 Pedro Alves <palves@redhat.com>
9390
9391 PR breakpoints/19388
9392 * gdb.base/catch-signal-siginfo-cond.c: New file.
9393 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9394
82075af2
JS
93952016-01-12 Josh Stone <jistone@redhat.com>
9396 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9397
9398 * gdb.base/catch-syscall.c (do_execve): New variable.
9399 (main): Conditionally trigger an execve.
9400 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9401 (test_catch_syscall_execve): New, check entry/return across execve.
9402 (do_syscall_tests): Call test_catch_syscall_execve.
9403
e46eeedd
PA
94042016-01-12 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.base/random-signal.exp (do_test): New procedure, with body
9407 of testcase moved in.
9408
01d8c27e
JK
94092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9410 Pedro Alves <palves@redhat.com>
9411
9412 * gdb.base/funcargs.exp (finish from indirectly called function):
9413 Reintroduce the case for 'First'.
9414
9a706302
JK
94152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9416 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9419 (tcatch_vfork_then_child_follow_exec)
9420 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9421 identification.
9422
c0ecb95f
JK
94232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9424
9425 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9426 and repeats to unlimited.
9427 * gdb.python/py-value.exp: Likewise.
9428 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9429 and repeats to unlimited.
9430
6cfc1fcb
JK
94312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9434 and reordering the functions.
9435 * gdb.multi/hangout.c: Likewise.
9436 * gdb.multi/hello.c: Likewise.
9437
582a1b00
SM
94382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9441 absolute.
9442 (SingleStatisticTestResult.report): Use dict.keys instead of
9443 dict.iterkeys.
9444
79bc59cb
PA
94452016-01-06 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9448
43368e1d
MM
94492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9450
9451 * gdb.btrace/dlopen.exp: New.
9452 * gdb.btrace/dlopen.c: New.
9453 * gdb.btrace/dlopen-dso.c: New.
9454
79fad5b8
SL
94552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9456
9457 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9458 PATTERN argument is optional.
9459
ab8314b3
JB
94602015-12-24 Joel Brobecker <brobecker@adacore.com>
9461
9462 * lib/ada.exp (target_compile_ada_from_dir): New function.
9463 (gdb_compile_ada): Reimplement avoiding the use of project files.
9464 * gdb.ada/gnat_ada.gpr: Delete.
9465 * gdb.ada/cond_lang.exp: Adjust test to make path before
9466 filename optional.
9467 * gdb.ada/small_reg_param.exp: Likewise.
9468
fe33faff
SM
94692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9470
9471 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9472
6d265cb4
TP
94732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9474
9475 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9476 case.
9477
10125099
SM
94782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9479
9480 * gdb.base/break.exp: Remove dead code.
9481 * gdb.base/sepdebug.exp: Likewise.
9482
3ca22649
SM
94832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9484
9485 * gdb.asm/asm-source.exp: Remove HP-UX references.
9486 * gdb.base/annota1.exp: Likewise.
9487 * gdb.base/annota3.exp: Likewise.
9488 * gdb.base/attach.exp: Likewise.
9489 * gdb.base/bigcore.exp: Likewise.
9490 * gdb.base/break.exp: Likewise.
9491 * gdb.base/call-ar-st.exp: Likewise.
9492 * gdb.base/callfuncs.exp: Likewise.
9493 * gdb.base/catch-fork-static.exp: Likewise.
9494 * gdb.base/display.exp: Likewise.
9495 * gdb.base/foll-exec-mode.exp: Likewise.
9496 * gdb.base/foll-exec.exp: Likewise.
9497 * gdb.base/foll-fork.exp: Likewise.
9498 * gdb.base/foll-vfork.exp: Likewise.
9499 * gdb.base/funcargs.exp: Likewise.
9500 * gdb.base/hbreak2.exp: Likewise.
9501 * gdb.base/inferior-died.exp: Likewise.
9502 * gdb.base/interrupt.exp: Likewise.
9503 * gdb.base/multi-forks.exp: Likewise.
9504 * gdb.base/nodebug.exp: Likewise.
9505 * gdb.base/sepdebug.exp: Likewise.
9506 * gdb.base/solib1.c: Likewise.
9507 * gdb.base/step-test.exp: Likewise.
9508 * gdb.mi/non-stop.c: Likewise.
9509 * gdb.mi/pthreads.c: Likewise.
9510 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9511 * gdb.threads/pthreads.c: Likewise.
9512 * gdb.threads/staticthreads.exp: Likewise.
9513 * lib/future.exp: Likewise.
9514 * lib/gdb.exp: Likewise.
9515 * gdb.base/so-indr-cl.c: Remove.
9516 * gdb.base/so-indr-cl.exp: Likewise.
9517 * gdb.base/solib.c: Likewise.
9518 * gdb.base/solib.exp: Likewise.
9519 * gdb.base/solib2.c: Likewise.
9520
b6304613
SM
95212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9522
9523 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9524 * gdb.base/call-ar-st.exp: Likewise.
9525 * gdb.base/callfuncs.exp: Likewise.
9526 * gdb.base/condbreak.exp: Likewise.
9527 * gdb.base/constvars.exp: Likewise.
9528 * gdb.base/hbreak2.exp: Likewise.
9529 * gdb.base/langs.exp: Likewise.
9530 * gdb.base/list.exp: Likewise.
9531 * gdb.base/long_long.exp: Likewise.
9532 * gdb.base/ptype.exp: Likewise.
9533 * gdb.base/scope.exp: Likewise.
9534 * gdb.base/signals.exp: Likewise.
9535 * gdb.base/so-impl-ld.exp: Likewise.
9536 * gdb.base/varargs.exp: Likewise.
9537 * gdb.base/volatile.exp: Likewise.
9538 * gdb.base/whatis.exp: Likewise.
9539 * gdb.cp/cplusfuncs.exp: Likewise.
9540 * gdb.cp/inherit.exp: Likewise.
9541 * gdb.cp/local.exp: Likewise.
9542 * gdb.cp/member-ptr.exp: Likewise.
9543 * gdb.cp/method.exp: Likewise.
9544 * gdb.cp/overload.exp: Likewise.
9545 * gdb.cp/templates.exp: Likewise.
9546 * gdb.stabs/weird.exp: Likewise.
9547 * lib/compiler.c: Likewise.
9548 * lib/compiler.cc: Likewise.
9549 * lib/cp-support.exp: Likewise.
9550 * lib/gdb.exp: Likewise.
9551
bf401b07
SM
95522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9553
9554 * configure.ac: Remove HP-UX case.
9555 * configure: Regenerate.
9556
aff9c0f8
SM
95572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9558
9559 * lib/gdb.exp (gdb_compile): Add function doc.
9560
a6904d5a
PA
95612015-12-17 Pedro Alves <palves@redhat.com>
9562
9563 PR threads/19354
9564 * gdb.multi/info-threads.exp: New file.
9565
a22279dd
YQ
95662015-12-15 Yao Qi <yao.qi@linaro.org>
9567
9568 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9569 is aarch64*-*-*.
9570
0588c796
SL
95712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9572
9573 * gdb.base/history-duplicates.exp: Skip if no readline support.
9574
5d978e17
SL
95752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9576
9577 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9578
7e763b86
SL
95792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9580
9581 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9582
87a3a92c
SL
95832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9584
9585 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9586 ctrl-C if nointerrupts target property is set.
9587 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9588 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9589 * gdb.base/paginate-bg-execution.exp: Likewise.
9590 * gdb.base/paginate-execution-startup.exp: Likewise.
9591 * gdb.base/random-signal.exp: Likewise.
9592 * gdb.base/range-stepping.exp: Likewise.
9593 * gdb.cp/annota2.exp: Likewise.
9594 * gdb.cp/annota3.exp: Likewise.
9595 * gdb.gdb/selftest.exp: Likewise.
9596 * gdb.threads/continue-pending-status.exp: Likewise.
9597 * gdb.threads/leader-exit.exp: Likewise.
9598 * gdb.threads/manythreads.exp: Likewise.
9599 * gdb.threads/pthreads.exp: Likewise.
9600 * gdb.threads/schedlock.exp: Likewise.
9601 * gdb.threads/sigthread.exp: Likewise.
9602
a8f077dc
DB
96032015-12-11 Don Breazeal <donb@codesourcery.com>
9604
9605 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9606 remote.
9607 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9608 * gdb.base/foll-exec.exp (main): Enable for target remote.
9609 * gdb.base/foll-fork.exp (main): Likewise.
9610 * gdb.base/foll-vfork.exp (main): Likewise.
9611 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9612 (proc continue_to_exit_bp_loc): Use clean_restart.
9613 * gdb.base/pie-execl.exp (main): Disable for target remote.
9614 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9615 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9616 * gdb.threads/execl.exp (main): Likewise.
9617 * gdb.threads/fork-child-threads.exp (main): Likewise.
9618 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9619 remote.
9620 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9621 remote.
9622 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9623 pid.tid style ptids, instead of just tid.
9624 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9625 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9626 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9627 ptids, instead of just tid.
9628
3b2464a8
AB
96292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9630
9631 * gdb.base/list.exp (test_list_forward): Add end of file error
9632 test.
9633 (test_repeat_list_command): Add end of file error test.
9634 (test_list_backwards): Add beginning of file error test.
9635
a0def019
AB
96362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9637
9638 * gdb.base/list.exp (test_list_invalid_args): New function,
9639 defined, and called.
9640
5c000dff
AB
96412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9642
9643 * gdb.base/list.exp (test_list): Make test names unique.
9644
f1637ebe
YQ
96452015-12-11 Yao Qi <yao.qi@linaro.org>
9646
9647 * gdb.base/coremaker2.c: Remove.
9648
36d6fc0a
PA
96492015-12-10 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.multi/base.exp: Remove stale "spaces" references.
9652
762f7747
PA
96532015-12-10 Pedro Alves <palves@redhat.com>
9654
9655 * gdb.multi/base.exp: Don't use nowarnings.
9656 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9657 * gdb.multi/hangout.c: Include stdio.h.
9658 * gdb.multi/hello.c: Include stdlib.h.
9659 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9660 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9661 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9662
28d2bfb9
AB
96632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9664
9665 * gdb.dwarf2/dw2-ranges-base.c: New file.
9666 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9667 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9668 support additional line table, and debug ranges generation.
9669 (Dwarf::ranges): New function, generate .debug_ranges.
9670 (Dwarf::lines): Support generating simple line table programs.
9671 (Dwarf::assemble): Initialise new namespace variables.
9672
5fc2beac
KB
96732015-12-09 Kevin Buettner <kevinb@redhat.com>
9674
9675 * gdb.base/async.exp (proc test_background): Add case for
9676 asynchronous execution not supported.
9677
1c35a88f
LM
96782015-12-09 Luis Machado <lgustavo@codesourcery.com>
9679
9680 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9681 format and change test names to make them unique.
9682
b593e3d9
RK
96832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9684 Pedro Alves <pedro@redhat.com>
9685
9686 PR gdb/18702
9687 Add checking of floatformats setup on x86_64 hosts.
9688 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9689 (smallval, bigval): New labels/constants.
9690 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9691 float" after loading bigval and smallval.
9692
d72413e6
PMR
96932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9694
9695 * gdb.ada/fun_overload_menu.exp: New testcase.
9696 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9697
ece66d65
JS
96982015-12-04 Josh Stone <jistone@redhat.com>
9699
9700 * gdb.base/catch-fork-static.exp: New.
9701
41d0efca
YQ
97022015-12-03 Yao Qi <yao.qi@linaro.org>
9703
9704 * gdb.base/sizeof.c: Don't include stdio.h and
9705 ../lib/unbuffer_output.c.
9706 (main): New variable 'size' and 'value'. Remove printf and
9707 gdb_unbuffer_output. Assign return value to size and value.
9708 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9709 at the beginning.
9710 (check_sizeof): Check the result by printing variable 'size'.
9711 (check_valueof): Check the result by printing variable 'value'.
9712
99fd02d9
YQ
97132015-12-01 Yao Qi <yao.qi@linaro.org>
9714
9715 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9716 for aarch64*-*-linux* target.
9717
f2faf941
PA
97182015-11-30 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9721
04bf20c5
PA
97222015-11-30 Pedro Alves <palves@redhat.com>
9723
9724 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9725 Handle non-stop mode vCont replies.
9726
09df4675
PA
97272015-11-30 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9730 prepare_for_testing. Start gdb with "set non-stop on" appended to
9731 GDBFLAGS. Lax expected stop output.
9732
58b584af
YQ
97332015-11-27 Yao Qi <yao.qi@linaro.org>
9734
9735 * gdb.arch/arm-neon.exp: New.
9736 * gdb.arch/arm-neon.c: New.
9737
dfcb77a8
YQ
97382015-11-27 Yao Qi <yao.qi@linaro.org>
9739
9740 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9741
88e8ec1b
YQ
97422015-11-27 Yao Qi <yao.qi@linaro.org>
9743
9744 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9745 frames-invalid annotation.
9746
bfde72c2
YQ
97472015-11-27 Yao Qi <yao.qi@linaro.org>
9748
9749 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9750
f6512a69
SM
97512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9752
9753 * gdb.threads/names.exp: New file.
9754 * gdb.threads/names.c: New file.
9755 * README: Mention gdb,no_thread_names.
9756
46a3515b
MM
97572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9758
9759 PR 19297
9760 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9761 support" error.
9762
62147a22
PA
97632015-11-24 Pedro Alves <palves@redhat.com>
9764
9765 PR 17539
9766 * gdb.base/display.exp: Expect displays to be sorted in ascending
9767 order. Use multi_line.
9768 * gdb.base/solib-display.exp: Likewise.
9769
2f341b6e
PA
97702015-11-24 Pedro Alves <palves@redhat.com>
9771
9772 PR 17539
25d49b86
PA
9773 * gdb.base/display.exp: Expect displays to be sorted in ascending
9774 order. Use multi_line.
9775 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9776
7e0aa6aa
PA
97772015-11-24 Pedro Alves <palves@redhat.com>
9778
9779 PR 17539
9780 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9781 threads in ascending order.
9782 * gdb.base/foll-fork.exp: Likewise.
9783 * gdb.base/foll-vfork.exp: Likewise.
9784 * gdb.base/multi-forks.exp: Likewise.
9785 * gdb.mi/mi-nonstop.exp: Likewise.
9786 * gdb.mi/mi-nsintrall.exp: Likewise.
9787 * gdb.multi/base.exp: Likewise.
9788 * gdb.multi/multi-arch.exp: Likewise.
9789 * gdb.python/py-inferior.exp: Likewise.
9790 * gdb.threads/break-while-running.exp: Likewise.
9791 * gdb.threads/execl.exp: Likewise.
9792 * gdb.threads/gcore-thread.exp: Likewise.
9793 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9794 * gdb.threads/kill.exp: Likewise.
9795 * gdb.threads/linux-dp.exp: Likewise.
9796 * gdb.threads/multiple-step-overs.exp: Likewise.
9797 * gdb.threads/next-bp-other-thread.exp: Likewise.
9798 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9799 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9800 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9801 * gdb.threads/thread-find.exp: Likewise.
9802 * gdb.threads/tls.exp: Likewise.
9803 * lib/mi-support.exp (mi_reverse_list): Delete.
9804 (mi_check_thread_states): No longer reverse list.
9805
2cc57ad8
PA
98062015-11-24 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9809 use lowercase.
9810
c93e8391
SM
98112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9812
9813 * gdb.trace/actions.c: Include trace-common.h.
9814 (main): Add a location for a fast tracepoint.
9815 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9816 the normal tracepoints.
9817 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9818
045ccf91
SM
98192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9820
9821 * save-trace.exp: Factor out code to these...
9822 (gdb_save_tracepoints): New.
9823 (gdb_load_tracepoints): New.
9824 (do_save_load_test): New.
9825
5506f9f6
KB
98262015-11-23 Kevin Buettner <kevinb@redhat.com>
9827
9828 * gdb.base/asmlabel.exp: New test.
9829 * gdb.base/asmlabel.c: New test case.
9830
16c3b12f
JB
98312015-11-23 Joel Brobecker <brobecker@adacore.com>
9832
9833 * gdb.base/wrong_frame_bt_full-main.c: New file.
9834 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9835 * gdb.base/wrong_frame_bt_full.exp: New file.
9836
155bfbd3
JB
98372015-11-23 Joel Brobecker <brobecker@adacore.com>
9838
9839 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9840
bb097445
JM
98412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9842
206853a0 9843 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
9844 pstate register when comparing registers values in
9845 sparc64-*-linux-gnu targets to avoid spurious differences.
9846
9c88ed8f
JM
98472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9848
206853a0 9849 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 9850
96161e25
SL
98512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9852
9853 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9854 as type argument to gdb_compile.
9855 * gdb.base/nested-subp2.exp: Likewise.
9856 * gdb.base/nested-subp3.exp: Likewise.
9857
340c2830
DV
98582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9859
9860 * lib/dwarf.exp (_note): Fix left shift of negative value.
9861 * gdb.trace/trace-condition.exp: Likewise.
9862
c1862d0f
YQ
98632015-11-13 Yao Qi <yao.qi@linaro.org>
9864
9865 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9866 comments about d10v.
9867 (test_scalar_returns): Likewise.
9868 * gdb.base/d10v.ld: Remove.
9869 * gdb.base/overlays.exp: Remove the target triplet checking for
9870 d10v-*-*.
9871 * gdb.base/structs.exp (test_struct_returns): Remove the
9872 comments about d10v.
9873 (test_struct_calls): Likewise.
9874
77ae9c19
YQ
98752015-11-13 Yao Qi <yao.qi@linaro.org>
9876
9877 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9878 * gdb.base/gnu_vector.c: Don't include stdio.h.
9879 (main): Don't print res and call add_some_intvecs.
9880
430e004e
MK
98812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9882
9883 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9884 macro.
9885 (func5): Removed.
9886 (func4): Use FAST_TRACEPOINT_LABEL.
9887 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9888 macro.
9889 (func): Removed.
9890 (thread_function): Use FAST_TRACEPOINT_LABEL.
9891 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9892 (func): Remove.
9893 (marker): Use FAST_TRACEPOINT_LABEL.
9894 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9895 (pendfunc1): Remove.
9896 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9897 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9898 (foo): Remove.
9899 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9900 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9901 macro.
9902 (func): Remove.
9903 (marker): Use FAST_TRACEPOINT_LABEL.
9904 * gdb.trace/trace-common.h: New header.
9905 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9906 macro.
9907 (func): Remove.
9908 (marker): Use FAST_TRACEPOINT_LABEL.
9909 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9910 (func): Remove.
9911 (thread_function): Use FAST_TRACEPOINT_LABEL.
9912
6e7675a7
MK
99132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9914
9915 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9916 in front.
9917 * gdb.trace/change-loc.exp: Use global pcreg definition.
9918 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9919 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9920 in front.
9921 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9922 * gdb.trace/pending.exp: Likewise.
9923 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9924 * gdb.trace/trace-break.exp: Likewise.
9925 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9926 in front.
9927 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9928 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9929 in front.
9930 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9931
dddc0e16
JB
99322015-11-09 Joel Brobecker <brobecker@adacore.com>
9933
9934 * gdb.ada/fin_fun_out: New testcase.
9935
c6f0b406
KB
99362015-11-07 Kevin Buettner <kevinb@redhat.com>
9937
9938 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9939 value associated with DW_AT_byte_size.
9940 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9941 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9942 DW_AT_upper_bound.
9943
f01dcfd9
KB
99442015-11-07 Kevin Buettner <kevinb@redhat.com>
9945
9946 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9947 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9948 version.
9949 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9950 gdb.dwarf2/dw2-canonicalize-type.exp,
9951 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9952 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9953 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9954 provided by gdb_target_symbol_prefix_flags_asm.
9955 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9956 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9957 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9958 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9959 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9960 macros where needed). Use this macro for symbols which require
9961 the prefix provided by SYMBOL_PREFIX.
9962
2223449a
KB
99632015-11-05 Kevin Buettner <kevinb@redhat.com>
9964
9965 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9966 New procs.
9967 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9968 representing expressions, of more than one list element.
9969 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9970 to prepend linker symbol prefix to f.
9971 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9972 table_1 and table_2.
9973 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9974 Likewise, for f and g.
9975 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9976 for ptr.
9977 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9978 for main.
9979 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9980 table_1_ptr and table_2_ptr.
9981
6f2f1a3a
JK
99822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9983 Joel Brobecker <brobecker@adacore.com>
9984
9985 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9986
566c56c9
MK
99872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9988
9989 * gdb.reverse/s390-mvcle.c: New test.
9990 * gdb.reverse/s390-mvcle.exp: New file.
9991 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9992
d5f0636b
MK
99932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9994
9995 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9996
7ad8b86c
MK
99972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9998
9999 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10000 reaching marker2.
10001 * gdb.reverse/getresuid-reverse.exp: Likewise.
10002 * gdb.reverse/pipe-reverse.exp: Likewise.
10003 * gdb.reverse/readv-reverse.exp: Likewise.
10004 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10005 * gdb.reverse/time-reverse.exp: Likewise.
10006 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10007
4081c0f1
YQ
100082015-10-30 Yao Qi <yao.qi@linaro.org>
10009
10010 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10011 (empty_cycle): Remove.
10012 (main): Don't call empty_cycle. Don't use watch_count_done.
10013 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10014 empty_cycle. Rewrite the code counting HW watchpoints.
10015
452b4ba5
MK
100162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10017
10018 * gdb.reverse/fstatat-reverse.c: New test.
10019 * gdb.reverse/fstatat-reverse.exp: New file.
10020 * gdb.reverse/getresuid-reverse.c: New test.
10021 * gdb.reverse/getresuid-reverse.exp: New file.
10022 * gdb.reverse/pipe-reverse.c: New test.
10023 * gdb.reverse/pipe-reverse.exp: New file.
10024 * gdb.reverse/readv-reverse.c: New test.
10025 * gdb.reverse/readv-reverse.exp: New file.
10026 * gdb.reverse/recvmsg-reverse.c: New test.
10027 * gdb.reverse/recvmsg-reverse.exp: New file.
10028 * gdb.reverse/time-reverse.c: New test.
10029 * gdb.reverse/time-reverse.exp: New file.
10030 * gdb.reverse/waitpid-reverse.c: New test.
10031 * gdb.reverse/waitpid-reverse.exp: New file.
10032
5e2e7507
JK
100332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10036
0fde2c53
DE
100372015-10-26 Doug Evans <dje@google.com>
10038
10039 PR symtab/17391
10040 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10041 * gdb.dwarf2/bad-regnum.c: New file.
10042 * gdb.dwarf2/bad-regnum.exp: New file.
10043
1a70ae97
DE
100442015-10-26 Doug Evans <dje@google.com>
10045
10046 PR python/18938
10047 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10048 file.
10049
27dc26ab
JK
100502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10053 for a change by "Mention language in compile error message".
10054
bed91f4d
SM
100552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10056
10057 PR python/18073
10058 * gdb.python/py-type.c (C::a_method): New.
10059 (C::a_const_method): New.
10060 (C::a_static_method): New.
10061 (a_function): New.
10062 * gdb.python/py-type.exp (test_fields): Test getting fields
10063 from function and method.
10064
3f2f83dd
KB
100652015-10-21 Keven Boell <keven.boell@intel.com>
10066
10067 * gdb.fortran/vla-alloc-assoc.exp: New file.
10068 * gdb.fortran/vla-datatypes.exp: New file.
10069 * gdb.fortran/vla-datatypes.f90: New file.
10070 * gdb.fortran/vla-history.exp: New file.
10071 * gdb.fortran/vla-ptype-sub.exp: New file.
10072 * gdb.fortran/vla-ptype.exp: New file.
10073 * gdb.fortran/vla-sizeof.exp: New file.
10074 * gdb.fortran/vla-sub.f90: New file.
10075 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10076 * gdb.fortran/vla-value-sub-finish.exp: New file.
10077 * gdb.fortran/vla-value-sub.exp: New file.
10078 * gdb.fortran/vla-value.exp: New file.
10079 * gdb.fortran/vla-ptr-info.exp: New file.
10080 * gdb.mi/mi-vla-fortran.exp: New file.
10081 * gdb.mi/vla.f90: New file.
10082
27145d50
SL
100832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10084
10085 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10086 of hardwired timeout value.
10087
5f3ff4f8
JK
100882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10089 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10092 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10093
bfd09d20
JS
100942015-10-19 Josh Stone <jistone@redhat.com>
10095
10096 * gdb.base/catch-syscall.c: Include <sched.h>.
10097 (unknown_syscall): New variable.
10098 (main): Trigger a vfork and an unknown syscall.
10099 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10100 (unknown_syscall_number): Likewise.
10101 (check_call_to_syscall): Accept an optional syscall pattern.
10102 (check_return_from_syscall): Likewise.
10103 (check_continue): Likewise.
10104 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10105 (test_catch_syscall_skipping_return): New test toggling off 'catch
10106 syscall' to step over the syscall return, then toggling back on.
10107 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10108 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10109 (do_syscall_tests): Call test_catch_syscall_without_args and
10110 test_catch_syscall_mid_vfork.
10111 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10112 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10113
b32b93c6
AS
101142015-10-19 Andrew Stubbs <ams@codesourcery.com>
10115
10116 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10117 print g_vE): Add new pass patterns.
10118 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10119 print various symbol names for vptr fields.
10120
9d622bda
AB
101212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10122
10123 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10124 results.
10125
0fd8ac1c
YQ
101262015-10-12 Yao Qi <yao.qi@linaro.org>
10127
10128 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10129
34240514
YQ
101302015-10-12 Yao Qi <yao.qi@linaro.org>
10131
10132 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10133 is aarch64*-*-linux*.
10134
8240f442
YQ
101352015-10-12 Yao Qi <yao.qi@linaro.org>
10136
10137 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10138 (can_relocate_bcond_true): ... it.
10139 (can_relocate_bcond_false): New function.
10140 (foo): Likewise.
10141 (can_relocate_bl): Likewise.
10142 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10143 can_relocate_bl.
10144
2520f728
PMR
101452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10146
10147 * gdb.base/nested-addr.c: New file.
10148 * gdb.base/nested-addr.exp: New testcase.
10149
abcef95a
MM
101502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10151
10152 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10153 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10154 its output. Ignore the output of "record goto begin" and instead
10155 check that GDB is replaying.
10156
145e3ddb
PA
101572015-10-09 Pedro Alves <palves@redhat.com>
10158
10159 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10160 (top level): Use it in the run with no args test.
10161
d5d8c4e1
IB
101622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10163
10164 * gdb.dlang/properties.exp: New file.
10165
06e635ef
SL
101662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10167
10168 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10169 whether or not address 0x1000 is mapped on the target.
10170
e019fd1d
SM
101712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10172
10173 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10174 build.
10175
77ba2a67
MM
101762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10177
10178 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10179 instruction-history test.
10180
c60eb31f
DE
101812015-09-28 Doug Evans <dje@google.com>
10182
10183 * gdb.base/gcore.c (array_func): Add reference to static_array.
10184
9a3c8263
SM
101852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10186
10187 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10188 source line.
10189
9720e656
SL
101902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10191
10192 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10193 short or char as base type.
10194
938d3bf2
SL
101952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10196
10197 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10198 to allow any size enum.
10199
e6c2c623
PMR
102002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10201
10202 * gdb.ada/array_ptr_renaming.exp: New testcase.
10203 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10204 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10205
06da0f77
PL
102062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10207
10208 * gdb.trace/ftrace-lock.c: New file.
10209 * gdb.trace/ftrace-lock.exp: New file.
10210
4f51c22a
PL
102112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10212
10213 * gdb.arch/insn-reloc.c: New file.
10214 * gdb.arch/ftrace-insn-reloc.exp: New file.
10215
7041adf4
PL
102162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10217
10218 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10219 instruction.
10220 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10221 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10222 * gdb.trace/range-stepping.c: Likewise.
10223 * gdb.trace/trace-break.c: Likewise.
10224 * gdb.trace/trace-mt.c (thread_function): Likewise.
10225 * gdb.trace/ftrace.c (marker): Likewise.
10226 * gdb.trace/trace-condition.c (marker): Likewise.
10227 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10228 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10229 is_aarch64_target.
10230
015d2e7e
DE
102312015-09-18 Doug Evans <xdje42@gmail.com>
10232
10233 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10234 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10235
26b188a2
SL
102362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10237
10238 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10239 the breakpoint.
10240
79dc332b
SL
102412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10242
10243 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10244 the pending breakpoint. Remove timeout override for "Run till
10245 MI pending breakpoint on pendfunc3 on thread 2" test.
10246
f57929f2
SL
102472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10248
10249 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10250 filename pattern.
10251
3f469b17
SL
102522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10253
10254 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10255 in breakpoint filename pattern.
10256
515b89b3
SL
102572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10258
7800dbe4
SL
10259 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10260
102612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10262
515b89b3
SL
10263 * gdb.linespec/explicit.exp: Check for readline support for
10264 tab-completion tests. Fix obvious typo.
10265
d2939ba2
MM
102662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10267
10268 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10269 and replay.
10270
cbb55fa7
MM
102712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10272
10273 * gdb.btrace/non-stop.c: New.
10274 * gdb.btrace/non-stop.exp: New.
10275
43691ca1
PL
102762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10277 Yao Qi <yao.qi@linaro.org>
10278
10279 * gdb.trace/trace-condition.c: New file.
10280 * gdb.trace/trace-condition.exp: New file.
10281
d78908cf
WW
102822015-09-16 Wei-cheng Wang <cole945@gmail.com>
10283
10284 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10285 for testing bytecode compilation.
10286
1ed415e2
PA
102872015-09-16 Pedro Alves <palves@redhat.com>
10288 Sandra Loosemore <sandra@codesourcery.com>
10289
10290 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10291 (SECONDS): Redefine.
10292 (main): Call pthread_kill and alarm early.
10293 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10294 support.
10295 (test): If the target can't hardware step and doesn't support
10296 displaced stepping, increase the timeout.
10297
d136eff5
PA
102982015-09-16 Pedro Alves <palves@redhat.com>
10299
10300 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10301 (enable_debug): New procedures.
10302 (test): Use them. Bail out if waiting for threads fails.
10303 (top level): Bail out if a test fails.
10304
991f019c
YQ
103052015-09-16 Yao Qi <yao.qi@linaro.org>
10306
10307 * gdb.asm/asm-source.exp: Set asm-arch for
10308 aarch64*-*-* target.
10309 * gdb.asm/aarch64.inc: New file.
10310
bfca584f
PMR
103112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10312
10313 * gdb.ada/array_of_variable_length.exp: New testcase.
10314 * gdb.ada/array_of_variable_length/foo.adb: New file.
10315 * gdb.ada/array_of_variable_length/pck.adb: New file.
10316 * gdb.ada/array_of_variable_length/pck.ads: New file.
10317
b326e587
DE
103182015-09-15 Doug Evans <dje@google.com>
10319
10320 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10321 of function static local variable.
10322
5382cfab
PW
103232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10324
10325 * gdb.threads/tls-so_extern.exp: New test file.
10326 * gdb.threads/tls-so_extern.c: New test file.
10327 * gdb.threads/tls-so_extern_main.c: New test file.
10328
141c5cc4
JK
103292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10330
10331 * gdb.opt/solib-intra-step-lib.c: New file.
10332 * gdb.opt/solib-intra-step-main.c: New file.
10333 * gdb.opt/solib-intra-step.exp: New file.
10334
d15dcecd
PA
103352015-09-15 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10338 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10339
4c2f2a79
PA
103402015-09-14 Pedro Alves <palves@redhat.com>
10341
10342 * gdb.base/hook-stop-continue.c: Delete.
10343 * gdb.base/hook-stop-continue.exp: Delete.
10344 * gdb.base/hook-stop-frame.c: Delete.
10345 * gdb.base/hook-stop-frame.exp: Delete.
10346 * gdb.base/hook-stop.c: New file.
10347 * gdb.base/hook-stop.exp: New file.
10348
919e6dbe
PMR
103492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10350
10351 * gdb.ada/access_to_packed_array.exp: New testcase.
10352 * gdb.ada/access_to_packed_array/foo.adb: New file.
10353 * gdb.ada/access_to_packed_array/pack.adb: New file.
10354 * gdb.ada/access_to_packed_array/pack.ads: New file.
10355
157280a4
MM
103562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10357
10358 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10359 buffer size test.
10360
2fd33e94
DB
103612015-09-11 Don Breazeal <donb@codesourcery.com>
10362
10363 * gdb.base/foll-exec.c: Add copyright header. Fix
10364 formatting issues.
10365 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10366 (do_exec_tests): Use clean_restart in place of zap_session,
10367 and for test initialization. Fix formatting issues. Use
10368 fail in place of perror.
10369 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10370 an expect statement to match an expression with output from
10371 the program under debug.
10372 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10373 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10374 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10375 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10376 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10377
e70b6e8e
DE
103782015-09-09 Doug Evans <dje@google.com>
10379
10380 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10381
7a551a51
DE
103822015-09-09 Doug Evans <dje@google.com>
10383
10384 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10385
4c666f84
DE
103862015-09-09 Doug Evans <dje@google.com>
10387
10388 * gdb.base/savedregs.exp: Fix typo.
10389
243a9253
PA
103902015-09-09 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10393
c0fa8fbd
SL
103942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10395
10396 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10397 command actually switches threads. Give up on remaining
10398 tests if target fails to stop at breakpoint.
10399
cd7c1778
PMR
104002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10401
10402 * gdb.ada/funcall_char.exp: New testcase.
10403 * gdb.ada/funcall_char/foo.adb: New file.
10404
dc5c8746
PMR
104052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10406
10407 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10408 expected outputs. Add two testcases for completing ambiguous
10409 functions.
10410 * gdb.ada/complete/aux_pck.adb: New file.
10411 * gdb.ada/complete/aux_pck.ads: New file.
10412 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10413 Ambiguous_Func functions.
10414 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10415 * gdb.ada/complete/pck.adb: Likewise.
10416
4e83a1e7
UW
104172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10418
10419 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10420 failures to run the test program under GDB.
10421
8ce74153
LM
104222015-08-26 Luis Machado <lgustavo@codesourcery.com>
10423
10424 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10425 to C.
10426
e9756d52
PP
104272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10428
10429 * gdb.base/run-after-attach.exp: New test file.
10430 * gdb.base/run-after-attach.c: New test file.
10431
8d37573b
DB
104322015-08-26 Don Breazeal <donb@codesourcery.com>
10433
10434 * gdb.base/foll-exec-2.c: New test program.
10435 * gdb.base/foll-exec-2.exp: New test.
10436
63e43d3a
PMR
104372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10438
10439 * gdb.base/nested-subp1.exp: New file.
10440 * gdb.base/nested-subp1.c: New file.
10441 * gdb.base/nested-subp2.exp: New file.
10442 * gdb.base/nested-subp2.c: New file.
10443 * gdb.base/nested-subp3.exp: New file.
10444 * gdb.base/nested-subp3.c: New file.
10445
3d40fbb5
PA
104462015-08-24 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.server/connect-without-multi-process.c: New file.
10449 * gdb.server/connect-without-multi-process.exp: New file.
10450
4422ac93
LM
104512015-08-24 Luis Machado <lgustavo@codesourcery.com>
10452
10453 * gdb.opt/inline-markers.c: Make z int.
10454
91dddb86
LM
104552015-08-24 Luis Machado <lgustavo@codesourcery.com>
10456
10457 * gdb.opt/inline-markers.c: Make z volatile.
10458
a48847ee
LM
104592015-08-24 Luis Machado <lgustavo@codesourcery.com>
10460
10461 * gdb.opt/inline-bt.c: New volatile global z.
10462 * gdb.opt/inline-cmds.c: Likewise.
10463 * gdb.opt/inline-locals.c: Likewise.
10464 * gdb.opt/inline-markers.c: New extern global z.
10465 (marker): Use z.
10466 (inline_fn): Likewise.
10467
0ebbc52b
PA
104682015-08-24 Pedro Alves <palves@redhat.com>
10469
10470 * config/m32r-stub.exp: Remove file.
10471 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10472 * gdb.base/call-rt-st.exp: Likewise.
10473 * gdb.base/call-strs.exp: Likewise.
10474 * gdb.base/default.exp: Remove references to h8300-*-hms and
10475 *-*-udi*.
10476 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10477
77c365df
AA
104782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10479
10480 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10481 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10482 and "return" use KFAIL when GDB can not read/write the vector
10483 return value.
10484
4313b8c0
GB
104852015-08-21 Gary Benson <gbenson@redhat.com>
10486
10487 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10488
0e433b32
PA
104892015-08-20 Pedro Alves <palves@redhat.com>
10490
10491 * gdb.server/solib-list.exp: No longer expect an interior stop in
10492 non-stop mode.
10493
221e1a37
PA
104942015-08-20 Pedro Alves <palves@redhat.com>
10495
10496 * gdb.server/connect-stopped-target.c: New file.
10497 * gdb.server/connect-stopped-target.exp: New file.
10498
40e3ad0e
PA
104992015-08-20 Pedro Alves <palves@redhat.com>
10500
10501 * gdb.dwarf2/comp-unit-lang.exp: New file.
10502 * gdb.dwarf2/comp-unit-lang.c: New file.
10503
af39b327
PMR
105042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10505
10506 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10507 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10508
7d45c7c3 105092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10510
7d45c7c3
KB
10511 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10512 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10513
4d6cceb4
DE
105142015-08-18 Doug Evans <dje@google.com>
10515 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10516
10517 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10518 skip_python_tests. New arg prompt_regexp.
10519 (skip_python_tests): New function.
10520 * lib/mi-support.exp (mi_skip_python_tests): New function.
10521 * gdb.python/py-mi-objfile-gdb.py: New file.
10522 * gdb.python/py-mi-objfile.c: New file.
10523 * gdb.python/py-mi-objfile.exp: New file.
10524
ad89c2aa
KS
105252015-08-17 Keith Seitz <keiths@redhat.com>
10526
10527 * gdb.linespec/explicit.exp: Move strace test from here ...
10528 * gdb.trace/strace.exp: ... to here.
10529
e3ae3c43
PP
105302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10531
10532 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10533 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10534
604b2636
DE
105352015-08-14 Doug Evans <xdje42@gmail.com>
10536
10537 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10538 inferior before selecting a new file.
10539
6ff0ba5f
DE
105402015-08-14 Doug Evans <xdje42@gmail.com>
10541
10542 * gdb.mi/mi-disassemble.exp: Update.
10543 * gdb.base/disasm-optim.S: New file.
10544 * gdb.base/disasm-optim.c: New file.
10545 * gdb.base/disasm-optim.h: New file.
10546 * gdb.base/disasm-optim.exp: New file.
10547
9ca98f92
KS
105482015-08-14 Keith Seitz <keiths@redhat.com>
10549
10550 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10551 "evaluated-by".
10552
52bbc560
JB
105532015-08-13 Joel Brobecker <brobecker@adacore.com>
10554
10555 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10556
5d8c3ed3
PMR
105572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10558
10559 * gdb.ada/fun_renaming.exp: New testcase.
10560 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10561 * gdb.ada/fun_renaming/pack.adb: New file.
10562 * gdb.ada/fun_renaming/pack.ads: New file.
10563
ea8812bc
KS
105642015-08-12 Keith Seitz <keiths@redhat.com>
10565
10566 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10567 gdb_get_line_number.
10568
4dafcdeb
JB
105692015-08-12 Joel Brobecker <brobecker@adacore.com>
10570
10571 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10572 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10573 gdb.base/dso2dso.exp: New files.
10574
5ba32597
SDJ
105752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10576 Pedro Alves <palves@redhat.com>
10577 Keith Seitz <keiths@redhat.com>
10578
10579 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10580 GDBFLAGS.
10581
b6dafabf
PP
105822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10583
10584 * gdb.base/gdbhistsize-history.exp
10585 (test_histsize_history_setting): Use save_vars.
10586 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10587 Use save_vars.
10588 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10589 * gdb.base/readline.exp: Use save_vars.
10590
abe8e607
PP
105912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10592
10593 * lib/gdb.exp (save_vars): New proc.
10594
629500fa
KS
105952015-08-11 Keith Seitz <keiths@redhat.com>
10596
10597 * gdb.base/help.exp: Update help_breakpoint_text.
10598
eb8c4e2e
KS
105992015-08-11 Keith Seitz <keiths@redhat.com>
10600
10601 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10602 (at toplevel): Call test_explicit_breakpoints.
10603 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10604 breakpoints.
10605 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10606 breakpoint conditions, "-cond".
10607
87f0e720
KS
106082015-08-11 Keith Seitz <keiths@redhat.com>
10609
10610 * gdb.linespec/3explicit.c: New file.
10611 * gdb.linespec/cpexplicit.cc: New file.
10612 * gdb.linespec/cpexplicit.exp: New file.
10613 * gdb.linespec/explicit.c: New file.
10614 * gdb.linespec/explicit.exp: New file.
10615 * gdb.linespec/explicit2.c: New file.
10616 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10617 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10618 before using in the matching pattern.
10619 Clarify that `prefix' is a regular expression.
10620
f00aae0f
KS
106212015-08-11 Keith Seitz <keiths@redhat.com>
10622
10623 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10624 test.
10625 Add tests for missing ",FMT" and ",".
10626
e27852be
DE
106272015-08-10 Doug Evans <dje@google.com>
10628 Keith Seitz <keiths@redhat.com>
10629
10630 PR gdb/17960
10631 * gdb.base/completion.exp: Add location completer tests.
10632
7f03bd92
PA
106332015-08-07 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10636 tests here.
10637 (top level): Run do_test with and without displaced stepping.
10638
3fc8eb30
PA
106392015-08-07 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.base/valgrind-disp-step.c: New file.
10642 * gdb.base/valgrind-disp-step.exp: New file.
10643
d4569d7b
PA
106442015-08-07 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10647 Delete function.
10648 (main): Add alarm. Run an infinite loop instead of calling
10649 wait_threads.
10650 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10651 comment.
10652 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10653 Delete function.
10654 (main): Add alarm. Run an infinite loop instead of calling
10655 wait_threads.
10656 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10657 comment.
10658
e1316e60
PA
106592015-08-07 Pedro Alves <palves@redhat.com>
10660
10661 * gdb.base/checkpoint-ns.exp: New file.
10662 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10663 standard_testfile.
10664
da8c46d2
MM
106652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10666
10667 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10668 * gdb.btrace/instruction_history.exp: Update.
10669 * gdb.btrace/tsx.exp: New.
10670 * gdb.btrace/tsx.c: New.
10671
de1c2c52
PA
106722015-08-06 Pedro Alves <palves@redhat.com>
10673
10674 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10675 increase timeout.
10676 * gdb.reverse/until-precsave.exp: Bump timeouts.
10677
782e0bf4
PA
106782015-08-06 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10681
83e97ed0
PA
106822015-08-06 Pedro Alves <palves@redhat.com>
10683
10684 PR gdb/18749
10685 * gdb.threads/process-dies-while-handling-bp.c: New file.
10686 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10687
863d01bd
PA
106882015-08-06 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10691 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10692
0a39bb32
PA
106932015-08-05 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10696 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10697
ee2d2b10
SL
106982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10699
10700 * gdb.base/bp-permanent.exp: Report test as unsupported if
10701 the target cannot stop at the permanent breakpoint.
10702
4e1bdb00
DE
107032015-08-03 Doug Evans <dje@google.com>
10704
10705 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10706 10000.
10707
3d338901
DE
107082015-08-03 Doug Evans <dje@google.com>
10709
10710 * Makefile.in (workers/%.worker, build-perf): New rule.
10711 (GDB_PERFTEST_MODE): New variable.
10712 (check-perf): Use it.
10713 (clean): Clean up gdb.perf parallel build subdirs.
10714 * lib/build-piece.exp: New file.
10715 * lib/gdb.exp (make_gdb_parallel_path): New function
10716 (standard_output_file, standard_temp_file): Call it.
10717 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10718 of $GDB_PARALLEL.
10719 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10720
af061d3e
DE
107212015-08-03 Doug Evans <dje@google.com>
10722
8e1afc81 10723 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10724 (LOG_FILE_NAME): New global.
10725 (TextReporter.__init__): Initialize self.txt_sum.
10726 (TextReporter.report): Add support for multiple data-points.
10727 Move report to perftest.sum, put raw data in perftest.log.
10728 (TextReporter.start): Open sum and log files.
10729 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10730 * gdb.perf/lib/perftest/testresult.py
10731 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10732
2c8c5d37
PA
107332015-07-31 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10736 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10737 kill_wait_spawned_process instead of explicit "kill -9".
10738 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10739 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10740 kill_wait_spawned_process.
10741 * gdb.base/attach-twice.exp: Likewise.
10742 * gdb.base/attach.exp: Likewise.
10743 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10744 gdb_test_multiple.
10745 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10746 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10747 kill_wait_spawned_process.
10748 * gdb.base/valgrind-infcall.exp: Likewise.
10749 * gdb.multi/multi-attach.exp: Likewise.
10750 * gdb.python/py-prompt.exp: Likewise.
10751 * gdb.python/py-sync-interp.exp: Likewise.
10752 * gdb.server/ext-attach.exp: Likewise.
10753 * gdb.threads/attach-into-signal.exp (corefunc): Use
10754 spawn_wait_for_attach, spawn_id_get_pid and
10755 kill_wait_spawned_process.
10756 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10757 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10758 spawn_id_get_pid and kill_wait_spawned_process.
10759 * gdb.threads/attach-stopped.exp (corefunc): Use
10760 spawn_wait_for_attach, spawn_id_get_pid and
10761 kill_wait_spawned_process.
10762 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10763 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10764 kill_wait_spawned_process instead of explicit "kill -9".
10765 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10766 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10767 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10768 processes. Don't map cygwin/windows pids here. Now returns a
10769 spawn id list.
10770
032a0fca
SL
107712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10772
10773 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10774 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10775 correct patch.
10776
61a934ca
SL
107772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10778
10779 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10780
4bc4d428
SL
107812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10782
10783 Reapply:
10784 2014-05-21 Mark Wielaard <mjw@redhat.com>
10785
10786 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10787
998d452a
PA
107882015-07-30 Pedro Alves <palves@redhat.com>
10789
10790 * linux-low.c (handle_extended_wait): Set the child's last
10791 reported status to TARGET_WAITKIND_STOPPED.
10792
69dde7dc
PA
107932015-07-30 Pedro Alves <palves@redhat.com>
10794
10795 PR threads/18600
10796 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10797 only shows inferior 1.
10798
4dd63d48
PA
107992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10800 Pedro Alves <palves@redhat.com>
10801
10802 PR threads/18600
10803 * gdb.threads/fork-plus-threads.c: New file.
10804 * gdb.threads/fork-plus-threads.exp: New file.
10805
d618e4c5
PP
108062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10807
10808 * gdb.base/batch-preserve-term-settings.exp
10809 (test_terminal_settings_preserved_after_cli_exit): Use
10810 send_quit_command.
10811
1eef6428
PA
108122015-07-29 Pedro Alves <palves@redhat.com>
10813 Don Breazeal <donb@codesourcery.com>
10814
10815 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10816 output from both inferior_spawn_id and gdb_spawn_id.
10817
7da5b897
SDJ
108182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10819
10820 * gdb.threads/attach-into-signal.exp (corefunc): Use
10821 with_test_prefix on nested loops, uniquefying the test messages.
10822
dac804df
SDJ
108232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10824
10825 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10826 commit.
10827
06265e53
PP
108282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10829
10830 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10831 New proc.
10832 (test_terminal_settings_preserved_after_sigterm): New test.
10833
18206ca3
PP
108342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10835
10836 * gdb.base/batch-preserve-term-settings.exp
10837 (test_terminal_settings_preserved_after_cli_exit): New test.
10838
90074d11
PP
108392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10840
10841 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10842 manipulation of saved_gdbflags.
10843 (test_terminal_settings_preserved): Remove global declaration of
10844 the unused variable pagination_prompt. Remove manipulation of
10845 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10846 GDBFLAGS.
10847
eb1a7902
PA
108482015-07-29 Pedro Alves <palves@redhat.com>
10849
10850 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10851
8b75dd3b
PA
108522015-07-29 Pedro Alves <palves@redhat.com>
10853
10854 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10855 at the top.
10856
dedad4e3
PA
108572015-07-29 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10860 (main): Call gdb_unbuffer_output.
10861 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10862 (main): Call gdb_unbuffer_output.
10863 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10864 (main): Call gdb_unbuffer_output.
10865 * gdb.base/call-strs.exp: Adjust to step over the
10866 gdb_unbuffer_output call.
10867 * gdb.base/catch-gdb-caused-signals.c: Include
10868 "../lib/unbuffer_output.c".
10869 (main): Call gdb_unbuffer_output.
10870 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10871 (main): Call gdb_unbuffer_output.
10872 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10873 (main): Call gdb_unbuffer_output.
10874 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10875 (main): Call gdb_unbuffer_output.
10876 * gdb.base/shlib-call.exp: Adjust to step over the
10877 gdb_unbuffer_output call.
10878 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10879 (main): Call gdb_unbuffer_output.
10880 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10881 (main): Call gdb_unbuffer_output.
10882 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10883 (main): Rename to ...
10884 (test): ... this.
10885 (main): Reimplement.
10886 * gdb.base/varargs.exp: Run to test instead of to main.
10887 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10888 (main): Call gdb_unbuffer_output.
10889
58789a91
PA
108902015-07-29 Pedro Alves <palves@redhat.com>
10891
10892 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10893 factore out from mi_continue_dprintf. For call-style dprintfs,
10894 expect dprintf output out of $inferior_spawn_id.
10895 (mi_continue_dprintf): Use mi_expect_dprintf.
10896 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10897 (main): Call gdb_unbuffer_output.
10898
e8376742
PA
108992015-07-29 Pedro Alves <palves@redhat.com>
10900
10901 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10902 (default_mi_gdb_start): Set inferior_spawn_id instead of
10903 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10904 gdb_spawn_id.
10905 (mi_gdb_test): Always expect inferior output from both
10906 $inferior_spawn_id and $gdb_spawn_id.
10907
08280010
PA
109082015-07-29 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10911 send_inferior and $inferior_spawn_id.
10912
4d30e432
PA
109132015-07-29 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.gdb/complaints.exp (test_initial_complaints)
10916 (test_serial_complaints, test_short_complaints): Use
10917 gdb_test_stdio.
10918 (test_empty_complaint): Handle $inferior_spawn_id !=
10919 $gdb_spawn_id.
10920
0d30a335
PA
109212015-07-29 Pedro Alves <palves@redhat.com>
10922
10923 * gdb.base/varargs.exp: Use gdb_test_stdio.
10924
39413b29
PA
109252015-07-29 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10928
7cb000a9
PA
109292015-07-29 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10932
d7b8ac82
PA
109332015-07-29 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10936 parameter into two new parameters, "inf_result" and "gdb_result".
10937 Expect inferior output and gdb output from $inferior_spawn_id and
10938 $gdb_spawn_id, respectively. Adjust all callers.
10939
789c3a0c
PA
109402015-07-29 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10943 of gdb_test_sequence.
10944
77e760c3
PA
109452015-07-29 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10948 (saw_spurious_output): Expect inferior output from
10949 $inferior_spawn_id. Use gdb_test_stdio.
10950
8396d2cd
PA
109512015-07-29 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/dprintf.exp: Use standard_testfile. Change
10954 prepare_for_testing call.
10955 (srcfile): Don't set.
10956 (restart): New procedure.
10957 (test_dprintf): New procecure, use to continue over dprintfs.
10958 (test_call, test_agent): New procedures, tests moved here.
10959 Restart gdb and recreate dprintfs. Adjust expected output.
10960
2051d61f
PA
109612015-07-29 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10964
452397af
PA
109652015-07-29 Pedro Alves <palves@redhat.com>
10966
10967 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10968
8aed9555
PA
109692015-07-29 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10972 gdb_test_stdio.
10973
188a61b4
PA
109742015-07-29 Pedro Alves <palves@redhat.com>
10975
10976 * lib/gdb.exp (gdb_test_stdio): New procedure.
10977
12264a45
PA
109782015-07-29 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10981
23ffc893
PA
109822015-07-29 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/call-signal-resume.exp: Remove check for
10985 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10986 * gdb.base/unwindonsignal.exp: Likewise.
10987 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10988 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10989
65566918
PA
109902015-07-29 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.base/siginfo-addr.c (pass): New function.
10993 (handler): Call it iff si_addr is correct.
10994 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10995 Set a breakpoint at "pass" and continue to it.
10996
d60a9221
SDJ
109972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10998
10999 * gdb.python/py-objfile.exp: Make some tests have unique names.
11000 * gdb.python/py-pp-registration.exp: Likewise.
11001
bde40b8f
PA
110022015-07-28 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11005
13e1dec8
SM
110062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11007
11008 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11009
da33c9a7
SM
110102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11011
11012 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11013
077836f7
PP
110142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11015
11016 * gdb.base/gdb-sigterm-2.exp: New test.
11017
b8cc7b2e
DE
110182015-07-25 Doug Evans <xdje42@gmail.com>
11019
11020 Revert:
11021 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11022 (workers/%.worker, build-perf): New rule.
11023 (GDB_PERFTEST_MODE): New variable.
11024 (check-perf): Use it.
11025 (clean): Clean up gdb.perf parallel build subdirs.
11026 * lib/build-piece.exp: New file.
11027 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11028 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11029 name.
11030 (standard_temp_file): Ditto.
11031 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11032 of $GDB_PARALLEL.
11033
c8bd4544
DE
110342015-07-24 Doug Evans <dje@google.com>
11035
11036 * gdb.perf/lib/perftest/utils.py: New file.
11037 * gdb.perf/gm-hello.cc: New file.
11038 * gdb.perf/gm-pervasive-typedef.cc: New file.
11039 * gdb.perf/gm-pervasive-typedef.h: New file.
11040 * gdb.perf/gm-std.cc: New file.
11041 * gdb.perf/gm-std.h: New file.
11042 * gdb.perf/gm-use-cerr.cc: New file.
11043 * gdb.perf/gm-utils.h: New file.
11044 * gdb.perf/gmonster-null-lookup.py: New file.
11045 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11046 * gdb.perf/gmonster-print-cerr.py: New file.
11047 * gdb.perf/gmonster-ptype-string.py: New file.
11048 * gdb.perf/gmonster-runto-main.py: New file.
11049 * gdb.perf/gmonster-select-file.py: New file.
11050 * gdb.perf/gmonster1-null-lookup.exp: New file.
11051 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11052 * gdb.perf/gmonster1-print-cerr.exp: New file.
11053 * gdb.perf/gmonster1-ptype-string.exp: New file.
11054 * gdb.perf/gmonster1-runto-main.exp: New file.
11055 * gdb.perf/gmonster1-select-file.exp: New file.
11056 * gdb.perf/gmonster1.cc: New file.
11057 * gdb.perf/gmonster1.exp: New file.
11058 * gdb.perf/gmonster2-null-lookup.exp: New file.
11059 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11060 * gdb.perf/gmonster2-print-cerr.exp: New file.
11061 * gdb.perf/gmonster2-ptype-string.exp: New file.
11062 * gdb.perf/gmonster2-runto-main.exp: New file.
11063 * gdb.perf/gmonster2-select-file.exp: New file.
11064 * gdb.perf/gmonster2.cc: New file.
11065 * gdb.perf/gmonster2.exp: New file.
11066
6eab34f3
DE
110672015-07-24 Doug Evans <dje@google.com>
11068
11069 * gdb.perf/README: New file.
11070 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11071 * lib/gen-perf-test.exp: New file.
11072
63738bfd
DE
110732015-07-24 Doug Evans <dje@google.com>
11074
11075 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11076 (PerfTest::startup): New function.
11077 (PerfTest::run): Return result of calling body.
11078 (PerfTest::assemble): Rewrite.
11079 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11080 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11081 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11082 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11083 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11084
7b606f95
DE
110852015-07-24 Doug Evans <dje@google.com>
11086
11087 * lib/gdb.exp (clean_restart): Make executable optional.
11088
a97b16b8
DE
110892015-07-24 Doug Evans <dje@google.com>
11090
11091 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11092 compiler_info references.
11093 * gdb.cp/temargs.exp: Ditto.
11094 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11095 (get_compiler_info): Early exit if already computed. Set compiler_info
11096 to "unknown" if there was a problem.
11097 (test_compiler_info): Add function comment. Call get_compiler_info.
11098
35baa57f
DE
110992015-07-24 Doug Evans <dje@google.com>
11100
11101 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11102 (workers/%.worker, build-perf): New rule.
11103 (GDB_PERFTEST_MODE): New variable.
11104 (check-perf): Use it.
11105 (clean): Clean up gdb.perf parallel build subdirs.
11106 * lib/build-piece.exp: New file.
11107 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11108 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11109 name.
11110 (standard_temp_file): Ditto.
11111 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11112 of $GDB_PARALLEL.
11113
6ebea266
DE
111142015-07-24 Doug Evans <dje@google.com>
11115
11116 * lib/future.exp (gdb_default_target_compile): New option
11117 "early_flags".
11118 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11119 --as-needed.
11120
1e76a7e9
SDJ
111212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11122
11123 * gdb.base/catch-syscall.exp: Call gdb_exit before
11124 gdb_skip_xml_test.
11125
5068630a
PA
111262015-07-24 Pedro Alves <palves@redhat.com>
11127
11128 * gdb.python/py-events.exp: Accept output between the stop event
11129 and the prompt.
11130 * gdb.python/py-evsignal.exp: Likewise.
11131 * gdb.python/py-evthreads.exp: Likewise.
11132
77598427
PA
111332015-07-24 Pedro Alves <palves@redhat.com>
11134
11135 PR gdb/18717
11136 * gdb.threads/non-ldr-exit.c: New file.
11137 * gdb.threads/non-ldr-exit.exp: New file.
11138
11e6c98f
YQ
111392015-07-24 Yao Qi <yao.qi@linaro.org>
11140
11141 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11142 restarting process.
11143
51aee833
YQ
111442015-07-24 Yao Qi <yao.qi@linaro.org>
11145
11146 * gdb.server/ext-restart.exp: New file.
11147
8cfe207c
YQ
111482015-07-24 Yao Qi <yao.qi@linaro.org>
11149
11150 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11151 argument options.
11152 * gdb.server/ext-wrapper.exp: New file.
11153
cc12ce38
DE
111542015-07-23 Doug Evans <dje@google.com>
11155
11156 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11157 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11158
d0d84780
PMR
111592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11160
11161 * gdb.ada/var_arr_typedef.exp: New testcase.
11162 * gdb.ada/var_arr_typedef/pack.adb: New file.
11163 * gdb.ada/var_arr_typedef/pack.ads: New file.
11164 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11165
8b558f79
JB
111662015-07-20 Joel Brobecker <brobecker@adacore.com>
11167
11168 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11169
775a3298
JK
111702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11171
11172 * gdb.arch/i386-biarch-core.exp: Replace istarget
11173 by "complete set gnutarget". Remove expectation for the "core-file"
11174 command.
11175
db1ff28b
JK
111762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11177
11178 Revert the previous commit:
11179 Tests for validate symbol file using build-id.
11180
0a94970d
JK
111812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11182
11183 Tests for validate symbol file using build-id.
11184 * gdb.base/solib-mismatch-lib.c: New file.
11185 * gdb.base/solib-mismatch-libmod.c: New file.
11186 * gdb.base/solib-mismatch.c: New file.
11187 * gdb.base/solib-mismatch.exp: New file.
11188
03346981
SL
111892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11190
11191 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11192 nios2-*-linux*.
11193 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11194 * gdb.base/siginfo.exp: Likewise.
11195 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11196
42422cc7
PL
111972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11198
11199 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11200 Move it to ...
11201 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11202 ... here.
11203 * gdb.trace/range-stepping.exp: Check that the target supports
11204 range stepping.
11205
cfa68bae
JK
112062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11209
8ffdba26
PA
112102015-07-14 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/killed-outside.exp: New file.
11213 * gdb.base/killed-outside.c: New file.
11214
218a5a11
JK
112152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11216
11217 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11218 (n at main): New.
11219 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11220
e03ed3c6
AA
112212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11222
11223 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11224 infcall tests instead of setting up for KFAIL.
11225
485668e5
MM
112262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11227
11228 * gdb.btrace/record_goto-step.exp: New.
11229
08464196
JK
112302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11231
11232 PR compile/18484
11233 * gdb.compile/compile.c (struct struct_type): Add volatile to
11234 selffield's type.
11235 * gdb.compile/compile.exp
11236 (compile code struct_object.selffield = &struct_object): Skip further
11237 struct_object tests if this one xfails.
11238
bcf5c1d9
RC
112392015-07-08 Robert O'Callahan <robert@ocallahan.org>
11240
11241 PR exp/18617
11242 * gdb.trace/ax.exp: Add test.
11243
4931af25
YQ
112442015-07-07 Yao Qi <yao.qi@linaro.org>
11245
11246 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11247 instead of istarget "aarch64*-*-*".
11248 * gdb.arch/aarch64-fp.exp: Likewise.
11249 * gdb.base/float.exp: Likewise.
11250 * gdb.reverse/aarch64.exp: Likewise.
11251 * lib/gdb.exp (is_aarch64_target): New proc.
11252
9fcf688e
YQ
112532015-07-07 Yao Qi <yao.qi@linaro.org>
11254
11255 * lib/gdb.exp (is_aarch32_target): New proc.
11256 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11257 instead of "istarget "arm*-*-*"".
11258 * gdb.arch/arm-disp-step.exp: Likewise.
11259 * gdb.arch/thumb-bx-pc.exp: Likewise.
11260 * gdb.arch/thumb-prologue.exp: Likewise.
11261 * gdb.arch/thumb-singlestep.exp: Likewise.
11262 * gdb.base/disp-step-syscall.exp: Likewise.
11263 * gdb.base/float.exp: Likewise.
11264
fbd8d50d
YQ
112652015-07-07 Yao Qi <yao.qi@linaro.org>
11266
11267 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11268 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11269
71be1fdc
YQ
112702015-07-07 Yao Qi <yao.qi@linaro.org>
11271
11272 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11273 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11274 if it exists.
11275 * gdb.multi/multi-arch.exp: Likewise.
11276
3e221d36
SM
112772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11278
11279 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11280 print.
11281
d441430b
YQ
112822015-07-07 Yao Qi <yao.qi@linaro.org>
11283
11284 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11285
06f810bd
MG
112862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11287
11288 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11289 '[' and ']' characters.
11290
5e61e7c0
IB
112912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11292
11293 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11294
28bf096c
PA
112952015-06-29 Pedro Alves <palves@redhat.com>
11296
11297 PR threads/18127
11298 * gdb.threads/hand-call-new-thread.c: New file.
11299 * gdb.threads/hand-call-new-thread.c: New file.
11300
ee93cd5e
KS
113012015-06-26 Keith Seitz <keiths@redhat.com>
11302 Doug Evans <dje@google.com>
11303
11304 PR 16253
11305 * gdb.cp/var-tag-2.cc: New file.
11306 * gdb.cp/var-tag-3.cc: New file.
11307 * gdb.cp/var-tag-4.cc: New file.
11308 * gdb.cp/var-tag.cc: New file.
11309 * gdb.cp/var-tag.exp: New file.
11310
fc637f04
PP
113112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11312
11313 * gdb.base/history-duplicates.exp: New test.
11314
2e52ae68
PP
113152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11316
11317 * gdb.base/completion.exp: Test the completion of the "focus"
11318 command.
11319
6e22494e
JK
113202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11321
11322 * gdb.arch/amd64-prologue-skip.S: New file.
11323 * gdb.arch/amd64-prologue-skip.exp: New file.
11324
bf7b9cd9
SM
113252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11328 is_address_zero_readable check.
11329
201e8dfd
PB
113302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11331
11332 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11333 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11334
5cd867b4
YQ
113352015-06-24 Yao Qi <yao.qi@linaro.org>
11336
11337 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11338 linux targets.
11339
4d7be007
YQ
113402015-06-24 Yao Qi <yao.qi@linaro.org>
11341
11342 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11343 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11344 * gdb.base/siginfo-thread.exp: Likewise.
11345
07fcd301
YQ
113462015-06-22 Yao Qi <yao.qi@linaro.org>
11347
11348 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11349
52042a00
YQ
113502015-06-22 Yao Qi <yao.qi@linaro.org>
11351
11352 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11353 aarch64*-*-*.
11354 (skip_hw_watchpoint_tests): Likewise.
11355
74bd41ce
PP
113562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11357
11358 * gdb.base/gdbinit-history.exp: Test the interaction between
11359 setting GDBHISTSIZE and setting the history size via .gdbinit.
11360
bc460514
PP
113612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11362
11363 PR gdb/16999
11364 * gdb.base/gdbhistsize-history.exp: New test.
11365
b58c513b
PP
113662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11367
11368 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11369 with GDBHISTSIZE.
11370 * gdb.base/readline.exp: Likewise.
11371
92046791
YQ
113722015-06-17 Yao Qi <yao.qi@linaro.org>
11373
11374 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11375 line.
11376
2093d2d3
PP
113772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11378
11379 * gdb.base/gdbinit-history.exp: Add test case to check that
11380 an unlimited history file does not get truncated on exit.
11381
e6c693af
AA
113822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11383
11384 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11385 (VECTOR): New macro. Use it...
11386 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11387 ...for these typedefs.
11388 (int8, char1, int1, double1): New typedefs.
11389 (struct just_int2, struct two_int2): New structures.
11390 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11391 (add_structvecs, add_singlevecs): New functions.
11392 (main): Call add_some_intvecs twice.
11393 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11394 the compile and exit upon failure. Try compiling for the "native"
11395 architecture. Test inferior function calls with vector arguments
11396 and vector return value handling with "finish" and "return".
11397
c74f7d1c
JT
113982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11399
11400 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11401 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11402 PE file.
11403 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11404
98aa42ee
AT
114052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11406
11407 PR breakpoints/16465
11408 * gdb.mi/mi-dprintf-pending.c: New file.
11409 * gdb.mi/mi-dprintf-pending.exp: New test.
11410 * gdb.mi/mi-dprintf-pendshr.c: New file.
11411
7d73c23c 114122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11413 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11414
11415 * gdb.arch/i386-mpx-map.c: New file.
11416 * gdb.arch/i386-mpx-map.exp: New File.
11417
114182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11419
11420 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11421 * gdb.arch/i386-mpx.exp: Indentation fixed.
11422
114232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11424
11425 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11426 function and improved indentation.
11427 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11428 gdb_test_multiple. Added additional tests to skip the test.
11429
114302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11431
11432 * gdb.arch/i386-avx512.c: Change path in include file.
11433 * gdb.arch/i386-avx512.exp: Change include dir path
11434 compilation flag.
11435 * gdb.arch/i386-mpx.c: Change path in include file.
11436 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11437 flag.
11438
d5eba19a
JK
114392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11440
11441 * gdb.compile/compile-print.exp (compile print *vararray@3)
11442 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11443
7f361056
JK
114442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11445
11446 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11447 (do not keep jit in memory): ... this.
11448 (expect 5): Change it to ...
11449 (expect no 5): ... this.
11450
3b462ec2
SM
114512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11452
11453 PR gdb/15564
11454 * gdb.mi/mi-detach.exp: New file.
11455
e0619de6
JK
114562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 PR symtab/18392
11459 * gdb.arch/amd64-tailcall-self.S: New file.
11460 * gdb.arch/amd64-tailcall-self.c: New file.
11461 * gdb.arch/amd64-tailcall-self.exp: New file.
11462
e970cb34
DB
114632015-05-28 Don Breazeal <donb@codesourcery.com>
11464
11465 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11466 tests for remote targets by checking is_target_gdbserver.
11467
b2e2f908
DE
114682015-05-27 Doug Evans <dje@google.com>
11469
11470 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11471 * gdb.dwarf2/opaque-type-lookup.c: New file.
11472 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11473
82c7be31
DE
114742015-05-26 Doug Evans <dje@google.com>
11475
11476 * gdb.cp/iostream.cc: New file.
11477 * gdb.cp/iostream.exp: New file.
11478
b4f54984
DE
114792015-05-26 Doug Evans <dje@google.com>
11480
11481 * gdb.dwarf2/dw2-op-call.exp: Update.
11482 * gdb.dwarf2/dw4-sig-types.exp: Update.
11483 * gdb.dwarf2/implptr.exp: Update.
11484 * gdb.mi/mi-cmd-param-changed.exp: Update.
11485
4ea6efe9
DE
114862015-05-26 Doug Evans <dje@google.com>
11487
11488 * gdb.python/py-lazy-string.c: New file.
11489 * gdb.python/py-lazy-string.exp: New file.
11490 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11491 (main): Update. Add estring3.
11492 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11493 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11494
f6bb7db3
YQ
114952015-05-26 Omair Javaid <omair.javaid@linaro.org>
11496 Yao Qi <yao.qi@linaro.org>
11497
11498 * gdb.reverse/aarch64.c: New.
11499 * gdb.reverse/aarch64.exp: New.
11500
a81bfbd0
OJ
115012015-05-26 Omair Javaid <omair.javaid@linaro.org>
11502
25d49b86
PA
11503 * lib/gdb.exp (supports_process_record): Return true for
11504 aarch64*-linux*.
a81bfbd0
OJ
11505 (supports_reverse): Likewise.
11506
158bf1b4
PP
115072015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11508
11509 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11510 Use with_test_prefix.
11511
a0145030
AB
115122015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11513
11514 * gdb.base/completion.exp: Add test for completion of layout
11515 names.
11516
ebe3b578
AB
115172015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11518
11519 * lib/gdb.exp (skip_tui_tests): New proc.
11520 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11521
84204ed7
PA
115222015-05-19 Pedro Alves <palves@redhat.com>
11523
11524 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11525 Save the whole env array instead of just HOME. Unset HISTSIZE in
11526 the environment while testing. Restore whole environment
11527 afterwards.
11528
37442ce1
DE
115292015-05-16 Doug Evans <xdje42@gmail.com>
11530
11531 * gdb.guile/scm-ports.c: New file.
11532 * gdb.guile/scm-ports.exp: Add memory port tests.
11533
36de76f9
JK
115342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11535
11536 * gdb.compile/compile-print.c: New file.
11537 * gdb.compile/compile-print.exp: New file.
11538
3a9558c4
JK
115392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11540
11541 * gdb.compile/compile-ops.exp: Cast param to void.
11542 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11543 (compile code struct_object.selffield = &struct_object): Add xfail.
11544
aa715135
JG
115452015-05-15 Joel Brobecker <brobecker@adacore.com>
11546
11547 * gdb.ada/arr_enum_with_gap: New testcase.
11548
931e5bc3
JG
115492015-05-15 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb.ada/byte_packed_arr: New testcase.
11552
9cd4d857
JB
115532015-05-15 Joel Brobecker <brobecker@adacore.com>
11554
11555 * gdb.ada/pckd_neg: New testcase.
11556
ebfd00d2
PP
115572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11558
11559 PR gdb/17820
11560 * gdb.base/gdbinit-history.exp: New test.
11561 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11562 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11563
4c082a81
SC
115642015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11565
11566 * gdb.python/py-xmethods.cc: Enhance test case.
11567 * gdb.python/py-xmethods.exp: New tests.
11568 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11569 function.
11570 (B_indexoper): Likewise.
11571 (global_dm_list) : Add new xmethod worker functions.
11572
f7797074
SDJ
115732015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11574
11575 * gdb.base/coredump-filter.exp: Correctly unset
11576 "coredump_var_addr" array.
11577
a4674e4e
PA
115782015-05-08 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.server/non-existing-program.exp: Unset spawn_id.
11581
df2eb078
SC
115822015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11583
11584 PR python/18291
11585 * gdb.python/py-xmethods.exp: Add tests.
11586
422349a3
YQ
115872015-05-08 Yao Qi <yao.qi@linaro.org>
11588
11589 PR gdb/18208
11590 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11591 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11592 function set_coredump_filter, and remove remote_exec call.
11593 Remove argument ipid. Callers update.
11594 (top level): Don't get inferior's PID.
11595
63fc80ce
AA
115962015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11597
11598 * gdb.base/watch_thread_num.exp: Skip test on targets without
11599 access watchpoints.
11600
80ad801e
PA
116012015-05-06 Pedro Alves <palves@redhat.com>
11602
11603 PR server/18081
11604 * gdb.server/non-existing-program.exp: New file.
11605
0fa7fe50
JB
116062015-05-05 Joel Brobecker <brobecker@adacore.com>
11607
11608 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11609
3ea89b92
PMR
116102015-05-05 Joel Brobecker <brobecker@adacore.com>
11611
11612 * gdb.ada/out_of_line_in_inlined: New testcase.
11613
87b8eff0
JB
116142015-05-05 Joel Brobecker <brobecker@adacore.com>
11615
11616 * gdb.ada/var_rec_arr: New testcase.
11617
5fccc635
YQ
116182015-04-30 Yao Qi <yao.qi@linaro.org>
11619
11620 * gdb.base/break-idempotent.exp: If
11621 skip_hw_watchpoint_multi_tests returns true, skip the tests
11622 on "rwatch" and "awatch".
11623
42d38f42
YQ
116242015-04-30 Yao Qi <yao.qi@linaro.org>
11625
11626 * gdb.base/relativedebug.exp: Invoke gdb command
11627 "info sharedlibrary", and if libc.so doesn't have debug info,
11628 skip the test.
11629
2ce1cdbf
DE
116302015-04-29 Doug Evans <dje@google.com>
11631
11632 * gdb.python/py-xmethods.exp: Add ptype tests.
11633 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11634 get_result_type method.
11635
f24a38c5
LM
116362015-04-29 Luis Machado <lgustavo@codesourcery.com>
11637
11638 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11639 the target does not support hardware watchpoints.
11640
ecbf2b3c
LM
116412015-04-29 Luis Machado <lgustavo@codesourcery.com>
11642
11643 * gdb.base/break-always.exp: Abort testing if writing to memory
11644 causes an error.
11645
34f5f757
DE
116462015-04-28 Doug Evans <dje@google.com>
11647
11648 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11649 * gdb.python/py-pp-registration.exp: ... here. New file.
11650 * gdb.python/py-pp-registration.c: New file.
11651 * gdb.python/py-pp-registration.py: New file.
11652
69b4374a
DE
116532015-04-28 Doug Evans <dje@google.com>
11654
11655 * gdb.python/py-bad-printers.c: New file.
11656 * gdb.python/py-bad-printers.py: New file.
11657 * gdb.python/py-bad-printers.exp: New file.
11658
59fb7612
SS
116592015-04-28 Sasha Smundak <asmundak@google.com>
11660
11661 * gdb.python/py-type.exp: New test.
11662
2631b16a
AW
116632015-04-28 Andy Wingo <wingo@igalia.com>
11664
11665 * gdb.python/py-parameter.exp:
11666 * gdb.guile/scm-parameter.exp: Escape the path that we are
11667 matching against, as it might contain characters that are special
11668 to regular expressions.
11669
460efde1
JB
116702015-04-27 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.ada/rec_comp: New testcase.
11673
2d369d8e
SDJ
116742015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11675
11676 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11677 before using it.
11678
cf75d6c3
AB
116792015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11680
11681 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11682 new tests for verilog output.
11683
8dbe7ca5
YQ
116842015-04-24 Yao Qi <yao.qi@linaro.org>
11685
11686 * boards/remote-gdbserver-on-localhost.exp: New file.
11687
4ef9fb2f
PA
116882015-04-23 Pedro Alves <palves@redhat.com>
11689
11690 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11691 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11692 "end of file", remove $inferior_spawn_id from the indirect list.
11693
0a803169
PA
116942015-04-23 Pedro Alves <palves@redhat.com>
11695
11696 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11697
749ef8f8
PA
116982015-04-23 Pedro Alves <palves@redhat.com>
11699
11700 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11701 on $any_spawn_id instead of only on $gdb_spawn_id.
11702
8aae4344
PM
117032015-04-21 Pierre Muller <muller@sourceware.org>
11704
11705 PR pascal/17815
11706 * lib/pascal.exp (gpc_compile): Add new option "class".
11707 (fpc_compile): Likewise.
11708 * gdb.pascal/case-insensitive-symbols.pas: New file.
11709 * gdb.pascal/case-insensitive-symbols.exp: New file.
11710
1586c8fb
GB
117112015-04-20 Gary Benson <gbenson@redhat.com>
11712
11713 * gdb.base/attach.exp: Fix three extended remote failures.
11714
1b6e6f5c
GB
117152015-04-17 Gary Benson <gbenson@redhat.com>
11716
11717 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11718 the main executable over the remote protocol.
11719
e797481d
PA
117202015-04-16 Pedro Alves <palves@redhat.com>
11721
11722 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11723 a new gdbserver if gdbserver_reconnect_p is set.
11724
1ca99c42
PA
117252015-04-16 Pedro Alves <palves@redhat.com>
11726
11727 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11728 is set, don't exit gdbserver.
11729
af9fd6f8
AA
117302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11731
11732 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11733 appropriate .insn, such that an older assembler can be used.
11734 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11735 the z/Architecture instruction set on 31-bit targets as well.
11736
04ff1e61
AA
117372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11738
11739 * gdb.go/handcall.exp: Remove all logic related to the first
11740 breakpoint and rely on go_runto_main instead.
11741 * gdb.go/strings.exp: Likewise.
11742 * gdb.go/unsafe.exp: Likewise.
11743 * gdb.go/hello.exp: Likewise. Also rename the remaining
11744 breakpoint marker to "breakpoint 1".
11745 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11746 * gdb.go/strings.go: Likewise.
11747 * gdb.go/unsafe.go: Likewise.
11748 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11749 "set breakpoint 2 here" and rename the remaining breakpoint marker
11750 to "breakpoint 1".
11751
40d2f8d6
SM
117522015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11753
11754 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11755 if itertools.imap is not present.
11756 * gdb.python/py-objfile.exp: Add parentheses.
11757 * gdb.python/py-type.exp: Same.
11758 * gdb.python/py-unwind-maint.py: Same.
11759
8cbc97c6
YQ
117602015-04-15 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11763 of ":$ptr_size" and set its form explicitly.
11764
45fd756c
YQ
117652015-04-15 Pedro Alves <palves@redhat.com>
11766 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11769 timeout by factor of 4.
11770 (test_regular_watch): Likewise.
11771 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11772 * gdb.reverse/sigall-reverse.exp: Likewise.
11773 * gdb.reverse/until-precsave.exp: Likewise.
11774 * lib/gdb.exp (with_timeout_factor): New proc.
11775 (gdb_expect): Move some code to ...
11776 (get_largest_timeout): ... here. New procedure.
11777
9e811bc3
LM
117782015-04-14 Luis Machado <lgustavo@codesourcery.com>
11779
11780 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11781
0ff6fcb2
LM
117822015-04-13 Luis Machado <lgustavo@codesourcery.com>
11783
11784 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11785 to write to the .text section.
11786
7578d5f7
LM
117872015-04-13 Luis Machado <lgustavo@codesourcery.com>
11788
11789 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11790 Handle the case of targets that do not provide PID information.
11791
2efe15c4
YQ
117922015-04-13 Yao Qi <yao.qi@linaro.org>
11793
11794 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11795 and use expect instead of gdb_expect.
11796
8cd8f2f8
SDJ
117972015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11798
11799 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11800 "coredump_var_addr" to avoid naming conflict with other testcases.
11801
9ee41772
PA
118022015-04-10 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11805 gdb_test_sequence and gdb_assert.
11806
07473109
PA
118072015-04-10 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11810 test messages that don't include the breakpoint address.
11811
de3db44c
YQ
118122015-04-10 Yao Qi <yao.qi@linaro.org>
11813
11814 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11815 false for some offset and width combinations which aren't
11816 supported by linux kernel.
11817
c79d856c
PA
118182015-04-10 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11821 procedure, factored out from ...
11822 (top level): ... here. Add "set displaced-stepping" testing axis.
11823 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11824 parameter "displaced". Use it.
11825 (top level): Use foreach and add "set displaced-stepping" testing
11826 axis.
11827
ebc90b50
PA
118282015-04-10 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11831 Remove comment.
11832 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11833 both the address of the instruction that triggers the watchpoint
11834 and the address of the instruction immediately after, and use
11835 those addresses for the test. Fix comment.
11836
8f572e5c
PA
118372015-04-10 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.base/sigstep.exp (breakpoint_to_handler)
11840 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11841 Test "backtrace" in handler.
11842 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11843 (top level): Add new "displaced" test axis to
11844 breakpoint_to_handler, breakpoint_to_handler_entry and
11845 breakpoint_over_handler.
11846
8d707a12
PA
118472015-04-10 Pedro Alves <palves@redhat.com>
11848
11849 PR gdb/18216
11850 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11851
ef713951
YQ
118522015-04-10 Yao Qi <yao.qi@linaro.org>
11853
11854 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11855 (test_add_rn_pc): New function.
11856 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11857 (top level): Invoke test_add_rn_pc.
11858
906d60cf
PA
118592015-04-10 Pedro Alves <palves@redhat.com>
11860
11861 PR gdb/13858
11862 * gdb.base/step-over-no-symbols.exp: New file.
11863
f2983cc3
AW
118642015-04-09 Andy Wingo <wingo@igalia.com>
11865
11866 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11867 after the Python tests.
11868
6d62641c
SDJ
118692015-04-08 Keith Seitz <keiths@redhat.com>
11870
11871 PR python/16699
11872 * gdb.python/py-completion.exp: New tests for completion.
11873 * gdb.python/py-completion.py (CompleteLimit1): New class.
11874 (CompleteLimit2): Likewise.
11875 (CompleteLimit3): Likewise.
11876 (CompleteLimit4): Likewise.
11877 (CompleteLimit5): Likewise.
11878 (CompleteLimit6): Likewise.
11879 (CompleteLimit7): Likewise.
11880
f3770638
PA
118812015-04-08 Pedro Alves <palves@redhat.com>
11882
11883 PR gdb/18214
11884 PR gdb/18216
11885 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11886 function.
11887 (main): Install it as SIGUSR1 handler.
11888 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11889 parameter. Always use "setup" as prefix. Toggle "set
11890 displaced-stepping" off/on depending on global. Don't switch to
11891 thread 1 here.
11892 (top level): Add displaced stepping "off/on" test axis. Update
11893 "setup" calls. Wrap each subtest with with_test_prefix. Test
11894 continuing with a queued signal in each thread.
11895
4496bed7
PA
118962015-04-08 Pedro Alves <palves@redhat.com>
11897
11898 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11899 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11900 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11901 Return early if running to main fails.
11902 * gdb.trace/while-stepping.exp: Likewise.
11903
b97fde92
PA
119042015-04-07 Pedro Alves <palves@redhat.com>
11905
11906 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11907 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11908 interact with inferior program.
11909
f71c18e7
PA
119102015-04-07 Pedro Alves <palves@redhat.com>
11911
11912 * lib/gdb.exp (inferior_spawn_id): New global.
11913 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11914 spawn id after processing the user code.
11915 (default_gdb_start): Set inferior_spawn_id.
11916 (send_inferior): New procedure.
11917 * lib/gdbserver-support.exp (gdbserver_start): Set
11918 inferior_spawn_id.
11919 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11920
6423214f
PA
119212015-04-07 Pedro Alves <palves@redhat.com>
11922
11923 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11924 * lib/gdbserver-support.exp (gdbserver_start): Make
11925 $server_spawn_id global.
11926 (gdbserver_start): Don't wait for gdbserver's spawn id with
11927 expect_background.
11928 (close_gdbserver): New procedure.
11929 (gdb_exit): Rename the default version and reimplement.
11930
71c0ee8c
PA
119312015-04-07 Pedro Alves <palves@redhat.com>
11932
72f4393d 11933 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
11934 append the substituted item, not the original item.
11935
203bc29b
PA
119362015-04-07 Pedro Alves <palves@redhat.com>
11937
11938 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11939 gdb_expect.
11940
508a3ddf
PA
119412015-04-07 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11944 output appearing once only.
11945
9f6dbe2b
PA
119462015-04-07 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11949 that doesn't expect anything. Return early if running to main
11950 fails.
11951
337532fa
YQ
119522015-04-07 Yao Qi <yao.qi@linaro.org>
11953
11954 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11955 (child_function): Call alarm.
11956 (main): Move call to alarm into the loop.
11957 * gdb.threads/non-stop-fair-events.exp: Build program with
11958 -DTIMEOUT=$timeout.
11959
01b622d4
DE
119602015-04-06 Doug Evans <xdje42@gmail.com>
11961
11962 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11963 Fix dest parameter to board_info.
11964 (fpc_compile): Ditto.
11965 (gdb_compile_pascal): Rename dest arg to destfile.
11966
961f4160
PMR
119672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11968
11969 * gdb.ada/funcall_ref.exp: New file.
11970 * gdb.ada/funcall_ref/foo.adb: New file.
11971
cafda597
YQ
119722015-04-02 Yao Qi <yao.qi@linaro.org>
11973
11974 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11975 is remote.
11976
fed040c6
GB
119772015-04-02 Gary Benson <gbenson@redhat.com>
11978
11979 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11980
d11916aa
SS
119812015-04-01 Sasha Smundak <asmundak@google.com>
11982
11983 * gdb.python/py-unwind-maint.c: New file.
11984 * gdb.python/py-unwind-maint.exp: New test.
11985 * gdb.python/py-unwind-maint.py: New file.
11986 * gdb.python/py-unwind.c: New file.
11987 * gdb.python/py-unwind.exp: New test.
11988 * gdb.python/py-unwind.py: New test.
11989
a1471180
PA
119902015-04-01 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11993 to fail instead of non-existent $test.
11994
0bbeccb1
PA
119952015-04-01 Pedro Alves <palves@redhat.com>
11996
11997 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11998 GDBFLAGS if not empty.
11999
3c724c8c
PMR
120002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12001
12002 * gdb.ada/complete.exp: Remove "multi_line".
12003 * gdb.ada/info_exc.exp: Remove "multi_line".
12004 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12005 * gdb.ada/ptype_field.exp: Remove "multi_line".
12006 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12007 * gdb.ada/tagged.exp: Remove "multi_line".
12008 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12009 [multi_line ...]
12010 * gdb.btrace/delta.exp: Likewise.
12011 * gdb.btrace/exception.exp: Likewise.
12012 * gdb.btrace/function_call_history.exp: Likewise.
12013 * gdb.btrace/instruction_history.exp: Likewise.
12014 * gdb.btrace/nohist.exp: Likewise.
12015 * gdb.btrace/record_goto.exp: Likewise.
12016 * gdb.btrace/segv.exp: Likewise.
12017 * gdb.btrace/stepi.exp: Likewise.
12018 * gdb.btrace/tailcall.exp: Likewise.
12019 * gdb.btrace/unknown_functions.exp: Likewise.
12020 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12021 * lib/gdb.exp: Add the "multi_line" helper.
12022
4eec2deb
PA
120232015-04-01 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.threads/tid-reuse.c: New file.
12026 * gdb.threads/tid-reuse.exp: New file.
12027
df8411da
SDJ
120282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12029
12030 PR corefiles/16092
12031 * gdb.base/coredump-filter.c: New file.
12032 * gdb.base/coredump-filter.exp: Likewise.
12033
6ef37366
PM
120342015-03-27 Petr Machata <pmachata@redhat.com>
12035
12036 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12037 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12038 (Dwarf::assemble): Initialize them.
12039 (Dwarf::lines): New function.
12040
7ec911b0
JT
120412015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12042
12043 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12044 SYMBOL_PREFIX for x86_64-*-cygwin.
12045
ff908ebf
AW
120462015-03-26 Andy Wingo <wingo@igalia.com>
12047
12048 PR symtab/18148
12049 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12050 const_value but not a location.
12051 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12052 location defined in non-main CUs are visible.
12053
6d5f0679
YQ
120542015-03-26 Yao Qi <yao.qi@linaro.org>
12055
12056 PR testsuite/18139
12057 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12058 Add a line number entry for the same line.
12059 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12060 Add a line number entry for the same line.
12061
2898689b
YQ
120622015-03-26 Yao Qi <yao.qi@linaro.org>
12063
12064 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12065 .int 0.
12066 (func): Likewise. Add .Lfunc_1 label.
12067 Use .Lfunc_1 label.
12068 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12069 .int 0.
12070 (func): Likewise.
12071 Use .Lfunc_1 label.
12072
85180498
YQ
120732015-03-26 Yao Qi <yao.qi@linaro.org>
12074
12075 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12076 Call gdb_compile instead to compile each .s files without debug
12077 information.
12078
8aa08a8d
YQ
120792015-03-26 Yao Qi <yao.qi@linaro.org>
12080
12081 * gdb.base/savedregs.exp (process_saved_regs): Make
12082 "Saved registers:" optional in the pattern.
12083
66849923
MM
120842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12085
12086 * gdb.btrace/next.exp: Merged into step.exp.
12087 * gdb.btrace/finish.exp: Merged into step.exp.
12088 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12089 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12090 "record goto" and checking the exact replay position.
12091 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12092 check for "Recording format" in "info record" output.
12093 * gdb.btrace/record_goto.exp: Choose test file based on target.
12094 * gdb.btrace/x86-record_goto.S: Renamed into ...
12095 * gdb.btrace/x86_64-record_goto.S: ... this.
12096 * gdb.btrace/i686-record_goto.S: New.
12097 * gdb.btrace/x86-tailcall.S: Renamed into ...
12098 * gdb.btrace/x86_64-tailcall.S: ... this.
12099 * gdb.btrace/i686-tailcall.S: New.
12100 * gdb.btrace/x86-tailcall.c: Renamed into ...
12101 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12102 separate statements. Update test.
12103 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12104 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12105 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12106 * gdb.btrace/tailcall.exp: Choose test file based on target.
12107 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12108
11cc1b74
MM
121092015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12110
12111 * gdb.btrace/exception.exp: Increase BTS buffer size.
12112
a25d8bf9
PA
121132015-03-24 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12116
856e7dd6
PA
121172015-03-24 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.threads/schedlock.exp (test_step): No longer expect that
12120 "set scheduler-locking step" with "next" over a function call runs
12121 threads unlocked.
12122
ad235a41
AT
121232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12124
12125 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12126
15630549
AT
121272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12128
12129 PR breakpoints/16466
12130 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12131 * gdb.mi/mi-pending.c (thread_func): New function.
12132 (int main): Add threading support required.
12133 * gdb.mi/mi-pending.exp: Add tests for this issue.
12134 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12135 (pendfunc2): Remove stdio dependency.
12136 * gdb.mi/mi-pendshr2.c: New file.
12137
693dca06
KS
121382015-03-23 Keith Seitz <keiths@redhat.com>
12139
12140 * gdb.linespec/keywords.c: New file.
12141 * gdb.linespec/keywords.exp: New file.
12142
7e993ebf
KS
121432015-03-23 Keith Seitz <keiths@redhat.com>
12144
12145 PR gdb/18021
12146 * gdb.dwarf2/staticvirtual.exp: New test.
12147
bc23328c
JK
121482015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12149
12150 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12151 * README: Remove HP-UX and gdb.hp.
12152 (configuration):
12153 * configure: Regenerate.
12154 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12155 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12156 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12157 gdb.hp/gdb.defects/Makefile.
12158 * gdb.hp/Makefile.in: File deleted.
12159 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12160 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12161 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12162 * gdb.hp/gdb.aCC/run.c: File deleted.
12163 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12164 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12165 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12166 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12167 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12168 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12169 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12170 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12171 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12172 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12173 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12174 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12175 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12176 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12177 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12178 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12179 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12180 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12181 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12182 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12183 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12184 * gdb.hp/gdb.compat/average.c: File deleted.
12185 * gdb.hp/gdb.compat/sum.c: File deleted.
12186 * gdb.hp/gdb.compat/xdb.c: File deleted.
12187 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12188 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12189 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12190 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12191 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12192 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12193 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12194 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12195 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12196 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12197 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12198 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12199 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12200 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12201 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12202 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12203 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12204 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12205 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12206 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12207 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12208 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12209 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12210 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12211 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12212 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12213 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12214 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12215 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12216 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12217 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12218 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12219 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12220 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12221 * gdb.hp/tools/odump: File deleted.
12222
8bf3b159
PA
122232015-03-19 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12226 (saw_thread_3): New globals.
12227 (top level): Increment them when an event for the corresponding
12228 thread is seen.
12229 (no thread starvation): New test.
12230
eb54c8bf
PA
122312015-03-19 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.threads/continue-pending-status.c: New file.
12234 * gdb.threads/continue-pending-status.exp: New file.
12235
32d2e5d6
PA
122362015-03-18 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12239 Use gdb_is_target_remote instead of is_remote. Use
12240 gdb_test_multiple instead of gdb_expect. Exit early if
12241 gdb_test_multiple hits its internal matches. Tighten stepi tests
12242 expected output. Fail on exit with any signal, instead of just
12243 SIGILL.
12244
f68f11b7
YQ
122452015-03-18 Yao Qi <yao.qi@linaro.org>
12246
12247 PR tdep/18107
12248 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12249 variable.
12250 * gdb.base/catch-syscall.exp: Don't skip it on
12251 aarch64*-*-linux* target. Remove elements in all_syscalls.
12252 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12253 target.
12254 (setup_all_syscalls): New proc.
12255
ca5fd19b
YQ
122562015-03-16 Yao Qi <yao.qi@linaro.org>
12257
12258 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12259 (top level): Skip tests if valid_addr_p returns false for
12260 $cmd1 or $cmd2.
12261
85642ba0
AW
122622015-03-11 Andy Wingo <wingo@igalia.com>
12263
12264 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12265
e03f9645
YQ
122662015-03-11 Yao Qi <yao.qi@linaro.org>
12267
12268 * gdb.base/catch-syscall.exp: Fix typo in comments.
12269
5d0962b2
YQ
122702015-03-11 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12273
b2df3cef
PA
122742015-03-09 Pedro Alves <palves@redhat.com>
12275
12276 * dg-extract-results.py: Delete.
12277
ef878e53
PA
122782015-03-09 Pedro Alves <palves@redhat.com>
12279
12280 Merge dg-extract-results.sh from GCC upstream (r218843).
12281
12282 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12283 * dg-extract-results.sh: Use --text with grep to avoid issues with
12284 binary files. Fall back to cat -v, if that doesn't work.
12285
9494d219
PA
122862015-03-05 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12289
a8d9763a
SM
122902015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12291
12292 * lib/mi-support.exp (mi_expect_interrupt): Accept
12293 alternative event for when in all-stop mode.
12294
be9957b8
PA
122952015-03-04 Pedro Alves <palves@redhat.com>
12296
12297 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12298
d57be0f4 122992015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12300
12301 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12302
c214c7cf
AA
123032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12304
12305 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12306 regexps for GDB's current line display, accept a hex address
12307 preceding the line number.
12308
6d74a497
AA
123092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12310
12311 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12312 the 'arch1' variable for "s390*-linux*" targets.
12313
511aee7c
PA
123142015-03-04 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12317 (main): Pass missing retval argument to pthread_join call.
12318
95e50b27
PA
123192015-03-02 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12322 (top level): Call do_test with non-stop as well.
12323
28054d69
PA
123242015-03-02 Pedro Alves <palves@redhat.com>
12325
12326 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12327 -1.
12328
4fa5d7b4
AA
123292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12330
12331 * gdb.arch/s390-vregs.exp: New test.
12332 * gdb.arch/s390-vregs.S: New file.
12333
97c18565
PA
123342015-02-27 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12337 call to catch_command_errors.
12338 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12339 catch_command_errors.
12340
a37bfa30
PA
123412015-02-27 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12344 "true" for boolean result.
12345 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12346 prototype of main.
12347
6f98576f
PA
123482015-02-27 Pedro Alves <palves@redhat.com>
12349
12350 * lib/unbuffer_output.c: New file.
12351 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12352 (main): Call gdb_unbuffer_output.
12353
eba5ab56
YQ
123542015-02-27 Yao Qi <yao.qi@linaro.org>
12355
12356 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12357 target.
12358
0def5aaa
DE
123592015-02-26 Doug Evans <dje@google.com>
12360
12361 * gdb.cp/class2.cc (Dbase, D): New classes.
12362 (main): New local delta.
12363 * gdb.cp/class2.exp: Test printing delta.
12364 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12365 (dynbar): New global.
12366 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12367
081a1c2c
JK
123682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12369
12370 * gdb.compile/compile-ifunc.c: New file.
12371 * gdb.compile/compile-ifunc.exp: New file.
12372
2f41223f
AT
123732015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12374
12375 * gdb.base/structs.exp: Check for correct struct on finish.
12376
03eddd80
YQ
123772015-02-26 Yao Qi <yao.qi@linaro.org>
12378
12379 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12380 is zero.
12381
80c57053
JK
123822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12383
12384 * gdb.arch/cordic.ko.bz2: New file.
12385 * gdb.arch/cordic.ko.debug.bz2: New file.
12386 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12387
21613c12
YQ
123882015-02-25 Yao Qi <yao.qi@linaro.org>
12389
12390 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12391 aarch64*-*-* target.
12392
d8b901ed
PA
123932015-02-23 Pedro Alves <palves@redhat.com>
12394
12395 * lib/gdb.exp (delete_breakpoints): Rewrite using
12396 gdb_test_multiple.
12397
e5b85ead
PA
123982015-02-23 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.base/info-os.c: Include stdlib.h.
12401
85c3a371
DE
124022015-02-22 Doug Evans <xdje42@gmail.com>
12403
12404 PR symtab/17855
12405 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12406 is read after symbols have been re-read.
12407 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12408 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12409
96553a0c
DE
124102015-02-21 Doug Evans <dje@google.com>
12411
12412 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12413
97a0c697
JK
124142015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 PR corefiles/17808
12417 * gdb.arch/i386-biarch-core.core.bz2: New file.
12418 * gdb.arch/i386-biarch-core.exp: New file.
12419
a47cd6e9
PA
124202015-02-21 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12423 runto_main fails.
12424
c5facdc4
PA
124252015-02-20 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12428 info probes.
12429
2db9a427
PA
124302015-02-20 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12433
60fb7e9e
PA
124342015-02-20 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12437 clean_restart before gdb_target_supports_trace.
12438
5c5019c2
PA
124392015-02-20 Pedro Alves <palves@redhat.com>
12440
12441 PR threads/18006
12442 * gdb.threads/clone-thread_db.c: New file.
12443 * gdb.threads/clone-thread_db.exp: New file.
12444
c9587f88
AT
124452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12446
12447 PR breakpoints/16812
12448 * gdb.base/catch-gdb-caused-signals.c: New file.
12449 * gdb.base/catch-gdb-caused-signals.exp: New file.
12450
f6a88844
JM
124512015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12452
12453 * configure: Regenerated.
12454 * configure.ac: Use GDB_AC_TRANSFORM.
12455 * aclocal.m4: sinclude ../transform.m4.
12456
497c491b
JM
124572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12458
12459 * lib/dtrace.exp: New file.
12460 * gdb.base/dtrace-probe.exp: Likewise.
12461 * gdb.base/dtrace-probe.d: Likewise.
12462 * gdb.base/dtrace-probe.c: Likewise.
12463 * lib/pdtrace.in: Likewise.
12464 * configure.ac: Output variables with the transformed names of
12465 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12466 * configure: Regenerated.
12467
03e98035
JM
124682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12469
12470 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12471 expected message when trying to access $_probe_* convenience
12472 variables while not on a probe.
12473
63cc30e9
JK
124742015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12477
0703599a
PA
124782015-02-11 Pedro Alves <pedro@codesourcery.com>
12479
12480 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12481 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12482
7e60a48e
DE
124832015-02-10 Doug Evans <xdje42@gmail.com>
12484
12485 * lib/gdb.exp (gdb_load): Always return a result.
12486
01b088bc
PA
124872015-02-10 Pedro Alves <palves@redhat.com>
12488
12489 * gdb.threads/signal-sigtrap.c: New file.
12490 * gdb.threads/signal-sigtrap.exp: New file.
12491
b05ec7a5
AT
124922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12493
12494 * gdb.trace/no-attach-trace.c: New file.
12495 * gdb.trace/no-attach-trace.exp: New file.
12496
a2c2acaf
MW
124972015-02-09 Mark Wielaard <mjw@redhat.com>
12498
12499 * gdb.dwarf2/atomic.c: New file.
12500 * gdb.dwarf2/atomic-type.exp: Likewise.
12501
31fd9caa
MM
125022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12503
12504 * gdb.btrace/buffer-size.exp: Update "info record" output.
12505 * gdb.btrace/delta.exp: Update "info record" output.
12506 * gdb.btrace/enable.exp: Update "info record" output.
12507 * gdb.btrace/finish.exp: Update "info record" output.
12508 * gdb.btrace/instruction_history.exp: Update "info record" output.
12509 * gdb.btrace/next.exp: Update "info record" output.
12510 * gdb.btrace/nexti.exp: Update "info record" output.
12511 * gdb.btrace/step.exp: Update "info record" output.
12512 * gdb.btrace/stepi.exp: Update "info record" output.
12513 * gdb.btrace/nohist.exp: Update "info record" output.
12514
d33501a5
MM
125152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12516
12517 * gdb.btrace/buffer-size: New.
12518
f4abbc16
MM
125192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12520
12521 * gdb.btrace/delta.exp: Update "info record" output.
12522 * gdb.btrace/enable.exp: Update "info record" output.
12523 * gdb.btrace/finish.exp: Update "info record" output.
12524 * gdb.btrace/instruction_history.exp: Update "info record" output.
12525 * gdb.btrace/next.exp: Update "info record" output.
12526 * gdb.btrace/nexti.exp: Update "info record" output.
12527 * gdb.btrace/step.exp: Update "info record" output.
12528 * gdb.btrace/stepi.exp: Update "info record" output.
12529 * gdb.btrace/nohist.exp: Update "info record" output.
12530
b9d61307
SM
125312015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12532
12533 PR gdb/15678
12534 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12535
e584fdbc
PA
125362015-02-06 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12539 macro.
12540 (seconds_left, again): New globals.
12541 (main): Wait seconds_left in a 1-second sleep loop instead of
12542 sleeping 180 seconds. If 'again' is set, reset the seconds
12543 counter.
12544 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12545 'again' in the inferior before detaching. Print the seconds left.
12546 (options): New global.
12547 (top level): Build program with -DTIMEOUT=$timeout.
12548
77f41761
PA
125492015-02-06 Pedro Alves <palves@redhat.com>
12550
12551 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12552 determine how many seconds to pass to 'alarm'.
12553 * gdb.base/gdb-sigterm.exp (top level): Build program with
12554 -DTIMEOUT=$timeout.
12555 (do_test): Return success/failure indication. Add more verbose
12556 logging. Don't fail if 200 single steps are seen. Instead, fail
12557 when the test times out.
12558 (passes): New global.
12559 (top level): Break the testing loop if testing fails on any
12560 iteration. Use gdb_assert.
12561
b9394193
DB
125622015-02-04 Don Breazeal <donb@codesourcery.com>
12563
12564 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12565 and initialize them.
12566 (ipc_cleanup): New function.
12567 (main): Don't declare shmid, semid, and msqid. Add a call to
12568 atexit so that we call ipc_cleanup on exit.
12569
42d9e528
PA
125702015-02-04 Pedro Alves <palves@redhat.com>
12571
12572 * boards/native-extended-gdbserver.exp: Remove any target variant
12573 specifications from the board name before clearing the isremote
12574 flag from board_info.
12575
ae6ae975
DE
125762015-01-31 Doug Evans <xdje42@gmail.com>
12577
12578 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12579
cfb069a8
GB
125802015-01-31 Gary Benson <gbenson@redhat.com>
12581
12582 * gdb.base/completion.exp: Disable completion limiting for
12583 existing tests. Add new tests to check completion limiting.
12584 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12585
5dd31d79
DE
125862015-01-31 Doug Evans <xdje42@gmail.com>
12587
12588 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12589
9f050062
DE
125902015-01-31 Doug Evans <xdje42@gmail.com>
12591
12592 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12593 entries. Duplicate file section script entries.
12594 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12595 inlined entries. Add test for safe-path rejection.
12596 * gdb.python/py-section-script.c: Add duplicate inlined section script
12597 entries. Duplicate file section script entries.
12598 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12599 inlined entries. Add test for safe-path rejection.
12600
df25ebbd
JB
126012015-01-29 Joel Brobecker <brobecker@adacore.com>
12602
12603 * gdb.ada/disc_arr_bound: New testcase.
12604
4a0ca9ec
JB
126052015-01-29 Joel Brobecker <brobecker@adacore.com>
12606
12607 * gdb.ada/mi_var_array: New testcase.
12608
3a8b707a
DE
126092015-01-27 Doug Evans <dje@google.com>
12610
12611 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12612 Add test for objfile.filename, objfile.username after objfile
12613 has been unloaded.
12614
f8313f6e
JB
126152015-01-26 Joel Brobecker <brobecker@adacore.com>
12616
12617 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12618 the second test to print the name attribute of value
12619 returned by the call to gdb.lookup_type, and adjust
12620 the expected output accordingly.
12621
37bc665e
MW
126222015-01-25 Mark Wielaard <mjw@redhat.com>
12623
12624 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12625 * gdb.base/disp-step-fork.c: Include unistd.h.
12626 * gdb.base/siginfo-obj.c: Include stdio.h.
12627 * gdb.base/siginfo-thread.c: Likewise.
12628 * gdb.mi/non-stop.c: Include unistd.h.
12629 * gdb.mi/nsthrexec.c: Include stdio.h.
12630 * gdb.mi/pthreads.c: Include unistd.h.
12631 * gdb.modula2/unbounded1.c (main): Declare returns int.
12632 * gdb.reverse/consecutive-reverse.c: Likewise.
12633 * gdb.threads/create-fail.c: Include unistd.h.
12634 * gdb.threads/killed.c: Likewise.
12635 * gdb.threads/linux-dp.c: Likewise.
12636 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12637 * gdb.threads/non-ldr-exc-2.c: Likewise.
12638 * gdb.threads/non-ldr-exc-3.c: Likewise.
12639 * gdb.threads/non-ldr-exc-4.c: Likewise.
12640 * gdb.threads/pthreads.c: Include unistd.h.
12641 (main): Declare returns int.
12642 * gdb.threads/tls-main.c (foo): New declaration.
12643 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12644
f7e5394d
SM
126452015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12646
12647 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12648 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12649
743649fd
MW
126502015-01-15 Mark Wielaard <mjw@redhat.com>
12651
12652 * gdb.base/noreturn-return.c: New file.
12653 * gdb.base/noreturn-return.exp: New file.
12654 * gdb.base/noreturn-finish.c: New file.
12655 * gdb.base/noreturn-finish.exp: New file.
12656
198297aa
PA
126572015-01-23 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.threads/continue-pending-after-query.c: New file.
12660 * gdb.threads/continue-pending-after-query.exp: New file.
12661
717cf30c
AG
126622015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12663 Simon Marchi <simon.marchi@ericsson.com>
12664
12665 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12666 * gdb.base/valgrind-db-attach.exp: Same.
12667 * gdb.base/valgrind-infcall.exp: Same.
12668 * lib/mi-support.exp (default_mi_gdb_start): Same.
12669 * lib/prompt.exp (default_prompt_gdb_start): Same.
12670 * lib/gdb.exp (default_gdb_spawn): Same.
12671 (gdb_interact): New.
12672
12673
4b62a76e
JK
126742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12675
12676 * gdb.compile/compile.exp (pointer to jit function): New test.
12677
b4cdae6f
WW
126782015-01-17 Wei-cheng Wang <cole945@gmail.com>
12679
12680 * lib/gdb.exp (supports_process_record): Return true for
12681 powerpc*-*-linux*.
12682 (supports_reverse): Likewise.
12683
d221e7ef
DB
126842015-01-15 Don Breazeal <donb@codesourcery.com>
12685
12686 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12687 instead of checking whether the target board is remote and
12688 use spawn_wait_for_attach instead of exec/sleep.
12689 * gdb.base/attach-twice.exp: Likewise.
12690
bafffb51
JB
126912015-01-15 Joel Brobecker <brobecker@adacore.com>
12692
12693 * gdb.ada/var_arr_attrs: New testcase.
12694
5589af0e
PA
126952015-01-14 Pedro Alves <palves@redhat.com>
12696 Joel Brobecker <brobecker@adacore.com>
12697
12698 PR gdb/17525
12699 * gdb.base/bp-cmds-execution-x-script.c: New file.
12700 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12701 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12702
6c400b59
PA
127032015-01-14 Pedro Alves <palves@redhat.com>
12704
12705 PR cli/17828
12706 * gdb.base/batch-preserve-term-settings.c: New file.
12707 * gdb.base/batch-preserve-term-settings.exp: New file.
12708
e02c96a7
DE
127092015-01-13 Doug Evans <dje@google.com>
12710
12711 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12712 binary.
12713
576fd14c
JB
127142015-01-13 Joel Brobecker <brobecker@adacore.com>
12715
12716 * Makefile.in (clean mostlyclean): Do not delete *.py.
12717
04dccad0
JB
127182015-01-13 Joel Brobecker <brobecker@adacore.com>
12719
12720 * gdb.python/py-lookup-type.exp: New file.
12721
3d230f71
PA
127222015-01-12 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12725 restore GDBFLAGS before returning.
12726
7e67715d
JK
127272015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12728
12729 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12730 is_amd64_regs_target and is_x86_like_target.
12731
f2e0d4b4
DE
127322015-01-11 Doug Evans <xdje42@gmail.com>
12733
12734 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12735 is given without an explicit form.
12736 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12737 attributes.
12738 * gdb.dwarf/corrupt.exp: Ditto.
12739 * gdb.dwarf2/enum-type.exp: Ditto.
12740 * gdb.trace/entry-values.exp: Ditto.
12741 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12742
439250fb
DE
127432015-01-11 Doug Evans <xdje42@gmail.com>
12744
12745 PR gdb/15830
12746 * gdb.base/maint.exp: Remove references to "maint demangle".
12747 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12748 Add tests for explicitly specifying language to demangle.
12749 * gdb.dlang/demangle.exp: Ditto.
12750
ede9f622
PA
127512015-01-09 Pedro Alves <palves@redhat.com>
12752
12753 * gdb.threads/non-stop-fair-events.c: New file.
12754 * gdb.threads/non-stop-fair-events.exp: New file.
12755
a7b796db
PA
127562015-01-09 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12759 the global scope. Set a breakpoint after all threads are started
12760 rather than stepping over two source lines. Expect the prompt.
12761 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12762 global.
12763 (NUM): Now 15.
12764 (main): Use threads_started_barrier to wait for all threads to
12765 start. Main thread no longer calls thread_function. Exit after
12766 180 seconds.
12767 (loop): New function.
12768 (thread_function): Wait on threads_started_barrier barrier. Call
12769 'loop' at each iteration.
12770 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12771 threads have started, instead of hardcoding number of "next"
12772 steps. Use an access watchpoint instead of a write watchpoint.
12773
9665ffdd
PA
127742015-01-09 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12777 (thread_func): Wait on barrier.
12778 (main): Wait for all threads to start before stopping GDB.
12779 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12780 global.
12781 (thread1_func, thread2_func): Wait on barrier.
12782 (main): Wait for all threads to start before stopping GDB.
12783 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12784 New global.
12785 (thread1_func, thread2_func): Wait on barrier.
12786 (main): Wait for all threads to start before stopping GDB.
12787
c945a99f
PA
127882015-01-09 Pedro Alves <palves@redhat.com>
12789
12790 * gdb.threads/attach-many-short-lived-threads.c: New file.
12791 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12792
c1a747c1
PA
127932014-01-09 Pedro Alves <palves@redhat.com>
12794
12795 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12796 instead of to thread 2.
12797 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12798 Add barrier around each pthread_create call instead of around all
12799 calls.
12800 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12801 Set a break on thread_function and have the child threads hit it
12802 one at at a time.
12803
60b3033e
PA
128042015-01-09 Pedro Alves <palves@redhat.com>
12805
12806 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12807 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12808 false.
12809 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12810 checking whether the target board is remote.
12811 * gdb.multi/multi-attach.exp: Likewise.
12812 * gdb.python/py-sync-interp.exp: Likewise.
12813 * gdb.server/ext-attach.exp: Likewise.
12814 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12815 tests that need to attach, instead of checking whether the target
12816 board is remote at the top of the file.
12817
acc018ac
YQ
128182015-01-08 Yao Qi <yao@codesourcery.com>
12819
12820 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12821
50a18af8
JK
128222015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12823
12824 Fix testcase compilation.
12825 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12826
8503d6e1
JB
128272015-01-06 Joel Brobecker <brobecker@adacore.com>
12828
12829 * gdb.python/py-type.exp: Add a couple test about empty
12830 array creation, and negative-length array creation.
12831
cc73dbcc
DE
128322015-01-02 Doug Evans <xdje42@gmail.com>
12833
12834 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12835
0300bbc7
DE
128362015-01-02 Doug Evans <dje@google.com>
12837
12838 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12839
9d85a0ec
YQ
128402014-12-29 Yao Qi <yao@codesourcery.com>
12841
12842 * gdb.trace/entry-values.exp: Update comments. Rename variable
12843 bar_call_foo to returned_from_foo.
12844
87186c6a
MMN
128452014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12846
12847 PR gdb/17394
12848 * gdb.linespec/break-asm-file.c: New file.
12849 * gdb.linespec/break-asm-file.exp: New file.
12850 * gdb.linespec/break-asm-file0.s: New file.
12851 * gdb.linespec/break-asm-file1.s: New file.
12852
1bab7383
YQ
128532014-12-18 Nigel Stephens <nigel@mips.com>
12854 Maciej W. Rozycki <macro@codesourcery.com>
12855
12856 * gdb.base/float.exp: Handle the new output from "info float" on
12857 MIPS targets.
12858
1bc1068a
JK
128592014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12860
12861 Fix MinGW compilation.
12862 * gdb.compile/compile-ops.exp: Update untested message if
12863 !skip_compile_feature_tests.
12864 * gdb.compile/compile-setjmp.exp: Likewise.
12865 * gdb.compile/compile-tls.exp: Likewise.
12866 * gdb.compile/compile.exp: Likewise.
12867 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12868 supported on this host".
12869
b6615d10
DE
128702014-12-16 Doug Evans <xdje42@gmail.com>
12871
12872 * boards/stabs.exp: New file.
12873
25dda427
AA
128742014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12875
12876 * gdb.base/completion.exp: Adjust to format changes of "maint
12877 print user-registers".
12878
bf330350
CU
128792014-12-16 Catalin Udma <catalin.udma@freescale.com>
12880
12881 PR server/17457
12882 * gdb.arch/aarch64-fp.c: New file.
12883 * gdb.arch/aarch64-fp.exp: New file.
12884
395cf596
SDJ
128852014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12886
12887 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12888 r210637, r210913, r211666, r215400, r215817).
12889
12890 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12891 * dg-extract-results.py: New file.
12892 * dg-extract-results.sh: Use it if the environment seems
12893 suitable.
12894
12895 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12896
12897 * dg-extract-results.py (parse_run): Handle warnings that
12898 are printed before a test harness is run.
12899
12900 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12901
12902 * dg-extract-results.py (Named): Remove __cmp__ method.
12903 (output_variation): Use a key to sort variation.harnesses.
12904
12905 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12906
12907 * dg-extract-results.py: For Python 3, force sys.stdout to
12908 handle surrogate escape sequences.
12909 (safe_open): New function.
12910 (output_segment, main): Use it.
12911
12912 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12913
12914 * dg-extract-results.py (Prog.result_re): Include options
12915 in test name.
12916
12917 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12918
12919 * dg-extract-results.py (output_variation): Always sort if
12920 do_sum.
12921
e882ef3c
SM
129222014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12923
12924 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12925 as long as we get pagination notifications.
12926
4992aa20
JM
129272014-12-15 Jason Merrill <jason@redhat.com>
12928
12929 * Makefile.in (check-gdb.%): Restore.
12930 * README: Mention it.
12931
c1b5a1a6
JB
129322014-12-13 Joel Brobecker <brobecker@adacore.com>
12933
12934 * gdb.ada/str_uninit: New testcase.
12935
5537b577
JK
129362014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12937
12938 PR symtab/17642
12939 * gdb.base/vla-stub-define.c: New file.
12940 * gdb.base/vla-stub.c: New file.
12941 * gdb.base/vla-stub.exp: New file.
12942
bb2ec1b3
TT
129432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12944 Jan Kratochvil <jan.kratochvil@redhat.com>
12945 Tom Tromey <tromey@redhat.com>
12946
12947 * configure.ac: Add gdb.compile/.
12948 * configure: Regenerate.
12949 * gdb.compile/Makefile.in: New file.
12950 * gdb.compile/compile-ops.exp: New file.
12951 * gdb.compile/compile-ops.c: New file.
12952 * gdb.compile/compile-tls.c: New file.
12953 * gdb.compile/compile-tls.exp: New file.
12954 * gdb.compile/compile-constvar.S: New file.
12955 * gdb.compile/compile-constvar.c: New file.
12956 * gdb.compile/compile-mod.c: New file.
12957 * gdb.compile/compile-nodebug.c: New file.
12958 * gdb.compile/compile-setjmp-mod.c: New file.
12959 * gdb.compile/compile-setjmp.c: New file.
12960 * gdb.compile/compile-setjmp.exp: New file.
12961 * gdb.compile/compile-shlib.c: New file.
12962 * gdb.compile/compile.c: New file.
12963 * gdb.compile/compile.exp: New file.
12964 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12965
4ff709eb
TT
129662014-12-12 Tom Tromey <tromey@redhat.com>
12967
12968 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12969 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12970
6dddd6a5
DE
129712014-12-12 Doug Evans <dje@google.com>
12972
12973 * lib/gdb-python.exp (get_python_valueof): New function.
12974 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12975
71c24708
AA
129762014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12977
12978 * gdb.base/completion.exp: Add test for completion of "info
12979 registers ".
12980
3e29f34a
MR
129812014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12982
12983 * gdb.base/func-ptrs.c: New file.
12984 * gdb.base/func-ptrs.exp: New file.
12985
fc126975
SM
129862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12987
12988 PR breakpoints/17012
12989 * gdb.base/dprintf-detach.c: New file.
12990 * gdb.base/dprintf-detach.exp: New file.
12991
0a46d518
SM
129922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12995 * lib/gdb.exp (target_is_gdbserver): New procedure.
12996
a0be3e44
DE
129972014-12-08 Doug Evans <dje@google.com>
12998
12999 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13000
df1b803a
YQ
130012014-12-05 Yao Qi <yao@codesourcery.com>
13002
13003 * gdb.guile/scm-error.exp: Remove the third argument to
13004 gdb_remote_download.
13005 * gdb.guile/scm-frame-args.exp: Likewise.
13006 * gdb.guile/scm-section-script.exp: Likewise.
13007
ddb9f679
YQ
130082014-12-05 Yao Qi <yao@codesourcery.com>
13009
13010 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13011
86e4ed39
DE
130122014-12-04 Doug Evans <dje@google.com>
13013
13014 * gdb.python/py-objfile.exp: Add tests for
13015 objfile.add_separate_debug_file.
13016
7c50a931
DE
130172014-12-04 Doug Evans <dje@google.com>
13018
13019 * lib/gdb.exp (get_build_id): New function.
13020 (build_id_debug_filename_get): Rewrite to use it.
13021 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13022
621661e3
MR
130232014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13024
13025 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13026 `method(long)', not just 0x0.
13027 * gdb.cp/nsalias.exp: Align code labels to 4.
13028 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13029 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13030 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13031 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13032 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13033 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13034
29f0c3b7
DE
130352014-12-02 Doug Evans <dje@google.com>
13036
e1e061e7 13037 PR symtab/17602
29f0c3b7 13038 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13039 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13040 * gdb.cp/anon-ns.exp: Update.
13041
162078c8
NB
130422014-12-02 Nick Bull <nicholaspbull@gmail.com>
13043
13044 * gdb.python/py-events.py (inferior_call_handler): New.
13045 (register_changed_handler, memory_changed_handler): New.
13046 (test_events.invoke): Register new handlers.
13047 * gdb.python/py-events.exp: Add tests for inferior call,
13048 memory_changed and register_changed events.
13049
fdb09caf
AA
130502014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13051
13052 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13053 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13054 if the linker doesn't understand this.
13055
55cfb2c4
SM
130562014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13057
13058 * gdb.python/python.exp: Change expected reply to help().
13059
9e8cd6df
YQ
130602014-12-01 Yao Qi <yao@codesourcery.com>
13061
13062 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13063 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13064 * configure: Re-generated.
13065
6c659fc2
SC
130662014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13067
13068 * gdb.cp/chained-calls.cc: New file.
13069 * gdb.cp/chained-calls.exp: New file.
13070 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13071
d7fc3181
SM
130722014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13073
13074 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13075 * gdb.dwarf2/symtab-producer.exp: Same.
13076 * gdb.gdb/python-interrupts.exp: Same.
13077 * gdb.gdb/python-selftest.exp: Same.
13078 * gdb.python/py-linetable.exp: Same.
13079 * gdb.python/py-type.exp: Same.
13080 * gdb.python/py-value-cc.exp: Same.
13081 * gdb.python/py-value.exp: Same.
13082
10e79639
YQ
130832014-11-28 Yao Qi <yao@codesourcery.com>
13084
13085 * gdb.base/break-probes.exp: Match library name prefixed with
13086 sysroot.
13087
f28a0564
SM
130882014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13089
13090 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13091 test expected output. Add parentheses for the call to print.
13092 Remove L suffix from integers.
13093
3fe1ce1d
DE
130942014-11-26 Doug Evans <dje@google.com>
13095
13096 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13097
84429e27
YQ
130982014-11-22 Yao Qi <yao@codesourcery.com>
13099
13100 * gdb.trace/entry-values.c: Remove asms.
13101 (foo): Add foo_label.
13102 (bar): Add bar_label.
13103 * gdb.trace/entry-values.exp: Remove code computing foo's
13104 length and bar's length.
13105 (Dwarf::assemble): Invoke function_range for bar and use
13106 MACRO_AT_func for foo.
13107
26741859
YQ
131082014-11-22 Yao Qi <yao@codesourcery.com>
13109
13110 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13111 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13112 Use .Lgcc43_procstart instead of gcc43.
13113
45e44d27
JB
131142014-11-21 Joel Brobecker <brobecker@adacore.com>
13115
13116 * gdb.ada/n_arr_bound: New testcase.
13117
458c8db8
SDJ
131182014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13119
13120 PR breakpoints/10737
13121 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13122 test_catch_syscall_multi_arch.
13123 (test_catch_syscall_multi_arch): New function.
13124
43f3e411
DE
131252014-11-20 Doug Evans <xdje42@gmail.com>
13126
13127 * gdb.base/maint.exp: Update expected output.
13128
0d7b2549
AA
131292014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13130
13131 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13132 4-byte instruction on S390.
13133
8908fca5
JB
131342014-11-19 Joel Brobecker <brobecker@adacore.com>
13135
13136 * gdb.ada/arr_arr: New testcase.
13137
4a46959e
JB
131382014-11-19 Joel Brobecker <brobecker@adacore.com>
13139
13140 * gdb.ada/pkd_arr_elem: New Testcase.
13141
470e2f4e
LM
131422014-11-18 Luis Machado <lgustavo@codesourcery.com>
13143
13144 * gdb.reverse/break-precsave: Expect completion message for
13145 core file reads.
13146 * gdb.reverse/consecutive-precsave.exp: Likewise.
13147 * gdb.reverse/finish-precsave.exp: Likewise.
13148 * gdb.reverse/i386-precsave.exp: Likewise.
13149 * gdb.reverse/machinestate-precsave.exp: Likewise.
13150 * gdb.reverse/sigall-precsave.exp: Likewise.
13151 * gdb.reverse/solib-precsave.exp: Likewise.
13152 * gdb.reverse/step-precsave.exp: Likewise.
13153 * gdb.reverse/until-precsave.exp: Likewise.
13154 * gdb.reverse/watch-precsave.exp: Likewise.
13155
a267f3ad
AA
131562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13157
13158 * gdb.base/bp-permanent.c: Include unistd.h.
13159 * gdb.python/py-framefilter-mi.c (main): Add return type.
13160 * gdb.python/py-framefilter.c (main): Likewise.
13161 * gdb.trace/actions-changed.c (main): Likewise.
13162
12084a9a
AA
131632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13164
13165 * gdb.mi/until.c: Add eye-catchers.
13166 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13167 line numbers.
13168
dc7e1a77
AA
131692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13170
13171 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13172 function header variants in break1.c.
13173 * gdb.base/ena-dis-br.exp: Likewise.
13174 * gdb.base/hbreak2.exp: Likewise.
13175 * gdb.reverse/until-precsave.exp: Drop references to removed
13176 non-prototype function header variants in ur1.c.
13177 * gdb.reverse/until-reverse.exp: Likewise.
13178
41c77605
PM
131792014-11-17 Petr Machata <pmachata@redhat.com>
13180
13181 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13182 ${_cu_offset_size} bytes abbrev offset.
13183
34248c3a
DE
131842014-11-15 Doug Evans <xdje42@gmail.com>
13185
13186 PR symtab/17559
13187 * gdb.base/line-symtabs.exp: New file.
13188 * gdb.base/line-symtabs.c: New file.
13189 * gdb.base/line-symtabs.h: New file.
13190
646da059
YQ
131912014-11-14 Yao Qi <yao@codesourcery.com>
13192
13193 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13194 (func): Add label func_label.
13195 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13196 Replace low_pc and high_pc with MACRO_AT_range.
13197 Replace name, low_pc and high_pc with MACRO_AT_func.
13198
9301ebe6
YQ
131992014-11-14 Yao Qi <yao@codesourcery.com>
13200
13201 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13202 Replace name, low_pc and high_pc with MACRO_AT_func.
13203
f166b542
YQ
132042014-11-14 Yao Qi <yao@codesourcery.com>
13205
13206 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13207 produce debug information.
13208 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13209
0f6e71e3
YQ
132102014-11-14 Yao Qi <yao@codesourcery.com>
13211
13212 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13213 object and get function length.
13214 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13215 with MACRO_AT_func.
13216 (top-level): Replace gdb_compile and clean_restart with
13217 prepare_for_testing.
13218 * gdb.dwarf2/main.c (main): Add label main_label.
13219
876c4df9
YQ
132202014-11-14 Yao Qi <yao@codesourcery.com>
13221
13222 * lib/dwarf.exp (function_range): New procedure.
13223 (Dwarf::_handle_macro_at_func): New procedure.
13224 (Dwarf::_handle_macro_at_range): New procedure.
13225 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13226
02ad9cf1
YQ
132272014-11-14 Yao Qi <yao@codesourcery.com>
13228
13229 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13230 (_handle_attribute): New procedure.
13231
a59add0c
AA
132322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13233
13234 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13235 * gdb.base/call-sc.c (zed): Likewise.
13236 * gdb.base/checkpoint.c (main): Likewise.
13237 * gdb.base/dump.c (main): Likewise.
13238 * gdb.base/gcore.c (main): Likewise.
13239 * gdb.base/huge.c (main): Likewise.
13240 * gdb.base/multi-forks.c (main): Likewise.
13241 * gdb.base/pr10179-a.c (main): Likewise.
13242 * gdb.base/savedregs.c (main): Likewise.
13243 * gdb.base/sigaltstack.c (main): Likewise.
13244 * gdb.base/siginfo.c (main): Likewise.
13245 * gdb.base/structs.c (zed): Likewise.
13246 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13247 * gdb.mi/mi-syn-frame.c (main): Likewise.
13248 * gdb.mi/until.c (foo, main): Likewise.
13249 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13250 * gdb.base/solib-weak.c (foo): Declare.
13251 * gdb.base/attach-twice.c: Include stdio.h.
13252 * gdb.base/weaklib1.c: Likewise.
13253 * gdb.base/weaklib2.c: Likewise.
13254 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13255 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13256 unistd.h.
13257 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13258 * gdb.mi/mi-exit-code.c: Likewise.
13259 * gdb.base/break-interp-lib.c: Include string.h.
13260 * gdb.base/coremaker.c: Likewise.
13261 * gdb.base/testenv.c: Likewise.
13262 * gdb.python/py-finish-breakpoint.c: Likewise.
13263 * gdb.base/inferior-died.c: Include sys/wait.h.
13264 * gdb.base/fileio.c: Include time.h.
13265 * gdb.base/async-shell.c: Include unistd.h.
13266 * gdb.base/dprintf-non-stop.c: Likewise.
13267 * gdb.base/info-os.c: Likewise.
13268 * gdb.mi/mi-console.c: Likewise.
13269 * gdb.mi/watch-nonstop.c: Likewise.
13270 * gdb.python/py-events.c: Likewise.
13271 * gdb.base/async.c (baz): Move up before its invocation.
13272 * gdb.base/code_elim2.c (my_global_func): Likewise.
13273 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13274 * gdb.base/advance.c (func2): Likewise.
13275
3b5d5997
AA
132762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13277
13278 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13279 variant.
13280 * gdb.base/annota3.c: Likewise.
13281 * gdb.base/async.c: Likewise.
13282 * gdb.base/average.c: Likewise.
13283 * gdb.base/call-ar-st.c: Likewise.
13284 * gdb.base/call-rt-st.c: Likewise.
13285 * gdb.base/call-sc.c: Likewise.
13286 * gdb.base/call-strs.c: Likewise.
13287 * gdb.base/ending-run.c: Likewise.
13288 * gdb.base/execd-prog.c: Likewise.
13289 * gdb.base/exprs.c: Likewise.
13290 * gdb.base/foll-exec.c: Likewise.
13291 * gdb.base/foll-fork.c: Likewise.
13292 * gdb.base/foll-vfork.c: Likewise.
13293 * gdb.base/funcargs.c: Likewise.
13294 * gdb.base/gcore.c: Likewise.
13295 * gdb.base/jump.c: Likewise.
13296 * gdb.base/langs0.c: Likewise.
13297 * gdb.base/langs1.c: Likewise.
13298 * gdb.base/langs2.c: Likewise.
13299 * gdb.base/mips_pro.c: Likewise.
13300 * gdb.base/nodebug.c: Likewise.
13301 * gdb.base/opaque0.c: Likewise.
13302 * gdb.base/opaque1.c: Likewise.
13303 * gdb.base/recurse.c: Likewise.
13304 * gdb.base/run.c: Likewise.
13305 * gdb.base/scope0.c: Likewise.
13306 * gdb.base/scope1.c: Likewise.
13307 * gdb.base/setshow.c: Likewise.
13308 * gdb.base/setvar.c: Likewise.
13309 * gdb.base/shmain.c: Likewise.
13310 * gdb.base/shr1.c: Likewise.
13311 * gdb.base/shr2.c: Likewise.
13312 * gdb.base/sigall.c: Likewise.
13313 * gdb.base/signals.c: Likewise.
13314 * gdb.base/so-indr-cl.c: Likewise.
13315 * gdb.base/solib2.c: Likewise.
13316 * gdb.base/structs.c: Likewise.
13317 * gdb.base/sum.c: Likewise.
13318 * gdb.base/vforked-prog.c: Likewise.
13319 * gdb.base/watchpoint.c: Likewise.
13320 * gdb.reverse/shr2.c: Likewise.
13321 * gdb.reverse/until-reverse.c: Likewise.
13322 * gdb.reverse/ur1.c: Likewise.
13323 * gdb.reverse/watch-reverse.c: Likewise.
13324
066a77c5
AA
133252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13326
13327 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13328 variant.
13329 * gdb.base/sepdebug.exp: Drop references to removed code.
13330
4f204ea5
AA
133312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13332
13333 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13334 variant. Preserve original line numbering.
13335 * gdb.base/list1.c: Likewise.
13336
3b377a3a
AA
133372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13338
13339 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13340 variant.
13341 * gdb.base/break1.c: Likewise.
13342 * gdb.base/break.exp: Drop references to removed code.
13343
e444df73
AA
133442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13345
13346 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13347 variant.
13348
8008f2a7
AA
133492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13350
13351 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13352
a5a06887
AA
133532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13354
13355 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13356 logic into perform_all_tests() and invoke it with and without
13357 function header prototypes.
13358 (do_function_calls): Remove conditional XFAIL for PR 5318.
13359 (rerun_and_prepare): Remove duplicate code.
13360 (perform_all_tests): New. Main logic moved here.
13361
44dba9b9
AA
133622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13363
13364 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13365 code guarded by #ifdef NO_PROTOTYPES.
13366 (t_double_many_args): Likewise.
13367 (DEF_FUNC_MANY_ARGS_1): Likewise.
13368 (DEF_FUNC_VALUES_1): Likewise.
13369 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13370 guarded by #ifdef PROTOTYPES.
13371
d1fbcd56
AA
133722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13373
13374 * gdb.mi/mi-console.c: Add eye-catcher.
13375 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13376 instead of literal line number.
13377
b0e59b8f
AA
133782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13379
13380 * gdb.base/shr2.c: Add eye-catcher.
13381 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13382 line number.
13383
78f98cca
AA
133842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13385
13386 * gdb.base/jump.c: Add eye-catchers.
13387 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13388 numbers.
13389
58fa2af0
AA
133902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13391
13392 * gdb.base/execd-prog.c: Add eye-catchers.
13393 * gdb.base/foll-exec.c: Likewise.
13394 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13395 line numbers.
13396
04e5059b
AA
133972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13398
13399 * gdb.base/ending-run.c: Add eye-catchers.
13400 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13401 literal line numbers.
13402
dbfdb174
AA
134032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13404
13405 * gdb.base/call-rt-st.c: Add eye-catchers.
13406 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13407 literal line numbers.
13408
888a2ade
AA
134092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13410
13411 * gdb.base/call-ar-st.c: Add eye-catchers.
13412 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13413 literal line numbers.
13414
6acc2dde
AA
134152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13416
13417 * gdb.base/average.c: Add eye-catchers.
13418 * gdb.base/sum.c: Likewise.
13419 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13420 regexps dynamically.
13421
9ecfcd1d
AA
134222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13423
13424 * gdb.base/solib1.c: Add eye-catchers.
13425 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13426 literal line numbers.
13427
78708b7c
PA
134282014-11-12 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13431 leader has exited.
13432
af48d08f
PA
134332014-11-12 Pedro Alves <palves@redhat.com>
13434
13435 * gdb.arch/i386-bp_permanent.c: New file.
13436 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13437 (srcfile): Set to i386-bp_permanent.c.
13438 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13439 that stepi does not execute the 'leave' instruction, instead of
13440 testing it does execute.
13441 * gdb.base/bp-permanent.c: New file.
13442 * gdb.base/bp-permanent.exp: New file.
13443
af3768e9
DE
134442014-11-10 Doug Evans <xdje42@gmail.com>
13445
13446 PR symtab/17564
13447 * gdb.base/symtab-search-order.exp: New file.
13448 * gdb.base/symtab-search-order.c: New file.
13449 * gdb.base/symtab-search-order-1.c: New file.
13450 * gdb.base/symtab-search-order-shlib-1.c: New file.
13451
9de00a4a
PA
134522014-11-07 Pedro Alves <palves@redhat.com>
13453
13454 PR gdb/17511
13455 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13456 i?86-*-linux*.
13457
e0f52461
SC
134582014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13459
13460 PR c++/17494
13461 * gdb.cp/pr17494.cc: New file.
13462 * gdb.cp/pr17494.exp: New file.
13463
6ce8c980
YQ
134642014-11-02 Yao Qi <yao@codesourcery.com>
13465
13466 * gdb.python/python.exp: Get working directory and match the
13467 output of "set extended-prompt \\w " with it.
13468
02be9a71
DE
134692014-10-30 Doug Evans <dje@google.com>
13470
13471 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13472 in objfiles.
13473 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13474 in progspaces.
13475
3bdff46b
LM
134762014-10-30 Janis Johnson <janisjo@codesourcery.com>
13477
13478 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13479 * gdb.base/realname-expand.exp: Likewise.
13480 * gdb.linespec/macro-relative.exp: Likewise.
13481
ab917dfb
PA
134822014-10-29 Pedro Alves <palves@redhat.com>
13483
13484 PR gdb/17408
13485 * gdb.threads/schedlock.c (some_function): New function.
13486 (call_function): New global.
13487 (MAYBE_CALL_SOME_FUNCTION): New macro.
13488 (thread_function): Call it.
13489 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13490 and use it instead of a global counter. Adjust all callers.
13491 (get_current_thread): Use "find current thread" for test message
13492 here rather than having all callers pass down the same string.
13493 (goto_loop): New procedure, factored out from ...
13494 (my_continue): ... this.
13495 (step_ten_loops): Change parameter from test message to command to
13496 use. Adjust.
13497 (list_count): Delete global.
13498 (check_result): New procedure, factored out from duplicate top
13499 level code.
13500 (continue tests): Wrap in with_test_prefix.
13501 (test_step): New procedure, factored out from duplicate top level
13502 code.
13503 (top level): Test "step" in combination with all scheduler-locking
13504 modes. Test "next" in combination with all scheduler-locking
13505 modes, and in combination with stepping over a function call or
13506 not.
13507 * gdb.threads/next-bp-other-thread.c: New file.
13508 * gdb.threads/next-bp-other-thread.exp: New file.
13509
d3d4baed
PA
135102014-10-29 Pedro Alves <palves@redhat.com>
13511
13512 PR python/17372
13513 * gdb.python/python.exp: Test a multi-line command that spawns
13514 interactive Python.
13515 * gdb.base/multi-line-starts-subshell.exp: New file.
13516
563e8d85
YQ
135172014-10-29 Yao Qi <yao@codesourcery.com>
13518
13519 * gdb.base/fileio.exp: Make directories on host.
13520
0ea4d52e
YQ
135212014-10-29 Yao Qi <yao@codesourcery.com>
13522
13523 * gdb.base/fileio.c (test_write): Close the file.
13524
7f5ef605
PA
135252014-10-28 Pedro Alves <palves@redhat.com>
13526
13527 PR gdb/12623
13528 * gdb.base/sigstep.c (no_handler): New global.
13529 (main): If 'no_handler is true, set the signal handlers to
13530 SIG_IGN.
13531 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13532 with_sw_watch and no_handler parameters. Handle them.
13533 (top level) <stepping over handler when stopped at a breakpoint
13534 test>: Add a test axis for testing with a software watchpoint, and
13535 another for testing with the signal handler set to SIG_IGN.
13536 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13537 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13538
abbdbd03
PA
135392014-10-28 Pedro Alves <palves@redhat.com>
13540
13541 PR gdb/17511
13542 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13543 * gdb.base/sigstep.exp (other_handler_location): New global.
13544 (advance): Support stepping into the signal handler, and running
13545 commands while in the handler.
13546 (in_handler_map): New global.
13547 (top level): In the advance test, add combinations for getting
13548 into the handler with stepping commands, and for running commands
13549 in the handler. Add comment descripting the advancei tests.
13550
1df4399f
PA
135512014-10-28 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.base/sigstep.exp: Use build_executable instead of
13554 prepare_for_testing.
13555 (top level): Move code that starts GDB, runs to main and creates a
13556 display to ...
13557 (restart): ... this new procedure.
13558 (top level): Move backtrace from signal handler test to ...
13559 (validate_backtrace): ... this new procedure.
13560 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13561 with_test_prefix. Always restart GDB.
13562 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13563 with_test_prefix. Always restart GDB. No need to delete
13564 breakpoints after the test.
13565 (test_skip_handler): Remove prefix parameter.
13566 (skip_over_handler, breakpoint_to_handler)
13567 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13568 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13569 restart GDB. No need to delete breakpoints after the test.
13570 (top level): Use foreach to call the test procedures with
13571 different commands.
13572
a5b6e449
PA
135732014-10-28 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13576 instead of GNATS numbers.
13577 * gdb.base/sigbpt.exp: Likewise.
13578 * gdb.base/siginfo.exp: Likewise.
13579 * gdb.base/sigstep.exp: Likewise.
13580
e5f8a7cc
PA
135812014-10-27 Pedro Alves <palves@redhat.com>
13582
13583 * gdb.base/sigstep.c (dummy): New global.
13584 (main): Issue a couple writes to the new global.
13585 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13586 procedures.
13587 (skip_over_handler): Use test_skip_handler.
13588 (top level): Call skip_over_handler for stepi and nexti too.
13589 (breakpoint_over_handler): Use test_skip_handler.
13590 (top level): Call breakpoint_over_handler for stepi and nexti too.
13591
763905a3
YQ
135922014-10-27 Yao Qi <yao@codesourcery.com>
13593
13594 * gdb.trace/tfile.c (adjust_function_address)
13595 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13596 function descriptor.
13597
6f259a23
DB
135982014-10-24 Don Breazeal <donb@codesourcery.com>
13599
13600 * gdb.base/foll-fork.exp (test_follow_fork,
13601 catch_fork_child_follow): Check for updated fork messages emitted
13602 from infrun.c.
13603 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13604 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13605 vfork_and_exec_child_follow_through_step): Check for updated vfork
13606 messages emitted from infrun.c.
13607
09dd9a69
PA
136082014-10-24 Pedro Alves <palves@redhat.com>
13609
13610 * gdb.base/corefile.exp: Remove references to ultrix.
13611 * gdb.base/interrupt.exp: Likewise.
13612 * gdb.base/whatis.exp: Likewise.
13613 * gdb.gdb/selftest.exp: Likewise.
13614 * gdb.threads/manythreads.exp: Likewise.
13615 * gdb.threads/print-threads.exp: Likewise.
13616 * gdb.threads/pthreads.exp:: Likewise.
13617 * gdb.threads/schedlock.exp: Likewise.
13618
3433cfa5
SC
136192014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13620
13621 * gdb.cp/non-trivial-retval.cc: Add a test case.
13622 * gdb.cp/non-trivial-retval.exp: Add a test.
13623
092f880b
YQ
136242014-10-20 Yao Qi <yao@codesourcery.com>
13625
13626 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13627 * gdb.python/py-objfile-script-gdb.py: New file.
13628 * gdb.python/py-objfile-script.exp: Update reference to
13629 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13630 of remote_download. Remove the dest file.
13631
acbdb7f3
YQ
136322014-10-20 Yao Qi <yao@codesourcery.com>
13633
13634 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13635 * gdb.base/step-line.exp: Likewise.
13636 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13637 * gdb.dwarf2/dw2-basic.exp: Likewise.
13638 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13639 * gdb.dwarf2/dw2-filename.exp: Likewise.
13640 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13641 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13642 * gdb.dwarf2/dw2-producer.exp: Likewise.
13643 * gdb.dwarf2/mac-fileno.exp: Likewise.
13644 * gdb.python/py-frame-args.exp: Likewise.
13645 * gdb.python/py-framefilter.exp: Likewise.
13646 * gdb.python/py-mi.exp: Likewise.
13647 * gdb.python/py-objfile-script.exp: Likewise
13648 * gdb.python/py-pp-integral.exp: Likewise.
13649 * gdb.python/py-pp-re-notag.exp: Likewise.
13650 * gdb.python/py-prettyprint.exp: Likewise.
13651 * gdb.python/py-section-script.exp: Likewise.
13652 * gdb.python/py-typeprint.exp: Likewise.
13653 * gdb.python/py-xmethods.exp: Likewise.
13654 * gdb.stabs/weird.exp: Likewise.
13655 * gdb.xml/tdesc-regs.exp: Likewise.
13656
bd286a29
KCY
136572014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13658
13659 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13660 (out_cu): Use addr_len for the size of addresses.
13661 (out_line): Likewise. Size DW_LNE_set_address instruction
13662 according to addr_len.
13663 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13664 (FUNC): Add START_INSNS to definition.
13665
673dc4a0
YQ
136662014-10-18 Yao Qi <yao@codesourcery.com>
13667
13668 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13669 gdb_has_argv0 return true.
13670 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13671 check [target_info exists noargs], check [gdb_has_argv0]
13672 instead.
13673 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13674 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13675 procedures.
13676
4ffbba72
DE
136772014-10-17 Doug Evans <dje@google.com>
13678
13679 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13680 event.
13681 * gdb.python/py-events.py: Add clear_objfiles event.
13682
d096d8c1
DE
136832014-10-17 Doug Evans <dje@google.com>
13684
13685 * gdb.python/py-objfile.exp: Test progspace attribute.
13686
a80db015
LM
136872014-10-17 Luis Machado <lgustavo@codesourcery.com>
13688
13689 * gdb.guile/scm-breakpoint.exp: Do not assume any
13690 directory separators when matching source file paths.
13691 * gdb.python/py-breakpoint.exp: Likewise.
13692 * gdb.reverse/break-precsave.exp: Likewise.
13693 * gdb.reverse/break-reverse.exp: Likewise.
13694 * gdb.reverse/consecutive-precsave.exp: Likewise.
13695 * gdb.reverse/finish-precsave.exp: Likewise.
13696 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13697 * gdb.reverse/finish-reverse.exp: Likewise.
13698 * gdb.reverse/i386-precsave.exp: Likewise.
13699 * gdb.reverse/i387-env-reverse.exp: Likewise.
13700 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13701 * gdb.reverse/machinestate-precsave.exp: Likewise.
13702 * gdb.reverse/machinestate.exp: Likewise.
13703 * gdb.reverse/sigall-precsave.exp: Likewise.
13704 * gdb.reverse/solib-precsave.exp: Likewise.
13705 * gdb.reverse/step-precsave.exp: Likewise.
13706 * gdb.reverse/until-precsave.exp: Likewise.
13707 * gdb.reverse/watch-precsave.exp: Likewise.
13708 * gdb.reverse/watch-reverse.exp: Likewise.
13709
b22089ab
YQ
137102014-10-17 Yao Qi <yao@codesourcery.com>
13711
13712 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13713 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13714
6c4486e6
PA
137152014-10-17 Pedro Alves <palves@redhat.com>
13716
13717 PR gdb/17471
13718 * gdb.base/bg-execution-repeat.c: New file.
13719 * gdb.base/bg-execution-repeat.exp: New file.
13720
0ff33695
PA
137212014-10-17 Pedro Alves <palves@redhat.com>
13722
13723 PR gdb/17300
13724 * gdb.base/continue-all-already-running.c: New file.
13725 * gdb.base/continue-all-already-running.exp: New file.
13726
6fdebc3d
PA
137272014-10-17 Pedro Alves <palves@redhat.com>
13728
13729 PR gdb/17472
13730 * gdb.base/annota-input-while-running.c: New file.
13731 * gdb.base/annota-input-while-running.exp: New file.
13732
32a8097b
PA
137332014-10-17 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.base/callfuncs.exp: emove references to osf.
13736 * gdb.base/sigall.exp: Likewise.
13737 * gdb.gdb/selftest.exp: Likewise.
13738 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13739 * gdb.mi/non-stop.c: Likewise.
13740 * gdb.mi/pthreads.c: Likewise.
13741 * gdb.reverse/sigall-precsave.exp: Likewise.
13742 * gdb.reverse/sigall-reverse.exp: Likewise.
13743 * gdb.threads/pthreads.c: Likewise.
13744 * gdb.threads/pthreads.exp: Likewise.
13745
7a3517ff
YQ
137462014-10-17 Yao Qi <yao@codesourcery.com>
13747
13748 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13749 check 'target_info exists noargs'.
13750 (test_command_prompt_position): Likewise.
13751 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13752 Remove "set args".
13753 (progvar_simple_while_test): Likewise.
13754 (progvar_complex_if_while_test): Likewise.
13755 (if_while_breakpoint_command_test): Likewise.
13756 (infrun_breakpoint_command_test): Likewise.
13757 (breakpoint_command_test): Likewise.
13758 (watchpoint_command_test): Likewise.
13759 (bp_deleted_in_command_test): Likewise.
13760 (temporary_breakpoint_commands): Likewise.
13761
bb99c472
YQ
137622014-10-16 Yao Qi <yao@codesourcery.com>
13763
13764 * gdb.base/remotetimeout.exp: Remove noargs checking.
13765
7c16b83e
PA
137662014-10-15 Pedro Alves <palves@redhat.com>
13767
13768 PR breakpoints/9649
13769 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13770 * gdb.base/breakpoint-in-ro-region.exp
13771 (probe_target_hardware_step): New procedure.
13772 (top level): Probe hardware stepping and hardware breakpoint
13773 support. Test stepping through a read-only region, with both
13774 "breakpoint auto-hw" on and off and both "always-inserted" on and
13775 off.
13776
35a49624
IB
137772014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13778
13779 * gdb.dlang/demangle.exp: Update for demangling changes.
13780
2d1c107c
SC
137812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13782
13783 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13784 * gdb.cp/non-trivial-retval.exp: Add new tests.
13785
778811d5
SC
137862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13787
13788 PR c++/13403
13789 PR c++/15154
13790 * gdb.cp/non-trivial-retval.cc: New file.
13791 * gdb.cp/non-trivial-retval.exp: New file.
13792
10c5f0a8
YQ
137932014-10-15 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13796 remote host.
13797
65d7b369
YQ
137982014-10-15 Yao Qi <yao@codesourcery.com>
13799
13800 * gdb.python/py-symbol.exp: Match file base name if host is
13801 remote, otherwise match file name with dir name.
13802 * gdb.python/py-symtab.exp: Likewise.
13803 * gdb.python/python.exp: Likewise.
13804
46dc1394
YQ
138052014-10-15 Yao Qi <yao@codesourcery.com>
13806
13807 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13808 pattern.
13809 * gdb.python/py-symtab.exp: Likewise.
13810 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13811 locationn.
13812
c40cc657
JB
138132014-10-14 Joel Brobecker <brobecker@adacore.com>
13814
13815 * gdb.ada/addr_arith: New testcase.
13816
2abf49e1
MR
138172014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13818
13819 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13820 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13821 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13822 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13823
f7088df3
SDJ
138242014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13825
13826 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13827 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13828 * gdb.arch/stap-eval-lang-ada.exp: New file.
13829
4dc06805
YQ
138302014-10-14 Yao Qi <yao@codesourcery.com>
13831
13832 * gdb.mi/mi-var-child.c (nothing1): New function.
13833 (nothing2): New function.
13834 (do_children_tests): Set function pointers by nothing1 and
13835 nothing2.
13836 * gdb.mi/mi-var-child.exp: Step over new added statements.
13837 Update test to match the new output.
13838 * gdb.mi/var-cmd.c (nothing1): New function.
13839 (nothing2): New function.
13840 (do_children_tests): Set function pointers by nothing1 and
13841 nothing2.
13842 * gdb.mi/mi-var-display.exp: Update test to match output.
13843 Step to the line specified by $line_dct_nothing.
13844 Increase the number of lines to step.
13845
46a93de2
YQ
138462014-10-14 Yao Qi <yao@codesourcery.com>
13847
13848 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13849 tests.
13850 * gdb.mi/mi2-var-child.exp: Likewise.
13851
14ea52ee
DE
138522014-10-13 Doug Evans <dje@google.com>
13853
13854 * gdb.python/py-objfile.exp: Change name of file name test.
13855
e5c6e92b
DE
138562014-10-13 Doug Evans <dje@google.com>
13857
13858 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13859 from the start of the CU.
13860
c780cc2f
JK
138612014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13862 Yao Qi <yao@codesourcery.com>
13863
13864 Fix "save breakpoints" for "catch" command.
13865 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13866 Remove -nonewline. Match also the added "main" line.
13867
99894e11
JK
138682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13869
13870 Fix "save breakpoints" for "disable $bpnum" command.
13871 * gdb.base/save-bp.c (main): Add label.
13872 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13873
6e1ac5a3
JK
138742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13875
13876 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13877
754dd2b0
YQ
138782014-10-11 Yao Qi <yao@codesourcery.com>
13879
13880 * gdb.server/server-kill.exp: Execute command
13881 "set remote trace-status-packet on" before "tstatus".
13882
f90183d7
YQ
138832014-10-11 Yao Qi <yao@codesourcery.com>
13884
13885 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13886 (main): Call getppid.
13887 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13888 and continue to it. Read variable "server_pid".
13889
bf40a607
YQ
138902014-10-11 Yao Qi <yao@codesourcery.com>
13891
13892 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13893
052ca370
YQ
138942014-10-11 Yao Qi <yao@codesourcery.com>
13895
13896 * gdb.threads/thread-find.exp: Don't execute command
13897 "info threads".
13898 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13899 * gdb.threads/linux-dp.exp: Don't check the condition
13900 $threads_created equals to zero.
13901
3831839c
PA
139022014-10-10 Pedro Alves <palves@redhat.com>
13903
13904 * gdb.base/bigcore.exp: Remove references to IRIX.
13905 * gdb.base/funcargs.exp: Likewise.
13906 * gdb.base/interrupt.exp: Likewise.
13907 * gdb.base/mips_pro.exp: Likewise.
13908 * gdb.base/nodebug.exp: Likewise.
13909 * gdb.base/setvar.exp: Likewise.
13910 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13911
8b9a549d
PA
139122014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13913 Pedro Alves <palves@redhat.com>
13914
13915 PR symtab/14466
13916 * gdb.base/vdso-warning.c: New file.
13917 * gdb.base/vdso-warning.exp: New file.
13918
d48ba5e8
DE
139192014-10-02 Doug Evans <dje@google.com>
13920
13921 * gdb.base/structs.c (main): Don't run forever.
13922
2278c276
PA
139232014-10-02 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13926 (top level) <stop threads 1, stop threads 2>: Use it.
13927
b57bacec
PA
139282014-10-02 Pedro Alves <palves@redhat.com>
13929
13930 * gdb.threads/break-while-running.exp (test): Add new
13931 'update_thread_list' argument. Skip "info threads" if false.
13932 (top level): Add new 'update_thread_list' axis.
13933
13fd3ff3
PA
139342014-10-02 Pedro Alves <palves@redhat.com>
13935
13936 PR breakpoints/17431
13937 * gdb.base/execl-update-breakpoints.c: New file.
13938 * gdb.base/execl-update-breakpoints.exp: New file.
13939
0fec99e8
PA
139402014-10-01 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/breakpoint-in-ro-region.c: New file.
13943 * gdb.base/breakpoint-in-ro-region.exp: New file.
13944
2ddf4301
SM
139452014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13946
13947 * gdb.mi/mi-exit-code.exp: New file.
13948 * gdb.mi/mi-exit-code.c: New file.
13949
6a5f3f43
YQ
139502014-09-30 Yao Qi <yao@codesourcery.com>
13951
13952 * lib/prelink-support.exp (build_executable_own_libs): Error if
13953 the target isn't native.
13954
345bcc73
YQ
139552014-09-30 Yao Qi <yao@codesourcery.com>
13956
13957 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13958 false.
13959
a25a5a45
PA
139602014-09-22 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.threads/break-while-running.exp: New file.
13963 * gdb.threads/break-while-running.c: New file.
13964
00ba3162
YQ
139652014-09-19 Yao Qi <yao@codesourcery.com>
13966
13967 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13968 Invoke test. Restart GDB with --readnow and invoke test again.
13969
c3b7b696
YQ
139702014-09-19 Yao Qi <yao@codesourcery.com>
13971
13972 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13973 proc set_breakpoint_on_gcd_function. Invoke
13974 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13975 invoke set_breakpoint_on_gcd_function again.
13976
2b4fd423
DE
139772014-09-18 Doug Evans <dje@google.com>
13978
13979 * gdb.dwarf2/symtab-producer.exp: New file.
13980
a5947601
SDJ
139812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13982
13983 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13984 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13985 * gdb.base/global-var-nested-by-dso.c: Likewise.
13986 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13987
91c19059
SDJ
139882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13989 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.base/watch-bitfields.exp: Pass string other than test file
13992 name to prepare_for_testing.
13993 (watch): New procedure.
13994 (expect_watchpoint): Use with_test_prefix.
13995 (top level): Factor out tests to ...
13996 (test_watch_location, test_regular_watch): ... these new
13997 procedures, and use with_test_prefix and gdb_continue_to_end.
13998
bb9d5f81
PP
139992014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14000
14001 PR breakpoints/12526
14002 * gdb.base/watch-bitfields.exp: New file.
14003 * gdb.base/watch-bitfields.c: New file.
14004
635856f5
PA
140052014-09-16 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14008 software and hardware addresses, not software address against
14009 itself.
14010
7280ceea
PA
140112014-09-16 Pedro Alves <palves@redhat.com>
14012
14013 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14014 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14015
428b16bd
PA
140162014-09-16 Pedro Alves <palves@redhat.com>
14017
14018 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14019 files.
14020 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14021 "*-*-vxworks*" throughout.
14022 * gdb.base/break.exp: Likewise.
14023 * gdb.base/default.exp: Likewise.
14024 * gdb.base/scope.exp: Likewise.
14025 * gdb.base/sepdebug.exp: Likewise.
14026 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14027 throughout.
14028 * gdb.base/run.c: Likewise.
14029 * gdb.base/sepdebug.c: Likewise.
14030 * gdb.hp/gdb.aCC/run.c: Likewise.
14031 * gdb.reverse/until-reverse.c: Likewise.
14032 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14033
666d413c
YQ
140342014-09-16 Yao Qi <yao@codesourcery.com>
14035
14036 * boards/local-remote-host-native.exp: New file.
14037
57cbd724
DE
140382014-09-14 Doug Evans <xdje42@gmail.com>
14039
14040 * gdb.threads/queue-signal.c (thread_count): New variable.
14041 (thread_count_mutex, thread_count_condvar): New variables.
14042 (incr_thread_count, wait_all_threads_running): New functions.
14043 (main): Wait for all threads to be in their thread functions.
14044
81219e53
DE
140452014-09-13 Doug Evans <xdje42@gmail.com>
14046
14047 * gdb.threads/queue-signal.c: New file.
14048 * gdb.threads/queue-signal.exp: New file.
14049
3714cea7
DE
140502014-09-13 Doug Evans <xdje42@gmail.com>
14051
14052 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14053 be consistent with what default_gdb_init uses.
14054 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14055 the plain text of the prompt. Add some logging printfs.
14056 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14057
fa43b1d7
PA
140582014-09-12 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14061 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14062 * gdb.arch/i386-size-overlap.exp: Likewise.
14063 * gdb.arch/i386-size.exp: Likewise.
14064 * gdb.arch/i386-unwind.exp: Likewise.
14065 * gdb.base/a2-run.exp: Likewise.
14066 * gdb.base/break.exp: Likewise.
14067 * gdb.base/charset.exp: Likewise.
14068 * gdb.base/chng-syms.exp: Likewise.
14069 * gdb.base/commands.exp: Likewise.
14070 * gdb.base/dbx.exp: Likewise.
14071 * gdb.base/find.exp: Likewise.
14072 * gdb.base/funcargs.exp: Likewise.
14073 * gdb.base/jit-simple.exp: Likewise.
14074 * gdb.base/reread.exp: Likewise.
14075 * gdb.base/sepdebug.exp: Likewise.
14076 * gdb.base/step-bt.exp: Likewise.
14077 * gdb.cp/mb-inline.exp: Likewise.
14078 * gdb.cp/mb-templates.exp: Likewise.
14079 * gdb.objc/basicclass.exp: Likewise.
14080 * gdb.threads/killed.exp: Likewise.
14081
9d9bf2df
EBM
140822014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14083
14084 PR tdep/17379
14085 * gdb.arch/powerpc-stackless.S: New file.
14086 * gdb.arch/powerpc-stackless.exp: New file.
14087
1cf2f1b0
JK
140882014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14089
14090 * gdb.base/attach.c: Include unistd.h.
14091 (main): Call alarm. Add label postloop.
14092 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14093 gdb_breakpoint, gdb_continue_to_breakpoint.
14094 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14095
98880d46
PA
140962014-09-11 Pedro Alves <palves@redhat.com>
14097
14098 PR gdb/17347
14099 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14100 * gdb.base/attach.exp (test_command_line_attach_run): New
14101 procedure.
14102 (top level): Call it.
14103
4c92ff2c
PA
141042014-09-11 Pedro Alves <palves@redhat.com>
14105
14106 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14107 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14108 (do_command_attach_tests): Use spawn_wait_for_attach.
14109 * gdb.base/solib-overlap.exp: Likewise.
14110 * gdb.multi/multi-attach.exp: Likewise.
14111 * gdb.python/py-prompt.exp: Likewise.
14112 * gdb.python/py-sync-interp.exp: Likewise.
14113 * gdb.server/ext-attach.exp: Likewise.
14114
3adc1a7d
GKB
141152014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14116
14117 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14118 command in testcase. Simplify testcase.
14119
96334934
JB
141202014-09-10 Joel Brobecker <brobecker@adacore.com>
14121
14122 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14123
eb479039
JB
141242014-09-10 Joel Brobecker <brobecker@adacore.com>
14125
14126 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14127
deede10c
JB
141282014-09-10 Joel Brobecker <brobecker@adacore.com>
14129
14130 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14131
7828a5f5
JB
141322014-09-10 Joel Brobecker <brobecker@adacore.com>
14133
14134 * gdb.dwarf2/dynarr-ptr.c: New file.
14135 * gdb.dwarf2/dynarr-ptr.exp: New file.
14136
33aeebcf
MR
141372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14138
14139 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14140 of 30 rather than hardcoding 120 for a slow test case. Take the
14141 `gdb,timeout' target setting into account for this calculation.
14142 Don't extend the timeout for the test cases that don't need it.
14143
7b415901
MR
141442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14145
14146 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14147 a factor of 2 for a slow test case. Take the `gdb,timeout'
14148 target setting into account for this calculation.
14149 * gdb.reverse/until-precsave.exp: Increase the timeout by
14150 a factor of 15 and 3 respectively rather than adding 120
14151 for a pair of slow test cases. Take the `gdb,timeout'
14152 target setting into account for this calculation.
14153
4a40f85a
MR
141542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14155
14156 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14157 timeout, don't pass one down to gdb_expect.
14158 (gdb_expect): Rework timeout selection.
14159
09635af7
MR
141602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14161
14162 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14163 exception on timeout.
14164 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14165 (gdbserver_start_extended): Catch any `gdbserver_start' error
14166 exceptions.
14167 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14168 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14169 `gdbserver_gdb_load' error exceptions.
14170
2bdd10b7
MR
141712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14172
14173 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14174 120 on waiting for the TCP socket to open.
14175
316935f0
DE
141762014-09-09 Doug Evans <xdje42@gmail.com>
14177
14178 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14179 _caller_matches, _any_caller_is, _any_caller_matches.
14180
83740597
DE
141812014-09-09 Doug Evans <xdje42@gmail.com>
14182
14183 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14184
4c122fc3
YQ
141852014-09-09 Yao Qi <yao@codesourcery.com>
14186
14187 * gdb.mi/mi-var-display.exp: Set print symbol off.
14188
a9f116cb
GKB
141892014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14190
14191 PR gdb/17035
14192 * gdb.base/commands.exp: Add tests to verify user-defined
14193 commands with empty bodies.
14194 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14195 python commands in `show user command`.
14196 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14197 scheme commands in `show user command`.
14198
c75bd3a2
JK
141992014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14200
14201 PR python/17355
14202 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14203 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14204 * gdb.python/py-framefilter-invalidarg.exp: New file.
14205 * gdb.python/py-framefilter-invalidarg.py: New file.
14206
faa42425
DE
142072014-09-06 Doug Evans <xdje42@gmail.com>
14208
14209 PR 15276
14210 * gdb.python/py-caller-is.c: New file.
14211 * gdb.python/py-caller-is.exp: New file.
14212
474ca4f6
SDJ
142132014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14214
14215 PR gdb/17235
14216 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14217 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14218
eb0b0463
SDJ
142192014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14220
14221 PR fortran/17237
14222 * gdb.fortran/print-formatted.exp: New file.
14223 * gdb.fortran/print-formatted.f90: Likewise.
14224
5f3b99cf
SS
142252014-09-03 Sasha Smundak <asmundak@google.com>
14226
14227 * gdb.python/py-frame.exp: Test Frame.read_register.
14228
7d793aa9
SDJ
142292014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14230
14231 PR python/16699
14232 * gdb.python/py-completion.exp: New file.
14233 * gdb.python/py-completion.py: Likewise.
14234
fb0576e9
DE
142352014-08-28 Doug Evans <dje@google.com>
14236
14237 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14238 eax,etc. are live with values set by gdb and thus the compiler can't
14239 use them.
14240 * gdb.arch/i386-pseudo.c (main): Ditto.
14241
ee92b0dd
DE
142422014-08-27 Doug Evans <dje@google.com>
14243
14244 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14245
6649db35
DE
142462014-08-25 Doug Evans <dje@google.com>
14247
14248 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14249 (main): Ditto.
14250
564b7600
DE
142512014-08-25 Doug Evans <dje@google.com>
14252
14253 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14254
3881fb67
YQ
142552014-08-24 Yao Qi <yao@codesourcery.com>
14256
14257 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14258 symbol off.
14259 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14260
a05a36a5
DE
142612014-08-22 Doug Evans <dje@google.com>
14262
14263 PR 17276
14264 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14265 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14266 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14267
7c343b48
YQ
142682014-08-22 Yao Qi <yao@codesourcery.com>
14269
14270 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14271 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14272 * gdb.python/python.exp: Likewise. Use .py file on the host
14273 instead of the build.
14274
22fd09ae
JK
142752014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14276
14277 * gdb.threads/gcore-stale-thread.c: New file.
14278 * gdb.threads/gcore-stale-thread.exp: New file.
14279
a8454a7c
PA
142802014-08-21 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14283 * gdb.base/gcore-relro-pie.exp: Likewise.
14284 * gdb.base/gcore-relro.exp: Likewise.
14285 * gdb.base/gcore.exp: Likewise.
14286 * gdb.base/print-symbol-loading.exp: Likewise.
14287 * gdb.threads/gcore-thread.exp: Likewise.
14288 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14289
2a31c623
PA
142902014-08-20 Pedro Alves <palves@redhat.com>
14291 Jan Kratochvil <jan.kratochvil@redhat.com>
14292
14293 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14294 configure.
14295 (EXPECT): Handle READ1 being set.
14296 (all): Depend on EXTRA_RULES.
14297 (check-read1, expect-read1, read1.so, read1): New rules.
14298 * README (Testsuite Parameters): Document the READ1 make variable.
14299 (Race detection): New section.
14300 * configure: Regenerate.
14301 * configure.ac: If build==host==target, and running under a
14302 GNU/glibc system, add read1 to the extra Makefile rules.
14303 (EXTRA_RULES): AC_SUBST it.
14304 * lib/read1.c: New file.
14305
d36430db
JB
143062014-08-20 Joel Brobecker <brobecker@adacore.com>
14307
14308 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14309 the handling of variables declared as a typedef to an array
14310 which a DW_AT_data_location attribute.
14311
9a0dc9e3
PA
143122014-08-19 Andrew Burgess <aburgess@broadcom.com>
14313 Pedro Alves <palves@redhat.com>
14314
14315 PR symtab/14604
14316 PR symtab/14605
14317 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14318 gdb_test.
14319
0718a8da
PA
143202014-08-19 Pedro Alves <palves@redhat.com>
14321
14322 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14323
13b448cd
YQ
143242014-08-19 Yao Qi <yao@codesourcery.com>
14325
14326 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14327 right line.
14328
1cbf5077
DB
143292014-08-18 David Blaikie <dblaikie@gmail.com>
14330
14331 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14332
bf0fae19
JB
143332014-08-18 Joel Brobecker <brobecker@adacore.com>
14334
14335 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14336 attribute in array range.
14337
3c8c5dcc
JB
143382014-08-18 Joel Brobecker <brobecker@adacore.com>
14339
14340 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14341
e66d4446
SC
143422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14343
14344 PR c++/17132
14345 * gdb.cp/pr17132.cc: New file.
14346 * gdb.cp/pr17132.exp: New file.
14347
940df408
SC
143482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14349
14350 * gdb.python/py-xmethods.py (A_getarrayind)
14351 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14352 Use 'print' with function call syntax.
14353 (E_method_matcher.match): Fix tab vs space indentation mixup.
14354
ebcc6c3a
YQ
143552014-08-15 Yao Qi <yao@codesourcery.com>
14356
14357 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14358 false.
14359
775e0f04
YQ
143602014-08-15 Yao Qi <yao@codesourcery.com>
14361
14362 * gdb.cp/casts.exp: Set print symbol off.
14363 * gdb.cp/class2.exp: Likewise.
14364 * gdb.cp/overload.exp: Likewise.
14365 * gdb.cp/templates.exp: Likewise.
14366
d769e349
DE
143672014-08-11 Doug Evans <dje@google.com>
14368
14369 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14370 (test_load_shlib): Update.
14371
20c6f1e1
YQ
143722014-08-09 Yao Qi <yao@codesourcery.com>
14373
14374 * gdb.base/display.exp: Invoke is_address_zero_readable.
14375 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14376 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14377 * gdb.base/hbreak-unmapped.exp: Return if
14378 is_address_zero_readable returns true.
14379 * gdb.base/signest.exp: Likewise.
14380 * gdb.base/signull.exp: Likewise.
14381 * gdb.base/sigbpt.exp: Likewise.
14382 * gdb.guile/scm-disasm.exp: Do the test if
14383 is_address_zero_readable returns false.
14384 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14385 * gdb.python/py-arch.exp: Likewise.
14386 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14387 * lib/gdb.exp (is_address_zero_readable): New proc.
14388
5792e8e3
YQ
143892014-08-09 Yao Qi <yao@codesourcery.com>
14390
14391 PR testsuite/13443
14392 * gdb.mi/mi-var-display.exp: Make test messages unique.
14393
3cecbbbe
TT
143942014-08-04 Tom Tromey <tromey@redhat.com>
14395
14396 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14397 target 0".
14398
00b51ff5
TT
143992014-08-04 Tom Tromey <tromey@redhat.com>
14400
14401 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14402 "target_resume".
14403
6908c509
JB
144042014-08-01 Joel Brobecker <brobecker@adacore.com>
14405
14406 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14407 inner_vla_struct_object_size.
14408 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14409 as xfail.
14410
cc6563d2
PA
144112014-07-30 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14414 comment.
14415
7e09a223
YQ
144162014-07-29 Yao Qi <yao@codesourcery.com>
14417
14418 PR gdb/17206
14419 * gdb.base/until-nodebug.exp: New.
14420
7ebdbe92
DE
144212014-07-28 Doug Evans <xdje42@gmail.com>
14422
14423 PR guile/17203
14424 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14425 previously existing parameter, and previously ambiguously spelled
14426 parameter.
14427
fdb1adc6
WN
144282014-07-28 Will Newton <will.newton@linaro.org>
14429
14430 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14431
186fcde0
DE
144322014-07-26 Ludovic Courtès <ludo@gnu.org>
14433 Doug Evans <xdje42@gmail.com>
14434
14435 PR guile/17146
14436 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14437
70509625
PA
144382014-07-25 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.threads/signal-command-handle-nopass.c: New file.
14441 * gdb.threads/signal-command-handle-nopass.exp: New file.
14442 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14443 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14444 * gdb.threads/signal-delivered-right-thread.c: New file.
14445 * gdb.threads/signal-delivered-right-thread.exp: New file.
14446
c3f814a1
PA
144472014-07-25 Pedro Alves <palves@redhat.com>
14448
14449 * gdb.base/double-prompt-target-event-error.exp
14450 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14451 match.
14452 (cancel_pagination_in_target_event): Rework double prompt
14453 detection.
14454 * gdb.base/paginate-after-ctrl-c-running.exp
14455 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14456 <return>' match.
14457 * gdb.base/paginate-bg-execution.exp
14458 (test_bg_execution_pagination_return)
14459 (test_bg_execution_pagination_cancel): Remove '-notransfer
14460 <return>' matches.
14461 * gdb.base/paginate-execution-startup.exp
14462 (test_fg_execution_pagination_return)
14463 (test_fg_execution_pagination_cancel): Remove '-notransfer
14464 <return>' matches.
14465 * gdb.base/paginate-inferior-exit.exp
14466 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14467 match.
14468 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14469 * lib/gdb.exp (pagination_prompt): Run text through
14470 string_to_regexp.
14471 (gdb_test_multiple): Match $pagination_prompt instead of
14472 "<return>".
14473 (string_to_regexp): Move to lib/gdb-utils.exp.
14474
e214cf6c
JK
144752014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14476
14477 * gdb.arch/amd64-entry-value-paramref.S: New file.
14478 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14479 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14480 * gdb.arch/amd64-optimout-repeat.S: New file.
14481 * gdb.arch/amd64-optimout-repeat.c: New file.
14482 * gdb.arch/amd64-optimout-repeat.exp: New file.
14483
17d0c5c8
JK
144842014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14485
14486 PR gdb/17170
14487 * gdb.base/statistics.exp: New file.
14488
b8b8facf
DE
144892014-07-17 Doug Evans <dje@google.com>
14490
74b49205 14491 PR gdb/17170
b8b8facf
DE
14492 * gdb.base/maint.exp: Update testing of per-command stats.
14493
1b5d0ab3
PA
144942014-07-16 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14497 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14498 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14499 (tfile_write_buf): New functions.
14500 (add_memory_block): Rewrite using the above.
14501 (adjust_function_address): New function.
14502 (FUNCTION_ADDRESS): New macro.
14503 (write_basic_trace_file): Remove short_x local, and use
14504 tfile_write_16. Change type of func_addr local to unsigned long
14505 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14506 here. Cast argument of add_memory_block to char pointer.
14507 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14508 (main): Remove parameters.
14509 * gdb.trace/tfile.exp: Remove nowarnings.
14510
4d974e88
SM
145112014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14512
14513 * gdb.base/debug-expr.exp: Test string evaluation with
14514 "debug expression" on.
14515
41e99568
PA
145162014-07-15 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/reread.exp: Use clean_restart.
14519
487d9753
PL
145202014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14521
14522 * gdb.arch/avr-flash-qualifer.c: New.
14523 * gdb.arch/avr-flash-qualifer.exp: New.
14524
cc1c52ad
PA
145252014-07-14 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14528 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14529
1e973570
PA
145302014-07-14 Pedro Alves <palves@redhat.com>
14531
14532 * gdb.base/double-prompt-target-event-error.c: New file.
14533 * gdb.base/double-prompt-target-event-error.exp: New file.
14534
93d6eb10
PA
145352014-07-14 Pedro Alves <palves@redhat.com>
14536
14537 PR gdb/17072
14538 * gdb.base/paginate-inferior-exit.c: New file.
14539 * gdb.base/paginate-inferior-exit.exp: New file.
14540
0017922d
PA
145412014-07-14 Pedro Alves <palves@redhat.com>
14542
14543 PR gdb/17072
14544 * gdb.base/paginate-bg-execution.c: New file.
14545 * gdb.base/paginate-bg-execution.exp: New file.
14546
94696ad3
PA
145472014-07-14 Pedro Alves <palves@redhat.com>
14548
14549 PR gdb/17072
14550 * gdb.base/paginate-execution-startup.c: New file.
14551 * gdb.base/paginate-execution-startup.exp: New file.
14552 * lib/gdb.exp (pagination_prompt): New global.
14553 (default_gdb_spawn): New procedure, factored out from
14554 default_gdb_spawn.
14555 (default_gdb_start): Adjust to call default_gdb_spawn.
14556 (gdb_spawn): New procedure.
14557
bd293940
PA
145582014-07-14 Pedro Alves <palves@redhat.com>
14559
14560 * lib/gdb.exp (gdb_assert): New procedure.
14561 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14562
c933f875
PA
145632014-07-14 Pedro Alves <palves@redhat.com>
14564
14565 * gdb.base/execution-termios.c: New file.
14566 * gdb.base/execution-termios.exp: New file.
14567
d98b7a16
TT
145682014-07-14 Tom Tromey <tromey@redhat.com>
14569
14570 * gdb.cp/vla-cxx.cc: New file.
14571 * gdb.cp/vla-cxx.exp: New file.
14572
548740d6
TT
145732014-07-14 Tom Tromey <tromey@redhat.com>
14574
14575 * gdb.reverse/rerun-prec.c: New file.
14576 * gdb.reverse/rerun-prec.exp: New file.
14577
a25eb028
MR
145782014-07-12 Maciej W. Rozycki <macro@mips.com>
14579 Maciej W. Rozycki <macro@codesourcery.com>
14580
14581 * lib/gdb-utils.exp: New file.
14582 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14583 inline `gdb_init_command' processing.
14584 (gdb_start_cmd): Likewise.
14585 * lib/mi-support.exp (mi_run_cmd): Likewise.
14586 * README: Document `gdb_init_command' and `gdb_init_commands'.
14587
218c2655
JK
145882014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14589
14590 Fix false FAIL running under a very long directory name.
14591 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14592 and "set print elements 10000". Twice.
14593
5401fde3
YQ
145942014-07-11 Yao Qi <yao@codesourcery.com>
14595
14596 * gdb.base/exprs.exp: "set print symbol off".
14597
e76126e8
PA
145982014-07-11 Pedro Alves <palves@redhat.com>
14599
14600 * gdb.threads/kill.c: New file.
14601 * gdb.threads/kill.exp: New file.
14602
2d6f0de6
YQ
146032014-07-10 Yao Qi <yao@codesourcery.com>
14604
14605 * gdb.trace/tfile.c (write_basic_trace_file)
14606 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14607 address written to trace file.
14608
7180e04a
PA
146092014-07-09 Pedro Alves <palves@redhat.com>
14610
14611 * gdb.base/attach-wait-input.exp: New file.
14612 * gdb.base/attach-wait-input.c: New file.
14613
9a9a7608
AB
146142014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14615
14616 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14617 setting up test structures.
14618 (main): Call new test function.
14619 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14620 test function, continue into test function and walk test
14621 structures.
14622
161ac41e
YQ
146232014-07-02 Yao Qi <yao@codesourcery.com>
14624
14625 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14626 'bar_start' at the beginning of functions 'foo' and 'bar'
14627 respectively.
14628 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14629 instead of 'foo' and 'bar'.
14630
1f267ae3
MM
146312014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14632
14633 * gdb.btrace/segv.exp: New.
14634 * gdb.btrace/segv.c: New.
14635
2b239efb
LM
146362014-07-02 Luis Machado <lgustavo@codesourcery.com>
14637
14638 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14639 instruction.
14640
cf363f18
MW
146412014-06-30 Mark Wielaard <mjw@redhat.com>
14642
14643 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14644 vulture, vilify, villar): New volatile array constants.
14645 (vindictive, vegetation): New const volatile array constants.
14646 * gdb.base/volatile.exp: Test volatile and const volatile array
14647 types.
14648
aebf9d24
AA
146492014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14650
14651 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14652 target lacks support for awatch, rwatch, or hbreak.
14653
b67a2c6f
YQ
146542014-06-27 Yao Qi <yao@codesourcery.com>
14655
14656 * gdb.multi/dummy-frame-restore.exp: New.
14657 * gdb.multi/dummy-frame-restore.c: New.
14658
aef92902
MM
146592014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14660
14661 * gdb.btrace/gcore.exp: New.
14662
8e9db26e
PA
146632014-06-23 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/watchpoint-reuse-slot.c: New file.
14666 * gdb.base/watchpoint-reuse-slot.exp: New file.
14667
70afc5b7
SC
146682014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14669
14670 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14671 progspace's filename in 'info', 'enable' and 'disable' command
14672 tests.
14673
b972bd9c
JK
146742014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14677 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14678 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14679
125f8a3d
GB
146802014-06-20 Gary Benson <gbenson@redhat.com>
14681
14682 * gdb.arch/i386-avx.exp: Fix include file location.
14683 * gdb.arch/i386-sse.exp: Likewise.
14684
3ed9baed
IB
146852014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14686
14687 * gdb.dlang/expression.exp: New file.
14688
034f788c
PA
146892014-06-19 Pedro Alves <palves@redhat.com>
14690
14691 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14692 out from ...
14693 (top level): ... here. Iterate running tests under different
14694 scheduler-locking settings.
14695
45371d0c
LM
146962014-06-18 Luis Machado <lgustavo@codesourcery.com>
14697
14698 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14699 to DW_FORM_addr and use non-zero addresses.
14700
5d376983
SC
147012014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14702
14703 PR gdb/17017
14704 * gdb.python/py-xmethods.cc: Add global function call counters and
14705 increment them in their respective functions. Remove "cout"
14706 statements.
14707 * gdb.python/py-xmethods.exp: Make tests check the global function
14708 call counters instead of depending on inferior IO.
14709
a1aa2221
LM
147102014-06-18 Don Breazeal <donb@codesourcery.com>
14711
14712 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14713 Deleted procedure.
14714 (explicit_fork_parent_follow): Deleted procedure.
14715 (explicit_fork_child_follow): Deleted procedure.
14716 (test_follow_fork): New procedure.
14717 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14718 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14719 procedure calls.
14720
0fc05997
YQ
147212014-06-17 Yao Qi <yao@codesourcery.com>
14722
14723 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14724 CP1252.
14725
70795c52
LM
147262014-06-17 Luis Machado <lgustavo@codesourcery.com>
14727
14728 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14729 Initialize ptr and S explicitly.
14730 (skip_type_update_when_not_use_rtti_test): Likewise.
14731
6be47f0c
KS
147322014-06-16 Keith Seitz <keiths@redhat.com>
14733
14734 PR mi/15863
14735 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14736 the inferior is started.
14737
d03de421
PA
147382014-06-16 Pedro Alves <palves@redhat.com>
14739
14740 * gdb.base/break-main-file-remove-fail.c: New file.
14741 * gdb.base/break-main-file-remove-fail.exp: New file.
14742 * gdb.base/break-unload-file.exp: Use build_executable instead of
14743 prepare_for_testing.
14744 (test_break): New parameter "initial_load". Handle it.
14745 (top level): Add initial_load cmdline/file axis.
14746
f9579b99
TT
147472014-06-12 Tom Tromey <tromey@redhat.com>
14748
14749 * gdb.base/completion.exp: Don't use directory name in test.
14750
3657956b
GB
147512014-06-09 Gary Benson <gbenson@redhat.com>
14752
14753 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14754 separate the always-available ANSI-standard signals from the
14755 signals that require checking.
14756 (main): Likewise.
14757 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14758 Likewise.
14759 (main): Likewise.
14760
4186eb54
KS
147612014-06-07 Keith Seitz <keiths@redhat.com>
14762
14763 Revert:
14764 PR c++/16253
14765 * gdb.cp/var-tag.cc: New file.
14766 * gdb.cp/var-tag.exp: New file.
14767 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14768 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14769 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14770 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14771
25326a28 147722014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14773
14774 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14775
829155c9
PA
147762014-06-06 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14779 in target debug output instead of looking at RSP packets,
14780 disabling the test on any target that uses hardware stepping.
14781 Update comments.
14782
61c8d22e
PA
147832014-06-06 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/break-unload-file.exp: Fix typo.
14786
d9a47287
YQ
147872014-06-06 Yao Qi <yao@codesourcery.com>
14788
14789 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14790 from "jit_function" to "^jit_function".
14791
e5e01dbf
YQ
147922014-06-06 Yao Qi <yao@codesourcery.com>
14793
14794 * gdb.base/async.c (foo): Add one statement.
14795 * gdb.base/async.exp: Get the next instruction address and
14796 match the output of "nexti" by instruction address. Match
14797 the hex address in the output of "finish".
14798
73ba372c
GB
147992014-06-06 Gary Benson <gbenson@redhat.com>
14800
14801 * gdb.base/call-signals.c: Remove preprocessor conditionals
14802 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14803 SIGSEGV and SIGTERM.
14804 * gdb.base/sigall.c: Likewise.
14805 * gdb.base/unwindonsignal.c: Likewise.
14806 * gdb.reverse/sigall-reverse.c: Likewise.
14807
831517df
YQ
148082014-06-06 Yao Qi <yao@codesourcery.com>
14809
14810 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14811 readable, skip the test.
14812
b8b91e98
YQ
148132014-06-06 Yao Qi <yao@codesourcery.com>
14814
14815 * gdb.threads/staticthreads.c (thread_function): Move the line
14816 setting breakpoint on forward.
14817 * gdb.threads/staticthreads.exp: Update comments.
14818
fb934770
LC
148192014-06-05 Ludovic Courtès <ludo@gnu.org>
14820
14821 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14822 "history-append! type error".
14823
6ef284bd
SM
148242014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14825
14826 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14827 erroneous dprintf expected input.
14828
a872e241
DE
148292014-06-04 Doug Evans <xdje42@gmail.com>
14830
14831 * gdb.guile/scm-generics.exp: Delete.
14832
16f691fb
DE
148332014-06-04 Doug Evans <xdje42@gmail.com>
14834
14835 * gdb.guile/scm-breakpoint.exp: Update.
14836 Add tests for breakpoint registration.
14837
012370f6
TT
148382014-06-04 Tom Tromey <tromey@redhat.com>
14839
14840 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14841 VLA-in-union.
14842 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14843 inner_vla_struct, vla_union types. Initialize objects of those
14844 types and compute their sizes.
14845
9f5a4cef
HZ
148462014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14847 Hui Zhu <hui@codesourcery.com>
14848
14849 * gdb.base/fileio.exp: Add test for shell not available as well as
14850 available.
14851 * gdb.base/fileio.c (test_system): Check for shell twice.
14852
90a45c4d
YQ
148532014-06-04 Yao Qi <yao@codesourcery.com>
14854
14855 * gdb.base/auto-connect-native-target.exp: Remove redundant
14856 space from the regexp pattern.
14857
70017e41
YQ
148582014-06-04 Yao Qi <yao@codesourcery.com>
14859
14860 * gdb.base/default.exp: Replace "child" with "native" in
14861 regexp pattern.
14862
883964a7
SC
148632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14864
14865 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14866 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14867 * gdb.python/py-xmethods.py: Python script supporting the
14868 new testcase and tests.
14869
ef370185
JB
148702014-06-03 Joel Brobecker <brobecker@adacore.com>
14871 Pedro Alves <palves@redhat.com>
14872
14873 PR breakpoints/17000
14874 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14875 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14876
1e2ccb61
BM
148772014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14878
14879 * gdb.base/subst.exp: Add tests to verify partial path matching
14880 output.
14881
c6ec5ab2
PA
148822014-06-03 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14885 target that doesn't use software single-stepping.
14886
835c559f
PA
148872014-06-03 Pedro Alves <palves@redhat.com>
14888
14889 PR breakpoints/17000
14890 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14891 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14892
06eb1586
DE
148932014-06-02 Doug Evans <xdje42@gmail.com>
14894
14895 * gdb.guile/scm-parameter.exp: New file.
14896
e698b8c4
DE
148972014-06-02 Doug Evans <xdje42@gmail.com>
14898
14899 * gdb.guile/scm-cmd.c: New file.
14900 * gdb.guile/scm-cmd.exp: New file.
14901
ded03782
DE
149022014-06-02 Doug Evans <xdje42@gmail.com>
14903
14904 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14905 pretty-printer lookup.
14906 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14907 (make-pp_s-printer): Call it.
14908 (make-pretty-printer-from-dict): New function.
14909 (lookup-pretty-printer-maker-from-dict): New function.
14910 (*pretty-printer*): Simplify.
14911 (make-objfile-pp_s-printer): New function.
14912 (install-objfile-pretty-printers!): New function.
14913 (make-progspace-pp_s-printer): New function.
14914 (install-progspace-pretty-printers!): New function.
14915 * gdb.guile/scm-progspace.c: New file.
14916 * gdb.guile/scm-progspace.exp: New file.
14917
41fac0cf
PA
149182014-06-02 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.base/dprintf-bp-same-addr.c: New file.
14921 * gdb.base/dprintf-bp-same-addr.exp: New file.
14922
96ae5695
EBM
149232014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14924
14925 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14926 * gdb.arch/powerpc-power.s: Likewise.
14927
da02b3a8
JB
149282014-06-02 Joel Brobecker <brobecker@adacore.com>
14929
14930 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14931
c72b2e7b
YQ
149322014-06-01 Yao Qi <yao@codesourcery.com>
14933
14934 * gdb.base/watchpoint.exp (test_watch_location): Check null
14935 pointer can be dereferenced. If not, do the test, otherwise
14936 skip it.
14937
53e8a631
AB
149382014-05-30 Andrew Burgess <aburgess@broadcom.com>
14939
14940 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14941 results.
14942 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14943
938f0e2f
AB
149442014-05-30 Andrew Burgess <aburgess@broadcom.com>
14945
14946 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14947 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14948 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14949 * gdb.arch/amd64-invalid-stack-top.c: New file.
14950 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14951
9ba6657a
PA
149522014-05-30 Pedro Alves <palves@redhat.com>
14953
14954 PR breakpoints/17000
14955 * gdb.base/sss-bp-on-user-bp.c: New file.
14956 * gdb.base/sss-bp-on-user-bp.exp: New file.
14957
522c09bf
DB
149582014-05-30 David Blaikie <dblaikie@gmail.com>
14959
14960 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14961 gnu_inline semantics via attribute.
14962 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14963 source explicitly specifies the required semantics.
14964
bf4ef81e
MR
149652014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14966
14967 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14968
329ea579
PA
149692014-05-29 Pedro Alves <palves@redhat.com>
14970 Tom Tromey <tromey@redhat.com>
14971
14972 * gdb.base/async-shell.exp: Don't enable target-async.
14973 * gdb.base/async.exp
14974 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14975 parameter. Adjust.
14976 (top level): Don't test with "target-async".
14977 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14978 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14979 * gdb.base/inferior-died.exp: Don't enable target-async.
14980 * gdb.base/interrupt-noterm.exp: Likewise.
14981 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14982 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14983 * gdb.mi/mi-nonstop.exp: Likewise.
14984 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14985 * gdb.mi/mi-nsintrall.exp: Likewise.
14986 * gdb.mi/mi-nsmoribund.exp: Likewise.
14987 * gdb.mi/mi-nsthrexec.exp: Likewise.
14988 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14989 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14990 * gdb.python/py-evsignal.exp: Don't enable target-async.
14991 * gdb.python/py-evthreads.exp: Likewise.
14992 * gdb.python/py-prompt.exp: Likewise.
14993 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14994 * gdb.server/solib-list.exp: Don't enable target-async.
14995 * gdb.threads/thread-specific-bp.exp: Likewise.
14996 * lib/mi-support.exp: Adjust to use mi-async.
14997
fd664c91
PA
149982014-05-29 Pedro Alves <palves@redhat.com>
14999
15000 PR gdb/13860
15001 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15002 reason, even in sync mode.
15003
251bde03
PA
150042014-05-29 Pedro Alves <palves@redhat.com>
15005 Hui Zhu <hui@codesourcery.com>
15006
15007 PR PR15693
15008 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15009 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15010 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15011 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15012
7f3c0343
JB
150132014-05-28 Joel Brobecker <brobecker@adacore.com>
15014
15015 * config/monitor.exp (gdb_target_monitor): Replace use of
15016 "set remotebaud" by "set serial baud".
15017
b2715b27
AW
150182014-05-26 Andy Wingo <wingo@igalia.com>
15019
15020 * gdb.guile/scm-breakpoint.exp:
15021 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15022 properties instead of gdb-object-properties.
15023
498a4489
YQ
150242014-05-26 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.server/no-thread-db.exp: Specify source file name
15027 explicitly when setting a breakpoint.
15028
589fdceb
MM
150292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15030
15031 * gdb.btrace/vdso.c: New.
15032 * gdb.btrace/vdso.exp: New.
15033
e9089e05
MM
150342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15035
15036 * gdb.base/gcore.exp (capture_command_output): Move ...
15037 * lib/gdb.exp (capture_command_output): ... here.
15038
67b5c0c1
MM
150392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15040
15041 * gdb.btrace/data.exp: Test memory access during btrace replay.
15042
a2199296
SM
150432014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15044
15045 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15046
17b2616c
PA
150472014-05-21 Pedro Alves <palves@redhat.com>
15048
15049 PR gdb/13860
15050 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15051 (top level): Test that output related to execution commands is
15052 sent to the console with CLI commands, but not with MI commands.
15053 Test that breakpoint events are always mirrored to the console.
15054 Also expect the new source line to be output after a "next" in
15055 async mode too. Make it a pass/fail test.
15056 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15057 output.
15058 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15059
5166082f
PA
150602014-05-21 Pedro Alves <palves@redhat.com>
15061
15062 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15063 Use them to test variations of "list" after reaching a breakpoint.
15064 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15065 Test "list" with listsize 10 after reaching a breakpoint.
15066 * gdb.python/python.exp (decode_line current location line
15067 number): Adjust expected line number.
15068
2f25d70f
SM
150692014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15070
15071 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15072 behavior for $args, pass it directly to "run".
15073
ff604a67
MR
150742014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15075
15076 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15077 30000 to 65536.
15078
6a3cb8e8
PA
150792014-05-21 Pedro Alves <palves@redhat.com>
15080
15081 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15082 auto-connect-native-target off".
15083 * gdb.base/auto-connect-native-target.c: New file.
15084 * gdb.base/auto-connect-native-target.exp: New file.
15085
4ebfc96e
PA
150862014-05-21 Pedro Alves <palves@redhat.com>
15087
15088 * gdb.base/default.exp: Test "target native" instead of "target
15089 child".
15090
36d46afb
MW
150912014-05-21 Mark Wielaard <mjw@redhat.com>
15092
15093 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15094
5876f503
JK
150952014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15096
15097 Fix TLS access for -static -pthread.
15098 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15099 <HAVE_TLS> (thread_function, main): Initialize it.
15100 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15101 Add clean_restart.
15102 <$have_tls != "">: Check TLSVAR.
15103
0256a6ac
PA
151042014-05-21 Pedro Alves <palves@redhat.com>
15105
15106 * gdb.base/dcache-line-read-error.c: New.
15107 * gdb.base/dcache-line-read-error.exp: New.
15108
936d2992
PA
151092014-05-20 Pedro Alves <palves@redhat.com>
15110
15111 * gdb.base/compare-sections.c: New file.
15112 * gdb.base/compare-sections.exp: New file.
15113
802e8e6d
PA
151142014-05-20 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/break-idempotent.c: New file.
15117 * gdb.base/break-idempotent.exp: New file.
15118
e59fa00f
MM
151192014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15120
15121 * gdb.btrace/nohist.exp: New.
15122
8b696e31
YQ
151232014-05-20 Yao Qi <yao@codesourcery.com>
15124
15125 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15126 gdb.reverse directory and gdb_reverse_timeout exists in board
15127 setting.
15128 * README: Document gdb_reverse_timeout.
15129
73c9764f
YQ
151302014-05-20 Yao Qi <yao@codesourcery.com>
15131
15132 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15133 'test_file_name'. Treat args as a string instead of a list.
15134 (gdb_init): Rename argument 'args' by 'test_file_name'.
15135
f1f4348a
JK
151362014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15137
15138 * gdb.arch/powerpc-power.exp: New file.
15139 * gdb.arch/powerpc-power.s: New file.
15140
0dbe70ce
DE
151412014-05-16 Doug Evans <dje@google.com>
15142
15143 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15144 * gdb.base/completion.exp: Check that all expected files exist
15145 before doing file completion.
0dbe70ce 15146
8d551b02
DE
151472014-05-16 Doug Evans <dje@google.com>
15148
15149 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15150 Update.
15151 (do_syscall_tests_without_xml): Update.
15152
73eb7709
PA
151532014-05-16 Pedro Alves <palves@redhat.com>
15154
15155 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15156 instead of "unknown output after running".
15157
3fae92fc
YQ
151582014-05-16 Yao Qi <yao@codesourcery.com>
15159
15160 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15161 file1.txt from host at the end.
15162 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15163
c2b2ccc5
DE
151642014-05-15 Doug Evans <dje@google.com>
15165
15166 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15167 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15168 loading file. Add test for TU lookup.
15169
8c217a4b
SM
151702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15171
15172 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15173 calling "-exec-arguments" or "set args" before running the
15174 inferior.
15175
3deb39c6
SM
151762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15177
15178 * lib/mi-support.exp (mi_expect_stop): Expect message for
15179 inferiors that exit with non-zero exit code.
15180
71a79f8c
YQ
151812014-05-14 Yao Qi <yao@codesourcery.com>
15182
15183 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15184 match absolute path on remote host.
15185 (test_file_list_exec_source_files): Remove "/" from the
15186 pattern.
15187
f23fcd46
YQ
151882014-05-14 Yao Qi <yao@codesourcery.com>
15189
15190 * boards/local-remote-host-notty.exp (${board}_file): New
15191 proc.
15192
9404b58f
KM
151932014-05-07 Kyle McMartin <kyle@redhat.com>
15194
15195 Pushed by Joel Brobecker <brobecker@adacore.com>.
15196 * gdb.arch/aarch64-atomic-inst.c: New file.
15197 * gdb.arch/aarch64-atomic-inst.exp: New file.
15198
5e45f04c
YQ
151992014-05-07 Yao Qi <yao@codesourcery.com>
15200
15201 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15202 in current context" too.
15203
c888a17d
KS
152042014-05-05 Keith Seitz <keiths@redhat.com>
15205
15206 * gdb.linespec/ls-dollar.exp: Add test for linespec
15207 file:convenience_variable.
15208
290a839c
YQ
152092014-05-05 Yao Qi <yao@codesourcery.com>
15210
15211 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15212 traceframes into tfile and ctf trace files. Read data from
15213 trace file and test collected data.
15214 (gdb_collect_locals_test): Likewise.
15215 (gdb_unavailable_registers_test): Likewise.
15216 (gdb_unavailable_floats): Likewise.
15217 (gdb_collect_globals_test): Likewise.
15218 (top-level): Append "ctf" to trace_file_targets if GDB
15219 supports.
15220
b5262cd0
YQ
152212014-05-05 Yao Qi <yao@codesourcery.com>
15222
15223 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15224 code to ...
15225 (gdb_collect_args_test_1): ... it. New proc.
15226 (gdb_collect_locals_test): Move some code to ...
15227 (gdb_collect_locals_test_1): ... it. New proc.
15228 (gdb_unavailable_registers_test): Move some code to ...
15229 (gdb_unavailable_registers_test_1): ... it. New proc.
15230 (gdb_unavailable_floats): Move some code to ...
15231 (gdb_unavailable_floats_1): ... it. New proc.
15232
30a1e6cc
SDJ
152332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15234
15235 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15236 probes to test for bitness recognition.
15237 * gdb.arch/amd64-stap-optional-prefix.exp
15238 (test_probe_value_without_reg): New procedure.
15239 Add code to test for different kinds of bitness.
15240
f33da99a
SDJ
152412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15242
15243 PR breakpoints/16889
15244 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15245 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15246
5b80f00d
PA
152472014-05-01 Pedro Alves <palves@redhat.com>
15248
15249 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15250 gdb_file_cmd if no file is specified.
15251 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15252 last_loaded_file to set the remote exec-file.
15253
f8c2a73c
PA
152542014-05-01 Pedro Alves <palves@redhat.com>
15255
15256 * boards/local-remote-host.exp: New file.
15257
be6e8ac7
PA
152582014-05-01 Pedro Alves <palves@redhat.com>
15259
15260 * boards/local-remote-host.exp: Rename to ...
15261 * boards/local-remote-host-notty.exp: ... this.
15262
cac0dc8f
JB
152632014-04-28 Joel Brobecker <brobecker@adacore.com>
15264
15265 * gdb.ada/dyn_arrayidx: New testcase.
15266
9730e6cc
YQ
152672014-04-26 Yao Qi <yao@codesourcery.com>
15268
15269 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15270 and compute the length of function main. Save it in
15271 $main_length.
15272 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15273 (top-level): Use gdb_compile to compile objects into
15274 executable and restart GDB. Remove invocation to
15275 prepare_for_testing.
15276
7ae1a6a6
PA
152772014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15278 Pedro Alves <palves@redhat.com>
15279
15280 PR server/16255
15281 * gdb.multi/multi-attach.c: New file.
15282 * gdb.multi/multi-attach.exp: New file.
15283
4082afcc
PA
152842014-04-25 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15287 user.
15288 (top level): Test that "set remote conditional-breakpoints-packet
15289 off" works as intended.
15290 * gdb.base/dprintf.exp: Test that "set remote
15291 breakpoint-commands-packet off" works as intended.
15292 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15293 New function.
15294 (top level): Call it.
15295 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15296 remote fast-tracepoints-packet off" works as intended.
15297 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15298 * lib/gdb.exp (gdb_is_target_remote): ... here.
15299
2abc3f8d
DB
153002014-04-24 David Blaikie <dblaikie@gmail.com>
15301
15302 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15303 ensure clang would not discard them.
15304 * gdb.base/gdbvars.c: Ditto.
15305 * gdb.base/memattr.c: Ditto.
15306 * gdb.base/whatis.c: Ditto.
15307 * gdb.python/py-prettyprint.c: Ditto.
15308 * gdb.trace/actions.c: Ditto.
15309 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15310 ensure clang would not discard it.
15311
bfd39632
DB
153122014-04-24 David Blaikie <dblaikie@gmail.com>
15313
15314 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15315 clang to emit the full definition of type required by the test
15316 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15317
22842ff6
DB
153182014-04-24 David Blaikie <dblaikie@gmail.com>
15319
15320 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15321 coax Clang into emitting the definition of the type.
15322 * gdb.cp/pr10728-x.h (y): Ditto.
15323 * gdb.cp/pr10728-y.cc (y): Ditto.
15324
c2e827ad
DB
153252014-04-24 David Blaikie <dblaikie@gmail.com>
15326
15327 * gdb.base/label.exp: XFAIL label related tests under Clang.
15328 * gdb.cp/cplabel.exp: Ditto.
15329 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15330 under Clang those using labels.
15331
4c2d33e7
YQ
153322014-04-25 Yao Qi <yao@codesourcery.com>
15333
15334 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15335 double_label.
15336 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15337 partial_label and double_label.
15338
56083b99
DB
153392014-04-24 David Blaikie <dblaikie@gmail.com>
15340
15341 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15342
25d4e99d
DB
153432014-04-24 David Blaikie <dblaikie@gmail.com>
15344
15345 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15346 of the function to work across GCC and Clang.
15347 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15348 pointer types (const void ** const V void **).
15349
01f9f808
MS
153502014-04-24 Michael Sturm <michael.sturm@mintel.com>
15351 Walfred Tedeschi <walfred.tedeschi@intel.com>
15352
15353 * Makefile.in (EXECUTABLES): Added i386-avx512.
15354 * gdb.arch/i386-avx512.c: New file.
15355 * gdb.arch/i386-avx512.exp: Likewise.
15356
4b48d439
KS
153572014-04-23 Keith Seitz <keiths@redhat.com>
15358
15359 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15360 (mi_make_breakpoint_table): New procedure.
15361 (mi_create_breakpoint): Use mi_make_breakpoint
15362 and return the result.
15363 (mi_make_breakpoint): New procedure.
15364 (mi_build_kv_pairs): New procedure.
15365
15366 * gdb.mi/mi-break.exp: Remove unused globals,
15367 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15368 All callers updated.
15369 * gdb.mi/mi-dprintf.exp: Use variable to track command
15370 number.
15371 Update all callers of mi_create_breakpoint and use
15372 mi_make_breakpoint_table.
15373 Remove any unused global variables.
15374 * gdb.mi/mi-nonstop.exp: Likewise.
15375 * gdb.mi/mi-nsintrall.exp: Likewise.
15376 * gdb.mi/mi-nsmoribund.exp: Likewise.
15377 * gdb.mi/mi-nsthrexec.exp: Likewise.
15378 * gdb.mi/mi-reverse.exp: Likewise.
15379 * gdb.mi/mi-simplerun.exp: Likewise.
15380 * gdb.mi/mi-stepn.exp: Likewise.
15381 * gdb.mi/mi-syn-frame.exp: Likewise.
15382 * gdb.mi/mi-until.exp: Likewise.
15383 * gdb.mi/mi-var-cp.exp: Likewise.
15384 * gdb.mi/mi-var-display.exp: Likewise.
15385 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15386 * gdb.mi/mi2-var-child.exp: Likewise.
15387 * gdb.mi/mi-vla-c99.exp: Likewise.
15388 * lib/mi-support.exp: Likewise.
15389
15390 From Ian Lance Taylor <iant@cygnus.com>:
15391 * lib/gdb.exp (parse_args): New procedure.
15392
08351840
PA
153932014-04-23 Pedro Alves <palves@redhat.com>
15394
15395 * gdb.base/break-unload-file.c: New file.
15396 * gdb.base/break-unload-file.exp: New file.
15397 * gdb.base/sym-file-lib.c (baz): New function.
15398 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15399 field.
15400 (load): Store the segment's mapped size.
15401 (unload): New function.
15402 (unload_shlib): New function.
15403 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15404 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15405 set a breakpoint at baz, and call it.
15406 * gdb.base/sym-file.exp: New tests for stale breakpoint
15407 instructions.
15408
076855f9
PA
154092014-04-23 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15412 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15413 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15414 * gdb.base/hbreak-unmapped.c: New file.
15415 * gdb.base/hbreak-unmapped.exp: New file.
15416 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15417 * lib/gdb.exp (gdb_is_target_remote): ... here.
15418
483805cf
PA
154192014-04-22 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.base/consecutive-step-over.c: New file.
15422 * gdb.base/consecutive-step-over.exp: New file.
15423
06d97543
PA
154242014-04-22 Pedro Alves <palves@redhat.com>
15425
15426 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15427 instead of send_gdb/gdb_expect.
15428
b4429ea2
YQ
154292014-04-22 Yao Qi <yao@codesourcery.com>
15430
15431 * lib/trace-support.exp (generate_tracefile): New procedure.
15432 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15433 return 0.
15434 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15435 if generate_tracefile returns 1.
15436
51d48146
PA
154372014-04-18 Tom Tromey <palves@redhat.com>
15438 Pedro alves <tromey@redhat.com>
15439
15440 PR backtrace/15558
15441 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15442 with a backtrace limit.
15443 * gdb.python/py-frame-inline.exp: Test running to an inline
15444 function with a backtrace limit, and printing the newest frame.
15445 * gdb.python/py-frame-inline.c (main): Call f.
15446
bd1dce5f
MS
154472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15448
15449 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15450
40d1a503
MS
154512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15452
15453 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15454 Drop prefix from unsupported source file path.
15455
389b98f7
YQ
154562014-04-17 Yao Qi <yao@codesourcery.com>
15457
15458 * lib/gdb.exp (with_target_charset): New proc.
15459 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15460 with_target_charset.
15461 (test_print_strings): Likewise.
15462 (test_repeat_bytes): Likewise.
15463 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15464 for some tests.
15465
22869d73
KS
154662014-04-16 Keith Seitz <keiths@redhat.com>
15467
15468 PR gdb/15827
15469 * gdb.dwarf2/corrupt.c: New file.
15470 * gdb.dwarf2/corrupt.exp: New file.
15471
c4f87ca6
KS
154722014-04-16 Keith Seitz <keiths@redhat.com>
15473
15474 PR c++/16597
15475 * gdb.cp/namelessclass.cc: New file.
15476 * gdb.cp/namelessclass.exp: New file.
15477 * gdb.cp/namelessclass.S: New file.
15478
ab19de87
DE
154792014-04-16 Doug Evans <dje@google.com>
15480
15481 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15482 Add comment.
15483 (gdbserver_default_get_comm_port): New function.
15484 (gdbserver_start): Check if board file provided
15485 "gdbserver,get_comm_port" and use it if so.
15486 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15487 (gdb,socketport): Set to "stdio".
15488 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15489 (stdio_gdbserver_template): Delete.
15490 (${board}_get_remote_address): Update.
15491 (${board}_build_remote_cmd): Delete.
15492 (${board}_get_comm_port): New function.
15493 (${board}_spawn): Update.
15494 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15495 Delete.
15496 (${board}_get_remote_address): Update.
15497 (${board}_get_comm_port): New function.
15498
fc98a809
AB
154992014-04-16 Andrew Burgess <aburgess@broadcom.com>
15500
15501 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15502 appearing in any order.
15503
87fd9e6e
DE
155042014-04-15 Doug Evans <dje@google.com>
15505
15506 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15507 uninitialized value of "description".
15508
099fc3ea
KS
155092014-04-15 Keith Seitz <keiths@redhat.com>
15510
15511 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15512 Remove unused globals.
15513 (test_running_the_program): Likewise.
15514 (test_controlled_execution): Likewise.
15515 (test_controlling_breakpoints): Likewise.
15516 (test_program_termination): Likewise.
15517
5da151d4
KS
155182014-04-15 Keith Seitz <keiths@redhat.com>
15519
15520 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15521 unused globals.
15522 (test_rbreak_creation_and_listing): Likewise.
15523 (test_ignore_count): Likewise.
15524 (test_error): Likewise.
15525
35e5d2f0
PA
155262014-04-15 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15529 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15530 sym-file-loader.c.
15531 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15532 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15533 to sym-file-loader.c.
15534 (struct library): Forward declare.
15535 (load_shlib, lookup_function): Change prototypes.
15536 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15537 (translate_offset): Remove declarations.
15538 (get_text_addr): New declaration.
15539 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15540 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15541 sym-file-loader.h.
15542 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15543 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15544 here from sym-file-loader.h.
15545 (struct library): New structure.
15546 (load_shlib, lookup_function): Change prototypes and adjust to
15547 work with a struct library.
15548 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15549 (translate_offset): Make static.
15550 (get_text_addr): New function.
15551 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15552
eb4c1710
PA
155532014-04-15 Pedro Alves <palves@redhat.com>
15554
15555 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15556
2d1baf52
PA
155572014-04-15 Pedro Alves <palves@redhat.com>
15558
15559 * gdb.base/sym-file-loader.c: Include <limits.h>.
15560 (SELF_LINK): New define.
15561 (get_origin): New function.
15562 (load_shlib): Use it.
15563 * gdb.base/sym-file.exp: Don't early return if the target is
15564 remote. Use runto_main, and issue fail is that fails. Use
15565 gdb_load_shlibs.
15566 (shlib_name): Delete.
15567 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15568
7dd6df01
PA
155692014-04-15 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/sym-file.exp: Remove regex characters from test
15572 message. Don't refer to breakpoint numbers in test messages.
15573
b50c8614
KS
155742014-04-14 Keith Seitz <keiths@redhat.com>
15575
15576 PR c++/16253
15577 * gdb.cp/var-tag.cc: New file.
15578 * gdb.cp/var-tag.exp: New file.
15579 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15580 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15581 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15582 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15583
3d567982
TT
155842014-04-14 Tom Tromey <tromey@redhat.com>
15585
15586 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15587 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15588 type.
15589 * gdb.cp/enum-class.exp: New file.
15590 * gdb.cp/enum-class.cc: New file.
15591
0626fc76
TT
155922014-04-14 Tom Tromey <tromey@redhat.com>
15593
15594 * gdb.dwarf2/enum-type.exp: New file.
15595
dca325b3
SA
155962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15597
15598 * gdb.mi/mi-vla-c99.exp: New file.
15599 * gdb.mi/vla.c: New file.
15600
5854b38a
SA
156012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15602
15603 * gdb.base/vla-datatypes.c: New file.
15604 * gdb.base/vla-datatypes.exp: New file.
15605
463bb957
SA
156062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15607
15608 * gdb.base/vla-ptr.c: New file.
15609 * gdb.base/vla-ptr.exp: New file.
15610
3dd170be
SA
156112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15612
15613 * gdb.dwarf2/count.exp: New file.
15614
5ecaaa66
SA
156152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15616
15617 * gdb.base/vla-sideeffect.c: New file.
15618 * gdb.base/vla-sideeffect.exp: New file.
15619
41f1ada5
DB
156202014-04-14 David Blaikie <dblaikie@gmail.com>
15621
15622 * gdb.mi/non-stop.c: Add return value for non-void function return
15623 statement.
15624 * gdb.threads/staticthreads.c: Ditto.
15625
0be03e84
DE
156262014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15627 Doug Evans <xdje42@gmail.com>
15628
15629 * gdb.guile/scm-value.c: Improve test case.
15630 * gdb.guile/scm-value.exp: Add new test.
15631
f180a1fb
DB
156322014-04-11 David Blaikie <dblaikie@gmail.com>
15633
15634 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15635 override Clang's default.
15636
6b662e19
JB
156372014-04-11 Joel Brobecker <brobecker@adacore.com>
15638
15639 Revert the following changes (regressions):
15640
15641 * gdb.base/vla-sideeffect.c: New file.
15642 * gdb.base/vla-sideeffect.exp: New file.
15643
15644 * gdb.dwarf2/count.exp: New file.
15645
15646 * gdb.base/vla-multi.c: New file.
15647 * gdb.base/vla-multi.exp: New file.
15648
15649 * gdb.base/vla-ptr.c: New file.
15650 * gdb.base/vla-ptr.exp: New file.
15651
15652 * gdb.base/vla-datatypes.c: New file.
15653 * gdb.base/vla-datatypes.exp: New file.
15654
15655 * gdb.mi/mi-vla-c99.exp: New file.
15656 * gdb.mi/vla.c: New file.
15657
245a5f0b
KS
156582014-04-11 Keith Seitz <keiths@redhat.com>
15659
15660 PR c++/16675
15661 * gdb.cp/cpsizeof.exp: New file.
15662 * gdb.cp/cpsizeof.cc: New file.
15663
58a84dcf
SA
156642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15665
191a8a90
JB
15666 * gdb.mi/mi-vla-c99.exp: New file.
15667 * gdb.mi/vla.c: New file.
58a84dcf 15668
c8655f75
SA
156692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15670
15671 * gdb.base/vla-datatypes.c: New file.
15672 * gdb.base/vla-datatypes.exp: New file.
15673
024e13b4
SA
156742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15675
15676 * gdb.base/vla-ptr.c: New file.
15677 * gdb.base/vla-ptr.exp: New file.
15678
1a237e0e
SA
156792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15680
15681 * gdb.base/vla-multi.c: New file.
15682 * gdb.base/vla-multi.exp: New file.
15683
504f3432
SA
156842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15685
15686 * gdb.dwarf2/count.exp: New file.
15687
3bce8237
SA
156882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15689
191a8a90
JB
15690 * gdb.base/vla-sideeffect.c: New file.
15691 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15692
322f9c21
YQ
156932014-04-11 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.base/completion.exp: Check file exists before running tests
15696 on file completion.
15697
d708bcd1
PA
156982014-04-10 Pedro Alves <palves@redhat.com>
15699
15700 * gdb.base/cond-eval-mode.c: New file.
15701 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15702 prepare_for_testing to build the new file. Check result of
15703 runto_main.
15704 (test_break, test_watch): New procedures.
15705 (top level): Use them.
15706
ae1d2761
PM
157072014-04-08 Pierre Muller <muller@sourceware.org>
15708
15709 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15710 Ctrl-V use for mingw hosts.
15711
7af389b8
SC
157122014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15713
15714 * gdb.python/py-value.c: Improve test case.
15715 * gdb.python/py-value.exp: Add new test.
15716
5e703181
DE
157172014-04-07 David Blaikie <dblaikie@gmail.com>
15718
15719 * lib/compiler.c: Identify the clang compiler.
15720 * lib/compiler.cc: Ditto.
15721
9810b410
YQ
157222014-04-03 Yao Qi <yao@codesourcery.com>
15723
15724 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15725
98d1b8dc
AB
157262014-04-01 Anton Blanchard <anton@samba.org>
15727
15728 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15729 messages unique.
15730
3114cea1
AB
157312014-04-01 Anton Blanchard <anton@samba.org>
15732
15733 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15734 prepare_for_testing.
15735
62f7182c
AB
157362014-04-01 Anton Blanchard <anton@samba.org>
15737
15738 * gdb.arch/ppc64-atomic-inst.c: Remove.
15739 * gdb.arch/ppc64-atomic-inst.S: New file.
15740 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15741
770e7fc7
DE
157422014-03-31 Doug Evans <dje@google.com>
15743
15744 * gdb.base/print-symbol-loading-lib.c: New file.
15745 * gdb.base/print-symbol-loading-main.c: New file.
15746 * gdb.base/print-symbol-loading.exp: New file.
15747
46e2bafa
YQ
157482014-03-31 Yao Qi <yao@codesourcery.com>
15749
15750 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15751
8776cfe9
JB
157522014-03-28 Joel Brobecker <brobecker@adacore.com>
15753
15754 * gdb.ada/mi_dyn_arr: New testcase.
15755
5d1ef361
DE
157562014-03-27 Doug Evans <dje@google.com>
15757
15758 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15759
b5bee914
YQ
157602014-03-27 Yao Qi <yao@codesourcery.com>
15761
15762 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15763 if target is nios2-*-*.
15764
0d4d0e77
YQ
157652014-03-26 Yao Qi <yao@codesourcery.com>
15766
15767 * lib/gdb.exp (readline_is_used): New proc.
15768 * gdb.base/completion.exp: Move tests on command complete up.
15769 Skip the rest of tests if readline is not used.
15770 * gdb.ada/complete.exp: Skp the test if readline is not
15771 used.
15772 * gdb.base/filesym.exp: Likewise.
15773 * gdb.base/macscp.exp: Likewise.
15774 * gdb.base/readline-ask.exp: Likewise.
15775 * gdb.base/readline.exp: Likewise.
15776 * gdb.python/py-cmd.exp: Likewise.
15777 * gdb.trace/tfile.exp: Likewise.
15778
29361eee
YQ
157792014-03-26 Yao Qi <yao@codesourcery.com>
15780
15781 * gdb.base/macscp.exp: Fix code format issues.
15782
bc9a5525
UW
157832014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15784
15785 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15786 * gdb.asm/powerpc64le.inc: New file.
15787
d3839ede
PA
157882014-03-25 Pedro Alves <palves@redhat.com>
15789 Doug Evans <dje@google.com>
15790
15791 * gdb.base/source-execution.c: New file.
15792 * gdb.base/source-execution.exp: New file.
15793 * gdb.base/source-execution.gdb: New file.
15794
01672a57
DE
157952014-03-24 Doug Evans <dje@google.com>
15796
15797 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15798 using fission.
15799
88bbeca9
HZ
158002014-03-24 Hui Zhu <hui@codesourcery.com>
15801 Pedro Alves <palves@redhat.com>
15802
15803 PR breakpoints/16101
15804 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15805 test pass/fail messages. Detect missing support for dprintf when
15806 breakpoints are actually inserted.
15807 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15808 breakpoints are actually inserted.
15809 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15810 fails.
15811
d2348791
JK
158122014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15813
15814 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15815
feef67ab
DE
158162014-03-22 Doug Evans <xdje42@gmail.com>
15817
15818 * gdb.python/python.exp (python not supported): Verify multi-line
15819 python command issues an error.
25d743f9 15820 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 15821 guile command issues an error.
feef67ab 15822
ecebef6a
MR
158232014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15824
15825 * gdb.threads/thread-specific.exp: Handle the lack of usable
15826 $this_breakpoint and $this_thread.
15827
ccdd1909
HZ
158282014-03-21 Hui Zhu <hui@codesourcery.com>
15829
15830 * gdb.base/attach.exp (do_command_attach_tests): New.
15831
beb460e8
PA
158322014-03-20 Tom Tromey <tromey@redhat.com>
15833 Pedro Alves <palves@redhat.com>
15834
15835 PR cli/15718
15836 * gdb.base/condbreak-call-false.c: New file.
15837 * gdb.base/condbreak-call-false.exp: New file.
15838
40acf43a
PA
158392014-03-20 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15842 Delete.
15843 (block_signals, unblock_signals): Delete.
15844 (child_function_2, main): Remove references to deleted variable
15845 and functions.
15846
9f5e1e02
PA
158472014-03-20 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15850 Use pthread_kill to signal thread 2.
15851 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15852 Adjust to make the test send itself a signal rather than using the
15853 host's "kill" command.
15854
99619bea
PA
158552014-03-20 Pedro Alves <palves@redhat.com>
15856
15857 * gdb.threads/multiple-step-overs.c: New file.
15858 * gdb.threads/multiple-step-overs.exp: New file.
15859 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15860 Adjust expected infrun debug output.
15861
2adfaa28
PA
158622014-03-20 Pedro Alves <palves@redhat.com>
15863
15864 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15865 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15866
31e77af2
PA
158672014-03-20 Pedro Alves <palves@redhat.com>
15868
15869 PR breakpoints/7143
15870 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15871 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15872 of gdb_test_multiple.
15873 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15874 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15875
b9f437de
PA
158762014-03-20 Pedro Alves <palves@redhat.com>
15877
15878 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15879 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15880
05adc73e
PA
158812014-03-19 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.base/async.exp: Remove early return.
15884
6048b950
PA
158852014-03-19 Pedro Alves <palves@redhat.com>
15886
15887 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15888
8bcfb00a
PA
158892014-03-19 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/async.exp (test_background): Expect \r\n after
15892 "completed." in the fail pattern.
15893
884e37dc
PA
158942014-03-19 Pedro Alves <palves@redhat.com>
15895
15896 * gdb.base/async.exp (test_background): New procedure.
15897 Use it for all background execution command tests.
15898
148e57e2
PA
158992014-03-19 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.base/async.exp: Use prepare_for_testing.
15902
f48088c7
PA
159032014-03-19 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15906 the same line.
15907
e2f6c966
PA
159082014-03-19 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.base/async.c (main): Add "jump here" and "until here" line
15911 marker comments.
15912 * gdb.base/async.exp (jump_here): New global.
15913 (jump& test): Use it.
15914 (until_here): New global.
15915 (until& test): Use it.
15916
c30568d4
PA
159172014-03-19 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.base/async.exp: Don't frob gdb_protocol.
15920
0172b6a7
DE
159212014-03-18 Doug Evans <xdje42@gmail.com>
15922
15923 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15924 Fix spelling of exec-done-display.
15925
06c868a8
JK
159262014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15927
15928 PR gdb/15358
15929 * gdb.base/gdb-sigterm.c: New file.
15930 * gdb.base/gdb-sigterm.exp: New file.
15931
0c7e1a46
PA
159322014-03-18 Pedro Alves <palves@redhat.com>
15933
15934 PR gdb/13860
15935 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15936 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15937 solib-event.
15938
f7c77d93
JB
159392014-03-17 Joel Brobecker <brobecker@adacore.com>
15940
15941 * gdb.ada/pckd_arr_ren: New testcase.
15942
5a1e8c7a
DE
159432014-03-13 Doug Evans <xdje42@gmail.com>
15944
15945 PR guile/16612
15946 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15947 collect after discarding symbols.
15948
350e1a76
DE
159492014-03-13 Ludovic Courtès <ludo@gnu.org>
15950 Doug Evans <xdje42@gmail.com>
15951
15952 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15953 to history survives a gc.
15954
a69900ae
PA
159552014-03-13 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.base/default.exp: Don't test "target procfs".
15958
5db9f0bd
PA
159592014-03-13 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.base/default.exp: Update "target child" and "target procfs"
15962 tests to not expect "Unix".
15963
b3ccfe11
TT
159642014-03-12 Tom Tromey <tromey@redhat.com>
15965
15966 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15967 New procs. Add target-async tests.
15968 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15969 Add target-async tests.
15970
646f4417
AA
159712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15972
15973 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15974 'func_start' and 'func_end' for the beginning and end of the
15975 function code, respectively.
15976 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15977 'func_end' instead of 'func' and 'main'.
15978
288c211f
AA
159792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15980
15981 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15982 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15983 generate the debug info assembler source.
15984
e0c0f156
AA
159852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15986
15987 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15988 * gdb.dwarf2/arr-subrange.exp: Likewise.
15989 * gdb.dwarf2/dwz.exp: Likewise.
15990 * gdb.dwarf2/method-ptr.exp: Likewise.
15991 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15992 * gdb.dwarf2/subrange.exp: Likewise.
15993 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15994 * gdb.dwarf2/implptrpiece.exp: Likewise.
15995 * gdb.dwarf2/nostaticblock.exp: Likewise.
15996
0e5c4555
AA
159972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15998
15999 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16000 directory to absolute path name arguments.
16001
5ec18f2b
JG
160022014-03-10 Joel Brobecker <brobecker@adacore.com>
16003
16004 * gdb.ada/tagged_access: New testcase.
16005
847fc4f2
MM
160062014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16007
16008 * gdb.btrace/data.exp: Update expected output.
16009
cc3da688
YQ
160102014-03-06 Yao Qi <yao@codesourcery.com>
16011
16012 * gdb.trace/pr16508.exp: New file.
16013
0f26cec1
PA
160142014-03-05 Pedro Alves <palves@redhat.com>
16015
16016 PR gdb/16575
16017 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16018 procedure.
16019 (top level): Adjust to use it. Add tests that exercise breakpoint
16020 interaction with the code-cache.
16021
7a5a839f
LC
160222014-02-26 Ludovic Courtès <ludo@gnu.org>
16023
16024 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16025 test for 'history-append!'.
16026
31aa7e4e
JB
160272014-02-26 Joel Brobecker <brobecker@adacore.com>
16028
16029 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16030 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16031 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16032 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16033 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16034 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16035
1b588015
JB
160362014-02-26 Joel Brobecker <brobecker@adacore.com>
16037
16038 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16039 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16040 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16041
55426c9d
JB
160422014-02-26 Joel Brobecker <brobecker@adacore.com>
16043
16044 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16045
dc53a7ad
JB
160462014-02-26 Joel Brobecker <brobecker@adacore.com>
16047
16048 * gdb.dwarf2/arr-stride.c: New file.
16049 * gdb.dwarf2/arr-stride.exp: New file.
16050
12ab52e9
PA
160512014-02-26 Pedro Alves <palves@redhat.com>
16052
16053 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16054 that won't ever trigger. Make sure that GDB reports the correct
16055 breakpoint that caused the stop.
16056
849c862e
JK
160572014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16058
16059 PR gdb/16626
16060 * gdb.base/auto-load-script: New file.
16061 * gdb.base/auto-load.c: New file.
16062 * gdb.base/auto-load.exp: New file.
16063
71b7d793
JK
16064 PR gdb/16626
16065 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16066
e2f0d509
JK
160672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16068
16069 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16070 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16071
50cc37c8
DE
160722014-02-24 Doug Evans <dje@google.com>
16073
16074 * lib/gdb.exp (run_on_host): Log error output if program fails.
16075
ea4758f2
PA
160762014-02-21 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.threads/step-after-sr-lock.c: Rename to ...
16079 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16080 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16081 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16082 ... this.
16083
d7b30f67
SDJ
160842014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16085
16086 PR tdep/16397
16087 * gdb.arch/amd64-stap-special-operands.exp: New file.
16088 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16089 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16090 * gdb.arch/amd64-stap-triplet.S: Likewise.
16091 * gdb.arch/amd64-stap-triplet.c: Likewise.
16092
83deb43f
JB
160932014-02-20 Joel Brobecker <brobecker@adacore.com>
16094
16095 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16096 in .section pseudo-op.
16097
adde2bff
DE
160982014-02-20 lin zuojian <manjian2006@gmail.com>
16099 Joel Brobecker <brobecker@adacore.com>
16100 Doug Evans <xdje42@gmail.com>
16101
16102 PR symtab/16581
16103 * gdb.dwarf2/dw2-icycle.S: New file.
16104 * gdb.dwarf2/dw2-icycle.c: New file.
16105 * gdb.dwarf2/dw2-icycle.exp: New file.
16106
f7bd0f78
SC
161072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16108
16109 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16110 operations on gdb.Value objects.
16111 * gdb.python/py-value-cc.exp: Add new test to test operations on
16112 gdb.Value objects.
16113
c17ef0d5
DE
161142014-02-18 Doug Evans <dje@google.com>
16115
16116 * Makefile.in (TESTS): New variable.
16117 (expanded_tests, expanded_tests_or_none): New variables
16118 (check-single): Pass $(expanded_tests_or_none) to runtest.
16119 (check-parallel): Only run tests in $(TESTS) if non-empty.
16120 (check/no-matching-tests-found): New rule.
16121 * README: Document TESTS makefile variable.
16122
5dd3176f
DE
161232014-02-18 Doug Evans <dje@google.com>
16124
16125 * Makefile.in (check-parallel): rm -rf outputs temp.
16126
0b10be4f
JK
161272014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16128
16129 Fix "ERROR: no fileid for" in the testsuite.
16130 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16131
85f224e7
DE
161322014-02-12 Doug Evans <dje@google.com>
16133
16134 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16135 (MISCELLANEOUS): New variable.
16136 (clean): rm -rf $(MISCELLANEOUS).
16137 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16138 dwp live in the same directory as symlinks, with each symlink pointed
16139 to a differently named file in a different directory.
16140
149b30ff
DE
161412014-02-11 Doug Evans <dje@google.com>
16142
16143 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16144 of Tcl file commands.
16145
1dfdac32
MK
161462014-02-10 Mark Kettenis <kettenis@gnu.org>
16147
16148 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16149 "kill -SIGUSR1 -1".
16150
aa4fb036
JB
161512014-02-10 Joel Brobecker <brobecker@adacore.com>
16152
16153 * gdb.ada/tick_length_array_enum_idx: New testcase.
16154
ed3ef339
DE
161552014-02-10 Doug Evans <xdje42@gmail.com>
16156
16157 * configure.ac (AC_OUTPUT): Add gdb.guile.
16158 * configure: Regenerate.
16159 * lib/gdb-guile.exp: New file.
16160 * lib/gdb.exp (get_target_charset): New function.
16161 * gdb.base/help.exp: Update expected output from "apropos apropos".
16162 * gdb.guile/Makefile.in: New file.
16163 * gdb.guile/guile.exp: New file.
16164 * gdb.guile/scm-arch.c: New file.
16165 * gdb.guile/scm-arch.exp: New file.
16166 * gdb.guile/scm-block.c: New file.
16167 * gdb.guile/scm-block.exp: New file.
16168 * gdb.guile/scm-breakpoint.c: New file.
16169 * gdb.guile/scm-breakpoint.exp: New file.
16170 * gdb.guile/scm-disasm.c: New file.
16171 * gdb.guile/scm-disasm.exp: New file.
16172 * gdb.guile/scm-equal.c: New file.
16173 * gdb.guile/scm-equal.exp: New file.
16174 * gdb.guile/scm-error.exp: New file.
16175 * gdb.guile/scm-error.scm: New file.
16176 * gdb.guile/scm-frame-args.c: New file.
16177 * gdb.guile/scm-frame-args.exp: New file.
16178 * gdb.guile/scm-frame-args.scm: New file.
16179 * gdb.guile/scm-frame-inline.c: New file.
16180 * gdb.guile/scm-frame-inline.exp: New file.
16181 * gdb.guile/scm-frame.c: New file.
16182 * gdb.guile/scm-frame.exp: New file.
16183 * gdb.guile/scm-generics.exp: New file.
16184 * gdb.guile/scm-gsmob.exp: New file.
16185 * gdb.guile/scm-iterator.c: New file.
16186 * gdb.guile/scm-iterator.exp: New file.
16187 * gdb.guile/scm-math.c: New file.
16188 * gdb.guile/scm-math.exp: New file.
16189 * gdb.guile/scm-objfile-script-gdb.in: New file.
16190 * gdb.guile/scm-objfile-script.c: New file.
16191 * gdb.guile/scm-objfile-script.exp: New file.
16192 * gdb.guile/scm-objfile.c: New file.
16193 * gdb.guile/scm-objfile.exp: New file.
16194 * gdb.guile/scm-ports.exp: New file.
16195 * gdb.guile/scm-pretty-print.c: New file.
16196 * gdb.guile/scm-pretty-print.exp: New file.
16197 * gdb.guile/scm-pretty-print.scm: New file.
16198 * gdb.guile/scm-section-script.c: New file.
16199 * gdb.guile/scm-section-script.exp: New file.
16200 * gdb.guile/scm-section-script.scm: New file.
16201 * gdb.guile/scm-symbol.c: New file.
16202 * gdb.guile/scm-symbol.exp: New file.
16203 * gdb.guile/scm-symtab-2.c: New file.
16204 * gdb.guile/scm-symtab.c: New file.
16205 * gdb.guile/scm-symtab.exp: New file.
16206 * gdb.guile/scm-type.c: New file.
16207 * gdb.guile/scm-type.exp: New file.
16208 * gdb.guile/scm-value-cc.cc: New file.
16209 * gdb.guile/scm-value-cc.exp: New file.
16210 * gdb.guile/scm-value.c: New file.
16211 * gdb.guile/scm-value.exp: New file.
16212 * gdb.guile/source2.scm: New file.
16213 * gdb.guile/types-module.cc: New file.
16214 * gdb.guile/types-module.exp: New file.
16215
7026a7c1
YQ
162162014-02-10 Yao Qi <yao@codesourcery.com>
16217
16218 PR testsuite/16543
16219 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16220 * configure: Regenerated.
16221 * Makefile.in: New file.
16222
6c466447
AS
162232014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16224
16225 * gdb.python/py-framefilter.exp: Fix typo.
16226
6e854735
YQ
162272014-02-08 Yao Qi <yao@codesourcery.com>
16228
16229 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16230 that no =breakpoint-modified is emitted when breakpoints are
16231 modified through MI commands.
16232
d137e6dc
PA
162332014-02-07 Pedro Alves <pedro@codesourcery.com>
16234 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.threads/step-after-sr-lock.c: New file.
16237 * gdb.threads/step-after-sr-lock.exp: New file.
16238
b5ee5a50
PA
162392014-02-07 Pedro Alves <palves@redhat.com>
16240
16241 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16242
3c77faf3
JK
162432014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16244
16245 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16246 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16247
6dddc817
DE
162482014-02-06 Doug Evans <xdje42@gmail.com>
16249
16250 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16251 output.
16252
16253 * gdb.gdb/python-interrupts.exp: New file.
16254
de7b2893
YQ
162552014-02-05 Yao Qi <yao@codesourcery.com>
16256
16257 * gdb.trace/report.exp (use_collected_data): Test the output
16258 of "info threads" and "info inferiors".
16259
66d032ac
YQ
162602014-02-05 Yao Qi <yao@codesourcery.com>
16261
16262 Revert this patch:
16263
16264 2013-05-24 Yao Qi <yao@codesourcery.com>
16265
16266 * gdb.trace/tfile.exp: Test inferior and thread.
16267
591a12a1
UW
162682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16269
16270 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16271 on a function.
16272 * gdb.base/step-bt.c: Call hello via function pointer to make
16273 sure its first instruction is executed on powerpc64le-linux.
16274
0ff3e01f
UW
162752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16276
16277 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16278
084ee545
UW
162792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16280
16281 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16282 of the test patterns for use on little-endian systems.
16283
6ed14ff3
UW
162842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16285
16286 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16287 (decimal_vector): Fix for little-endian.
16288
401e27fd
JM
162892014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16290
16291 * gdb.arch/sparc-sysstep.exp: New file.
16292 * gdb.arch/sparc-sysstep.c: Likewise.
16293
16294 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16295
8b924729
EBM
162962014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16297
16298 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16299
fb151210
JB
163002014-01-23 Tom Tromey <tromey@redhat.com>
16301
16302 * gdb.ada/array_char_idx: New testcase.
16303
0740f8d8
TT
163042014-01-23 Tom Tromey <tromey@redhat.com>
16305
16306 PR python/16487:
16307 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16308 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16309 classes.
16310
21909fa1
TT
163112014-01-23 Tom Tromey <tromey@redhat.com>
16312
16313 PR python/16491:
16314 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16315 string from an inferior frame.
16316 * gdb.python/py-framefilter-mi.exp: Update.
16317
87ce2a04
DE
163182014-01-22 Doug Evans <dje@google.com>
16319
16320 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16321
237b092b
AA
163222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16323
16324 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16325
d674a709
AA
163262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16327
16328 * gdb.trace/entry-values.exp: Remove excess space character from
16329 regex patterns. Handle s390 call instruction.
16330
20fa3390
AA
163312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16332
16333 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16334 define "*_start" label. Make "name" static.
16335 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16336 ${name} by references to ${name}_start.
16337
78466714
AA
163382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16339
16340 * gdb.base/info-macros.exp: Remove "debug" from the compile
16341 options.
16342
ec9f644a
IB
163432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16344
16345 * gdb.dlang/demangle.exp: New file.
16346
94b1b47e
IB
163472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16348
16349 * gdb.dlang/primitive-types.exp: New file.
16350
7f420862
IB
163512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16352
16353 * configure.ac: Create gdb.dlang/Makefile.
16354 * configure: Regenerate.
16355 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16356 * gdb.dlang/Makefile.in: New file.
16357 * lib/d-support.exp: New file.
16358 * lib/gdb.exp (skip_d_tests): New proc.
16359
52834460
MM
163602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16361
16362 * gdb.btrace/delta.exp: Check reverse stepi.
16363 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16364 * gdb.btrace/finish.exp: New.
16365 * gdb.btrace/next.exp: New.
16366 * gdb.btrace/nexti.exp: New.
16367 * gdb.btrace/record_goto.c: Add comments.
16368 * gdb.btrace/step.exp: New.
16369 * gdb.btrace/stepi.exp: New.
16370 * gdb.btrace/multi-thread-step.c: New.
16371 * gdb.btrace/multi-thread-step.exp: New.
16372 * gdb.btrace/rn-dl-bind.c: New.
16373 * gdb.btrace/rn-dl-bind.exp: New.
16374 * gdb.btrace/data.c: New.
16375 * gdb.btrace/data.exp: New.
16376 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16377
6e07b1d2
MM
163782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16379
16380 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16381 * gdb.btrace/exception.exp: Update.
16382 * gdb.btrace/instruction_history.exp: Update.
16383 * gdb.btrace/record_goto.exp: Update.
16384 * gdb.btrace/tailcall.exp: Update.
16385 * gdb.btrace/unknown_functions.exp: Update.
16386 * gdb.btrace/delta.exp: New.
16387
0b722aec
MM
163882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16389
16390 * gdb.btrace/record_goto.exp: Add backtrace test.
16391 * gdb.btrace/tailcall.exp: Add backtrace test.
16392
066ce621
MM
163932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16394
16395 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16396 * gdb.btrace/record_goto.c: New.
16397 * gdb.btrace/record_goto.exp: New.
16398 * gdb.btrace/x86-record_goto.S: New.
16399
0688d04e
MM
164002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16401
16402 * gdb.btrace/function_call_history.exp: Update tests.
16403 * gdb.btrace/instruction_history.exp: Update tests.
16404
8710b709
MM
164052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16406
16407 * gdb.btrace/function_call_history.exp: Fix expected field
16408 order for "record function-call-history".
16409 Add new tests for "record function-call-history /c".
16410 * gdb.btrace/exception.cc: New.
16411 * gdb.btrace/exception.exp: New.
16412 * gdb.btrace/tailcall.exp: New.
16413 * gdb.btrace/x86-tailcall.S: New.
16414 * gdb.btrace/x86-tailcall.c: New.
16415 * gdb.btrace/unknown_functions.c: New.
16416 * gdb.btrace/unknown_functions.exp: New.
16417 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16418
5de9129b
MM
164192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16420
16421 * gdb.btrace/instruction_history.exp: Update.
16422 * gdb.btrace/function_call_history.exp: Update.
16423
23a7fe75
MM
164242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16425
16426 * gdb.btrace/function_call_history.exp: Fix expected function
16427 trace.
16428 * gdb.btrace/instruction_history.exp: Initialize traced.
16429 Remove traced_functions.
16430
724c7dd8
MM
164312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16432
16433 * gdb.btrace/function_call_history.exp: Update
16434 * gdb.btrace/instruction_history.exp: Update.
16435
6d78d93b
MM
164362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16437
16438 * gdb.btrace/enable.exp: Update expected text.
16439
93a360cc
OJ
164402014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16441
16442 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16443 bytes.
16444
3772b53f
MR
164452014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16446
16447 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16448
596662fa
OJ
164492014-01-15 Omair Javaid <omair.javaid@linaro.org>
16450
16451 * lib/gdb.exp (supports_process_record): Return true for
16452 arm*-linux*. (supports_reverse): Likewise.
16453
b5b08fb4
SC
164542014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16455
16456 PR python/15464
16457 PR python/16113
16458 * gdb.python/py-type.c: Enhance test case.
16459 * gdb.python/py-value-cc.cc: Likewise
16460 * gdb.python/py-type.exp: Add new tests.
16461 * gdb.python/py-value-cc.exp: Likewise
16462
52d7fb13
AA
164632014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16464 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16467 Make "name" extern.
16468 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16469 references to ${name}_start by references to ${name}.
16470
a2cd8cfe
JB
164712014-01-10 Joel Brobecker <brobecker@adacore.com>
16472
16473 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16474
4e23fced
JB
164752014-01-10 Joel Brobecker <brobecker@adacore.com>
16476
16477 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16478
c6a9e42c
PA
164792014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16480 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16483 mi_gdb_target_load.
c6a9e42c 16484
b7ea362b
PA
164852014-01-08 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.threads/reconnect-signal.c: New file.
16488 * gdb.threads/reconnect-signal.exp: New file.
16489
5e3f4fab
EBM
164902014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16491
16492 * gdb.base/source-dir.exp: New file.
16493
79301218
JB
164942014-01-07 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.ada/mi_interface: New testcase.
16497
8e355c5d
JB
164982014-01-07 Joel Brobecker <brobecker@adacore.com>
16499
16500 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16501 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16502 gdb.ada/pp-rec-component/pck.ads: New files.
16503
c0d48811
JB
165042014-01-07 Joel Brobecker <brobecker@adacore.com>
16505
16506 * gdb.python/py-pp-integral.c: New file.
16507 * gdb.python/py-pp-integral.py: New file.
16508 * gdb.python/py-pp-integral.exp: New file.
16509
17b609c3 16510For older changes see ChangeLog-1993-2013.
c906108c 16511\f
8d8cb839
EZ
16512;; Local Variables:
16513;; mode: change-log
16514;; left-margin: 8
16515;; fill-column: 74
16516;; version-control: never
16517;; End:
902f2ccb 16518
42a4f53d 16519 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16520 Copying and distribution of this file, with or without modification,
16521 are permitted provided the copyright notice and this notice are preserved.
This page took 4.140069 seconds and 4 git commands to generate.