]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4c048731
PA
12019-06-13 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/settings.exp (test-integer): Test junk after
4 "unlimited".
5
6665660a
PA
62019-06-13 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/options.exp (test-thread-apply): New.
9 (top level): Call it.
10
5d707134
PA
112019-06-13 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/options.exp (test-frame-apply): New.
14 (top level): Test print commands with different "frame apply"
15 prefixes.
16
e2a689da
PA
172019-06-13 Pedro Alves <palves@redhat.com>
18
19 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
20 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
21 'max_completions' parameter and handle it.
22 (test_gdb_completion_offers_commands): New.
23
90a1ef87
PA
242019-06-13 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
27
d4c16835
PA
282019-06-13 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/options.exp (test-backtrace): New.
31 (top level): Call it.
32
2daf894e
PA
332019-06-13 Pedro Alves <palves@redhat.com>
34
35 * gdb.guile/scm-frame-args.exp: Use "set print
36 raw-frame-arguments" instead of "set print raw frame-arguments".
37 * gdb.python/py-frame-args.exp: Likewise.
38
e6ed716c
PA
392019-06-13 Pedro Alves <palves@redhat.com>
40
41 * gdb.compile/compile.exp: Adjust expected output to option
42 processing changes.
43
7d8062de
PA
442019-06-13 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/options.exp: Build executable.
47 (test-print): New procedure.
48 (top level): Call it, once for "print" and another for "compile
49 print".
50
9d0faba9
PA
512019-06-13 Pedro Alves <palves@redhat.com>
52
53 * gdb.base/options.c: New file.
54 * gdb.base/options.exp: New file.
55
dee7b4c8
PA
562019-06-13 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
59 that "o" is ambiguous.
60
dca0f6c0
PA
612019-06-13 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/settings.c: New file.
64 * gdb.base/settings.exp: New file.
65
ccf46844
PA
662019-06-13 Pedro Alves <palves@redhat.com>
67
68 * gdb.base/completion.exp: Fix comment typo.
69
b9a3f842
PA
702019-06-13 Pedro Alves <palves@redhat.com>
71
72 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
73 foo --1" test.
74
d106773e
PA
752019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
76
77 * gdb.fortran/block-data.f: New.
78 * gdb.fortran/block-data.exp: New.
79
fea82da0
TV
802019-06-11 Tom de Vries <tdevries@suse.de>
81
82 PR testsuite/24521
83 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
84 message.
85
8c2e74f1
TV
862019-06-11 Tom de Vries <tdevries@suse.de>
87
88 PR testsuite/24521
89 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
90
b49851c8
TV
912019-06-11 Tom de Vries <tdevries@suse.de>
92
93 * boards/readnow.exp: New file.
94
a7067863
AB
952019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.fortran/vla-sizeof.exp: Update expected results.
98
1a3da2cd
AB
992019-06-06 Amos Bird <amosbird@gmail.com>
100
101 * gdb.base/annota1.exp (thread_switch): Add test for
102 thread-exited annotation.
103
3847a7bf
TT
1042019-06-06 Tom Tromey <tromey@adacore.com>
105
106 * gdb.base/maint.exp: Expect command started/finished output.
107
0088ba59
AB
1082019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
111 comment.
112 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
113
312617a3
AB
1142019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
117 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
118 * gdb.arch/riscv-unwind-long-insn.c: New file.
119 * gdb.arch/riscv-unwind-long-insn.exp: New file.
120
e1f2e1a2
CB
1212019-06-04 Christian Biesinger <cbiesinger@google.com>
122
d3238f7d 123 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 124
206584bd
PW
1252019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
126
127 * lib/gdb.exp (help_list_trailer): New regexp variable
128 factorizing the help trailer message.
129 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
130 arg to allow to better factorize various tests.
131 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
132 (test_prefix_command_help): Use help_list_trailer.
133 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
134 * gdb.guile/scm-cmd.exp: Likewise.
135 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
136 * gdb.base/help.exp: Use test_user_defined_class_help.
137 * gdb.base/style.exp: Add tests for styling of help and apropos.
138 * lib/gdb-utils.exp (style): Add title and highlight styles.
139
708dc93e
PW
1402019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
141
142 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
143 $_shell_exitsignal.
144 * gdb.base/default.exp: Update for new convenience variables.
145
f49055a5
TT
1462019-05-29 Tom Tromey <tromey@adacore.com>
147
148 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
149 to "break complete ada" test case's regexp.
150
4330d61d
TT
1512019-05-29 Tom Tromey <tromey@adacore.com>
152
153 PR c++/20020:
154 * gdb.cp/constexpr-field.exp: New file.
155 * gdb.cp/constexpr-field.cc: New file.
156
000439d5
TT
1572019-05-29 Tom Tromey <tromey@adacore.com>
158
159 * gdb.base/finish.exp (finish_no_print): New proc.
160 (finish_tests): Call it.
161
5a01c34c
TV
1622019-05-24 Tom de Vries <tdevries@suse.de>
163
164 * gdb.dwarf2/gdb-add-index.exp: New file.
165
18125b16
TT
1662019-05-22 Tom Tromey <tromey@adacore.com>
167
168 * gdb.base/info-shared.exp (check_info_shared): Use "style".
169 * gdb.base/style.exp: Use "style".
170 * lib/gdb-utils.exp (style): New proc.
171
af1a8d03
TV
1722019-05-22 Tom de Vries <tdevries@suse.de>
173
174 * gdb.base/align.exp: Require c++11.
175
e7fe496b
TV
1762019-05-22 Tom de Vries <tdevries@suse.de>
177
178 PR testsuite/24586
179 * gdb.python/py-mi-var-info-path-expression.exp: Call
180 mi_skip_python_tests to check if python is supported.
181
8fca4da0
AH
1822019-05-22 Alan Hayward <alan.hayward@arm.com>
183
184 * gdb.arch/aarch64-pauth.c: New test.
185 * gdb.arch/aarch64-pauth.exp: New file.
186
b7060614
AH
1872019-05-22 Alan Hayward <alan.hayward@arm.com>
188
189 * README (Re-running Tests Outside The Testsuite): New section.
190
669d0468
TV
1912019-05-21 Tom de Vries <tdevries@suse.de>
192
193 * gdb.arch/amd64-eval.exp: Require c++11.
194 * gdb.base/max-depth.exp: Same.
195 * gdb.compile/compile-cplus-array-decay.exp: Same.
196 * gdb.cp/meth-typedefs.exp: Same.
197 * gdb.cp/subtypes.exp: Same.
198 * gdb.cp/temargs.exp: Same.
199
ce3ebcaa
AH
2002019-05-21 Alan Hayward <alan.hayward@arm.com>
201
202 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
203
34d11c68
AB
2042019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 PR gdb/18644
207 * gdb.fortran/complex.exp: Remove setup_kfail calls.
208 * gdb.fortran/printing-types.exp: Add new test.
209 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
210 testing.
211 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
212 setup_kfail call.
213
87781e84
AH
2142019-05-17 Alan Hayward <alan.hayward@arm.com>
215
216 * README (Running the Testsuite): Change example.
217 (Testsuite Parameters): Remove TRANSCRIPT.
218 * lib/gdb.exp: Remove TRANSCRIPT check.
219
b420b89e
AH
2202019-05-17 Alan Hayward <alan.hayward@arm.com>
221
222 * README (Testsuite Parameters): Add replay logging to
223 GDBSERVER_DEBUG.
224 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
225 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
226 as a comma separated list.
227 (gdb_debug_init): Override procedure.
228
408e9b8b
AH
2292019-05-17 Alan Hayward <alan.hayward@arm.com>
230
231 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
232 (gdb_write_cmd_file): New procedure.
233 * lib/gdbserver-support.exp (gdbserver_start): Call
234 gdbserver_write_cmd_file.
235 (gdbserver_write_cmd_file): New procedure.
236
f9e2e39d
AH
2372019-05-17 Alan Hayward <alan.hayward@arm.com>
238
239 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
240 (delete_breakpoints): Likewise.
241 (gdb_run_cmd): Likewise.
242 (gdb_start_cmd): Likewise.
243 (gdb_starti_cmd): Likewise.
244 (gdb_internal_error_resync): Likewise.
245 (gdb_test_multiple): Likewise.
246 (gdb_reinitialize_dir): Likewise.
247 (default_gdb_exit): Likewise.
248 (gdb_file_cmd): Mark kill as optional.
249 (default_gdb_start): Call gdb_stdin_log_init.
250 (send_gdb): Call gdb_stdin_log_write.
251 (rerun_to_main): Mark Y as an answer.
252 (gdb_stdin_log_init): New function.
253 (gdb_stdin_log_write): Likewise.
254
81f47ac2
AH
2552019-05-17 Alan Hayward <alan.hayward@arm.com>
256
257 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
258 * gdb.base/debug-expr.exp: Likewise.
259 * gdb.base/foll-fork.exp: Likewise.
260 * gdb.base/foll-vfork.exp: Likewise.
261 * gdb.base/fork-print-inferior-events.exp: Likewise.
262 * gdb.base/gdb-sigterm.exp: Likewise.
263 * gdb.base/gdbinit-history.exp: Likewise.
264 * gdb.base/osabi.exp: Likewise.
265 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
266 * gdb.base/ui-redirect.exp: Likewise.
267 * gdb.gdb/unittest.exp: Likewise.
268 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
269 * gdb.mi/mi-watch.exp: Likewise.
270 * gdb.mi/new-ui-mi-sync.exp: Likewise.
271 * gdb.mi/user-selected-context-sync.exp: Likewise.
272 * gdb.python/python.exp: Disable debug test when debugging.
273 * gdb.threads/check-libthread-db.exp: Disable when debugging.
274 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
275 Likewise.
276 * gdb.threads/stepi-random-signal.exp: Likewise.
277
29b52314
AH
2782019-05-17 Alan Hayward <alan.hayward@arm.com>
279
280 * Makefile.in: Pass through GDB_DEBUG.
281 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
282 (gdb,debug): Add board setting.
283 * lib/gdb.exp (default_gdb_start): Start debugging.
284 (gdb_debug_enabled): New procedure.
285 (gdb_debug_init): Likewise.
29b52314
AH
286
2872019-05-17 Alan Hayward <alan.hayward@arm.com>
81f47ac2 288
29b52314
AH
289 * Makefile.in: Pass through GDB_DEBUG.
290 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
291 (gdb,debug): Add board setting.
292 * lib/gdb.exp (default_gdb_start): Start debugging.
293 (gdb_debug_enabled): New procedure.
294 (gdb_debug_init): Likewise.
29b52314 295
ca1285d1
AH
2962019-05-17 Alan Hayward <alan.hayward@arm.com>
297
298 * gdb.base/ui-redirect.exp: Add debug redirect tests.
299
f3a09c80
AH
3002019-05-17 Alan Hayward <alan.hayward@arm.com>
301
302 * gdb.base/ui-redirect.exp: Test redirection.
303
26648588
JV
3042019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
305
306 * gdb.mi/mi-complete.exp: New file.
307 * gdb.mi/mi-complete.cc: Likewise.
308
14237686
AB
3092019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
310
311 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
312 indexed and sliced arrays, and pointers to arrays.
313
e7bd7fba
TT
3142019-05-14 Tom Tromey <tromey@adacore.com>
315
316 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
317 styling test.
318
2764128d
TV
3192019-05-14 Tom de Vries <tdevries@suse.de>
320
321 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
322 selection entry encoding.
323
71bed2db
TT
3242019-05-10 Tom Tromey <tromey@adacore.com>
325
326 * gdb.ada/info_exc.exp: Add "complete" test.
327
63b667ad
TV
3282019-05-09 Tom de Vries <tdevries@suse.de>
329
330 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
331 CU-relative.
332
9cfd2b89
TV
3332019-05-09 Tom de Vries <tdevries@suse.de>
334
335 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
336 CU-relative.
337
2228ef77
XR
3382019-05-08 Joel Brobecker <brobecker@adacore.com>
339
340 * gdb.ada/frame_arg_lang.exp: New testcase.
341 * gdb.ada/frame_arg_lang/bla.adb: New file.
342 * gdb.ada/frame_arg_lang/pck.ads: New file.
343 * gdb.ada/frame_arg_lang/pck.adb: New file.
344 * gdb.ada/frame_arg_lang/foo.c: New file.
345
80e55b13
TT
3462019-05-08 Tom Tromey <tromey@adacore.com>
347
348 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
349
9d3421af
TT
3502019-05-08 Tom Tromey <tromey@adacore.com>
351
352 * gdb.base/ptype-offsets.exp: Update tests.
353
844333e2
TT
3542019-05-08 Tom Tromey <tromey@adacore.com>
355
356 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
357 cases.
358 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
359 "short".
360
988915ee
TT
3612019-05-08 Tom Tromey <tromey@adacore.com>
362
363 * gdb.ada/vla.exp: New file.
364 * gdb.ada/vla/vla.adb: New file.
365
7bd55dac
TV
3662019-05-07 Tom de Vries <tdevries@suse.de>
367
368 * gdb.base/index-cache.exp (ls_host): Fix return statement.
369
75f06e9d
TV
3702019-05-07 Tom de Vries <tdevries@suse.de>
371
372 PR testsuite/24522
373 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
374 section.
375
77e7aaa4
TV
3762019-05-07 Tom de Vries <tdevries@suse.de>
377
378 PR testsuite/24522
379 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
380 .debug_aranges section.
381
456ba0fa
TV
3822019-05-07 Tom de Vries <tdevries@suse.de>
383
384 PR testsuite/24159
385 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
386
5a56d6a6
TV
3872019-05-06 Tom de Vries <tdevries@suse.de>
388
389 * lib/gdb.exp (exec_has_index_section): New proc.
390 * gdb.base/index-cache.exp: Handle case that binfile contains an index
391 section.
392
9d6d4be8
TV
3932019-05-04 Tom de Vries <tdevries@suse.de>
394
395 * boards/cc-with-debug-names.exp: New file.
396
222a8d25
TT
3972019-05-03 Tom Tromey <tromey@adacore.com>
398
399 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
400 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
401 * gdb.ada/char_enum.exp: Add test.
402
0fdfd794
TV
4032019-05-03 Tom de Vries <tdevries@suse.de>
404
405 * boards/cc-with-gdb-index.exp: New file.
406
80062eb9
AB
4072019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.rust/simple.exp: Add new test case.
410 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
411 (main): Initialise an instance of the new struct.
412
4504bbde
TT
4132019-05-01 Tom Tromey <tromey@adacore.com>
414
415 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
416 record.
417 (NPR): New variable.
418 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
419 test.
420
d48e62f4
TT
4212019-05-01 Tom Tromey <tromey@adacore.com>
422
423 * gdb.ada/packed_array_assign.exp: Add packed assignment
424 regression test.
425
f59f30f5
TV
4262019-05-01 Tom de Vries <tdevries@suse.de>
427
428 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
429
b70bfc54
TV
4302019-05-01 Tom de Vries <tdevries@suse.de>
431
432 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
433
15f18d14
AT
4342019-04-30 Ali Tamur <tamur@google.com>
435
436 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
437
2ff0a947
TT
4382019-04-30 Tom Tromey <tromey@adacore.com>
439
440 * lib/ada.exp (find_ada_tool): New proc.
441 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
442 * gdb.ada/catch_ex_std.exp: New file.
443 * gdb.ada/catch_ex_std/foo.adb: New file.
444 * gdb.ada/catch_ex_std/some_package.adb: New file.
445 * gdb.ada/catch_ex_std/some_package.ads: New file.
446
a776957c
TT
4472019-04-30 Tom Tromey <tromey@adacore.com>
448
449 PR c++/24470:
450 * gdb.cp/temargs.cc: Add test code from PR.
451
bc68014d
AB
4522019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.fortran/vla-datatypes.exp: Update expected results.
455 * gdb.fortran/vla-ptype.exp: Likewise.
456 * gdb.fortran/vla-type.exp: Likewise.
457 * gdb.fortran/vla-value.exp: Likewise.
458
f1fdc960
AB
4592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.fortran/ptr-indentation.exp: Update expected results.
462 * gdb.fortran/ptype-on-functions.exp: Likewise.
463 * gdb.fortran/vla-ptr-info.exp: Likewise.
464 * gdb.fortran/vla-value.exp: Likewise.
465
bf7a4de1
AB
4662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.fortran/ptype-on-functions.exp: New file.
469 * gdb.fortran/ptype-on-functions.f90: New file.
470
bbe75b9d
AB
4712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
474 case void string.
475
1db455a7
AB
4762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.fortran/complex.exp: Expand.
479 * gdb.fortran/complex.f: Renamed to...
480 * gdb.fortran/complex.f90: ...this, and extended to add more
481 complex values.
482
b6d03bb2
AB
4832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
486 MODULO, CMPLX.
487
2e62ab40
AB
4882019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
489 Richard Bunt <richard.bunt@arm.com>
490
491 * gdb.base/max-depth.c: New file.
492 * gdb.base/max-depth.exp: New file.
493 * gdb.python/py-nested-maps.c: New file.
494 * gdb.python/py-nested-maps.exp: New file.
495 * gdb.python/py-nested-maps.py: New file.
496 * gdb.python/py-format-string.exp (test_max_depth): New proc.
497 (test_all_common): Call test_max_depth.
498 * gdb.fortran/max-depth.exp: New file.
499 * gdb.fortran/max-depth.f90: New file.
500 * gdb.go/max-depth.exp: New file.
501 * gdb.go/max-depth.go: New file.
502 * gdb.modula2/max-depth.exp: New file.
503 * gdb.modula2/max-depth.c: New file.
504 * lib/gdb.exp (get_print_expr_at_depths): New proc.
505
d2b584a5
TV
5062019-04-29 Tom de Vries <tdevries@suse.de>
507
508 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
509
136afab8
PW
5102019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
511
512 * gdb.base/callexit.exp: Test may-call-functions off.
513
725cbb63
KS
5142019-04-25 Keith Seitz <keiths@redhat.com>
515
516 PR c++/24367
517 * gdb.cp/meth-typedefs.cc (incomplete_struct)
518 (another_incomplete_struct, test_incomplete): New definitions.
519 (main): Use new definitions.
520 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
521 functions.
522
82433e3e
SDJ
5232019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
524
525 PR corefiles/11608
526 PR corefiles/18187
527 * gdb.base/coredump-filter-build-id.exp: New file.
528
dd06d4d6
AH
5292019-04-25 Alan Hayward <alan.hayward@arm.com>
530
531 * Makefile.in: Pass through GDBSERVER_DEBUG.
532 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
533 (gdbserver,debug): Add board setting.
534 * gdb.trace/tspeed.exp: Skip when debugging.
535 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
536 * lib/gdbserver-support.exp: Likewise
537
1670072e
TT
5382019-04-24 Tom Tromey <tromey@adacore.com>
539
540 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
541 Rust.
542
a59240a4
TT
5432019-04-24 Tom Tromey <tromey@adacore.com>
544
545 * gdb.arch/amd64-eval.exp: Test bitfield return.
546 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
547 (class Foo) <return_bitfields>: New method.
548 (main): Call it.
549
b907456c
AB
5502019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
551
552 * gdb.cp/many-args.cc: New file.
553 * gdb.cp/many-args.exp: New file.
554
5c565afd
TV
5552019-04-23 Tom de Vries <tdevries@suse.de>
556
557 PR gdb/24433
558 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
559
ba22ff86
AH
5602019-04-23 Alan Hayward <alan.hayward@arm.com>
561
562 * gdb.trace/backtrace.exp: Use nopie flag.
563 * gdb.trace/circ.exp: Likewise.
564 * gdb.trace/collection.exp: Likewise.
565 * gdb.trace/ftrace.exp: Likewise.
566 * gdb.trace/mi-trace-unavailable.exp: Likewise.
567 * gdb.trace/mi-traceframe-changed.exp: Likewise.
568 * gdb.trace/qtro.exp: Likewise.
569 * gdb.trace/read-memory.exp: Likewise.
570 * gdb.trace/report.exp: Likewise.
571 * gdb.trace/tfile.exp: Likewise.
572 * gdb.trace/tfind.exp: Likewise.
573 * gdb.trace/unavailable.exp: Likewise.
574
7905fc35
PA
5752019-04-22 Pedro Alves <palves@redhat.com>
576
577 * gdb.base/solib-probes-nosharedlibrary.c,
578 gdb.base/solib-probes-nosharedlibrary.exp: New files.
579
8ecb59f8
TT
5802019-04-19 Tom Tromey <tromey@adacore.com>
581
582 * gdb.ada/ptype_union.c: New file.
583 * gdb.ada/ptype_union.exp: New file.
584
62160ec9
TT
5852019-04-19 Tom Tromey <tromey@adacore.com>
586
587 PR symtab/24423:
588 * gdb.base/list0.h (foo): Add a control-l character.
589
36cd4ba5
TV
5902019-04-18 Tom de Vries <tdevries@suse.de>
591
592 PR gdb/24433
593 * boards/local-board.exp: Set sysroot to "".
594
b73715df
TV
5952019-04-18 Tom de Vries <tdevries@suse.de>
596 Pedro Alves <palves@redhat.com>
597
598 PR gdb/24454
599 * gdb.threads/vfork-follow-child-exec.c: New file.
600 * gdb.threads/vfork-follow-child-exec.exp: New file.
601 * gdb.threads/vfork-follow-child-exit.c: New file.
602 * gdb.threads/vfork-follow-child-exit.exp: New file.
603
4aa866af
LS
6042019-04-15 Leszek Swirski <leszeks@google.com>
605
606 * gdb.arch/amd64-eval.cc: New file.
607 * gdb.arch/amd64-eval.exp: New file.
608
e5a1a79a
AH
6092019-04-11 Alan Hayward <alan.hayward@arm.com>
610
611 * gdb.server/sysroot.c: New test.
612 * gdb.server/sysroot.exp: New file.
613 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
614 matching param.
615
41077b66
AB
6162019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.base/align.exp: Extend test to cover structures containing
619 only static fields.
620
c30391f8
TV
6212019-04-11 Tom de Vries <tdevries@suse.de>
622
623 * boards/cc-with-dwz-m.exp: New file.
624 * boards/cc-with-dwz.exp: New file.
625 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
626
e242fd12
SM
6272019-04-09 Simon Marchi <simon.marchi@efficios.com>
628
629 * gdb.base/start-cpp.exp: New file.
630 * gdb.base/start-cpp.cc: New file.
631
2b0c8b01
KB
6322019-04-08 Kevin Buettner <kevinb@redhat.com>
633
634 * gdb.python/py-thrhandle.exp: Adjust tests to call
635 thread_from_handle instead of thread_from_thread_handle.
636
947210e5
KB
6372019-04-08 Kevin Buettner <kevinb@redhat.com>
638
639 * gdb.python/py-thrhandle.exp: Add tests for
640 gdb.InferiorThread.handle.
641
d7df6549
AB
6422019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.python/py-function.exp: Check calling helper function from
645 all languages.
646 * lib/gdb.exp (gdb_supported_languages): New proc.
647
8bdc1658
AB
6482019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 * gdb.base/complex-parts.c: New file.
651 * gdb.base/complex-parts.exp: New file.
652
05caa1d2
TT
6532019-04-01 Tom Tromey <tromey@adacore.com>
654
655 PR symtab/23331:
656 * gdb.dwarf2/dw2-ranges-main.c: New file.
657 * gdb.dwarf2/dw2-ranges-psym.c: New file.
658 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
659
7734102d
EZ
6602019-03-30 Simon Marchi <simark@simark.ca>
661
662 * gdb.base/default.exp: Add values for $_gdb_major and
663 $_gdb_minor.
664
188e1fa9
TT
6652019-03-29 Tom Tromey <tromey@adacore.com>
666
667 * gdb.base/help.exp: Tighten apropos regexp.
668
2880242d
KS
6692019-03-29 Keith Seitz <keiths@redhat.com>
670
671 * gdb.fortran/array-bounds.exp: New file.
672 * gdb.fortran/array-bounds.f90: New file.
673
077cad8e
PW
6742019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
675
676 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
677
80047cfc
PW
6782019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
679
680 * gdb.multi/hello.c (main): Increase alarm timer.
681
f489207e
SL
6822019-03-28 Sandra Loosemore <sandra@codesourcery.com>
683
684 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
685 factor when no hardware watchpoint support.
686
c92df149
AH
6872019-03-28 Alan Hayward <alan.hayward@arm.com>
688 Pedro Alves <palves@redhat.com>
689
690 * boards/local-board.exp: set sysroot to /.
691
933aebfa
AH
6922019-03-27 Alan Hayward <alan.hayward@arm.com>
693
694 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
695 in child.
696
9f9aa852
AB
6972019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
700 field.
701 (make_container): Initialise new field.
702 * gdb.python/py-prettyprint.exp: Add new tests.
703 * gdb.python/py-prettyprint.py (class ContainerPrinter)
704 <display_hint>: New method.
705
3714a195
AB
7062019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
709 gdb_continue_to_breakpoint more throughout this test.
710 (run_lang_tests) Supply unique test names, and use
711 gdb_test_no_output.
712
18c77628
AB
7132019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
714
715 * gdb.base/finish-pretty.exp: Update expected results.
716 * gdb.base/pretty-print.c: New file.
717 * gdb.base/pretty-print.exp: New file.
718
9a93502f
PA
7192019-03-25 Pedro Alves <palves@redhat.com>
720
721 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
722 move comments outside list. Append '-i "" eof' section.
723
968aa7ae
AH
7242019-03-22 Alan Hayward <alan.hayward@arm.com>
725
726 * README: Add pie options.
727 * gdb.base/break-interp.exp: Ensure pie is disabled.
728 * gdb.base/dump.exp: Likewise.
729 * lib/gdb.exp (gdb_compile): Add pie option.
730
4c7d57e7
TT
7312019-03-19 Tom Tromey <tromey@adacore.com>
732
733 * gdb.mi/mi2-cli-display.c: New file.
734 * gdb.mi/mi2-cli-display.exp: New file.
735
bff8c71f
TT
7362019-03-18 Joel Brobecker <brobecker@adacore.com>
737 Tom Tromey <tromey@adacore.com>
738
739 * gdb.ada/ptype_array/pck.adb: New file.
740 * gdb.ada/ptype_array/pck.ads: New file.
741 * gdb.ada/ptype_array/foo.adb: New file.
742 * gdb.ada/ptype_array.exp: New file.
743
d085f989
TT
7442019-03-14 Tom Tromey <tromey@adacore.com>
745
746 * gdb.base/style.exp: Add "set style sources" test.
747
b4be1b06
SM
7482019-03-13 Simon Marchi <simon.marchi@ericsson.com>
749
750 * mi-breakpoint-location-ena-dis.exp: Rename to ...
751 * mi-breakpoint-multiple-locations.exp: ... this.
752 (make_breakpoints_pattern): New proc.
753 (do_test): Add mi_version parameter, test -break-insert,
754 -break-info and =breakpoint-created.
755
7cde5fc2
AB
7562019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * config/default.exp: Remove 'load_lib gdb.exp'.
759 * config/monitor.exp: Likewise.
760 * config/sid.exp: Likewise.
761 * config/sim.exp: Likewise.
762 * config/slite.exp: Likewise.
763 * config/unix.exp: Likewise.
764 * gdb.base/default.exp: Remove unhelpful comment.
765
efbecbc1
AB
7662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
769
0841c79a
AB
7702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
773
4a270568
AB
7742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.fortran/type-kinds.exp: Update expected results.
777
067630bd
AB
7782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.fortran/type-kinds.exp: Test new integer type kind.
781
3be47f7a
AB
7822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
785 function.
786 (test_basic_parsing_of_type_kinds): Expand types tested.
787 (test_parsing_invalid_type_kinds): New function.
788
4d00f5d8
AB
7892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.fortran/intrinsics.exp: New file.
792 * gdb.fortran/intrinsics.f90: New file.
793 * gdb.fortran/type-kinds.exp: New file.
794
c8f91604
AB
7952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.fortran/dot-ops.exp: New file.
798
dd9f2c76
AB
7992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
802 Check upper and lower case logical literals.
803
84ec9724
AB
8042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.fortran/types.exp (test_float_literal_types_accepted):
807 Remove duplicate tests.
808
c3734e09
AH
8092019-03-06 Alan Hayward <alan.hayward@arm.com>
810
811 * lib/gdb.exp (builtin_cd): rename of cd.
812 (cd): Override builtin.
813
aa3cfbda
RB
8142019-03-06 Richard Bunt <richard.bunt@arm.com>
815
816 * gdb.fortran/function-calls.exp: New file.
817 * gdb.fortran/function-calls.f90: New test.
818
7b63ad86
RB
8192019-03-04 Richard Bunt <richard.bunt@arm.com>
820
821 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
822 on user program standard output.
823 * gdb.fortran/short-circuit-argument-list.f90: Record function
824 calls.
825
01abb042
AH
8262019-02-28 Alan Hayward <alan.hayward@arm.com>
827
c3734e09
AH
828 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
829 failure.
01abb042 830
92137da0
RO
8312019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
832
833 PR gdb/8527
834 * gdb.base/interrupt-daemon-attach.c,
835 gdb.base/interrupt-daemon-attach.exp: New test.
836
5862844d
PA
8372019-02-27 Pedro Alves <palves@redhat.com>
838
839 * gdb.base/page.exp: Add tests for "set width/height -1".
840
8ed25214
PA
8412019-02-27 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/page.exp: Add tests for "set/show width/height" with
844 "infinite" values.
845
6c28e44a
TT
8462019-02-27 Tom Tromey <tromey@adacore.com>
847
848 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
849 2.4.
850 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
851 workaround.
852
bf9a735e
AB
8532019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.base/align.exp: Extend to compile in both C and C++, and add
856 tests for structs with static members.
857
8791793c
TT
8582019-02-26 Tom Tromey <tromey@adacore.com>
859
860 * gdb.python/py-value.exp (test_value_from_buffer): Check for
861 ValueError, not TypeError.
862
bc2a507e
KB
8632019-02-26 Kevin Buettner <kevinb@redhat.com>
864
865 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
866 call from main program.
867
e0e7d3bd
JB
8682019-02-23 Joel Brobecker <brobecker@adacore.com>
869
870 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
871 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
872 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
873 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
874 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
875
9600246d
KS
8762019-02-22 Keith Seitz <keiths@redhat.com>
877
878 PR symtab/23853
879 * gdb.base/symlink-sourcefile.c: New file.
880 * gdb.base/symlink-sourcefile.exp: New file.
881
0c95f9ed
TT
8822019-02-20 Tom Tromey <tom@tromey.com>
883
884 * gdb.base/info_qt.exp: Update.
885
6caa91b6
SM
8862019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
887
888 * gdb.base/source.exp: Move "error in sourced script" code to
889 the end.
890 * gdb.base/source-error.gdb: Move contents to
891 source-error-1.gdb. Add new code to source source-error-1.gdb.
892 * gdb.base/source-error-1.gdb: New file, from previous
893 source-error.gdb.
894
6506371f
TT
8952019-02-17 Tom Tromey <tom@tromey.com>
896
897 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
898 for macro styling.
899 * gdb.base/style.c (SOME_MACRO): New macro.
900
a0087920
TT
9012019-02-17 Tom Tromey <tom@tromey.com>
902
903 * gdb.base/style.exp: Add line-wrapping tests.
904 * gdb.base/page.exp: Add test for quitting during pagination.
905
a2cd4f14
JB
9062019-02-17 Joel Brobecker <brobecker@adacore.com>
907
908 * gdb.ada/big_packed_array: New testcase.
909 * gdb.ada/homonym.exp: Fix incorrect expected output for
910 "break <homonym__get_value>" test.
911
9d70ffbc
WP
9122019-02-13 Weimin Pan <weimin.pan@oracle.com>
913
914 PR breakpoints/21870
915 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
916 and prepare_for_testing. Add comment.
917 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
918 redundant cleanup call. Clean up comment.
919
01c7ae81
WP
9202019-02-12 Weimin Pan <weimin.pan@oracle.com>
921
922 PR breakpoints/21870
923 * gdb.arch/aarch64-dbreg-contents.exp: New file.
924 * gdb.arch/aarch64-dbreg-contents.c: New file.
925
aff29d1c
JB
9262019-02-10 Joel Brobecker <brobecker@adacore.com>
927
928 * gdb.ada/mi_ref_changeable: New testcase.
929
df0da8a2
AH
9302019-02-07 Alan Hayward <alan.hayward@arm.com>
931
932 * gdb.base/attach.exp: Add double attach test.
933
bd447abb
SM
9342019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
935
936 * lib/gdb.exp (default_gdb_start): Don't match pagination
937 prompt.
938 (gdb_init): Set stty_init.
939
1dbc40b9
TT
9402019-01-27 Tom Tromey <tom@tromey.com>
941
942 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
943 skip_python_tests.
944
353229bf
AH
9452019-01-24 Alan Hayward <alan.hayward@arm.com>
946
947 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
948 New structure.
949 (struct struct_static_02_02): Likewise.
950 (struct struct_static_02_03): Likewise.
951 (struct struct_static_02_04): Likewise.
952 (struct struct_static_04_01): Likewise.
953 (struct struct_static_04_02): Likewise.
954 (struct struct_static_04_03): Likewise.
955 (struct struct_static_04_04): Likewise.
956 (struct struct_static_06_01): Likewise.
957 (struct struct_static_06_02): Likewise.
958 (struct struct_static_06_03): Likewise.
959 (struct struct_static_06_04): Likewise.
960 (cmp_struct_static_02_01): Likewise.
961 (cmp_struct_static_02_02): Likewise.
962 (cmp_struct_static_02_03): Likewise.
963 (cmp_struct_static_02_04): Likewise.
964 (cmp_struct_static_04_01): Likewise.
965 (cmp_struct_static_04_02): Likewise.
966 (cmp_struct_static_04_03): Likewise.
967 (cmp_struct_static_04_04): Likewise.
968 (cmp_struct_static_06_01): Likewise.
969 (cmp_struct_static_06_02): Likewise.
970 (cmp_struct_static_06_03): Likewise.
971 (cmp_struct_static_06_04): Likewise.
972 (call_all): Test new structs.
973 * gdb.base/infcall-nested-structs.exp: Likewise.
974
73021deb
AH
9752019-01-21 Alan Hayward <alan.hayward@arm.com>
976 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
977
fc65c7db
AH
9782019-01-21 Alan Hayward <alan.hayward@arm.com>
979 * gdb.base/stack-protector.c: New test.
980 * gdb.base/stack-protector.exp: New file.
981 * gdb.cp/ovldbreak.exp: Only allow a single break line.
982 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
983 option.
984 (gdb_compile): Remove stack protector for GCC and prevent
985 recursion.
986
c24bdb02
KS
9872019-01-16 Keith Seitz <keiths@redhat.com>
988
989 PR gdb/23773
990 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
991
6f072a10
PFC
9922019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
993
994 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
995 aliases.
996 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
997 tests.
998 * gdb.arch/powerpc-vector-regs.c: New file.
999 * gdb.arch/powerpc-vector-regs.exp: New file.
1000
a7b8d682
PFC
10012019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1002
1003 * gdb.arch/altivec-regs.exp: Fix the list passed to
1004 gdb_expect_list when testing "info vector".
1005
6eb6fb67
AB
10062019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1007
1008 * gdb.base/style.exp: Don't include path in testname.
1009
b56f80d8
KS
10102019-01-10 Keith Seitz <keiths@redhat.com>
1011
1012 PR gdb/23712
1013 PR symtab/23010
1014 * gdb.dwarf2/multidictionary.exp: New file.
1015
041be526
SM
10162019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1019 (test_gnuv3_style_demangling): ... this.
1020 (test_lucid_style_demangling): Remove.
1021 (test_arm_style_demangling): Remove.
1022 (test_hp_style_demangling): Remove.
1023 (do_tests): Remove calls to the above.
1024
d820d0c3
AB
10252019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1028 case.
1029
f097f5ad
TT
10302019-01-06 Tom Tromey <tom@tromey.com>
1031
1032 PR gdb/28155:
1033 * gdb.dwarf2/typedef-void-finish.exp: New file.
1034
2cd8cc0b
TT
10352018-12-28 Tom Tromey <tom@tromey.com>
1036 Simon Marchi <simark@simark.ca>
1037
1038 * gdb.base/jit-exec.exp: New file.
1039 * gdb.base/jit-exec.c: New file.
1040 * gdb.base/jit-execd.c: New file.
1041
35fb8261
TT
10422018-12-28 Tom Tromey <tom@tromey.com>
1043
1044 * gdb.base/style.exp: Update test to check for address styling.
1045
47fd17cd
TT
10462018-12-28 Tom Tromey <tom@tromey.com>
1047
1048 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1049 message.
1050
d47032b7
TT
10512018-12-28 Tom Tromey <tom@tromey.com>
1052
1053 * gdb.base/style.exp: Add test for version number styling.
1054
af79b68d
TT
10552018-12-28 Tom Tromey <tom@tromey.com>
1056
1057 * gdb.base/style.exp: Add test for print_address_symbolic.
1058
0bb296cb
TT
10592018-12-28 Tom Tromey <tom@tromey.com>
1060
1061 * gdb.base/style.exp: Add test for breakpoint setting.
1062
80ae2043
TT
10632018-12-28 Tom Tromey <tom@tromey.com>
1064
1065 * gdb.base/style.exp: Add test for variable names.
1066
cbe56571
TT
10672018-12-28 Tom Tromey <tom@tromey.com>
1068
1069 * gdb.base/style.exp: New file.
1070 * gdb.base/style.c: New file.
1071
9162a27c
TT
10722018-12-28 Tom Tromey <tom@tromey.com>
1073
1074 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1075 "dumb".
1076 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1077 the TERM environment variable.
1078
bc543c90
TT
10792018-12-27 Tom Tromey <tom@tromey.com>
1080
1081 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1082 pagination test.
1083
6f0ffe50
AB
10842018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1087 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1088
b5a1e557
PW
10892018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1090
1091 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1092 Filename a.adb changed to bp_fun_addr.adb.
1093 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1094
6e8b1ab2
JV
10952018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1096
1097 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1098 non-PIE executables.
1099 * README: Mention the gdb,nopie_flag board setting.
1100 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1101 non-PIE executable.
1102 * gdb.arch/amd64-entry-value.exp: Likewise.
1103 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1104 * gdb.arch/i386-float.exp: Likewise.
1105 * gdb.arch/i386-signal.exp: Likewise.
1106 * gdb.mi/mi-reg-undefined.exp: Likewise.
1107
d00a27c5
PM
11082018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1109
1110 PR gdb/23974
1111 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1112
161d081c
PW
11132018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1114
1115 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1116 Update order of results accordingly.
1117
b001de23
AB
11182018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.base/annota1.exp: Update a test regexp.
1121
99e1a184
AB
11222018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1125
7a81c1e2
PW
11262018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1127
1128 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1129 (reuse_time): Initialize to REUSE_TIME_CAP.
1130 (check_rc): New function.
1131 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1132 Check pthread_create rc.
1133 (spawner_thread_func): Check pthread_create and pthread_join rc.
1134
73e8dc90
PA
11352018-12-08 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.base/list.exp (test_forward_search): Rename to ...
1138 (test_forward_reverse_search): ... this. Also test reverse-search
1139 and the forward-search alias.
1140
13f2ed32
AB
11412018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1144 local timeout variable before return, and remove all local timeout
1145 variable entirely.
1146 (gdb_load): Likewise.
1147
64d27cfc
TV
11482018-12-01 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.base/gdb-caching-proc.exp: New file.
1151
f63c03b4
SDJ
11522018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1153
1154 * Makefile.in (TIMESTAMP): New variable.
1155 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1156 command.
1157 (check-single-racy): Likewise.
1158 (check/%.exp): Likewise.
1159 (check-racy/%.exp): Likewise.
1160 (workers/%.worker): Likewise.
1161 (build-perf): Likewise.
1162 (check-perf): Likewise.
1163 * README: Describe new "TS" and "TS_FORMAT" variables.
1164 * print-ts.py: New file.
1165
1c97054b
BF
11662018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1167
1168 PR python/23714
1169 * gdb.python/python.exp: Test command repetition after
1170 gdb.execute.
1171
1871a62d
AB
11722018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1175 is correctly aligned.
1176
fb5e1ed9
PW
11772018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1178
1179 * gdb.ada/info_auto_lang.exp: New testcase.
1180 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1181 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1182 * gdb.ada/info_auto_lang/some_c.c: New file.
1183
43d397ca
PW
11842018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1185
1186 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1187 FUNC_lang language syntax.
1188
beddd671
PW
11892018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1190
1191 * gdb.base/info_minsym.c: New file.
1192 * gdb.base/info_minsym.exp: New file.
1193
73fc52c4
TT
11942018-11-19 Tom Tromey <tom@tromey.com>
1195
1196 PR rust/23625:
1197 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1198 * gdb.rust/expr.exp: Update expected output. Change one test.
1199
994b876a
TT
12002018-11-19 Tom Tromey <tom@tromey.com>
1201
1202 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1203
6769f276
PA
12042018-11-19 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1207 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1208 see the expected warning.
1209
38a72da0
AH
12102018-11-16 Alan Hayward <alan.hayward@arm.com>
1211
1212 PR gdb/22736:
1213 * gdb.cp/infcall-nodebug-lib.c: New test.
1214 * gdb.cp/infcall-nodebug-main.c: New test.
1215 * gdb.cp/infcall-nodebug.exp: New file.
1216
53a89d6e
SM
12172018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1218
1219 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1220 completer tests.
1221
9325300d
TV
12222018-11-09 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.base/msym-lang.c: New test.
1225 * gdb.base/msym-lang.exp: New file.
1226 * gdb.base/msym-lang-main.c: New test.
1227
20f0d60d
TT
12282018-11-08 Tom Tromey <tom@tromey.com>
1229
1230 PR gdb/23555:
1231 PR gdb/23838:
1232 * gdb.base/warning.exp: New file.
1233
b5420128
JB
12342018-11-08 Jan Beulich <jbeulich@suse.com>
1235
1236 * testsuite/gdb.arch/i386-avx512.c,
1237 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1238
cd115d61
AB
12392018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1242 point hardware.
1243
35ee2dc2
AB
12442018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1245
1246 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1247 * gdb.dwarf2/missing-type-name.exp: New file.
1248
31aceee8
TV
12492018-11-06 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.base/many-headers.c: New test.
1252 * gdb.base/many-headers.exp: New file.
1253
109be305
JW
12542018-11-06 Jim Wilson <jimw@sifive.com>
1255
1256 * gdb.base/code_elim.exp: For riscv, set additional_flags
1257 to include -msmall-data-limit=0.
1258
e2b7af72
JB
12592018-11-01 Joel Brobecker <brobecker@adacore.com>
1260
1261 * gdb.ada/watch_minus_l: New testcase.
1262
cdcda965
SM
12632018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1264
1265 * gdb.arch/aix-sighandle.c: New file.
1266 * gdb.arch/aix-sighandle.exp: New file.
1267
92dcebf3
AB
12682018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1271 registers being unions.
1272
68b9ac18
TV
12732018-10-31 Tom de Vries <tdevries@suse.de>
1274
1275 * lib/valgrind.exp: New file.
1276 (vgdb_start, vgdb_stop): New procs, factored out of ...
1277 * gdb.base/valgrind-bt.exp: ... here, ...
1278 * gdb.base/valgrind-disp-step.exp: ... here and ...
1279 * gdb.base/valgrind-infcall.exp: ... here.
1280
1443936e
TV
12812018-10-31 Tom de Vries <tdevries@suse.de>
1282
1283 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1284
eb77c9df
AB
12852018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1286
1287 * gdb.dwarf2/void-type.c: New file.
1288 * gdb.dwarf2/void-type.exp: New file.
1289
82b5e646
PW
12902018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1291
1292 * gdb.base/info_qt.c: New file.
1293 * gdb.base/info_qt.exp: New file.
1294
8d619c01
EBM
12952018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1296
1297 * gdb.arch/powerpc-htm-regs.c: New file.
1298 * gdb.arch/powerpc-htm-regs.exp: New file.
1299
f2cf6173
EBM
13002018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1301
1302 * gdb.arch/powerpc-tar.c: New file.
1303 * gdb.arch/powerpc-tar.exp: New file.
1304
7ca18ed6
EBM
13052018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1306
1307 * gdb.arch/powerpc-ppr-dscr.c: New file.
1308 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1309
bfcc0eba
TV
13102018-10-25 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1313
fe1a5cad
TV
13142018-10-24 Tom de Vries <tdevries@suse.de>
1315
1316 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1317 longer exists error.
1318
a76dc3b7
TV
13192018-10-24 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1322
4df46df7
TV
13232018-10-24 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1326 --db-attach in valgrind.
1327
0dbfcfff
AB
13282018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.arch/riscv-reg-aliases.c: New file.
1331 * gdb.arch/riscv-reg-aliases.exp: New file.
1332
b04480b1
AH
13332018-10-19 Alan Hayward <alan.hayward@arm.com>
1334
1335 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1336
2c6ac8d7
AH
13372018-10-19 Alan Hayward <alan.hayward@arm.com>
1338
1339 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1340
2bc69f25
AH
13412018-10-19 Alan Hayward <alan.hayward@arm.com>
1342
1343 * gdb.cp/ovldbreak.exp: Fix regexps.
1344
1f1ae3a3
AH
13452018-10-19 Alan Hayward <alan.hayward@arm.com>
1346
1347 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1348
94c18618
SDJ
13492018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1350
1351 PR cli/23785
1352 * gdb.base/restore.exp: New test to check if "restore" with an
1353 invalid file doesn't segfault.
1354
812cd6eb
TV
13552018-10-18 Tom de Vries <tdevries@suse.de>
1356
1357 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1358 * gdb.ada/excep_handle.exp: Same.
1359 * gdb.ada/mi_string_access.exp: Same.
1360 * gdb.ada/mi_var_union.exp: Same.
1361 * gdb.arch/arc-analyze-prologue.exp: Same.
1362 * gdb.arch/arc-decode-insn.exp: Same.
1363 * gdb.base/readnever.exp: Same.
1364 * gdb.fortran/printing-types.exp: Same.
1365 * gdb.guile/scm-lazy-string.exp: Same.
1366
c4b90788
TV
13672018-10-16 Tom de Vries <tdevries@suse.de>
1368
1369 PR gdb/23730
1370 * gdb.base/catch-follow-exec.c: Add copyright notice.
1371 * gdb.base/catch-follow-exec.exp: Rewrite to use
1372 gdb_spawn_with_cmdline_opts. Require gdb-native.
1373
8bca2978
SL
13742018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1375
1376 * gdb.trace/actions-changed.exp: Check for arch support.
1377 * gdb.trace/actions.exp: Likewise.
1378 * gdb.trace/ax.exp: Likewise.
1379 * gdb.trace/backtrace.exp: Likewise.
1380 * gdb.trace/change-loc.exp: Likewise.
1381 * gdb.trace/deltrace.exp: Likewise.
1382 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1383 * gdb.trace/ftrace.exp: Likewise.
1384 * gdb.trace/infotrace.exp: Check for arch support.
1385 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1386 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1387 * gdb.trace/mi-tsv-changed.exp: Likewise.
1388 * gdb.trace/packetlen.exp: Likewise.
1389 * gdb.trace/passc-dyn.exp: Likewise.
1390 * gdb.trace/passcount.exp: Likewise.
1391 * gdb.trace/pending.exp: Likewise.
1392 * gdb.trace/range-stepping.exp: Check for shlib support.
1393 * gdb.trace/report.exp: Check for arch support.
1394 * gdb.trace/save-trace.exp: Likewise.
1395 * gdb.trace/signal.exp: Check for signal support.
1396 * gdb.trace/tfind.exp: Check for arch support.
1397 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1398 * gdb.trace/trace-common.h: Add comment.
1399 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1400 * gdb.trace/trace-enable-disable.exp: Likewise.
1401 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1402 * gdb.trace/tracecmd.exp: Check for arch support.
1403 * gdb.trace/tspeed.exp: Check for shlib and target support.
1404 * gdb.trace/tstatus.exp: Check for arch support.
1405 * gdb.trace/tsv.exp: Likewise.
1406 * gdb.trace/while-dyn.exp: Likewise.
1407 * gdb.trace/while-stepping.exp: Likewise.
1408 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1409
f9c49bff
SM
14102018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1411
1412 * gdb.trace/tspeed.exp: Remove nowarnings.
1413 (prepare_for_trace_test): Declare "global ipalib".
1414 * gdb.trace/tspeed.c: Include unistd.h.
1415 (main): Remove superfluous printf argument.
1416
d4330bde
SL
14172018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1418
1419 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1420 directory prefix on the filename.
1421
8ecfd7bd
SDJ
14222018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1423
1424 * gdb.gdb/unittest.exp: Update expected message informing that
1425 selftests have been disabled.
1426 * gdb.server/unittest.exp: Likewise.
1427
58bbcd02
TV
14282018-10-09 Tom de Vries <tdevries@suse.de>
1429
1430 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1431 with runto_main.
1432
9f6b697b
WP
14332018-10-08 Weimin Pan <weimin.pan@oracle.com>
1434
1435 PR c++/16841
1436 * gdb.cp/virtbase2.cc: New file.
1437 * gdb.cp/virtbase2.exp: New file.
1438
add5ded5
TT
14392018-10-06 Tom Tromey <tom@tromey.com>
1440
1441 PR python/19399:
1442 * gdb.python/py-inferior.exp: Add architecture test.
1443
f9e48344
TT
14442018-10-06 Tom Tromey <tom@tromey.com>
1445
1446 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1447 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1448
2a8be203
TT
14492018-10-06 Tom Tromey <tom@tromey.com>
1450
1451 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1452 of a "throw" catchpoint.
1453
e04caa70
SDJ
14542018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1455
1456 * gdb.base/info-proc.exp: Update string expected from "help info
1457 proc".
1458
5ca8c39f
TT
14592018-10-04 Tom Tromey <tom@tromey.com>
1460
1461 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1462 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1463 (test_initial_complaints, test_empty_complaints): Update.
1464 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1465
3453e7e4
TT
14662018-10-04 Tom Tromey <tom@tromey.com>
1467
1468 PR cli/19551:
1469 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1470 * lib/gdb.exp (gdb_file_cmd): Update.
1471 * gdb.stabs/weird.exp (print_weird_var): Update.
1472 * gdb.server/solib-list.exp: Update.
1473 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1474 * gdb.mi/mi-cli.exp: Update.
1475 * gdb.linespec/linespec.exp: Update.
1476 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1477 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1478 * gdb.cp/cp-relocate.exp: Update.
1479 * gdb.base/sym-file.exp: Update.
1480 * gdb.base/relocate.exp: Update.
1481 * gdb.base/readnever.exp: Update.
1482 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1483 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1484 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1485 * gdb.base/code_elim.exp: Update.
1486 * gdb.base/break-unload-file.exp (test_break): Update.
1487 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1488 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1489 Update.
1490 * gdb.base/attach.exp (do_attach_tests): Update.
1491 * gdb.base/sepdebug.exp: Update.
1492 * gdb.python/py-section-script.exp: Update.
1493
6afcf761
TT
14942018-10-04 Tom Tromey <tom@tromey.com>
1495
1496 PR cli/22234:
1497 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1498 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1499 output.
1500
fef1b293
TT
15012018-10-04 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1504 set width and height to 0.
1505 (test_command_line_attach_run): Use -quiet.
1506
ca98345e
SL
15072018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1508
1509 * lib/gdb.exp (skip_ifunc_tests): New.
1510 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1511 other compile failures.
1512 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1513
ff34e6ae
SM
15142018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1515
1516 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1517 is_amd64_regs_target.
1518
6bb8890e
AH
15192018-10-01 Alan Hayward <alan.hayward@arm.com>
1520
1521 * gdb.arch/aarch64-sighandler-regs.c: New test.
1522 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1523 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1524
224d30d3
MM
15252018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1526
1527 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1528 assembly.
1529
f67ffa6a
AB
15302018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.base/frame-selection.exp: New file.
1533 * gdb.base/frame-selection.c: New file.
1534
9fc3183f
AH
15352018-09-27 Alan Hayward <alan.hayward@arm.com>
1536
1537 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1538 pthread barrier.
1539 (main): Likewise.
1540
d354055e
AB
15412018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * gdb.base/large-frame-1.c: New file.
1544 * gdb.base/large-frame-2.c: New file.
1545 * gdb.base/large-frame.exp: New file.
1546 * gdb.base/large-frame.h: New file.
1547
db727370
JL
15482018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1549
1550 PR gdb/20948
1551 * gdb.base/write_mem.exp: New test.
1552 * gdb.base/write_mem.c: Likewise.
1553
ae778caf
TT
15542018-09-23 Tom Tromey <tom@tromey.com>
1555
1556 PR python/18852:
1557 * gdb.python/py-parameter.exp: Add test for parameter that throws
1558 on "set".
1559
fd3ba736
TT
15602018-09-23 Tom Tromey <tom@tromey.com>
1561
1562 PR python/17284:
1563 * gdb.python/py-template.exp (test_template_arg): Add test for
1564 negative template argument number.
1565
39a24317
TT
15662018-09-23 Tom Tromey <tom@tromey.com>
1567
1568 PR python/14062:
1569 * gdb.python/python.exp: Add test for post_event error.
1570
f5769a2c
TT
15712018-09-23 Tom Tromey <tom@tromey.com>
1572
1573 PR python/18170:
1574 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1575 convert pointers to int and long.
1576
1c1e54f6
TT
15772018-09-23 Tom Tromey <tom@tromey.com>
1578
1579 PR python/20126:
1580 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1581 signed-ness conversion tests.
1582
fb4fa946
TT
15832018-09-23 Tom Tromey <tom@tromey.com>
1584
1585 PR python/18352;
1586 * gdb.python/py-value.exp (test_float_conversion): New proc.
1587 Use it.
1588
a466edac
HAQ
15892018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1590
1591 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1592
4ee9b0c5
SL
15932018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1594
1595 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1596 no readline.
1597 * gdb.base/utf8-identifiers.exp: Likewise.
1598 * gdb.cp/cpcompletion.exp: Likewise.
1599 * gdb.linespec/cpcompletion.exp: Likewise.
1600 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1601 * gdb.linespec/cpls-ops.exp: Likewise.
1602
23be8da7
RB
16032018-09-19 Richard Bunt <richard.bunt@arm.com>
1604 Chris January <chris.january@arm.com>
1605
1606 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1607 * gdb.fortran/short-circuit-argument-list.exp: New file.
1608 * gdb.fortran/short-circuit-argument-list.f90: New test.
1609
5031d0ae
SDJ
16102018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1611
1612 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1613 "arch=" keyword when executing "-stack-list-frames".
1614
b4c0d1a4
SDJ
16152018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1616
1617 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1618 "arch=" keyword when executing "-stack-list-frames".
1619
7a6d2b45
SDJ
16202018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1621
1622 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1623 break ada".
1624
8588b356
SM
16252018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1626
1627 PR python/23669
1628 * gdb.python/python.exp: Test gdb.execute("show commands").
1629
65e65158
TT
16302018-09-16 Tom Tromey <tom@tromey.com>
1631
1632 * gdb.base/new-ui.exp (do_execution_tests): Update.
1633 * gdb.base/dbx.exp (test_breakpoints): Update.
1634
bf326452
AH
16352018-09-14 Alan Hayward <alan.hayward@arm.com>
1636
1637 * lib/gdb.exp (gdb_simple_compile): Add proc.
1638 (is_elf_target): Use gdb_simple_compile.
1639 (skip_altivec_tests): Likewise.
1640 (skip_vsx_tests): Likewise.
1641 (skip_tsx_tests): Likewise.
1642 (skip_btrace_tests): Likewise.
1643 (skip_btrace_pt_tests): Likewise.
1644 (gdb_can_simple_compile): Likewise.
1645 (gdb_has_argv0): Likewise.
1646 (gdb_target_symbol_prefix): Likewise.
1647 (target_supports_scheduler_locking): Likewise.
1648
2361b0fb
TT
16492018-09-13 Tom Tromey <tom@tromey.com>
1650
1651 * Makefile.in (TAGS): Recognize proc_with_prefix and
1652 gdb_caching_proc.
1653
0ae1a321
SM
16542018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1655
1656 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1657 method.
1658
a40bf0c2
SM
16592018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1660
1661 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1662 and a few other Inferior properties when the Inferior is no
1663 longer valid.
1664
4a3fe98f
TT
16652018-09-13 Tom Tromey <tom@tromey.com>
1666
1667 PR rust/23650:
1668 * gdb.rust/simple.exp: Add test for enum field access error.
1669
098b2108
TT
16702018-09-13 Tom Tromey <tom@tromey.com>
1671
1672 PR rust/23626:
1673 * gdb.rust/simple.rs (EmptyEnum): New type.
1674 (main): Use it.
1675 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1676
1256af7d
SM
16772018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1678
1679 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1680 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1681 * gdb.python/py-symtab.exp: Update test printing an objfile.
1682
4aa8e6c2
SM
16832018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1684
1685 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1686 object.
1687
c221b2f7
AH
16882018-09-12 Alan Hayward <alan.hayward@arm.com>
1689
1690 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1691 (support_complex_tests): Use gdb_can_simple_compile.
1692 (is_ilp32_target): Likewise.
1693 (is_lp64_target): Likewise.
1694 (is_64_target): Likewise.
1695 (is_amd64_regs_target): Likewise.
1696 (is_aarch32_target): Likewise.
1697 (gdb_int128_helper): Likewise.
1698
6f1107b5
JK
16992018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1700
1701 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1702
1f5d1570
JG
17032018-09-10 Jerome Guitton <guitton@adacore.com>
1704
1705 * gdb.ada/same_component_name: Add test for case of tagged record
1706 with variable-length fields.
1707
cc330e39
XR
17082018-09-10 Xavier Roirand <roirand@adacore.com>
1709
1710 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1711 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1712 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1713 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1714
b9c50e9a
XR
17152018-09-10 Xavier Roirand <roirand@adacore.com>
1716
1717 * gdb.ada/mi_string_access.exp: New testcase.
1718 * gdb.ada/mi_string_access/bar.adb: New file.
1719 * gdb.ada/mi_string_access/pck.adb: New file.
1720 * gdb.ada/mi_string_access/pck.asd: New file.
1721
2963898f
XR
17222018-09-10 Xavier Roirand <roirand@adacore.com>
1723
1724 * gdb.ada/mi_var_union.exp: New testcase.
1725 * gdb.ada/mi_var_union/bar.adb: New file.
1726 * gdb.ada/mi_var_union/pck.adb: New file.
1727 * gdb.ada/mi_var_union/pck.asd: New file.
1728
1aac008f
TT
17292018-09-08 Tom Tromey <tom@tromey.com>
1730
1731 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1732
332cf4c9
TT
17332018-09-08 Tom Tromey <tom@tromey.com>
1734
1735 PR python/16047:
1736 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1737 (register_pretty_printers): Register new printer.
1738 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1739 test.
1740 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1741 (an_int_type3): New global.
1742
424da6cf
JB
17432018-09-08 Joel Brobecker <brobecker@adacore.com>
1744
1745 * gdb.ada/expr_with_funcall: New testcase.
1746
2a62dfa9
JB
17472018-09-08 Joel Brobecker <brobecker@adacore.com>
1748
1749 * gdb.ada/packed_array_assign: New testcase.
1750
96b6697f
AB
17512018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1754 names, and add test prefixes to make test names unique.
1755
e4a62c65
TV
17562018-09-05 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.dwarf2/varval.exp: Add test.
1759
dd083ee2
GB
17602018-09-04 Gary Benson <gbenson@redhat.com>
1761
1762 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1763 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1764
aef9346c
TT
17652018-08-31 Tom Tromey <tom@tromey.com>
1766
1767 * gdb.rust/simple.rs: Rename second variable "v".
1768
c67f2e15
AB
17692018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.base/funcargs.c (use_a): New function.
1772 (recurse): Call use_a.
1773
078a0207
KS
17742018-08-29 Keith Seitz <keiths@redhat.com>
1775
1776 * gdb.compile/compile-cplus-anonymous.cc: New file.
1777 * gdb.compile/compile-cplus-anonymous.exp: New file.
1778 * gdb.compile/compile-cplus-array-decay.cc: New file.
1779 * gdb.compile/compile-cplus-array-decay.exp: New file.
1780 * gdb.compile/compile-cplus-inherit.cc: New file.
1781 * gdb.compile/compile-cplus-inherit.exp: New file.
1782 * gdb.compile/compile-cplus-member.cc: New file.
1783 * gdb.compile/compile-cplus-member.exp: New file.
1784 * gdb.compile/compile-cplus-method.cc: New file.
1785 * gdb.compile/compile-cplus-method.exp: New file.
1786 * gdb.compile/compile-cplus-mod.c: "New" file.
1787 * gdb.compile/compile-cplus-namespace.cc: New file.
1788 * gdb.compile/compile-cplus-namespace.exp: New file.
1789 * gdb.compile/compile-cplus-nested.cc: New file.
1790 * gdb.compile/compile-cplus-nested.exp: New file.
1791 * gdb.compile/compile-cplus-print.c: "New" file.
1792 * gdb.compile/compile-cplus-print.exp: "New" file.
1793 * gdb.compile/compile-cplus-virtual.cc: New file.
1794 * gdb.compile/compile-cplus-virtual.exp: New file.
1795 * gdb.compile/compile-cplus.c: "New" file.
1796 * gdb.compile/compile-cplus.exp: "New" file.
1797 * lib/compile-support.exp: New file.
1798
b0f492b9
GB
17992018-08-16 Gary Benson <gbenson@redhat.com>
1800
1801 PR gdb/13000:
1802 * gdb.base/batch-exit-status.exp: New file.
1803 * gdb.base/batch-exit-status.good-commands: Likewise.
1804 * gdb.base/batch-exit-status.bad-commands: Likewise.
1805
36eb4c5f
AH
18062018-08-29 Alan Hayward <alan.hayward@arm.com>
1807
1808 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1809 (struct struct02): Likewise.
1810 (struct struct03): Likewise.
1811 (struct struct04): Likewise.
1812 (struct struct_01_01): New struct.
1813 (struct struct_01_02): Likewise.
1814 (struct struct_01_03): Likewise.
1815 (struct struct_01_04): Likewise.
1816 (struct struct_02_01): Likewise.
1817 (struct struct_02_02): Likewise.
1818 (struct struct_02_03): Likewise.
1819 (struct struct_02_04): Likewise.
1820 (struct struct_04_01): Likewise.
1821 (struct struct_04_02): Likewise.
1822 (struct struct_04_03): Likewise.
1823 (struct struct_04_04): Likewise.
1824 (struct struct_05_01): Likewise.
1825 (struct struct_05_02): Likewise.
1826 (struct struct_05_03): Likewise.
1827 (struct struct_05_04): Likewise.
1828 (cmp_struct01): Remove function.
1829 (cmp_struct02): Likewise.
1830 (cmp_struct03): Likewise.
1831 (cmp_struct04): Likewise.
1832 (cmp_struct_01_01): Add Function.
1833 (cmp_struct_01_02): Likewise.
1834 (cmp_struct_01_03): Likewise.
1835 (cmp_struct_01_04): Likewise.
1836 (cmp_struct_02_01): Likewise.
1837 (cmp_struct_02_02): Likewise.
1838 (cmp_struct_02_03): Likewise.
1839 (cmp_struct_02_04): Likewise.
1840 (cmp_struct_04_01): Likewise.
1841 (cmp_struct_04_02): Likewise.
1842 (cmp_struct_04_03): Likewise.
1843 (cmp_struct_04_04): Likewise.
1844 (cmp_struct_05_01): Likewise.
1845 (cmp_struct_05_02): Likewise.
1846 (cmp_struct_05_03): Likewise.
1847 (cmp_struct_05_04): Likewise.
1848 (call_all): Add new structs.
1849 * gdb.base/infcall-nested-structs.exp: Likewise.
1850
3bf9c013
JV
18512018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1852
1853 * gdb.python/py-framefilter-mi.exp: Update regexp to
1854 check for "arch" field in frame output.
1855
450d1e88
KB
18562018-08-23 Kevin Buettner <kevinb@redhat.com>
1857
1858 * gdb.dwarf2/dw2-ranges-func.c: New file.
1859 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1860
ae739fe7
SM
18612018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1862
1863 * gdb.base/term.exp: Compare terminal settings with values from
1864 the inferior.
1865 * gdb.base/term.c: Get and set terminal settings.
1866
6d52907e
JV
18672018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1868
1869 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1870 accommodate new "arch" field in frame output.
1871 * gdb.mi/mi-return.exp: Likewise.
1872 * gdb.mi/mi-stack.exp: Likewise.
1873 * gdb.mi/mi-syn-frame.exp: Likewise.
1874 * gdb.mi/user-selected-context-sync.exp: Likewise.
1875
be2d111a
MS
18762018-08-19 Michael Spang <spang@google.com>
1877
1878 PR gdb/11786
1879 * gdb.base/gcore-tls-pie.c: New file.
1880 * gdb.base/gcore-tls-pie.exp: New file.
1881
ae3a7c47
KB
18822018-08-18 Kevin Buettner <kevinb@redhat.com>
1883
1884 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1885 * gdb.dwarf2/varval.c: New file.
1886 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1887
2ecae92e
AH
18882018-08-17 Alan Hayward <alan.hayward@arm.com>
1889
1890 PR gdb/18931
1891 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1892
c1854f1d
KS
18932018-08-16 Keith Seitz <keiths@redhat.com>
1894
1895 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1896 tests expected to pass.
1897
26fb3983
JV
18982018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1899
1900 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1901 -data-disassemble -a.
1902 (test_disassembly_bogus_args): Likewise.
1903
67943c00
AB
19042018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1907
5ff2bbae
AB
19082018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.base/vla-optimized-out.exp: Add new test.
1911
e5bbcd0f
AB
19122018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * gdb.base/vla-optimized-out-o3.exp: Delete.
1915 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1916 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1917 deleted tests.
1918
9d4a934c
AB
19192018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 PR gdb/18050:
1922 * gdb.server/extended-remote-restart.c: New file.
1923 * gdb.server/extended-remote-restart.exp: New file.
1924
045cf012
SM
19252018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1926
1927 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1928 "set variable index = 42".
1929
87d6a7aa
SM
19302018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1931
1932 * boards/index-cache-gdb.exp: New file.
1933 * gdb.dwarf2/index-cache.exp: New file.
1934 * gdb.dwarf2/index-cache.c: New file.
1935 * gdb.base/maint.exp: Check if we are using the index cache.
1936
96d68bd4
RO
19372018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1938
1939 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1940 MAKEFLAGS.
1941
5a699617
RO
19422018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1943
1944 * dg-extract-results.sh: Move to toplevel contrib.
1945 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1946 * Makefile.in (check-parallel-racy): Likewise.
1947
5bd18990
AB
19482018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1951 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1952 tests if the target supports scheduler locking.
1953
3fbbcf47
TV
19542018-08-04 Tom de Vries <tdevries@suse.de>
1955
1956 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1957
3e1d3d8c
TT
19582018-08-02 Tom Tromey <tom@tromey.com>
1959
1960 PR symtab/16842.
1961 * gdb.cp/temargs.exp: Test "info address" of a template
1962 parameter.
1963
5abe0f0c
JV
19642018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1965
1966 * gdb.python/py-mi-var-info-path-expression.c: New file.
1967 * gdb.python/py-mi-var-info-path-expression.py: New file.
1968 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1969
fb66cde8
SDJ
19702018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1971
1972 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1973 error after "cannot resolve name" string.
1974
c708f4d2
AB
19752018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1978 started.
1979 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1980
37cc0cae
TV
19812018-07-28 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1984
63b4ecf7
TV
19852018-07-26 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1988
3c3bb058
AB
19892018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1992 is visible.
1993
9e7f3bbb
TV
19942018-07-26 Tom de Vries <tdevries@suse.de>
1995
1996 PR breakpoints/23366
1997 * gdb.base/catch-follow-exec.c: New test.
1998 * gdb.base/catch-follow-exec.exp: New file.
1999
16f808ec
TV
20002018-07-25 Tom de Vries <tdevries@suse.de>
2001
2002 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2003 vla-optimized-out.c.
2004
d7154a8d
JV
20052018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2006
2007 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2008 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2009
232a0032
TV
20102018-07-20 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2013 NOCLONE macro.
2014 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2015
fbb1d502
TV
20162018-07-19 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2019 regular expression.
2020
42dc7699
TV
20212018-07-18 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.base/vla-optimized-out.c: New test.
2024 * gdb.base/vla-optimized-out.exp: New file.
2025
7f1f7e23
SDJ
20262018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2027
2028 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2029 message "No address associated with hostname" when gdbserver
2030 cannot resolve the hostname.
2031
5759ebb3
PW
20322018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2033
2034 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2035 Add some test prefixes to make tests unique.
2036
3606ccab
PW
20372018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2038
2039 * gdb.base/frameapply.c: New file.
2040 * gdb.base/frameapply.exp: New file.
2041
529c08b2
PW
20422018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2043
2044 * gdb.base/skip.exp: Update expected error message.
2045
c7ab0aef
SDJ
20462018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2047 Jan Kratochvil <jan.kratochvil@redhat.com>
2048 Paul Fertser <fercerpav@gmail.com>
2049 Tsutomu Seki <sekiriki@gmail.com>
2050
2051 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2052 parameter.
2053 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2054 by default.
2055 * boards/native-gdbserver.exp: Likewise.
2056 * gdb.server/run-without-local-binary.exp: Improve regexp used
2057 for detecting when a remote debugging connection succeeds.
2058 * gdb.server/server-connect.exp: New file.
2059 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2060 Do not prefix the port number with ":".
2061 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2062 support for detecting and using it. Add '$debughost_gdbserver'
2063 to the list of arguments used to start gdbserver. Handle case
2064 when gdbserver cannot resolve a network name.
2065
16ff70dd
SDJ
20662018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2067
2068 PR c++/23373
2069 * gdb.base/ptype-offsets.cc (struct static_member): New
2070 struct.
2071 (main) <stmember>: New variable.
2072 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2073 with a static member in it.
2074
3541979f
AB
20752018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2078 watchpoints enabled and disabled.
2079
c8ad9b9a
AB
20802018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 * gdb.base/examine-backward.exp: Still run tests around address
2083 0x0, even if address 0x0 is not readable. Update the pattern for
2084 matching address 0x0 in expected output.
2085
e0e5e971
AB
20862018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2089 malloc/free.
2090
1ea5da02
TV
20912018-07-04 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2094
471b9d15
MR
20952018-07-02 Maciej W. Rozycki <macro@mips.com>
2096
2097 PR tdep/8282
2098 * gdb.arch/mips-disassembler-options.exp: New test.
2099 * gdb.arch/mips-disassembler-options.s: New test source.
2100
75acb486
PA
21012018-06-29 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.threads/names.exp: Adjust expected "info threads" output.
2104
cd2bb709
PA
21052018-06-29 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.opt/inline-break.exp (line number, address): Add "info
2108 break" tests.
2109
991ff292
PA
21102018-06-29 Pedro Alves <palves@redhat.com>
2111
2112 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2113 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2114 number and address and running to them.
2115
356819b6 21162018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2117
2118 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2119
2512d7ef
JK
21202018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2121
2122 * lib/compiler.c: Remove executable permission flag.
2123
be1b6474
RB
21242018-06-28 Richard Bunt <richard.bunt@arm.com>
2125
2126 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2127 code.
2128 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2129
291f9a96
PT
21302018-06-28 Petr Tesarik <ptesarik@suse.cz>
2131
2132 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2133
ed6dfe51
PT
21342018-06-28 Petr Tesarik <ptesarik@suse.cz>
2135
2136 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2137 address argument is omitted.
2138
d4d429d5
PT
21392018-06-28 Petr Tesarik <ptesarik@suse.cz>
2140
2141 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2142
7ab6656f
OJ
21432018-06-27 Omair Javaid <omair.javaid@linaro.org>
2144
2145 PR gdb/21695
2146 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2147 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2148
a33ccfc7
TT
21492018-06-26 Tom Tromey <tom@tromey.com>
2150
2151 PR rust/22574:
2152 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2153 * gdb.rust/simple.rs (struct SimpleLayout): New.
2154
6d72d289
SM
21552018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2156
2157 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2158 "info registers" output.
2159
8363f9d5
RB
21602018-06-21 Richard Bunt <richard.bunt@arm.com>
2161
2162 * gdb.base/watchpoint-hw-attach.c: New test.
2163 * gdb.base/watchpoint-hw-attach.exp: New file.
2164
f00674fe
SM
21652018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2166
2167 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2168 through /bin/sh.
2169 * boards/dwarf4-gdb-index.exp: Likewise.
2170 * boards/fission-dwp.exp: Likewise.
2171
1d554008
UW
21722018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2173
2174 * gdb.base/float128.exp: Add comment and improved fail message
2175 to the failure case of "print large128" test.
2176
d0ac1c44
SM
21772018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2178
2179 * configure.ac: Remove AC_PREREQ.
2180 * configure: Re-generate.
2181
61b04dd0
PA
21822018-06-19 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2185 (func_extern_caller): New.
2186 (main): Call func_extern_caller.
2187 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2188 logic change.
2189
f63b508a
SM
21902018-06-18 Weimin Pan <weimin.pan@oracle.com>
2191
2192 PR gdb/16841
2193 * gdb.cp/typedef-base.cc: New file.
2194 * gdb.cp/typedef-base.exp: New file.
2195
0fe3a558
TV
21962018-06-18 Tom de Vries <tdevries@suse.de>
2197
2198 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2199
7010835a
AB
22002018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2201 Richard Bunt <Richard.Bunt@arm.com>
2202
2203 * gdb.threads/attach-slow-waitpid.c: New file.
2204 * gdb.threads/attach-slow-waitpid.exp: New file.
2205 * gdb.threads/slow-waitpid.c: New file.
2206
14897d65
PA
22072018-06-14 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.base/fork-running-state.c: Include <errno.h>.
2210 (exit_if_relative_exits): New.
2211 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2212 exits.
2213 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2214 child exits.
2215
5d9a0608
TV
22162018-06-14 Tom de Vries <tdevries@suse.de>
2217
2218 PR cli/22573
2219 * gdb.base/finish-pretty.c: New test.
2220 * gdb.base/finish-pretty.exp: New file.
2221
11ae5818
PA
22222018-06-14 Pedro Alves <palves@redhat.com>
2223
2224 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2225 gdb's expected startup output.
2226
1d39de44
PA
22272018-06-14 Pedro Alves <palves@redhat.com>
2228
2229 * lib/selftest-support.exp (selftest_setup): Remove inlined
2230 function handling.
2231
70ee0000
TV
22322018-06-14 Tom de Vries <tdevries@suse.de>
2233
2234 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2235 matching of breakpoint printing.
2236
11f4b608
TV
22372018-06-13 Tom de Vries <tdevries@suse.de>
2238
2239 PR testsuite/23269
2240 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2241 (fork_child): ... here, and ...
2242 (fork_parent): ... here.
2243
22442018-06-12 Tom de Vries <tdevries@suse.de>
2245
2246 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2247
9516f85a
AB
22482018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2249 Stephen Roberts <stephen.roberts@arm.com>
2250
2251 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2252 rewrite test to describe action performed, rather than possible
2253 failure.
2254
5045b3d7
GB
22552018-06-08 Gary Benson <gbenson@redhat.com>
2256
2257 * gdb.threads/check-libthread-db.exp: New file.
2258 * gdb.threads/check-libthread-db.c: Likewise.
2259
c61b06a1
TT
22602018-06-05 Tom Tromey <tom@tromey.com>
2261
2262 * gdb.base/default.exp: Update expected "show version" output.
2263
eb6af809
TT
22642018-06-05 Tom Tromey <tom@tromey.com>
2265
2266 PR cli/12326:
2267 * gdb.cp/static-print-quit.exp: Update.
2268 * lib/gdb.exp (pagination_prompt): Update.
2269 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2270 * gdb.python/python.exp: Update.
2271
178d6a63
JB
22722018-06-04 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2275
8e817061
JB
22762018-06-01 Joel Brobecker <brobecker@adacore.com>
2277
2278 * gdb.ada/bp_fun_addr: New testcase.
2279
e86ca25f
TT
22802018-06-01 Tom Tromey <tom@tromey.com>
2281
2282 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2283 results.
2284 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2285 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2286 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2287 * gdb.base/maint.exp (maint_pass_if): Update.
2288
4b2dfa9d
MR
22892018-05-31 Maciej W. Rozycki <macro@mips.com>
2290
2291 * gdb.base/endian.exp: New test.
2292 * gdb.base/endian.c: New test source.
2293
45f25d6c
AB
22942018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 PR gdb/23203
2297 * gdb.base/bt-selected-frame.c: New file.
2298 * gdb.base/bt-selected-frame.exp: New file.
2299 * lib/gdb.exp (get_current_frame_number): New function.
2300
d9f6d7f8
MR
23012018-05-24 Maciej W. Rozycki <macro@mips.com>
2302 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.threads/tls-core.c: Include <stdlib.h>
2305 (thread_proc): Call `abort'.
2306 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2307 (tls_core_test): New procedure, bits factored out from ...
2308 (top level): ... here. Test both native cores and gcore cores.
2309
ff1cf532
TT
23102018-05-23 Tom Tromey <tom@tromey.com>
2311
2312 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2313
b98664d3
TT
23142018-05-23 Tom Tromey <tom@tromey.com>
2315
2316 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2317 symfile_complaints.
2318 (test_short_complaints): Likewise.
2319 (test_empty_complaints): Likewise.
2320 (test_initial_complaints): Update.
2321
4e9668d0
TT
23222018-05-23 Tom Tromey <tom@tromey.com>
2323
2324 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2325
43ba33c7
TT
23262018-05-23 Tom Tromey <tom@tromey.com>
2327
2328 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2329 (test_short_complaints): Update.
2330
035522c0
PA
23312018-05-22 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/remote.exp: Only gdb_start after compiling the
2334 testcase. Issue "disconnect" before testing "set remote" command
2335 defaults. Issue clean_restart before running to main.
2336
cc0be08f
PA
23372018-05-22 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/remote.exp: Adjust expected output of "show remote
2340 memory-write-packet-size". Add tests for "set remote
2341 memory-write-packet-size 0" and "set remote
2342 memory-write-packet-size fixed/limit".
2343
b1b60145
PA
23442018-05-22 Pedro Alves <palves@redhat.com>
2345
2346 PR gdb/22973
2347 * gdb.base/utf8-identifiers.c: New file.
2348 * gdb.base/utf8-identifiers.exp: New file.
2349
0ec848ad
PFC
23502018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2351
2352 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2353
2c3305f6
PFC
23542018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2355
2356 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2357
ce1e8424
TT
23582018-05-18 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.base/ptype-offsets.exp: Update.
2361
ddfe970e
KS
23622018-05-17 Keith Seitz <keiths@redhat.com>
2363
2364 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2365 in expected breakpoint stop locations.
2366 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2367 move to proper scope to test variable values.
2368 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2369 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2370 New functions.
2371 (main): Call not_inline_func3.
2372 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2373 inline_func1, inline_func2, and inline_func3. Test that when each
2374 breakpoint is hit, GDB properly reports both the stop location
2375 and the backtrace. Repeat tests for temporary breakpoints.
2376
0726fcc6
MR
23772018-05-15 Maciej W. Rozycki <macro@mips.com>
2378
2379 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2380 rather then trying to access it in determining whether the PID
2381 of `gdbserver' could have been retrieved.
2382
8ee22052
AB
23832018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.arch/amd64-init-x87-values.S: New file.
2386 * gdb.arch/amd64-init-x87-values.exp: New file.
2387
7785df48
JK
23882018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2391
56bcdbea
TT
23922018-05-04 Tom Tromey <tom@tromey.com>
2393
2394 PR python/22730:
2395 * gdb.python/python.exp: Test multi-line execute.
2396
a913fffb
TT
23972018-05-04 Tom Tromey <tom@tromey.com>
2398
2399 PR python/22731:
2400 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2401
7a2c85f2
TT
24022018-05-04 Tom Tromey <tom@tromey.com>
2403
2404 PR gdb/11750:
2405 * gdb.base/define.exp: Test defining a user command inside a user
2406 command.
2407 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2408
a3b60e45
JK
24092018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2410 Pedro Alves <palves@redhat.com>
2411
2412 PR breakpoints/19806 and support for PR external/20207.
2413 * gdb.base/watchpoint-unaligned.c: New file.
2414 * gdb.base/watchpoint-unaligned.exp: New file.
2415
45fe4a03
AB
24162018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.base/maint.exp: Make test names unique, use
2419 test_prefix_command_help to test 'help maint info', and remove
2420 repeated test of 'help maint'.
2421
9be2ae8f
TT
24222018-05-04 Tom Tromey <tom@tromey.com>
2423
2424 PR gdb/22619:
2425 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2426 behavior.
2427
11859c31
AB
24282018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.base/maint.exp: Process output from 'maint print registers'
2431 line at a time.
2432
089a9490
AB
24332018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2436 timeout.
2437
9b0797e2
AB
24382018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2439
2440 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2441 filter pattern.
2442
f6ac5f3d
PA
24432018-05-02 Pedro Alves <palves@redhat.com>
2444
2445 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2446 to_log_command renames.
2447 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2448
77d3c63b
TT
24492018-05-02 Tom Tromey <tom@tromey.com>
2450
2451 * gdb.python/py-parameter.exp: Set test message.
2452
0489430a
TT
24532018-05-02 Tom Tromey <tom@tromey.com>
2454
2455 PR python/20084:
2456 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2457 PARAM_ZUINTEGER_UNLIMITED tests.
2458
1632f8ba
DR
24592018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2460
2461 PR rust/23124
2462 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2463 when casting.
2464
6d7bb824
TT
24652018-04-30 Tom Tromey <tom@tromey.com>
2466
2467 * gdb.python/py-type.exp: Check align attribute.
2468 * gdb.python/py-type.c: New "aligncheck" global.
2469
007e1530
TT
24702018-04-30 Tom Tromey <tom@tromey.com>
2471
2472 PR exp/17095:
2473 * gdb.dwarf2/dw2-align.exp: New file.
2474 * gdb.cp/align.exp: New file.
2475 * gdb.base/align.exp: New file.
2476 * lib/gdb.exp (gdb_int128_helper): New proc.
2477 (has_int128_c, has_int128_cxx): New caching procs.
2478
6873858b
TT
24792018-04-27 Tom Tromey <tom@tromey.com>
2480
2481 PR rust/22545:
2482 * gdb.rust/simple.exp: Add inclusive range tests.
2483
79188d8d
PA
24842018-04-26 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2487 ifunc breakpoint locations correctly of ifunc breakpoints set
2488 while the program resolves the ifunc.
2489
c7075ad5
PA
24902018-04-26 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/gnu-ifunc-final.c: New file.
2493 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2494 * gdb.base/gnu-ifunc.exp (executable): Delete.
2495 (staticexecutable): Adjust.
2496 (lib_opts, exec_opts): Delete.
2497 (make_binsuffix, build, set-break): New procedures.
2498 (misc_tests): New, with tests factored out from the top level.
2499 (top level): Test different combinations of ifunc resolver name,
2500 resolver with and with debug info, and ifunc target with and
2501 without debug info. Wrap static tests with with_target_prefix.
2502
8388016d
PA
25032018-04-26 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2506 return type" warnings.
2507
249b5733
PA
25082018-04-25 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2511 killed".
2512 * gdb.base/kill-after-signal.exp: Likewise.
2513 * gdb.threads/kill.exp: Likewise.
2514
f67c0c91
SDJ
25152018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2516 Sergio Durigan Junior <sergiodj@redhat.com>
2517 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2520 regexps to expect for '[Inferior ... detached]' as well.
2521 * gdb.base/attach.exp: Likewise.
2522 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2523 "gdb_continue_to_end".
2524 (test_catch_syscall_with_wrong_args): Likewise.
2525 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2526 ']'. Don't set 'verbose' on.
2527 * gdb.base/foll-vfork.exp: Likewise.
2528 * gdb.base/fork-print-inferior-events.c: New file.
2529 * gdb.base/fork-print-inferior-events.exp: New file.
2530 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2531 '[Inferior ... has been killed]' message.
2532 * gdb.base/kill-after-signal.exp: Likewise.
2533 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2534 detach message.
2535 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2536 message.
2537 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2538 regexps to expect for '[Inferior ... detached]' as well.
2539 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2540
0a8ddac4
SM
25412018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2542
2543 PR gdb/23104
2544 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2545
d27d16bf
RB
25462018-04-19 Richard Bunt <richard.bunt@arm.com>
2547
2548 * gdb.threads/multiple-successive-infcall.c: New test.
2549 * gdb.threads/multiple-successive-infcall.exp: New file.
2550
a037790e
TT
25512018-04-17 Tom Tromey <tom@tromey.com>
2552
2553 * gdb.rust/simple.rs (Union): New type.
2554 (main): New local "u".
2555 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2556
e3a91079
AA
25572018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2558
2559 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2560 number information in output of "whereis" command.
2561 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2562
b744723f
AA
25632018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2564
2565 * gdb.ada/info_types.exp: Adjust expected output to the line
2566 numbers now printed by "info var/func/type".
2567 * gdb.base/completion.exp: Likewise.
2568 * gdb.base/included.exp: Likewise.
2569 * gdb.cp/cp-relocate.exp: Likewise.
2570 * gdb.cp/cplusfuncs.exp: Likewise.
2571 * gdb.cp/namespace.exp: Likewise.
2572 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2573
4a4495d6
MM
25742018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2575
2576 * gdb.btrace/cpu.exp: New.
2577
1d509aa6
MM
25782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2579
2580 * gdb.base/step-indirect-call-thunk.exp: New.
2581 * gdb.base/step-indirect-call-thunk.c: New.
2582 * gdb.reverse/step-indirect-call-thunk.exp: New.
2583 * gdb.reverse/step-indirect-call-thunk.c: New.
2584
6295b6da
SM
25852018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2586
2587 * gdb.base/pie-fork.c: New file.
2588 * gdb.base/pie-fork.exp: New file.
2589
50146e70
TT
25902018-04-11 Tom Tromey <tom@tromey.com>
2591
2592 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2593
f50d8a2e
PA
25942018-04-10 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2597 exits. Instead loop running forever.
2598 (fork_parent): Run forever too.
2599
a0be7a36
SM
26002018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2601
2602 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2603 mi_continue_to_line.
2604 * gdb.mi/mi-stack.c (callee4): Add comment.
2605
9b73db36
SM
26062018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2607
2608 * gdb.mi/mi-stack.exp: Fix indentation.
2609
c912f608
SM
26102018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2611
2612 PR gdb/22979
2613 * gdb.arch/amd64-osabi.exp: New file.
2614
26540402
SM
26152018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2616
2617 PR gdb/22980
2618 * gdb.base/osabi.exp: New file.
2619
121ad66c 26202018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
2621
2622 * gdb.cp/static-typedef-print.exp: New file.
2623 * gdb.cp/static-typedef-print.cc: New file.
2624
3fcded8f
JB
26252018-03-27 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.ada/varsize_limit: New testcase.
2628
59cc4834
JB
26292018-03-27 Joel Brobecker <brobecker@adacore.com>
2630
2631 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2632
2633 * gdb.ada/notcplusplus: New testcase.
2634
2635 * gdb.base/c-linkage-name.c: New file.
2636 * gdb.base/c-linkage-name.exp: New testcase.
2637
4ca59a9f
TT
26382018-03-26 Tom Tromey <tom@tromey.com>
2639
2640 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2641 * gdb.python/py-framefilter.py (name_error): New global.
2642 (ErrorInName.function): Use name_error.
2643
978d6c75
TT
26442018-03-26 Tom Tromey <tom@tromey.com>
2645
2646 PR backtrace/15582:
2647 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2648
b7fee5a3
KS
26492018-03-23 Keith Seitz <keiths@redhat.com>
2650
2651 PR c++/22968
2652 * gdb.cp/subtypes.exp: New file.
2653 * gdb.cp/subtypes.h: New file.
2654 * gdb.cp/subtypes.cc: New file.
2655 * gdb.cp/subtypes-2.cc: New file.
2656
376be529
AB
26572018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2660 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2661 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2662 -nostartfiles when compiling the test. Confirm that all registers
2663 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2664
066cfa98
AB
26652018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2668 option, syntax was wrong anyway.
2669 * gdb.arch/arm-disp-step.exp: Likewise.
2670 * gdb.arch/sparc64-regs.exp: Likewise.
2671 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2672 option, syntax was wrong anyway, switch to use
2673 prepare_for_testing.
2674 * gdb.arch/i386-disp-step.exp: Likewise.
2675
079670b9
AA
26762018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2677
2678 * gdb.ada/exec_changed.exp: Replace "target_info exists
2679 use_gdb_stub" by "use_gdb_stub".
2680 * gdb.ada/start.exp: Likewise.
2681 * gdb.base/async-shell.exp: Likewise.
2682 * gdb.base/attach-pie-misread.exp: Likewise.
2683 * gdb.base/attach-wait-input.exp: Likewise.
2684 * gdb.base/break-entry.exp: Likewise.
2685 * gdb.base/break-interp.exp: Likewise.
2686 * gdb.base/dprintf-detach.exp: Likewise.
2687 * gdb.base/nostdlib.exp: Likewise.
2688 * gdb.base/solib-nodir.exp: Likewise.
2689 * gdb.base/statistics.exp: Likewise.
2690 * gdb.base/testenv.exp: Likewise.
2691 * gdb.mi/mi-exec-run.exp: Likewise.
2692 * gdb.mi/mi-start.exp: Likewise.
2693 * gdb.multi/dummy-frame-restore.exp: Likewise.
2694 * gdb.multi/multi-arch-exec.exp: Likewise.
2695 * gdb.multi/multi-arch.exp: Likewise.
2696 * gdb.multi/tids.exp: Likewise.
2697 * gdb.multi/watchpoint-multi.exp: Likewise.
2698 * gdb.python/py-events.exp: Likewise.
2699 * gdb.threads/attach-into-signal.exp: Likewise.
2700 * gdb.threads/attach-stopped.exp: Likewise.
2701 * gdb.threads/threadapply.exp: Likewise.
2702 * lib/selftest-support.exp: Likewise.
2703
26d6cec4
AA
27042018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2705
2706 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2707
4ee89e90
SR
27082018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2709
2710 * gdb.perf/template-breakpoints.cc: New file.
2711 * gdb.perf/template-breakpoints.exp: New file.
2712 * gdb.perf/template-breakpoints.py: New file.
2713
92630041
TT
27142018-03-19 Tom Tromey <tom@tromey.com>
2715
2716 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2717 y0.
2718 * gdb.rust/simple.exp: Test bare identifier form of struct
2719 initializer.
2720
76727919
TT
27212018-03-19 Tom Tromey <tom@tromey.com>
2722
2723 * gdb.gdb/observer.exp: Remove.
2724
194ed413
AA
27252018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2726
2727 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2728 "qualified" option when setting breakpoints.
2729 * gdb.trace/backtrace.exp: Likewise.
2730 * gdb.trace/circ.exp: Likewise.
2731 * gdb.trace/collection.exp: Likewise.
2732 * gdb.trace/disconnected-tracing.exp: Likewise.
2733 * gdb.trace/ftrace-lock.exp: Likewise.
2734 * gdb.trace/ftrace.exp: Likewise.
2735 * gdb.trace/infotrace.exp: Likewise.
2736 * gdb.trace/packetlen.exp: Likewise.
2737 * gdb.trace/passc-dyn.exp: Likewise.
2738 * gdb.trace/qtro.exp: Likewise.
2739 * gdb.trace/read-memory.exp: Likewise.
2740 * gdb.trace/report.exp: Likewise.
2741 * gdb.trace/signal.exp: Likewise.
2742 * gdb.trace/status-stop.exp: Likewise.
2743 * gdb.trace/strace.exp: Likewise.
2744 * gdb.trace/tfind.exp: Likewise.
2745 * gdb.trace/trace-break.exp: Likewise.
2746 * gdb.trace/trace-condition.exp: Likewise.
2747 * gdb.trace/trace-mt.exp: Likewise.
2748 * gdb.trace/tstatus.exp: Likewise.
2749 * gdb.trace/tsv.exp: Likewise.
2750 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2751 * gdb.trace/unavailable.exp: Likewise.
2752 * gdb.trace/while-dyn.exp: Likewise.
2753
8b067d2c
AA
27542018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2755
2756 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2757 that libinproctrace is copied to the target.
2758
3ae9ce5d
TT
27592018-03-14 Tom Tromey <tom@tromey.com>
2760
2761 PR cli/14977:
2762 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2763 a null pointer.
2764 * gdb.base/wchar.exp: Likewise.
2765
b8c2339b
TT
27662018-03-14 Tom Tromey <tom@tromey.com>
2767
2768 PR cli/19918:
2769 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2770 flag.
2771
4872dc46
SM
27722018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2773
2774 PR gdb/22841
2775 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2776 "target" to remote_exec.
2777
e4fe3756
SM
27782018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2779
2780 PR gdb/22841
2781 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2782 ${board}_upload): Remove.
2783
e95a97d4
AA
27842018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2785
2786 * gdb.cp/watch-cp.cc: New test.
2787 * gdb.cp/watch-cp.exp: New file.
2788
dbbb1059
AB
27892018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * gdb.base/infcall-nested-structs.exp: New file.
2792 * gdb.base/infcall-nested-structs.c: New file.
2793 * gdb.base/float.exp: Add riscv support.
2794
ecc054c0
TP
27952018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2796
2797 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2798 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2799
25e3c82c
SDJ
28002018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2801
2802 * gdb.server/abspath.exp: New file.
2803 * lib/gdb.exp (with_cwd): New procedure.
2804
3083294d
SM
28052018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2806
2807 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2808 use it.
2809 (gdb_is_target_remote_prompt): New proc.
2810 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2811 (gdb_is_target_native): Pass prompt parameter to
2812 gdb_is_target_1.
2813
3275ef47
SM
28142018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2815
2816 * gdb.base/load-command.c: New file.
2817 * gdb.base/load-command.exp: New file.
2818 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2819 (gdb_is_target_1): ...this, and generalize for other targets
2820 than just remote.
2821 (gdb_is_target_remote): Use gdb_is_target_1.
2822 (gdb_is_target_native): use gdb_is_target_1.
2823
6893c19a
TT
28242018-02-26 Tom Tromey <tom@tromey.com>
2825
2826 PR python/16497:
2827 * gdb.python/py-framefilter.exp: Update test.
2828
2ddeaf8a
TT
28292018-02-26 Tom Tromey <tom@tromey.com>
2830
2831 * gdb.dwarf2/variant.c: New file.
2832 * gdb.dwarf2/variant.exp: New file.
2833
c9317f21
TT
28342018-02-26 Tom Tromey <tom@tromey.com>
2835
2836 * gdb.rust/simple.exp: Accept more possible results in enum test.
2837
6f6d0c26
SM
28382018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2839
2840 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2841 parentheses.
2842
11b03145
MR
28432018-02-23 Maciej W. Rozycki <macro@mips.com>
2844
2845 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2846 name of a variable: $actual_linejj -> $actual_line.
2847
54a27fe5
JB
28482018-02-21 John Baldwin <jhb@FreeBSD.org>
2849
2850 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2851
de65820c
MM
28522018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2853
2854 * gdb.btrace/buffer-size.exp: Do not force BTS.
2855
980548fd
PA
28562018-02-14 Pedro Alves <palves@redhat.com>
2857
2858 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2859 getting a "Quit".
2860
c4e12631
MM
28612018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2862
2863 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2864 Fix test name.
2865
c2e0e465
SM
28662018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2867
2868 * gdb.cp/m-static.exp: Check type of optimized out static
2869 member.
2870
f7216783
AB
28712018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2874 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2875
0625771b
LS
28762018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2877 Leszek Swirski <leszeks@google.com>
2878
2879 * gdb.python/py-prettyprint.c
2880 (struct to_string_returns_value_inner,
2881 struct to_string_returns_value_wrapper): New.
2882 (main): Add tsrvw variable.
2883 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2884 ToStringReturnsValueWrapper): New classes.
2885 (register_pretty_printers): Register new pretty-printers.
2886 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2887 recursive pretty printer.
2888 * gdb.python/py-mi.exp: Likewise.
2889
59498c30
LS
28902018-02-01 Leszek Swirski <leszeks@google.com>
2891
2892 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2893 functions with the same name as an include file are parsed
2894 correctly.
2895
d4d38844
YQ
28962018-02-01 Yao Qi <yao.qi@linaro.org>
2897
2898 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2899 "\[^\r\n\]*".
2900
07e5f5cf
NP
29012018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2902
2903 * gdb.arch/powerpc-prologue-frame.s: New file.
2904 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2905 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2906
929b5ad4
JB
29072018-01-31 Joel Brobecker <brobecker@adacore.com>
2908
2909 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2910
e671cd59
PA
29112018-01-30 Pedro Alves <palves@redhat.com>
2912
2913 PR gdb/13211
2914 * gdb.base/interrupt-daemon.c: New.
2915 * gdb.base/interrupt-daemon.exp: New.
2916 * gdb.multi/multi-term-settings.c: New.
2917 * gdb.multi/multi-term-settings.exp: New.
2918
fc413dc4
JB
29192018-01-30 Joel Brobecker <brobecker@adacore.com>
2920
2921 * gdb.base/break.exp: Save the location where the breakpoint
2922 on break.c:47 was actually inserted when debugging the version
2923 compiled at -O2 and use it in the expected output of the "info
2924 break" test performed soon after.
2925
5c319bb2
PA
29262018-01-22 Pedro Alves <palves@redhat.com>
2927 Sergio Durigan Junior <sergiodj@redhat.com>
2928
2929 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2930 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2931
a9e40818
JB
29322018-01-22 Joel Brobecker <brobecker@adacore.com>
2933
2934 * gdb.base/break-include.c, gdb.base/break-include.inc,
2935 gdb.base/break-include.exp: New files.
2936 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2937 line number now being the actual line number where the breakpoint
2938 was inserted.
2939 * gdb.mi/mi-break.exp: Likewise.
2940 * gdb.mi/mi-reverse.exp: Likewise.
2941 * gdb.mi/mi-simplerun.exp: Ditto.
2942
e707fc44
AB
29432018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2946 varobj.
2947 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2948
ae451627
AB
29492018-01-21 Don Breazeal <donb@codesourcery.com>
2950 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 * gdb.mi/basics.c: Add new global.
2953 * gdb.mi/mi-frame-regs.exp: New file.
2954 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2955 case.
2956
b1b189e0
AB
29572018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2960 non-parameter, and on an unknown symbol.
2961
fcfcc376
TT
29622018-01-19 Tom Tromey <tom@tromey.com>
2963
2964 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2965 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2966
634c1c31
AA
29672018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2968
2969 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2970 setrlimit and chdir to int.
2971
d6ad07fd
AA
29722018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2973
2974 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2975 function.
2976 (my_tend): Likewise.
2977 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2978 rationale of avoiding FP- and vector instructions.
2979
adf8243b
RK
29802018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2981
2982 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2983 "info reg" with "\[ \t\]*".
2984 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2985 "\[ \t\]+".
2986 * gdb.arch/s390-multiarch.exp: Ditto.
2987 * gdb.base/pc-fp.exp: Ditto.
2988 * gdb.reverse/i386-precsave.exp: Ditto.
2989 * gdb.reverse/i386-reverse.exp: Ditto.
2990 * gdb.reverse/i387-env-reverse.exp: Ditto.
2991 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2992
dcc06925
AA
29932018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2994
2995 * lib/gdb.exp (gdb_compile): Re-enable use of
2996 universal_compile_options for languages other than Rust.
2997
25d4fd80
AA
29982018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2999
3000 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3001
ee7f689e 30022018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3003
3004 PR gdb/16577
3005 * gdb.base/solib-vanish.exp: New.
3006 * gdb.base/solib-vanish-main.c: New.
3007 * gdb.base/solib-vanish-lib1.c: New.
3008 * gdb.base/solib-vanish-lib2.c: New.
3009
d8447b6b
YQ
30102018-01-17 Yao Qi <yao.qi@linaro.org>
3011
3012 * gdb.compile/compile.exp: Match the address printed for
3013 frame in the output of command "bt".
3014
86d6a90c
TT
30152018-01-15 Tom Tromey <tom@tromey.com>
3016
3017 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3018 compute sp_reg.
3019
cbcdb1aa
AB
30202018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3021
3022 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3023 to prepare.
3024 (prepare): Return 0 on error, 1 on success.
3025
eea61984
PA
30262018-01-12 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.base/continue-after-aborted-step-over.c: New.
3029 * gdb.base/continue-after-aborted-step-over.exp: New.
3030
6181e9c2
SM
30312018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3032
3033 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3034 options when not creating an executable.
3035
3cada740
PA
30362018-01-11 Pedro Alves <palves@redhat.com>
3037
3038 PR remote/22597
3039 * gdb.server/stop-reply-no-thread.c: New file.
3040 * gdb.server/stop-reply-no-thread.exp: New file.
3041
c63d3e8d
PA
30422018-01-10 Pedro Alves <palves@redhat.com>
3043
3044 PR gdb/22670
3045 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3046 functions too. Test setting breakpoints and printing C functions
3047 with no debug info too.
3048 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3049
d4c2a405
PA
30502018-01-10 Pedro Alves <palves@redhat.com>
3051
3052 PR gdb/22670
3053 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3054 a fail.
3055
8825213e
PA
30562018-01-10 Pedro Alves <palves@redhat.com>
3057
3058 PR gdb/22670
3059 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3060
605fd3c6
YQ
30612018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3062
3063 * gdb.server/unittest.exp: Match the output in non-development
3064 mode.
3065
1e5ded6c
YQ
30662018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3067
3068 * gdb.gdb/unittest.exp: Match output in non-development mode.
3069
30066b0b
JB
30702018-01-08 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.ada/access_tagged_param.exp: Relax expected output
3073 for value of "ObjL" in "continue" to pck.inspect breakpoint
3074 test.
3075
04bafb1e
XR
30762018-01-08 Joel Brobecker <brobecker@adacore.com>
3077
9f86398b
JB
3078 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3079 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3080
e379cee6
PA
30812018-01-05 Pedro Alves <palves@redhat.com>
3082
3083 PR gdb/18653
3084 * gdb.base/libsegfault.exp: New.
3085
de63c46b
PA
30862018-01-05 Joel Brobecker <brobecker@adacore.com>
3087
3088 PR gdb/22670
3089 * gdb.ada/access_tagged_param.exp: New file.
3090 * gdb.ada/access_tagged_param/foo.adb: New file.
3091
f98fc17b
PA
30922018-01-05 Pedro Alves <palves@redhat.com>
3093
3094 PR gdb/22670
3095 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3096 exercise lower case too, and to exercise both full matching and
3097 wild matching.
3098
342f8240
JB
30992018-01-05 Joel Brobecker <brobecker@adacore.com>
3100
3101 * gdb.ada/rename_subscript_param: New testcase.
3102
7150d33c
JG
31032018-01-05 Jerome Guitton <guitton@adacore.com>
3104
3105 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3106
cc0e770c
JB
31072018-01-05 Joel Brobecker <brobecker@adacore.com>
3108
3109 * gdb.ada/convvar_comp: New testcase.
3110
672a41aa 31112018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3112
3113 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3114 (My_Table): New global variable.
3115 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3116
7365ec2f
JB
31172018-01-04 Joel Brobecker <brobecker@adacore.com>
3118
3119 PR gdb/22670
3120 * gdb.ada/maint_with_ada: New testcase.
3121
289483b6
JB
31222018-01-04 Joel Brobecker <brobecker@adacore.com>
3123
3124 PR gdb/22670
3125 * gdb.ada/bp_c_mixed_case: New testcase.
3126
344420da
JB
31272018-01-04 Joel Brobecker <brobecker@adacore.com>
3128
3129 PR gdb/22670
3130 * gdb.ada/complete.exp: Add "complete break ada" test.
3131
66fc87a0
JB
31322018-01-04 Joel Brobecker <brobecker@adacore.com>
3133
3134 PR gdb/22670
3135 * gdb.ada/info_addr_mixed_case: New testcase.
3136
9f757bf7
XR
31372018-01-03 Xavier Roirand <roirand@adacore.com>
3138
3139 * gdb.ada/excep_handle.exp: New testcase.
3140 * gdb.ada/excep_handle/foo.adb: New file.
3141 * gdb.ada/excep_handle/pck.ads: New file.
3142
bd570f80
JB
31432018-01-03 Joel Brobecker <brobecker@adacore.com>
3144
3145 * gdb.base/step-line.c: Add extra empty line in copyright header.
3146 * gdb.base/step-line.inp: Likewise.
3147
9fe561ab
JB
31482018-01-02 Joel Brobecker <brobecker@adacore.com>
3149
3150 * gdb.ada/dyn_stride.exp: Add slice test.
3151
a405673c
JB
31522018-01-02 Joel Brobecker <brobecker@adacore.com>
3153
3154 * gdb.ada/dyn_stride: New testcase.
3155
cef0f868
SH
31562017-12-27 Stafford Horne <shorne@gmail.com>
3157
3158 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3159 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3160
b67d92b0
SH
31612017-12-27 Stafford Horne <shorne@gmail.com>
3162
3163 * gdb.base/reggroups.c: New file.
3164 * gdb.base/reggroups.exp: New file.
3165
eccab96d
JB
31662017-12-18 Joel Brobecker <brobecker@adacore.com>
3167
3168 * gdb.dwarf2/ada-valprint-error.c: New file.
3169 * gdb.dwarf2/ada-valprint-error.exp: New file.
3170
0e2da9f0
JB
31712017-12-18 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.ada/assign_arr: New testcase.
3174
cb923fcc
XR
31752017-12-18 Xavier Roirand <roirand@adacore.com>
3176
3177 * gdb.ada/funcall_ptr: New testcase.
3178
7c161838
SDJ
31792017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3180
3181 PR cli/16224
3182 * gdb.base/ptype-offsets.cc: New file.
3183 * gdb.base/ptype-offsets.exp: New file.
3184
1af17fd9
YQ
31852017-12-15 Yao Qi <yao.qi@linaro.org>
3186
3187 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3188 if XML is disabled.
3189
828d5846
XR
31902017-12-15 Xavier Roirand <roirand@adacore.com>
3191
3192 * gdb.ada/same_component_name: New testcase.
3193
79e8fcaa
JB
31942017-12-14 Joel Brobecker <brobecker@adacore.com>
3195
3196 * gdb.ada/str_binop_equal: New testcase.
3197
e05fa6f9
JB
31982017-12-14 Joel Brobecker <brobecker@adacore.com>
3199
3200 * gdb.ada/task_switch_in_core: New testcase.
3201
b89641ba
SM
32022017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3203
3204 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3205 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3206 call test_bkpt_qualified.
3207 (test_bkpt_qualified): New proc.
3208
6892d2e4
PA
32092017-12-13 Pedro Alves <palves@redhat.com>
3210
3211 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3212 Tighten regexp by matching with an anchor.
3213
a22ecf70
PA
32142017-12-13 Pedro Alves <palves@redhat.com>
3215
3216 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3217 ("expression with namespace"): New set of tests.
3218 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3219 (Nested::Test_NS::qux): New.
3220 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3221 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3222
9937536c
JB
32232017-12-13 Joel Brobecker <brobecker@adacore.com>
3224
3225 * gdb.base/server-del-break.c: New file.
3226 * gdb.base/server-del-break.exp: New file.
3227
fe49c6f5
SH
32282017-12-12 Stafford Horne <shorne@gmail.com>
3229
3230 * gdb.xml/tdesc-regs.exp: Add or1k support.
3231
c3d18620
SH
32322017-12-12 Stafford Horne <shorne@gmail.com>
3233
3234 * gdb.base/bp-permanent.c: Define nop of or1k.
3235
c5f9cfc8
JB
32362017-12-11 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3239 output with components being reordered.
3240
a9c135fc
JB
32412017-12-11 Joel Brobecker <brobecker@adacore.com>
3242
3243 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3244 output with components being reordered.
3245
927aa2e7
JK
32462017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3247 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/maint.exp (check for .gdb_index): Check also for
3250 .debug_names.
3251 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3252 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3253 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3254 (.gdb_index used after symbol reloading): Support also .debug_names.
3255 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3256
f17d9474
YQ
32572017-12-08 Yao Qi <yao.qi@linaro.org>
3258
3259 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3260 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3261
a0de8c21
YQ
32622017-12-08 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3265 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3266
a738ea1d
YQ
32672017-12-08 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.arch/aarch64-tagged-pointer.c: New file.
3270 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3271
1cd9a73b
SDJ
32722017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3273
3274 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3275 "int".
3276
fa6eb693
KS
32772017-12-07 Keith Seitz <keiths@redhat.com>
3278
3279 PR breakpoints/22569
3280 * gdb.linespec/ls-errs.exp: Change expected result of "break
3281 -source this file has spaces.c -line 3".
3282 Check that an explicit source file followed by whitespace is
3283 identified as an invalid explicit location.
3284
883fd55a
KS
32852017-12-07 Keith Seitz <keiths@redhat.com>
3286
3287 * gdb.cp/nested-types.cc: New file.
3288 * gdb.cp/nested-types.exp: New file.
3289 * lib/cp-support.exp: Load data-structures.exp library.
3290 (debug_cp_test_ptype_class): New global.
3291 (cp_ptype_class_verbose, next_line): New procedures.
3292 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3293 Add and document new return value.
3294 Switch the list of lines to a queue.
3295 Add support for new `type' key for nested type definitions.
3296 Add debugging/troubleshooting messages.
3297 * lib/data-structures.exp: New file.
3298
ec72db3e
SM
32992017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3300
3301 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3302 with proc_with_prefix, don't use with_test_prefix.
3303
99598d71
TT
33042017-12-07 Tom Tromey <tom@tromey.com>
3305
3306 * gdb.base/break.exp: Add test for empty "commands".
3307
a8806230
YQ
33082017-12-07 Yao Qi <yao.qi@linaro.org>
3309
3310 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3311 malloc and catch syscall.
3312
824cc835
PM
33132017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3314
3315 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3316 tests for explicit locations.
3317
7cc244de
PA
33182017-12-06 Pedro Alves <palves@redhat.com>
3319
3320 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3321 force-disabling XML descriptions.
3322
50a1fdd5
PA
33232017-12-04 Pedro Alves <palves@redhat.com>
3324
3325 PR gdb/22499
3326 * gdb.arch/amd64-disp-step-avx.S: New file.
3327 * gdb.arch/amd64-disp-step-avx.exp: New file.
3328
f0fb2488
PA
33292017-12-03 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3332 and <string.h>.
3333 (parent_function): Print distinct messages when waitpid fails, or
3334 the child exits with a signal, or the child exits for an unhandled
3335 reason.
3336 * gdb.threads/process-dies-while-detaching.exp
3337 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3338 it. Wait for both inferior output and GDB's prompt. Use an
3339 indirect spawn id list.
3340 (do_detach): New parameter 'child_exit'. Use it to compute
3341 expected inferior output.
3342 (test_detach, test_detach_watch, test_detach_killed_outside):
3343 Adjust to pass down the expected child exit kind.
3344
97cbe998
SDJ
33452017-12-01 Joel Brobecker <brobecker@adacore.com>
3346 Sergio Durigan Junior <sergiodj@redhat.com>
3347 Pedro Alves <palves@redhat.com>
3348
3349 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3350
40fc416f
SDJ
33512017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3352
3353 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3354 to 'symbol-file' and 'add-symbol-file' can be
3355 position-independent.
3356
1cc75e92
YQ
33572017-12-01 Yao Qi <yao.qi@linaro.org>
3358
3359 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3360 the URL in copyright header.
3361 * gdb.arch/aarch64-fp.exp: Likewise.
3362 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3363 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3364 * gdb.base/expand-psymtabs.exp: Likewise.
3365 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3366 * gdb.fortran/common-block.exp: Likewise.
3367 * gdb.fortran/common-block.f90: Likewise.
3368 * gdb.fortran/logical.exp: Likewise.
3369 * gdb.fortran/vla-datatypes.f90: Likewise.
3370 * gdb.fortran/vla-sub.f90: Likewise.
3371
875fb7a7
JB
33722017-11-30 Joel Brobecker <brobecker@adacore.com>
3373
3374 * gdb.ada/repeat_dyn: New testcase.
3375
6f14765f
UW
33762017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3377
3378 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3379 Update for changed thread numbering.
3380 * gdb.cell/bt.exp: Update for changed GDB output.
3381
f1af7b94
SM
33822017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3383
3384 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3385 setting isremote by hand.
3386 * boards/dwarf4-gdb-index.exp: Likewise.
3387 * boards/fission.exp: Likewise.
3388 * boards/stabs.exp: Likewise.
3389
e3919f3e
PA
33902017-11-30 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.linespec/cpls-ops.exp
3393 (check_explicit_skips_function_argument): Extract the underlying
3394 type of size_t instead of hardcoding it.
3395
bd69330d
PA
33962017-11-29 Pedro Alves <palves@redhat.com>
3397
3398 PR c++/19436
3399 * gdb.linespec/cpls-abi-tag.cc: New file.
3400 * gdb.linespec/cpls-abi-tag.exp: New file.
3401
a20714ff
PA
34022017-11-29 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.base/langs.exp: Use -qualified.
3405 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3406 it.
3407 * gdb.cp/namespace.exp: Use -qualified.
3408 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3409 (overload-3, template-overload, template-ret-type, const-overload)
3410 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3411 procedures.
3412 (test_driver): Call them.
3413 * gdb.cp/save-bp-qualified.cc: New.
3414 * gdb.cp/save-bp-qualified.exp: New.
3415 * gdb.linespec/explicit.exp: Test -qualified.
3416 * lib/completion-support.exp (completion::explicit_opts_list): Add
3417 "-qualified".
3418 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3419
f6f1d339
PM
34202017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3421
3422 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3423
02ca603a
TT
34242017-11-29 Tom Tromey <tom@tromey.com>
3425
3426 * gdb.base/relocate.exp: Update invalid argument test.
3427 Add new tests for invalid arguments.
3428
ed6c0bfb
TP
34292017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3430
3431 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3432 Return 0 as a long.
3433 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3434
f106e10e
TP
34352017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3436
3437 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3438 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3439 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3440 func ().
3441 * gdb.cp/shadow.cc (B.func): Return 0.
3442
10329bb2
JB
34432017-11-27 Joel Brobecker <brobecker@adacore.com>
3444
3445 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3446 expected output in gdb_expect call to allow the exception
3447 message to be present as well. Fix syntax confusion to avoid
3448 TCL thinking that exception_name is an array.
3449
617cd4bc
UW
34502017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3451
3452 * gdb.arch/spu-info.c: Include <unistd.h>.
3453 (do_signal_test): Fix broken calls to write.
3454 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3455 Fix checks for empty mailboxes. Update signal tests for corrected
3456 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3457 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3458 * gdb.cell/arch.exp: Use standard_output_file.
3459 * gdb.cell/break.exp: Likewise.
3460 * gdb.cell/bt.exp: Likewise.
3461 * gdb.cell/core.exp: Likewise.
3462 * gdb.cell/dwarfaddr.exp: Likewise.
3463 * gdb.cell/ea-cache.exp: Likewise.
3464 * gdb.cell/ea-standalone.exp: Likewise.
3465 * gdb.cell/f-regs.exp: Likewise.
3466 * gdb.cell/fork.exp: Likewise.
3467 * gdb.cell/gcore.exp: Likewise.
3468 * gdb.cell/mem-access.exp: Likewise.
3469 * gdb.cell/ptype.exp: Likewise.
3470 * gdb.cell/registers.exp: Likewise.
3471 * gdb.cell/sizeof.exp: Likewise.
3472 * gdb.cell/solib-symbol.exp: Likewise.
3473 * gdb.cell/solib.exp: Likewise.
617cd4bc 3474
a81aaca0
PA
34752017-11-25 Pedro Alves <palves@redhat.com>
3476
3477 * gdb.base/complete-empty.exp: New file.
3478 * gdb.base/completion.exp: Adjust.
3479
6a3c6ee4
PA
34802017-11-25 Pedro Alves <palves@redhat.com>
3481
3482 * gdb.linespec/cpls-ops.cc: New file.
3483 * gdb.linespec/cpls-ops.exp: New file.
3484 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3485 factored out from ...
3486 (test_complete_prefix_range): ... this.
3487
8955eb2d
PA
34882017-11-24 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.linespec/cpcompletion.exp: New file.
3491 * gdb.linespec/cpls-hyphen.cc: New file.
3492 * gdb.linespec/cpls.cc: New file.
3493 * gdb.linespec/cpls2.cc: New file.
3494 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3495 test to use test_gdb_complete_unique. Add label completion,
3496 keyword completion and explicit location completion tests.
3497 * lib/completion-support.exp: New file.
3498
e547c119
JB
34992017-11-24 Joel Brobecker <brobecker@adacore.com>
3500
3501 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3502 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3503 when hitting an exception catchpoint.
3504
7c3c1aa8
YQ
35052017-11-22 Yao Qi <yao.qi@linaro.org>
3506
3507 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3508
41bd68f5
SM
35092017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3510
3511 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3512 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3513 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3514
1daad298
YQ
35152017-11-22 Yao Qi <yao.qi@linaro.org>
3516
3517 * gdb.base/info-os.exp: Pass pthreads.
3518 * gdb.multi/multi-attach.exp: Likewise.
3519
88465e87
YQ
35202017-11-22 Yao Qi <yao.qi@linaro.org>
3521
3522 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3523 compiler.
3524
dc196b23
YQ
35252017-11-22 Yao Qi <yao.qi@linaro.org>
3526
3527 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3528 * gdb.base/break-interp.exp: Likewise.
3529 * gdb.base/jit-attach-pie.exp: Likewise.
3530
2400729e
UW
35312017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3532
3533 * gdb.base/float128.c (large128): New variable.
3534 * gdb.base/float128.exp: Add test to print largest __float128 value.
3535
7a26362d
UW
35362017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3537
3538 * gdb.arch/vsx-regs.exp: Update register content checks.
3539
ed0f4273
UW
35402017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3541
3542 * gdb.arch/ppc-longdouble.exp: New file.
3543 * gdb.arch/ppc-longdouble.c: Likewise.
3544
a25d69c6
PA
35452017-11-21 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3548
73fcf641
PA
35492017-11-20 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3552 (long_double_typedef): New typedefs.
3553 Use DEF on double and long double.
3554 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3555 cases.
3556 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3557 and 'long_double_ptr_same_size' locals. Use them to decide
3558 whether cast from array/function to float is valid/invalid.
3559
71a3c369
TT
35602017-11-17 Tom Tromey <tom@tromey.com>
3561
3562 * gdb.rust/traits.rs: New file.
3563 * gdb.rust/traits.exp: New file.
3564
ced9779b
JB
35652017-11-17 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.ada/minsyms: New testcase.
3568
a0922d80
PA
35692017-11-16 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3572 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3573
ea04e54c
PA
35742017-11-16 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3577 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3578
e849ea89
PA
35792017-11-16 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.server/reconnect-ctrl-c.c: New file.
3582 * gdb.server/reconnect-ctrl-c.exp: New file.
3583
d8ae99a7
PM
35842017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3585
3586 * gdb.python/py-rbreak.exp: New file.
3587 * gdb.python/py-rbreak.c: New file.
3588 * gdb.python/py-rbreak-func2.c: New file.
3589
968a13f8
PA
35902017-11-16 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3593 pattern.
3594 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3595 GDB.
3596
71774bc9
SM
35972017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3598
3599 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3600 regex.
3601
ddbb44cf
SM
36022017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3603
3604 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3605 test names.
3606
584a564f
PA
36072017-11-09 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3610 factored out from ...
3611 (top level): ... here, and adjusted to avoid expecting beyond the
3612 prompt in a single gdb_test_multiple.
3613
5ed7a928
PA
36142017-11-09 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3617 output.
3618 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3619 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3620 * gdb.server/ext-run.exp ("kill" test): Likewise.
3621 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3622
a60e0738
PA
36232017-11-09 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3626 match till end of line.
3627
2c88253f
PA
36282017-11-09 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3631
c7a38517
PA
36322017-11-09 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3635 New procedures, factored out from ...
3636 (top level): ... here, and adjusted to avoid expecting beyond the
3637 prompt in one go.
3638
f29f4b6b
PA
36392017-11-09 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3642 output. Fix '?' match.
3643
286acbb5
JB
36442017-11-08 Joel Brobecker <brobecker@adacore.com>
3645
3646 * gdb.ada/scoped_watch: New testcase.
3647 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3648 which is actually correct.
3649 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3650 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3651
62d7ae92
PA
36522017-11-08 Pedro Alves <palves@redhat.com>
3653
3654 * gdb.gdb/complaints.exp (test_initial_complaints)
3655 (test_serial_complaints, test_short_complaints): Call
3656 complaint_internal instead of complaint.
3657
280ca31f
DT
36582017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3659
3660 * gdb.threads/tls-core.c: New file.
3661 * gdb.threads/tls-core.exp: Likewise.
3662
b5ec771e
PA
36632017-11-08 Pedro Alves <palves@redhat.com>
3664
3665 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3666 (p Exported_Capitalized): New test.
3667 (p exported_capitalized): New test.
3668
a02b41a7
PA
36692017-11-07 Pedro Alves <palves@redhat.com>
3670
3671 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3672
95e95a6d
PA
36732017-11-07 Pedro Alves <palves@redhat.com>
3674
3675 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3676 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3677 (disable_invalid, disable_inverted, disable_negative): New
3678 procedures.
3679 ("bad numbers"): New set of tests.
3680
cee62dbd
PA
36812017-11-07 Pedro Alves <palves@redhat.com>
3682
3683 * gdb.cp/ena-dis-br-range.exp: Add tests.
3684
cc638e86
PA
36852017-11-07 Pedro Alves <palves@redhat.com>
3686
3687 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3688
d0fe4701
XR
36892017-11-07 Xavier Roirand <roirand@adacore.com>
3690 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.base/ena-dis-br.exp: Add reference to
3693 gdb.cp/ena-dis-br-range.exp.
3694 * gdb.cp/ena-dis-br-range.exp: New file.
3695 * gdb.cp/ena-dis-br-range.cc: New file.
3696
46f67f80
PA
36972017-11-06 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.base/attach-non-pgrp-leader.c: New.
3700 * gdb.base/attach-non-pgrp-leader.exp: New.
3701
726e1356
PA
37022017-11-06 Pedro Alves <palves@redhat.com>
3703
3704 * configure.ac: No longer check for termio.h and sgtty.h.
3705 * configure: Regenerate.
3706 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3707 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3708 Remove termio and sgtty code.
3709
50ab6ace
YQ
37102017-11-03 Yao Qi <yao.qi@linaro.org>
3711
3712 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3713 in GDB is disabled.
3714
8e68731c
YQ
37152017-11-03 Yao Qi <yao.qi@linaro.org>
3716
3717 * gdb.python/py-thrhandle.exp: Skip it if python is not
3718 enabled.
3719
3a87ae65
SM
37202017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3721
3722 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3723 as a breakpoint command.
3724
484d8d36
MD
37252017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3726
3727 PR python/21213
3728 * gdb.python/py-infthread.exp: Test calling
3729 InferiorThread.inferior () multiple times in a row.
3730
4a27f119
KS
37312017-10-27 Keith Seitz <keiths@redhat.com>
3732
3733 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3734 Test "info break" for every inlined function breakpoint.
3735
bb11dd58
YQ
37362017-10-27 Yao Qi <yao.qi@linaro.org>
3737
3738 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3739
a43f3893
PF
37402017-10-26 Patrick Frants <osscontribute@gmail.com>
3741
3742 * gdb.cp/classes.exp (test_static_members): Test printing
3743 Outer::instance.
3744 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3745 (Inner::instance, Outer::instance): New.
3746
792ccf00
PA
37472017-10-24 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3750 extra console" test in two stages.
3751
eb2bfbad
PA
37522017-10-24 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3755
1f75a651
PA
37562017-10-24 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3759 loop.
3760
779990d9
PA
37612017-10-24 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3764 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3765
ad9b8f5d
PA
37662017-10-24 Pedro Alves <palves@redhat.com>
3767
3768 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3769 parameter and handle it. Don't output read value in test name.
3770
fee6da6e
PA
37712017-10-24 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3774 custom test name.
3775
10389c2c
PA
37762017-10-24 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3779 include the unstable output directory name in the test's name.
3780 (initial_setup_simple) <'set args'>: Use custom test name.
3781
a80e65a9
PA
37822017-10-24 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3785 with explicit test name.
3786
15763a09
PA
37872017-10-20 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3790 'wait -i'. Use gdb_assert and remote_close.
3791
49a4ce2e
AB
37922017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3795 number from variable rather than hard-coded.
3796
a75868f5
PA
37972017-10-19 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.base/long-inferior-output.c: New file.
3800 * gdb.base/long-inferior-output.exp: New file.
3801
c8ba13ad
KS
38022017-11-18 Keith Seitz <keiths@redhat.com>
3803
3804 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3805 method.
3806 (main): Call it.
3807 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3808 Add additional user-defined conversion operator tests.
3809
b27de576
PA
38102017-10-17 Pedro Alves <palves@redhat.com>
3811
3812 * boards/native-stdio-gdbserver.exp: Load "local-board".
3813
8484c955
PA
38142017-10-17 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/quit-live.c: New file.
3817 * gdb.base/quit-live.exp: New file.
3818
83d5a34d
KS
38192017-10-16 Keith Seitz <keiths@redhat.com>
3820
3821 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3822 (class_with_protected_typedef, class_with_private_typedef)
3823 (struct_with_public_typedef, struct_with_protected_typedef)
3824 (struct_with_private_typedef): New classes/structs.
3825 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3826 typedefs and access specifiers.
3827
739b3f1d
PA
38282017-10-16 Pedro Alves <palves@redhat.com>
3829 Simon Marchi <simon.marchi@polymtl.ca>
3830
3831 * README (Local vs Remote vs Native): New section.
3832 * boards/local-board.exp: New file, with bits factored out from
3833 ...
3834 * boards/native-extended-gdbserver.exp: ... here. Load
3835 "local-board".
3836 * boards/native-gdbserver.exp: Load "local-board".
3837 (${board}_spawn, ${board}_exec): Delete.
3838 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3839 ...
3840 * boards/stdio-gdbserver-base.exp: ... this new file.
3841 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3842 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3843 procedure.
3844 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3845 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3846 stdio_gdbserver_command.
3847 (${board}_get_remote_address, ${board}_get_comm_port)
3848 (${board}_download, ${board}_upload): Delete.
3849 (get_target_remote_pipe_cmd): New.
3850
fe68b953
SM
38512017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3852
3853 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3854 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3855 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3856 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3857 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3858 remove with_test_prefix.
3859
300b6685
PA
38602017-10-13 Pedro Alves <palves@redhat.com>
3861
3862 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3863 * gdb.base/annota1.exp: Use it instead of is_remote.
3864 * gdb.base/annota3.exp: Use it instead of is_remote.
3865 * gdb.cp/annota2.exp: Use it instead of is_remote.
3866 * gdb.cp/annota3.exp: Use it instead of is_remote.
3867 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3868
50500caf
PA
38692017-10-13 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3872 (test_num_test_vars, run_and_count_vars, find_env)
3873 (test_set_unset_env, test_inherit_env_var): New procedures.
3874 (top level): Use them.
3875
dad0c6d2
PA
38762017-10-13 Pedro Alves <palves@redhat.com>
3877
3878 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3879 also skip on stub-like targets.
3880
8b0553c1
PA
38812017-10-13 Pedro Alves <palves@redhat.com>
3882
3883 PR gdb/22293
3884 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3885 (top level): Move some tests to ...
3886 (test_not_found): ... this new procedure.
3887 (top level): Call it.
3888
7594f623
PA
38892017-10-13 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3892 expect different "info terminal" output if testing with a
3893 non-native target.
3894
ebe3b402
PA
38952017-10-13 Pedro Alves <palves@redhat.com>
3896 Simon Marchi <simon.marchi@polymtl.ca>
3897
3898 PR python/12966
3899 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3900
42f1b161
PA
39012017-10-13 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3904 already.
3905
8d6ef72b
PA
39062017-10-13 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3909 is_remote.
3910
d7bcd5b8
PA
39112017-10-13 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3914 is_remote.
3915
df479dc6
PA
39162017-10-13 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3919 is set.
3920 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3921 instead of is_remote.
3922
23fb630a
PA
39232017-10-13 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3926 (top level): Add comment.
3927
cc77b1dc
PA
39282017-10-13 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.base/remote.exp (top level): Fix comment typo and add
3931 missing return.
3932
27c9e813
PA
39332017-10-13 Pedro Alves <palves@redhat.com>
3934 Simon Marchi <simon.marchi@polymtl.ca>
3935
3936 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3937 calls and add comments. Skip test if use_gdb_stub is set.
3938 (top level): Use "set cwd" command instead of "cd" command.
3939
5e830d98
PA
39402017-10-13 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3943 is_remote target check.
3944
f5ca0032
PA
39452017-10-13 Pedro Alves <palves@redhat.com>
3946
3947 * gdb.base/scope.exp: Use build_executable + clean_restart +
3948 gdb_file_cmd instead of prepare_for_testing and no longer skip
3949 "before run" tests on is_remote target boards. Update comments.
3950 * boards/native-extended-gdbserver.exp
3951 (extended_gdbserver_load_last_file): New, factored out from ...
3952 (gdb_load): ... this. Move further below and add comment.
3953 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3954
8aed1c0d
PA
39552017-10-12 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/attach.exp: Remove references to gdb64.
3958 * gdb.base/dbx.exp: Remove references to gdb64.
3959
cfa34c87
SM
39602017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3961 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.base/label.exp: Remove is_remote target check.
3964
9192b7de
PA
39652017-10-12 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.base/auvx.exp (coredir): Update comment.
3968 (top level) <core_works>: Use "set cwd" command instead of "cd"
3969 command.
3970
6bf0052d
PA
39712017-10-12 Pedro Alves <palves@redhat.com>
3972 Simon Marchi <simon.marchi@polymtl.ca>
3973
3974 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3975 target boards.
3976
e48ef82d
PA
39772017-10-12 Pedro Alves <palves@redhat.com>
3978 Simon Marchi <simon.marchi@polymtl.ca>
3979
3980 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3981 Instead skip if there's any gdb_protocol set.
3982
8d7aea57
SM
39832017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3984 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3987
30440677
PA
39882017-10-12 Pedro Alves <palves@redhat.com>
3989 Simon Marchi <simon.marchi@polymtl.ca>
3990
3991 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3992 instead of on dejagnu remote boards.
3993
4e04f045 39942017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3995 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3996
3997 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3998 checks. Use build_executable + clean_restart instead of
3999 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4000 of enabling non-stop after starting gdb.
4001
871a186e
PA
40022017-10-12 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4005 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4006 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4007 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4008
56d704da
AK
40092017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4010
4011 * gdb.arch/arc-tdesc-cpu.exp: New file.
4012 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4013
2f20e312
SM
40142017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4015
4016 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4017
65630365
PA
40182017-10-10 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4021 expect CLI output.
4022
bf469271
PA
40232017-10-10 Pedro Alves <palves@redhat.com>
4024
4025 * lib/selftest-support.exp (selftest_setup): Update for
4026 captured_command_loop's prototype change.
4027
777a42f1
PA
40282017-10-09 Pedro Alves <palves@redhat.com>
4029
4030 Test both arch1=>arch2 and arch2=>arch1.
4031
4032 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4033 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4034 factored out to...
4035 (append_arch1_options, append_arch2_options, append_arch_options)
4036 (build_executables): New procedures.
4037 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4038 local.
4039 (top level): Add new 'first_arch' testing axis.
4040
cbd2b4e3
PA
40412017-10-09 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4044 (barrier): New.
4045 (thread_start, all_started): New functions.
4046 (main): Spawn new thread and wait until it is scheduled.
4047 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4048 option.
4049 (do_test): Add 'selected_thread' parameter. Run to all_started
4050 instead of main. Explicitly set the breakpoint at main. Switch
4051 to the SELECTED_THREAD thread.
4052 (top level): Test handling the exec event with either the main
4053 thread or the second thread selected.
4054
5c9e4427
PA
40552017-10-09 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4058 logic. Move STOP marker after the value checks.
4059 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4060 regexp.
4061
b3b7c423
SL
40622017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4063
4064 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4065
3b4b2f16
UW
40662017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4067
4068 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4069 integer-to-dfp conversion.
4070 * gdb.base/dfp-test.exp: Likewise.
4071
5cd63fda
PA
40722017-10-04 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.multi/hangout.c: Include <unistd.h>.
4075 (hangout_loop): New function.
4076 (main): Call alarm. Call hangout_loop in a loop.
4077 * gdb.multi/hello.c: Include <unistd.h>.
4078 (hello_loop): New function.
4079 (main): Call alarm. Call hangout_loop in a loop.
4080 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4081 inferior with the other selected.
4082
4c71c105
SM
40832017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * gdb.mi/list-thread-groups-available.exp: New file.
4086 * gdb.mi/list-thread-groups-available.c: New file.
4087
bc3b087d
SDJ
40882017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 * gdb.base/set-cwd.exp: Make it available on
4091 native-extended-gdbserver.
4092
d092c5a2
SDJ
40932017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4094
4095 * gdb.base/set-cwd.c: New file.
4096 * gdb.base/set-cwd.exp: Likewise.
4097
45320ffa
TT
40982017-10-02 Tom Tromey <tom@tromey.com>
4099
4100 PR rust/22236:
4101 * gdb.rust/simple.rs (main): New variable "fslice".
4102 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4103
b3e3859b
TT
41042017-10-02 Tom Tromey <tom@tromey.com>
4105
4106 * gdb.rust/simple.exp: Test ptype of a slice.
4107
01af5e0d
TT
41082017-10-02 Tom Tromey <tom@tromey.com>
4109
4110 * gdb.rust/simple.exp: Test index of slice.
4111
a9bbfbd8
TT
41122017-09-27 Tom Tromey <tom@tromey.com>
4113
4114 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4115
df8899e5
TP
41162017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4117 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/compare-sections.exp (get value of read-only section): Read
4120 as unsigned value.
4121 (corrupt read-only section): Likewise and don't set written if patching
4122 failed.
4123
757bf54b
KB
41242017-09-21 Kevin Buettner <kevinb@redhat.com>
4125
4126 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4127 files.
4128
06871ae8
PA
41292017-09-20 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4132 symbol names in gdb's output.
4133 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4134
e5f25bc5
PA
41352017-09-20 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4138 Rename to ...
4139 (test_list_ambiguous_symbol): ... this and add a symbol name
4140 parameter. Adjust.
4141 (test_list_ambiguous_function): Reimplement on top of
4142 test_list_ambiguous_symbol and also test listing ambiguous
4143 variables.
4144 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4145 (ambiguous_fun): ... this.
4146 (ambiguous_var): New.
4147 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4148 (ambiguous_fun): ... this.
4149 (ambiguous_var): New.
4150
4e5a4f58
JB
41512017-09-19 John Baldwin <jhb@FreeBSD.org>
4152
4153 * gdb.base/starti.c: New file.
4154 * gdb.base/starti.exp: New file.
4155 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4156
26e53f3e
PA
41572017-09-14 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4160 (top level): Use it instead of runto.
4161
cb791d59
TT
41622017-09-11 Tom Tromey <tom@tromey.com>
4163
4164 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4165
7c96f8c1
TT
41662017-09-11 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4169 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4170
469412dd
CW
41712017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4172
4173 * gdb.fortran/printing-types.exp: New file.
4174 * gdb.fortran/printing-types.exp: New file.
4175
e0f86435
BH
41762017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4177
4178 * gdb.fortran/vla-ptype.exp: Fix typos.
4179 * gdb.fortran/vla-value.exp: Same.
4180
9e9af4be
BH
41812017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4182
4183 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4184 * gdb.mi/mi-var-child-f.exp: Likewise.
4185 * gdb.mi/mi-vla-fortran.exp: Likewise.
4186
a5ad232b
FP
41872017-09-08 Frank Penczek <frank.penczek@intel.com>
4188 Christoph Weinmann <christoph.t.weinmann@intel.com>
4189 Bernhard Heckel <bernhard.heckel@intel.com>
4190
4191 * gdb.fortran/ptr-indentation.f90: New file.
4192 * gdb.fortran/ptr-indentation.exp: New file.
4193
5aec60eb
TT
41942017-09-05 Tom Tromey <tom@tromey.com>
4195
4196 PR gdb/22010:
4197 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4198
8f8f8152
TP
41992017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4200
4201 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4202
fbd1b771
JK
42032017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 * gdb.threads/tls-nodebug-pie.c: New file.
4206 * gdb.threads/tls-nodebug-pie.exp: New file.
4207
5eb5f850
TT
42082017-09-05 Tom Tromey <tom@tromey.com>
4209
4210 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4211 for rust.
4212
ae780a21
SM
42132017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4214
4215 * gdb.multi/multi-arch-exec.exp: Test with different
4216 "follow-exec-mode" settings.
4217 (do_test): New procedure.
4218
3693fdb3
PA
42192017-09-04 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.base/func-static.c (S::method const, S::method volatile)
4222 (S::method volatile const): New methods.
4223 (c_s, v_s, cv_s): New instances.
4224 (main): Call method() on them.
4225 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4226 (cannot_resolve): New procedure.
4227 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4228 print-quote-unquoted columns.
4229 (do_test): Test printing each scope too.
4230
e68cb8e0
PA
42312017-09-04 Pedro Alves <palves@redhat.com>
4232
4233 * gdb.base/local-static.exp: Also test with
4234 class::method::variable wholly quoted.
4235 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4236
858be34c
PA
42372017-09-04 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.base/local-static.c: New.
4240 * gdb.base/local-static.cc: New.
4241 * gdb.base/local-static.exp: New.
4242
46a4882b
PA
42432017-09-04 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.asm/asm-source.exp: Add casts to int.
4246 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4247 (dataglobal64_1, dataglobal64_2): New globals.
4248 * gdb.base/nodebug.exp: Test different expressions involving the
4249 new globals, with print, whatis and ptype. Add casts to int.
4250 * gdb.base/solib-display.exp: Add casts to int.
4251 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4252 * gdb.cp/m-static.exp: Add cast to int.
4253 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4254 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4255 tls variable with no debug info without a cast. Test with a cast
4256 to int too.
4257 * gdb.trace/entry-values.exp: Add casts.
4258
2c5a2be1
PA
42592017-09-04 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/nodebug.exp: Test that ptype's error about functions
4262 with unknown return type includes the function name too.
4263
7022349d
PA
42642017-09-04 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4267 return type of munmap in infcall.
4268 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4269 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4270 type of ftell in infcall.
4271 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4272 type of getpid in infcall.
4273 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4274 infcall.
4275 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4276 Bail on failure to extract the pid.
4277 * gdb.base/nodebug.c: #include <stdint.h>.
4278 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4279 New functions.
4280 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4281 Change expected output of print/whatis/ptype with functions with
4282 no debug info. Test all supported languages. Call
4283 test_call_promotion.
4284 * gdb.compile/compile.exp: Adjust expected output to expect
4285 warning.
4286 * gdb.threads/siginfo-threads.exp: Likewise.
4287
54990598
PA
42882017-09-04 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4291 "prototypes". Test calling float functions via prototyped and
4292 unprototyped function pointers.
4293 (perform_all_tests): New parameter "prototypes". Pass it down.
4294 (top level): Pass down "prototypes" parameter to
4295 perform_all_tests.
4296
34d16ea2
SM
42972017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4298
4299 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4300 Test with nested loops.
4301
9521ecda
SM
43022017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4303
4304 * gdb.base/commands.exp: Call the new procedures.
4305 (loop_break_test, loop_continue_test): New procedures.
4306
80a65e9b
SM
43072017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4308
4309 * gdb.base/commands.exp: Call new procedure.
4310 (define_if_without_arg_test): New procedure.
4311
e439fa14
PA
43122017-09-04 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.base/list-ambiguous.exp: New file.
4315 * gdb.base/list-ambiguous0.c: New file.
4316 * gdb.base/list-ambiguous1.c: New file.
4317 * gdb.base/list.exp (test_list_range): Adjust expected output.
4318
0a2dde4a
SDJ
43192017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4320
4321 * gdb.base/share-env-with-gdbserver.c: New file.
4322 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4323
5e89eb3a
SM
43242017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4325
4326 * gdb.base/commands.exp (gdbvar_simple_if_test,
4327 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4328 progvar_simple_if_test, progvar_simple_while_test,
4329 progvar_complex_if_while_test, user_defined_command_test,
4330 user_defined_command_args_eval,
4331 user_defined_command_args_stack_test,
4332 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4333 temporary_breakpoint_commands,
4334 gdb_test_no_prompt, redefine_hook_test,
4335 redefine_backtrace_test): Remove "global gdb_prompt".
4336
fd437cbc
SM
43372017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4338
4339 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4340 New proc, call it from toplevel.
4341
87215ad1
SDJ
43422017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4343
4344 PR remote/21852
4345 * gdb.server/normal.c: New file, copied from gdb.base.
4346 * gdb.server/run-without-local-binary.exp: New file.
4347
58afddc6
WP
43482017-08-07 Weimin Pan <weimin.pan@oracle.com>
4349
4350 * gdb.arch/sparc64-adi.exp: New file.
4351 * gdb.arch/sparc64-adi.c: New file.
4352
5277199a
PA
43532017-08-22 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4356 (top level): Add "list all overloads" tests.
4357
14278e1f
TT
43582017-08-22 Tom Tromey <tom@tromey.com>
4359
4360 * gdb.gdb/xfullpath.exp: Remove.
4361
bf223d3e
PA
43622017-08-21 Pedro Alves <palves@redhat.com>
4363
4364 PR gdb/19487
4365 * gdb.base/symbol-alias.c: New.
4366 * gdb.base/symbol-alias2.c: New.
4367 * gdb.base/symbol-alias.exp: New.
4368
c973d0aa
PA
43692017-08-21 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/dfp-test.c
4372 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4373 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4374 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4375 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4376 * gdb.base/whatis-ptype-typedefs.c: New.
4377 * gdb.base/whatis-ptype-typedefs.exp: New.
4378 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4379 (an_int, an_int_type, an_int_type2): New globals.
4380 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4381 involving typedefs and cast expressions.
4382 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4383 (lookup_typedefs_function): New.
4384 (typedefs_pretty_printers_dict): New.
4385 (top level): Register lookup_typedefs_function in
4386 gdb.pretty_printers.
4387
6d580b63
YQ
43882017-08-18 Yao Qi <yao.qi@linaro.org>
4389
4390 * gdb.server/unittest.exp: New.
4391
206726fb
SDJ
43922017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4393
4394 PR gdb/21954
4395 * gdb.base/environ.exp: Add test to check if 'unset environment'
4396 works.
4397
bf0ec4c2
AA
43982017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4399
4400 * lib/gdb.exp (universal_compile_options): New caching proc.
4401 (gdb_compile): Suppress GCC's coloring of messages.
4402
d6382fff
TT
44032017-08-14 Tom Tromey <tom@tromey.com>
4404
4405 PR gdb/21675:
4406 * gdb.base/printcmds.exp (test_radices): New function.
4407 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4408 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4409 * lib/gdb.exp (get_integer_valueof): Use p/d.
4410
c2c2dd9f
SM
44112017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4412
4413 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4414 characters.
4415
fdffd6f4
TT
44162017-08-05 Tom Tromey <tom@tromey.com>
4417
4418 * gdb.rust/simple.exp: Allow String to appear in a different
4419 namespace.
4420
27d41eac
YQ
44212017-07-26 Yao Qi <yao.qi@linaro.org>
4422
4423 * gdb.gdb/unittest.exp: Invoke command
4424 "maintenance check xml-descriptions".
4425
031ed05d
AA
44262017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4427
4428 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4429 calling context.
4430 (hex128): Drop erroneous calculation of parameters.
4431
dcd27ddf
SM
44322017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4433
4434 * gdb.python/py-unwind.exp: Disable stack protection when
4435 building test file.
4436
47e77640
PA
44372017-07-20 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/default.exp (set language): Adjust expected output.
4440
62d2a18a
PA
44412017-07-20 Pedro Alves <palves@redhat.com>
4442
4443 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4444 (test_minsym): ... this, and make static.
4445 (get_pck__foo__bar__minsym): Rename to ...
4446 (get_test_minsym): ... this.
4447 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4448 symbol names and comments.
4449 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4450 (get_test_minsym): ... this.
4451 (pck__foo__bar__minsym__2): Rename to ...
4452 (test_minsym): ... this.
4453 (main): Adjust.
4454
c45ec17c
PA
44552017-07-17 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/completion.exp: Adjust expected output.
4458 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4459 the completer works.
4460
c6756f62
PA
44612017-07-17 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4464
5bd68487
AB
44652017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4468
8880f2a9
TT
44692017-07-14 Tom Tromey <tom@tromey.com>
4470
4471 PR rust/21764:
4472 * gdb.rust/simple.exp: Add tests.
4473
65547233
TT
44742017-07-14 Tom Tromey <tom@tromey.com>
4475
4476 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4477
8f14146e
PA
44782017-07-14 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.linespec/base/one/thefile.cc (z1): New function.
4481 * gdb.linespec/base/two/thefile.cc (z2): New function.
4482 * gdb.linespec/linespec.exp: Add tests.
4483
b4365d02
AB
44842017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4487 to mi_create_breakpoint.
4488
5d2cbaa5
AB
44892017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4492 mi_create_breakpoint.
4493
11cb5716
IB
44942017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4495
4496 * gdb.dlang/demangle.exp: Update for demangling changes.
4497
03278692
TT
44982017-07-09 Tom Tromey <tom@tromey.com>
4499
4500 * gdb.dwarf2/shortpiece.exp: New file.
4501
33c5cd75
DB
45022017-07-06 David Blaikie <dblaikie@gmail.com>
4503
4504 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4505 built from fissiont-multi-cu{1,2}.c.
4506 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4507 except putting 'main' and 'func' in separate CUs in the same DWO file.
4508 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4509 test.
4510 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4511 test.
4512
8455d262
PA
45132017-07-06 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.python/py-unwind.exp: Test flushregs.
4516
dc4bde35
SDJ
45172017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4518
4519 PR cli/21688
4520 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4521 tests for alias commands and trailing whitespace.
4522
51ed89aa
SDJ
45232017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4524
4525 PR cli/21688
4526 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4527 procedure. Call it.
4528
eb17d413
PA
45292017-06-29 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/printcmds.exp: Add tests.
4532
41664b45
DG
45332017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4534
4535 PR gdb/21337
4536 * gdb.base/reread-readsym.exp: New file.
4537 * gdb.base/reread-readsym.c: New file.
4538
75312ae3
KB
45392017-06-21 Kevin Buettner <kevinb@redhat.com>
4540
4541 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4542 subpattern.
4543
66953522
PB
45442017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4545
4546 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4547 extended mnemonic.
4548 * gdb.arch/powerpc-power9.s: Likewise.
4549
5524b525
AA
45502017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4551
4552 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4553 on 32-bit x86 targets. Exploit is_*_target macros where
4554 appropriate.
4555
03c8af18
AA
45562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4557
4558 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4559 register pieces.
4560
3bf31011
AA
45612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4562
4563 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4564 located in one or more DWARF pieces.
4565
805acca0
AA
45662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4567
4568 * lib/gdb.exp (get_endianness): New proc.
4569 * gdb.arch/aarch64-fp.exp: Use it.
4570 * gdb.arch/altivec-regs.exp: Likewise.
4571 * gdb.arch/e500-regs.exp: Likewise.
4572 * gdb.arch/vsx-regs.exp: Likewise.
4573 * gdb.base/dump.exp: Likewise.
4574 * gdb.base/funcargs.exp: Likewise.
4575 * gdb.base/gnu_vector.exp: Likewise.
4576 * gdb.dwarf2/formdata16.exp: Likewise.
4577 * gdb.dwarf2/implptrpiece.exp: Likewise.
4578 * gdb.dwarf2/nonvar-access.exp: Likewise.
4579 * gdb.python/py-inferior.exp: Likewise.
4580 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4581
e9352324
AA
45822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4583
4584 PR gdb/21226
4585 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4586 stack value pieces are taken from the LSB end.
4587
d5d1163e
AA
45882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4589
4590 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4591 variable at nonzero offset.
4592
0567c986
AA
45932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4594
4595 * gdb.dwarf2/var-access.c: New file.
4596 * gdb.dwarf2/var-access.exp: New test.
4597 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4598
973e9aab
TT
45992017-06-12 Tom Tromey <tom@tromey.com>
4600
4601 * gdb.dwarf2/formdata16.exp: Add tests.
4602
d9109c80
TT
46032017-06-12 Tom Tromey <tom@tromey.com>
4604
4605 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4606
30a25466
TT
46072017-06-12 Tom Tromey <tom@tromey.com>
4608
4609 PR exp/16225:
4610 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4611 * gdb.arch/vsx-regs.exp: Update tests.
4612 * gdb.arch/s390-vregs.exp (hex128): New proc.
4613 Update test.
4614 * gdb.arch/altivec-regs.exp: Update tests.
4615
aefd8b33
SDJ
46162017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4617
4618 * gdb.base/startup-with-shell.c: New file.
4619 * gdb.base/startup-with-shell.exp: Likewise.
4620
2090129c
SDJ
46212017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4622
4623 * gdb.server/non-existing-program.exp: Update regex in order to
4624 reflect the fact that gdbserver is now using fork_inferior (with a
4625 shell) to startup the inferior.
4626
8e86a419
SM
46272017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4628
4629 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4630 support function calls from GDB.
4631
e6cf65f2
TT
46322017-05-21 Tom Tromey <tom@tromey.com>
4633
4634 PR rust/21466:
4635 * gdb.rust/unsized.exp: New file.
4636 * gdb.rust/unsized.rs: New file.
4637
43cc5389
TT
46382017-05-19 Tom Tromey <tom@tromey.com>
4639
4640 PR rust/21484:
4641 * gdb.rust/watch.exp: New file.
4642 * gdb.rust/watch.rs: New file.
4643
ec8df234
TT
46442017-05-18 Tom Tromey <tom@tromey.com>
4645
4646 * gdb.rust/simple.exp: Allow Box to be qualified.
4647
3e3e7fae
TP
46482017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4649
4650 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4651
59cc050d
PA
46522017-05-18 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/fileio.c (test_write, test_read, test_close)
4655 (test_fstat): Don't print 'ret' in the fail path.
4656
c8f6abd1
PA
46572017-05-18 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4660 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4661 (test_system, test_rename, test_unlink, test_time): Change
4662 prototypes.
4663 * gdb.base/fileio.exp (stop_msg): Adjust.
4664
d2a03b77
PA
46652017-05-18 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.base/fileio.c (null_str): New global.
4668 (test_stat): Use it.
4669 * gdb.base/fileio.exp: Remove nowarnings.
4670
0d5c6999
YQ
46712017-05-17 Yao Qi <yao.qi@linaro.org>
4672
4673 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4674
21873064
YQ
46752017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4676
4677 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4678 argument command.
4679 (top-level): Invoke test_set_inferior_tty.
4680
d512d31c
PA
46812017-05-04 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4684 Add parens to print call for Python 3.
4685
90cef2ed
KS
46862017-05-03 Keith Seitz <keiths@redhat.com>
4687
4688 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4689 (main): Call it.
4690
14f819c8
TW
46912017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4692
4693 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4694 to prev and next.
4695
913aeadd
TW
46962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4697
4698 * gdb.python/py-record-btrace.exp: Remove test for
4699 gdb.BtraceInstruction.error.
4700
a3be24ad
TW
47012017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4702
4703 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4704
ae20e79a
TW
47052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4706
4707 * gdb.python/py-record-btrace-threads.c: New file.
4708 * gdb.python/py-record-btrace-threads.exp: New file.
4709
45ce1b47
SDJ
47102017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4711
4712 PR testsuite/8595
4713 * gdb.base/environ.exp: Make test available in all architectures.
4714 Move bits related to "info program" testing to
4715 gdb.base/info-program.exp. Rewrite tests to use the two new
4716 procedures mentione below.
4717 (test_set_show_env_var) New procedure.
4718 (test_set_show_env_var_equal): Likewise.
4719 * gdb.base/info-program.exp: New file.
4720
e15c3eb4
KS
47212017-04-27 Keith Seitz <keiths@redhat.com>
4722
4723 * gdb.cp/oranking.cc (test15): New function.
4724 (main): Call test15 and declare additional variables for testing.
4725 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4726 "p foo101('abc')" tests.
4727 Add tests for cv qualifier overloads.
4728 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4729 "lvalue reference overload" test.
4730 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4731 "print value of f1 on Child&& in f2" test.
4732
3a3fd0fd
PA
47332017-04-19 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4736 procedure.
4737 (top level): Call it.
4738 * lib/gdb.exp (gdb_define_cmd): New procedure.
4739
53375380
PA
47402017-04-12 Pedro Alves <palves@redhat.com>
4741
4742 PR gdb/21323
4743 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4744 (wchar): New global.
4745 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4746 (do_test_wide_char, wide_char_types_no_program, top level): Add
4747 wchar_t testing.
4748
53e710ac
PA
47492017-04-12 Pedro Alves <palves@redhat.com>
4750
4751 PR c++/21323
4752 * gdb.cp/wide_char_types.c: New file.
4753 * gdb.cp/wide_char_types.exp: New file.
4754
0ad9d8c7
SDJ
47552017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4756
4757 PR gdb/21352
4758 * gdb.trace/tsv.exp: Add test for "tsave -r".
4759
b1b45502
IB
47602017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4761
4762 * gdb.dlang/watch-loc.c: New file.
4763 * gdb.dlang/watch-loc.exp: New file.
4764
ec13808e
JK
47652017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4768
fe5f7374
AK
47692017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4770
4771 * gdb.arch/arc-analyze-prologue.S: New file.
4772 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4773
eea78757
AK
47742017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4775
4776 * gdb.arch/arc-decode-insn.S: New file.
4777 * gdb.arch/arc-decode-insn.exp: Likewise.
4778
5badf10a
IR
47792017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4780
4781 PR tdep/20928
4782 * gdb.arch/sparc64-regs.exp: New file.
4783 * gdb.arch/sparc64-regs.S: Likewise.
4784
cee59b3f
TW
47852017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4786
4787 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4788 and memory view on Python 3.
4789
c0f55cc6
AV
47902017-03-20 Artemiy Volkov <artemiyv@acm.org>
4791 Keith Seitz <keiths@redhat.com>
4792
4793 PR gdb/14441
4794 * gdb.cp/demangle.exp: Add rvalue reference tests.
4795 * gdb.cp/rvalue-ref-casts.cc: New file.
4796 * gdb.cp/rvalue-ref-casts.exp: New file.
4797 * gdb.cp/rvalue-ref-overload.cc: New file.
4798 * gdb.cp/rvalue-ref-overload.exp: New file.
4799 * gdb.cp/rvalue-ref-params.cc: New file.
4800 * gdb.cp/rvalue-ref-params.exp: New file.
4801 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4802 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4803 * gdb.cp/rvalue-ref-types.cc: New file.
4804 * gdb.cp/rvalue-ref-types.exp: New file.
4805 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4806 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4807
51457a05
MAL
48082017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4809
4810 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4811 New procedure.
4812
5b291c04
MAL
48132017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4814
4815 * lib/mi-support.exp (mi_gdb_test): Add additional message
4816 for unexpected output.
4817
59a56148
AA
48182017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4819
4820 * gdb.base/examine-backward.c (Barrier): New character array
4821 constant, to ensure that TestStrings is preceded by a string
4822 terminator.
4823
7942e96e
AA
48242017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4825
4826 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4827 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4828 and implicit pointer into such a location.
4829
6ebac3fb
DE
48302017-03-16 Doug Evans <dje@google.com>
4831
4832 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4833
ec3b243d
TP
48342017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4835
4836 * gdb.cp/m-static.exp: Fix expectation for prototype of
4837 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4838
48392017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4840
4841 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4842 * gdb.guile/scm-lazy-string.c: New file.
4843 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4844 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4845 for pointer, array, typedef lazy strings.
4846
2cc36e25 48472017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4848
4849 PR python/17728, python/18439, python/18779
4850 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4851 * gdb.python/py-lazy-string.c (pointer): New typedef.
4852 (main): New locals ptr, array, typedef_ptr.
4853 * gdb.python/py-value.exp: Move lazy string tests to ...
4854 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4855 array, typedef lazy strings.
ec3b243d 4856
0efcde63
AK
48572017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4858
4859 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4860 Add optional 'test' parameter.
4861
7978d7c3
SM
48622017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4863
4864 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4865 Skip for versions of DejaGnu < 1.5.
4866
896c0c1e
SM
48672017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4868
4869 * lib/gdb.exp (dejagnu_version): New proc.
4870 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4871 Use dejagnu_version.
4872
5f4d1085
KS
48732017-03-10 Keith Seitz <keiths@redhat.com>
4874
4875 PR c++/8128
4876 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4877 type from destructor regexps.
4878 Add a branch which actually passes the test.
4879 Adjust "ptype t5i" test names.
4880
1de05205
PA
48812017-03-08 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.base/step-over-exit.exp: Add explicit test message.
4884
c65d6b55
PA
48852017-03-08 Pedro Alves <palves@redhat.com>
4886
4887 PR gdb/18360
4888 * gdb.threads/interrupt-while-step-over.c: New file.
4889 * gdb.threads/interrupt-while-step-over.exp: New file.
4890
2e86a283
PA
48912017-03-08 Pedro Alves <palves@redhat.com>
4892
4893 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4894 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4895
25dcbff6
PA
48962017-03-08 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4899 PKRU as not supported as a PASS.
4900
dc9366eb
PA
49012017-03-08 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4904 prefix instead of $binfile1/$binfile2.
4905 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4906 in test message.
4907 * gdb.python/py-completion.exp: Use "load python file" as test
4908 messages instead of unstable path names.
4909
6e5d74e7
PA
49102017-03-08 Pedro Alves <palves@redhat.com>
4911 Jan Kratochvil <jan.kratochvil@redhat.com>
4912
4913 PR cli/21218
4914 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4915 New proc.
4916 (top level): Call it.
4917
9753a2f6
PA
49182017-03-08 Pedro Alves <palves@redhat.com>
4919
4920 PR tui/21216
4921 * gdb.tui/tui-nl-filtered-output.exp: New file.
4922
1a4dd9dd
PA
49232017-03-08 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/completion.exp: Move TUI completion tests to ...
4926 * gdb.tui/completion.exp: ... this new file.
4927
7cbbff33
PA
49282017-03-08 Pedro Alves <palves@redhat.com>
4929
4930 * gdb.base/tui-disasm-long-lines.c,
4931 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4932 gdb.base/tui-layout.exp: Move to ...
4933 * gdb.tui/: ... this new directory.
4934
5f6fd321
PA
49352017-03-07 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.base/tui-layout.c: New file.
4938 * gdb.base/tui-layout.exp: New file.
4939
44959fa8
PA
49402017-03-07 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.base/tui-layout.c: Rename to ...
4943 * gdb.base/tui-disasm-long-lines.c: ... this.
4944 * gdb.base/tui-layout.exp: Rename to ...
4945 * gdb.base/tui-disasm-long-lines.exp: ... this.
4946
f8c4e718
PA
49472017-03-07 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4950
6dbb839a 49512017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4952
4953 * i386-mpx-call.c: New file.
4954 * i386-mpx-call.exp: New file.
4955
65b48a81
PB
49562017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4957
4958 * gdb.arch/powerpc-power.exp: Delete test.
4959 * gdb.arch/powerpc-power.s: Likewise.
4960 * gdb.disasm/disassembler-options.exp: New test.
4961 * gdb.arch/powerpc-altivec.exp: Likewise.
4962 * gdb.arch/powerpc-altivec.s: Likewise.
4963 * gdb.arch/powerpc-altivec2.exp: Likewise.
4964 * gdb.arch/powerpc-altivec2.s: Likewise.
4965 * gdb.arch/powerpc-altivec3.exp: Likewise.
4966 * gdb.arch/powerpc-altivec3.s: Likewise.
4967 * gdb.arch/powerpc-power7.exp: Likewise.
4968 * gdb.arch/powerpc-power7.s: Likewise.
4969 * gdb.arch/powerpc-power8.exp: Likewise.
4970 * gdb.arch/powerpc-power8.s: Likewise.
4971 * gdb.arch/powerpc-power9.exp: Likewise.
4972 * gdb.arch/powerpc-power9.s: Likewise.
4973 * gdb.arch/powerpc-vsx.exp: Likewise.
4974 * gdb.arch/powerpc-vsx.s: Likewise.
4975 * gdb.arch/powerpc-vsx2.exp: Likewise.
4976 * gdb.arch/powerpc-vsx2.s: Likewise.
4977 * gdb.arch/powerpc-vsx3.exp: Likewise.
4978 * gdb.arch/powerpc-vsx3.s: Likewise.
4979 * gdb.arch/arm-disassembler-options.exp: Likewise.
4980 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4981 * gdb.arch/s390-disassembler-options.exp: Likewise.
4982
17cd4947
LM
49832017-02-23 Luis Machado <lgustavo@codesourcery.com>
4984
4985 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4986 (check_supported_features): ... this. Changed return type to void.
4987 (supports_rdseed): New static global.
4988 (rdseed): Check supports_rdseed.
4989 (initialize): Call check_supported_features.
4990
2039d74e
EBM
49912017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4992
4993 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4994 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4995 and lqarx/stqcx.
4996 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4997 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4998
a51d7ecf
EBM
49992017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5000
5001 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5002 uppercase.
5003
0224619f
JK
50042017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 * gdb.dwarf2/formdata16.c: New file.
5007 * gdb.dwarf2/formdata16.exp: New file.
5008 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5009
216f72a1
JK
50102017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5011
5012 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5013 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5014 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5015 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5016 DW_AT_GNU_*.
5017
43988095
JK
50182017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5021
99e8a4f9
SDJ
50222017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5023
5024 PR gdb/21164
5025 * gdb.base/maint.exp: Add testcases for when the commands do
5026 not have arguments.
5027
b58a8c0c
TP
50282017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5029
5030 * gdb.cp/chained-calls.exp: Use p instead of P.
5031
4e746bb6
TW
50322017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5033
5034 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5035 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5036
3f77c769
TT
50372017-02-14 Tom Tromey <tom@tromey.com>
5038
5039 PR python/13598:
5040 * gdb.python/py-events.exp: Add before_prompt event tests.
5041
075beec0
AA
50422017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5043
5044 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5045
bf5f525c
LM
50462017-02-13 Luis Machado <lgustavo@codesourcery.com>
5047
5048 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5049 (main): Call my_unique_function_name.
5050 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5051 completion of patterns with a single match.
5052 Add missing -re switches to gdb_test_multiple calls.
5053
13a66184
LM
50542017-02-13 Luis Machado <lgustavo@codesourcery.com>
5055
5056 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5057 return if core file is not recognized.
5058
26a06916
SM
50592017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5060
5061 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5062 and extra UIs.
5063
b761ca9e
SM
50642017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5067 proc_with_prefix.
5068
b964bee0
TT
50692017-02-10 Tom Tromey <tom@tromey.com>
5070
5071 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5072
18da0c51
MG
50732017-02-10 Martin Galvan <martingalvan@sourceware.org>
5074
5075 PR gdb/21122
5076 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5077
604c4576
JG
50782017-02-08 Jerome Guitton <guitton@adacore.com>
5079
5080 * gdb.base/define.exp: Add test for command abbreviations
5081 in define.
5082
20b477a7
LM
50832017-02-06 Luis Machado <lgustavo@codesourcery.com>
5084
5085 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5086 * gdb.reverse/insn-reverse-x86.c: New file.
5087
3f7b46f2
IR
50882017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5089
5090 PR tdep/20936
5091 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5092
f0fd41c1
TT
50932017-02-03 Tom Tromey <tom@tromey.com>
5094
5095 PR rust/21097:
5096 * gdb.rust/simple.exp: Add new tests.
5097
5be5dbf0
PA
50982017-02-02 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5101 tests.
5102
7346ef59
AA
51032017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5104
5105 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5106 taking a 2-byte value out of a 4-byte DWARF implicit value on
5107 big-endian targets.
5108 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5109 logic. Add test cases for DW_OP_implicit.
5110
787f0025
MM
51112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5112
5113 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5114
68777c29
MM
51152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5116
5117 * gdb.btrace/enable.exp: Call gdb_exit before
5118 skip_gdbserver_tests.
5119
0a1c7e28
MM
51202017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5121
5122 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5123 GDBFLAGS.
5124
b5ac99b0
MM
51252017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5126
5127 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5128 the test is skipped.
5129 * gdb.btrace/data.exp: Likewise.
5130 * gdb.btrace/delta.exp: Likewise.
5131 * gdb.btrace/dlopen.exp: Likewise.
5132 * gdb.btrace/enable-running.exp: Likewise.
5133 * gdb.btrace/enable.exp: Likewise.
5134 * gdb.btrace/exception.exp: Likewise.
5135 * gdb.btrace/function_call_history.exp: Likewise.
5136 * gdb.btrace/gcore.exp: Likewise.
5137 * gdb.btrace/instruction_history.exp: Likewise.
5138 * gdb.btrace/multi-thread-step.exp: Likewise.
5139 * gdb.btrace/nohist.exp: Likewise.
5140 * gdb.btrace/non-stop.exp: Likewise.
5141 * gdb.btrace/reconnect.exp: Likewise.
5142 * gdb.btrace/record_goto-step.exp: Likewise.
5143 * gdb.btrace/record_goto.exp: Likewise.
5144 * gdb.btrace/rn-dl-bind.exp: Likewise.
5145 * gdb.btrace/segv.exp: Likewise.
5146 * gdb.btrace/step.exp: Likewise.
5147 * gdb.btrace/stepi.exp: Likewise.
5148 * gdb.btrace/tailcall-only.exp: Likewise.
5149 * gdb.btrace/tailcall.exp: Likewise.
5150 * gdb.btrace/tsx.exp: Likewise.
5151 * gdb.btrace/unknown_functions.exp: Likewise.
5152 * gdb.btrace/vdso.exp: Likewise.
5153
cd4007e4
MM
51542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5155
5156 * gdb.btrace/enable-running.c: New.
5157 * gdb.btrace/enable-running.exp: New.
5158
2735833d
WT
51592017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5160
5161 * gdb.arch/amd64-gs_base.c: New file.
5162 * gdb.arch/amd64-gs_base.exp: New file.
5163
b51e1e94
LM
51642017-01-26 Luis Machado <lgustavo@codesourcery.com>
5165
5166 * lib/memory.exp: Remove spurious empty newlines.
5167
72ca0410
SM
51682017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5169
5170 * gdb.python/py-bad-printers.exp: Load python file using "source".
5171 * gdb.python/py-events.exp: Likewise.
5172 * gdb.python/py-evsignal.exp: Likewise.
5173 * gdb.python/py-evthreads.exp: Likewise.
5174 * gdb.python/py-frame-args.exp: Likewise.
5175 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5176 * gdb.python/py-framefilter-mi.exp: Likewise.
5177 * gdb.python/py-framefilter.exp: Likewise.
5178 * gdb.python/py-mi.exp: Likewise.
5179 * gdb.python/py-pp-maint.exp: Likewise.
5180 * gdb.python/py-pp-registration.exp: Likewise.
5181 * gdb.python/py-prettyprint.exp: Likewise.
5182 (run_lang_tests): Likewise.
5183 * gdb.python/py-typeprint.exp: Likewise.
5184
e309aa65
LM
51852017-01-26 Luis Machado <lgustavo@codesourcery.com>
5186
5187 * lib/memory.exp: New file.
5188 * lib/gdb.exp: Load memory.exp.
5189 * gdb.base/memattr.exp (delete_memory): Move proc to
5190 lib/memory.exp and rename to delete_memory_regions.
5191 Replace delete_memory with delete_memory_regions.
5192 Cleanup memory regions before tests.
5193 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5194 before tests.
5195
515aff23
LM
51962017-01-26 Luis Machado <lgustavo@codesourcery.com>
5197
5198 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5199 files.
5200 (initialize): New function conditionally defined.
5201 (testcases): Move within conditional block.
5202 (main): Call initialize.
5203 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5204 of gdb.reverse/insn-reverse.c.
5205 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5206 gdb.reverse/insn-reverse.c.
5207
d8b49cf0
YQ
52082017-01-26 Yao Qi <yao.qi@linaro.org>
5209
5210 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5211 disassemble on address 0.
5212
f13a9a0c
YQ
52132017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5214 Yao Qi <yao.qi@linaro.org>
5215
5216 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5217 * gdb.dwarf2/implptr-64bit.S: Remove.
5218 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5219 variables in caller's context. Add DW_OP_implicit_value.
5220
5ac95241
YQ
52212017-01-25 Yao Qi <yao.qi@linaro.org>
5222
5223 * lib/dwarf.exp (Dwarf::_location): Handle
5224 DW_OP_GNU_implicit_pointer with proper size.
5225
23e82930
LM
52262017-01-20 Luis Machado <lgustavo@codesourcery.com>
5227
5228 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5229 and add untested calls.
5230
d334ae25
LM
52312017-01-20 Luis Machado <lgustavo@codesourcery.com>
5232
5233 * gdb.python/python.exp: Check line number against what GDB thinks
5234 the line number is for func1.
5235
f5e6296e
IB
52362017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5237
5238 * gdb.dlang/debug-expr.exp: New file.
5239
5b362f04
LM
52402016-12-23 Luis Machado <lgustavo@codesourcery.com>
5241
5242 Fix test names for the following files:
5243
5244 * gdb.ada/exec_changed.exp
5245 * gdb.ada/info_types.exp
5246 * gdb.arch/aarch64-atomic-inst.exp
5247 * gdb.arch/aarch64-fp.exp
5248 * gdb.arch/altivec-abi.exp
5249 * gdb.arch/altivec-regs.exp
5250 * gdb.arch/amd64-byte.exp
5251 * gdb.arch/amd64-disp-step.exp
5252 * gdb.arch/amd64-dword.exp
5253 * gdb.arch/amd64-entry-value-inline.exp
5254 * gdb.arch/amd64-entry-value-param.exp
5255 * gdb.arch/amd64-entry-value-paramref.exp
5256 * gdb.arch/amd64-entry-value.exp
5257 * gdb.arch/amd64-i386-address.exp
5258 * gdb.arch/amd64-invalid-stack-middle.exp
5259 * gdb.arch/amd64-invalid-stack-top.exp
5260 * gdb.arch/amd64-optimout-repeat.exp
5261 * gdb.arch/amd64-prologue-skip.exp
5262 * gdb.arch/amd64-prologue-xmm.exp
5263 * gdb.arch/amd64-stap-special-operands.exp
5264 * gdb.arch/amd64-stap-wrong-subexp.exp
5265 * gdb.arch/amd64-tailcall-cxx.exp
5266 * gdb.arch/amd64-tailcall-noret.exp
5267 * gdb.arch/amd64-tailcall-ret.exp
5268 * gdb.arch/amd64-tailcall-self.exp
5269 * gdb.arch/amd64-word.exp
5270 * gdb.arch/arm-bl-branch-dest.exp
5271 * gdb.arch/arm-disp-step.exp
5272 * gdb.arch/arm-neon.exp
5273 * gdb.arch/arm-single-step-kernel-helper.exp
5274 * gdb.arch/avr-flash-qualifier.exp
5275 * gdb.arch/disp-step-insn-reloc.exp
5276 * gdb.arch/e500-abi.exp
5277 * gdb.arch/e500-regs.exp
5278 * gdb.arch/ftrace-insn-reloc.exp
5279 * gdb.arch/i386-avx512.exp
5280 * gdb.arch/i386-bp_permanent.exp
5281 * gdb.arch/i386-byte.exp
5282 * gdb.arch/i386-cfi-notcurrent.exp
5283 * gdb.arch/i386-disp-step.exp
5284 * gdb.arch/i386-dr3-watch.exp
5285 * gdb.arch/i386-float.exp
5286 * gdb.arch/i386-gnu-cfi.exp
5287 * gdb.arch/i386-mpx-map.exp
5288 * gdb.arch/i386-mpx-sigsegv.exp
5289 * gdb.arch/i386-mpx-simple_segv.exp
5290 * gdb.arch/i386-mpx.exp
5291 * gdb.arch/i386-permbkpt.exp
5292 * gdb.arch/i386-prologue.exp
5293 * gdb.arch/i386-signal.exp
5294 * gdb.arch/i386-size-overlap.exp
5295 * gdb.arch/i386-unwind.exp
5296 * gdb.arch/i386-word.exp
5297 * gdb.arch/mips-fcr.exp
5298 * gdb.arch/powerpc-d128-regs.exp
5299 * gdb.arch/powerpc-stackless.exp
5300 * gdb.arch/ppc64-atomic-inst.exp
5301 * gdb.arch/s390-stackless.exp
5302 * gdb.arch/s390-tdbregs.exp
5303 * gdb.arch/s390-vregs.exp
5304 * gdb.arch/sparc-sysstep.exp
5305 * gdb.arch/thumb-bx-pc.exp
5306 * gdb.arch/thumb-singlestep.exp
5307 * gdb.arch/thumb2-it.exp
5308 * gdb.arch/vsx-regs.exp
5309 * gdb.asm/asm-source.exp
5310 * gdb.base/a2-run.exp
5311 * gdb.base/advance.exp
5312 * gdb.base/all-bin.exp
5313 * gdb.base/anon.exp
5314 * gdb.base/args.exp
5315 * gdb.base/arithmet.exp
5316 * gdb.base/async-shell.exp
5317 * gdb.base/async.exp
5318 * gdb.base/attach-pie-noexec.exp
5319 * gdb.base/attach-twice.exp
5320 * gdb.base/auto-load.exp
5321 * gdb.base/bang.exp
5322 * gdb.base/bitfields.exp
5323 * gdb.base/break-always.exp
5324 * gdb.base/break-caller-line.exp
5325 * gdb.base/break-entry.exp
5326 * gdb.base/break-inline.exp
5327 * gdb.base/break-on-linker-gcd-function.exp
5328 * gdb.base/break-probes.exp
5329 * gdb.base/break.exp
5330 * gdb.base/breakpoint-shadow.exp
5331 * gdb.base/call-ar-st.exp
5332 * gdb.base/call-sc.exp
5333 * gdb.base/call-signal-resume.exp
5334 * gdb.base/call-strs.exp
5335 * gdb.base/callfuncs.exp
5336 * gdb.base/catch-fork-static.exp
5337 * gdb.base/catch-gdb-caused-signals.exp
5338 * gdb.base/catch-load.exp
5339 * gdb.base/catch-signal-fork.exp
5340 * gdb.base/catch-signal.exp
5341 * gdb.base/catch-syscall.exp
5342 * gdb.base/charset.exp
5343 * gdb.base/checkpoint.exp
5344 * gdb.base/chng-syms.exp
5345 * gdb.base/code-expr.exp
5346 * gdb.base/code_elim.exp
5347 * gdb.base/commands.exp
5348 * gdb.base/completion.exp
5349 * gdb.base/complex.exp
5350 * gdb.base/cond-expr.exp
5351 * gdb.base/condbreak.exp
5352 * gdb.base/consecutive.exp
5353 * gdb.base/continue-all-already-running.exp
5354 * gdb.base/coredump-filter.exp
5355 * gdb.base/corefile.exp
5356 * gdb.base/dbx.exp
5357 * gdb.base/debug-expr.exp
5358 * gdb.base/define.exp
5359 * gdb.base/del.exp
5360 * gdb.base/disabled-location.exp
5361 * gdb.base/disasm-end-cu.exp
5362 * gdb.base/disasm-optim.exp
5363 * gdb.base/display.exp
5364 * gdb.base/duplicate-bp.exp
5365 * gdb.base/ena-dis-br.exp
5366 * gdb.base/ending-run.exp
5367 * gdb.base/enumval.exp
5368 * gdb.base/environ.exp
5369 * gdb.base/eu-strip-infcall.exp
5370 * gdb.base/eval-avoid-side-effects.exp
5371 * gdb.base/eval-skip.exp
5372 * gdb.base/exitsignal.exp
5373 * gdb.base/expand-psymtabs.exp
5374 * gdb.base/filesym.exp
5375 * gdb.base/find-unmapped.exp
5376 * gdb.base/finish.exp
5377 * gdb.base/float.exp
5378 * gdb.base/foll-exec-mode.exp
5379 * gdb.base/foll-exec.exp
5380 * gdb.base/foll-fork.exp
5381 * gdb.base/fortran-sym-case.exp
5382 * gdb.base/freebpcmd.exp
5383 * gdb.base/func-ptr.exp
5384 * gdb.base/func-ptrs.exp
5385 * gdb.base/funcargs.exp
5386 * gdb.base/gcore-buffer-overflow.exp
5387 * gdb.base/gcore-relro-pie.exp
5388 * gdb.base/gcore-relro.exp
5389 * gdb.base/gcore.exp
5390 * gdb.base/gdb1090.exp
5391 * gdb.base/gdb11530.exp
5392 * gdb.base/gdb11531.exp
5393 * gdb.base/gdb1821.exp
5394 * gdb.base/gdbindex-stabs.exp
5395 * gdb.base/gdbvars.exp
5396 * gdb.base/hbreak.exp
5397 * gdb.base/hbreak2.exp
5398 * gdb.base/included.exp
5399 * gdb.base/infcall-input.exp
5400 * gdb.base/inferior-died.exp
5401 * gdb.base/infnan.exp
5402 * gdb.base/info-macros.exp
5403 * gdb.base/info-os.exp
5404 * gdb.base/info-proc.exp
5405 * gdb.base/info-shared.exp
5406 * gdb.base/info-target.exp
5407 * gdb.base/infoline.exp
5408 * gdb.base/interp.exp
5409 * gdb.base/interrupt.exp
5410 * gdb.base/jit-reader.exp
5411 * gdb.base/jit-simple.exp
5412 * gdb.base/kill-after-signal.exp
5413 * gdb.base/kill-detach-inferiors-cmd.exp
5414 * gdb.base/label.exp
5415 * gdb.base/langs.exp
5416 * gdb.base/ldbl_e308.exp
5417 * gdb.base/line-symtabs.exp
5418 * gdb.base/linespecs.exp
5419 * gdb.base/list.exp
5420 * gdb.base/long_long.exp
5421 * gdb.base/longest-types.exp
5422 * gdb.base/maint.exp
5423 * gdb.base/max-value-size.exp
5424 * gdb.base/memattr.exp
5425 * gdb.base/mips_pro.exp
5426 * gdb.base/morestack.exp
5427 * gdb.base/moribund-step.exp
5428 * gdb.base/multi-forks.exp
5429 * gdb.base/nested-addr.exp
5430 * gdb.base/nextoverexit.exp
5431 * gdb.base/noreturn-finish.exp
5432 * gdb.base/noreturn-return.exp
5433 * gdb.base/nostdlib.exp
5434 * gdb.base/offsets.exp
5435 * gdb.base/opaque.exp
5436 * gdb.base/pc-fp.exp
5437 * gdb.base/permissions.exp
5438 * gdb.base/print-symbol-loading.exp
5439 * gdb.base/prologue-include.exp
5440 * gdb.base/psymtab.exp
5441 * gdb.base/ptype.exp
5442 * gdb.base/random-signal.exp
5443 * gdb.base/randomize.exp
5444 * gdb.base/range-stepping.exp
5445 * gdb.base/readline-ask.exp
5446 * gdb.base/recpar.exp
5447 * gdb.base/recurse.exp
5448 * gdb.base/relational.exp
5449 * gdb.base/restore.exp
5450 * gdb.base/return-nodebug.exp
5451 * gdb.base/return.exp
5452 * gdb.base/run-after-attach.exp
5453 * gdb.base/save-bp.exp
5454 * gdb.base/scope.exp
5455 * gdb.base/sect-cmd.exp
5456 * gdb.base/set-lang-auto.exp
5457 * gdb.base/set-noassign.exp
5458 * gdb.base/setvar.exp
5459 * gdb.base/sigall.exp
5460 * gdb.base/sigbpt.exp
5461 * gdb.base/siginfo-addr.exp
5462 * gdb.base/siginfo-infcall.exp
5463 * gdb.base/siginfo-obj.exp
5464 * gdb.base/siginfo.exp
5465 * gdb.base/signals-state-child.exp
5466 * gdb.base/signest.exp
5467 * gdb.base/sigstep.exp
5468 * gdb.base/sizeof.exp
5469 * gdb.base/skip.exp
5470 * gdb.base/solib-corrupted.exp
5471 * gdb.base/solib-nodir.exp
5472 * gdb.base/solib-search.exp
5473 * gdb.base/stack-checking.exp
5474 * gdb.base/stale-infcall.exp
5475 * gdb.base/stap-probe.exp
5476 * gdb.base/start.exp
5477 * gdb.base/step-break.exp
5478 * gdb.base/step-bt.exp
5479 * gdb.base/step-line.exp
5480 * gdb.base/step-over-exit.exp
5481 * gdb.base/step-over-syscall.exp
5482 * gdb.base/step-resume-infcall.exp
5483 * gdb.base/step-test.exp
5484 * gdb.base/store.exp
5485 * gdb.base/structs3.exp
5486 * gdb.base/sym-file.exp
5487 * gdb.base/symbol-without-target_section.exp
5488 * gdb.base/term.exp
5489 * gdb.base/testenv.exp
5490 * gdb.base/ui-redirect.exp
5491 * gdb.base/until.exp
5492 * gdb.base/unwindonsignal.exp
5493 * gdb.base/value-double-free.exp
5494 * gdb.base/vla-datatypes.exp
5495 * gdb.base/vla-ptr.exp
5496 * gdb.base/vla-sideeffect.exp
5497 * gdb.base/volatile.exp
5498 * gdb.base/watch-cond-infcall.exp
5499 * gdb.base/watch-cond.exp
5500 * gdb.base/watch-non-mem.exp
5501 * gdb.base/watch-read.exp
5502 * gdb.base/watch-vfork.exp
5503 * gdb.base/watchpoint-cond-gone.exp
5504 * gdb.base/watchpoint-delete.exp
5505 * gdb.base/watchpoint-hw-hit-once.exp
5506 * gdb.base/watchpoint-hw.exp
5507 * gdb.base/watchpoint-stops-at-right-insn.exp
5508 * gdb.base/watchpoints.exp
5509 * gdb.base/wchar.exp
5510 * gdb.base/whatis-exp.exp
5511 * gdb.btrace/buffer-size.exp
5512 * gdb.btrace/data.exp
5513 * gdb.btrace/delta.exp
5514 * gdb.btrace/dlopen.exp
5515 * gdb.btrace/enable.exp
5516 * gdb.btrace/exception.exp
5517 * gdb.btrace/function_call_history.exp
5518 * gdb.btrace/gcore.exp
5519 * gdb.btrace/instruction_history.exp
5520 * gdb.btrace/nohist.exp
5521 * gdb.btrace/reconnect.exp
5522 * gdb.btrace/record_goto-step.exp
5523 * gdb.btrace/record_goto.exp
5524 * gdb.btrace/rn-dl-bind.exp
5525 * gdb.btrace/segv.exp
5526 * gdb.btrace/step.exp
5527 * gdb.btrace/stepi.exp
5528 * gdb.btrace/tailcall-only.exp
5529 * gdb.btrace/tailcall.exp
5530 * gdb.btrace/tsx.exp
5531 * gdb.btrace/unknown_functions.exp
5532 * gdb.btrace/vdso.exp
5533 * gdb.compile/compile-ifunc.exp
5534 * gdb.compile/compile-ops.exp
5535 * gdb.compile/compile-print.exp
5536 * gdb.compile/compile-setjmp.exp
5537 * gdb.cp/abstract-origin.exp
5538 * gdb.cp/ambiguous.exp
5539 * gdb.cp/annota2.exp
5540 * gdb.cp/annota3.exp
5541 * gdb.cp/anon-ns.exp
5542 * gdb.cp/anon-struct.exp
5543 * gdb.cp/anon-union.exp
5544 * gdb.cp/arg-reference.exp
5545 * gdb.cp/baseenum.exp
5546 * gdb.cp/bool.exp
5547 * gdb.cp/breakpoint.exp
5548 * gdb.cp/bs15503.exp
5549 * gdb.cp/call-c.exp
5550 * gdb.cp/casts.exp
5551 * gdb.cp/chained-calls.exp
5552 * gdb.cp/class2.exp
5553 * gdb.cp/classes.exp
5554 * gdb.cp/cmpd-minsyms.exp
5555 * gdb.cp/converts.exp
5556 * gdb.cp/cp-relocate.exp
5557 * gdb.cp/cpcompletion.exp
5558 * gdb.cp/cpexprs.exp
5559 * gdb.cp/cplabel.exp
5560 * gdb.cp/cplusfuncs.exp
5561 * gdb.cp/cpsizeof.exp
5562 * gdb.cp/ctti.exp
5563 * gdb.cp/derivation.exp
5564 * gdb.cp/destrprint.exp
5565 * gdb.cp/dispcxx.exp
5566 * gdb.cp/enum-class.exp
5567 * gdb.cp/exception.exp
5568 * gdb.cp/exceptprint.exp
5569 * gdb.cp/expand-psymtabs-cxx.exp
5570 * gdb.cp/expand-sals.exp
5571 * gdb.cp/extern-c.exp
5572 * gdb.cp/filename.exp
5573 * gdb.cp/formatted-ref.exp
5574 * gdb.cp/fpointer.exp
5575 * gdb.cp/gdb1355.exp
5576 * gdb.cp/gdb2495.exp
5577 * gdb.cp/hang.exp
5578 * gdb.cp/impl-this.exp
5579 * gdb.cp/infcall-dlopen.exp
5580 * gdb.cp/inherit.exp
5581 * gdb.cp/iostream.exp
5582 * gdb.cp/koenig.exp
5583 * gdb.cp/local.exp
5584 * gdb.cp/m-data.exp
5585 * gdb.cp/m-static.exp
5586 * gdb.cp/mb-ctor.exp
5587 * gdb.cp/mb-inline.exp
5588 * gdb.cp/mb-templates.exp
5589 * gdb.cp/member-name.exp
5590 * gdb.cp/member-ptr.exp
5591 * gdb.cp/meth-typedefs.exp
5592 * gdb.cp/method.exp
5593 * gdb.cp/method2.exp
5594 * gdb.cp/minsym-fallback.exp
5595 * gdb.cp/misc.exp
5596 * gdb.cp/namelessclass.exp
5597 * gdb.cp/namespace-enum.exp
5598 * gdb.cp/namespace-nested-import.exp
5599 * gdb.cp/namespace.exp
5600 * gdb.cp/nextoverthrow.exp
5601 * gdb.cp/no-dmgl-verbose.exp
5602 * gdb.cp/non-trivial-retval.exp
5603 * gdb.cp/noparam.exp
5604 * gdb.cp/nsdecl.exp
5605 * gdb.cp/nsimport.exp
5606 * gdb.cp/nsnested.exp
5607 * gdb.cp/nsnoimports.exp
5608 * gdb.cp/nsrecurs.exp
5609 * gdb.cp/nsstress.exp
5610 * gdb.cp/nsusing.exp
5611 * gdb.cp/operator.exp
5612 * gdb.cp/oranking.exp
5613 * gdb.cp/overload-const.exp
5614 * gdb.cp/overload.exp
5615 * gdb.cp/ovldbreak.exp
5616 * gdb.cp/ovsrch.exp
5617 * gdb.cp/paren-type.exp
5618 * gdb.cp/parse-lang.exp
5619 * gdb.cp/pass-by-ref.exp
5620 * gdb.cp/pr-1023.exp
5621 * gdb.cp/pr-1210.exp
5622 * gdb.cp/pr-574.exp
5623 * gdb.cp/pr10687.exp
5624 * gdb.cp/pr12028.exp
5625 * gdb.cp/pr17132.exp
5626 * gdb.cp/pr17494.exp
5627 * gdb.cp/pr9067.exp
5628 * gdb.cp/pr9167.exp
5629 * gdb.cp/pr9631.exp
5630 * gdb.cp/printmethod.exp
5631 * gdb.cp/psmang.exp
5632 * gdb.cp/psymtab-parameter.exp
5633 * gdb.cp/ptype-cv-cp.exp
5634 * gdb.cp/ptype-flags.exp
5635 * gdb.cp/re-set-overloaded.exp
5636 * gdb.cp/ref-types.exp
5637 * gdb.cp/rtti.exp
5638 * gdb.cp/scope-err.exp
5639 * gdb.cp/shadow.exp
5640 * gdb.cp/smartp.exp
5641 * gdb.cp/static-method.exp
5642 * gdb.cp/static-print-quit.exp
5643 * gdb.cp/temargs.exp
5644 * gdb.cp/templates.exp
5645 * gdb.cp/try_catch.exp
5646 * gdb.cp/typedef-operator.exp
5647 * gdb.cp/typeid.exp
5648 * gdb.cp/userdef.exp
5649 * gdb.cp/using-crash.exp
5650 * gdb.cp/var-tag.exp
5651 * gdb.cp/virtbase.exp
5652 * gdb.cp/virtfunc.exp
5653 * gdb.cp/virtfunc2.exp
5654 * gdb.cp/vla-cxx.exp
5655 * gdb.disasm/t01_mov.exp
5656 * gdb.disasm/t02_mova.exp
5657 * gdb.disasm/t03_add.exp
5658 * gdb.disasm/t04_sub.exp
5659 * gdb.disasm/t05_cmp.exp
5660 * gdb.disasm/t06_ari2.exp
5661 * gdb.disasm/t07_ari3.exp
5662 * gdb.disasm/t08_or.exp
5663 * gdb.disasm/t09_xor.exp
5664 * gdb.disasm/t10_and.exp
5665 * gdb.disasm/t11_logs.exp
5666 * gdb.disasm/t12_bit.exp
5667 * gdb.disasm/t13_otr.exp
5668 * gdb.dlang/circular.exp
5669 * gdb.dwarf2/arr-stride.exp
5670 * gdb.dwarf2/arr-subrange.exp
5671 * gdb.dwarf2/atomic-type.exp
5672 * gdb.dwarf2/bad-regnum.exp
5673 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5674 * gdb.dwarf2/callframecfa.exp
5675 * gdb.dwarf2/clztest.exp
5676 * gdb.dwarf2/corrupt.exp
5677 * gdb.dwarf2/data-loc.exp
5678 * gdb.dwarf2/dup-psym.exp
5679 * gdb.dwarf2/dw2-anon-mptr.exp
5680 * gdb.dwarf2/dw2-anonymous-func.exp
5681 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5682 * gdb.dwarf2/dw2-bad-unresolved.exp
5683 * gdb.dwarf2/dw2-basic.exp
5684 * gdb.dwarf2/dw2-canonicalize-type.exp
5685 * gdb.dwarf2/dw2-case-insensitive.exp
5686 * gdb.dwarf2/dw2-common-block.exp
5687 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5688 * gdb.dwarf2/dw2-compressed.exp
5689 * gdb.dwarf2/dw2-const.exp
5690 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5691 * gdb.dwarf2/dw2-cu-size.exp
5692 * gdb.dwarf2/dw2-dup-frame.exp
5693 * gdb.dwarf2/dw2-entry-value.exp
5694 * gdb.dwarf2/dw2-icycle.exp
5695 * gdb.dwarf2/dw2-ifort-parameter.exp
5696 * gdb.dwarf2/dw2-inline-break.exp
5697 * gdb.dwarf2/dw2-inline-param.exp
5698 * gdb.dwarf2/dw2-intercu.exp
5699 * gdb.dwarf2/dw2-intermix.exp
5700 * gdb.dwarf2/dw2-lexical-block-bare.exp
5701 * gdb.dwarf2/dw2-linkage-name-trust.exp
5702 * gdb.dwarf2/dw2-minsym-in-cu.exp
5703 * gdb.dwarf2/dw2-noloc.exp
5704 * gdb.dwarf2/dw2-op-call.exp
5705 * gdb.dwarf2/dw2-op-out-param.exp
5706 * gdb.dwarf2/dw2-opt-structptr.exp
5707 * gdb.dwarf2/dw2-param-error.exp
5708 * gdb.dwarf2/dw2-producer.exp
5709 * gdb.dwarf2/dw2-ranges-base.exp
5710 * gdb.dwarf2/dw2-ref-missing-frame.exp
5711 * gdb.dwarf2/dw2-reg-undefined.exp
5712 * gdb.dwarf2/dw2-regno-invalid.exp
5713 * gdb.dwarf2/dw2-restore.exp
5714 * gdb.dwarf2/dw2-restrict.exp
5715 * gdb.dwarf2/dw2-single-line-discriminators.exp
5716 * gdb.dwarf2/dw2-strp.exp
5717 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5718 * gdb.dwarf2/dw2-unresolved.exp
5719 * gdb.dwarf2/dw2-var-zero-addr.exp
5720 * gdb.dwarf2/dw4-sig-types.exp
5721 * gdb.dwarf2/dwz.exp
5722 * gdb.dwarf2/dynarr-ptr.exp
5723 * gdb.dwarf2/enum-type.exp
5724 * gdb.dwarf2/gdb-index.exp
5725 * gdb.dwarf2/implptr-64bit.exp
5726 * gdb.dwarf2/implptr-optimized-out.exp
5727 * gdb.dwarf2/implptr.exp
5728 * gdb.dwarf2/implref-array.exp
5729 * gdb.dwarf2/implref-const.exp
5730 * gdb.dwarf2/implref-global.exp
5731 * gdb.dwarf2/implref-struct.exp
5732 * gdb.dwarf2/mac-fileno.exp
5733 * gdb.dwarf2/main-subprogram.exp
5734 * gdb.dwarf2/member-ptr-forwardref.exp
5735 * gdb.dwarf2/method-ptr.exp
5736 * gdb.dwarf2/missing-sig-type.exp
5737 * gdb.dwarf2/nonvar-access.exp
5738 * gdb.dwarf2/opaque-type-lookup.exp
5739 * gdb.dwarf2/pieces-optimized-out.exp
5740 * gdb.dwarf2/pieces.exp
5741 * gdb.dwarf2/pr10770.exp
5742 * gdb.dwarf2/pr13961.exp
5743 * gdb.dwarf2/staticvirtual.exp
5744 * gdb.dwarf2/subrange.exp
5745 * gdb.dwarf2/symtab-producer.exp
5746 * gdb.dwarf2/trace-crash.exp
5747 * gdb.dwarf2/typeddwarf.exp
5748 * gdb.dwarf2/valop.exp
5749 * gdb.dwarf2/watch-notconst.exp
5750 * gdb.fortran/array-element.exp
5751 * gdb.fortran/charset.exp
5752 * gdb.fortran/common-block.exp
5753 * gdb.fortran/complex.exp
5754 * gdb.fortran/derived-type-function.exp
5755 * gdb.fortran/derived-type.exp
5756 * gdb.fortran/logical.exp
5757 * gdb.fortran/module.exp
5758 * gdb.fortran/multi-dim.exp
5759 * gdb.fortran/nested-funcs.exp
5760 * gdb.fortran/print-formatted.exp
5761 * gdb.fortran/subarray.exp
5762 * gdb.fortran/vla-alloc-assoc.exp
5763 * gdb.fortran/vla-datatypes.exp
5764 * gdb.fortran/vla-history.exp
5765 * gdb.fortran/vla-ptr-info.exp
5766 * gdb.fortran/vla-ptype-sub.exp
5767 * gdb.fortran/vla-ptype.exp
5768 * gdb.fortran/vla-sizeof.exp
5769 * gdb.fortran/vla-type.exp
5770 * gdb.fortran/vla-value-sub-arbitrary.exp
5771 * gdb.fortran/vla-value-sub-finish.exp
5772 * gdb.fortran/vla-value-sub.exp
5773 * gdb.fortran/vla-value.exp
5774 * gdb.fortran/whatis_type.exp
5775 * gdb.go/chan.exp
5776 * gdb.go/handcall.exp
5777 * gdb.go/hello.exp
5778 * gdb.go/integers.exp
5779 * gdb.go/methods.exp
5780 * gdb.go/package.exp
5781 * gdb.go/strings.exp
5782 * gdb.go/types.exp
5783 * gdb.go/unsafe.exp
5784 * gdb.guile/scm-arch.exp
5785 * gdb.guile/scm-block.exp
5786 * gdb.guile/scm-breakpoint.exp
5787 * gdb.guile/scm-cmd.exp
5788 * gdb.guile/scm-disasm.exp
5789 * gdb.guile/scm-equal.exp
5790 * gdb.guile/scm-frame-args.exp
5791 * gdb.guile/scm-frame-inline.exp
5792 * gdb.guile/scm-frame.exp
5793 * gdb.guile/scm-iterator.exp
5794 * gdb.guile/scm-math.exp
5795 * gdb.guile/scm-objfile.exp
5796 * gdb.guile/scm-ports.exp
5797 * gdb.guile/scm-symbol.exp
5798 * gdb.guile/scm-symtab.exp
5799 * gdb.guile/scm-value-cc.exp
5800 * gdb.guile/types-module.exp
5801 * gdb.linespec/break-ask.exp
5802 * gdb.linespec/cpexplicit.exp
5803 * gdb.linespec/explicit.exp
5804 * gdb.linespec/keywords.exp
5805 * gdb.linespec/linespec.exp
5806 * gdb.linespec/ls-dollar.exp
5807 * gdb.linespec/ls-errs.exp
5808 * gdb.linespec/skip-two.exp
5809 * gdb.linespec/thread.exp
5810 * gdb.mi/mi-async.exp
5811 * gdb.mi/mi-basics.exp
5812 * gdb.mi/mi-break.exp
5813 * gdb.mi/mi-catch-load.exp
5814 * gdb.mi/mi-cli.exp
5815 * gdb.mi/mi-cmd-param-changed.exp
5816 * gdb.mi/mi-console.exp
5817 * gdb.mi/mi-detach.exp
5818 * gdb.mi/mi-disassemble.exp
5819 * gdb.mi/mi-eval.exp
5820 * gdb.mi/mi-file-transfer.exp
5821 * gdb.mi/mi-file.exp
5822 * gdb.mi/mi-fill-memory.exp
5823 * gdb.mi/mi-inheritance-syntax-error.exp
5824 * gdb.mi/mi-linespec-err-cp.exp
5825 * gdb.mi/mi-logging.exp
5826 * gdb.mi/mi-memory-changed.exp
5827 * gdb.mi/mi-read-memory.exp
5828 * gdb.mi/mi-record-changed.exp
5829 * gdb.mi/mi-reg-undefined.exp
5830 * gdb.mi/mi-regs.exp
5831 * gdb.mi/mi-return.exp
5832 * gdb.mi/mi-reverse.exp
5833 * gdb.mi/mi-simplerun.exp
5834 * gdb.mi/mi-solib.exp
5835 * gdb.mi/mi-stack.exp
5836 * gdb.mi/mi-stepi.exp
5837 * gdb.mi/mi-syn-frame.exp
5838 * gdb.mi/mi-until.exp
5839 * gdb.mi/mi-var-block.exp
5840 * gdb.mi/mi-var-child.exp
5841 * gdb.mi/mi-var-cmd.exp
5842 * gdb.mi/mi-var-cp.exp
5843 * gdb.mi/mi-var-display.exp
5844 * gdb.mi/mi-var-invalidate.exp
5845 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5846 * gdb.mi/mi-vla-fortran.exp
5847 * gdb.mi/mi-watch.exp
5848 * gdb.mi/mi2-var-child.exp
5849 * gdb.mi/user-selected-context-sync.exp
5850 * gdb.modula2/unbounded-array.exp
5851 * gdb.multi/dummy-frame-restore.exp
5852 * gdb.multi/multi-arch-exec.exp
5853 * gdb.multi/multi-arch.exp
5854 * gdb.multi/tids.exp
5855 * gdb.multi/watchpoint-multi.exp
5856 * gdb.opencl/callfuncs.exp
5857 * gdb.opencl/convs_casts.exp
5858 * gdb.opencl/datatypes.exp
5859 * gdb.opencl/operators.exp
5860 * gdb.opencl/vec_comps.exp
5861 * gdb.opt/clobbered-registers-O2.exp
5862 * gdb.opt/inline-break.exp
5863 * gdb.opt/inline-bt.exp
5864 * gdb.opt/inline-cmds.exp
5865 * gdb.opt/inline-locals.exp
5866 * gdb.pascal/case-insensitive-symbols.exp
5867 * gdb.pascal/floats.exp
5868 * gdb.pascal/gdb11492.exp
5869 * gdb.python/lib-types.exp
5870 * gdb.python/py-arch.exp
5871 * gdb.python/py-as-string.exp
5872 * gdb.python/py-bad-printers.exp
5873 * gdb.python/py-block.exp
5874 * gdb.python/py-breakpoint-create-fail.exp
5875 * gdb.python/py-breakpoint.exp
5876 * gdb.python/py-caller-is.exp
5877 * gdb.python/py-cmd.exp
5878 * gdb.python/py-explore-cc.exp
5879 * gdb.python/py-explore.exp
5880 * gdb.python/py-finish-breakpoint.exp
5881 * gdb.python/py-finish-breakpoint2.exp
5882 * gdb.python/py-frame-args.exp
5883 * gdb.python/py-frame-inline.exp
5884 * gdb.python/py-frame.exp
5885 * gdb.python/py-framefilter-mi.exp
5886 * gdb.python/py-infthread.exp
5887 * gdb.python/py-lazy-string.exp
5888 * gdb.python/py-linetable.exp
5889 * gdb.python/py-mi-events.exp
5890 * gdb.python/py-mi-objfile.exp
5891 * gdb.python/py-mi.exp
5892 * gdb.python/py-objfile.exp
5893 * gdb.python/py-pp-integral.exp
5894 * gdb.python/py-pp-maint.exp
5895 * gdb.python/py-pp-re-notag.exp
5896 * gdb.python/py-pp-registration.exp
5897 * gdb.python/py-recurse-unwind.exp
5898 * gdb.python/py-strfns.exp
5899 * gdb.python/py-symbol.exp
5900 * gdb.python/py-symtab.exp
5901 * gdb.python/py-sync-interp.exp
5902 * gdb.python/py-typeprint.exp
5903 * gdb.python/py-unwind-maint.exp
5904 * gdb.python/py-unwind.exp
5905 * gdb.python/py-value-cc.exp
5906 * gdb.python/py-xmethods.exp
5907 * gdb.reverse/amd64-tailcall-reverse.exp
5908 * gdb.reverse/break-precsave.exp
5909 * gdb.reverse/break-reverse.exp
5910 * gdb.reverse/consecutive-precsave.exp
5911 * gdb.reverse/consecutive-reverse.exp
5912 * gdb.reverse/finish-precsave.exp
5913 * gdb.reverse/finish-reverse-bkpt.exp
5914 * gdb.reverse/finish-reverse.exp
5915 * gdb.reverse/fstatat-reverse.exp
5916 * gdb.reverse/getresuid-reverse.exp
5917 * gdb.reverse/i386-precsave.exp
5918 * gdb.reverse/i386-reverse.exp
5919 * gdb.reverse/i386-sse-reverse.exp
5920 * gdb.reverse/i387-env-reverse.exp
5921 * gdb.reverse/i387-stack-reverse.exp
5922 * gdb.reverse/insn-reverse.exp
5923 * gdb.reverse/machinestate-precsave.exp
5924 * gdb.reverse/machinestate.exp
5925 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5926 * gdb.reverse/pipe-reverse.exp
5927 * gdb.reverse/readv-reverse.exp
5928 * gdb.reverse/recvmsg-reverse.exp
5929 * gdb.reverse/rerun-prec.exp
5930 * gdb.reverse/s390-mvcle.exp
5931 * gdb.reverse/step-precsave.exp
5932 * gdb.reverse/step-reverse.exp
5933 * gdb.reverse/time-reverse.exp
5934 * gdb.reverse/until-precsave.exp
5935 * gdb.reverse/until-reverse.exp
5936 * gdb.reverse/waitpid-reverse.exp
5937 * gdb.reverse/watch-precsave.exp
5938 * gdb.reverse/watch-reverse.exp
5939 * gdb.rust/generics.exp
5940 * gdb.rust/methods.exp
5941 * gdb.rust/modules.exp
5942 * gdb.rust/simple.exp
5943 * gdb.server/connect-with-no-symbol-file.exp
5944 * gdb.server/ext-attach.exp
5945 * gdb.server/ext-restart.exp
5946 * gdb.server/ext-wrapper.exp
5947 * gdb.server/file-transfer.exp
5948 * gdb.server/server-exec-info.exp
5949 * gdb.server/server-kill.exp
5950 * gdb.server/server-mon.exp
5951 * gdb.server/wrapper.exp
5952 * gdb.stabs/exclfwd.exp
5953 * gdb.stabs/gdb11479.exp
5954 * gdb.threads/clone-new-thread-event.exp
5955 * gdb.threads/corethreads.exp
5956 * gdb.threads/current-lwp-dead.exp
5957 * gdb.threads/dlopen-libpthread.exp
5958 * gdb.threads/gcore-thread.exp
5959 * gdb.threads/sigstep-threads.exp
5960 * gdb.threads/watchpoint-fork.exp
5961 * gdb.trace/actions-changed.exp
5962 * gdb.trace/backtrace.exp
5963 * gdb.trace/change-loc.exp
5964 * gdb.trace/circ.exp
5965 * gdb.trace/collection.exp
5966 * gdb.trace/disconnected-tracing.exp
5967 * gdb.trace/ftrace.exp
5968 * gdb.trace/mi-trace-frame-collected.exp
5969 * gdb.trace/mi-trace-unavailable.exp
5970 * gdb.trace/mi-traceframe-changed.exp
5971 * gdb.trace/mi-tsv-changed.exp
5972 * gdb.trace/no-attach-trace.exp
5973 * gdb.trace/passc-dyn.exp
5974 * gdb.trace/qtro.exp
5975 * gdb.trace/range-stepping.exp
5976 * gdb.trace/read-memory.exp
5977 * gdb.trace/save-trace.exp
5978 * gdb.trace/signal.exp
5979 * gdb.trace/status-stop.exp
5980 * gdb.trace/tfile.exp
5981 * gdb.trace/trace-break.exp
5982 * gdb.trace/trace-buffer-size.exp
5983 * gdb.trace/trace-condition.exp
5984 * gdb.trace/tracefile-pseudo-reg.exp
5985 * gdb.trace/tstatus.exp
5986 * gdb.trace/unavailable.exp
5987 * gdb.trace/while-dyn.exp
5988 * gdb.trace/while-stepping.exp
5989
34c41c68
DE
59902016-12-22 Doug Evans <xdje42@gmail.com>
5991
5992 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5993 and msymbols.
5994
16e69324
YQ
59952016-12-19 Yao Qi <yao.qi@linaro.org>
5996
5997 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5998 (test_with_self): Don't call do_steps_and_nexts, and remove
5999 code about stepping into xmalloc.
6000
f94f411b
YQ
60012016-12-09 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6004
60052016-12-09 Yao Qi <yao.qi@linaro.org>
6006
6007 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6008
f1b5deee
PA
60092016-12-09 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/all-architectures-0.exp: New file.
6012 * gdb.base/all-architectures-1.exp: New file.
6013 * gdb.base/all-architectures-2.exp: New file.
6014 * gdb.base/all-architectures-3.exp: New file.
6015 * gdb.base/all-architectures-4.exp: New file.
6016 * gdb.base/all-architectures-5.exp: New file.
6017 * gdb.base/all-architectures-6.exp: New file.
6018 * gdb.base/all-architectures-7.exp: New file.
6019 * gdb.base/all-architectures.exp.in: New file.
6020
364ca42e
YQ
60212016-12-09 Yao Qi <yao.qi@linaro.org>
6022
6023 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6024
107c2d62
LM
60252016-12-02 Luis Machado <lgustavo@codesourcery.com>
6026
6027 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6028 possible.
6029 Remove useless pattern-matching code.
6030
df3ee9ca
PA
60312016-12-02 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6034 procedure.
6035 (top level): Call it.
6036
ec835369
PA
60372016-12-02 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6040 New procedure.
6041 (top level): Call it.
6042
01770bbd
PA
60432016-12-02 Pedro Alves <palves@redhat.com>
6044
6045 PR cli/20559
6046 * gdb.base/commands.exp (user_defined_command_args_eval): New
6047 procedure.
6048 (top level): Call it.
6049
008459ea
LM
60502016-12-02 Luis Machado <lgustavo@codesourcery.com>
6051
6052 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6053 timeout handling.
6054
0c1b455e
TT
60552016-12-02 Tom Tromey <tom@tromey.com>
6056
6057 * gdb.dwarf2/main-subprogram.c: New file.
6058 * gdb.dwarf2/main-subprogram.exp: New file.
6059
018572b8
LM
60602016-12-01 Luis Machado <lgustavo@codesourcery.com>
6061
6062 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6063 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6064 gdb_test_no_output for a couple of cases.
6065 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6066
84c93cd5
LM
60672016-12-01 Luis Machado <lgustavo@codesourcery.com>
6068
6069 Fix test names and standardize compilation error messages throughout
6070 the following files:
6071
6072 * gdb.ada/start.exp
6073 * gdb.arch/alpha-step.exp
6074 * gdb.arch/e500-prologue.exp
6075 * gdb.arch/ftrace-insn-reloc.exp
6076 * gdb.arch/gdb1291.exp
6077 * gdb.arch/gdb1431.exp
6078 * gdb.arch/gdb1558.exp
6079 * gdb.arch/i386-dr3-watch.exp
6080 * gdb.arch/i386-sse-stack-align.exp
6081 * gdb.arch/ia64-breakpoint-shadow.exp
6082 * gdb.arch/pa-nullify.exp
6083 * gdb.arch/powerpc-aix-prologue.exp
6084 * gdb.arch/thumb-bx-pc.exp
6085 * gdb.base/annota1.exp
6086 * gdb.base/annota3.exp
6087 * gdb.base/arrayidx.exp
6088 * gdb.base/assign.exp
6089 * gdb.base/attach.exp
6090 * gdb.base/auxv.exp
6091 * gdb.base/bang.exp
6092 * gdb.base/bfp-test.exp
6093 * gdb.base/bigcore.exp
6094 * gdb.base/bitfields2.exp
6095 * gdb.base/break-fun-addr.exp
6096 * gdb.base/break-probes.exp
6097 * gdb.base/call-rt-st.exp
6098 * gdb.base/callexit.exp
6099 * gdb.base/catch-fork-kill.exp
6100 * gdb.base/charset.exp
6101 * gdb.base/checkpoint.exp
6102 * gdb.base/comprdebug.exp
6103 * gdb.base/constvars.exp
6104 * gdb.base/coredump-filter.exp
6105 * gdb.base/cursal.exp
6106 * gdb.base/cvexpr.exp
6107 * gdb.base/detach.exp
6108 * gdb.base/display.exp
6109 * gdb.base/dmsym.exp
6110 * gdb.base/dprintf-pending.exp
6111 * gdb.base/dso2dso.exp
6112 * gdb.base/dtrace-probe.exp
6113 * gdb.base/dump.exp
6114 * gdb.base/enum_cond.exp
6115 * gdb.base/exe-lock.exp
6116 * gdb.base/exec-invalid-sysroot.exp
6117 * gdb.base/execl-update-breakpoints.exp
6118 * gdb.base/exprs.exp
6119 * gdb.base/fileio.exp
6120 * gdb.base/find.exp
6121 * gdb.base/finish.exp
6122 * gdb.base/fixsection.exp
6123 * gdb.base/foll-vfork.exp
6124 * gdb.base/frame-args.exp
6125 * gdb.base/gcore.exp
6126 * gdb.base/gdb1250.exp
6127 * gdb.base/global-var-nested-by-dso.exp
6128 * gdb.base/gnu-ifunc.exp
6129 * gdb.base/hashline1.exp
6130 * gdb.base/hashline2.exp
6131 * gdb.base/hashline3.exp
6132 * gdb.base/hbreak-in-shr-unsupported.exp
6133 * gdb.base/huge.exp
6134 * gdb.base/infcall-input.exp
6135 * gdb.base/info-fun.exp
6136 * gdb.base/info-shared.exp
6137 * gdb.base/jit-simple.exp
6138 * gdb.base/jit-so.exp
6139 * gdb.base/jit.exp
6140 * gdb.base/jump.exp
6141 * gdb.base/label.exp
6142 * gdb.base/lineinc.exp
6143 * gdb.base/logical.exp
6144 * gdb.base/longjmp.exp
6145 * gdb.base/macscp.exp
6146 * gdb.base/miscexprs.exp
6147 * gdb.base/new-ui-echo.exp
6148 * gdb.base/new-ui-pending-input.exp
6149 * gdb.base/new-ui.exp
6150 * gdb.base/nodebug.exp
6151 * gdb.base/nofield.exp
6152 * gdb.base/offsets.exp
6153 * gdb.base/overlays.exp
6154 * gdb.base/pending.exp
6155 * gdb.base/pointers.exp
6156 * gdb.base/pr11022.exp
6157 * gdb.base/printcmds.exp
6158 * gdb.base/prologue.exp
6159 * gdb.base/ptr-typedef.exp
6160 * gdb.base/realname-expand.exp
6161 * gdb.base/relativedebug.exp
6162 * gdb.base/relocate.exp
6163 * gdb.base/remote.exp
6164 * gdb.base/reread.exp
6165 * gdb.base/return2.exp
6166 * gdb.base/savedregs.exp
6167 * gdb.base/sep.exp
6168 * gdb.base/sepdebug.exp
6169 * gdb.base/sepsymtab.exp
6170 * gdb.base/set-inferior-tty.exp
6171 * gdb.base/setshow.exp
6172 * gdb.base/shlib-call.exp
6173 * gdb.base/sigaltstack.exp
6174 * gdb.base/siginfo-addr.exp
6175 * gdb.base/signals.exp
6176 * gdb.base/signull.exp
6177 * gdb.base/sigrepeat.exp
6178 * gdb.base/so-impl-ld.exp
6179 * gdb.base/solib-display.exp
6180 * gdb.base/solib-overlap.exp
6181 * gdb.base/solib-search.exp
6182 * gdb.base/solib-symbol.exp
6183 * gdb.base/structs.exp
6184 * gdb.base/structs2.exp
6185 * gdb.base/symtab-search-order.exp
6186 * gdb.base/twice.exp
6187 * gdb.base/unload.exp
6188 * gdb.base/varargs.exp
6189 * gdb.base/watchpoint-solib.exp
6190 * gdb.base/watchpoint.exp
6191 * gdb.base/whatis.exp
6192 * gdb.base/wrong_frame_bt_full.exp
6193 * gdb.btrace/dlopen.exp
6194 * gdb.cell/ea-standalone.exp
6195 * gdb.cell/ea-test.exp
6196 * gdb.cp/dispcxx.exp
6197 * gdb.cp/gdb2384.exp
6198 * gdb.cp/method2.exp
6199 * gdb.cp/nextoverthrow.exp
6200 * gdb.cp/pr10728.exp
6201 * gdb.disasm/am33.exp
6202 * gdb.disasm/h8300s.exp
6203 * gdb.disasm/mn10300.exp
6204 * gdb.disasm/sh3.exp
6205 * gdb.dwarf2/dw2-dir-file-name.exp
6206 * gdb.fortran/complex.exp
6207 * gdb.fortran/library-module.exp
6208 * gdb.guile/scm-pretty-print.exp
6209 * gdb.guile/scm-symbol.exp
6210 * gdb.guile/scm-type.exp
6211 * gdb.guile/scm-value.exp
6212 * gdb.linespec/linespec.exp
6213 * gdb.mi/gdb701.exp
6214 * gdb.mi/gdb792.exp
6215 * gdb.mi/mi-breakpoint-changed.exp
6216 * gdb.mi/mi-dprintf-pending.exp
6217 * gdb.mi/mi-dprintf.exp
6218 * gdb.mi/mi-exit-code.exp
6219 * gdb.mi/mi-pending.exp
6220 * gdb.mi/mi-solib.exp
6221 * gdb.mi/new-ui-mi-sync.exp
6222 * gdb.mi/pr11022.exp
6223 * gdb.mi/user-selected-context-sync.exp
6224 * gdb.opt/solib-intra-step.exp
6225 * gdb.python/py-events.exp
6226 * gdb.python/py-finish-breakpoint.exp
6227 * gdb.python/py-mi.exp
6228 * gdb.python/py-prettyprint.exp
6229 * gdb.python/py-shared.exp
6230 * gdb.python/py-symbol.exp
6231 * gdb.python/py-template.exp
6232 * gdb.python/py-type.exp
6233 * gdb.python/py-value.exp
6234 * gdb.reverse/solib-precsave.exp
6235 * gdb.reverse/solib-reverse.exp
6236 * gdb.server/solib-list.exp
6237 * gdb.stabs/weird.exp
6238 * gdb.threads/reconnect-signal.exp
6239 * gdb.threads/stepi-random-signal.exp
6240 * gdb.trace/actions.exp
6241 * gdb.trace/ax.exp
6242 * gdb.trace/backtrace.exp
6243 * gdb.trace/change-loc.exp
6244 * gdb.trace/deltrace.exp
6245 * gdb.trace/ftrace-lock.exp
6246 * gdb.trace/ftrace.exp
6247 * gdb.trace/infotrace.exp
6248 * gdb.trace/mi-tracepoint-changed.exp
6249 * gdb.trace/packetlen.exp
6250 * gdb.trace/passcount.exp
6251 * gdb.trace/pending.exp
6252 * gdb.trace/range-stepping.exp
6253 * gdb.trace/report.exp
6254 * gdb.trace/stap-trace.exp
6255 * gdb.trace/tfind.exp
6256 * gdb.trace/trace-break.exp
6257 * gdb.trace/trace-condition.exp
6258 * gdb.trace/trace-enable-disable.exp
6259 * gdb.trace/trace-mt.exp
6260 * gdb.trace/tracecmd.exp
6261 * gdb.trace/tspeed.exp
6262 * gdb.trace/tsv.exp
6263 * lib/perftest.exp
6264
fb9feb35
LM
62652016-12-01 Luis Machado <lgustavo@codesourcery.com>
6266
6267 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6268 with gdb_test_no_output.
6269 Use command as test name.
6270
cd2ddb6c
LM
62712016-12-01 Luis Machado <lgustavo@codesourcery.com>
6272
6273 Fix test names starting with uppercase throughout the files.
6274
6275 * gdb.ada/assign_1.exp
6276 * gdb.ada/boolean_expr.exp
6277 * gdb.base/arrayidx.exp
6278 * gdb.base/del.exp
6279 * gdb.base/gcore-buffer-overflow.exp
6280 * gdb.base/testenv.exp
6281 * gdb.compile/compile.exp
6282 * gdb.python/py-framefilter-invalidarg.exp
6283 * gdb.python/py-framefilter.exp
6284
bb95117e
LM
62852016-12-01 Luis Machado <lgustavo@codesourcery.com>
6286
6287 Fix test names starting with uppercase throughout the files.
6288
6289 * gdb.ada/array_return.exp
6290 * gdb.ada/expr_delims.exp
6291 * gdb.ada/mi_dyn_arr.exp
6292 * gdb.ada/mi_interface.exp
6293 * gdb.ada/mi_var_array.exp
6294 * gdb.ada/watch_arg.exp
6295 * gdb.arch/alpha-step.exp
6296 * gdb.arch/altivec-regs.exp
6297 * gdb.arch/e500-regs.exp
6298 * gdb.arch/powerpc-d128-regs.exp
6299 * gdb.base/arrayidx.exp
6300 * gdb.base/break.exp
6301 * gdb.base/checkpoint.exp
6302 * gdb.base/debug-expr.exp
6303 * gdb.base/dmsym.exp
6304 * gdb.base/radix.exp
6305 * gdb.base/sepdebug.exp
6306 * gdb.base/testenv.exp
6307 * gdb.base/watch_thread_num.exp
6308 * gdb.base/watchpoint-cond-gone.exp
6309 * gdb.cell/break.exp
6310 * gdb.cell/ea-cache.exp
6311 * gdb.compile/compile.exp
6312 * gdb.cp/gdb2495.exp
6313 * gdb.gdb/selftest.exp
6314 * gdb.gdb/xfullpath.exp
6315 * gdb.go/hello.exp
6316 * gdb.go/integers.exp
6317 * gdb.objc/basicclass.exp
6318 * gdb.pascal/hello.exp
6319 * gdb.pascal/integers.exp
6320 * gdb.python/py-breakpoint.exp
6321 * gdb.python/py-cmd.exp
6322 * gdb.python/py-linetable.exp
6323 * gdb.python/py-xmethods.exp
6324 * gdb.python/python.exp
6325 * gdb.reverse/consecutive-precsave.exp
6326 * gdb.reverse/finish-precsave.exp
6327 * gdb.reverse/i386-precsave.exp
6328 * gdb.reverse/machinestate-precsave.exp
6329 * gdb.reverse/sigall-precsave.exp
6330 * gdb.reverse/solib-precsave.exp
6331 * gdb.reverse/step-precsave.exp
6332 * gdb.reverse/until-precsave.exp
6333 * gdb.reverse/watch-precsave.exp
6334 * gdb.threads/leader-exit.exp
6335 * gdb.threads/pthreads.exp
6336 * gdb.threads/wp-replication.exp
6337 * gdb.trace/actions.exp
6338 * gdb.trace/mi-tsv-changed.exp
6339 * gdb.trace/tsv.exp
6340
de97fdd4
LM
63412016-12-01 Luis Machado <lgustavo@codesourcery.com>
6342
6343 Fix test names starting with uppercase throughout the files.
6344
6345 * gdb.arch/i386-bp_permanent.exp
6346 * gdb.arch/i386-gnu-cfi.exp
6347 * gdb.base/disasm-end-cu.exp
6348 * gdb.base/macscp.exp
6349 * gdb.base/pending.exp
6350 * gdb.base/watch_thread_num.exp
6351 * gdb.cp/exception.exp
6352 * gdb.cp/gdb2495.exp
6353 * gdb.cp/local.exp
6354 * gdb.python/py-evsignal.exp
6355 * gdb.python/python.exp
6356 * gdb.trace/tracecmd.exp
6357
9f058c10
LM
63582016-12-01 Luis Machado <lgustavo@codesourcery.com>
6359
6360 Fix test names starting with uppercase throughout the files.
6361
6362 * gdb.base/charset.exp
6363 * gdb.base/eval.exp
6364 * gdb.base/multi-forks.exp
6365 * gdb.guile/scm-progspace.exp
6366 * gdb.opencl/datatypes.exp
6367 * gdb.python/py-block.exp
6368 * gdb.python/py-function.exp
6369 * gdb.python/py-symbol.exp
6370 * gdb.python/py-symtab.exp
6371 * gdb.python/py-xmethods.exp
6372 * gdb.reverse/break-precsave.exp
6373 * gdb.reverse/break-reverse.exp
6374 * gdb.reverse/consecutive-precsave.exp
6375 * gdb.reverse/consecutive-reverse.exp
6376 * gdb.reverse/finish-precsave.exp
6377 * gdb.reverse/finish-reverse-bkpt.exp
6378 * gdb.reverse/finish-reverse.exp
6379 * gdb.reverse/fstatat-reverse.exp
6380 * gdb.reverse/getresuid-reverse.exp
6381 * gdb.reverse/i386-precsave.exp
6382 * gdb.reverse/i386-reverse.exp
6383 * gdb.reverse/i386-sse-reverse.exp
6384 * gdb.reverse/i387-stack-reverse.exp
6385 * gdb.reverse/insn-reverse.exp
6386 * gdb.reverse/machinestate-precsave.exp
6387 * gdb.reverse/machinestate.exp
6388 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6389 * gdb.reverse/pipe-reverse.exp
6390 * gdb.reverse/readv-reverse.exp
6391 * gdb.reverse/recvmsg-reverse.exp
6392 * gdb.reverse/rerun-prec.exp
6393 * gdb.reverse/s390-mvcle.exp
6394 * gdb.reverse/sigall-precsave.exp
6395 * gdb.reverse/sigall-reverse.exp
6396 * gdb.reverse/solib-precsave.exp
6397 * gdb.reverse/solib-reverse.exp
6398 * gdb.reverse/step-precsave.exp
6399 * gdb.reverse/step-reverse.exp
6400 * gdb.reverse/time-reverse.exp
6401 * gdb.reverse/until-precsave.exp
6402 * gdb.reverse/until-reverse.exp
6403 * gdb.reverse/waitpid-reverse.exp
6404 * gdb.reverse/watch-precsave.exp
6405 * gdb.reverse/watch-reverse.exp
6406
cdc7edd7
LM
64072016-12-01 Luis Machado <lgustavo@codesourcery.com>
6408
6409 Fix test names starting with uppercase throughout the files.
6410
6411 * gdb.arch/i386-mpx-simple_segv.exp
6412 * gdb.arch/i386-mpx.exp
6413 * gdb.arch/i386-permbkpt.exp
6414 * gdb.arch/pa-nullify.exp
6415 * gdb.arch/powerpc-d128-regs.exp
6416 * gdb.arch/vsx-regs.exp
6417 * gdb.base/bfp-test.exp
6418 * gdb.base/break.exp
6419 * gdb.base/breakpoint-shadow.exp
6420 * gdb.base/callfuncs.exp
6421 * gdb.base/charset.exp
6422 * gdb.base/commands.exp
6423 * gdb.base/completion.exp
6424 * gdb.base/dfp-test.exp
6425 * gdb.base/echo.exp
6426 * gdb.base/ending-run.exp
6427 * gdb.base/eval.exp
6428 * gdb.base/expand-psymtabs.exp
6429 * gdb.base/float128.exp
6430 * gdb.base/floatn.exp
6431 * gdb.base/foll-exec-mode.exp
6432 * gdb.base/gdb1056.exp
6433 * gdb.base/gdb11531.exp
6434 * gdb.base/kill-after-signal.exp
6435 * gdb.base/multi-forks.exp
6436 * gdb.base/overlays.exp
6437 * gdb.base/pending.exp
6438 * gdb.base/sepdebug.exp
6439 * gdb.base/testenv.exp
6440 * gdb.base/valgrind-db-attach.exp
6441 * gdb.base/watch_thread_num.exp
6442 * gdb.base/watchpoint-cond-gone.exp
6443 * gdb.base/watchpoint.exp
6444 * gdb.base/watchpoints.exp
6445 * gdb.cp/arg-reference.exp
6446 * gdb.cp/baseenum.exp
6447 * gdb.cp/operator.exp
6448 * gdb.cp/shadow.exp
6449 * gdb.dwarf2/dw2-op-out-param.exp
6450 * gdb.dwarf2/dw2-reg-undefined.exp
6451 * gdb.go/chan.exp
6452 * gdb.go/hello.exp
6453 * gdb.go/integers.exp
6454 * gdb.go/methods.exp
6455 * gdb.go/package.exp
6456 * gdb.guile/scm-parameter.exp
6457 * gdb.guile/scm-progspace.exp
6458 * gdb.guile/scm-value.exp
6459 * gdb.mi/mi-pending.exp
6460 * gdb.mi/user-selected-context-sync.exp
6461 * gdb.multi/multi-attach.exp
6462 * gdb.multi/tids.exp
6463 * gdb.opt/clobbered-registers-O2.exp
6464 * gdb.pascal/floats.exp
6465 * gdb.pascal/integers.exp
6466 * gdb.python/py-block.exp
6467 * gdb.python/py-events.exp
6468 * gdb.python/py-parameter.exp
6469 * gdb.python/py-symbol.exp
6470 * gdb.python/py-symtab.exp
6471 * gdb.python/py-type.exp
6472 * gdb.python/py-value.exp
6473 * gdb.python/py-xmethods.exp
6474 * gdb.python/python.exp
6475 * gdb.reverse/break-precsave.exp
6476 * gdb.reverse/consecutive-precsave.exp
6477 * gdb.reverse/finish-precsave.exp
6478 * gdb.reverse/i386-precsave.exp
6479 * gdb.reverse/machinestate-precsave.exp
6480 * gdb.reverse/sigall-precsave.exp
6481 * gdb.reverse/solib-precsave.exp
6482 * gdb.reverse/step-precsave.exp
6483 * gdb.reverse/until-precsave.exp
6484 * gdb.reverse/watch-precsave.exp
6485 * gdb.server/ext-attach.exp
6486 * gdb.server/ext-restart.exp
6487 * gdb.server/ext-run.exp
6488 * gdb.server/ext-wrapper.exp
6489 * gdb.stabs/gdb11479.exp
6490 * gdb.stabs/weird.exp
6491 * gdb.threads/attach-many-short-lived-threads.exp
6492 * gdb.threads/kill.exp
6493 * gdb.threads/watchpoint-fork.exp
6494
bc6c7af4
LM
64952016-12-01 Luis Machado <lgustavo@codesourcery.com>
6496
6497 Fix test names starting with uppercase throughout all the files below.
6498
6499 * gdb.ada/array_return.exp
6500 * gdb.ada/catch_ex.exp
6501 * gdb.ada/info_exc.exp
6502 * gdb.ada/mi_catch_ex.exp
6503 * gdb.ada/mi_dyn_arr.exp
6504 * gdb.ada/mi_ex_cond.exp
6505 * gdb.ada/mi_exc_info.exp
6506 * gdb.ada/mi_interface.exp
6507 * gdb.ada/mi_task_arg.exp
6508 * gdb.ada/mi_task_info.exp
6509 * gdb.ada/mi_var_array.exp
6510 * gdb.arch/alpha-step.exp
6511 * gdb.arch/amd64-disp-step.exp
6512 * gdb.arch/arm-disp-step.exp
6513 * gdb.arch/disp-step-insn-reloc.exp
6514 * gdb.arch/e500-prologue.exp
6515 * gdb.arch/ftrace-insn-reloc.exp
6516 * gdb.arch/gdb1558.exp
6517 * gdb.arch/i386-bp_permanent.exp
6518 * gdb.arch/i386-disp-step.exp
6519 * gdb.arch/i386-float.exp
6520 * gdb.arch/i386-gnu-cfi.exp
6521 * gdb.arch/ia64-breakpoint-shadow.exp
6522 * gdb.arch/mips16-thunks.exp
6523 * gdb.arch/pa-nullify.exp
6524 * gdb.arch/powerpc-aix-prologue.exp
6525 * gdb.arch/powerpc-power.exp
6526 * gdb.arch/ppc-dfp.exp
6527 * gdb.arch/s390-tdbregs.exp
6528 * gdb.arch/spu-info.exp
6529 * gdb.arch/spu-ls.exp
6530 * gdb.arch/thumb-bx-pc.exp
6531 * gdb.base/advance.exp
6532 * gdb.base/annota-input-while-running.exp
6533 * gdb.base/arrayidx.exp
6534 * gdb.base/asmlabel.exp
6535 * gdb.base/async.exp
6536 * gdb.base/attach-wait-input.exp
6537 * gdb.base/auto-connect-native-target.exp
6538 * gdb.base/batch-preserve-term-settings.exp
6539 * gdb.base/bfp-test.exp
6540 * gdb.base/bigcore.exp
6541 * gdb.base/bp-permanent.exp
6542 * gdb.base/break-always.exp
6543 * gdb.base/break-fun-addr.exp
6544 * gdb.base/break-idempotent.exp
6545 * gdb.base/break-main-file-remove-fail.exp
6546 * gdb.base/break-probes.exp
6547 * gdb.base/break-unload-file.exp
6548 * gdb.base/break.exp
6549 * gdb.base/call-ar-st.exp
6550 * gdb.base/call-rt-st.exp
6551 * gdb.base/call-sc.exp
6552 * gdb.base/call-signal-resume.exp
6553 * gdb.base/call-strs.exp
6554 * gdb.base/callexit.exp
6555 * gdb.base/callfuncs.exp
6556 * gdb.base/catch-gdb-caused-signals.exp
6557 * gdb.base/catch-signal-siginfo-cond.exp
6558 * gdb.base/catch-syscall.exp
6559 * gdb.base/compare-sections.exp
6560 * gdb.base/cond-eval-mode.exp
6561 * gdb.base/condbreak-call-false.exp
6562 * gdb.base/consecutive-step-over.exp
6563 * gdb.base/cursal.exp
6564 * gdb.base/disabled-location.exp
6565 * gdb.base/disasm-end-cu.exp
6566 * gdb.base/display.exp
6567 * gdb.base/double-prompt-target-event-error.exp
6568 * gdb.base/dprintf-bp-same-addr.exp
6569 * gdb.base/dprintf-detach.exp
6570 * gdb.base/dprintf-next.exp
6571 * gdb.base/dprintf-non-stop.exp
6572 * gdb.base/dprintf-pending.exp
6573 * gdb.base/dso2dso.exp
6574 * gdb.base/ending-run.exp
6575 * gdb.base/enum_cond.exp
6576 * gdb.base/examine-backward.exp
6577 * gdb.base/exe-lock.exp
6578 * gdb.base/exec-invalid-sysroot.exp
6579 * gdb.base/execl-update-breakpoints.exp
6580 * gdb.base/execution-termios.exp
6581 * gdb.base/fileio.exp
6582 * gdb.base/fixsection.exp
6583 * gdb.base/foll-exec-mode.exp
6584 * gdb.base/foll-exec.exp
6585 * gdb.base/fork-running-state.exp
6586 * gdb.base/frame-args.exp
6587 * gdb.base/fullpath-expand.exp
6588 * gdb.base/func-ptr.exp
6589 * gdb.base/gcore-relro-pie.exp
6590 * gdb.base/gdb1090.exp
6591 * gdb.base/gdb1555.exp
6592 * gdb.base/global-var-nested-by-dso.exp
6593 * gdb.base/gnu-ifunc.exp
6594 * gdb.base/hbreak-in-shr-unsupported.exp
6595 * gdb.base/hbreak-unmapped.exp
6596 * gdb.base/hook-stop.exp
6597 * gdb.base/infcall-input.exp
6598 * gdb.base/info-fun.exp
6599 * gdb.base/info-shared.exp
6600 * gdb.base/interrupt-noterm.exp
6601 * gdb.base/jit-so.exp
6602 * gdb.base/jit.exp
6603 * gdb.base/line-symtabs.exp
6604 * gdb.base/list.exp
6605 * gdb.base/longjmp.exp
6606 * gdb.base/macscp.exp
6607 * gdb.base/max-value-size.exp
6608 * gdb.base/nodebug.exp
6609 * gdb.base/nofield.exp
6610 * gdb.base/overlays.exp
6611 * gdb.base/paginate-after-ctrl-c-running.exp
6612 * gdb.base/paginate-bg-execution.exp
6613 * gdb.base/paginate-inferior-exit.exp
6614 * gdb.base/pending.exp
6615 * gdb.base/pr11022.exp
6616 * gdb.base/printcmds.exp
6617 * gdb.base/ptr-typedef.exp
6618 * gdb.base/ptype.exp
6619 * gdb.base/randomize.exp
6620 * gdb.base/range-stepping.exp
6621 * gdb.base/realname-expand.exp
6622 * gdb.base/relativedebug.exp
6623 * gdb.base/remote.exp
6624 * gdb.base/savedregs.exp
6625 * gdb.base/sepdebug.exp
6626 * gdb.base/set-noassign.exp
6627 * gdb.base/shlib-call.exp
6628 * gdb.base/shreloc.exp
6629 * gdb.base/sigaltstack.exp
6630 * gdb.base/sigbpt.exp
6631 * gdb.base/siginfo-addr.exp
6632 * gdb.base/siginfo-obj.exp
6633 * gdb.base/siginfo-thread.exp
6634 * gdb.base/signest.exp
6635 * gdb.base/signull.exp
6636 * gdb.base/sigrepeat.exp
6637 * gdb.base/skip.exp
6638 * gdb.base/so-impl-ld.exp
6639 * gdb.base/solib-corrupted.exp
6640 * gdb.base/solib-disc.exp
6641 * gdb.base/solib-display.exp
6642 * gdb.base/solib-overlap.exp
6643 * gdb.base/solib-search.exp
6644 * gdb.base/solib-symbol.exp
6645 * gdb.base/source-execution.exp
6646 * gdb.base/sss-bp-on-user-bp-2.exp
6647 * gdb.base/sss-bp-on-user-bp.exp
6648 * gdb.base/stack-checking.exp
6649 * gdb.base/stale-infcall.exp
6650 * gdb.base/step-break.exp
6651 * gdb.base/step-line.exp
6652 * gdb.base/step-over-exit.exp
6653 * gdb.base/step-test.exp
6654 * gdb.base/structs.exp
6655 * gdb.base/sym-file.exp
6656 * gdb.base/symtab-search-order.exp
6657 * gdb.base/term.exp
6658 * gdb.base/type-opaque.exp
6659 * gdb.base/unload.exp
6660 * gdb.base/until-nodebug.exp
6661 * gdb.base/until.exp
6662 * gdb.base/unwindonsignal.exp
6663 * gdb.base/watch-cond.exp
6664 * gdb.base/watch-non-mem.exp
6665 * gdb.base/watch_thread_num.exp
6666 * gdb.base/watchpoint-reuse-slot.exp
6667 * gdb.base/watchpoint-solib.exp
6668 * gdb.base/watchpoint.exp
6669 * gdb.btrace/dlopen.exp
6670 * gdb.cell/arch.exp
6671 * gdb.cell/break.exp
6672 * gdb.cell/bt.exp
6673 * gdb.cell/core.exp
6674 * gdb.cell/data.exp
6675 * gdb.cell/dwarfaddr.exp
6676 * gdb.cell/ea-cache.exp
6677 * gdb.cell/ea-standalone.exp
6678 * gdb.cell/ea-test.exp
6679 * gdb.cell/f-regs.exp
6680 * gdb.cell/fork.exp
6681 * gdb.cell/gcore.exp
6682 * gdb.cell/mem-access.exp
6683 * gdb.cell/ptype.exp
6684 * gdb.cell/registers.exp
6685 * gdb.cell/sizeof.exp
6686 * gdb.cell/solib-symbol.exp
6687 * gdb.cell/solib.exp
6688 * gdb.compile/compile-tls.exp
6689 * gdb.cp/exception.exp
6690 * gdb.cp/gdb2495.exp
6691 * gdb.cp/local.exp
6692 * gdb.cp/mb-inline.exp
6693 * gdb.cp/mb-templates.exp
6694 * gdb.cp/pr10687.exp
6695 * gdb.cp/pr9167.exp
6696 * gdb.cp/scope-err.exp
6697 * gdb.cp/templates.exp
6698 * gdb.cp/virtfunc.exp
6699 * gdb.dwarf2/dw2-dir-file-name.exp
6700 * gdb.dwarf2/dw2-single-line-discriminators.exp
6701 * gdb.fortran/complex.exp
6702 * gdb.fortran/library-module.exp
6703 * gdb.guile/guile.exp
6704 * gdb.guile/scm-cmd.exp
6705 * gdb.guile/scm-frame-inline.exp
6706 * gdb.guile/scm-objfile.exp
6707 * gdb.guile/scm-pretty-print.exp
6708 * gdb.guile/scm-symbol.exp
6709 * gdb.guile/scm-type.exp
6710 * gdb.guile/scm-value.exp
6711 * gdb.linespec/keywords.exp
6712 * gdb.linespec/ls-errs.exp
6713 * gdb.linespec/macro-relative.exp
6714 * gdb.linespec/thread.exp
6715 * gdb.mi/mi-breakpoint-changed.exp
6716 * gdb.mi/mi-dprintf-pending.exp
6717 * gdb.mi/mi-fullname-deleted.exp
6718 * gdb.mi/mi-logging.exp
6719 * gdb.mi/mi-pending.exp
6720 * gdb.mi/mi-solib.exp
6721 * gdb.mi/new-ui-mi-sync.exp
6722 * gdb.mi/user-selected-context-sync.exp
6723 * gdb.multi/dummy-frame-restore.exp
6724 * gdb.multi/multi-arch-exec.exp
6725 * gdb.multi/remove-inferiors.exp
6726 * gdb.multi/watchpoint-multi-exit.exp
6727 * gdb.opt/solib-intra-step.exp
6728 * gdb.perf/backtrace.exp
6729 * gdb.perf/single-step.exp
6730 * gdb.perf/skip-command.exp
6731 * gdb.perf/skip-prologue.exp
6732 * gdb.perf/solib.exp
6733 * gdb.python/lib-types.exp
6734 * gdb.python/py-as-string.exp
6735 * gdb.python/py-bad-printers.exp
6736 * gdb.python/py-block.exp
6737 * gdb.python/py-breakpoint.exp
6738 * gdb.python/py-cmd.exp
6739 * gdb.python/py-events.exp
6740 * gdb.python/py-evthreads.exp
6741 * gdb.python/py-finish-breakpoint.exp
6742 * gdb.python/py-finish-breakpoint2.exp
6743 * gdb.python/py-frame-inline.exp
6744 * gdb.python/py-frame.exp
6745 * gdb.python/py-inferior.exp
6746 * gdb.python/py-infthread.exp
6747 * gdb.python/py-mi.exp
6748 * gdb.python/py-objfile.exp
6749 * gdb.python/py-pp-maint.exp
6750 * gdb.python/py-pp-registration.exp
6751 * gdb.python/py-prettyprint.exp
6752 * gdb.python/py-recurse-unwind.exp
6753 * gdb.python/py-shared.exp
6754 * gdb.python/py-symbol.exp
6755 * gdb.python/py-symtab.exp
6756 * gdb.python/py-template.exp
6757 * gdb.python/py-type.exp
6758 * gdb.python/py-unwind-maint.exp
6759 * gdb.python/py-unwind.exp
6760 * gdb.python/py-value.exp
6761 * gdb.python/python.exp
6762 * gdb.reverse/finish-reverse-bkpt.exp
6763 * gdb.reverse/insn-reverse.exp
6764 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6765 * gdb.reverse/solib-precsave.exp
6766 * gdb.reverse/solib-reverse.exp
6767 * gdb.stabs/gdb11479.exp
6768 * gdb.stabs/weird.exp
6769 * gdb.threads/fork-child-threads.exp
6770 * gdb.threads/fork-plus-threads.exp
6771 * gdb.threads/fork-thread-pending.exp
6772 * gdb.threads/forking-threads-plus-breakpoint.exp
6773 * gdb.threads/hand-call-in-threads.exp
6774 * gdb.threads/interrupted-hand-call.exp
6775 * gdb.threads/linux-dp.exp
6776 * gdb.threads/local-watch-wrong-thread.exp
6777 * gdb.threads/next-while-other-thread-longjmps.exp
6778 * gdb.threads/non-ldr-exit.exp
6779 * gdb.threads/pending-step.exp
6780 * gdb.threads/print-threads.exp
6781 * gdb.threads/process-dies-while-detaching.exp
6782 * gdb.threads/process-dies-while-handling-bp.exp
6783 * gdb.threads/pthreads.exp
6784 * gdb.threads/queue-signal.exp
6785 * gdb.threads/reconnect-signal.exp
6786 * gdb.threads/signal-command-handle-nopass.exp
6787 * gdb.threads/signal-command-multiple-signals-pending.exp
6788 * gdb.threads/signal-delivered-right-thread.exp
6789 * gdb.threads/signal-sigtrap.exp
6790 * gdb.threads/sigthread.exp
6791 * gdb.threads/staticthreads.exp
6792 * gdb.threads/stepi-random-signal.exp
6793 * gdb.threads/thread-unwindonsignal.exp
6794 * gdb.threads/thread_check.exp
6795 * gdb.threads/thread_events.exp
6796 * gdb.threads/tid-reuse.exp
6797 * gdb.threads/tls-nodebug.exp
6798 * gdb.threads/tls-shared.exp
6799 * gdb.threads/tls-so_extern.exp
6800 * gdb.threads/tls.exp
6801 * gdb.threads/wp-replication.exp
6802 * gdb.trace/actions-changed.exp
6803 * gdb.trace/actions.exp
6804 * gdb.trace/backtrace.exp
6805 * gdb.trace/change-loc.exp
6806 * gdb.trace/collection.exp
6807 * gdb.trace/deltrace.exp
6808 * gdb.trace/disconnected-tracing.exp
6809 * gdb.trace/entry-values.exp
6810 * gdb.trace/ftrace-lock.exp
6811 * gdb.trace/ftrace.exp
6812 * gdb.trace/infotrace.exp
6813 * gdb.trace/mi-trace-frame-collected.exp
6814 * gdb.trace/mi-trace-unavailable.exp
6815 * gdb.trace/mi-traceframe-changed.exp
6816 * gdb.trace/mi-tracepoint-changed.exp
6817 * gdb.trace/mi-tsv-changed.exp
6818 * gdb.trace/no-attach-trace.exp
6819 * gdb.trace/packetlen.exp
6820 * gdb.trace/passc-dyn.exp
6821 * gdb.trace/passcount.exp
6822 * gdb.trace/pending.exp
6823 * gdb.trace/pr16508.exp
6824 * gdb.trace/qtro.exp
6825 * gdb.trace/range-stepping.exp
6826 * gdb.trace/read-memory.exp
6827 * gdb.trace/report.exp
6828 * gdb.trace/save-trace.exp
6829 * gdb.trace/signal.exp
6830 * gdb.trace/stap-trace.exp
6831 * gdb.trace/status-stop.exp
6832 * gdb.trace/strace.exp
6833 * gdb.trace/tfile.exp
6834 * gdb.trace/tfind.exp
6835 * gdb.trace/trace-break.exp
6836 * gdb.trace/trace-condition.exp
6837 * gdb.trace/trace-enable-disable.exp
6838 * gdb.trace/trace-mt.exp
6839 * gdb.trace/tracecmd.exp
6840 * gdb.trace/tracefile-pseudo-reg.exp
6841 * gdb.trace/tspeed.exp
6842 * gdb.trace/tstatus.exp
6843 * gdb.trace/tsv.exp
6844 * gdb.trace/unavailable.exp
6845 * gdb.trace/while-dyn.exp
6846 * gdb.trace/while-stepping.exp
6847 * lib/gdb-guile.exp
6848 * lib/gdb.exp
6849 * lib/mi-support.exp
6850 * lib/pascal.exp
6851 * lib/perftest.exp
6852 * lib/prelink-support.exp
6853 * lib/selftest-support.exp
6854
ad02e4fe
SM
68552016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6856
6857 * Makefile.in: Include disable-implicit-rules.mk.
6858
22347e55
AA
68592016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6860
6861 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6862 non-byte-aligned bit fields.
6863
da5b30da
AA
68642016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6865
6866 PR gdb/12616
6867 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6868 respects the DW_AT_data_bit_offset attribute.
6869
b593ecca
SM
68702016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6871
6872 * gdb.base/default.exp: Fix output of "set language".
6873
3b165252
SM
68742016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6875
6876 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6877 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6878 make.
6879 * configure.ac: Remove checks for the make program.
6880 * configure: Re-generate.
6881
1a2f3d7f
KB
68822016-11-16 Kevin Buettner <kevinb@redhat.com>
6883
6884 * gdb.python/py-recurse-unwind.c (main): Add loop.
6885 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6886 to read_register() and gdb.parse_and_eval(). Make each code
6887 call a separate case that can be individually tested.
6888 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6889 proc. Call cont_and_backtrace for each of the code paths that
6890 we want to test in the unwinder.
6891
b7f38fda
AA
68922016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6893
6894 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6895 the definition of struct S.
6896
1f8db343
CM
68972016-11-11 Catherine Moore <clm@codesourcery.com>
6898
6899 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6900
fad0c9fb
PA
69012016-11-09 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.base/commands.exp (runto_or_return): New procedure.
6904 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6905 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6906 (progvar_simple_while_test, progvar_complex_if_while_test)
6907 (if_while_breakpoint_command_test)
6908 (infrun_breakpoint_command_test, breakpoint_command_test)
6909 (user_defined_command_test, watchpoint_command_test)
6910 (test_command_prompt_position, redefine_hook_test)
6911 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6912 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6913 multi_line_input and multi_line. Remove gdb_expect and
6914 gdb_stop_suppressing_tests uses.
6915 * lib/gdb.exp (valnum_re): New global.
6916 (multi_line_input): New procedure.
6917
8354c62c
SM
69182016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6919
6920 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6921 Remove.
6922 (test_setup): Define with proc_with_prefix.
6923 (test_cli_inferior): Likewise.
6924 (test_cli_thread): Likewise.
6925 (test_cli_frame): Likewise.
6926 (test_cli_select_frame): Likewise.
6927 (test_cli_up_down): Likewise.
6928 (test_mi_thread_select): Likewise.
6929 (test_mi_stack_select_frame): Likewise.
6930 (test_cli_in_mi_inferior): Likewise.
6931 (test_cli_in_mi_thread): Likewise.
6932 (test_cli_in_mi_frame): Likewise.
6933 (top level): Do not use with_test_prefix_procname.
6934
64f367a2
PA
69352016-11-09 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/commands.exp (gdbvar_simple_if_test)
6938 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6939 (progvar_simple_if_test, progvar_simple_while_test)
6940 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6941 (infrun_breakpoint_command_test, breakpoint_command_test)
6942 (user_defined_command_test, watchpoint_command_test)
6943 (test_command_prompt_position, deprecated_command_test)
6944 (bp_deleted_in_command, temporary_breakpoint_commands)
6945 (stray_arg0_test, source_file_with_indented_comment)
6946 (recursive_source_test, if_commands_test)
6947 (error_clears_commands_left, redefine_hook_test)
6948 (redefine_backtrace_test): Use proc_with_prefix.
6949 * lib/gdb.exp (proc_with_prefix): New proc.
6950
0bb65f1e
AA
69512016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6952
6953 * gdb.base/tui-layout.c: New file.
6954 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6955 disassembly window contains very long lines.
6956
7353f247
TT
69572016-11-08 Tom Tromey <tom@tromey.com>
6958
6959 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6960 depend on Python 2.
6961
30a7bb83
TT
69622016-11-08 Tom Tromey <tom@tromey.com>
6963
6964 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6965 New method.
6966
cdf5a07c
MG
69672016-10-29 Manish Goregaokar <manish@mozilla.com>
6968
2806dc7e 6969 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6970
51a789c3
MG
69712016-10-27 Manish Goregaokar <manish@mozilla.com>
6972
2806dc7e
PA
6973 * gdb.rust/simple.rs: Add test for univariant enums without
6974 discriminants and for encoded struct-like enums.
51a789c3 6975
f610ab6d
PA
69762016-10-28 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6979 gdb_test_multiple, tighten regexps and match symtabs and line
6980 tables incrementally.
6981
b129b0ca
LM
69822016-10-28 Luis Machado <lgustavo@codesourcery.com>
6983
6984 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6985 general.
6986
ecf45d2c
SL
69872016-10-25 Luis Machado <lgustavo@codesourcery.com>
6988
6989 * gdb.base/exec-invalid-sysroot.exp: New file.
6990
b8d38ee4
JK
69912016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6992
6993 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6994
f90fd8c2
JK
69952016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6998
2d2476aa
MR
69992016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7000
2806dc7e
PA
7001 * gdb.base/killed-outside.exp: Remove $options from a call to
7002 `prepare_for_testing'.
2d2476aa 7003
e42b25a0
SM
70042016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7005
7006 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7007 Change test message.
7008
3ccdb432
SM
70092016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7010
7011 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7012 Update comment.
7013
5bad3170
SM
70142016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7015
7016 * gdb.trace/mi-trace-save.exp: New file.
7017
5ad9dba7
YQ
70182016-10-13 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.base/code_elim.exp (get_var_address): Remove.
7021 * gdb.base/relocate.exp: Likewise.
7022 * gdb.base/shreloc.exp: Likewise.
7023 * lib/gdb.exp (get_var_address): New.
7024
62df7e21
YQ
70252016-10-13 Yao Qi <yao.qi@linaro.org>
7026
7027 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7028 floating point tests if $skip_float_test is false.
7029
4dac951e
LM
70302016-10-12 Luis Machado <lgustavo@codesourcery.com>
7031
7032 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7033 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7034 argc values.
7035 Add 1 to argc so we guarantee distinct initial/modified argc values.
7036
8f1a8fc4
JK
70372016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7038
7039 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7040
16c85b5d
JK
70412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7044 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7045 * gdb.arch/vsx-regs.exp: Likewise.
7046
1d0e042a
YQ
70472016-10-07 Yao Qi <yao.qi@linaro.org>
7048
7049 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7050
68dadef5
MM
70512016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7052
7053 * gdb.python/python.exp: Test decode_line("*0").
7054
33fa2c6e
DE
70552016-10-06 Doug Evans <dje@google.com>
7056
7057 * gdb.python/py-value.exp (test_value_creation): Add test for large
7058 unsigned 64-bit value.
7059
9c37b5ae
TT
70602016-10-06 Tom Tromey <tom@tromey.com>
7061
7062 * gdb.compile/compile.exp: Change java tests to rust.
7063 * gdb.base/setshow.exp: Change java tests to rust.
7064 * gdb.base/default.exp: Remove java from language list.
7065 * README (Examples): Update language example.
7066 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7067 test.
7068 * lib/gdb.exp (skip_java_tests): Remove.
7069 * lib/java.exp: Remove.
7070 * gdb.java: Remove.
7071
78b86327
MR
70722016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7073
7074 * gdb.arch/mips-fcr.exp: New test.
7075 * gdb.arch/mips-fcr.c: Source for the new test.
7076
7470adbb
MR
70772016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7078
7079 * gdb.base/solib-disc.exp: Use `standard_output_file'
7080 throughout.
7081
4a556533
PA
70822016-10-06 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.base/jit-simple-dl.c: New file.
7085 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7086 * gdb.base/jit-simple.c: ... this.
7087 * gdb.base/jit-simple.exp (jit_run): Delete.
7088 (build_jit): New proc.
7089 (jit_test_reread): Recompile either the main program or the shared
7090 library, depending on what is being tested. Skip changing address
7091 if caller wants to. Compare before/after addresses. If testing
7092 standalone, explicitly load the binary. Test "maint info
7093 breakpoints".
7094 (top level): Add "standalone vs shared lib" and "change address"
7095 vs "same address" axes.
7096
5a122fbc
PA
70972016-10-06 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7100 call.
7101 (jit_run): Delete.
7102 (jit_test_reread): Use with_test_prefix. Reload the main binary
7103 explicitly. Compare the before/after addresses of the JIT
7104 descriptor.
7105
ee8da4b8
DE
71062016-08-15 Doug Evans <dje@google.com>
7107
7108 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7109 for single bitfields is bool.
7110 * gdb.xml/tdesc-regs.exp: Ditto.
7111
f389f6fe
JK
71122016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7113
7114 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7115
fdebf1a4
YQ
71162016-10-05 Yao Qi <yao.qi@linaro.org>
7117
7118 * lib/gdb.exp (support_complex_tests): Return zero if
7119 gdb_skip_float_test return true.
7120
9c36d954 71212016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7122 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7123
7124 PR gdb/20487
7125 * gdb.mi/user-selected-context-sync.exp: New file.
7126 * gdb.mi/user-selected-context-sync.c: New file.
7127
4034d0ff 71282016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7129 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7130
7131 PR gdb/20487
7132 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7133 =thread-select-event check.
7134
a4297203
PB
71352016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7136
7137 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7138 the compulsory L operand changes.
7139 * gdb.arch/powerpc-power.s: Likewise.
7140
bb805577
JK
71412016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7142
7143 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7144 * gdb.base/jit-attach-pie.c: New file.
7145 * gdb.base/jit-attach-pie.exp: New file.
7146
6d61dee5
PA
71472016-09-28 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.base/infcall-input.c: New file.
7150 * gdb.base/infcall-input.exp: New file.
7151
f73842fc
YQ
71522016-09-22 Yao Qi <yao.qi@linaro.org>
7153
7154 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7155 (gdb_exit): Rename it to ...
7156 (gdbserver_gdb_exit): ... Close GDBserver.
7157 (gdb_exit): New proc, call gdbserver_gdb_exit.
7158 (mi_gdb_exit): Likewise.
7159
90681dab
YQ
71602016-09-22 Yao Qi <yao.qi@linaro.org>
7161
7162 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7163 path.
7164 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7165 Remove duplication.
7166
9c211fd8
YQ
71672016-09-22 Yao Qi <yao.qi@linaro.org>
7168
7169 * lib/gdbserver-support.exp: Check the existence of
7170 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7171
ad0a504f
AK
71722016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7173
7174 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7175
36cf1806
TT
71762016-09-21 Tom Tromey <tom@tromey.com>
7177
7178 PR gdb/20604:
7179 * gdb.base/quit.exp: New file.
7180
74172ecf
SM
71812016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * .gitignore: New file.
7184
3d0ec882
MR
71852016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7186
7187 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7188 throughout.
7189
8193adea
AA
71902016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7191
7192 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7193
d41a5c09
JK
71942016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 * gdb.cp/casts.cc (decltype): Move it ...
7197 (main): ... with its call to ...
7198 * gdb.cp/casts03.cc: ... a new file.
7199 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7200
d2dfe700
JK
72012016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7202
7203 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7204
e2a92b16
PB
72052016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7206
7207 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7208 and sync up the test with tests in gas/testsuite/gas/ppc.
7209 * gdb.arch/powerpc-power.exp: Likewise.
7210
49b4de64
JK
72112016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7212
7213 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7214
2c29df25
SDJ
72152016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7216 Jan Kratochvil <jan.kratochvil@redhat.com>
7217
7218 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7219 make m1's definition to be different from m2's. Use 'dummy' as an
7220 argument for probe 'two'.
7221
cc3c2846
JB
72222016-09-10 Jon Beniston <jon@beniston.com>
7223
7224 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7225 for sim target.
7226
e1b2624a
AA
72272016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7228
7229 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7230 variable declaration.
7231 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7232 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7233 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7234 received HWCAP as its argument.
7235
4295e285
PA
72362016-09-06 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.base/new-ui-pending-input.c: New file.
7239 * gdb.base/new-ui-pending-input.exp: New file.
7240 * gdb.exp (clear_gdb_spawn_id): New procedure.
7241 (with_spawn_id): Check whether gdb_spawn_id exists before
7242 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7243 on exit.
7244
00d5215e
UW
72452016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7246
7247 * gdb.base/float128.c: New file.
7248 * gdb.base/float128.exp: Likewise.
7249 * gdb.base/floatn.c: Likewise.
7250 * gdb.base/floatn.exp: Likewise.
7251
a9ff5f12
UW
72522016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7253
7254 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7255
f245535c
PA
72562016-09-05 Pedro Alves <palves@redhat.com>
7257
7258 PR backtrace/19927
7259 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7260 unwinders are immediately called as side effect of "source" or
7261 "disable unwinder" commands.
7262 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7263
ae9cf263
YQ
72642016-09-02 Yao Qi <yao.qi@linaro.org>
7265
7266 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7267 is true and $type is "float" or "double".
7268
27aba047
YQ
72692016-09-02 Yao Qi <yao.qi@linaro.org>
7270
7271 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7272 true.
7273 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7274 * gdb.base/call-rt-st.exp: Likewise.
7275 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7276 return value instead of gdb,skip_float_test.
7277 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7278 (do_function_calls): Use its return value instead of
7279 gdb,skip_float_test.
7280 * gdb.base/finish.exp: Likewise.
7281 * gdb.base/funcargs.exp: Likewise.
7282 * gdb.base/return.exp: Likewise.
7283 * gdb.base/return2.exp: Likewise.
7284 * gdb.base/varargs.exp: Likewise.
7285 * lib/gdb.exp (gdb_skip_float_test): Change it to
7286 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7287
5af962df
AA
72882016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 * gdb.multi/tids.exp: Test "thread apply all".
7291
7fac6910
JK
72922016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 * gdb.base/default.exp (tty): Remove.
7295
bb1fe4ac
KB
72962016-08-24 Kevin Buettner <kevinb@redhat.com>
7297
2806dc7e
PA
7298 * gdb.python/py-recurse-unwind.c: New file.
7299 * gdb.python/py-recurse-unwind.py: New file.
7300 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7301
0a1ddfa6
SM
73022016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7303
7304 * gdb.base/set-inferior-tty.exp: New file.
7305 * gdb.base/set-inferior-tty.c: New file.
7306
d9de1fe3
PA
73072016-08-23 Pedro Alves <palves@redhat.com>
7308
7309 PR gdb/20494
7310 * gdb.base/new-ui-echo.c: New file.
7311 * gdb.base/new-ui-echo.exp: New file.
7312
e9d9abd7
YQ
73132016-08-23 Yao Qi <yao.qi@linaro.org>
7314
7315 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7316 gdbserver_spawn.
7317 * gdb.server/connect-without-multi-process.exp (do_test):
7318 Likewise.
7319
3589529e
YQ
73202016-08-23 Yao Qi <yao.qi@linaro.org>
7321
7322 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7323 standalone_txt. Delete gdb_txt and standalone_txt on host
7324 and target. Spawn the binary on target. Copy files from
7325 target to host.
7326
6bb90213
PA
73272016-08-22 Pedro Alves <palves@redhat.com>
7328
7329 PR gdb/20505
7330 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7331 with_test_prefix. Factor out bits to ...
7332 (test_no_vdso): ... this new procedure.
7333
20c2c024
CL
73342016-08-19 Carl Love <cel@us.ibm.com>
7335
7336 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7337 maintaining separate logic for constructing the output path.
7338 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7339 * gdb.arch/ppc-dfp.exp: Likewise.
7340 * gdb.arch/ppc-fp.exp: Likewise.
7341 * gdb.arch/vsx-regs.exp: Likewise.
7342 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7343 binprefix for generating the additional binary files.
7344
0646e07d
PA
73452016-08-19 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.trace/mi-trace-frame-collected.exp
7348 (test_trace_frame_collected): On x32, expect two registers.
7349
46da9242
CL
73502016-08-18 Carl Love <cel@us.ibm.com>
7351
7352 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7353 and sync up the test with tests in gas/testsuite/gas/ppc.
7354 * gdb.arch/powerpc-power.exp: Likewise.
7355
eb2332d7
SM
73562016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7359 expected error message.
7360
63c61e04
SM
73612016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7362
7363 * gdb.multi/remove-inferiors.exp: New file.
7364 * gdb.multi/remove-inferiors.c: New file.
7365
7b17065f
YQ
73662016-08-12 Yao Qi <yao.qi@linaro.org>
7367
7368 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7369 argument list.
7370
01d3dedf
PA
73712016-08-10 Pedro Alves <palves@redhat.com>
7372
7373 PR gdb/19187
7374 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7375 setup_kfails.
7376
3eb7562a
PA
73772016-08-09 Pedro Alves <palves@redhat.com>
7378 Simon Marchi <simon.marchi@ericsson.com>
7379
7380 PR gdb/20418
7381 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7382 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7383
80614914
PA
73842016-08-09 Pedro Alves <palves@redhat.com>
7385
7386 PR mi/20431
7387 * gdb.mi/mi-cmd-error.exp: New file.
7388
f348d89a
PA
73892016-08-09 Pedro Alves <palves@redhat.com>
7390
7391 PR gdb/18653
7392 * gdb.base/signals-state-child.c: New file.
7393 * gdb.base/signals-state-child.exp: New file.
7394 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7395
e5ca03b4
PA
73962016-08-09 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7399
282a0691
TT
74002016-08-03 Tom Tromey <tom@tromey.com>
7401
7402 PR python/18565:
7403 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7404
41bfcd63
YQ
74052016-08-01 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7408 variable mode to "multi-process" if $multi_process is 1, otherwise
7409 set it to "single-process".
7410
e3465b24
YQ
74112016-08-01 Yao Qi <yao.qi@linaro.org>
7412
7413 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7414 * gdb.cp/cpexprs.exp: Likewise.
7415 * gdb.cp/m-static.exp: Likewise.
7416
0b31a4bc
TT
74172016-07-26 Tom Tromey <tom@tromey.com>
7418
7419 PR python/20190:
7420 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7421 test.
7422
e0461dbb
MM
74232016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7424
7425 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7426 selecting assembly source files.
7427 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7428 assembly source files.
7429 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7430 assembly source files.
7431 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7432 selecting assembly source files.
7433
8194e927
SM
74342016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7435
7436 * gdb.base/new-ui.exp (do_test_invalid_args): New
7437 procedure.
7438
c0272db5
TW
74392016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7440
7441 * gdb.btrace/reconnect.c: New file.
7442 * gdb.btrace/reconnect.exp: New file.
7443
e3487908
GKB
74442016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7445
7446 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7447 to test_catch_syscall_group.
7448 (test_catch_syscall_group): New.
7449
12df5c00
TT
74502016-07-21 Tom Tromey <tom@tromey.com>
7451
7452 * gdb.rust/simple.rs (main): Use empty struct expression.
7453 * gdb.rust/simple.exp: Add tests for empty struct expression.
7454
bae62ee2
YQ
74552016-07-21 Yao Qi <yao.qi@linaro.org>
7456
7457 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7458 if gdb_skip_xml_test is true on some targets.
7459
b1b53fb3
YQ
74602016-07-21 Yao Qi <yao.qi@linaro.org>
7461
7462 * gdb.server/solib-list.exp: Unset last_loaded_file.
7463
027d97f8
JK
74642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7467 "step into captured_main (args)".
7468
7674d381
JK
74692016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7470
7471 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7472
72b5d099
JK
74732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7474
7475 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7476
1f960ced
PA
74772016-07-19 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7480 * gdb.opt/inline-bt.exp: Likewise.
7481 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7482 additional_flags=-Winline.
7483 * gdb.opt/inline-locals.exp: Likewise.
7484 * gdb.opt/inline-markers.c (ATTR): Define.
7485 (inlined_fn): Use it.
7486
f25827c1
YQ
74872016-07-19 Yao Qi <yao.qi@linaro.org>
7488
7489 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7490 (test_with_self): Remove some code. Remove argument executable.
7491 (top-level): Use do_self_tests.
7492
37539ebe
DB
74932016-07-15 Zachary Welch <zwelch@codesourcery.com>
7494 Don Breazeal <donb@codesourcery.com>
7495
7496 * gdb.base/maint.exp: Escape paths used in regular expressions.
7497 * gdb.stabs/weird.exp: Likewise.
7498
dac790e1
TT
74992016-07-13 Tom Tromey <tom@tromey.com>
7500
7501 PR python/15620, PR python/18620:
7502 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7503 (test_bkpt_events): New procs.
7504
93daf339
TT
75052016-07-13 Tom Tromey <tom@tromey.com>
7506
7507 PR python/17698:
7508 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7509 test.
7510 (test_watchpoints): Likewise.
7511 (test_bkpt_pending): New proc.
7512
6571a381
TT
75132016-07-13 Tom Tromey <tom@tromey.com>
7514
7515 PR cli/18053:
7516 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7517 completion test.
7518
e8732474
JK
75192016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7520
7521 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7522 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7523 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7524 f_label.
7525 (g): Rename g_end_lbl to g_label.
7526 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7527 low_pc and high_pc.
7528 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7529
e0f3fd7c
TT
75302016-07-12 Tom Tromey <tom@tromey.com>
7531
7532 PR python/19293:
7533 * gdb.python/py-unwind-maint.exp: Update tests.
7534
3cfe46b6
YQ
75352016-07-12 Yao Qi <yao.qi@linaro.org>
7536
7537 * lib/selftest-support.exp (selftest_setup): Match the output
7538 when captured_main is inlined.
7539
4f19a0e6
WT
75402016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7541
7542 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7543 New variables.
7544 (print this%a, print this%b, print this): New tests.
7545 * gdb.fortran/derived-types.f90 (this): New object and
7546 initialization.
7547
986cf455
SM
75482016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7549
7550 * gdb.ada/arraydim.exp: Remove extra directory level in build
7551 directory.
7552
f0464b23
SM
75532016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7554
7555 * lib/ada.exp: Remove extra directory level in build directory.
7556 * gdb.ada/cond_lang.exp: Likewise.
7557 * gdb.ada/exec_changed.exp: Likewise.
7558 * gdb.ada/lang_switch.exp: Likewise.
7559
42d94011
MG
75602016-07-06 Manish Goregaokar <manish@mozilla.com>
7561
2806dc7e
PA
7562 * simple.rs: Add test for raw pointer subscripting.
7563 * simple.exp: Add test expectations.
42d94011 7564
647c264c
YQ
75652016-07-05 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.mi/mi-reverse.exp: Match =record-started output.
7568
20aa2c60
PA
75692016-07-01 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7572 procedure.
7573 (jit_reader_test): Test the jit reader's unwinder.
7574 * gdb.base/jithost.c (jit_function_00_code): New global.
7575 (main): Use memcpy to fill in the mmapped code, instead of poking
7576 bytes manually here.
7577 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7578 value.
7579 (read_debug_info): Save the function's range.
7580 (read_sp): New function.
7581 (unwind_frame): Use it. Also unwind RBP.
7582 (get_frame_id): Use read_sp.
7583 (gdb_init_reader): Use calloc instead of malloc.
7584 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7585 parameter. Use gdb_test_multiple.
7586
ced2dffb
PA
75872016-07-01 Pedro Alves <palves@redhat.com>
7588 Antoine Tremblay <antoine.tremblay@ericsson.com>
7589
7590 * gdb.threads/process-dies-while-detaching.c: New file.
7591 * gdb.threads/process-dies-while-detaching.exp: New file.
7592
63000888
PA
75932016-07-01 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.multi/watchpoint-multi-exit.c: New file.
7596 * gdb.multi/watchpoint-multi-exit.exp: New file.
7597
038d4868
PA
75982016-06-30 Pedro Alves <palves@redhat.com>
7599
7600 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7601 unset inferior_spawn_id.
7602
994e9c83
PA
76032016-06-30 Pedro Alves <palves@redhat.com>
7604
7605 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7606 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7607
e5653468
YQ
76082016-06-29 Yao Qi <yao.qi@linaro.org>
7609
7610 * gdb.base/return.c: Add copyright header.
7611
803b47e5
TT
76122016-06-29 Tom Tromey <tom@tromey.com>
7613
7614 PR python/20129:
7615 * gdb.python/py-framefilter.exp: Add tests for setting priority
7616 and disabling of non-existent frame filter.
7617
28244707
YQ
76182016-06-29 Yao Qi <yao.qi@linaro.org>
7619
7620 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7621 0x0f07ff.
7622
a31d2f06
YQ
76232016-06-28 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7626 triplets. Start gdb, execute catch syscall, and continue. Check
7627 gdb's output to determine catch syscall is supported.
7628
921d8f54
MG
76292016-06-27 Manish Goregaokar <manish@mozilla.com>
7630
25d49b86
PA
7631 * gdb.rust/simple.rs: Add test for returning unit in a function.
7632 * gdb.rust/simple.exp: Add expectation for functions returning
7633 unit.
921d8f54 7634
f4952523
PMR
76352016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7636
7637 * gdb.python/py-breakpoint-create-fail.c,
7638 gdb.python/py-breakpoint-create-fail.exp,
7639 gdb.python/py-breakpoint-create-fail.py: New testcase.
7640
fccb08f8
MG
76412016-06-25 Manish Goregaokar <manish@mozilla.com>
7642
7643 PR gdb/20239
7644 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
7645 * gdb.rust/simple.exp: Add test expectations for new NonZero
7646 tests.
fccb08f8 7647
6b850546
DT
76482016-06-24 David Taylor <dtaylor@emc.com>
7649
7650 * gdb.base/offsets.exp: New file.
7651 * gdb.base/offsets.c: New file.
7652
17621150
TT
76532016-06-23 Tom Tromey <tom@tromey.com>
7654
7655 PR gdb/16483:
7656 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7657 before any filters are loaded.
7658
04d59df6
WT
76592016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7660
7661 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7662 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7663 structs.
7664 * gdb.fortran/derived-type-function.exp: New file.
7665 * gdb.fortran/derived-type-function.f90: New file.
7666
7667
ac69f786
PA
76682016-06-21 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/new-ui.exp: New file.
7671 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7672 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7673 (with_spawn_id): New procedure.
7674
49940788
PA
76752016-06-21 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.mi/mi-exec-run.exp: New file.
7678
ef274d26
PA
76792016-06-21 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7682 breakpoint command's output on the main UI.
7683 (test_break): New procedure, factored out from calls in the top
7684 level.
7685 (top level): Use foreach_with_prefix to test MI as main UI and as
7686 separate UI.
7687
468afe6c
PA
76882016-06-21 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7691 (test_awatch_creation_and_listing)
7692 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7693 Remove 'type' parameter.
7694 (test_watchpoint_all): New parameter mi_mode. Remove
7695 with_test_prefix.
7696 (top level): Use foreach_with_prefix, and add main/separate UI MI
7697 testing axis.
7698
51f77c37
PA
76992016-06-21 Pedro Alves <palves@redhat.com>
7700
7701 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7702 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7703 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7704 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7705 (gdb_main_spawn_id, mi_spawn_id): Declare and
7706 comment.
7707 (mi_create_inferior_pty): New procedure,
7708 factored out from default_mi_gdb_start.
7709 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7710 procedures.
7711 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7712 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7713 Use mi_create_inferior_pty.
7714 (mi_gdb_start): Use eval to pass down args list.
7715
8980e177
PA
77162016-06-21 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7719 * gdb.opt/inline-cmds.exp: Add MI tests.
7720
f38d3ad1
PA
77212016-06-21 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7724
45db7c09
PA
77252016-06-21 Pedro Alves <palves@redhat.com>
7726
7727 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7728 (top level): Use it instead of mi_execute_to.
7729
5a069ab3
PA
77302016-06-21 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7733 (cont_handler_str): New.
7734 (signal_stop_handler): Set stop_handler_str instead of printing to
7735 stdout.
7736 (continue_handler): Set cont_handler_str instead of printing to
7737 stdout.
7738 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7739 mi_send_resuming_command. Print stop_handler_str and
7740 cont_handler_str instead of expecting the python events print
7741 directly.
7742
2838cc1d
SD
77432016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7744
7745 * gdb.base/jit-reader.exp: New file.
7746 * gdb.base/jithost.c: New file.
7747 * gdb.base/jithost.h: New file.
7748 * gdb.base/jitreader.c : New file.
7749 * gdb.base/jit-protocol.h: New file.
7750
21a77091
YQ
77512016-06-17 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7754 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7755 and detach-on-fork. Adjust tests.
7756 (top level): Invoke break_cond_on_syscall with combinations of
7757 syscall, follow-fork-mode and detach-on-fork.
7758
f50bf8e5
YQ
77592016-06-17 Yao Qi <yao.qi@linaro.org>
7760
7761 * gdb.base/step-over-exit.c: New.
7762 * gdb.base/step-over-exit.exp: New.
7763
a28d8e50
YTL
77642016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7765
7766 * gdb.base/float.exp: Add target check for nds32*-*-*.
7767 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7768
cad8e26d
AB
77692016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7770
7771 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7772 for unsupported target features.
7773 * gdb.base/call-rt-st.exp: Likewise.
7774 * gdb.base/call-sc.exp: Likewise.
7775 * gdb.base/call-signal-resume.exp: Likewise.
7776 * gdb.base/call-strs.exp: Likewise.
7777 * gdb.base/callexit.exp: Likewise.
7778 * gdb.base/callfuncs.exp: Likewise.
7779 * gdb.base/nodebug.exp: Likewise.
7780 * gdb.base/printcmds.exp: Likewise.
7781 * gdb.base/ptype.exp: Likewise.
7782 * gdb.base/structs.exp: Likewise.
7783 * gdb.base/unwindonsignal.exp: Likewise.
7784 * gdb.cp/gdb2495.exp: Likewise.
7785 * gdb.cp/templates.exp: Likewise.
7786 * gdb.cp/virtfunc.exp: Likewise.
7787 * gdb.threads/hand-call-in-threads.exp: Likewise.
7788 * gdb.threads/interrupted-hand-call.exp: Likewise.
7789 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7790
347dc102
TT
77912016-06-10 Tom Tromey <tom@tromey.com>
7792
7793 PR rust/20110:
7794 * gdb.rust/expr.exp: Add test for integer constant larger than
7795 i32.
7796
5e13cf25
BH
77972016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7798
7799 * gdb.fortran/nested-funcs.exp: New.
7800 * gdb.fortran/nested-funcs.f90: New.
7801
bb556f1f
TK
78022016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7803
7804 * gdb.base/examine-backward.c: New file.
7805 * gdb.base/examine-backward.exp: New file.
7806
38b022b4
SM
78072016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7808
7809 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7810 matching.
7811
1b40ec05
TT
78122016-06-02 Tom Tromey <tom@tromey.com>
7813
7814 PR python/18984:
7815 * gdb.python/py-shared.exp: Add solib_name test.
7816
193bd378
SM
78172016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7818
7819 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7820
3326303b
MG
78212016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7822
7823 PR c++/19893
7824 * gdb.dwarf2/implref.exp: Rename to...
7825 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7826 * gdb.dwarf2/implref-array.c: New file.
7827 * gdb.dwarf2/implref-array.exp: Likewise.
7828 * gdb.dwarf2/implref-global.c: Likewise.
7829 * gdb.dwarf2/implref-global.exp: Likewise.
7830 * gdb.dwarf2/implref-struct.c: Likewise.
7831 * gdb.dwarf2/implref-struct.exp: Likewise.
7832
825c8ef2
AT
78332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7834
7835 * gdb.trace/trace-condition.exp: Add 64bit tests.
7836
2320162a
AT
78372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7838
7839 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7840 bits types.
7841 (main): Adapt to 8 to 64 bits types.
7842 * gdb.trace/trace-condition.exp: Add new tests.
7843
a7818233
AT
78442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7845
7846 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7847
0d336466
AT
78482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7849
7850 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7851 Move condition tests...
7852 * gdb.trace/trace-condition.exp: Here.
7853
7faeb45a
AT
78542016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7855
7856 * gdb.trace/trace-condition.exp: Add counter-case tests.
7857
e385593e
JK
78582016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 PR c++/15231
7861 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7862 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7863
744608cc
PA
78642016-05-27 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7867 New procedure.
7868 (top level): Call it, and bail out of DejaGnu is known to be bad.
7869
ac775bf4
AB
78702016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7871
7872 * gdb.base/whatis.c: Extend the test case.
7873 * gdb.base/whatis.exp: Add additional tests.
7874
2bbad2ea
BH
78752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7876
7877* gdb.fortran/type.f90: Add pointer variable.
7878* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7879
8b70175d
BH
78802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7881
7882 * gdb.fortran/vla-type.exp: Fix testcase name.
7883
86d8a848
BH
78842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7885
7886 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7887
e188eb36
BH
78882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7889
7890 * gdb.fortran/type.f90: Add nested structures.
7891 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7892 * gdb.fortran/derived-type.exp: Adapt expected output.
7893 * gdb.fortran/vla-type.exp: Adapt expected output.
7894
9b2db1fd
BH
78952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7896
7897 * gdb.fortran/whatis_type.exp: Adapt expected output.
7898
72b17055
BH
78992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7900
7901 * gdb.fortran/print_type.exp: Fix expected output.
7902 * gdb.fortran/whatis_type.exp: Fix expected output.
7903
3cd81d8d
BH
79042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7905
7906 * gdb.fortran/whatis_type.exp: Use multi_line.
7907
ddae9462
TT
79082016-05-24 Tom Tromey <tom@tromey.com>
7909
7910 PR python/17386:
7911 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7912 use value as an index.
7913
1957f6b8
TT
79142016-05-23 Tom Tromey <tom@tromey.com>
7915
7916 PR python/17981:
7917 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7918 no-breakpoint case.
7919
026a9174
PA
79202016-05-24 Pedro Alves <palves@redhat.com>
7921
7922 PR gdb/19828
7923 * gdb.threads/clone-attach-detach.c: New file.
7924 * gdb.threads/clone-attach-detach.exp: New file.
7925
e70a7231
FR
79262016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7927
7928 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7929
0f6ed0e0
TT
79302016-05-23 Tom Tromey <tom@tromey.com>
7931
7932 PR python/19438, PR python/18393:
7933 * gdb.python/py-progspace.exp: Add "dir" test.
7934 * gdb.python/py-objfile.exp: Add "dir" test.
7935
ffd19d61
YQ
79362016-05-23 Yao Qi <yao.qi@linaro.org>
7937
7938 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7939 * gdb.arch/thumb2-it.exp: Likewise.
7940
9e8f9b05
SM
79412016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * gdb.mi/mi-threads-interrupt.c: New file.
7944 * gdb.mi/mi-threads-interrupt.exp: New file.
7945
61c6156d
SM
79462016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7947
7948 PR gdb/18077
7949 * gdb.mi/mi-async-run.exp: New file.
7950 * gdb.mi/mi-async-run.c: New file.
7951
67218854
TT
79522016-05-17 Tom Tromey <tom@tromey.com>
7953 Manish Goregaokar <manishsmail@gmail.com>
7954
7955 * lib/rust-support.exp: New file.
7956 * lib/gdb.exp (skip_rust_tests): New proc.
7957 (build_executable_from_specs): Handle rust.
7958 * lib/future.exp (gdb_find_rustc): New proc.
7959 (gdb_default_target_compile): Handle rust.
7960 * gdb.rust/expr.exp: New file.
7961 * gdb.rust/generics.exp: New file.
7962 * gdb.rust/generics.rs: New file.
7963 * gdb.rust/methods.exp: New file.
7964 * gdb.rust/methods.rs: New file.
7965 * gdb.rust/modules.exp: New file.
7966 * gdb.rust/modules.rs: New file.
7967 * gdb.rust/simple.exp: New file.
7968 * gdb.rust/simple.rs: New file.
7969
c44af4eb
TT
79702016-05-17 Tom Tromey <tom@tromey.com>
7971
7972 * gdb.base/default.exp (set language): Add rust.
7973
dcd1f979
TT
79742016-05-17 Tom Tromey <tom@tromey.com>
7975
7976 * gdb.gdb/unittest.exp: New file.
7977
155b7f57
YQ
79782016-05-16 Yao Qi <yao.qi@linaro.org>
7979
7980 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7981 shell_prompt. Update shell_prompt_re.
7982
8ddd5a6c
DE
79832016-05-12 Doug Evans <dje@google.com>
7984
7985 PR symtab/19999
7986 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7987 $options when building executable.
7988 * gdb.dwarf2/fission-loclists-pie.S: New file.
7989 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7990
02e370d9
SM
79912016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7992
7993 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7994 of [is_remote target],
7995
8929ad8b
SM
79962016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7997
7998 * lib/gdb.exp (use_gdb_stub): New procedure.
7999
6c447423
DE
80002016-05-03 Yunlian Jiang <yunlian@google.com>
8001 Doug Evans <dje@google.com>
8002
8003 PR symtab/19914
8004 * gdb.dwarf2/dwp-sepdebug.c: New file.
8005 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8006
444e826c
SM
80072016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8008
8009 * gdb.base/detach.exp: Remove is_remote check.
8010
740feeaa
SM
80112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8012
8013 * gdb.base/annota-input-while-running.exp: Don't check for
8014 [is_remote target]. Enable annotations after running to main.
8015 Remove unused "set test..." line.
8016
9080ac9d
SM
80172016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8018
8019 * gdb.trace/trace-enable-disable.exp: New file.
8020 * gdb.trace/trace-enable-disable.c: New file.
8021
952ebca5
SM
80222016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8025 use it in info sharedlibrary test.
8026 * gdb.trace/ftrace-lock.exp: Likewise.
8027 * gdb.trace/ftrace.exp: Likewise.
8028 * gdb.trace/range-stepping.exp: Likewise.
8029 * gdb.trace/trace-break.exp: Likewise.
8030 * gdb.trace/trace-condition.exp: Likewise.
8031 * gdb.trace/trace-mt.exp: Likewise.
8032
d9019901
SM
80332016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8036 (gdb_load_shlib): ... this.
8037 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8038 gdb_load_shlib.
8039 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8040 * gdb.base/ctxobj.exp: Likewise.
8041 * gdb.base/dprintf-pending.exp: Likewise.
8042 * gdb.base/dso2dso.exp: Likewise.
8043 * gdb.base/fixsection.exp: Likewise.
8044 * gdb.base/gcore-relro.exp: Likewise.
8045 * gdb.base/gdb1555.exp: Likewise.
8046 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8047 * gdb.base/gnu-ifunc.exp: Likewise.
8048 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8049 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8050 * gdb.base/pending.exp: Likewise.
8051 * gdb.base/print-file-var.exp: Likewise.
8052 * gdb.base/print-symbol-loading.exp: Likewise.
8053 * gdb.base/shlib-call.exp: Likewise.
8054 * gdb.base/shreloc.exp: Likewise.
8055 * gdb.base/so-impl-ld.exp: Likewise.
8056 * gdb.base/solib-disc.exp: Likewise.
8057 * gdb.base/solib-nodir.exp: Likewise.
8058 * gdb.base/solib-overlap.exp: Likewise.
8059 * gdb.base/solib-symbol.exp: Likewise.
8060 * gdb.base/solib-weak.exp (do_test): Likewise.
8061 * gdb.base/sym-file.exp: Likewise.
8062 * gdb.base/symtab-search-order.exp: Likewise.
8063 * gdb.base/type-opaque.exp: Likewise.
8064 * gdb.base/unload.exp: Likewise.
8065 * gdb.base/watchpoint-solib.exp: Likewise.
8066 * gdb.compile/compile.exp: Likewise.
8067 * gdb.cp/gdb2384.exp: Likewise.
8068 * gdb.cp/infcall-dlopen.exp: Likewise.
8069 * gdb.cp/re-set-overloaded.exp: Likewise.
8070 * gdb.fortran/library-module.exp: Likewise.
8071 * gdb.opt/solib-intra-step.exp: Likewise.
8072 * gdb.python/py-finish-breakpoint.exp: Likewise.
8073 * gdb.python/py-shared.exp: Likewise.
8074 * gdb.reverse/solib-precsave.exp: Likewise.
8075 * gdb.reverse/solib-reverse.exp: Likewise.
8076 * gdb.server/solib-list.exp: Likewise.
8077 * gdb.threads/dlopen-libpthread.exp: Likewise.
8078 * gdb.threads/tls-shared.exp: Likewise.
8079 * gdb.threads/tls-so_extern.exp: Likewise.
8080 * gdb.trace/change-loc.exp: Likewise.
8081 * gdb.trace/ftrace-lock.exp: Likewise.
8082 * gdb.trace/ftrace.exp: Likewise.
8083 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8084 * gdb.trace/pending.exp: Likewise.
8085 * gdb.trace/range-stepping.exp: Likewise.
8086 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8087 (strace_info_marker): Likewise.
8088 (strace_probe_marker): Likewise.
8089 (strace_trace_on_same_addr): Likewise.
8090 (strace_trace_on_diff_addr): Likewise.
8091 * gdb.trace/trace-break.exp: Likewise.
8092 * gdb.trace/trace-condition.exp: Likewise.
8093 * gdb.trace/trace-mt.exp: Likewise.
8094
fca4cfd9
SM
80952016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8096
8097 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8098 result of gdb_remote_download.
8099 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8100 * gdb.base/dso2dso.exp: Likewise.
8101 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8102 * gdb.base/print-file-var.exp: Likewise.
8103 * gdb.base/shlib-call.exp: Likewise.
8104 * gdb.base/shreloc.exp: Likewise.
8105 * gdb.base/solib-overlap.exp: Likewise.
8106 * gdb.base/solib-weak.exp (do_test): Likewise.
8107 * gdb.base/unload.exp: Likewise.
8108
11cf4ffb
YQ
81092016-04-27 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8112 exists.
8113
3e2e34f8
KB
81142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8115
8116 * vla-type.exp: Print structure from toplevel.
8117
8f07e298
BH
81182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8119
8120 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8121 of dynamic types.
8122 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8123 of dynamic types.
8124
9920b434
BH
81252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8126
8127 * gdb.fortran/vla-type.f90: New file.
8128 * gdb.fortran/vla-type.exp: New file.
8129
f3abeff5
YQ
81302016-04-25 Yao Qi <yao.qi@linaro.org>
8131
8132 * gdb.base/branch-to-self.c: New file.
8133 * gdb.base/branch-to-self.exp: New file.
8134
0a5d52f0
YQ
81352016-04-22 Yao Qi <yao.qi@linaro.org>
8136
8137 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8138 more after $hex.
8139
495346f6
YQ
81402016-04-22 Yao Qi <yao.qi@linaro.org>
8141
8142 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8143 * gdb.base/annota3.exp: Likewise.
8144
4a7e075c
YQ
81452016-04-22 Yao Qi <yao.qi@linaro.org>
8146
8147 * gdb.reverse/step-precsave.exp: Do one step and test program
8148 stops in "callee" and do multiple steps until program goes out
8149 of "callee".
8150 * gdb.reverse/step-reverse.exp: Likewise.
8151
5b061e98
YQ
81522016-04-22 Yao Qi <yao.qi@linaro.org>
8153
8154 * gdb.trace/signal.exp: Also pass if
8155 $tracepoint_hits($i) > $iterations.
8156
5c5dc57f
YQ
81572016-04-22 Yao Qi <yao.qi@linaro.org>
8158
8159 * gdb.trace/signal.c: New file.
8160 * gdb.trace/signal.exp: New file.
8161
a55411b9
DE
81622016-04-19 Doug Evans <xdje42@gmail.com>
8163
8164 * gdb.base/bad-file.exp: New file.
8165
a22df60a
MG
81662016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8167
8168 * gdb.dwarf2/implref.exp: New file.
8169
0c13f7e5
BH
81702016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8171
8172 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8173 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8174 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8175 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8176 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8177 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8178 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8179 * lib/fortran.exp (fortran_int4): New procedure.
8180 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8181 (fortran_logical4): Likewise.
8182
9b9b09e9
BH
81832016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8184
8185 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8186
a14d1f4d
BH
81872016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8188
8189 * lib/compiler.c: Add Intel specific preprocessor macros.
8190 * lib/compiler.cc: Likewise.
25d49b86 8191
7d49b1d0
LM
81922016-04-13 Luis Machado <lgustavo@codesourcery.com>
8193
8194 * gdb.server/connect-with-no-symbol-file.c: New file.
8195 * gdb.server/connect-with-no-symbol-file.exp: New file.
8196
8392fa22
SM
81972016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8198
8199 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8200
8c4c4aeb
SM
82012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8202
8203 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8204 standard output directory.
8205
45e3745e
AT
82062016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8207
8208 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8209
e26b7e41
MM
82102016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8211
8212 * gdb.btrace/instruction_history.c (loop): Add declaration.
8213
8ce09462
AT
82142016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8215
8216 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8217
2e88a1ea
SM
82182016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8219
8220 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8221 parentheses to print.
8222 (continue_handler): Likewise.
8223
f48e22e3
SM
82242016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8225
8226 * gdb.server/solib-list.exp: Remove is_remote check.
8227 Pass shlib= to gdb_compile. Don't link shared library with
8228 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8229 Run binary filename through "readlink -f" on the target.
8230
096be756
PA
82312016-04-08 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8234 interpreter filename as argument to gdbserver_spawn.
8235 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8236 Return empty if $last_loaded_file does not exist.
8237
06500533
JK
82382016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8239
8240 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8241 * gdb.base/jit-main.c: Use exit after usage.
8242
2d35e871
JK
82432016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8244
8245 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8246 GDBHISTSIZE prior to the tests.
8247 * gdb.base/gdbinit-history.exp: Likewise.
8248
82492016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8250
8251 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8252 instead of build_executable. Use gdb_load_shlibs.
8253
c8064e7e
YQ
82542016-04-07 Yao Qi <yao.qi@linaro.org>
8255
8256 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8257 Execute "si" command.
8258
bde47561
YQ
82592016-04-07 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8262 number instead of the comments on some line.
8263
b16f8a3b
DB
82642016-04-06 Don Breazeal <donb@codesourcery.com>
8265
8266 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8267 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8268
c2f901df
SM
82692016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8270
8271 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8272 standard_output_file. Remove unused binfile variable.
8273
ac17fda0
CU
82742016-04-05 Catalin Udma <catalin.udma@freescale.com>
8275
8276 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8277 * gdb.python/py-mi-objfile.exp: Match "list main" output
8278 in console format.
8279
03a8c4df
SM
82802016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8281
8282 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8283 absolute.
8284
6e774b13
SM
82852016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8286
8287 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8288 absolute.
8289 * gdb.trace/ftrace.exp: Likewise.
8290 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8291 targets as well.
8292 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8293 (gdb_load_shlibs): Copy libraries to test directory when testing
8294 natively. Only set solib-search-path if testing remotely.
8295 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8296
7817ea46
SM
82972016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8298
8299 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8300 gdb_download. Use it even if the target is not remote.
8301 * gdb.base/jit.exp (compile_jit_test): Likewise.
8302 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8303 output directory if the destination board is local, otherwise use
8304 the standard remote_download from DejaGnu.
8305 (gdb_download): Remove.
8306 (gdb_load_shlibs): Use gdb_remote_download instead of
8307 gdb_download.
8308 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8309 Use gdb_remote_download instead of gdb_download. Use it even if
8310 the target is not remote.
8311 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8312 instead of gdb_download.
8313
7beb7f68
SM
83142016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8315
8316 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8317 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8318 run.
8319
cc63428a
AV
83202016-04-01 Artemiy Volkov <artemiyv@acm.org>
8321
8322 PR gdb/19820
8323 * gdb.base/printcmds.exp: Add artificial arrays tests.
8324
64cdf930
PA
83252016-03-31 Pedro Alves <palves@redhat.com>
8326
8327 PR gdb/19858
8328 * gdb.base/jit-main.c: Include unistd.h.
8329 (ATTACH): Define to 0 if not already defined.
8330 (wait_for_gdb, mypid): New globals.
8331 (WAIT_FOR_GDB): New macro.
8332 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8333 some breakpoint locations.
8334 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8335 New procedures.
8336 (one_jit_test): Add REATTACH parameter, and handle it. Use
8337 continue_to_test_location.
8338 (top level): Test attach, and adjusts calls to one_jit_test.
8339
40dea8cb
PA
83402016-03-31 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/19858
8343 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8344 BINSUFFIX parameter, and handle it.
8345 (top level): Adjust calls compile_jit_test.
8346
e7ea3ec7
CU
83472016-03-31 Catalin Udma <catalin.udma@freescale.com>
8348
8349 PR python/19743
8350 * gdb.python/py-mi-events-gdb.py: New file.
8351 * gdb.python/py-mi-events.c: New file.
8352 * gdb.python/py-mi-events.exp: New file.
8353
e6359af3
YQ
83542016-03-30 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.reverse/until-precsave.exp: Match function name only.
8357 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8358 Move malloc to a condition block.
8359 * gdb.reverse/until-reverse.exp: Match function name only.
8360
a4105d04
MK
83612016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8362
8363 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8364 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8365 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8366 variable for GPR 0 instead of assuming it is register 0.
8367 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8368 * lib/trace-support.exp: Add s390 registers.
8369
bfa6adb9
YQ
83702016-03-29 Yao Qi <yao.qi@linaro.org>
8371
8372 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8373
1e6697ea
YQ
83742016-03-24 Yao Qi <yao.qi@linaro.org>
8375
8376 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8377 test message.
8378
64bcd522
AA
83792016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8380
8381 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8382 maintaining separate logic for constructing the output path.
8383
7868401b
DB
83842016-03-16 Don Breazeal <donb@codesourcery.com>
8385
8386 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8387 Retry fork and waitpid on interrupted system call errors.
8388 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8389 Use with_timeout_factor to increase timeout by factor of 10.
8390
1cafadb4
DB
83912016-03-15 Don Breazeal <donb@codesourcery.com>
8392
8393 * gdb.cp/scope-err.cc: New test program.
8394 * gdb.cp/scope-err.exp: New test script.
8395 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8396 lines and "set breakpoint here" comment.
8397 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8398 Fixed some whitespace and format issues.
8399 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8400 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8401
81516450
DE
84022016-03-15 Doug Evans <dje@google.com>
8403
8404 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8405 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8406 All callers updated. Add tests for enums, mixed flags register.
8407
aa52b601
DE
84082016-03-15 Doug Evans <dje@google.com>
8409
8410 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8411 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8412
fa4ff313
SM
84132016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.base/default.exp: Add $_as_string to the list of expected
8416 convenience functions.
8417
f2403c39
AB
84182016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8419
8420 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8421
f2f3ccb9
SM
84222016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8423
8424 * gdb.python/py-as-string.exp: New file.
8425 * gdb.python/py-as-string.c: New file.
8426
00dbd492
PA
84272016-03-09 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8430 signal" -> "Thread NN received signal" output change.
8431 * gdb.threads/ia64-sigill.exp: Likewise.
8432 * gdb.threads/linux-dp.exp: Likewise.
8433 * gdb.threads/manythreads.exp: Likewise.
8434 * gdb.threads/pending-step.exp: Likewise.
8435 * gdb.threads/print-threads.exp: Likewise.
8436 * gdb.threads/sigstep-threads.exp: Likewise.
8437 * gdb.threads/staticthreads.exp: Likewise.
8438 * gdb.threads/tls.exp: Likewise.
8439
1e6697ea
YQ
84402016-03-09 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.base/command-line-input.exp: New file.
8443
b04fd3be
MK
84442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8445
8446 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8447 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8448 * gdb.trace/pending.exp: Accept leading dot before function name.
8449 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8450 * lib/trace-support.exp: Set registers for ppc.
8451
98fa59e9
MK
84522016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8453
8454 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8455 use it for disassembly; accept .main in addition to main in backtrace.
8456
f77198c8
MK
84572016-03-09 Wei-cheng Wang <cole945@gmail.com>
8458 Marcin Kościelnicki <koriakin@0x04.net>
8459
8460 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8461 (gdb_recursion_test_ptr): New global variable.
8462 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8463 gdb_recursion_test.
8464 (gdb_c_test): Ditto.
8465
ba84e0da
MK
84662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8467
8468 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8469 ordering.
8470
4366d36e
MK
84712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8472
8473 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8474 (bar): Add bar_start_lbl label.
8475 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8476 of foo/bar for emitting DWARF and tracing.
8477
5eb264df
SDJ
84782016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8479
8480 * analyze-racy-logs.py: Set executable bit.
8481
fb6a751f
SDJ
84822016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8483
8484 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8485 (CHECK_TARGET_TMP): Likewise.
8486 (check-single-racy): New rule.
8487 (check-parallel-racy): Likewise.
8488 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8489 (do-check-parallel-racy): New rule.
8490 (check-racy/%.exp): Likewise.
8491 * README (Racy testcases): New section.
8492 * analyze-racy-logs.py: New file.
8493
bdf7e230
DE
84942016-03-03 Doug Evans <dje@google.com>
8495
8496 * gdb.base/skip.exp: Use with_test_prefix.
8497
4719d415
YQ
84982016-03-03 Yao Qi <yao.qi@linaro.org>
8499
8500 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8501 Invoke step_over_syscall "clone" and break_cond_on_syscall
8502 "clone".
8503 * gdb.base/step-over-clone.c: New file.
8504
ea507862
YQ
85052016-03-03 Yao Qi <yao.qi@linaro.org>
8506
8507 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8508 code format.
8509
8fc8cbda
YQ
85102016-03-03 Yao Qi <yao.qi@linaro.org>
8511
8512 * gdb.base/disp-step-fork.c: Rename to ...
8513 * gdb.base/step-over-fork.c: ... it. New file.
8514 * gdb.base/disp-step-vfork.c: Rename to ...
8515 * gdb.base/step-over-vfork.c: ... it. New file.
8516 * gdb.base/disp-step-syscall.exp: Rename to ...
8517 * gdb.base/step-over-syscall.exp: ... it. New file.
8518 (disp_step_cross_syscall): Rename to ...
8519 (step_over_syscall): ... it.
8520
92fa70b0
YQ
85212016-03-03 Yao Qi <yao.qi@linaro.org>
8522
8523 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8524 If target supports condition evaluation on target, invoke
8525 break_cond_on_syscall for fork and vfork.
8526
e197ad3c
YQ
85272016-03-03 Yao Qi <yao.qi@linaro.org>
8528
8529 * gdb.base/disp-step-syscall.exp: Don't invoke
8530 support_displaced_stepping.
8531 (disp_step_cross_syscall): Test with displaced stepping off and
8532 on if supported.
8533
0b47da9f
YQ
85342016-03-03 Yao Qi <yao.qi@linaro.org>
8535
8536 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8537 proc.
8538 (setup): New proc.
8539 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8540 and setup.
8541
065ab6dc
BH
85422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8543
8544 * gdb.fortran/vla-history.exp: Remove breakpoint.
8545
07e448ad 85462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8547
25d49b86
PA
8548 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8549 exceeds timeout.
07e448ad 8550
9ac2d526 85512016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8552
25d49b86
PA
8553 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8554 breakpoint.
9ac2d526 8555
17807369
BH
85562016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8557
8558 * gdb.mi/vla.f90: Nullify pointer after declaration.
8559
86e501af
PA
85602016-03-01 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8563
1e903e32
PA
85642016-03-01 Pedro Alves <palves@redhat.com>
8565
8566 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8567 before anything else.
8568 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8569 _GNU_SOURCE here.
8570 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8571 before anything else.
8572 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8573
6ccb54e2
PA
85742016-03-01 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8577
30ca9da1
YQ
85782016-03-01 Yao Qi <yao.qi@linaro.org>
8579
8580 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8581 prepare_for_testing.
8582
dc856b38
YQ
85832016-03-01 Yao Qi <yao.qi@linaro.org>
8584
8585 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8586
4a932159
AA
85872016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8588
8589 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8590 manually constructing the output path.
8591
f2489477
AA
85922016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8593
8594 * gdb.arch/s390-stackless.S: New.
8595 * gdb.arch/s390-stackless.exp: New.
8596
38899f16
IB
85972016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8598
8599 * gdb.dlang/circular.c: New file.
8600 * gdb.dlang/circular.exp: New file.
8601
9fde51ed
YQ
86022016-02-26 Yao Qi <yao.qi@linaro.org>
8603
8604 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8605 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8606 (testcases): Update.
8607
ce90fefe
YQ
86082016-02-26 Yao Qi <yao.qi@linaro.org>
8609
8610 * gdb.reverse/aarch64.c: Rename to ...
8611 * gdb.reverse/insn-reverse.c: ... it.
8612 * gdb.reverse/aarch64.exp: Rename to ...
8613 * gdb.reverse/insn-reverse.exp: ... it.
8614
3263bceb
YQ
86152016-02-26 Yao Qi <yao.qi@linaro.org>
8616
8617 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8618 (testcase_ftype): New.
8619 (testcases): New array.
8620 (n_testcases): New.
8621 (main): Call each element in testcases.
8622 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8623 (read_testcase): New.
8624 Do the tests in a loop.
8625
6cb59ff1
YQ
86262016-02-25 Yao Qi <yao.qi@linaro.org>
8627
8628 * gdb.base/branches.c: Remove.
8629
ae91f625
MK
86302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8631
8632 PR gdb/13808
8633 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8634
678b48b7
MK
86352016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8636
8637 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8638
7337a6f2
MK
86392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8640
8641 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8642 change x86_64 call_insn to 'callq'.
8643
861ca91f
AT
86442016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8645
8646 * gdb.trace/tfile-avx.c: Move to...
8647 * gdb.trace/tracefile-pseudo-reg.c: Here.
8648 * gdb.trace/tfile-avx.exp: Move to...
8649 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8650
bf74e428
GB
86512016-02-24 Gary Benson <gbenson@redhat.com>
8652
8653 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8654 message on attach.
8655
cce0e923
DE
86562016-02-23 Doug Evans <dje@google.com>
8657
8658 * gdb.base/skip.c (test_skip): New function.
8659 (end_test_skip_file_and_function): New function.
8660 (test_skip_file_and_function): New function.
8661 * gdb.base/skip1.c (test_skip): New function.
8662 (skip1_test_skip_file_and_function): New function.
8663 * gdb.base/skip.exp: Add tests for new skip options.
8664 * gdb.base/skip-solib.exp: Update expected output.
8665 * gdb.perf/skip-command.cc: New file.
8666 * gdb.perf/skip-command.exp: New file.
8667 * gdb.perf/skip-command.py: New file.
8668
4000e47e
MK
86692016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8670
8671 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8672 info registers pattern.
8673
24f75ead
IB
86742016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8675
8676 * lib/future.exp: Add D support.
8677 (gdb_find_gdc): New proc.
8678 (gdb_default_target_compile): Add D support.
8679
fbb7bcbe
WW
86802016-02-18 Wei-cheng Wang <cole945@gmail.com>
8681
8682 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8683 user+system time.
8684 (trace_speed_test): Determine the iteration count for a time
8685 between 15..30 seconds.
8686
012b3a21
WT
86872016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8688
8689 * gdb.arch/i386-mpx-sigsegv.c: New file.
8690 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8691 * gdb.arch/i386-mpx-simple_segv.c: New file.
8692 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8693
2d5189bd
YQ
86942016-02-18 Yao Qi <yao.qi@linaro.org>
8695
8696 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8697 Don't call setup_kfail.
8698
40fb20d0
YQ
86992016-02-18 Yao Qi <yao.qi@linaro.org>
8700
8701 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8702 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8703
21b1f8d2
DE
87042016-02-16 Doug Evans <dje@google.com>
8705
8706 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8707 * gdb.base/skip1.c: Ditto.
8708 * gdb.base/skip.exp: Whitespace cleanup.
8709
4041ed77
DB
87102016-02-16 Don Breazeal <donb@codesourcery.com>
8711
8712 PR remote/19496
8713 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8714 Remove kfail for PR remote/19496.
8715
c4ef31bf
SM
87162016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8717
8718 * lib/gdb.exp (standard_temp_file): Return a path specific to
8719 the runtest invocation.
8720
266b65b3
SM
87212016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 * gdb.trace/save-trace.exp: Change relative path to be in the
8724 standard output directory.
8725
a7a0a6a9
JK
87262016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8727
8728 * gdb.arch/i386-prologue.c: Add missing prototypes.
8729
c99dbb42
JK
87302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8731
8732 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8733 * gdb.arch/i386-prologue.exp: Likewise.
8734 * gdb.arch/i386-size.exp: Likewise.
8735
aa480355
SM
87362016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8737
8738 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8739 define object file path.
8740 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8741 file path.
8742 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8743 standard_output_file to define binfile.
8744
ba881f50
JK
87452016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8746
8747 Fix compatibility with recent gfortran-5.3.1.
8748 * gdb.fortran/vla-history.exp (print vla1 allocated)
8749 (print vla2 allocated, print $2, print $3): Remove
8750 (print $4): Rename to ...
8751 (print $2): ... here.
8752 (print $9): Rename to ...
8753 (print $5): ... here.
8754 (print $10): Rename to ...
8755 (print $6): ... here.
8756 * gdb.fortran/vla.f90: Add pvla initialization.
8757
e9fb005c
JK
87582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8761 New test.
8762 * gdb.fortran/vla-value-sub.exp: Likewise.
8763
e44e00ff
MK
87642016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8765
8766 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8767
97e94151
SM
87682016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8769
8770 * i386-biarch-core.exp: Define corefile using
8771 standard_output_file.
8772
01113bc1
YQ
87732016-02-12 Yao Qi <yao.qi@linaro.org>
8774
8775 * gdb.arch/arm-single-step-kernel-helper.c: New.
8776 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8777
33b4777c
MM
87782016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8779
8780 * gdb.btrace/tailcall-only.exp: New.
8781 * gdb.btrace/tailcall-only.c: New.
8782 * gdb.btrace/x86_64-tailcall-only.S: New.
8783 * gdb.btrace/i686-tailcall-only.S: New.
8784
acc23c11
PA
87852016-02-11 Pedro Alves <palves@redhat.com>
8786
8787 * README (Parallel testing): Add missing double quotes.
8788
e352bf0a
PA
87892016-02-11 Pedro Alves <palves@redhat.com>
8790
8791 * README (Parallel testing): New section.
8792 (GDB_PARALLEL): Rewrite.
8793 (FORCE_PARALLEL): Document.
8794
9f5fed78
MK
87952016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8796
8797 * gdb.trace/tfile-avx.c: New test.
8798 * gdb.trace/tfile-avx.exp: New test.
8799
9ef9e6a6
KS
88002016-02-09 Keith Seitz <keiths@redhat.com>
8801
8802 PR breakpoints/19546
8803 * gdb.base/infcall-exec.c: New file.
8804 * gdb.base/infcall-exec2.c: New file.
8805 * gdb.base/infcall-exec.exp: New file.
8806
a96e36da
KS
88072016-02-09 Keith Seitz <keiths@redhat.com>
8808
8809 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8810 (toplevel): Call test_bkpt_address.
8811
9f61929f
KS
88122016-02-09 Keith Seitz <keiths@redhat.com>
8813
8814 PR python/19506
8815 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8816 (toplevel): Call test_bkpt_address.
8817
1e94266c
SM
88182016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8819
8820 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8821 to AC_OUTPUT.
8822 * configure: Regenerate.
8823
2a7f3dff
PA
88242016-02-09 Pedro Alves <palves@redhat.com>
8825
8826 PR breakpoints/19548
8827 * gdb.base/execl-update-breakpoints.c (some_function): New
8828 function.
8829 (main): Call it.
8830 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8831 Tighten expected GDB output.
8832
2151ccc5
SM
88332016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8834
8835 * Makefile.in (ALL_SUBDIRS): Remove.
8836 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8837 (distclean maintainer-clean realclean): Likewise.
8838 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8839 * configure: Regenerate.
8840 * gdb.ada/Makefile.in: Delete.
8841 * gdb.arch/Makefile.in: Likewise.
8842 * gdb.asm/Makefile.in: Likewise.
8843 * gdb.base/Makefile.in: Likewise.
8844 * gdb.btrace/Makefile.in: Likewise.
8845 * gdb.cell/Makefile.in: Likewise.
8846 * gdb.compile/Makefile.in: Likewise.
8847 * gdb.cp/Makefile.in: Likewise.
8848 * gdb.disasm/Makefile.in: Likewise.
8849 * gdb.dlang/Makefile.in: Likewise.
8850 * gdb.dwarf2/Makefile.in: Likewise.
8851 * gdb.fortran/Makefile.in: Likewise.
8852 * gdb.gdb/Makefile.in: Likewise.
8853 * gdb.go/Makefile.in: Likewise.
8854 * gdb.guile/Makefile.in: Likewise.
8855 * gdb.java/Makefile.in: Likewise.
8856 * gdb.linespec/Makefile.in: Likewise.
8857 * gdb.mi/Makefile.in: Likewise.
8858 * gdb.modula2/Makefile.in: Likewise.
8859 * gdb.multi/Makefile.in: Likewise.
8860 * gdb.objc/Makefile.in: Likewise.
8861 * gdb.opencl/Makefile.in: Likewise.
8862 * gdb.opt/Makefile.in: Likewise.
8863 * gdb.pascal/Makefile.in: Likewise.
8864 * gdb.perf/Makefile.in: Likewise.
8865 * gdb.python/Makefile.in: Likewise.
8866 * gdb.reverse/Makefile.in: Likewise.
8867 * gdb.server/Makefile.in: Likewise.
8868 * gdb.stabs/Makefile.in: Likewise.
8869 * gdb.threads/Makefile.in: Likewise.
8870 * gdb.trace/Makefile.in: Likewise.
8871 * gdb.xml/Makefile.in: Likewise.
8872 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8873 GDB_PARALLEL.
8874 (standard_output_file): Remove check for GDB_PARALLEL, always
8875 return path in outputs/$subdir/$testname.
8876
437277d4
SM
88772016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8878
8879 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8880 (site.exp): Assign abs_srcdir to tcl's srcdir.
8881
31d913c7
YQ
88822016-02-04 Yao Qi <yao.qi@linaro.org>
8883
8884 * gdb.base/foll-exec-mode.c: Include limits.h.
8885 (main): Add parameters argc and argv. Get directory from
8886 argv[0].
8887 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8888 compilation.
8889 * gdb.base/foll-exec.c: Include limits.h.
8890 (main): Add parameters argc and argv.
8891 Get directory from argv[0].
8892 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8893 Adjust tests on the number of lines as source code changed.
8894 * gdb.base/foll-vfork-exit.c: Include limits.h.
8895 (main): Add one line of statement before vfork.
8896 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8897 (main): Add parameters argc and argv. Get directory from
8898 argv[0].
8899 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8900 (setup_gdb): Set tbreak to skip some source lines.
8901 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8902 (main): Add parameters argc and argv. Get directory from
8903 argv[0].
8904 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8905 compilation.
8906 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8907 (main): Add parameters argc and argv. Get directory from
8908 argv[0].
8909 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8910 compilation.
8911
9482b9fb
DE
89122016-02-01 Doug Evans <dje@google.com>
8913
8914 * gdb.base/skip.exp: Clean up multiple references to same test name.
8915
6b2e4f10
PA
89162016-02-01 Pedro Alves <palves@redhat.com>
8917
ccb6afd6 8918 PR remote/19496
6b2e4f10
PA
8919 * gdb.threads/forking-threads-plus-breakpoint.exp
8920 (displaced_stepping_supported): New global.
8921 (probe_displaced_stepping_support): New procedure.
8922 (do_test): Add 'displaced' parameter, and use it.
8923 (top level): Check for displaced stepping support. Add displaced
8924 stepping on/off testing axis.
8925
37a8db1a
AB
89262016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8927
8928 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8929 pointer. Don't perform further tests on the unassociated pointer
8930 if the first test fails.
8931
5fdf6324
AB
89322016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8933
8934 * gdb.base/max-value-size.c: New file.
8935 * gdb.base/max-value-size.exp: New file.
8936 * gdb.base/huge.exp: Disable max-value-size for this test.
8937
935c6144
IB
89382016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8939
8940 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8941
7fe8399d
YQ
89422016-01-28 Yao Qi <yao.qi@linaro.org>
8943
8944 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8945
a2077e25
PA
89462016-01-25 Pedro Alves <palves@redhat.com>
8947
8948 PR threads/19461
8949 * gdb.base/fork-running-state.c: New file.
8950 * gdb.base/fork-running-state.exp: New file.
8951
1d2736d4
PA
89522016-01-25 Pedro Alves <palves@redhat.com>
8953
8954 PR gdb/19494
8955 * gdb.base/catch-fork-kill.c: New file.
8956 * gdb.base/catch-fork-kill.exp: New file.
8957
f1da4b11
PA
89582016-01-25 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8961 Delete, moved to lib/gdb.exp.
8962 * gdb.threads/forking-threads-plus-breakpoint.exp
8963 (foreach_with_prefix): Likewise.
8964 * gdb.threads/process-dies-while-handling-bp.exp
8965 (foreach_with_prefix): Likewise.
8966 * lib/gdb.exp (foreach_with_prefix): New procedure.
8967
45f38546
MK
89682016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8969
8970 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8971 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8972
dc29a1ce
MK
89732016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8974
8975 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8976 endian targets.
8977
092127d7
JK
89782016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8979 Pedro Alves <palves@redhat.com>
8980
8981 Fix testsuite compatibility with Guile.
8982 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8983 number.
8984
31d765d3
JK
89852016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8986
8987 Fix testsuite compatibility with Guile.
8988 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8989 (thread 1): New test for backtrace through signal handler.
8990
1ac78c04
YQ
89912016-01-22 Yao Qi <yao.qi@linaro.org>
8992
8993 PR testsuite/19491
8994 * gdb.base/multi-forks.c: Include
8995 ../lib/unbuffer_output.c
8996 (main): Call gdb_unbuffer_output.
8997
4f5946a8
DE
89982016-01-21 Doug Evans <dje@google.com>
8999
9000 * lib/ada.exp (gdb_compile_ada): Fix typo.
9001
305e13e6
JB
90022016-01-21 Joel Brobecker <brobecker@adacore.com>
9003
9004 * gdb.base/break-fun-addr.exp: New file.
9005 * gdb.base/break-fun-addr1.c: New file.
9006 * gdb.base/break-fun-addr2.c: New file.
9007
5f5dfff6
SM
90082016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9009
9010 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9011 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9012 enum flag values.
9013
fd356fa2
AA
90142016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9017 when GDB can not set the vector return value. Add more comments
9018 for clarification.
9019
9df22175
AT
90202016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9021
9022 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9023 command.
9024
41d1845e
SM
90252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9026
9027 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9028
01ac6840
SM
90292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9030
9031 * Makefile.in (check-single): Pass --status to runtest.
9032 (check/%.exp): Likewise.
9033
90342016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9035
9036 * Makefile.in (check-parallel): Propagate return code from make
9037 do-check-parallel.
9038
bd0a71fa
MK
90392016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9040
9041 * gdb.trace/ftrace.exp: Fix expected message on continue.
9042 * gdb.trace/pending.exp: Fix expected message on continue.
9043 * gdb.trace/trace-break.exp: Fix expected message on continue.
9044
8bcbad33
SM
90452016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9046
9047 * lib/gdb.exp (gdb_test): Remove unused global references.
9048
f303dbd6
PA
90492016-01-18 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/async-shell.exp: Adjust expected output.
9052 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9053 * gdb.base/siginfo-thread.exp: Adjust expected output.
9054 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9055 * gdb.java/jnpe.exp: Adjust expected output.
9056 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9057 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9058 * gdb.threads/leader-exit.exp: Adjust expected output.
9059 * gdb.threads/manythreads.exp: Adjust expected output.
9060 * gdb.threads/pthreads.exp: Adjust expected output.
9061 * gdb.threads/schedlock.exp: Adjust expected output.
9062 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9063 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9064 expected output.
9065 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9066 output.
9067 * gdb.threads/sigthread.exp: Adjust expected output.
9068 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9069
b2789696
YQ
90702016-01-18 Yao Qi <yao.qi@linaro.org>
9071
9072 * gdb.guile/scm-section-script.c: Replace @progbits with
9073 %progbits.
9074 * gdb.python/py-section-script.c: Likewise.
9075
71ef29a8
PA
90762016-01-15 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.multi/tids.exp: Test star wildcard ranges.
9079
3f5b7598
PA
90802016-01-15 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9083 command from "thread apply" invocation.
9084 (thr_apply_info_thr_invalid): Default the expected output to the
9085 input tid list.
9086 (top level): Add tests that use convenience variables. Add tests
9087 for "thread apply" with a valid TID list, but missing the command.
9088
663f6d42
PA
90892016-01-13 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.base/default.exp: Expect $_gthread as well.
9092 * gdb.multi/tids.exp: Test $_gthread.
9093 * gdb.threads/thread-specific.exp: Test $_gthread.
9094
c84f6bbf
PA
90952016-01-13 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.multi/tids.exp: Test "info threads -gid".
9098
22a02324
PA
90992016-01-13 Pedro Alves <palves@redhat.com>
9100
9101 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9102 Breakpoint.thread.
9103 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9104
5d5658a1
PA
91052016-01-07 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.base/break.exp: Adjust to output changes.
9108 * gdb.base/hbreak2.exp: Likewise.
9109 * gdb.base/sepdebug.exp: Likewise.
9110 * gdb.base/watch_thread_num.exp: Likewise.
9111 * gdb.linespec/keywords.exp: Likewise.
9112 * gdb.multi/info-threads.exp: Likewise.
9113 * gdb.threads/thread-find.exp: Likewise.
9114 * gdb.multi/tids.c: New file.
9115 * gdb.multi/tids.exp: New file.
9116
84654457
PA
91172016-01-13 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9120
e3940304
PA
91212016-01-13 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.base/default.exp: Expect $_inferior as well.
9124 * gdb.multi/base.exp: Test $_inferior.
9125
a911d87a
PA
91262016-01-13 Pedro Alves <palves@redhat.com>
9127
9128 PR breakpoints/19388
9129 * gdb.base/catch-signal-siginfo-cond.c: New file.
9130 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9131
82075af2
JS
91322016-01-12 Josh Stone <jistone@redhat.com>
9133 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9134
9135 * gdb.base/catch-syscall.c (do_execve): New variable.
9136 (main): Conditionally trigger an execve.
9137 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9138 (test_catch_syscall_execve): New, check entry/return across execve.
9139 (do_syscall_tests): Call test_catch_syscall_execve.
9140
e46eeedd
PA
91412016-01-12 Pedro Alves <palves@redhat.com>
9142
9143 * gdb.base/random-signal.exp (do_test): New procedure, with body
9144 of testcase moved in.
9145
01d8c27e
JK
91462016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9147 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.base/funcargs.exp (finish from indirectly called function):
9150 Reintroduce the case for 'First'.
9151
9a706302
JK
91522016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9153 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9156 (tcatch_vfork_then_child_follow_exec)
9157 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9158 identification.
9159
c0ecb95f
JK
91602016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9161
9162 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9163 and repeats to unlimited.
9164 * gdb.python/py-value.exp: Likewise.
9165 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9166 and repeats to unlimited.
9167
6cfc1fcb
JK
91682016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9169
9170 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9171 and reordering the functions.
9172 * gdb.multi/hangout.c: Likewise.
9173 * gdb.multi/hello.c: Likewise.
9174
582a1b00
SM
91752016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9176
9177 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9178 absolute.
9179 (SingleStatisticTestResult.report): Use dict.keys instead of
9180 dict.iterkeys.
9181
79bc59cb
PA
91822016-01-06 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9185
43368e1d
MM
91862016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9187
9188 * gdb.btrace/dlopen.exp: New.
9189 * gdb.btrace/dlopen.c: New.
9190 * gdb.btrace/dlopen-dso.c: New.
9191
79fad5b8
SL
91922015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9193
9194 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9195 PATTERN argument is optional.
9196
ab8314b3
JB
91972015-12-24 Joel Brobecker <brobecker@adacore.com>
9198
9199 * lib/ada.exp (target_compile_ada_from_dir): New function.
9200 (gdb_compile_ada): Reimplement avoiding the use of project files.
9201 * gdb.ada/gnat_ada.gpr: Delete.
9202 * gdb.ada/cond_lang.exp: Adjust test to make path before
9203 filename optional.
9204 * gdb.ada/small_reg_param.exp: Likewise.
9205
fe33faff
SM
92062015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9207
9208 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9209
6d265cb4
TP
92102015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9211
9212 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9213 case.
9214
10125099
SM
92152015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9216
9217 * gdb.base/break.exp: Remove dead code.
9218 * gdb.base/sepdebug.exp: Likewise.
9219
3ca22649
SM
92202015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9221
9222 * gdb.asm/asm-source.exp: Remove HP-UX references.
9223 * gdb.base/annota1.exp: Likewise.
9224 * gdb.base/annota3.exp: Likewise.
9225 * gdb.base/attach.exp: Likewise.
9226 * gdb.base/bigcore.exp: Likewise.
9227 * gdb.base/break.exp: Likewise.
9228 * gdb.base/call-ar-st.exp: Likewise.
9229 * gdb.base/callfuncs.exp: Likewise.
9230 * gdb.base/catch-fork-static.exp: Likewise.
9231 * gdb.base/display.exp: Likewise.
9232 * gdb.base/foll-exec-mode.exp: Likewise.
9233 * gdb.base/foll-exec.exp: Likewise.
9234 * gdb.base/foll-fork.exp: Likewise.
9235 * gdb.base/foll-vfork.exp: Likewise.
9236 * gdb.base/funcargs.exp: Likewise.
9237 * gdb.base/hbreak2.exp: Likewise.
9238 * gdb.base/inferior-died.exp: Likewise.
9239 * gdb.base/interrupt.exp: Likewise.
9240 * gdb.base/multi-forks.exp: Likewise.
9241 * gdb.base/nodebug.exp: Likewise.
9242 * gdb.base/sepdebug.exp: Likewise.
9243 * gdb.base/solib1.c: Likewise.
9244 * gdb.base/step-test.exp: Likewise.
9245 * gdb.mi/non-stop.c: Likewise.
9246 * gdb.mi/pthreads.c: Likewise.
9247 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9248 * gdb.threads/pthreads.c: Likewise.
9249 * gdb.threads/staticthreads.exp: Likewise.
9250 * lib/future.exp: Likewise.
9251 * lib/gdb.exp: Likewise.
9252 * gdb.base/so-indr-cl.c: Remove.
9253 * gdb.base/so-indr-cl.exp: Likewise.
9254 * gdb.base/solib.c: Likewise.
9255 * gdb.base/solib.exp: Likewise.
9256 * gdb.base/solib2.c: Likewise.
9257
b6304613
SM
92582015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9259
9260 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9261 * gdb.base/call-ar-st.exp: Likewise.
9262 * gdb.base/callfuncs.exp: Likewise.
9263 * gdb.base/condbreak.exp: Likewise.
9264 * gdb.base/constvars.exp: Likewise.
9265 * gdb.base/hbreak2.exp: Likewise.
9266 * gdb.base/langs.exp: Likewise.
9267 * gdb.base/list.exp: Likewise.
9268 * gdb.base/long_long.exp: Likewise.
9269 * gdb.base/ptype.exp: Likewise.
9270 * gdb.base/scope.exp: Likewise.
9271 * gdb.base/signals.exp: Likewise.
9272 * gdb.base/so-impl-ld.exp: Likewise.
9273 * gdb.base/varargs.exp: Likewise.
9274 * gdb.base/volatile.exp: Likewise.
9275 * gdb.base/whatis.exp: Likewise.
9276 * gdb.cp/cplusfuncs.exp: Likewise.
9277 * gdb.cp/inherit.exp: Likewise.
9278 * gdb.cp/local.exp: Likewise.
9279 * gdb.cp/member-ptr.exp: Likewise.
9280 * gdb.cp/method.exp: Likewise.
9281 * gdb.cp/overload.exp: Likewise.
9282 * gdb.cp/templates.exp: Likewise.
9283 * gdb.stabs/weird.exp: Likewise.
9284 * lib/compiler.c: Likewise.
9285 * lib/compiler.cc: Likewise.
9286 * lib/cp-support.exp: Likewise.
9287 * lib/gdb.exp: Likewise.
9288
bf401b07
SM
92892015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9290
9291 * configure.ac: Remove HP-UX case.
9292 * configure: Regenerate.
9293
aff9c0f8
SM
92942015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9295
9296 * lib/gdb.exp (gdb_compile): Add function doc.
9297
a6904d5a
PA
92982015-12-17 Pedro Alves <palves@redhat.com>
9299
9300 PR threads/19354
9301 * gdb.multi/info-threads.exp: New file.
9302
a22279dd
YQ
93032015-12-15 Yao Qi <yao.qi@linaro.org>
9304
9305 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9306 is aarch64*-*-*.
9307
0588c796
SL
93082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9309
9310 * gdb.base/history-duplicates.exp: Skip if no readline support.
9311
5d978e17
SL
93122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9313
9314 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9315
7e763b86
SL
93162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9317
9318 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9319
87a3a92c
SL
93202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9321
9322 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9323 ctrl-C if nointerrupts target property is set.
9324 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9325 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9326 * gdb.base/paginate-bg-execution.exp: Likewise.
9327 * gdb.base/paginate-execution-startup.exp: Likewise.
9328 * gdb.base/random-signal.exp: Likewise.
9329 * gdb.base/range-stepping.exp: Likewise.
9330 * gdb.cp/annota2.exp: Likewise.
9331 * gdb.cp/annota3.exp: Likewise.
9332 * gdb.gdb/selftest.exp: Likewise.
9333 * gdb.threads/continue-pending-status.exp: Likewise.
9334 * gdb.threads/leader-exit.exp: Likewise.
9335 * gdb.threads/manythreads.exp: Likewise.
9336 * gdb.threads/pthreads.exp: Likewise.
9337 * gdb.threads/schedlock.exp: Likewise.
9338 * gdb.threads/sigthread.exp: Likewise.
9339
a8f077dc
DB
93402015-12-11 Don Breazeal <donb@codesourcery.com>
9341
9342 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9343 remote.
9344 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9345 * gdb.base/foll-exec.exp (main): Enable for target remote.
9346 * gdb.base/foll-fork.exp (main): Likewise.
9347 * gdb.base/foll-vfork.exp (main): Likewise.
9348 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9349 (proc continue_to_exit_bp_loc): Use clean_restart.
9350 * gdb.base/pie-execl.exp (main): Disable for target remote.
9351 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9352 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9353 * gdb.threads/execl.exp (main): Likewise.
9354 * gdb.threads/fork-child-threads.exp (main): Likewise.
9355 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9356 remote.
9357 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9358 remote.
9359 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9360 pid.tid style ptids, instead of just tid.
9361 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9362 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9363 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9364 ptids, instead of just tid.
9365
3b2464a8
AB
93662015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9367
9368 * gdb.base/list.exp (test_list_forward): Add end of file error
9369 test.
9370 (test_repeat_list_command): Add end of file error test.
9371 (test_list_backwards): Add beginning of file error test.
9372
a0def019
AB
93732015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9374
9375 * gdb.base/list.exp (test_list_invalid_args): New function,
9376 defined, and called.
9377
5c000dff
AB
93782015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9379
9380 * gdb.base/list.exp (test_list): Make test names unique.
9381
f1637ebe
YQ
93822015-12-11 Yao Qi <yao.qi@linaro.org>
9383
9384 * gdb.base/coremaker2.c: Remove.
9385
36d6fc0a
PA
93862015-12-10 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.multi/base.exp: Remove stale "spaces" references.
9389
762f7747
PA
93902015-12-10 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.multi/base.exp: Don't use nowarnings.
9393 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9394 * gdb.multi/hangout.c: Include stdio.h.
9395 * gdb.multi/hello.c: Include stdlib.h.
9396 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9397 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9398 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9399
28d2bfb9
AB
94002015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9401
9402 * gdb.dwarf2/dw2-ranges-base.c: New file.
9403 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9404 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9405 support additional line table, and debug ranges generation.
9406 (Dwarf::ranges): New function, generate .debug_ranges.
9407 (Dwarf::lines): Support generating simple line table programs.
9408 (Dwarf::assemble): Initialise new namespace variables.
9409
5fc2beac
KB
94102015-12-09 Kevin Buettner <kevinb@redhat.com>
9411
9412 * gdb.base/async.exp (proc test_background): Add case for
9413 asynchronous execution not supported.
9414
1c35a88f
LM
94152015-12-09 Luis Machado <lgustavo@codesourcery.com>
9416
9417 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9418 format and change test names to make them unique.
9419
b593e3d9
RK
94202015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9421 Pedro Alves <pedro@redhat.com>
9422
9423 PR gdb/18702
9424 Add checking of floatformats setup on x86_64 hosts.
9425 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9426 (smallval, bigval): New labels/constants.
9427 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9428 float" after loading bigval and smallval.
9429
d72413e6
PMR
94302015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9431
9432 * gdb.ada/fun_overload_menu.exp: New testcase.
9433 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9434
ece66d65
JS
94352015-12-04 Josh Stone <jistone@redhat.com>
9436
9437 * gdb.base/catch-fork-static.exp: New.
9438
41d0efca
YQ
94392015-12-03 Yao Qi <yao.qi@linaro.org>
9440
9441 * gdb.base/sizeof.c: Don't include stdio.h and
9442 ../lib/unbuffer_output.c.
9443 (main): New variable 'size' and 'value'. Remove printf and
9444 gdb_unbuffer_output. Assign return value to size and value.
9445 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9446 at the beginning.
9447 (check_sizeof): Check the result by printing variable 'size'.
9448 (check_valueof): Check the result by printing variable 'value'.
9449
99fd02d9
YQ
94502015-12-01 Yao Qi <yao.qi@linaro.org>
9451
9452 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9453 for aarch64*-*-linux* target.
9454
f2faf941
PA
94552015-11-30 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9458
04bf20c5
PA
94592015-11-30 Pedro Alves <palves@redhat.com>
9460
9461 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9462 Handle non-stop mode vCont replies.
9463
09df4675
PA
94642015-11-30 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9467 prepare_for_testing. Start gdb with "set non-stop on" appended to
9468 GDBFLAGS. Lax expected stop output.
9469
58b584af
YQ
94702015-11-27 Yao Qi <yao.qi@linaro.org>
9471
9472 * gdb.arch/arm-neon.exp: New.
9473 * gdb.arch/arm-neon.c: New.
9474
dfcb77a8
YQ
94752015-11-27 Yao Qi <yao.qi@linaro.org>
9476
9477 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9478
88e8ec1b
YQ
94792015-11-27 Yao Qi <yao.qi@linaro.org>
9480
9481 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9482 frames-invalid annotation.
9483
bfde72c2
YQ
94842015-11-27 Yao Qi <yao.qi@linaro.org>
9485
9486 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9487
f6512a69
SM
94882015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 * gdb.threads/names.exp: New file.
9491 * gdb.threads/names.c: New file.
9492 * README: Mention gdb,no_thread_names.
9493
46a3515b
MM
94942015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9495
9496 PR 19297
9497 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9498 support" error.
9499
62147a22
PA
95002015-11-24 Pedro Alves <palves@redhat.com>
9501
9502 PR 17539
9503 * gdb.base/display.exp: Expect displays to be sorted in ascending
9504 order. Use multi_line.
9505 * gdb.base/solib-display.exp: Likewise.
9506
2f341b6e
PA
95072015-11-24 Pedro Alves <palves@redhat.com>
9508
9509 PR 17539
25d49b86
PA
9510 * gdb.base/display.exp: Expect displays to be sorted in ascending
9511 order. Use multi_line.
9512 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9513
7e0aa6aa
PA
95142015-11-24 Pedro Alves <palves@redhat.com>
9515
9516 PR 17539
9517 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9518 threads in ascending order.
9519 * gdb.base/foll-fork.exp: Likewise.
9520 * gdb.base/foll-vfork.exp: Likewise.
9521 * gdb.base/multi-forks.exp: Likewise.
9522 * gdb.mi/mi-nonstop.exp: Likewise.
9523 * gdb.mi/mi-nsintrall.exp: Likewise.
9524 * gdb.multi/base.exp: Likewise.
9525 * gdb.multi/multi-arch.exp: Likewise.
9526 * gdb.python/py-inferior.exp: Likewise.
9527 * gdb.threads/break-while-running.exp: Likewise.
9528 * gdb.threads/execl.exp: Likewise.
9529 * gdb.threads/gcore-thread.exp: Likewise.
9530 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9531 * gdb.threads/kill.exp: Likewise.
9532 * gdb.threads/linux-dp.exp: Likewise.
9533 * gdb.threads/multiple-step-overs.exp: Likewise.
9534 * gdb.threads/next-bp-other-thread.exp: Likewise.
9535 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9536 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9537 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9538 * gdb.threads/thread-find.exp: Likewise.
9539 * gdb.threads/tls.exp: Likewise.
9540 * lib/mi-support.exp (mi_reverse_list): Delete.
9541 (mi_check_thread_states): No longer reverse list.
9542
2cc57ad8
PA
95432015-11-24 Pedro Alves <palves@redhat.com>
9544
9545 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9546 use lowercase.
9547
c93e8391
SM
95482015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * gdb.trace/actions.c: Include trace-common.h.
9551 (main): Add a location for a fast tracepoint.
9552 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9553 the normal tracepoints.
9554 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9555
045ccf91
SM
95562015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9557
9558 * save-trace.exp: Factor out code to these...
9559 (gdb_save_tracepoints): New.
9560 (gdb_load_tracepoints): New.
9561 (do_save_load_test): New.
9562
5506f9f6
KB
95632015-11-23 Kevin Buettner <kevinb@redhat.com>
9564
9565 * gdb.base/asmlabel.exp: New test.
9566 * gdb.base/asmlabel.c: New test case.
9567
16c3b12f
JB
95682015-11-23 Joel Brobecker <brobecker@adacore.com>
9569
9570 * gdb.base/wrong_frame_bt_full-main.c: New file.
9571 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9572 * gdb.base/wrong_frame_bt_full.exp: New file.
9573
155bfbd3
JB
95742015-11-23 Joel Brobecker <brobecker@adacore.com>
9575
9576 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9577
bb097445
JM
95782015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9579
206853a0 9580 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
9581 pstate register when comparing registers values in
9582 sparc64-*-linux-gnu targets to avoid spurious differences.
9583
9c88ed8f
JM
95842015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9585
206853a0 9586 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 9587
96161e25
SL
95882015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9589
9590 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9591 as type argument to gdb_compile.
9592 * gdb.base/nested-subp2.exp: Likewise.
9593 * gdb.base/nested-subp3.exp: Likewise.
9594
340c2830
DV
95952015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9596
9597 * lib/dwarf.exp (_note): Fix left shift of negative value.
9598 * gdb.trace/trace-condition.exp: Likewise.
9599
c1862d0f
YQ
96002015-11-13 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9603 comments about d10v.
9604 (test_scalar_returns): Likewise.
9605 * gdb.base/d10v.ld: Remove.
9606 * gdb.base/overlays.exp: Remove the target triplet checking for
9607 d10v-*-*.
9608 * gdb.base/structs.exp (test_struct_returns): Remove the
9609 comments about d10v.
9610 (test_struct_calls): Likewise.
9611
77ae9c19
YQ
96122015-11-13 Yao Qi <yao.qi@linaro.org>
9613
9614 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9615 * gdb.base/gnu_vector.c: Don't include stdio.h.
9616 (main): Don't print res and call add_some_intvecs.
9617
430e004e
MK
96182015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9619
9620 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9621 macro.
9622 (func5): Removed.
9623 (func4): Use FAST_TRACEPOINT_LABEL.
9624 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9625 macro.
9626 (func): Removed.
9627 (thread_function): Use FAST_TRACEPOINT_LABEL.
9628 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9629 (func): Remove.
9630 (marker): Use FAST_TRACEPOINT_LABEL.
9631 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9632 (pendfunc1): Remove.
9633 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9634 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9635 (foo): Remove.
9636 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9637 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9638 macro.
9639 (func): Remove.
9640 (marker): Use FAST_TRACEPOINT_LABEL.
9641 * gdb.trace/trace-common.h: New header.
9642 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9643 macro.
9644 (func): Remove.
9645 (marker): Use FAST_TRACEPOINT_LABEL.
9646 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9647 (func): Remove.
9648 (thread_function): Use FAST_TRACEPOINT_LABEL.
9649
6e7675a7
MK
96502015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9651
9652 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9653 in front.
9654 * gdb.trace/change-loc.exp: Use global pcreg definition.
9655 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9656 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9657 in front.
9658 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9659 * gdb.trace/pending.exp: Likewise.
9660 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9661 * gdb.trace/trace-break.exp: Likewise.
9662 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9663 in front.
9664 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9665 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9666 in front.
9667 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9668
dddc0e16
JB
96692015-11-09 Joel Brobecker <brobecker@adacore.com>
9670
9671 * gdb.ada/fin_fun_out: New testcase.
9672
c6f0b406
KB
96732015-11-07 Kevin Buettner <kevinb@redhat.com>
9674
9675 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9676 value associated with DW_AT_byte_size.
9677 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9678 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9679 DW_AT_upper_bound.
9680
f01dcfd9
KB
96812015-11-07 Kevin Buettner <kevinb@redhat.com>
9682
9683 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9684 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9685 version.
9686 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9687 gdb.dwarf2/dw2-canonicalize-type.exp,
9688 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9689 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9690 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9691 provided by gdb_target_symbol_prefix_flags_asm.
9692 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9693 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9694 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9695 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9696 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9697 macros where needed). Use this macro for symbols which require
9698 the prefix provided by SYMBOL_PREFIX.
9699
2223449a
KB
97002015-11-05 Kevin Buettner <kevinb@redhat.com>
9701
9702 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9703 New procs.
9704 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9705 representing expressions, of more than one list element.
9706 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9707 to prepend linker symbol prefix to f.
9708 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9709 table_1 and table_2.
9710 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9711 Likewise, for f and g.
9712 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9713 for ptr.
9714 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9715 for main.
9716 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9717 table_1_ptr and table_2_ptr.
9718
6f2f1a3a
JK
97192015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9720 Joel Brobecker <brobecker@adacore.com>
9721
9722 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9723
566c56c9
MK
97242015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9725
9726 * gdb.reverse/s390-mvcle.c: New test.
9727 * gdb.reverse/s390-mvcle.exp: New file.
9728 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9729
d5f0636b
MK
97302015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9731
9732 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9733
7ad8b86c
MK
97342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9735
9736 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9737 reaching marker2.
9738 * gdb.reverse/getresuid-reverse.exp: Likewise.
9739 * gdb.reverse/pipe-reverse.exp: Likewise.
9740 * gdb.reverse/readv-reverse.exp: Likewise.
9741 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9742 * gdb.reverse/time-reverse.exp: Likewise.
9743 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9744
4081c0f1
YQ
97452015-10-30 Yao Qi <yao.qi@linaro.org>
9746
9747 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9748 (empty_cycle): Remove.
9749 (main): Don't call empty_cycle. Don't use watch_count_done.
9750 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9751 empty_cycle. Rewrite the code counting HW watchpoints.
9752
452b4ba5
MK
97532015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9754
9755 * gdb.reverse/fstatat-reverse.c: New test.
9756 * gdb.reverse/fstatat-reverse.exp: New file.
9757 * gdb.reverse/getresuid-reverse.c: New test.
9758 * gdb.reverse/getresuid-reverse.exp: New file.
9759 * gdb.reverse/pipe-reverse.c: New test.
9760 * gdb.reverse/pipe-reverse.exp: New file.
9761 * gdb.reverse/readv-reverse.c: New test.
9762 * gdb.reverse/readv-reverse.exp: New file.
9763 * gdb.reverse/recvmsg-reverse.c: New test.
9764 * gdb.reverse/recvmsg-reverse.exp: New file.
9765 * gdb.reverse/time-reverse.c: New test.
9766 * gdb.reverse/time-reverse.exp: New file.
9767 * gdb.reverse/waitpid-reverse.c: New test.
9768 * gdb.reverse/waitpid-reverse.exp: New file.
9769
5e2e7507
JK
97702015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9773
0fde2c53
DE
97742015-10-26 Doug Evans <dje@google.com>
9775
9776 PR symtab/17391
9777 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9778 * gdb.dwarf2/bad-regnum.c: New file.
9779 * gdb.dwarf2/bad-regnum.exp: New file.
9780
1a70ae97
DE
97812015-10-26 Doug Evans <dje@google.com>
9782
9783 PR python/18938
9784 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9785 file.
9786
27dc26ab
JK
97872015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9788
9789 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9790 for a change by "Mention language in compile error message".
9791
bed91f4d
SM
97922015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9793
9794 PR python/18073
9795 * gdb.python/py-type.c (C::a_method): New.
9796 (C::a_const_method): New.
9797 (C::a_static_method): New.
9798 (a_function): New.
9799 * gdb.python/py-type.exp (test_fields): Test getting fields
9800 from function and method.
9801
3f2f83dd
KB
98022015-10-21 Keven Boell <keven.boell@intel.com>
9803
9804 * gdb.fortran/vla-alloc-assoc.exp: New file.
9805 * gdb.fortran/vla-datatypes.exp: New file.
9806 * gdb.fortran/vla-datatypes.f90: New file.
9807 * gdb.fortran/vla-history.exp: New file.
9808 * gdb.fortran/vla-ptype-sub.exp: New file.
9809 * gdb.fortran/vla-ptype.exp: New file.
9810 * gdb.fortran/vla-sizeof.exp: New file.
9811 * gdb.fortran/vla-sub.f90: New file.
9812 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9813 * gdb.fortran/vla-value-sub-finish.exp: New file.
9814 * gdb.fortran/vla-value-sub.exp: New file.
9815 * gdb.fortran/vla-value.exp: New file.
9816 * gdb.fortran/vla-ptr-info.exp: New file.
9817 * gdb.mi/mi-vla-fortran.exp: New file.
9818 * gdb.mi/vla.f90: New file.
9819
27145d50
SL
98202015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9821
9822 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9823 of hardwired timeout value.
9824
5f3ff4f8
JK
98252015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9826 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9829 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9830
bfd09d20
JS
98312015-10-19 Josh Stone <jistone@redhat.com>
9832
9833 * gdb.base/catch-syscall.c: Include <sched.h>.
9834 (unknown_syscall): New variable.
9835 (main): Trigger a vfork and an unknown syscall.
9836 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9837 (unknown_syscall_number): Likewise.
9838 (check_call_to_syscall): Accept an optional syscall pattern.
9839 (check_return_from_syscall): Likewise.
9840 (check_continue): Likewise.
9841 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9842 (test_catch_syscall_skipping_return): New test toggling off 'catch
9843 syscall' to step over the syscall return, then toggling back on.
9844 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9845 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9846 (do_syscall_tests): Call test_catch_syscall_without_args and
9847 test_catch_syscall_mid_vfork.
9848 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9849 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9850
b32b93c6
AS
98512015-10-19 Andrew Stubbs <ams@codesourcery.com>
9852
9853 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9854 print g_vE): Add new pass patterns.
9855 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9856 print various symbol names for vptr fields.
9857
9d622bda
AB
98582015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9859
9860 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9861 results.
9862
0fd8ac1c
YQ
98632015-10-12 Yao Qi <yao.qi@linaro.org>
9864
9865 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9866
34240514
YQ
98672015-10-12 Yao Qi <yao.qi@linaro.org>
9868
9869 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9870 is aarch64*-*-linux*.
9871
8240f442
YQ
98722015-10-12 Yao Qi <yao.qi@linaro.org>
9873
9874 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9875 (can_relocate_bcond_true): ... it.
9876 (can_relocate_bcond_false): New function.
9877 (foo): Likewise.
9878 (can_relocate_bl): Likewise.
9879 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9880 can_relocate_bl.
9881
2520f728
PMR
98822015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9883
9884 * gdb.base/nested-addr.c: New file.
9885 * gdb.base/nested-addr.exp: New testcase.
9886
abcef95a
MM
98872015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9888
9889 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9890 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9891 its output. Ignore the output of "record goto begin" and instead
9892 check that GDB is replaying.
9893
145e3ddb
PA
98942015-10-09 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9897 (top level): Use it in the run with no args test.
9898
d5d8c4e1
IB
98992015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9900
9901 * gdb.dlang/properties.exp: New file.
9902
06e635ef
SL
99032015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9904
9905 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9906 whether or not address 0x1000 is mapped on the target.
9907
e019fd1d
SM
99082015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9909
9910 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9911 build.
9912
77ba2a67
MM
99132015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9914
9915 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9916 instruction-history test.
9917
c60eb31f
DE
99182015-09-28 Doug Evans <dje@google.com>
9919
9920 * gdb.base/gcore.c (array_func): Add reference to static_array.
9921
9a3c8263
SM
99222015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9923
9924 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9925 source line.
9926
9720e656
SL
99272015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9928
9929 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9930 short or char as base type.
9931
938d3bf2
SL
99322015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9933
9934 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9935 to allow any size enum.
9936
e6c2c623
PMR
99372015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9938
9939 * gdb.ada/array_ptr_renaming.exp: New testcase.
9940 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9941 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9942
06da0f77
PL
99432015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9944
9945 * gdb.trace/ftrace-lock.c: New file.
9946 * gdb.trace/ftrace-lock.exp: New file.
9947
4f51c22a
PL
99482015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9949
9950 * gdb.arch/insn-reloc.c: New file.
9951 * gdb.arch/ftrace-insn-reloc.exp: New file.
9952
7041adf4
PL
99532015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9954
9955 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9956 instruction.
9957 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9958 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9959 * gdb.trace/range-stepping.c: Likewise.
9960 * gdb.trace/trace-break.c: Likewise.
9961 * gdb.trace/trace-mt.c (thread_function): Likewise.
9962 * gdb.trace/ftrace.c (marker): Likewise.
9963 * gdb.trace/trace-condition.c (marker): Likewise.
9964 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9965 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9966 is_aarch64_target.
9967
015d2e7e
DE
99682015-09-18 Doug Evans <xdje42@gmail.com>
9969
9970 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9971 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9972
26b188a2
SL
99732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9974
9975 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9976 the breakpoint.
9977
79dc332b
SL
99782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9979
9980 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9981 the pending breakpoint. Remove timeout override for "Run till
9982 MI pending breakpoint on pendfunc3 on thread 2" test.
9983
f57929f2
SL
99842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9985
9986 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9987 filename pattern.
9988
3f469b17
SL
99892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9990
9991 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9992 in breakpoint filename pattern.
9993
515b89b3
SL
99942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9995
7800dbe4
SL
9996 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9997
99982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9999
515b89b3
SL
10000 * gdb.linespec/explicit.exp: Check for readline support for
10001 tab-completion tests. Fix obvious typo.
10002
d2939ba2
MM
100032015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10004
10005 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10006 and replay.
10007
cbb55fa7
MM
100082015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10009
10010 * gdb.btrace/non-stop.c: New.
10011 * gdb.btrace/non-stop.exp: New.
10012
43691ca1
PL
100132015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10014 Yao Qi <yao.qi@linaro.org>
10015
10016 * gdb.trace/trace-condition.c: New file.
10017 * gdb.trace/trace-condition.exp: New file.
10018
d78908cf
WW
100192015-09-16 Wei-cheng Wang <cole945@gmail.com>
10020
10021 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10022 for testing bytecode compilation.
10023
1ed415e2
PA
100242015-09-16 Pedro Alves <palves@redhat.com>
10025 Sandra Loosemore <sandra@codesourcery.com>
10026
10027 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10028 (SECONDS): Redefine.
10029 (main): Call pthread_kill and alarm early.
10030 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10031 support.
10032 (test): If the target can't hardware step and doesn't support
10033 displaced stepping, increase the timeout.
10034
d136eff5
PA
100352015-09-16 Pedro Alves <palves@redhat.com>
10036
10037 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10038 (enable_debug): New procedures.
10039 (test): Use them. Bail out if waiting for threads fails.
10040 (top level): Bail out if a test fails.
10041
991f019c
YQ
100422015-09-16 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.asm/asm-source.exp: Set asm-arch for
10045 aarch64*-*-* target.
10046 * gdb.asm/aarch64.inc: New file.
10047
bfca584f
PMR
100482015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10049
10050 * gdb.ada/array_of_variable_length.exp: New testcase.
10051 * gdb.ada/array_of_variable_length/foo.adb: New file.
10052 * gdb.ada/array_of_variable_length/pck.adb: New file.
10053 * gdb.ada/array_of_variable_length/pck.ads: New file.
10054
b326e587
DE
100552015-09-15 Doug Evans <dje@google.com>
10056
10057 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10058 of function static local variable.
10059
5382cfab
PW
100602015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10061
10062 * gdb.threads/tls-so_extern.exp: New test file.
10063 * gdb.threads/tls-so_extern.c: New test file.
10064 * gdb.threads/tls-so_extern_main.c: New test file.
10065
141c5cc4
JK
100662015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10067
10068 * gdb.opt/solib-intra-step-lib.c: New file.
10069 * gdb.opt/solib-intra-step-main.c: New file.
10070 * gdb.opt/solib-intra-step.exp: New file.
10071
d15dcecd
PA
100722015-09-15 Pedro Alves <palves@redhat.com>
10073
10074 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10075 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10076
4c2f2a79
PA
100772015-09-14 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.base/hook-stop-continue.c: Delete.
10080 * gdb.base/hook-stop-continue.exp: Delete.
10081 * gdb.base/hook-stop-frame.c: Delete.
10082 * gdb.base/hook-stop-frame.exp: Delete.
10083 * gdb.base/hook-stop.c: New file.
10084 * gdb.base/hook-stop.exp: New file.
10085
919e6dbe
PMR
100862015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10087
10088 * gdb.ada/access_to_packed_array.exp: New testcase.
10089 * gdb.ada/access_to_packed_array/foo.adb: New file.
10090 * gdb.ada/access_to_packed_array/pack.adb: New file.
10091 * gdb.ada/access_to_packed_array/pack.ads: New file.
10092
157280a4
MM
100932015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10094
10095 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10096 buffer size test.
10097
2fd33e94
DB
100982015-09-11 Don Breazeal <donb@codesourcery.com>
10099
10100 * gdb.base/foll-exec.c: Add copyright header. Fix
10101 formatting issues.
10102 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10103 (do_exec_tests): Use clean_restart in place of zap_session,
10104 and for test initialization. Fix formatting issues. Use
10105 fail in place of perror.
10106 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10107 an expect statement to match an expression with output from
10108 the program under debug.
10109 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10110 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10111 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10112 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10113 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10114
e70b6e8e
DE
101152015-09-09 Doug Evans <dje@google.com>
10116
10117 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10118
7a551a51
DE
101192015-09-09 Doug Evans <dje@google.com>
10120
10121 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10122
4c666f84
DE
101232015-09-09 Doug Evans <dje@google.com>
10124
10125 * gdb.base/savedregs.exp: Fix typo.
10126
243a9253
PA
101272015-09-09 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10130
c0fa8fbd
SL
101312015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10132
10133 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10134 command actually switches threads. Give up on remaining
10135 tests if target fails to stop at breakpoint.
10136
cd7c1778
PMR
101372015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10138
10139 * gdb.ada/funcall_char.exp: New testcase.
10140 * gdb.ada/funcall_char/foo.adb: New file.
10141
dc5c8746
PMR
101422015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10143
10144 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10145 expected outputs. Add two testcases for completing ambiguous
10146 functions.
10147 * gdb.ada/complete/aux_pck.adb: New file.
10148 * gdb.ada/complete/aux_pck.ads: New file.
10149 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10150 Ambiguous_Func functions.
10151 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10152 * gdb.ada/complete/pck.adb: Likewise.
10153
4e83a1e7
UW
101542015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10155
10156 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10157 failures to run the test program under GDB.
10158
8ce74153
LM
101592015-08-26 Luis Machado <lgustavo@codesourcery.com>
10160
10161 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10162 to C.
10163
e9756d52
PP
101642015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10165
10166 * gdb.base/run-after-attach.exp: New test file.
10167 * gdb.base/run-after-attach.c: New test file.
10168
8d37573b
DB
101692015-08-26 Don Breazeal <donb@codesourcery.com>
10170
10171 * gdb.base/foll-exec-2.c: New test program.
10172 * gdb.base/foll-exec-2.exp: New test.
10173
63e43d3a
PMR
101742015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10175
10176 * gdb.base/nested-subp1.exp: New file.
10177 * gdb.base/nested-subp1.c: New file.
10178 * gdb.base/nested-subp2.exp: New file.
10179 * gdb.base/nested-subp2.c: New file.
10180 * gdb.base/nested-subp3.exp: New file.
10181 * gdb.base/nested-subp3.c: New file.
10182
3d40fbb5
PA
101832015-08-24 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.server/connect-without-multi-process.c: New file.
10186 * gdb.server/connect-without-multi-process.exp: New file.
10187
4422ac93
LM
101882015-08-24 Luis Machado <lgustavo@codesourcery.com>
10189
10190 * gdb.opt/inline-markers.c: Make z int.
10191
91dddb86
LM
101922015-08-24 Luis Machado <lgustavo@codesourcery.com>
10193
10194 * gdb.opt/inline-markers.c: Make z volatile.
10195
a48847ee
LM
101962015-08-24 Luis Machado <lgustavo@codesourcery.com>
10197
10198 * gdb.opt/inline-bt.c: New volatile global z.
10199 * gdb.opt/inline-cmds.c: Likewise.
10200 * gdb.opt/inline-locals.c: Likewise.
10201 * gdb.opt/inline-markers.c: New extern global z.
10202 (marker): Use z.
10203 (inline_fn): Likewise.
10204
0ebbc52b
PA
102052015-08-24 Pedro Alves <palves@redhat.com>
10206
10207 * config/m32r-stub.exp: Remove file.
10208 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10209 * gdb.base/call-rt-st.exp: Likewise.
10210 * gdb.base/call-strs.exp: Likewise.
10211 * gdb.base/default.exp: Remove references to h8300-*-hms and
10212 *-*-udi*.
10213 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10214
77c365df
AA
102152015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10216
10217 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10218 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10219 and "return" use KFAIL when GDB can not read/write the vector
10220 return value.
10221
4313b8c0
GB
102222015-08-21 Gary Benson <gbenson@redhat.com>
10223
10224 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10225
0e433b32
PA
102262015-08-20 Pedro Alves <palves@redhat.com>
10227
10228 * gdb.server/solib-list.exp: No longer expect an interior stop in
10229 non-stop mode.
10230
221e1a37
PA
102312015-08-20 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.server/connect-stopped-target.c: New file.
10234 * gdb.server/connect-stopped-target.exp: New file.
10235
40e3ad0e
PA
102362015-08-20 Pedro Alves <palves@redhat.com>
10237
10238 * gdb.dwarf2/comp-unit-lang.exp: New file.
10239 * gdb.dwarf2/comp-unit-lang.c: New file.
10240
af39b327
PMR
102412015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10242
10243 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10244 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10245
7d45c7c3 102462015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10247
7d45c7c3
KB
10248 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10249 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10250
4d6cceb4
DE
102512015-08-18 Doug Evans <dje@google.com>
10252 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10253
10254 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10255 skip_python_tests. New arg prompt_regexp.
10256 (skip_python_tests): New function.
10257 * lib/mi-support.exp (mi_skip_python_tests): New function.
10258 * gdb.python/py-mi-objfile-gdb.py: New file.
10259 * gdb.python/py-mi-objfile.c: New file.
10260 * gdb.python/py-mi-objfile.exp: New file.
10261
ad89c2aa
KS
102622015-08-17 Keith Seitz <keiths@redhat.com>
10263
10264 * gdb.linespec/explicit.exp: Move strace test from here ...
10265 * gdb.trace/strace.exp: ... to here.
10266
e3ae3c43
PP
102672015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10268
10269 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10270 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10271
604b2636
DE
102722015-08-14 Doug Evans <xdje42@gmail.com>
10273
10274 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10275 inferior before selecting a new file.
10276
6ff0ba5f
DE
102772015-08-14 Doug Evans <xdje42@gmail.com>
10278
10279 * gdb.mi/mi-disassemble.exp: Update.
10280 * gdb.base/disasm-optim.S: New file.
10281 * gdb.base/disasm-optim.c: New file.
10282 * gdb.base/disasm-optim.h: New file.
10283 * gdb.base/disasm-optim.exp: New file.
10284
9ca98f92
KS
102852015-08-14 Keith Seitz <keiths@redhat.com>
10286
10287 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10288 "evaluated-by".
10289
52bbc560
JB
102902015-08-13 Joel Brobecker <brobecker@adacore.com>
10291
10292 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10293
5d8c3ed3
PMR
102942015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10295
10296 * gdb.ada/fun_renaming.exp: New testcase.
10297 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10298 * gdb.ada/fun_renaming/pack.adb: New file.
10299 * gdb.ada/fun_renaming/pack.ads: New file.
10300
ea8812bc
KS
103012015-08-12 Keith Seitz <keiths@redhat.com>
10302
10303 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10304 gdb_get_line_number.
10305
4dafcdeb
JB
103062015-08-12 Joel Brobecker <brobecker@adacore.com>
10307
10308 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10309 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10310 gdb.base/dso2dso.exp: New files.
10311
5ba32597
SDJ
103122015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10313 Pedro Alves <palves@redhat.com>
10314 Keith Seitz <keiths@redhat.com>
10315
10316 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10317 GDBFLAGS.
10318
b6dafabf
PP
103192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10320
10321 * gdb.base/gdbhistsize-history.exp
10322 (test_histsize_history_setting): Use save_vars.
10323 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10324 Use save_vars.
10325 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10326 * gdb.base/readline.exp: Use save_vars.
10327
abe8e607
PP
103282015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10329
10330 * lib/gdb.exp (save_vars): New proc.
10331
629500fa
KS
103322015-08-11 Keith Seitz <keiths@redhat.com>
10333
10334 * gdb.base/help.exp: Update help_breakpoint_text.
10335
eb8c4e2e
KS
103362015-08-11 Keith Seitz <keiths@redhat.com>
10337
10338 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10339 (at toplevel): Call test_explicit_breakpoints.
10340 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10341 breakpoints.
10342 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10343 breakpoint conditions, "-cond".
10344
87f0e720
KS
103452015-08-11 Keith Seitz <keiths@redhat.com>
10346
10347 * gdb.linespec/3explicit.c: New file.
10348 * gdb.linespec/cpexplicit.cc: New file.
10349 * gdb.linespec/cpexplicit.exp: New file.
10350 * gdb.linespec/explicit.c: New file.
10351 * gdb.linespec/explicit.exp: New file.
10352 * gdb.linespec/explicit2.c: New file.
10353 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10354 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10355 before using in the matching pattern.
10356 Clarify that `prefix' is a regular expression.
10357
f00aae0f
KS
103582015-08-11 Keith Seitz <keiths@redhat.com>
10359
10360 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10361 test.
10362 Add tests for missing ",FMT" and ",".
10363
e27852be
DE
103642015-08-10 Doug Evans <dje@google.com>
10365 Keith Seitz <keiths@redhat.com>
10366
10367 PR gdb/17960
10368 * gdb.base/completion.exp: Add location completer tests.
10369
7f03bd92
PA
103702015-08-07 Pedro Alves <palves@redhat.com>
10371
10372 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10373 tests here.
10374 (top level): Run do_test with and without displaced stepping.
10375
3fc8eb30
PA
103762015-08-07 Pedro Alves <palves@redhat.com>
10377
10378 * gdb.base/valgrind-disp-step.c: New file.
10379 * gdb.base/valgrind-disp-step.exp: New file.
10380
d4569d7b
PA
103812015-08-07 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10384 Delete function.
10385 (main): Add alarm. Run an infinite loop instead of calling
10386 wait_threads.
10387 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10388 comment.
10389 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10390 Delete function.
10391 (main): Add alarm. Run an infinite loop instead of calling
10392 wait_threads.
10393 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10394 comment.
10395
e1316e60
PA
103962015-08-07 Pedro Alves <palves@redhat.com>
10397
10398 * gdb.base/checkpoint-ns.exp: New file.
10399 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10400 standard_testfile.
10401
da8c46d2
MM
104022015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10403
10404 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10405 * gdb.btrace/instruction_history.exp: Update.
10406 * gdb.btrace/tsx.exp: New.
10407 * gdb.btrace/tsx.c: New.
10408
de1c2c52
PA
104092015-08-06 Pedro Alves <palves@redhat.com>
10410
10411 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10412 increase timeout.
10413 * gdb.reverse/until-precsave.exp: Bump timeouts.
10414
782e0bf4
PA
104152015-08-06 Pedro Alves <palves@redhat.com>
10416
10417 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10418
83e97ed0
PA
104192015-08-06 Pedro Alves <palves@redhat.com>
10420
10421 PR gdb/18749
10422 * gdb.threads/process-dies-while-handling-bp.c: New file.
10423 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10424
863d01bd
PA
104252015-08-06 Pedro Alves <palves@redhat.com>
10426
10427 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10428 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10429
0a39bb32
PA
104302015-08-05 Pedro Alves <palves@redhat.com>
10431
10432 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10433 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10434
ee2d2b10
SL
104352015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10436
10437 * gdb.base/bp-permanent.exp: Report test as unsupported if
10438 the target cannot stop at the permanent breakpoint.
10439
4e1bdb00
DE
104402015-08-03 Doug Evans <dje@google.com>
10441
10442 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10443 10000.
10444
3d338901
DE
104452015-08-03 Doug Evans <dje@google.com>
10446
10447 * Makefile.in (workers/%.worker, build-perf): New rule.
10448 (GDB_PERFTEST_MODE): New variable.
10449 (check-perf): Use it.
10450 (clean): Clean up gdb.perf parallel build subdirs.
10451 * lib/build-piece.exp: New file.
10452 * lib/gdb.exp (make_gdb_parallel_path): New function
10453 (standard_output_file, standard_temp_file): Call it.
10454 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10455 of $GDB_PARALLEL.
10456 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10457
af061d3e
DE
104582015-08-03 Doug Evans <dje@google.com>
10459
8e1afc81 10460 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10461 (LOG_FILE_NAME): New global.
10462 (TextReporter.__init__): Initialize self.txt_sum.
10463 (TextReporter.report): Add support for multiple data-points.
10464 Move report to perftest.sum, put raw data in perftest.log.
10465 (TextReporter.start): Open sum and log files.
10466 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10467 * gdb.perf/lib/perftest/testresult.py
10468 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10469
2c8c5d37
PA
104702015-07-31 Pedro Alves <palves@redhat.com>
10471
10472 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10473 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10474 kill_wait_spawned_process instead of explicit "kill -9".
10475 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10476 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10477 kill_wait_spawned_process.
10478 * gdb.base/attach-twice.exp: Likewise.
10479 * gdb.base/attach.exp: Likewise.
10480 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10481 gdb_test_multiple.
10482 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10483 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10484 kill_wait_spawned_process.
10485 * gdb.base/valgrind-infcall.exp: Likewise.
10486 * gdb.multi/multi-attach.exp: Likewise.
10487 * gdb.python/py-prompt.exp: Likewise.
10488 * gdb.python/py-sync-interp.exp: Likewise.
10489 * gdb.server/ext-attach.exp: Likewise.
10490 * gdb.threads/attach-into-signal.exp (corefunc): Use
10491 spawn_wait_for_attach, spawn_id_get_pid and
10492 kill_wait_spawned_process.
10493 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10494 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10495 spawn_id_get_pid and kill_wait_spawned_process.
10496 * gdb.threads/attach-stopped.exp (corefunc): Use
10497 spawn_wait_for_attach, spawn_id_get_pid and
10498 kill_wait_spawned_process.
10499 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10500 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10501 kill_wait_spawned_process instead of explicit "kill -9".
10502 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10503 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10504 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10505 processes. Don't map cygwin/windows pids here. Now returns a
10506 spawn id list.
10507
032a0fca
SL
105082015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10509
10510 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10511 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10512 correct patch.
10513
61a934ca
SL
105142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10515
10516 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10517
4bc4d428
SL
105182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10519
10520 Reapply:
10521 2014-05-21 Mark Wielaard <mjw@redhat.com>
10522
10523 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10524
998d452a
PA
105252015-07-30 Pedro Alves <palves@redhat.com>
10526
10527 * linux-low.c (handle_extended_wait): Set the child's last
10528 reported status to TARGET_WAITKIND_STOPPED.
10529
69dde7dc
PA
105302015-07-30 Pedro Alves <palves@redhat.com>
10531
10532 PR threads/18600
10533 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10534 only shows inferior 1.
10535
4dd63d48
PA
105362015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10537 Pedro Alves <palves@redhat.com>
10538
10539 PR threads/18600
10540 * gdb.threads/fork-plus-threads.c: New file.
10541 * gdb.threads/fork-plus-threads.exp: New file.
10542
d618e4c5
PP
105432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10544
10545 * gdb.base/batch-preserve-term-settings.exp
10546 (test_terminal_settings_preserved_after_cli_exit): Use
10547 send_quit_command.
10548
1eef6428
PA
105492015-07-29 Pedro Alves <palves@redhat.com>
10550 Don Breazeal <donb@codesourcery.com>
10551
10552 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10553 output from both inferior_spawn_id and gdb_spawn_id.
10554
7da5b897
SDJ
105552015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10556
10557 * gdb.threads/attach-into-signal.exp (corefunc): Use
10558 with_test_prefix on nested loops, uniquefying the test messages.
10559
dac804df
SDJ
105602015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10561
10562 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10563 commit.
10564
06265e53
PP
105652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10566
10567 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10568 New proc.
10569 (test_terminal_settings_preserved_after_sigterm): New test.
10570
18206ca3
PP
105712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10572
10573 * gdb.base/batch-preserve-term-settings.exp
10574 (test_terminal_settings_preserved_after_cli_exit): New test.
10575
90074d11
PP
105762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10577
10578 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10579 manipulation of saved_gdbflags.
10580 (test_terminal_settings_preserved): Remove global declaration of
10581 the unused variable pagination_prompt. Remove manipulation of
10582 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10583 GDBFLAGS.
10584
eb1a7902
PA
105852015-07-29 Pedro Alves <palves@redhat.com>
10586
10587 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10588
8b75dd3b
PA
105892015-07-29 Pedro Alves <palves@redhat.com>
10590
10591 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10592 at the top.
10593
dedad4e3
PA
105942015-07-29 Pedro Alves <palves@redhat.com>
10595
10596 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10597 (main): Call gdb_unbuffer_output.
10598 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10599 (main): Call gdb_unbuffer_output.
10600 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10601 (main): Call gdb_unbuffer_output.
10602 * gdb.base/call-strs.exp: Adjust to step over the
10603 gdb_unbuffer_output call.
10604 * gdb.base/catch-gdb-caused-signals.c: Include
10605 "../lib/unbuffer_output.c".
10606 (main): Call gdb_unbuffer_output.
10607 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10608 (main): Call gdb_unbuffer_output.
10609 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10610 (main): Call gdb_unbuffer_output.
10611 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10612 (main): Call gdb_unbuffer_output.
10613 * gdb.base/shlib-call.exp: Adjust to step over the
10614 gdb_unbuffer_output call.
10615 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10616 (main): Call gdb_unbuffer_output.
10617 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10618 (main): Call gdb_unbuffer_output.
10619 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10620 (main): Rename to ...
10621 (test): ... this.
10622 (main): Reimplement.
10623 * gdb.base/varargs.exp: Run to test instead of to main.
10624 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10625 (main): Call gdb_unbuffer_output.
10626
58789a91
PA
106272015-07-29 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10630 factore out from mi_continue_dprintf. For call-style dprintfs,
10631 expect dprintf output out of $inferior_spawn_id.
10632 (mi_continue_dprintf): Use mi_expect_dprintf.
10633 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10634 (main): Call gdb_unbuffer_output.
10635
e8376742
PA
106362015-07-29 Pedro Alves <palves@redhat.com>
10637
10638 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10639 (default_mi_gdb_start): Set inferior_spawn_id instead of
10640 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10641 gdb_spawn_id.
10642 (mi_gdb_test): Always expect inferior output from both
10643 $inferior_spawn_id and $gdb_spawn_id.
10644
08280010
PA
106452015-07-29 Pedro Alves <palves@redhat.com>
10646
10647 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10648 send_inferior and $inferior_spawn_id.
10649
4d30e432
PA
106502015-07-29 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.gdb/complaints.exp (test_initial_complaints)
10653 (test_serial_complaints, test_short_complaints): Use
10654 gdb_test_stdio.
10655 (test_empty_complaint): Handle $inferior_spawn_id !=
10656 $gdb_spawn_id.
10657
0d30a335
PA
106582015-07-29 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.base/varargs.exp: Use gdb_test_stdio.
10661
39413b29
PA
106622015-07-29 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10665
7cb000a9
PA
106662015-07-29 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10669
d7b8ac82
PA
106702015-07-29 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10673 parameter into two new parameters, "inf_result" and "gdb_result".
10674 Expect inferior output and gdb output from $inferior_spawn_id and
10675 $gdb_spawn_id, respectively. Adjust all callers.
10676
789c3a0c
PA
106772015-07-29 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10680 of gdb_test_sequence.
10681
77e760c3
PA
106822015-07-29 Pedro Alves <palves@redhat.com>
10683
10684 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10685 (saw_spurious_output): Expect inferior output from
10686 $inferior_spawn_id. Use gdb_test_stdio.
10687
8396d2cd
PA
106882015-07-29 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/dprintf.exp: Use standard_testfile. Change
10691 prepare_for_testing call.
10692 (srcfile): Don't set.
10693 (restart): New procedure.
10694 (test_dprintf): New procecure, use to continue over dprintfs.
10695 (test_call, test_agent): New procedures, tests moved here.
10696 Restart gdb and recreate dprintfs. Adjust expected output.
10697
2051d61f
PA
106982015-07-29 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10701
452397af
PA
107022015-07-29 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10705
8aed9555
PA
107062015-07-29 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10709 gdb_test_stdio.
10710
188a61b4
PA
107112015-07-29 Pedro Alves <palves@redhat.com>
10712
10713 * lib/gdb.exp (gdb_test_stdio): New procedure.
10714
12264a45
PA
107152015-07-29 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10718
23ffc893
PA
107192015-07-29 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.base/call-signal-resume.exp: Remove check for
10722 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10723 * gdb.base/unwindonsignal.exp: Likewise.
10724 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10725 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10726
65566918
PA
107272015-07-29 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.base/siginfo-addr.c (pass): New function.
10730 (handler): Call it iff si_addr is correct.
10731 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10732 Set a breakpoint at "pass" and continue to it.
10733
d60a9221
SDJ
107342015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10735
10736 * gdb.python/py-objfile.exp: Make some tests have unique names.
10737 * gdb.python/py-pp-registration.exp: Likewise.
10738
bde40b8f
PA
107392015-07-28 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10742
13e1dec8
SM
107432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10744
10745 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10746
da33c9a7
SM
107472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10748
10749 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10750
077836f7
PP
107512015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10752
10753 * gdb.base/gdb-sigterm-2.exp: New test.
10754
b8cc7b2e
DE
107552015-07-25 Doug Evans <xdje42@gmail.com>
10756
10757 Revert:
10758 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10759 (workers/%.worker, build-perf): New rule.
10760 (GDB_PERFTEST_MODE): New variable.
10761 (check-perf): Use it.
10762 (clean): Clean up gdb.perf parallel build subdirs.
10763 * lib/build-piece.exp: New file.
10764 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10765 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10766 name.
10767 (standard_temp_file): Ditto.
10768 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10769 of $GDB_PARALLEL.
10770
c8bd4544
DE
107712015-07-24 Doug Evans <dje@google.com>
10772
10773 * gdb.perf/lib/perftest/utils.py: New file.
10774 * gdb.perf/gm-hello.cc: New file.
10775 * gdb.perf/gm-pervasive-typedef.cc: New file.
10776 * gdb.perf/gm-pervasive-typedef.h: New file.
10777 * gdb.perf/gm-std.cc: New file.
10778 * gdb.perf/gm-std.h: New file.
10779 * gdb.perf/gm-use-cerr.cc: New file.
10780 * gdb.perf/gm-utils.h: New file.
10781 * gdb.perf/gmonster-null-lookup.py: New file.
10782 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10783 * gdb.perf/gmonster-print-cerr.py: New file.
10784 * gdb.perf/gmonster-ptype-string.py: New file.
10785 * gdb.perf/gmonster-runto-main.py: New file.
10786 * gdb.perf/gmonster-select-file.py: New file.
10787 * gdb.perf/gmonster1-null-lookup.exp: New file.
10788 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10789 * gdb.perf/gmonster1-print-cerr.exp: New file.
10790 * gdb.perf/gmonster1-ptype-string.exp: New file.
10791 * gdb.perf/gmonster1-runto-main.exp: New file.
10792 * gdb.perf/gmonster1-select-file.exp: New file.
10793 * gdb.perf/gmonster1.cc: New file.
10794 * gdb.perf/gmonster1.exp: New file.
10795 * gdb.perf/gmonster2-null-lookup.exp: New file.
10796 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10797 * gdb.perf/gmonster2-print-cerr.exp: New file.
10798 * gdb.perf/gmonster2-ptype-string.exp: New file.
10799 * gdb.perf/gmonster2-runto-main.exp: New file.
10800 * gdb.perf/gmonster2-select-file.exp: New file.
10801 * gdb.perf/gmonster2.cc: New file.
10802 * gdb.perf/gmonster2.exp: New file.
10803
6eab34f3
DE
108042015-07-24 Doug Evans <dje@google.com>
10805
10806 * gdb.perf/README: New file.
10807 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10808 * lib/gen-perf-test.exp: New file.
10809
63738bfd
DE
108102015-07-24 Doug Evans <dje@google.com>
10811
10812 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10813 (PerfTest::startup): New function.
10814 (PerfTest::run): Return result of calling body.
10815 (PerfTest::assemble): Rewrite.
10816 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10817 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10818 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10819 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10820 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10821
7b606f95
DE
108222015-07-24 Doug Evans <dje@google.com>
10823
10824 * lib/gdb.exp (clean_restart): Make executable optional.
10825
a97b16b8
DE
108262015-07-24 Doug Evans <dje@google.com>
10827
10828 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10829 compiler_info references.
10830 * gdb.cp/temargs.exp: Ditto.
10831 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10832 (get_compiler_info): Early exit if already computed. Set compiler_info
10833 to "unknown" if there was a problem.
10834 (test_compiler_info): Add function comment. Call get_compiler_info.
10835
35baa57f
DE
108362015-07-24 Doug Evans <dje@google.com>
10837
10838 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10839 (workers/%.worker, build-perf): New rule.
10840 (GDB_PERFTEST_MODE): New variable.
10841 (check-perf): Use it.
10842 (clean): Clean up gdb.perf parallel build subdirs.
10843 * lib/build-piece.exp: New file.
10844 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10845 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10846 name.
10847 (standard_temp_file): Ditto.
10848 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10849 of $GDB_PARALLEL.
10850
6ebea266
DE
108512015-07-24 Doug Evans <dje@google.com>
10852
10853 * lib/future.exp (gdb_default_target_compile): New option
10854 "early_flags".
10855 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10856 --as-needed.
10857
1e76a7e9
SDJ
108582015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10859
10860 * gdb.base/catch-syscall.exp: Call gdb_exit before
10861 gdb_skip_xml_test.
10862
5068630a
PA
108632015-07-24 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.python/py-events.exp: Accept output between the stop event
10866 and the prompt.
10867 * gdb.python/py-evsignal.exp: Likewise.
10868 * gdb.python/py-evthreads.exp: Likewise.
10869
77598427
PA
108702015-07-24 Pedro Alves <palves@redhat.com>
10871
10872 PR gdb/18717
10873 * gdb.threads/non-ldr-exit.c: New file.
10874 * gdb.threads/non-ldr-exit.exp: New file.
10875
11e6c98f
YQ
108762015-07-24 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10879 restarting process.
10880
51aee833
YQ
108812015-07-24 Yao Qi <yao.qi@linaro.org>
10882
10883 * gdb.server/ext-restart.exp: New file.
10884
8cfe207c
YQ
108852015-07-24 Yao Qi <yao.qi@linaro.org>
10886
10887 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10888 argument options.
10889 * gdb.server/ext-wrapper.exp: New file.
10890
cc12ce38
DE
108912015-07-23 Doug Evans <dje@google.com>
10892
10893 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10894 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10895
d0d84780
PMR
108962015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10897
10898 * gdb.ada/var_arr_typedef.exp: New testcase.
10899 * gdb.ada/var_arr_typedef/pack.adb: New file.
10900 * gdb.ada/var_arr_typedef/pack.ads: New file.
10901 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10902
8b558f79
JB
109032015-07-20 Joel Brobecker <brobecker@adacore.com>
10904
10905 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10906
775a3298
JK
109072015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10908
10909 * gdb.arch/i386-biarch-core.exp: Replace istarget
10910 by "complete set gnutarget". Remove expectation for the "core-file"
10911 command.
10912
db1ff28b
JK
109132015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10914
10915 Revert the previous commit:
10916 Tests for validate symbol file using build-id.
10917
0a94970d
JK
109182015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10919
10920 Tests for validate symbol file using build-id.
10921 * gdb.base/solib-mismatch-lib.c: New file.
10922 * gdb.base/solib-mismatch-libmod.c: New file.
10923 * gdb.base/solib-mismatch.c: New file.
10924 * gdb.base/solib-mismatch.exp: New file.
10925
03346981
SL
109262015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10927
10928 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10929 nios2-*-linux*.
10930 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10931 * gdb.base/siginfo.exp: Likewise.
10932 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10933
42422cc7
PL
109342015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10935
10936 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10937 Move it to ...
10938 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10939 ... here.
10940 * gdb.trace/range-stepping.exp: Check that the target supports
10941 range stepping.
10942
cfa68bae
JK
109432015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10944
10945 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10946
8ffdba26
PA
109472015-07-14 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.base/killed-outside.exp: New file.
10950 * gdb.base/killed-outside.c: New file.
10951
218a5a11
JK
109522015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10955 (n at main): New.
10956 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10957
e03ed3c6
AA
109582015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10959
10960 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10961 infcall tests instead of setting up for KFAIL.
10962
485668e5
MM
109632015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10964
10965 * gdb.btrace/record_goto-step.exp: New.
10966
08464196
JK
109672015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10968
10969 PR compile/18484
10970 * gdb.compile/compile.c (struct struct_type): Add volatile to
10971 selffield's type.
10972 * gdb.compile/compile.exp
10973 (compile code struct_object.selffield = &struct_object): Skip further
10974 struct_object tests if this one xfails.
10975
bcf5c1d9
RC
109762015-07-08 Robert O'Callahan <robert@ocallahan.org>
10977
10978 PR exp/18617
10979 * gdb.trace/ax.exp: Add test.
10980
4931af25
YQ
109812015-07-07 Yao Qi <yao.qi@linaro.org>
10982
10983 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10984 instead of istarget "aarch64*-*-*".
10985 * gdb.arch/aarch64-fp.exp: Likewise.
10986 * gdb.base/float.exp: Likewise.
10987 * gdb.reverse/aarch64.exp: Likewise.
10988 * lib/gdb.exp (is_aarch64_target): New proc.
10989
9fcf688e
YQ
109902015-07-07 Yao Qi <yao.qi@linaro.org>
10991
10992 * lib/gdb.exp (is_aarch32_target): New proc.
10993 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10994 instead of "istarget "arm*-*-*"".
10995 * gdb.arch/arm-disp-step.exp: Likewise.
10996 * gdb.arch/thumb-bx-pc.exp: Likewise.
10997 * gdb.arch/thumb-prologue.exp: Likewise.
10998 * gdb.arch/thumb-singlestep.exp: Likewise.
10999 * gdb.base/disp-step-syscall.exp: Likewise.
11000 * gdb.base/float.exp: Likewise.
11001
fbd8d50d
YQ
110022015-07-07 Yao Qi <yao.qi@linaro.org>
11003
11004 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11005 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11006
71be1fdc
YQ
110072015-07-07 Yao Qi <yao.qi@linaro.org>
11008
11009 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11010 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11011 if it exists.
11012 * gdb.multi/multi-arch.exp: Likewise.
11013
3e221d36
SM
110142015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11015
11016 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11017 print.
11018
d441430b
YQ
110192015-07-07 Yao Qi <yao.qi@linaro.org>
11020
11021 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11022
06f810bd
MG
110232015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11024
11025 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11026 '[' and ']' characters.
11027
5e61e7c0
IB
110282015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11029
11030 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11031
28bf096c
PA
110322015-06-29 Pedro Alves <palves@redhat.com>
11033
11034 PR threads/18127
11035 * gdb.threads/hand-call-new-thread.c: New file.
11036 * gdb.threads/hand-call-new-thread.c: New file.
11037
ee93cd5e
KS
110382015-06-26 Keith Seitz <keiths@redhat.com>
11039 Doug Evans <dje@google.com>
11040
11041 PR 16253
11042 * gdb.cp/var-tag-2.cc: New file.
11043 * gdb.cp/var-tag-3.cc: New file.
11044 * gdb.cp/var-tag-4.cc: New file.
11045 * gdb.cp/var-tag.cc: New file.
11046 * gdb.cp/var-tag.exp: New file.
11047
fc637f04
PP
110482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11049
11050 * gdb.base/history-duplicates.exp: New test.
11051
2e52ae68
PP
110522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11053
11054 * gdb.base/completion.exp: Test the completion of the "focus"
11055 command.
11056
6e22494e
JK
110572015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11058
11059 * gdb.arch/amd64-prologue-skip.S: New file.
11060 * gdb.arch/amd64-prologue-skip.exp: New file.
11061
bf7b9cd9
SM
110622015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11063
11064 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11065 is_address_zero_readable check.
11066
201e8dfd
PB
110672015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11068
11069 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11070 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11071
5cd867b4
YQ
110722015-06-24 Yao Qi <yao.qi@linaro.org>
11073
11074 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11075 linux targets.
11076
4d7be007
YQ
110772015-06-24 Yao Qi <yao.qi@linaro.org>
11078
11079 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11080 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11081 * gdb.base/siginfo-thread.exp: Likewise.
11082
07fcd301
YQ
110832015-06-22 Yao Qi <yao.qi@linaro.org>
11084
11085 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11086
52042a00
YQ
110872015-06-22 Yao Qi <yao.qi@linaro.org>
11088
11089 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11090 aarch64*-*-*.
11091 (skip_hw_watchpoint_tests): Likewise.
11092
74bd41ce
PP
110932015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11094
11095 * gdb.base/gdbinit-history.exp: Test the interaction between
11096 setting GDBHISTSIZE and setting the history size via .gdbinit.
11097
bc460514
PP
110982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11099
11100 PR gdb/16999
11101 * gdb.base/gdbhistsize-history.exp: New test.
11102
b58c513b
PP
111032015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11104
11105 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11106 with GDBHISTSIZE.
11107 * gdb.base/readline.exp: Likewise.
11108
92046791
YQ
111092015-06-17 Yao Qi <yao.qi@linaro.org>
11110
11111 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11112 line.
11113
2093d2d3
PP
111142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11115
11116 * gdb.base/gdbinit-history.exp: Add test case to check that
11117 an unlimited history file does not get truncated on exit.
11118
e6c693af
AA
111192015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11120
11121 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11122 (VECTOR): New macro. Use it...
11123 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11124 ...for these typedefs.
11125 (int8, char1, int1, double1): New typedefs.
11126 (struct just_int2, struct two_int2): New structures.
11127 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11128 (add_structvecs, add_singlevecs): New functions.
11129 (main): Call add_some_intvecs twice.
11130 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11131 the compile and exit upon failure. Try compiling for the "native"
11132 architecture. Test inferior function calls with vector arguments
11133 and vector return value handling with "finish" and "return".
11134
c74f7d1c
JT
111352015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11136
11137 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11138 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11139 PE file.
11140 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11141
98aa42ee
AT
111422015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11143
11144 PR breakpoints/16465
11145 * gdb.mi/mi-dprintf-pending.c: New file.
11146 * gdb.mi/mi-dprintf-pending.exp: New test.
11147 * gdb.mi/mi-dprintf-pendshr.c: New file.
11148
7d73c23c 111492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11150 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11151
11152 * gdb.arch/i386-mpx-map.c: New file.
11153 * gdb.arch/i386-mpx-map.exp: New File.
11154
111552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11156
11157 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11158 * gdb.arch/i386-mpx.exp: Indentation fixed.
11159
111602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11161
11162 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11163 function and improved indentation.
11164 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11165 gdb_test_multiple. Added additional tests to skip the test.
11166
111672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11168
11169 * gdb.arch/i386-avx512.c: Change path in include file.
11170 * gdb.arch/i386-avx512.exp: Change include dir path
11171 compilation flag.
11172 * gdb.arch/i386-mpx.c: Change path in include file.
11173 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11174 flag.
11175
d5eba19a
JK
111762015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11177
11178 * gdb.compile/compile-print.exp (compile print *vararray@3)
11179 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11180
7f361056
JK
111812015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11182
11183 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11184 (do not keep jit in memory): ... this.
11185 (expect 5): Change it to ...
11186 (expect no 5): ... this.
11187
3b462ec2
SM
111882015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11189
11190 PR gdb/15564
11191 * gdb.mi/mi-detach.exp: New file.
11192
e0619de6
JK
111932015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 PR symtab/18392
11196 * gdb.arch/amd64-tailcall-self.S: New file.
11197 * gdb.arch/amd64-tailcall-self.c: New file.
11198 * gdb.arch/amd64-tailcall-self.exp: New file.
11199
e970cb34
DB
112002015-05-28 Don Breazeal <donb@codesourcery.com>
11201
11202 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11203 tests for remote targets by checking is_target_gdbserver.
11204
b2e2f908
DE
112052015-05-27 Doug Evans <dje@google.com>
11206
11207 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11208 * gdb.dwarf2/opaque-type-lookup.c: New file.
11209 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11210
82c7be31
DE
112112015-05-26 Doug Evans <dje@google.com>
11212
11213 * gdb.cp/iostream.cc: New file.
11214 * gdb.cp/iostream.exp: New file.
11215
b4f54984
DE
112162015-05-26 Doug Evans <dje@google.com>
11217
11218 * gdb.dwarf2/dw2-op-call.exp: Update.
11219 * gdb.dwarf2/dw4-sig-types.exp: Update.
11220 * gdb.dwarf2/implptr.exp: Update.
11221 * gdb.mi/mi-cmd-param-changed.exp: Update.
11222
4ea6efe9
DE
112232015-05-26 Doug Evans <dje@google.com>
11224
11225 * gdb.python/py-lazy-string.c: New file.
11226 * gdb.python/py-lazy-string.exp: New file.
11227 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11228 (main): Update. Add estring3.
11229 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11230 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11231
f6bb7db3
YQ
112322015-05-26 Omair Javaid <omair.javaid@linaro.org>
11233 Yao Qi <yao.qi@linaro.org>
11234
11235 * gdb.reverse/aarch64.c: New.
11236 * gdb.reverse/aarch64.exp: New.
11237
a81bfbd0
OJ
112382015-05-26 Omair Javaid <omair.javaid@linaro.org>
11239
25d49b86
PA
11240 * lib/gdb.exp (supports_process_record): Return true for
11241 aarch64*-linux*.
a81bfbd0
OJ
11242 (supports_reverse): Likewise.
11243
158bf1b4
PP
112442015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11245
11246 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11247 Use with_test_prefix.
11248
a0145030
AB
112492015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11250
11251 * gdb.base/completion.exp: Add test for completion of layout
11252 names.
11253
ebe3b578
AB
112542015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11255
11256 * lib/gdb.exp (skip_tui_tests): New proc.
11257 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11258
84204ed7
PA
112592015-05-19 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11262 Save the whole env array instead of just HOME. Unset HISTSIZE in
11263 the environment while testing. Restore whole environment
11264 afterwards.
11265
37442ce1
DE
112662015-05-16 Doug Evans <xdje42@gmail.com>
11267
11268 * gdb.guile/scm-ports.c: New file.
11269 * gdb.guile/scm-ports.exp: Add memory port tests.
11270
36de76f9
JK
112712015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11272
11273 * gdb.compile/compile-print.c: New file.
11274 * gdb.compile/compile-print.exp: New file.
11275
3a9558c4
JK
112762015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 * gdb.compile/compile-ops.exp: Cast param to void.
11279 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11280 (compile code struct_object.selffield = &struct_object): Add xfail.
11281
aa715135
JG
112822015-05-15 Joel Brobecker <brobecker@adacore.com>
11283
11284 * gdb.ada/arr_enum_with_gap: New testcase.
11285
931e5bc3
JG
112862015-05-15 Joel Brobecker <brobecker@adacore.com>
11287
11288 * gdb.ada/byte_packed_arr: New testcase.
11289
9cd4d857
JB
112902015-05-15 Joel Brobecker <brobecker@adacore.com>
11291
11292 * gdb.ada/pckd_neg: New testcase.
11293
ebfd00d2
PP
112942015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11295
11296 PR gdb/17820
11297 * gdb.base/gdbinit-history.exp: New test.
11298 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11299 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11300
4c082a81
SC
113012015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11302
11303 * gdb.python/py-xmethods.cc: Enhance test case.
11304 * gdb.python/py-xmethods.exp: New tests.
11305 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11306 function.
11307 (B_indexoper): Likewise.
11308 (global_dm_list) : Add new xmethod worker functions.
11309
f7797074
SDJ
113102015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11311
11312 * gdb.base/coredump-filter.exp: Correctly unset
11313 "coredump_var_addr" array.
11314
a4674e4e
PA
113152015-05-08 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.server/non-existing-program.exp: Unset spawn_id.
11318
df2eb078
SC
113192015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11320
11321 PR python/18291
11322 * gdb.python/py-xmethods.exp: Add tests.
11323
422349a3
YQ
113242015-05-08 Yao Qi <yao.qi@linaro.org>
11325
11326 PR gdb/18208
11327 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11328 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11329 function set_coredump_filter, and remove remote_exec call.
11330 Remove argument ipid. Callers update.
11331 (top level): Don't get inferior's PID.
11332
63fc80ce
AA
113332015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11334
11335 * gdb.base/watch_thread_num.exp: Skip test on targets without
11336 access watchpoints.
11337
80ad801e
PA
113382015-05-06 Pedro Alves <palves@redhat.com>
11339
11340 PR server/18081
11341 * gdb.server/non-existing-program.exp: New file.
11342
0fa7fe50
JB
113432015-05-05 Joel Brobecker <brobecker@adacore.com>
11344
11345 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11346
3ea89b92
PMR
113472015-05-05 Joel Brobecker <brobecker@adacore.com>
11348
11349 * gdb.ada/out_of_line_in_inlined: New testcase.
11350
87b8eff0
JB
113512015-05-05 Joel Brobecker <brobecker@adacore.com>
11352
11353 * gdb.ada/var_rec_arr: New testcase.
11354
5fccc635
YQ
113552015-04-30 Yao Qi <yao.qi@linaro.org>
11356
11357 * gdb.base/break-idempotent.exp: If
11358 skip_hw_watchpoint_multi_tests returns true, skip the tests
11359 on "rwatch" and "awatch".
11360
42d38f42
YQ
113612015-04-30 Yao Qi <yao.qi@linaro.org>
11362
11363 * gdb.base/relativedebug.exp: Invoke gdb command
11364 "info sharedlibrary", and if libc.so doesn't have debug info,
11365 skip the test.
11366
2ce1cdbf
DE
113672015-04-29 Doug Evans <dje@google.com>
11368
11369 * gdb.python/py-xmethods.exp: Add ptype tests.
11370 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11371 get_result_type method.
11372
f24a38c5
LM
113732015-04-29 Luis Machado <lgustavo@codesourcery.com>
11374
11375 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11376 the target does not support hardware watchpoints.
11377
ecbf2b3c
LM
113782015-04-29 Luis Machado <lgustavo@codesourcery.com>
11379
11380 * gdb.base/break-always.exp: Abort testing if writing to memory
11381 causes an error.
11382
34f5f757
DE
113832015-04-28 Doug Evans <dje@google.com>
11384
11385 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11386 * gdb.python/py-pp-registration.exp: ... here. New file.
11387 * gdb.python/py-pp-registration.c: New file.
11388 * gdb.python/py-pp-registration.py: New file.
11389
69b4374a
DE
113902015-04-28 Doug Evans <dje@google.com>
11391
11392 * gdb.python/py-bad-printers.c: New file.
11393 * gdb.python/py-bad-printers.py: New file.
11394 * gdb.python/py-bad-printers.exp: New file.
11395
59fb7612
SS
113962015-04-28 Sasha Smundak <asmundak@google.com>
11397
11398 * gdb.python/py-type.exp: New test.
11399
2631b16a
AW
114002015-04-28 Andy Wingo <wingo@igalia.com>
11401
11402 * gdb.python/py-parameter.exp:
11403 * gdb.guile/scm-parameter.exp: Escape the path that we are
11404 matching against, as it might contain characters that are special
11405 to regular expressions.
11406
460efde1
JB
114072015-04-27 Joel Brobecker <brobecker@adacore.com>
11408
11409 * gdb.ada/rec_comp: New testcase.
11410
2d369d8e
SDJ
114112015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11412
11413 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11414 before using it.
11415
cf75d6c3
AB
114162015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11417
11418 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11419 new tests for verilog output.
11420
8dbe7ca5
YQ
114212015-04-24 Yao Qi <yao.qi@linaro.org>
11422
11423 * boards/remote-gdbserver-on-localhost.exp: New file.
11424
4ef9fb2f
PA
114252015-04-23 Pedro Alves <palves@redhat.com>
11426
11427 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11428 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11429 "end of file", remove $inferior_spawn_id from the indirect list.
11430
0a803169
PA
114312015-04-23 Pedro Alves <palves@redhat.com>
11432
11433 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11434
749ef8f8
PA
114352015-04-23 Pedro Alves <palves@redhat.com>
11436
11437 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11438 on $any_spawn_id instead of only on $gdb_spawn_id.
11439
8aae4344
PM
114402015-04-21 Pierre Muller <muller@sourceware.org>
11441
11442 PR pascal/17815
11443 * lib/pascal.exp (gpc_compile): Add new option "class".
11444 (fpc_compile): Likewise.
11445 * gdb.pascal/case-insensitive-symbols.pas: New file.
11446 * gdb.pascal/case-insensitive-symbols.exp: New file.
11447
1586c8fb
GB
114482015-04-20 Gary Benson <gbenson@redhat.com>
11449
11450 * gdb.base/attach.exp: Fix three extended remote failures.
11451
1b6e6f5c
GB
114522015-04-17 Gary Benson <gbenson@redhat.com>
11453
11454 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11455 the main executable over the remote protocol.
11456
e797481d
PA
114572015-04-16 Pedro Alves <palves@redhat.com>
11458
11459 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11460 a new gdbserver if gdbserver_reconnect_p is set.
11461
1ca99c42
PA
114622015-04-16 Pedro Alves <palves@redhat.com>
11463
11464 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11465 is set, don't exit gdbserver.
11466
af9fd6f8
AA
114672015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11468
11469 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11470 appropriate .insn, such that an older assembler can be used.
11471 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11472 the z/Architecture instruction set on 31-bit targets as well.
11473
04ff1e61
AA
114742015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11475
11476 * gdb.go/handcall.exp: Remove all logic related to the first
11477 breakpoint and rely on go_runto_main instead.
11478 * gdb.go/strings.exp: Likewise.
11479 * gdb.go/unsafe.exp: Likewise.
11480 * gdb.go/hello.exp: Likewise. Also rename the remaining
11481 breakpoint marker to "breakpoint 1".
11482 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11483 * gdb.go/strings.go: Likewise.
11484 * gdb.go/unsafe.go: Likewise.
11485 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11486 "set breakpoint 2 here" and rename the remaining breakpoint marker
11487 to "breakpoint 1".
11488
40d2f8d6
SM
114892015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11492 if itertools.imap is not present.
11493 * gdb.python/py-objfile.exp: Add parentheses.
11494 * gdb.python/py-type.exp: Same.
11495 * gdb.python/py-unwind-maint.py: Same.
11496
8cbc97c6
YQ
114972015-04-15 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11500 of ":$ptr_size" and set its form explicitly.
11501
45fd756c
YQ
115022015-04-15 Pedro Alves <palves@redhat.com>
11503 Yao Qi <yao.qi@linaro.org>
11504
11505 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11506 timeout by factor of 4.
11507 (test_regular_watch): Likewise.
11508 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11509 * gdb.reverse/sigall-reverse.exp: Likewise.
11510 * gdb.reverse/until-precsave.exp: Likewise.
11511 * lib/gdb.exp (with_timeout_factor): New proc.
11512 (gdb_expect): Move some code to ...
11513 (get_largest_timeout): ... here. New procedure.
11514
9e811bc3
LM
115152015-04-14 Luis Machado <lgustavo@codesourcery.com>
11516
11517 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11518
0ff6fcb2
LM
115192015-04-13 Luis Machado <lgustavo@codesourcery.com>
11520
11521 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11522 to write to the .text section.
11523
7578d5f7
LM
115242015-04-13 Luis Machado <lgustavo@codesourcery.com>
11525
11526 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11527 Handle the case of targets that do not provide PID information.
11528
2efe15c4
YQ
115292015-04-13 Yao Qi <yao.qi@linaro.org>
11530
11531 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11532 and use expect instead of gdb_expect.
11533
8cd8f2f8
SDJ
115342015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11535
11536 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11537 "coredump_var_addr" to avoid naming conflict with other testcases.
11538
9ee41772
PA
115392015-04-10 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11542 gdb_test_sequence and gdb_assert.
11543
07473109
PA
115442015-04-10 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11547 test messages that don't include the breakpoint address.
11548
de3db44c
YQ
115492015-04-10 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11552 false for some offset and width combinations which aren't
11553 supported by linux kernel.
11554
c79d856c
PA
115552015-04-10 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11558 procedure, factored out from ...
11559 (top level): ... here. Add "set displaced-stepping" testing axis.
11560 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11561 parameter "displaced". Use it.
11562 (top level): Use foreach and add "set displaced-stepping" testing
11563 axis.
11564
ebc90b50
PA
115652015-04-10 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11568 Remove comment.
11569 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11570 both the address of the instruction that triggers the watchpoint
11571 and the address of the instruction immediately after, and use
11572 those addresses for the test. Fix comment.
11573
8f572e5c
PA
115742015-04-10 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.base/sigstep.exp (breakpoint_to_handler)
11577 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11578 Test "backtrace" in handler.
11579 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11580 (top level): Add new "displaced" test axis to
11581 breakpoint_to_handler, breakpoint_to_handler_entry and
11582 breakpoint_over_handler.
11583
8d707a12
PA
115842015-04-10 Pedro Alves <palves@redhat.com>
11585
11586 PR gdb/18216
11587 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11588
ef713951
YQ
115892015-04-10 Yao Qi <yao.qi@linaro.org>
11590
11591 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11592 (test_add_rn_pc): New function.
11593 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11594 (top level): Invoke test_add_rn_pc.
11595
906d60cf
PA
115962015-04-10 Pedro Alves <palves@redhat.com>
11597
11598 PR gdb/13858
11599 * gdb.base/step-over-no-symbols.exp: New file.
11600
f2983cc3
AW
116012015-04-09 Andy Wingo <wingo@igalia.com>
11602
11603 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11604 after the Python tests.
11605
6d62641c
SDJ
116062015-04-08 Keith Seitz <keiths@redhat.com>
11607
11608 PR python/16699
11609 * gdb.python/py-completion.exp: New tests for completion.
11610 * gdb.python/py-completion.py (CompleteLimit1): New class.
11611 (CompleteLimit2): Likewise.
11612 (CompleteLimit3): Likewise.
11613 (CompleteLimit4): Likewise.
11614 (CompleteLimit5): Likewise.
11615 (CompleteLimit6): Likewise.
11616 (CompleteLimit7): Likewise.
11617
f3770638
PA
116182015-04-08 Pedro Alves <palves@redhat.com>
11619
11620 PR gdb/18214
11621 PR gdb/18216
11622 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11623 function.
11624 (main): Install it as SIGUSR1 handler.
11625 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11626 parameter. Always use "setup" as prefix. Toggle "set
11627 displaced-stepping" off/on depending on global. Don't switch to
11628 thread 1 here.
11629 (top level): Add displaced stepping "off/on" test axis. Update
11630 "setup" calls. Wrap each subtest with with_test_prefix. Test
11631 continuing with a queued signal in each thread.
11632
4496bed7
PA
116332015-04-08 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11636 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11637 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11638 Return early if running to main fails.
11639 * gdb.trace/while-stepping.exp: Likewise.
11640
b97fde92
PA
116412015-04-07 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11644 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11645 interact with inferior program.
11646
f71c18e7
PA
116472015-04-07 Pedro Alves <palves@redhat.com>
11648
11649 * lib/gdb.exp (inferior_spawn_id): New global.
11650 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11651 spawn id after processing the user code.
11652 (default_gdb_start): Set inferior_spawn_id.
11653 (send_inferior): New procedure.
11654 * lib/gdbserver-support.exp (gdbserver_start): Set
11655 inferior_spawn_id.
11656 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11657
6423214f
PA
116582015-04-07 Pedro Alves <palves@redhat.com>
11659
11660 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11661 * lib/gdbserver-support.exp (gdbserver_start): Make
11662 $server_spawn_id global.
11663 (gdbserver_start): Don't wait for gdbserver's spawn id with
11664 expect_background.
11665 (close_gdbserver): New procedure.
11666 (gdb_exit): Rename the default version and reimplement.
11667
71c0ee8c
PA
116682015-04-07 Pedro Alves <palves@redhat.com>
11669
72f4393d 11670 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
11671 append the substituted item, not the original item.
11672
203bc29b
PA
116732015-04-07 Pedro Alves <palves@redhat.com>
11674
11675 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11676 gdb_expect.
11677
508a3ddf
PA
116782015-04-07 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11681 output appearing once only.
11682
9f6dbe2b
PA
116832015-04-07 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11686 that doesn't expect anything. Return early if running to main
11687 fails.
11688
337532fa
YQ
116892015-04-07 Yao Qi <yao.qi@linaro.org>
11690
11691 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11692 (child_function): Call alarm.
11693 (main): Move call to alarm into the loop.
11694 * gdb.threads/non-stop-fair-events.exp: Build program with
11695 -DTIMEOUT=$timeout.
11696
01b622d4
DE
116972015-04-06 Doug Evans <xdje42@gmail.com>
11698
11699 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11700 Fix dest parameter to board_info.
11701 (fpc_compile): Ditto.
11702 (gdb_compile_pascal): Rename dest arg to destfile.
11703
961f4160
PMR
117042015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11705
11706 * gdb.ada/funcall_ref.exp: New file.
11707 * gdb.ada/funcall_ref/foo.adb: New file.
11708
cafda597
YQ
117092015-04-02 Yao Qi <yao.qi@linaro.org>
11710
11711 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11712 is remote.
11713
fed040c6
GB
117142015-04-02 Gary Benson <gbenson@redhat.com>
11715
11716 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11717
d11916aa
SS
117182015-04-01 Sasha Smundak <asmundak@google.com>
11719
11720 * gdb.python/py-unwind-maint.c: New file.
11721 * gdb.python/py-unwind-maint.exp: New test.
11722 * gdb.python/py-unwind-maint.py: New file.
11723 * gdb.python/py-unwind.c: New file.
11724 * gdb.python/py-unwind.exp: New test.
11725 * gdb.python/py-unwind.py: New test.
11726
a1471180
PA
117272015-04-01 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11730 to fail instead of non-existent $test.
11731
0bbeccb1
PA
117322015-04-01 Pedro Alves <palves@redhat.com>
11733
11734 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11735 GDBFLAGS if not empty.
11736
3c724c8c
PMR
117372015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11738
11739 * gdb.ada/complete.exp: Remove "multi_line".
11740 * gdb.ada/info_exc.exp: Remove "multi_line".
11741 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11742 * gdb.ada/ptype_field.exp: Remove "multi_line".
11743 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11744 * gdb.ada/tagged.exp: Remove "multi_line".
11745 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11746 [multi_line ...]
11747 * gdb.btrace/delta.exp: Likewise.
11748 * gdb.btrace/exception.exp: Likewise.
11749 * gdb.btrace/function_call_history.exp: Likewise.
11750 * gdb.btrace/instruction_history.exp: Likewise.
11751 * gdb.btrace/nohist.exp: Likewise.
11752 * gdb.btrace/record_goto.exp: Likewise.
11753 * gdb.btrace/segv.exp: Likewise.
11754 * gdb.btrace/stepi.exp: Likewise.
11755 * gdb.btrace/tailcall.exp: Likewise.
11756 * gdb.btrace/unknown_functions.exp: Likewise.
11757 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11758 * lib/gdb.exp: Add the "multi_line" helper.
11759
4eec2deb
PA
117602015-04-01 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.threads/tid-reuse.c: New file.
11763 * gdb.threads/tid-reuse.exp: New file.
11764
df8411da
SDJ
117652015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11766
11767 PR corefiles/16092
11768 * gdb.base/coredump-filter.c: New file.
11769 * gdb.base/coredump-filter.exp: Likewise.
11770
6ef37366
PM
117712015-03-27 Petr Machata <pmachata@redhat.com>
11772
11773 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11774 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11775 (Dwarf::assemble): Initialize them.
11776 (Dwarf::lines): New function.
11777
7ec911b0
JT
117782015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11779
11780 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11781 SYMBOL_PREFIX for x86_64-*-cygwin.
11782
ff908ebf
AW
117832015-03-26 Andy Wingo <wingo@igalia.com>
11784
11785 PR symtab/18148
11786 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11787 const_value but not a location.
11788 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11789 location defined in non-main CUs are visible.
11790
6d5f0679
YQ
117912015-03-26 Yao Qi <yao.qi@linaro.org>
11792
11793 PR testsuite/18139
11794 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11795 Add a line number entry for the same line.
11796 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11797 Add a line number entry for the same line.
11798
2898689b
YQ
117992015-03-26 Yao Qi <yao.qi@linaro.org>
11800
11801 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11802 .int 0.
11803 (func): Likewise. Add .Lfunc_1 label.
11804 Use .Lfunc_1 label.
11805 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11806 .int 0.
11807 (func): Likewise.
11808 Use .Lfunc_1 label.
11809
85180498
YQ
118102015-03-26 Yao Qi <yao.qi@linaro.org>
11811
11812 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11813 Call gdb_compile instead to compile each .s files without debug
11814 information.
11815
8aa08a8d
YQ
118162015-03-26 Yao Qi <yao.qi@linaro.org>
11817
11818 * gdb.base/savedregs.exp (process_saved_regs): Make
11819 "Saved registers:" optional in the pattern.
11820
66849923
MM
118212015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11822
11823 * gdb.btrace/next.exp: Merged into step.exp.
11824 * gdb.btrace/finish.exp: Merged into step.exp.
11825 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11826 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11827 "record goto" and checking the exact replay position.
11828 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11829 check for "Recording format" in "info record" output.
11830 * gdb.btrace/record_goto.exp: Choose test file based on target.
11831 * gdb.btrace/x86-record_goto.S: Renamed into ...
11832 * gdb.btrace/x86_64-record_goto.S: ... this.
11833 * gdb.btrace/i686-record_goto.S: New.
11834 * gdb.btrace/x86-tailcall.S: Renamed into ...
11835 * gdb.btrace/x86_64-tailcall.S: ... this.
11836 * gdb.btrace/i686-tailcall.S: New.
11837 * gdb.btrace/x86-tailcall.c: Renamed into ...
11838 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11839 separate statements. Update test.
11840 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11841 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11842 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11843 * gdb.btrace/tailcall.exp: Choose test file based on target.
11844 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11845
11cc1b74
MM
118462015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11847
11848 * gdb.btrace/exception.exp: Increase BTS buffer size.
11849
a25d8bf9
PA
118502015-03-24 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11853
856e7dd6
PA
118542015-03-24 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.threads/schedlock.exp (test_step): No longer expect that
11857 "set scheduler-locking step" with "next" over a function call runs
11858 threads unlocked.
11859
ad235a41
AT
118602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11861
11862 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11863
15630549
AT
118642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11865
11866 PR breakpoints/16466
11867 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11868 * gdb.mi/mi-pending.c (thread_func): New function.
11869 (int main): Add threading support required.
11870 * gdb.mi/mi-pending.exp: Add tests for this issue.
11871 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11872 (pendfunc2): Remove stdio dependency.
11873 * gdb.mi/mi-pendshr2.c: New file.
11874
693dca06
KS
118752015-03-23 Keith Seitz <keiths@redhat.com>
11876
11877 * gdb.linespec/keywords.c: New file.
11878 * gdb.linespec/keywords.exp: New file.
11879
7e993ebf
KS
118802015-03-23 Keith Seitz <keiths@redhat.com>
11881
11882 PR gdb/18021
11883 * gdb.dwarf2/staticvirtual.exp: New test.
11884
bc23328c
JK
118852015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11886
11887 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11888 * README: Remove HP-UX and gdb.hp.
11889 (configuration):
11890 * configure: Regenerate.
11891 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11892 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11893 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11894 gdb.hp/gdb.defects/Makefile.
11895 * gdb.hp/Makefile.in: File deleted.
11896 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11897 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11898 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11899 * gdb.hp/gdb.aCC/run.c: File deleted.
11900 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11901 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11902 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11903 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11904 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11905 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11906 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11907 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11908 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11909 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11910 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11911 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11912 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11913 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11914 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11915 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11916 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11917 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11918 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11919 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11920 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11921 * gdb.hp/gdb.compat/average.c: File deleted.
11922 * gdb.hp/gdb.compat/sum.c: File deleted.
11923 * gdb.hp/gdb.compat/xdb.c: File deleted.
11924 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11925 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11926 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11927 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11928 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11929 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11930 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11931 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11932 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11933 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11934 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11935 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11936 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11937 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11938 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11939 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11940 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11941 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11942 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11943 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11944 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11945 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11946 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11947 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11948 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11949 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11950 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11951 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11952 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11953 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11954 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11955 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11956 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11957 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11958 * gdb.hp/tools/odump: File deleted.
11959
8bf3b159
PA
119602015-03-19 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11963 (saw_thread_3): New globals.
11964 (top level): Increment them when an event for the corresponding
11965 thread is seen.
11966 (no thread starvation): New test.
11967
eb54c8bf
PA
119682015-03-19 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.threads/continue-pending-status.c: New file.
11971 * gdb.threads/continue-pending-status.exp: New file.
11972
32d2e5d6
PA
119732015-03-18 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11976 Use gdb_is_target_remote instead of is_remote. Use
11977 gdb_test_multiple instead of gdb_expect. Exit early if
11978 gdb_test_multiple hits its internal matches. Tighten stepi tests
11979 expected output. Fail on exit with any signal, instead of just
11980 SIGILL.
11981
f68f11b7
YQ
119822015-03-18 Yao Qi <yao.qi@linaro.org>
11983
11984 PR tdep/18107
11985 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11986 variable.
11987 * gdb.base/catch-syscall.exp: Don't skip it on
11988 aarch64*-*-linux* target. Remove elements in all_syscalls.
11989 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11990 target.
11991 (setup_all_syscalls): New proc.
11992
ca5fd19b
YQ
119932015-03-16 Yao Qi <yao.qi@linaro.org>
11994
11995 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11996 (top level): Skip tests if valid_addr_p returns false for
11997 $cmd1 or $cmd2.
11998
85642ba0
AW
119992015-03-11 Andy Wingo <wingo@igalia.com>
12000
12001 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12002
e03f9645
YQ
120032015-03-11 Yao Qi <yao.qi@linaro.org>
12004
12005 * gdb.base/catch-syscall.exp: Fix typo in comments.
12006
5d0962b2
YQ
120072015-03-11 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12010
b2df3cef
PA
120112015-03-09 Pedro Alves <palves@redhat.com>
12012
12013 * dg-extract-results.py: Delete.
12014
ef878e53
PA
120152015-03-09 Pedro Alves <palves@redhat.com>
12016
12017 Merge dg-extract-results.sh from GCC upstream (r218843).
12018
12019 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12020 * dg-extract-results.sh: Use --text with grep to avoid issues with
12021 binary files. Fall back to cat -v, if that doesn't work.
12022
9494d219
PA
120232015-03-05 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12026
a8d9763a
SM
120272015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12028
12029 * lib/mi-support.exp (mi_expect_interrupt): Accept
12030 alternative event for when in all-stop mode.
12031
be9957b8
PA
120322015-03-04 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12035
d57be0f4 120362015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12037
12038 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12039
c214c7cf
AA
120402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12041
12042 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12043 regexps for GDB's current line display, accept a hex address
12044 preceding the line number.
12045
6d74a497
AA
120462015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12047
12048 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12049 the 'arch1' variable for "s390*-linux*" targets.
12050
511aee7c
PA
120512015-03-04 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12054 (main): Pass missing retval argument to pthread_join call.
12055
95e50b27
PA
120562015-03-02 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12059 (top level): Call do_test with non-stop as well.
12060
28054d69
PA
120612015-03-02 Pedro Alves <palves@redhat.com>
12062
12063 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12064 -1.
12065
4fa5d7b4
AA
120662015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12067
12068 * gdb.arch/s390-vregs.exp: New test.
12069 * gdb.arch/s390-vregs.S: New file.
12070
97c18565
PA
120712015-02-27 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12074 call to catch_command_errors.
12075 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12076 catch_command_errors.
12077
a37bfa30
PA
120782015-02-27 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12081 "true" for boolean result.
12082 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12083 prototype of main.
12084
6f98576f
PA
120852015-02-27 Pedro Alves <palves@redhat.com>
12086
12087 * lib/unbuffer_output.c: New file.
12088 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12089 (main): Call gdb_unbuffer_output.
12090
eba5ab56
YQ
120912015-02-27 Yao Qi <yao.qi@linaro.org>
12092
12093 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12094 target.
12095
0def5aaa
DE
120962015-02-26 Doug Evans <dje@google.com>
12097
12098 * gdb.cp/class2.cc (Dbase, D): New classes.
12099 (main): New local delta.
12100 * gdb.cp/class2.exp: Test printing delta.
12101 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12102 (dynbar): New global.
12103 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12104
081a1c2c
JK
121052015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12106
12107 * gdb.compile/compile-ifunc.c: New file.
12108 * gdb.compile/compile-ifunc.exp: New file.
12109
2f41223f
AT
121102015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12111
12112 * gdb.base/structs.exp: Check for correct struct on finish.
12113
03eddd80
YQ
121142015-02-26 Yao Qi <yao.qi@linaro.org>
12115
12116 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12117 is zero.
12118
80c57053
JK
121192015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12120
12121 * gdb.arch/cordic.ko.bz2: New file.
12122 * gdb.arch/cordic.ko.debug.bz2: New file.
12123 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12124
21613c12
YQ
121252015-02-25 Yao Qi <yao.qi@linaro.org>
12126
12127 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12128 aarch64*-*-* target.
12129
d8b901ed
PA
121302015-02-23 Pedro Alves <palves@redhat.com>
12131
12132 * lib/gdb.exp (delete_breakpoints): Rewrite using
12133 gdb_test_multiple.
12134
e5b85ead
PA
121352015-02-23 Pedro Alves <palves@redhat.com>
12136
12137 * gdb.base/info-os.c: Include stdlib.h.
12138
85c3a371
DE
121392015-02-22 Doug Evans <xdje42@gmail.com>
12140
12141 PR symtab/17855
12142 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12143 is read after symbols have been re-read.
12144 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12145 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12146
96553a0c
DE
121472015-02-21 Doug Evans <dje@google.com>
12148
12149 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12150
97a0c697
JK
121512015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12152
12153 PR corefiles/17808
12154 * gdb.arch/i386-biarch-core.core.bz2: New file.
12155 * gdb.arch/i386-biarch-core.exp: New file.
12156
a47cd6e9
PA
121572015-02-21 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12160 runto_main fails.
12161
c5facdc4
PA
121622015-02-20 Pedro Alves <palves@redhat.com>
12163
12164 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12165 info probes.
12166
2db9a427
PA
121672015-02-20 Pedro Alves <palves@redhat.com>
12168
12169 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12170
60fb7e9e
PA
121712015-02-20 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12174 clean_restart before gdb_target_supports_trace.
12175
5c5019c2
PA
121762015-02-20 Pedro Alves <palves@redhat.com>
12177
12178 PR threads/18006
12179 * gdb.threads/clone-thread_db.c: New file.
12180 * gdb.threads/clone-thread_db.exp: New file.
12181
c9587f88
AT
121822015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12183
12184 PR breakpoints/16812
12185 * gdb.base/catch-gdb-caused-signals.c: New file.
12186 * gdb.base/catch-gdb-caused-signals.exp: New file.
12187
f6a88844
JM
121882015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12189
12190 * configure: Regenerated.
12191 * configure.ac: Use GDB_AC_TRANSFORM.
12192 * aclocal.m4: sinclude ../transform.m4.
12193
497c491b
JM
121942015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12195
12196 * lib/dtrace.exp: New file.
12197 * gdb.base/dtrace-probe.exp: Likewise.
12198 * gdb.base/dtrace-probe.d: Likewise.
12199 * gdb.base/dtrace-probe.c: Likewise.
12200 * lib/pdtrace.in: Likewise.
12201 * configure.ac: Output variables with the transformed names of
12202 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12203 * configure: Regenerated.
12204
03e98035
JM
122052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12206
12207 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12208 expected message when trying to access $_probe_* convenience
12209 variables while not on a probe.
12210
63cc30e9
JK
122112015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12214
0703599a
PA
122152015-02-11 Pedro Alves <pedro@codesourcery.com>
12216
12217 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12218 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12219
7e60a48e
DE
122202015-02-10 Doug Evans <xdje42@gmail.com>
12221
12222 * lib/gdb.exp (gdb_load): Always return a result.
12223
01b088bc
PA
122242015-02-10 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.threads/signal-sigtrap.c: New file.
12227 * gdb.threads/signal-sigtrap.exp: New file.
12228
b05ec7a5
AT
122292015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12230
12231 * gdb.trace/no-attach-trace.c: New file.
12232 * gdb.trace/no-attach-trace.exp: New file.
12233
a2c2acaf
MW
122342015-02-09 Mark Wielaard <mjw@redhat.com>
12235
12236 * gdb.dwarf2/atomic.c: New file.
12237 * gdb.dwarf2/atomic-type.exp: Likewise.
12238
31fd9caa
MM
122392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12240
12241 * gdb.btrace/buffer-size.exp: Update "info record" output.
12242 * gdb.btrace/delta.exp: Update "info record" output.
12243 * gdb.btrace/enable.exp: Update "info record" output.
12244 * gdb.btrace/finish.exp: Update "info record" output.
12245 * gdb.btrace/instruction_history.exp: Update "info record" output.
12246 * gdb.btrace/next.exp: Update "info record" output.
12247 * gdb.btrace/nexti.exp: Update "info record" output.
12248 * gdb.btrace/step.exp: Update "info record" output.
12249 * gdb.btrace/stepi.exp: Update "info record" output.
12250 * gdb.btrace/nohist.exp: Update "info record" output.
12251
d33501a5
MM
122522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12253
12254 * gdb.btrace/buffer-size: New.
12255
f4abbc16
MM
122562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12257
12258 * gdb.btrace/delta.exp: Update "info record" output.
12259 * gdb.btrace/enable.exp: Update "info record" output.
12260 * gdb.btrace/finish.exp: Update "info record" output.
12261 * gdb.btrace/instruction_history.exp: Update "info record" output.
12262 * gdb.btrace/next.exp: Update "info record" output.
12263 * gdb.btrace/nexti.exp: Update "info record" output.
12264 * gdb.btrace/step.exp: Update "info record" output.
12265 * gdb.btrace/stepi.exp: Update "info record" output.
12266 * gdb.btrace/nohist.exp: Update "info record" output.
12267
b9d61307
SM
122682015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12269
12270 PR gdb/15678
12271 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12272
e584fdbc
PA
122732015-02-06 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12276 macro.
12277 (seconds_left, again): New globals.
12278 (main): Wait seconds_left in a 1-second sleep loop instead of
12279 sleeping 180 seconds. If 'again' is set, reset the seconds
12280 counter.
12281 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12282 'again' in the inferior before detaching. Print the seconds left.
12283 (options): New global.
12284 (top level): Build program with -DTIMEOUT=$timeout.
12285
77f41761
PA
122862015-02-06 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12289 determine how many seconds to pass to 'alarm'.
12290 * gdb.base/gdb-sigterm.exp (top level): Build program with
12291 -DTIMEOUT=$timeout.
12292 (do_test): Return success/failure indication. Add more verbose
12293 logging. Don't fail if 200 single steps are seen. Instead, fail
12294 when the test times out.
12295 (passes): New global.
12296 (top level): Break the testing loop if testing fails on any
12297 iteration. Use gdb_assert.
12298
b9394193
DB
122992015-02-04 Don Breazeal <donb@codesourcery.com>
12300
12301 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12302 and initialize them.
12303 (ipc_cleanup): New function.
12304 (main): Don't declare shmid, semid, and msqid. Add a call to
12305 atexit so that we call ipc_cleanup on exit.
12306
42d9e528
PA
123072015-02-04 Pedro Alves <palves@redhat.com>
12308
12309 * boards/native-extended-gdbserver.exp: Remove any target variant
12310 specifications from the board name before clearing the isremote
12311 flag from board_info.
12312
ae6ae975
DE
123132015-01-31 Doug Evans <xdje42@gmail.com>
12314
12315 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12316
cfb069a8
GB
123172015-01-31 Gary Benson <gbenson@redhat.com>
12318
12319 * gdb.base/completion.exp: Disable completion limiting for
12320 existing tests. Add new tests to check completion limiting.
12321 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12322
5dd31d79
DE
123232015-01-31 Doug Evans <xdje42@gmail.com>
12324
12325 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12326
9f050062
DE
123272015-01-31 Doug Evans <xdje42@gmail.com>
12328
12329 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12330 entries. Duplicate file section script entries.
12331 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12332 inlined entries. Add test for safe-path rejection.
12333 * gdb.python/py-section-script.c: Add duplicate inlined section script
12334 entries. Duplicate file section script entries.
12335 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12336 inlined entries. Add test for safe-path rejection.
12337
df25ebbd
JB
123382015-01-29 Joel Brobecker <brobecker@adacore.com>
12339
12340 * gdb.ada/disc_arr_bound: New testcase.
12341
4a0ca9ec
JB
123422015-01-29 Joel Brobecker <brobecker@adacore.com>
12343
12344 * gdb.ada/mi_var_array: New testcase.
12345
3a8b707a
DE
123462015-01-27 Doug Evans <dje@google.com>
12347
12348 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12349 Add test for objfile.filename, objfile.username after objfile
12350 has been unloaded.
12351
f8313f6e
JB
123522015-01-26 Joel Brobecker <brobecker@adacore.com>
12353
12354 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12355 the second test to print the name attribute of value
12356 returned by the call to gdb.lookup_type, and adjust
12357 the expected output accordingly.
12358
37bc665e
MW
123592015-01-25 Mark Wielaard <mjw@redhat.com>
12360
12361 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12362 * gdb.base/disp-step-fork.c: Include unistd.h.
12363 * gdb.base/siginfo-obj.c: Include stdio.h.
12364 * gdb.base/siginfo-thread.c: Likewise.
12365 * gdb.mi/non-stop.c: Include unistd.h.
12366 * gdb.mi/nsthrexec.c: Include stdio.h.
12367 * gdb.mi/pthreads.c: Include unistd.h.
12368 * gdb.modula2/unbounded1.c (main): Declare returns int.
12369 * gdb.reverse/consecutive-reverse.c: Likewise.
12370 * gdb.threads/create-fail.c: Include unistd.h.
12371 * gdb.threads/killed.c: Likewise.
12372 * gdb.threads/linux-dp.c: Likewise.
12373 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12374 * gdb.threads/non-ldr-exc-2.c: Likewise.
12375 * gdb.threads/non-ldr-exc-3.c: Likewise.
12376 * gdb.threads/non-ldr-exc-4.c: Likewise.
12377 * gdb.threads/pthreads.c: Include unistd.h.
12378 (main): Declare returns int.
12379 * gdb.threads/tls-main.c (foo): New declaration.
12380 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12381
f7e5394d
SM
123822015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12383
12384 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12385 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12386
743649fd
MW
123872015-01-15 Mark Wielaard <mjw@redhat.com>
12388
12389 * gdb.base/noreturn-return.c: New file.
12390 * gdb.base/noreturn-return.exp: New file.
12391 * gdb.base/noreturn-finish.c: New file.
12392 * gdb.base/noreturn-finish.exp: New file.
12393
198297aa
PA
123942015-01-23 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.threads/continue-pending-after-query.c: New file.
12397 * gdb.threads/continue-pending-after-query.exp: New file.
12398
717cf30c
AG
123992015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12400 Simon Marchi <simon.marchi@ericsson.com>
12401
12402 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12403 * gdb.base/valgrind-db-attach.exp: Same.
12404 * gdb.base/valgrind-infcall.exp: Same.
12405 * lib/mi-support.exp (default_mi_gdb_start): Same.
12406 * lib/prompt.exp (default_prompt_gdb_start): Same.
12407 * lib/gdb.exp (default_gdb_spawn): Same.
12408 (gdb_interact): New.
12409
12410
4b62a76e
JK
124112015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12412
12413 * gdb.compile/compile.exp (pointer to jit function): New test.
12414
b4cdae6f
WW
124152015-01-17 Wei-cheng Wang <cole945@gmail.com>
12416
12417 * lib/gdb.exp (supports_process_record): Return true for
12418 powerpc*-*-linux*.
12419 (supports_reverse): Likewise.
12420
d221e7ef
DB
124212015-01-15 Don Breazeal <donb@codesourcery.com>
12422
12423 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12424 instead of checking whether the target board is remote and
12425 use spawn_wait_for_attach instead of exec/sleep.
12426 * gdb.base/attach-twice.exp: Likewise.
12427
bafffb51
JB
124282015-01-15 Joel Brobecker <brobecker@adacore.com>
12429
12430 * gdb.ada/var_arr_attrs: New testcase.
12431
5589af0e
PA
124322015-01-14 Pedro Alves <palves@redhat.com>
12433 Joel Brobecker <brobecker@adacore.com>
12434
12435 PR gdb/17525
12436 * gdb.base/bp-cmds-execution-x-script.c: New file.
12437 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12438 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12439
6c400b59
PA
124402015-01-14 Pedro Alves <palves@redhat.com>
12441
12442 PR cli/17828
12443 * gdb.base/batch-preserve-term-settings.c: New file.
12444 * gdb.base/batch-preserve-term-settings.exp: New file.
12445
e02c96a7
DE
124462015-01-13 Doug Evans <dje@google.com>
12447
12448 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12449 binary.
12450
576fd14c
JB
124512015-01-13 Joel Brobecker <brobecker@adacore.com>
12452
12453 * Makefile.in (clean mostlyclean): Do not delete *.py.
12454
04dccad0
JB
124552015-01-13 Joel Brobecker <brobecker@adacore.com>
12456
12457 * gdb.python/py-lookup-type.exp: New file.
12458
3d230f71
PA
124592015-01-12 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12462 restore GDBFLAGS before returning.
12463
7e67715d
JK
124642015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12465
12466 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12467 is_amd64_regs_target and is_x86_like_target.
12468
f2e0d4b4
DE
124692015-01-11 Doug Evans <xdje42@gmail.com>
12470
12471 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12472 is given without an explicit form.
12473 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12474 attributes.
12475 * gdb.dwarf/corrupt.exp: Ditto.
12476 * gdb.dwarf2/enum-type.exp: Ditto.
12477 * gdb.trace/entry-values.exp: Ditto.
12478 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12479
439250fb
DE
124802015-01-11 Doug Evans <xdje42@gmail.com>
12481
12482 PR gdb/15830
12483 * gdb.base/maint.exp: Remove references to "maint demangle".
12484 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12485 Add tests for explicitly specifying language to demangle.
12486 * gdb.dlang/demangle.exp: Ditto.
12487
ede9f622
PA
124882015-01-09 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.threads/non-stop-fair-events.c: New file.
12491 * gdb.threads/non-stop-fair-events.exp: New file.
12492
a7b796db
PA
124932015-01-09 Pedro Alves <palves@redhat.com>
12494
12495 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12496 the global scope. Set a breakpoint after all threads are started
12497 rather than stepping over two source lines. Expect the prompt.
12498 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12499 global.
12500 (NUM): Now 15.
12501 (main): Use threads_started_barrier to wait for all threads to
12502 start. Main thread no longer calls thread_function. Exit after
12503 180 seconds.
12504 (loop): New function.
12505 (thread_function): Wait on threads_started_barrier barrier. Call
12506 'loop' at each iteration.
12507 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12508 threads have started, instead of hardcoding number of "next"
12509 steps. Use an access watchpoint instead of a write watchpoint.
12510
9665ffdd
PA
125112015-01-09 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12514 (thread_func): Wait on barrier.
12515 (main): Wait for all threads to start before stopping GDB.
12516 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12517 global.
12518 (thread1_func, thread2_func): Wait on barrier.
12519 (main): Wait for all threads to start before stopping GDB.
12520 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12521 New global.
12522 (thread1_func, thread2_func): Wait on barrier.
12523 (main): Wait for all threads to start before stopping GDB.
12524
c945a99f
PA
125252015-01-09 Pedro Alves <palves@redhat.com>
12526
12527 * gdb.threads/attach-many-short-lived-threads.c: New file.
12528 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12529
c1a747c1
PA
125302014-01-09 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12533 instead of to thread 2.
12534 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12535 Add barrier around each pthread_create call instead of around all
12536 calls.
12537 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12538 Set a break on thread_function and have the child threads hit it
12539 one at at a time.
12540
60b3033e
PA
125412015-01-09 Pedro Alves <palves@redhat.com>
12542
12543 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12544 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12545 false.
12546 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12547 checking whether the target board is remote.
12548 * gdb.multi/multi-attach.exp: Likewise.
12549 * gdb.python/py-sync-interp.exp: Likewise.
12550 * gdb.server/ext-attach.exp: Likewise.
12551 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12552 tests that need to attach, instead of checking whether the target
12553 board is remote at the top of the file.
12554
acc018ac
YQ
125552015-01-08 Yao Qi <yao@codesourcery.com>
12556
12557 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12558
50a18af8
JK
125592015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 Fix testcase compilation.
12562 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12563
8503d6e1
JB
125642015-01-06 Joel Brobecker <brobecker@adacore.com>
12565
12566 * gdb.python/py-type.exp: Add a couple test about empty
12567 array creation, and negative-length array creation.
12568
cc73dbcc
DE
125692015-01-02 Doug Evans <xdje42@gmail.com>
12570
12571 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12572
0300bbc7
DE
125732015-01-02 Doug Evans <dje@google.com>
12574
12575 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12576
9d85a0ec
YQ
125772014-12-29 Yao Qi <yao@codesourcery.com>
12578
12579 * gdb.trace/entry-values.exp: Update comments. Rename variable
12580 bar_call_foo to returned_from_foo.
12581
87186c6a
MMN
125822014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12583
12584 PR gdb/17394
12585 * gdb.linespec/break-asm-file.c: New file.
12586 * gdb.linespec/break-asm-file.exp: New file.
12587 * gdb.linespec/break-asm-file0.s: New file.
12588 * gdb.linespec/break-asm-file1.s: New file.
12589
1bab7383
YQ
125902014-12-18 Nigel Stephens <nigel@mips.com>
12591 Maciej W. Rozycki <macro@codesourcery.com>
12592
12593 * gdb.base/float.exp: Handle the new output from "info float" on
12594 MIPS targets.
12595
1bc1068a
JK
125962014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12597
12598 Fix MinGW compilation.
12599 * gdb.compile/compile-ops.exp: Update untested message if
12600 !skip_compile_feature_tests.
12601 * gdb.compile/compile-setjmp.exp: Likewise.
12602 * gdb.compile/compile-tls.exp: Likewise.
12603 * gdb.compile/compile.exp: Likewise.
12604 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12605 supported on this host".
12606
b6615d10
DE
126072014-12-16 Doug Evans <xdje42@gmail.com>
12608
12609 * boards/stabs.exp: New file.
12610
25dda427
AA
126112014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12612
12613 * gdb.base/completion.exp: Adjust to format changes of "maint
12614 print user-registers".
12615
bf330350
CU
126162014-12-16 Catalin Udma <catalin.udma@freescale.com>
12617
12618 PR server/17457
12619 * gdb.arch/aarch64-fp.c: New file.
12620 * gdb.arch/aarch64-fp.exp: New file.
12621
395cf596
SDJ
126222014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12623
12624 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12625 r210637, r210913, r211666, r215400, r215817).
12626
12627 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12628 * dg-extract-results.py: New file.
12629 * dg-extract-results.sh: Use it if the environment seems
12630 suitable.
12631
12632 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12633
12634 * dg-extract-results.py (parse_run): Handle warnings that
12635 are printed before a test harness is run.
12636
12637 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12638
12639 * dg-extract-results.py (Named): Remove __cmp__ method.
12640 (output_variation): Use a key to sort variation.harnesses.
12641
12642 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12643
12644 * dg-extract-results.py: For Python 3, force sys.stdout to
12645 handle surrogate escape sequences.
12646 (safe_open): New function.
12647 (output_segment, main): Use it.
12648
12649 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12650
12651 * dg-extract-results.py (Prog.result_re): Include options
12652 in test name.
12653
12654 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12655
12656 * dg-extract-results.py (output_variation): Always sort if
12657 do_sum.
12658
e882ef3c
SM
126592014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12660
12661 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12662 as long as we get pagination notifications.
12663
4992aa20
JM
126642014-12-15 Jason Merrill <jason@redhat.com>
12665
12666 * Makefile.in (check-gdb.%): Restore.
12667 * README: Mention it.
12668
c1b5a1a6
JB
126692014-12-13 Joel Brobecker <brobecker@adacore.com>
12670
12671 * gdb.ada/str_uninit: New testcase.
12672
5537b577
JK
126732014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12674
12675 PR symtab/17642
12676 * gdb.base/vla-stub-define.c: New file.
12677 * gdb.base/vla-stub.c: New file.
12678 * gdb.base/vla-stub.exp: New file.
12679
bb2ec1b3
TT
126802014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12681 Jan Kratochvil <jan.kratochvil@redhat.com>
12682 Tom Tromey <tromey@redhat.com>
12683
12684 * configure.ac: Add gdb.compile/.
12685 * configure: Regenerate.
12686 * gdb.compile/Makefile.in: New file.
12687 * gdb.compile/compile-ops.exp: New file.
12688 * gdb.compile/compile-ops.c: New file.
12689 * gdb.compile/compile-tls.c: New file.
12690 * gdb.compile/compile-tls.exp: New file.
12691 * gdb.compile/compile-constvar.S: New file.
12692 * gdb.compile/compile-constvar.c: New file.
12693 * gdb.compile/compile-mod.c: New file.
12694 * gdb.compile/compile-nodebug.c: New file.
12695 * gdb.compile/compile-setjmp-mod.c: New file.
12696 * gdb.compile/compile-setjmp.c: New file.
12697 * gdb.compile/compile-setjmp.exp: New file.
12698 * gdb.compile/compile-shlib.c: New file.
12699 * gdb.compile/compile.c: New file.
12700 * gdb.compile/compile.exp: New file.
12701 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12702
4ff709eb
TT
127032014-12-12 Tom Tromey <tromey@redhat.com>
12704
12705 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12706 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12707
6dddd6a5
DE
127082014-12-12 Doug Evans <dje@google.com>
12709
12710 * lib/gdb-python.exp (get_python_valueof): New function.
12711 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12712
71c24708
AA
127132014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12714
12715 * gdb.base/completion.exp: Add test for completion of "info
12716 registers ".
12717
3e29f34a
MR
127182014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12719
12720 * gdb.base/func-ptrs.c: New file.
12721 * gdb.base/func-ptrs.exp: New file.
12722
fc126975
SM
127232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12724
12725 PR breakpoints/17012
12726 * gdb.base/dprintf-detach.c: New file.
12727 * gdb.base/dprintf-detach.exp: New file.
12728
0a46d518
SM
127292014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12730
12731 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12732 * lib/gdb.exp (target_is_gdbserver): New procedure.
12733
a0be3e44
DE
127342014-12-08 Doug Evans <dje@google.com>
12735
12736 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12737
df1b803a
YQ
127382014-12-05 Yao Qi <yao@codesourcery.com>
12739
12740 * gdb.guile/scm-error.exp: Remove the third argument to
12741 gdb_remote_download.
12742 * gdb.guile/scm-frame-args.exp: Likewise.
12743 * gdb.guile/scm-section-script.exp: Likewise.
12744
ddb9f679
YQ
127452014-12-05 Yao Qi <yao@codesourcery.com>
12746
12747 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12748
86e4ed39
DE
127492014-12-04 Doug Evans <dje@google.com>
12750
12751 * gdb.python/py-objfile.exp: Add tests for
12752 objfile.add_separate_debug_file.
12753
7c50a931
DE
127542014-12-04 Doug Evans <dje@google.com>
12755
12756 * lib/gdb.exp (get_build_id): New function.
12757 (build_id_debug_filename_get): Rewrite to use it.
12758 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12759
621661e3
MR
127602014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12761
12762 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12763 `method(long)', not just 0x0.
12764 * gdb.cp/nsalias.exp: Align code labels to 4.
12765 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12766 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12767 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12768 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12769 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12770 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12771
29f0c3b7
DE
127722014-12-02 Doug Evans <dje@google.com>
12773
e1e061e7 12774 PR symtab/17602
29f0c3b7 12775 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 12776 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
12777 * gdb.cp/anon-ns.exp: Update.
12778
162078c8
NB
127792014-12-02 Nick Bull <nicholaspbull@gmail.com>
12780
12781 * gdb.python/py-events.py (inferior_call_handler): New.
12782 (register_changed_handler, memory_changed_handler): New.
12783 (test_events.invoke): Register new handlers.
12784 * gdb.python/py-events.exp: Add tests for inferior call,
12785 memory_changed and register_changed events.
12786
fdb09caf
AA
127872014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12788
12789 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12790 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12791 if the linker doesn't understand this.
12792
55cfb2c4
SM
127932014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12794
12795 * gdb.python/python.exp: Change expected reply to help().
12796
9e8cd6df
YQ
127972014-12-01 Yao Qi <yao@codesourcery.com>
12798
12799 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12800 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12801 * configure: Re-generated.
12802
6c659fc2
SC
128032014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12804
12805 * gdb.cp/chained-calls.cc: New file.
12806 * gdb.cp/chained-calls.exp: New file.
12807 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12808
d7fc3181
SM
128092014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12810
12811 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12812 * gdb.dwarf2/symtab-producer.exp: Same.
12813 * gdb.gdb/python-interrupts.exp: Same.
12814 * gdb.gdb/python-selftest.exp: Same.
12815 * gdb.python/py-linetable.exp: Same.
12816 * gdb.python/py-type.exp: Same.
12817 * gdb.python/py-value-cc.exp: Same.
12818 * gdb.python/py-value.exp: Same.
12819
10e79639
YQ
128202014-11-28 Yao Qi <yao@codesourcery.com>
12821
12822 * gdb.base/break-probes.exp: Match library name prefixed with
12823 sysroot.
12824
f28a0564
SM
128252014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12826
12827 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12828 test expected output. Add parentheses for the call to print.
12829 Remove L suffix from integers.
12830
3fe1ce1d
DE
128312014-11-26 Doug Evans <dje@google.com>
12832
12833 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12834
84429e27
YQ
128352014-11-22 Yao Qi <yao@codesourcery.com>
12836
12837 * gdb.trace/entry-values.c: Remove asms.
12838 (foo): Add foo_label.
12839 (bar): Add bar_label.
12840 * gdb.trace/entry-values.exp: Remove code computing foo's
12841 length and bar's length.
12842 (Dwarf::assemble): Invoke function_range for bar and use
12843 MACRO_AT_func for foo.
12844
26741859
YQ
128452014-11-22 Yao Qi <yao@codesourcery.com>
12846
12847 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12848 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12849 Use .Lgcc43_procstart instead of gcc43.
12850
45e44d27
JB
128512014-11-21 Joel Brobecker <brobecker@adacore.com>
12852
12853 * gdb.ada/n_arr_bound: New testcase.
12854
458c8db8
SDJ
128552014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12856
12857 PR breakpoints/10737
12858 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12859 test_catch_syscall_multi_arch.
12860 (test_catch_syscall_multi_arch): New function.
12861
43f3e411
DE
128622014-11-20 Doug Evans <xdje42@gmail.com>
12863
12864 * gdb.base/maint.exp: Update expected output.
12865
0d7b2549
AA
128662014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12867
12868 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12869 4-byte instruction on S390.
12870
8908fca5
JB
128712014-11-19 Joel Brobecker <brobecker@adacore.com>
12872
12873 * gdb.ada/arr_arr: New testcase.
12874
4a46959e
JB
128752014-11-19 Joel Brobecker <brobecker@adacore.com>
12876
12877 * gdb.ada/pkd_arr_elem: New Testcase.
12878
470e2f4e
LM
128792014-11-18 Luis Machado <lgustavo@codesourcery.com>
12880
12881 * gdb.reverse/break-precsave: Expect completion message for
12882 core file reads.
12883 * gdb.reverse/consecutive-precsave.exp: Likewise.
12884 * gdb.reverse/finish-precsave.exp: Likewise.
12885 * gdb.reverse/i386-precsave.exp: Likewise.
12886 * gdb.reverse/machinestate-precsave.exp: Likewise.
12887 * gdb.reverse/sigall-precsave.exp: Likewise.
12888 * gdb.reverse/solib-precsave.exp: Likewise.
12889 * gdb.reverse/step-precsave.exp: Likewise.
12890 * gdb.reverse/until-precsave.exp: Likewise.
12891 * gdb.reverse/watch-precsave.exp: Likewise.
12892
a267f3ad
AA
128932014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12894
12895 * gdb.base/bp-permanent.c: Include unistd.h.
12896 * gdb.python/py-framefilter-mi.c (main): Add return type.
12897 * gdb.python/py-framefilter.c (main): Likewise.
12898 * gdb.trace/actions-changed.c (main): Likewise.
12899
12084a9a
AA
129002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12901
12902 * gdb.mi/until.c: Add eye-catchers.
12903 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12904 line numbers.
12905
dc7e1a77
AA
129062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12907
12908 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12909 function header variants in break1.c.
12910 * gdb.base/ena-dis-br.exp: Likewise.
12911 * gdb.base/hbreak2.exp: Likewise.
12912 * gdb.reverse/until-precsave.exp: Drop references to removed
12913 non-prototype function header variants in ur1.c.
12914 * gdb.reverse/until-reverse.exp: Likewise.
12915
41c77605
PM
129162014-11-17 Petr Machata <pmachata@redhat.com>
12917
12918 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12919 ${_cu_offset_size} bytes abbrev offset.
12920
34248c3a
DE
129212014-11-15 Doug Evans <xdje42@gmail.com>
12922
12923 PR symtab/17559
12924 * gdb.base/line-symtabs.exp: New file.
12925 * gdb.base/line-symtabs.c: New file.
12926 * gdb.base/line-symtabs.h: New file.
12927
646da059
YQ
129282014-11-14 Yao Qi <yao@codesourcery.com>
12929
12930 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12931 (func): Add label func_label.
12932 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12933 Replace low_pc and high_pc with MACRO_AT_range.
12934 Replace name, low_pc and high_pc with MACRO_AT_func.
12935
9301ebe6
YQ
129362014-11-14 Yao Qi <yao@codesourcery.com>
12937
12938 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12939 Replace name, low_pc and high_pc with MACRO_AT_func.
12940
f166b542
YQ
129412014-11-14 Yao Qi <yao@codesourcery.com>
12942
12943 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12944 produce debug information.
12945 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12946
0f6e71e3
YQ
129472014-11-14 Yao Qi <yao@codesourcery.com>
12948
12949 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12950 object and get function length.
12951 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12952 with MACRO_AT_func.
12953 (top-level): Replace gdb_compile and clean_restart with
12954 prepare_for_testing.
12955 * gdb.dwarf2/main.c (main): Add label main_label.
12956
876c4df9
YQ
129572014-11-14 Yao Qi <yao@codesourcery.com>
12958
12959 * lib/dwarf.exp (function_range): New procedure.
12960 (Dwarf::_handle_macro_at_func): New procedure.
12961 (Dwarf::_handle_macro_at_range): New procedure.
12962 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12963
02ad9cf1
YQ
129642014-11-14 Yao Qi <yao@codesourcery.com>
12965
12966 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12967 (_handle_attribute): New procedure.
12968
a59add0c
AA
129692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12970
12971 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12972 * gdb.base/call-sc.c (zed): Likewise.
12973 * gdb.base/checkpoint.c (main): Likewise.
12974 * gdb.base/dump.c (main): Likewise.
12975 * gdb.base/gcore.c (main): Likewise.
12976 * gdb.base/huge.c (main): Likewise.
12977 * gdb.base/multi-forks.c (main): Likewise.
12978 * gdb.base/pr10179-a.c (main): Likewise.
12979 * gdb.base/savedregs.c (main): Likewise.
12980 * gdb.base/sigaltstack.c (main): Likewise.
12981 * gdb.base/siginfo.c (main): Likewise.
12982 * gdb.base/structs.c (zed): Likewise.
12983 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12984 * gdb.mi/mi-syn-frame.c (main): Likewise.
12985 * gdb.mi/until.c (foo, main): Likewise.
12986 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12987 * gdb.base/solib-weak.c (foo): Declare.
12988 * gdb.base/attach-twice.c: Include stdio.h.
12989 * gdb.base/weaklib1.c: Likewise.
12990 * gdb.base/weaklib2.c: Likewise.
12991 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12992 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12993 unistd.h.
12994 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12995 * gdb.mi/mi-exit-code.c: Likewise.
12996 * gdb.base/break-interp-lib.c: Include string.h.
12997 * gdb.base/coremaker.c: Likewise.
12998 * gdb.base/testenv.c: Likewise.
12999 * gdb.python/py-finish-breakpoint.c: Likewise.
13000 * gdb.base/inferior-died.c: Include sys/wait.h.
13001 * gdb.base/fileio.c: Include time.h.
13002 * gdb.base/async-shell.c: Include unistd.h.
13003 * gdb.base/dprintf-non-stop.c: Likewise.
13004 * gdb.base/info-os.c: Likewise.
13005 * gdb.mi/mi-console.c: Likewise.
13006 * gdb.mi/watch-nonstop.c: Likewise.
13007 * gdb.python/py-events.c: Likewise.
13008 * gdb.base/async.c (baz): Move up before its invocation.
13009 * gdb.base/code_elim2.c (my_global_func): Likewise.
13010 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13011 * gdb.base/advance.c (func2): Likewise.
13012
3b5d5997
AA
130132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13014
13015 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13016 variant.
13017 * gdb.base/annota3.c: Likewise.
13018 * gdb.base/async.c: Likewise.
13019 * gdb.base/average.c: Likewise.
13020 * gdb.base/call-ar-st.c: Likewise.
13021 * gdb.base/call-rt-st.c: Likewise.
13022 * gdb.base/call-sc.c: Likewise.
13023 * gdb.base/call-strs.c: Likewise.
13024 * gdb.base/ending-run.c: Likewise.
13025 * gdb.base/execd-prog.c: Likewise.
13026 * gdb.base/exprs.c: Likewise.
13027 * gdb.base/foll-exec.c: Likewise.
13028 * gdb.base/foll-fork.c: Likewise.
13029 * gdb.base/foll-vfork.c: Likewise.
13030 * gdb.base/funcargs.c: Likewise.
13031 * gdb.base/gcore.c: Likewise.
13032 * gdb.base/jump.c: Likewise.
13033 * gdb.base/langs0.c: Likewise.
13034 * gdb.base/langs1.c: Likewise.
13035 * gdb.base/langs2.c: Likewise.
13036 * gdb.base/mips_pro.c: Likewise.
13037 * gdb.base/nodebug.c: Likewise.
13038 * gdb.base/opaque0.c: Likewise.
13039 * gdb.base/opaque1.c: Likewise.
13040 * gdb.base/recurse.c: Likewise.
13041 * gdb.base/run.c: Likewise.
13042 * gdb.base/scope0.c: Likewise.
13043 * gdb.base/scope1.c: Likewise.
13044 * gdb.base/setshow.c: Likewise.
13045 * gdb.base/setvar.c: Likewise.
13046 * gdb.base/shmain.c: Likewise.
13047 * gdb.base/shr1.c: Likewise.
13048 * gdb.base/shr2.c: Likewise.
13049 * gdb.base/sigall.c: Likewise.
13050 * gdb.base/signals.c: Likewise.
13051 * gdb.base/so-indr-cl.c: Likewise.
13052 * gdb.base/solib2.c: Likewise.
13053 * gdb.base/structs.c: Likewise.
13054 * gdb.base/sum.c: Likewise.
13055 * gdb.base/vforked-prog.c: Likewise.
13056 * gdb.base/watchpoint.c: Likewise.
13057 * gdb.reverse/shr2.c: Likewise.
13058 * gdb.reverse/until-reverse.c: Likewise.
13059 * gdb.reverse/ur1.c: Likewise.
13060 * gdb.reverse/watch-reverse.c: Likewise.
13061
066a77c5
AA
130622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13063
13064 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13065 variant.
13066 * gdb.base/sepdebug.exp: Drop references to removed code.
13067
4f204ea5
AA
130682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13069
13070 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13071 variant. Preserve original line numbering.
13072 * gdb.base/list1.c: Likewise.
13073
3b377a3a
AA
130742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13075
13076 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13077 variant.
13078 * gdb.base/break1.c: Likewise.
13079 * gdb.base/break.exp: Drop references to removed code.
13080
e444df73
AA
130812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13082
13083 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13084 variant.
13085
8008f2a7
AA
130862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13087
13088 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13089
a5a06887
AA
130902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13091
13092 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13093 logic into perform_all_tests() and invoke it with and without
13094 function header prototypes.
13095 (do_function_calls): Remove conditional XFAIL for PR 5318.
13096 (rerun_and_prepare): Remove duplicate code.
13097 (perform_all_tests): New. Main logic moved here.
13098
44dba9b9
AA
130992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13100
13101 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13102 code guarded by #ifdef NO_PROTOTYPES.
13103 (t_double_many_args): Likewise.
13104 (DEF_FUNC_MANY_ARGS_1): Likewise.
13105 (DEF_FUNC_VALUES_1): Likewise.
13106 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13107 guarded by #ifdef PROTOTYPES.
13108
d1fbcd56
AA
131092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13110
13111 * gdb.mi/mi-console.c: Add eye-catcher.
13112 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13113 instead of literal line number.
13114
b0e59b8f
AA
131152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13116
13117 * gdb.base/shr2.c: Add eye-catcher.
13118 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13119 line number.
13120
78f98cca
AA
131212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13122
13123 * gdb.base/jump.c: Add eye-catchers.
13124 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13125 numbers.
13126
58fa2af0
AA
131272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13128
13129 * gdb.base/execd-prog.c: Add eye-catchers.
13130 * gdb.base/foll-exec.c: Likewise.
13131 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13132 line numbers.
13133
04e5059b
AA
131342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13135
13136 * gdb.base/ending-run.c: Add eye-catchers.
13137 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13138 literal line numbers.
13139
dbfdb174
AA
131402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13141
13142 * gdb.base/call-rt-st.c: Add eye-catchers.
13143 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13144 literal line numbers.
13145
888a2ade
AA
131462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13147
13148 * gdb.base/call-ar-st.c: Add eye-catchers.
13149 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13150 literal line numbers.
13151
6acc2dde
AA
131522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13153
13154 * gdb.base/average.c: Add eye-catchers.
13155 * gdb.base/sum.c: Likewise.
13156 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13157 regexps dynamically.
13158
9ecfcd1d
AA
131592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13160
13161 * gdb.base/solib1.c: Add eye-catchers.
13162 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13163 literal line numbers.
13164
78708b7c
PA
131652014-11-12 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13168 leader has exited.
13169
af48d08f
PA
131702014-11-12 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.arch/i386-bp_permanent.c: New file.
13173 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13174 (srcfile): Set to i386-bp_permanent.c.
13175 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13176 that stepi does not execute the 'leave' instruction, instead of
13177 testing it does execute.
13178 * gdb.base/bp-permanent.c: New file.
13179 * gdb.base/bp-permanent.exp: New file.
13180
af3768e9
DE
131812014-11-10 Doug Evans <xdje42@gmail.com>
13182
13183 PR symtab/17564
13184 * gdb.base/symtab-search-order.exp: New file.
13185 * gdb.base/symtab-search-order.c: New file.
13186 * gdb.base/symtab-search-order-1.c: New file.
13187 * gdb.base/symtab-search-order-shlib-1.c: New file.
13188
9de00a4a
PA
131892014-11-07 Pedro Alves <palves@redhat.com>
13190
13191 PR gdb/17511
13192 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13193 i?86-*-linux*.
13194
e0f52461
SC
131952014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13196
13197 PR c++/17494
13198 * gdb.cp/pr17494.cc: New file.
13199 * gdb.cp/pr17494.exp: New file.
13200
6ce8c980
YQ
132012014-11-02 Yao Qi <yao@codesourcery.com>
13202
13203 * gdb.python/python.exp: Get working directory and match the
13204 output of "set extended-prompt \\w " with it.
13205
02be9a71
DE
132062014-10-30 Doug Evans <dje@google.com>
13207
13208 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13209 in objfiles.
13210 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13211 in progspaces.
13212
3bdff46b
LM
132132014-10-30 Janis Johnson <janisjo@codesourcery.com>
13214
13215 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13216 * gdb.base/realname-expand.exp: Likewise.
13217 * gdb.linespec/macro-relative.exp: Likewise.
13218
ab917dfb
PA
132192014-10-29 Pedro Alves <palves@redhat.com>
13220
13221 PR gdb/17408
13222 * gdb.threads/schedlock.c (some_function): New function.
13223 (call_function): New global.
13224 (MAYBE_CALL_SOME_FUNCTION): New macro.
13225 (thread_function): Call it.
13226 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13227 and use it instead of a global counter. Adjust all callers.
13228 (get_current_thread): Use "find current thread" for test message
13229 here rather than having all callers pass down the same string.
13230 (goto_loop): New procedure, factored out from ...
13231 (my_continue): ... this.
13232 (step_ten_loops): Change parameter from test message to command to
13233 use. Adjust.
13234 (list_count): Delete global.
13235 (check_result): New procedure, factored out from duplicate top
13236 level code.
13237 (continue tests): Wrap in with_test_prefix.
13238 (test_step): New procedure, factored out from duplicate top level
13239 code.
13240 (top level): Test "step" in combination with all scheduler-locking
13241 modes. Test "next" in combination with all scheduler-locking
13242 modes, and in combination with stepping over a function call or
13243 not.
13244 * gdb.threads/next-bp-other-thread.c: New file.
13245 * gdb.threads/next-bp-other-thread.exp: New file.
13246
d3d4baed
PA
132472014-10-29 Pedro Alves <palves@redhat.com>
13248
13249 PR python/17372
13250 * gdb.python/python.exp: Test a multi-line command that spawns
13251 interactive Python.
13252 * gdb.base/multi-line-starts-subshell.exp: New file.
13253
563e8d85
YQ
132542014-10-29 Yao Qi <yao@codesourcery.com>
13255
13256 * gdb.base/fileio.exp: Make directories on host.
13257
0ea4d52e
YQ
132582014-10-29 Yao Qi <yao@codesourcery.com>
13259
13260 * gdb.base/fileio.c (test_write): Close the file.
13261
7f5ef605
PA
132622014-10-28 Pedro Alves <palves@redhat.com>
13263
13264 PR gdb/12623
13265 * gdb.base/sigstep.c (no_handler): New global.
13266 (main): If 'no_handler is true, set the signal handlers to
13267 SIG_IGN.
13268 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13269 with_sw_watch and no_handler parameters. Handle them.
13270 (top level) <stepping over handler when stopped at a breakpoint
13271 test>: Add a test axis for testing with a software watchpoint, and
13272 another for testing with the signal handler set to SIG_IGN.
13273 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13274 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13275
abbdbd03
PA
132762014-10-28 Pedro Alves <palves@redhat.com>
13277
13278 PR gdb/17511
13279 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13280 * gdb.base/sigstep.exp (other_handler_location): New global.
13281 (advance): Support stepping into the signal handler, and running
13282 commands while in the handler.
13283 (in_handler_map): New global.
13284 (top level): In the advance test, add combinations for getting
13285 into the handler with stepping commands, and for running commands
13286 in the handler. Add comment descripting the advancei tests.
13287
1df4399f
PA
132882014-10-28 Pedro Alves <palves@redhat.com>
13289
13290 * gdb.base/sigstep.exp: Use build_executable instead of
13291 prepare_for_testing.
13292 (top level): Move code that starts GDB, runs to main and creates a
13293 display to ...
13294 (restart): ... this new procedure.
13295 (top level): Move backtrace from signal handler test to ...
13296 (validate_backtrace): ... this new procedure.
13297 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13298 with_test_prefix. Always restart GDB.
13299 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13300 with_test_prefix. Always restart GDB. No need to delete
13301 breakpoints after the test.
13302 (test_skip_handler): Remove prefix parameter.
13303 (skip_over_handler, breakpoint_to_handler)
13304 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13305 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13306 restart GDB. No need to delete breakpoints after the test.
13307 (top level): Use foreach to call the test procedures with
13308 different commands.
13309
a5b6e449
PA
133102014-10-28 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13313 instead of GNATS numbers.
13314 * gdb.base/sigbpt.exp: Likewise.
13315 * gdb.base/siginfo.exp: Likewise.
13316 * gdb.base/sigstep.exp: Likewise.
13317
e5f8a7cc
PA
133182014-10-27 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.base/sigstep.c (dummy): New global.
13321 (main): Issue a couple writes to the new global.
13322 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13323 procedures.
13324 (skip_over_handler): Use test_skip_handler.
13325 (top level): Call skip_over_handler for stepi and nexti too.
13326 (breakpoint_over_handler): Use test_skip_handler.
13327 (top level): Call breakpoint_over_handler for stepi and nexti too.
13328
763905a3
YQ
133292014-10-27 Yao Qi <yao@codesourcery.com>
13330
13331 * gdb.trace/tfile.c (adjust_function_address)
13332 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13333 function descriptor.
13334
6f259a23
DB
133352014-10-24 Don Breazeal <donb@codesourcery.com>
13336
13337 * gdb.base/foll-fork.exp (test_follow_fork,
13338 catch_fork_child_follow): Check for updated fork messages emitted
13339 from infrun.c.
13340 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13341 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13342 vfork_and_exec_child_follow_through_step): Check for updated vfork
13343 messages emitted from infrun.c.
13344
09dd9a69
PA
133452014-10-24 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.base/corefile.exp: Remove references to ultrix.
13348 * gdb.base/interrupt.exp: Likewise.
13349 * gdb.base/whatis.exp: Likewise.
13350 * gdb.gdb/selftest.exp: Likewise.
13351 * gdb.threads/manythreads.exp: Likewise.
13352 * gdb.threads/print-threads.exp: Likewise.
13353 * gdb.threads/pthreads.exp:: Likewise.
13354 * gdb.threads/schedlock.exp: Likewise.
13355
3433cfa5
SC
133562014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13357
13358 * gdb.cp/non-trivial-retval.cc: Add a test case.
13359 * gdb.cp/non-trivial-retval.exp: Add a test.
13360
092f880b
YQ
133612014-10-20 Yao Qi <yao@codesourcery.com>
13362
13363 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13364 * gdb.python/py-objfile-script-gdb.py: New file.
13365 * gdb.python/py-objfile-script.exp: Update reference to
13366 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13367 of remote_download. Remove the dest file.
13368
acbdb7f3
YQ
133692014-10-20 Yao Qi <yao@codesourcery.com>
13370
13371 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13372 * gdb.base/step-line.exp: Likewise.
13373 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13374 * gdb.dwarf2/dw2-basic.exp: Likewise.
13375 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13376 * gdb.dwarf2/dw2-filename.exp: Likewise.
13377 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13378 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13379 * gdb.dwarf2/dw2-producer.exp: Likewise.
13380 * gdb.dwarf2/mac-fileno.exp: Likewise.
13381 * gdb.python/py-frame-args.exp: Likewise.
13382 * gdb.python/py-framefilter.exp: Likewise.
13383 * gdb.python/py-mi.exp: Likewise.
13384 * gdb.python/py-objfile-script.exp: Likewise
13385 * gdb.python/py-pp-integral.exp: Likewise.
13386 * gdb.python/py-pp-re-notag.exp: Likewise.
13387 * gdb.python/py-prettyprint.exp: Likewise.
13388 * gdb.python/py-section-script.exp: Likewise.
13389 * gdb.python/py-typeprint.exp: Likewise.
13390 * gdb.python/py-xmethods.exp: Likewise.
13391 * gdb.stabs/weird.exp: Likewise.
13392 * gdb.xml/tdesc-regs.exp: Likewise.
13393
bd286a29
KCY
133942014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13395
13396 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13397 (out_cu): Use addr_len for the size of addresses.
13398 (out_line): Likewise. Size DW_LNE_set_address instruction
13399 according to addr_len.
13400 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13401 (FUNC): Add START_INSNS to definition.
13402
673dc4a0
YQ
134032014-10-18 Yao Qi <yao@codesourcery.com>
13404
13405 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13406 gdb_has_argv0 return true.
13407 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13408 check [target_info exists noargs], check [gdb_has_argv0]
13409 instead.
13410 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13411 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13412 procedures.
13413
4ffbba72
DE
134142014-10-17 Doug Evans <dje@google.com>
13415
13416 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13417 event.
13418 * gdb.python/py-events.py: Add clear_objfiles event.
13419
d096d8c1
DE
134202014-10-17 Doug Evans <dje@google.com>
13421
13422 * gdb.python/py-objfile.exp: Test progspace attribute.
13423
a80db015
LM
134242014-10-17 Luis Machado <lgustavo@codesourcery.com>
13425
13426 * gdb.guile/scm-breakpoint.exp: Do not assume any
13427 directory separators when matching source file paths.
13428 * gdb.python/py-breakpoint.exp: Likewise.
13429 * gdb.reverse/break-precsave.exp: Likewise.
13430 * gdb.reverse/break-reverse.exp: Likewise.
13431 * gdb.reverse/consecutive-precsave.exp: Likewise.
13432 * gdb.reverse/finish-precsave.exp: Likewise.
13433 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13434 * gdb.reverse/finish-reverse.exp: Likewise.
13435 * gdb.reverse/i386-precsave.exp: Likewise.
13436 * gdb.reverse/i387-env-reverse.exp: Likewise.
13437 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13438 * gdb.reverse/machinestate-precsave.exp: Likewise.
13439 * gdb.reverse/machinestate.exp: Likewise.
13440 * gdb.reverse/sigall-precsave.exp: Likewise.
13441 * gdb.reverse/solib-precsave.exp: Likewise.
13442 * gdb.reverse/step-precsave.exp: Likewise.
13443 * gdb.reverse/until-precsave.exp: Likewise.
13444 * gdb.reverse/watch-precsave.exp: Likewise.
13445 * gdb.reverse/watch-reverse.exp: Likewise.
13446
b22089ab
YQ
134472014-10-17 Yao Qi <yao@codesourcery.com>
13448
13449 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13450 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13451
6c4486e6
PA
134522014-10-17 Pedro Alves <palves@redhat.com>
13453
13454 PR gdb/17471
13455 * gdb.base/bg-execution-repeat.c: New file.
13456 * gdb.base/bg-execution-repeat.exp: New file.
13457
0ff33695
PA
134582014-10-17 Pedro Alves <palves@redhat.com>
13459
13460 PR gdb/17300
13461 * gdb.base/continue-all-already-running.c: New file.
13462 * gdb.base/continue-all-already-running.exp: New file.
13463
6fdebc3d
PA
134642014-10-17 Pedro Alves <palves@redhat.com>
13465
13466 PR gdb/17472
13467 * gdb.base/annota-input-while-running.c: New file.
13468 * gdb.base/annota-input-while-running.exp: New file.
13469
32a8097b
PA
134702014-10-17 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.base/callfuncs.exp: emove references to osf.
13473 * gdb.base/sigall.exp: Likewise.
13474 * gdb.gdb/selftest.exp: Likewise.
13475 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13476 * gdb.mi/non-stop.c: Likewise.
13477 * gdb.mi/pthreads.c: Likewise.
13478 * gdb.reverse/sigall-precsave.exp: Likewise.
13479 * gdb.reverse/sigall-reverse.exp: Likewise.
13480 * gdb.threads/pthreads.c: Likewise.
13481 * gdb.threads/pthreads.exp: Likewise.
13482
7a3517ff
YQ
134832014-10-17 Yao Qi <yao@codesourcery.com>
13484
13485 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13486 check 'target_info exists noargs'.
13487 (test_command_prompt_position): Likewise.
13488 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13489 Remove "set args".
13490 (progvar_simple_while_test): Likewise.
13491 (progvar_complex_if_while_test): Likewise.
13492 (if_while_breakpoint_command_test): Likewise.
13493 (infrun_breakpoint_command_test): Likewise.
13494 (breakpoint_command_test): Likewise.
13495 (watchpoint_command_test): Likewise.
13496 (bp_deleted_in_command_test): Likewise.
13497 (temporary_breakpoint_commands): Likewise.
13498
bb99c472
YQ
134992014-10-16 Yao Qi <yao@codesourcery.com>
13500
13501 * gdb.base/remotetimeout.exp: Remove noargs checking.
13502
7c16b83e
PA
135032014-10-15 Pedro Alves <palves@redhat.com>
13504
13505 PR breakpoints/9649
13506 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13507 * gdb.base/breakpoint-in-ro-region.exp
13508 (probe_target_hardware_step): New procedure.
13509 (top level): Probe hardware stepping and hardware breakpoint
13510 support. Test stepping through a read-only region, with both
13511 "breakpoint auto-hw" on and off and both "always-inserted" on and
13512 off.
13513
35a49624
IB
135142014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13515
13516 * gdb.dlang/demangle.exp: Update for demangling changes.
13517
2d1c107c
SC
135182014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13519
13520 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13521 * gdb.cp/non-trivial-retval.exp: Add new tests.
13522
778811d5
SC
135232014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13524
13525 PR c++/13403
13526 PR c++/15154
13527 * gdb.cp/non-trivial-retval.cc: New file.
13528 * gdb.cp/non-trivial-retval.exp: New file.
13529
10c5f0a8
YQ
135302014-10-15 Yao Qi <yao@codesourcery.com>
13531
13532 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13533 remote host.
13534
65d7b369
YQ
135352014-10-15 Yao Qi <yao@codesourcery.com>
13536
13537 * gdb.python/py-symbol.exp: Match file base name if host is
13538 remote, otherwise match file name with dir name.
13539 * gdb.python/py-symtab.exp: Likewise.
13540 * gdb.python/python.exp: Likewise.
13541
46dc1394
YQ
135422014-10-15 Yao Qi <yao@codesourcery.com>
13543
13544 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13545 pattern.
13546 * gdb.python/py-symtab.exp: Likewise.
13547 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13548 locationn.
13549
c40cc657
JB
135502014-10-14 Joel Brobecker <brobecker@adacore.com>
13551
13552 * gdb.ada/addr_arith: New testcase.
13553
2abf49e1
MR
135542014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13555
13556 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13557 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13558 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13559 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13560
f7088df3
SDJ
135612014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13562
13563 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13564 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13565 * gdb.arch/stap-eval-lang-ada.exp: New file.
13566
4dc06805
YQ
135672014-10-14 Yao Qi <yao@codesourcery.com>
13568
13569 * gdb.mi/mi-var-child.c (nothing1): New function.
13570 (nothing2): New function.
13571 (do_children_tests): Set function pointers by nothing1 and
13572 nothing2.
13573 * gdb.mi/mi-var-child.exp: Step over new added statements.
13574 Update test to match the new output.
13575 * gdb.mi/var-cmd.c (nothing1): New function.
13576 (nothing2): New function.
13577 (do_children_tests): Set function pointers by nothing1 and
13578 nothing2.
13579 * gdb.mi/mi-var-display.exp: Update test to match output.
13580 Step to the line specified by $line_dct_nothing.
13581 Increase the number of lines to step.
13582
46a93de2
YQ
135832014-10-14 Yao Qi <yao@codesourcery.com>
13584
13585 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13586 tests.
13587 * gdb.mi/mi2-var-child.exp: Likewise.
13588
14ea52ee
DE
135892014-10-13 Doug Evans <dje@google.com>
13590
13591 * gdb.python/py-objfile.exp: Change name of file name test.
13592
e5c6e92b
DE
135932014-10-13 Doug Evans <dje@google.com>
13594
13595 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13596 from the start of the CU.
13597
c780cc2f
JK
135982014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13599 Yao Qi <yao@codesourcery.com>
13600
13601 Fix "save breakpoints" for "catch" command.
13602 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13603 Remove -nonewline. Match also the added "main" line.
13604
99894e11
JK
136052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 Fix "save breakpoints" for "disable $bpnum" command.
13608 * gdb.base/save-bp.c (main): Add label.
13609 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13610
6e1ac5a3
JK
136112014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13612
13613 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13614
754dd2b0
YQ
136152014-10-11 Yao Qi <yao@codesourcery.com>
13616
13617 * gdb.server/server-kill.exp: Execute command
13618 "set remote trace-status-packet on" before "tstatus".
13619
f90183d7
YQ
136202014-10-11 Yao Qi <yao@codesourcery.com>
13621
13622 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13623 (main): Call getppid.
13624 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13625 and continue to it. Read variable "server_pid".
13626
bf40a607
YQ
136272014-10-11 Yao Qi <yao@codesourcery.com>
13628
13629 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13630
052ca370
YQ
136312014-10-11 Yao Qi <yao@codesourcery.com>
13632
13633 * gdb.threads/thread-find.exp: Don't execute command
13634 "info threads".
13635 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13636 * gdb.threads/linux-dp.exp: Don't check the condition
13637 $threads_created equals to zero.
13638
3831839c
PA
136392014-10-10 Pedro Alves <palves@redhat.com>
13640
13641 * gdb.base/bigcore.exp: Remove references to IRIX.
13642 * gdb.base/funcargs.exp: Likewise.
13643 * gdb.base/interrupt.exp: Likewise.
13644 * gdb.base/mips_pro.exp: Likewise.
13645 * gdb.base/nodebug.exp: Likewise.
13646 * gdb.base/setvar.exp: Likewise.
13647 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13648
8b9a549d
PA
136492014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13650 Pedro Alves <palves@redhat.com>
13651
13652 PR symtab/14466
13653 * gdb.base/vdso-warning.c: New file.
13654 * gdb.base/vdso-warning.exp: New file.
13655
d48ba5e8
DE
136562014-10-02 Doug Evans <dje@google.com>
13657
13658 * gdb.base/structs.c (main): Don't run forever.
13659
2278c276
PA
136602014-10-02 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13663 (top level) <stop threads 1, stop threads 2>: Use it.
13664
b57bacec
PA
136652014-10-02 Pedro Alves <palves@redhat.com>
13666
13667 * gdb.threads/break-while-running.exp (test): Add new
13668 'update_thread_list' argument. Skip "info threads" if false.
13669 (top level): Add new 'update_thread_list' axis.
13670
13fd3ff3
PA
136712014-10-02 Pedro Alves <palves@redhat.com>
13672
13673 PR breakpoints/17431
13674 * gdb.base/execl-update-breakpoints.c: New file.
13675 * gdb.base/execl-update-breakpoints.exp: New file.
13676
0fec99e8
PA
136772014-10-01 Pedro Alves <palves@redhat.com>
13678
13679 * gdb.base/breakpoint-in-ro-region.c: New file.
13680 * gdb.base/breakpoint-in-ro-region.exp: New file.
13681
2ddf4301
SM
136822014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13683
13684 * gdb.mi/mi-exit-code.exp: New file.
13685 * gdb.mi/mi-exit-code.c: New file.
13686
6a5f3f43
YQ
136872014-09-30 Yao Qi <yao@codesourcery.com>
13688
13689 * lib/prelink-support.exp (build_executable_own_libs): Error if
13690 the target isn't native.
13691
345bcc73
YQ
136922014-09-30 Yao Qi <yao@codesourcery.com>
13693
13694 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13695 false.
13696
a25a5a45
PA
136972014-09-22 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.threads/break-while-running.exp: New file.
13700 * gdb.threads/break-while-running.c: New file.
13701
00ba3162
YQ
137022014-09-19 Yao Qi <yao@codesourcery.com>
13703
13704 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13705 Invoke test. Restart GDB with --readnow and invoke test again.
13706
c3b7b696
YQ
137072014-09-19 Yao Qi <yao@codesourcery.com>
13708
13709 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13710 proc set_breakpoint_on_gcd_function. Invoke
13711 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13712 invoke set_breakpoint_on_gcd_function again.
13713
2b4fd423
DE
137142014-09-18 Doug Evans <dje@google.com>
13715
13716 * gdb.dwarf2/symtab-producer.exp: New file.
13717
a5947601
SDJ
137182014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13719
13720 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13721 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13722 * gdb.base/global-var-nested-by-dso.c: Likewise.
13723 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13724
91c19059
SDJ
137252014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13726 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.base/watch-bitfields.exp: Pass string other than test file
13729 name to prepare_for_testing.
13730 (watch): New procedure.
13731 (expect_watchpoint): Use with_test_prefix.
13732 (top level): Factor out tests to ...
13733 (test_watch_location, test_regular_watch): ... these new
13734 procedures, and use with_test_prefix and gdb_continue_to_end.
13735
bb9d5f81
PP
137362014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13737
13738 PR breakpoints/12526
13739 * gdb.base/watch-bitfields.exp: New file.
13740 * gdb.base/watch-bitfields.c: New file.
13741
635856f5
PA
137422014-09-16 Pedro Alves <palves@redhat.com>
13743
13744 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13745 software and hardware addresses, not software address against
13746 itself.
13747
7280ceea
PA
137482014-09-16 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13751 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13752
428b16bd
PA
137532014-09-16 Pedro Alves <palves@redhat.com>
13754
13755 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13756 files.
13757 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13758 "*-*-vxworks*" throughout.
13759 * gdb.base/break.exp: Likewise.
13760 * gdb.base/default.exp: Likewise.
13761 * gdb.base/scope.exp: Likewise.
13762 * gdb.base/sepdebug.exp: Likewise.
13763 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13764 throughout.
13765 * gdb.base/run.c: Likewise.
13766 * gdb.base/sepdebug.c: Likewise.
13767 * gdb.hp/gdb.aCC/run.c: Likewise.
13768 * gdb.reverse/until-reverse.c: Likewise.
13769 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13770
666d413c
YQ
137712014-09-16 Yao Qi <yao@codesourcery.com>
13772
13773 * boards/local-remote-host-native.exp: New file.
13774
57cbd724
DE
137752014-09-14 Doug Evans <xdje42@gmail.com>
13776
13777 * gdb.threads/queue-signal.c (thread_count): New variable.
13778 (thread_count_mutex, thread_count_condvar): New variables.
13779 (incr_thread_count, wait_all_threads_running): New functions.
13780 (main): Wait for all threads to be in their thread functions.
13781
81219e53
DE
137822014-09-13 Doug Evans <xdje42@gmail.com>
13783
13784 * gdb.threads/queue-signal.c: New file.
13785 * gdb.threads/queue-signal.exp: New file.
13786
3714cea7
DE
137872014-09-13 Doug Evans <xdje42@gmail.com>
13788
13789 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13790 be consistent with what default_gdb_init uses.
13791 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13792 the plain text of the prompt. Add some logging printfs.
13793 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13794
fa43b1d7
PA
137952014-09-12 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13798 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13799 * gdb.arch/i386-size-overlap.exp: Likewise.
13800 * gdb.arch/i386-size.exp: Likewise.
13801 * gdb.arch/i386-unwind.exp: Likewise.
13802 * gdb.base/a2-run.exp: Likewise.
13803 * gdb.base/break.exp: Likewise.
13804 * gdb.base/charset.exp: Likewise.
13805 * gdb.base/chng-syms.exp: Likewise.
13806 * gdb.base/commands.exp: Likewise.
13807 * gdb.base/dbx.exp: Likewise.
13808 * gdb.base/find.exp: Likewise.
13809 * gdb.base/funcargs.exp: Likewise.
13810 * gdb.base/jit-simple.exp: Likewise.
13811 * gdb.base/reread.exp: Likewise.
13812 * gdb.base/sepdebug.exp: Likewise.
13813 * gdb.base/step-bt.exp: Likewise.
13814 * gdb.cp/mb-inline.exp: Likewise.
13815 * gdb.cp/mb-templates.exp: Likewise.
13816 * gdb.objc/basicclass.exp: Likewise.
13817 * gdb.threads/killed.exp: Likewise.
13818
9d9bf2df
EBM
138192014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13820
13821 PR tdep/17379
13822 * gdb.arch/powerpc-stackless.S: New file.
13823 * gdb.arch/powerpc-stackless.exp: New file.
13824
1cf2f1b0
JK
138252014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13826
13827 * gdb.base/attach.c: Include unistd.h.
13828 (main): Call alarm. Add label postloop.
13829 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13830 gdb_breakpoint, gdb_continue_to_breakpoint.
13831 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13832
98880d46
PA
138332014-09-11 Pedro Alves <palves@redhat.com>
13834
13835 PR gdb/17347
13836 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13837 * gdb.base/attach.exp (test_command_line_attach_run): New
13838 procedure.
13839 (top level): Call it.
13840
4c92ff2c
PA
138412014-09-11 Pedro Alves <palves@redhat.com>
13842
13843 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13844 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13845 (do_command_attach_tests): Use spawn_wait_for_attach.
13846 * gdb.base/solib-overlap.exp: Likewise.
13847 * gdb.multi/multi-attach.exp: Likewise.
13848 * gdb.python/py-prompt.exp: Likewise.
13849 * gdb.python/py-sync-interp.exp: Likewise.
13850 * gdb.server/ext-attach.exp: Likewise.
13851
3adc1a7d
GKB
138522014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13853
13854 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13855 command in testcase. Simplify testcase.
13856
96334934
JB
138572014-09-10 Joel Brobecker <brobecker@adacore.com>
13858
13859 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13860
eb479039
JB
138612014-09-10 Joel Brobecker <brobecker@adacore.com>
13862
13863 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13864
deede10c
JB
138652014-09-10 Joel Brobecker <brobecker@adacore.com>
13866
13867 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13868
7828a5f5
JB
138692014-09-10 Joel Brobecker <brobecker@adacore.com>
13870
13871 * gdb.dwarf2/dynarr-ptr.c: New file.
13872 * gdb.dwarf2/dynarr-ptr.exp: New file.
13873
33aeebcf
MR
138742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13875
13876 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13877 of 30 rather than hardcoding 120 for a slow test case. Take the
13878 `gdb,timeout' target setting into account for this calculation.
13879 Don't extend the timeout for the test cases that don't need it.
13880
7b415901
MR
138812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13882
13883 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13884 a factor of 2 for a slow test case. Take the `gdb,timeout'
13885 target setting into account for this calculation.
13886 * gdb.reverse/until-precsave.exp: Increase the timeout by
13887 a factor of 15 and 3 respectively rather than adding 120
13888 for a pair of slow test cases. Take the `gdb,timeout'
13889 target setting into account for this calculation.
13890
4a40f85a
MR
138912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13892
13893 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13894 timeout, don't pass one down to gdb_expect.
13895 (gdb_expect): Rework timeout selection.
13896
09635af7
MR
138972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13898
13899 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13900 exception on timeout.
13901 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13902 (gdbserver_start_extended): Catch any `gdbserver_start' error
13903 exceptions.
13904 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13905 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13906 `gdbserver_gdb_load' error exceptions.
13907
2bdd10b7
MR
139082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13909
13910 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13911 120 on waiting for the TCP socket to open.
13912
316935f0
DE
139132014-09-09 Doug Evans <xdje42@gmail.com>
13914
13915 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13916 _caller_matches, _any_caller_is, _any_caller_matches.
13917
83740597
DE
139182014-09-09 Doug Evans <xdje42@gmail.com>
13919
13920 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13921
4c122fc3
YQ
139222014-09-09 Yao Qi <yao@codesourcery.com>
13923
13924 * gdb.mi/mi-var-display.exp: Set print symbol off.
13925
a9f116cb
GKB
139262014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13927
13928 PR gdb/17035
13929 * gdb.base/commands.exp: Add tests to verify user-defined
13930 commands with empty bodies.
13931 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13932 python commands in `show user command`.
13933 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13934 scheme commands in `show user command`.
13935
c75bd3a2
JK
139362014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13937
13938 PR python/17355
13939 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13940 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13941 * gdb.python/py-framefilter-invalidarg.exp: New file.
13942 * gdb.python/py-framefilter-invalidarg.py: New file.
13943
faa42425
DE
139442014-09-06 Doug Evans <xdje42@gmail.com>
13945
13946 PR 15276
13947 * gdb.python/py-caller-is.c: New file.
13948 * gdb.python/py-caller-is.exp: New file.
13949
474ca4f6
SDJ
139502014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13951
13952 PR gdb/17235
13953 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13954 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13955
eb0b0463
SDJ
139562014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13957
13958 PR fortran/17237
13959 * gdb.fortran/print-formatted.exp: New file.
13960 * gdb.fortran/print-formatted.f90: Likewise.
13961
5f3b99cf
SS
139622014-09-03 Sasha Smundak <asmundak@google.com>
13963
13964 * gdb.python/py-frame.exp: Test Frame.read_register.
13965
7d793aa9
SDJ
139662014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13967
13968 PR python/16699
13969 * gdb.python/py-completion.exp: New file.
13970 * gdb.python/py-completion.py: Likewise.
13971
fb0576e9
DE
139722014-08-28 Doug Evans <dje@google.com>
13973
13974 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13975 eax,etc. are live with values set by gdb and thus the compiler can't
13976 use them.
13977 * gdb.arch/i386-pseudo.c (main): Ditto.
13978
ee92b0dd
DE
139792014-08-27 Doug Evans <dje@google.com>
13980
13981 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13982
6649db35
DE
139832014-08-25 Doug Evans <dje@google.com>
13984
13985 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13986 (main): Ditto.
13987
564b7600
DE
139882014-08-25 Doug Evans <dje@google.com>
13989
13990 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13991
3881fb67
YQ
139922014-08-24 Yao Qi <yao@codesourcery.com>
13993
13994 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13995 symbol off.
13996 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13997
a05a36a5
DE
139982014-08-22 Doug Evans <dje@google.com>
13999
14000 PR 17276
14001 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14002 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14003 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14004
7c343b48
YQ
140052014-08-22 Yao Qi <yao@codesourcery.com>
14006
14007 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14008 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14009 * gdb.python/python.exp: Likewise. Use .py file on the host
14010 instead of the build.
14011
22fd09ae
JK
140122014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14013
14014 * gdb.threads/gcore-stale-thread.c: New file.
14015 * gdb.threads/gcore-stale-thread.exp: New file.
14016
a8454a7c
PA
140172014-08-21 Pedro Alves <palves@redhat.com>
14018
14019 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14020 * gdb.base/gcore-relro-pie.exp: Likewise.
14021 * gdb.base/gcore-relro.exp: Likewise.
14022 * gdb.base/gcore.exp: Likewise.
14023 * gdb.base/print-symbol-loading.exp: Likewise.
14024 * gdb.threads/gcore-thread.exp: Likewise.
14025 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14026
2a31c623
PA
140272014-08-20 Pedro Alves <palves@redhat.com>
14028 Jan Kratochvil <jan.kratochvil@redhat.com>
14029
14030 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14031 configure.
14032 (EXPECT): Handle READ1 being set.
14033 (all): Depend on EXTRA_RULES.
14034 (check-read1, expect-read1, read1.so, read1): New rules.
14035 * README (Testsuite Parameters): Document the READ1 make variable.
14036 (Race detection): New section.
14037 * configure: Regenerate.
14038 * configure.ac: If build==host==target, and running under a
14039 GNU/glibc system, add read1 to the extra Makefile rules.
14040 (EXTRA_RULES): AC_SUBST it.
14041 * lib/read1.c: New file.
14042
d36430db
JB
140432014-08-20 Joel Brobecker <brobecker@adacore.com>
14044
14045 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14046 the handling of variables declared as a typedef to an array
14047 which a DW_AT_data_location attribute.
14048
9a0dc9e3
PA
140492014-08-19 Andrew Burgess <aburgess@broadcom.com>
14050 Pedro Alves <palves@redhat.com>
14051
14052 PR symtab/14604
14053 PR symtab/14605
14054 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14055 gdb_test.
14056
0718a8da
PA
140572014-08-19 Pedro Alves <palves@redhat.com>
14058
14059 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14060
13b448cd
YQ
140612014-08-19 Yao Qi <yao@codesourcery.com>
14062
14063 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14064 right line.
14065
1cbf5077
DB
140662014-08-18 David Blaikie <dblaikie@gmail.com>
14067
14068 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14069
bf0fae19
JB
140702014-08-18 Joel Brobecker <brobecker@adacore.com>
14071
14072 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14073 attribute in array range.
14074
3c8c5dcc
JB
140752014-08-18 Joel Brobecker <brobecker@adacore.com>
14076
14077 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14078
e66d4446
SC
140792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14080
14081 PR c++/17132
14082 * gdb.cp/pr17132.cc: New file.
14083 * gdb.cp/pr17132.exp: New file.
14084
940df408
SC
140852014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14086
14087 * gdb.python/py-xmethods.py (A_getarrayind)
14088 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14089 Use 'print' with function call syntax.
14090 (E_method_matcher.match): Fix tab vs space indentation mixup.
14091
ebcc6c3a
YQ
140922014-08-15 Yao Qi <yao@codesourcery.com>
14093
14094 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14095 false.
14096
775e0f04
YQ
140972014-08-15 Yao Qi <yao@codesourcery.com>
14098
14099 * gdb.cp/casts.exp: Set print symbol off.
14100 * gdb.cp/class2.exp: Likewise.
14101 * gdb.cp/overload.exp: Likewise.
14102 * gdb.cp/templates.exp: Likewise.
14103
d769e349
DE
141042014-08-11 Doug Evans <dje@google.com>
14105
14106 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14107 (test_load_shlib): Update.
14108
20c6f1e1
YQ
141092014-08-09 Yao Qi <yao@codesourcery.com>
14110
14111 * gdb.base/display.exp: Invoke is_address_zero_readable.
14112 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14113 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14114 * gdb.base/hbreak-unmapped.exp: Return if
14115 is_address_zero_readable returns true.
14116 * gdb.base/signest.exp: Likewise.
14117 * gdb.base/signull.exp: Likewise.
14118 * gdb.base/sigbpt.exp: Likewise.
14119 * gdb.guile/scm-disasm.exp: Do the test if
14120 is_address_zero_readable returns false.
14121 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14122 * gdb.python/py-arch.exp: Likewise.
14123 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14124 * lib/gdb.exp (is_address_zero_readable): New proc.
14125
5792e8e3
YQ
141262014-08-09 Yao Qi <yao@codesourcery.com>
14127
14128 PR testsuite/13443
14129 * gdb.mi/mi-var-display.exp: Make test messages unique.
14130
3cecbbbe
TT
141312014-08-04 Tom Tromey <tromey@redhat.com>
14132
14133 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14134 target 0".
14135
00b51ff5
TT
141362014-08-04 Tom Tromey <tromey@redhat.com>
14137
14138 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14139 "target_resume".
14140
6908c509
JB
141412014-08-01 Joel Brobecker <brobecker@adacore.com>
14142
14143 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14144 inner_vla_struct_object_size.
14145 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14146 as xfail.
14147
cc6563d2
PA
141482014-07-30 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14151 comment.
14152
7e09a223
YQ
141532014-07-29 Yao Qi <yao@codesourcery.com>
14154
14155 PR gdb/17206
14156 * gdb.base/until-nodebug.exp: New.
14157
7ebdbe92
DE
141582014-07-28 Doug Evans <xdje42@gmail.com>
14159
14160 PR guile/17203
14161 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14162 previously existing parameter, and previously ambiguously spelled
14163 parameter.
14164
fdb1adc6
WN
141652014-07-28 Will Newton <will.newton@linaro.org>
14166
14167 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14168
186fcde0
DE
141692014-07-26 Ludovic Courtès <ludo@gnu.org>
14170 Doug Evans <xdje42@gmail.com>
14171
14172 PR guile/17146
14173 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14174
70509625
PA
141752014-07-25 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.threads/signal-command-handle-nopass.c: New file.
14178 * gdb.threads/signal-command-handle-nopass.exp: New file.
14179 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14180 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14181 * gdb.threads/signal-delivered-right-thread.c: New file.
14182 * gdb.threads/signal-delivered-right-thread.exp: New file.
14183
c3f814a1
PA
141842014-07-25 Pedro Alves <palves@redhat.com>
14185
14186 * gdb.base/double-prompt-target-event-error.exp
14187 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14188 match.
14189 (cancel_pagination_in_target_event): Rework double prompt
14190 detection.
14191 * gdb.base/paginate-after-ctrl-c-running.exp
14192 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14193 <return>' match.
14194 * gdb.base/paginate-bg-execution.exp
14195 (test_bg_execution_pagination_return)
14196 (test_bg_execution_pagination_cancel): Remove '-notransfer
14197 <return>' matches.
14198 * gdb.base/paginate-execution-startup.exp
14199 (test_fg_execution_pagination_return)
14200 (test_fg_execution_pagination_cancel): Remove '-notransfer
14201 <return>' matches.
14202 * gdb.base/paginate-inferior-exit.exp
14203 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14204 match.
14205 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14206 * lib/gdb.exp (pagination_prompt): Run text through
14207 string_to_regexp.
14208 (gdb_test_multiple): Match $pagination_prompt instead of
14209 "<return>".
14210 (string_to_regexp): Move to lib/gdb-utils.exp.
14211
e214cf6c
JK
142122014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14213
14214 * gdb.arch/amd64-entry-value-paramref.S: New file.
14215 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14216 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14217 * gdb.arch/amd64-optimout-repeat.S: New file.
14218 * gdb.arch/amd64-optimout-repeat.c: New file.
14219 * gdb.arch/amd64-optimout-repeat.exp: New file.
14220
17d0c5c8
JK
142212014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14222
14223 PR gdb/17170
14224 * gdb.base/statistics.exp: New file.
14225
b8b8facf
DE
142262014-07-17 Doug Evans <dje@google.com>
14227
74b49205 14228 PR gdb/17170
b8b8facf
DE
14229 * gdb.base/maint.exp: Update testing of per-command stats.
14230
1b5d0ab3
PA
142312014-07-16 Pedro Alves <palves@redhat.com>
14232
14233 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14234 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14235 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14236 (tfile_write_buf): New functions.
14237 (add_memory_block): Rewrite using the above.
14238 (adjust_function_address): New function.
14239 (FUNCTION_ADDRESS): New macro.
14240 (write_basic_trace_file): Remove short_x local, and use
14241 tfile_write_16. Change type of func_addr local to unsigned long
14242 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14243 here. Cast argument of add_memory_block to char pointer.
14244 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14245 (main): Remove parameters.
14246 * gdb.trace/tfile.exp: Remove nowarnings.
14247
4d974e88
SM
142482014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14249
14250 * gdb.base/debug-expr.exp: Test string evaluation with
14251 "debug expression" on.
14252
41e99568
PA
142532014-07-15 Pedro Alves <palves@redhat.com>
14254
14255 * gdb.base/reread.exp: Use clean_restart.
14256
487d9753
PL
142572014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14258
14259 * gdb.arch/avr-flash-qualifer.c: New.
14260 * gdb.arch/avr-flash-qualifer.exp: New.
14261
cc1c52ad
PA
142622014-07-14 Pedro Alves <palves@redhat.com>
14263
14264 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14265 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14266
1e973570
PA
142672014-07-14 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.base/double-prompt-target-event-error.c: New file.
14270 * gdb.base/double-prompt-target-event-error.exp: New file.
14271
93d6eb10
PA
142722014-07-14 Pedro Alves <palves@redhat.com>
14273
14274 PR gdb/17072
14275 * gdb.base/paginate-inferior-exit.c: New file.
14276 * gdb.base/paginate-inferior-exit.exp: New file.
14277
0017922d
PA
142782014-07-14 Pedro Alves <palves@redhat.com>
14279
14280 PR gdb/17072
14281 * gdb.base/paginate-bg-execution.c: New file.
14282 * gdb.base/paginate-bg-execution.exp: New file.
14283
94696ad3
PA
142842014-07-14 Pedro Alves <palves@redhat.com>
14285
14286 PR gdb/17072
14287 * gdb.base/paginate-execution-startup.c: New file.
14288 * gdb.base/paginate-execution-startup.exp: New file.
14289 * lib/gdb.exp (pagination_prompt): New global.
14290 (default_gdb_spawn): New procedure, factored out from
14291 default_gdb_spawn.
14292 (default_gdb_start): Adjust to call default_gdb_spawn.
14293 (gdb_spawn): New procedure.
14294
bd293940
PA
142952014-07-14 Pedro Alves <palves@redhat.com>
14296
14297 * lib/gdb.exp (gdb_assert): New procedure.
14298 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14299
c933f875
PA
143002014-07-14 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.base/execution-termios.c: New file.
14303 * gdb.base/execution-termios.exp: New file.
14304
d98b7a16
TT
143052014-07-14 Tom Tromey <tromey@redhat.com>
14306
14307 * gdb.cp/vla-cxx.cc: New file.
14308 * gdb.cp/vla-cxx.exp: New file.
14309
548740d6
TT
143102014-07-14 Tom Tromey <tromey@redhat.com>
14311
14312 * gdb.reverse/rerun-prec.c: New file.
14313 * gdb.reverse/rerun-prec.exp: New file.
14314
a25eb028
MR
143152014-07-12 Maciej W. Rozycki <macro@mips.com>
14316 Maciej W. Rozycki <macro@codesourcery.com>
14317
14318 * lib/gdb-utils.exp: New file.
14319 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14320 inline `gdb_init_command' processing.
14321 (gdb_start_cmd): Likewise.
14322 * lib/mi-support.exp (mi_run_cmd): Likewise.
14323 * README: Document `gdb_init_command' and `gdb_init_commands'.
14324
218c2655
JK
143252014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14326
14327 Fix false FAIL running under a very long directory name.
14328 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14329 and "set print elements 10000". Twice.
14330
5401fde3
YQ
143312014-07-11 Yao Qi <yao@codesourcery.com>
14332
14333 * gdb.base/exprs.exp: "set print symbol off".
14334
e76126e8
PA
143352014-07-11 Pedro Alves <palves@redhat.com>
14336
14337 * gdb.threads/kill.c: New file.
14338 * gdb.threads/kill.exp: New file.
14339
2d6f0de6
YQ
143402014-07-10 Yao Qi <yao@codesourcery.com>
14341
14342 * gdb.trace/tfile.c (write_basic_trace_file)
14343 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14344 address written to trace file.
14345
7180e04a
PA
143462014-07-09 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.base/attach-wait-input.exp: New file.
14349 * gdb.base/attach-wait-input.c: New file.
14350
9a9a7608
AB
143512014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14352
14353 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14354 setting up test structures.
14355 (main): Call new test function.
14356 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14357 test function, continue into test function and walk test
14358 structures.
14359
161ac41e
YQ
143602014-07-02 Yao Qi <yao@codesourcery.com>
14361
14362 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14363 'bar_start' at the beginning of functions 'foo' and 'bar'
14364 respectively.
14365 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14366 instead of 'foo' and 'bar'.
14367
1f267ae3
MM
143682014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14369
14370 * gdb.btrace/segv.exp: New.
14371 * gdb.btrace/segv.c: New.
14372
2b239efb
LM
143732014-07-02 Luis Machado <lgustavo@codesourcery.com>
14374
14375 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14376 instruction.
14377
cf363f18
MW
143782014-06-30 Mark Wielaard <mjw@redhat.com>
14379
14380 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14381 vulture, vilify, villar): New volatile array constants.
14382 (vindictive, vegetation): New const volatile array constants.
14383 * gdb.base/volatile.exp: Test volatile and const volatile array
14384 types.
14385
aebf9d24
AA
143862014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14387
14388 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14389 target lacks support for awatch, rwatch, or hbreak.
14390
b67a2c6f
YQ
143912014-06-27 Yao Qi <yao@codesourcery.com>
14392
14393 * gdb.multi/dummy-frame-restore.exp: New.
14394 * gdb.multi/dummy-frame-restore.c: New.
14395
aef92902
MM
143962014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14397
14398 * gdb.btrace/gcore.exp: New.
14399
8e9db26e
PA
144002014-06-23 Pedro Alves <palves@redhat.com>
14401
14402 * gdb.base/watchpoint-reuse-slot.c: New file.
14403 * gdb.base/watchpoint-reuse-slot.exp: New file.
14404
70afc5b7
SC
144052014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14406
14407 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14408 progspace's filename in 'info', 'enable' and 'disable' command
14409 tests.
14410
b972bd9c
JK
144112014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14412
14413 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14414 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14415 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14416
125f8a3d
GB
144172014-06-20 Gary Benson <gbenson@redhat.com>
14418
14419 * gdb.arch/i386-avx.exp: Fix include file location.
14420 * gdb.arch/i386-sse.exp: Likewise.
14421
3ed9baed
IB
144222014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14423
14424 * gdb.dlang/expression.exp: New file.
14425
034f788c
PA
144262014-06-19 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14429 out from ...
14430 (top level): ... here. Iterate running tests under different
14431 scheduler-locking settings.
14432
45371d0c
LM
144332014-06-18 Luis Machado <lgustavo@codesourcery.com>
14434
14435 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14436 to DW_FORM_addr and use non-zero addresses.
14437
5d376983
SC
144382014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14439
14440 PR gdb/17017
14441 * gdb.python/py-xmethods.cc: Add global function call counters and
14442 increment them in their respective functions. Remove "cout"
14443 statements.
14444 * gdb.python/py-xmethods.exp: Make tests check the global function
14445 call counters instead of depending on inferior IO.
14446
a1aa2221
LM
144472014-06-18 Don Breazeal <donb@codesourcery.com>
14448
14449 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14450 Deleted procedure.
14451 (explicit_fork_parent_follow): Deleted procedure.
14452 (explicit_fork_child_follow): Deleted procedure.
14453 (test_follow_fork): New procedure.
14454 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14455 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14456 procedure calls.
14457
0fc05997
YQ
144582014-06-17 Yao Qi <yao@codesourcery.com>
14459
14460 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14461 CP1252.
14462
70795c52
LM
144632014-06-17 Luis Machado <lgustavo@codesourcery.com>
14464
14465 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14466 Initialize ptr and S explicitly.
14467 (skip_type_update_when_not_use_rtti_test): Likewise.
14468
6be47f0c
KS
144692014-06-16 Keith Seitz <keiths@redhat.com>
14470
14471 PR mi/15863
14472 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14473 the inferior is started.
14474
d03de421
PA
144752014-06-16 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/break-main-file-remove-fail.c: New file.
14478 * gdb.base/break-main-file-remove-fail.exp: New file.
14479 * gdb.base/break-unload-file.exp: Use build_executable instead of
14480 prepare_for_testing.
14481 (test_break): New parameter "initial_load". Handle it.
14482 (top level): Add initial_load cmdline/file axis.
14483
f9579b99
TT
144842014-06-12 Tom Tromey <tromey@redhat.com>
14485
14486 * gdb.base/completion.exp: Don't use directory name in test.
14487
3657956b
GB
144882014-06-09 Gary Benson <gbenson@redhat.com>
14489
14490 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14491 separate the always-available ANSI-standard signals from the
14492 signals that require checking.
14493 (main): Likewise.
14494 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14495 Likewise.
14496 (main): Likewise.
14497
4186eb54
KS
144982014-06-07 Keith Seitz <keiths@redhat.com>
14499
14500 Revert:
14501 PR c++/16253
14502 * gdb.cp/var-tag.cc: New file.
14503 * gdb.cp/var-tag.exp: New file.
14504 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14505 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14506 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14507 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14508
25326a28 145092014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14510
14511 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14512
829155c9
PA
145132014-06-06 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14516 in target debug output instead of looking at RSP packets,
14517 disabling the test on any target that uses hardware stepping.
14518 Update comments.
14519
61c8d22e
PA
145202014-06-06 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.base/break-unload-file.exp: Fix typo.
14523
d9a47287
YQ
145242014-06-06 Yao Qi <yao@codesourcery.com>
14525
14526 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14527 from "jit_function" to "^jit_function".
14528
e5e01dbf
YQ
145292014-06-06 Yao Qi <yao@codesourcery.com>
14530
14531 * gdb.base/async.c (foo): Add one statement.
14532 * gdb.base/async.exp: Get the next instruction address and
14533 match the output of "nexti" by instruction address. Match
14534 the hex address in the output of "finish".
14535
73ba372c
GB
145362014-06-06 Gary Benson <gbenson@redhat.com>
14537
14538 * gdb.base/call-signals.c: Remove preprocessor conditionals
14539 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14540 SIGSEGV and SIGTERM.
14541 * gdb.base/sigall.c: Likewise.
14542 * gdb.base/unwindonsignal.c: Likewise.
14543 * gdb.reverse/sigall-reverse.c: Likewise.
14544
831517df
YQ
145452014-06-06 Yao Qi <yao@codesourcery.com>
14546
14547 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14548 readable, skip the test.
14549
b8b91e98
YQ
145502014-06-06 Yao Qi <yao@codesourcery.com>
14551
14552 * gdb.threads/staticthreads.c (thread_function): Move the line
14553 setting breakpoint on forward.
14554 * gdb.threads/staticthreads.exp: Update comments.
14555
fb934770
LC
145562014-06-05 Ludovic Courtès <ludo@gnu.org>
14557
14558 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14559 "history-append! type error".
14560
6ef284bd
SM
145612014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14562
14563 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14564 erroneous dprintf expected input.
14565
a872e241
DE
145662014-06-04 Doug Evans <xdje42@gmail.com>
14567
14568 * gdb.guile/scm-generics.exp: Delete.
14569
16f691fb
DE
145702014-06-04 Doug Evans <xdje42@gmail.com>
14571
14572 * gdb.guile/scm-breakpoint.exp: Update.
14573 Add tests for breakpoint registration.
14574
012370f6
TT
145752014-06-04 Tom Tromey <tromey@redhat.com>
14576
14577 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14578 VLA-in-union.
14579 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14580 inner_vla_struct, vla_union types. Initialize objects of those
14581 types and compute their sizes.
14582
9f5a4cef
HZ
145832014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14584 Hui Zhu <hui@codesourcery.com>
14585
14586 * gdb.base/fileio.exp: Add test for shell not available as well as
14587 available.
14588 * gdb.base/fileio.c (test_system): Check for shell twice.
14589
90a45c4d
YQ
145902014-06-04 Yao Qi <yao@codesourcery.com>
14591
14592 * gdb.base/auto-connect-native-target.exp: Remove redundant
14593 space from the regexp pattern.
14594
70017e41
YQ
145952014-06-04 Yao Qi <yao@codesourcery.com>
14596
14597 * gdb.base/default.exp: Replace "child" with "native" in
14598 regexp pattern.
14599
883964a7
SC
146002014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14601
14602 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14603 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14604 * gdb.python/py-xmethods.py: Python script supporting the
14605 new testcase and tests.
14606
ef370185
JB
146072014-06-03 Joel Brobecker <brobecker@adacore.com>
14608 Pedro Alves <palves@redhat.com>
14609
14610 PR breakpoints/17000
14611 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14612 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14613
1e2ccb61
BM
146142014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14615
14616 * gdb.base/subst.exp: Add tests to verify partial path matching
14617 output.
14618
c6ec5ab2
PA
146192014-06-03 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14622 target that doesn't use software single-stepping.
14623
835c559f
PA
146242014-06-03 Pedro Alves <palves@redhat.com>
14625
14626 PR breakpoints/17000
14627 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14628 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14629
06eb1586
DE
146302014-06-02 Doug Evans <xdje42@gmail.com>
14631
14632 * gdb.guile/scm-parameter.exp: New file.
14633
e698b8c4
DE
146342014-06-02 Doug Evans <xdje42@gmail.com>
14635
14636 * gdb.guile/scm-cmd.c: New file.
14637 * gdb.guile/scm-cmd.exp: New file.
14638
ded03782
DE
146392014-06-02 Doug Evans <xdje42@gmail.com>
14640
14641 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14642 pretty-printer lookup.
14643 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14644 (make-pp_s-printer): Call it.
14645 (make-pretty-printer-from-dict): New function.
14646 (lookup-pretty-printer-maker-from-dict): New function.
14647 (*pretty-printer*): Simplify.
14648 (make-objfile-pp_s-printer): New function.
14649 (install-objfile-pretty-printers!): New function.
14650 (make-progspace-pp_s-printer): New function.
14651 (install-progspace-pretty-printers!): New function.
14652 * gdb.guile/scm-progspace.c: New file.
14653 * gdb.guile/scm-progspace.exp: New file.
14654
41fac0cf
PA
146552014-06-02 Pedro Alves <palves@redhat.com>
14656
14657 * gdb.base/dprintf-bp-same-addr.c: New file.
14658 * gdb.base/dprintf-bp-same-addr.exp: New file.
14659
96ae5695
EBM
146602014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14661
14662 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14663 * gdb.arch/powerpc-power.s: Likewise.
14664
da02b3a8
JB
146652014-06-02 Joel Brobecker <brobecker@adacore.com>
14666
14667 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14668
c72b2e7b
YQ
146692014-06-01 Yao Qi <yao@codesourcery.com>
14670
14671 * gdb.base/watchpoint.exp (test_watch_location): Check null
14672 pointer can be dereferenced. If not, do the test, otherwise
14673 skip it.
14674
53e8a631
AB
146752014-05-30 Andrew Burgess <aburgess@broadcom.com>
14676
14677 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14678 results.
14679 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14680
938f0e2f
AB
146812014-05-30 Andrew Burgess <aburgess@broadcom.com>
14682
14683 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14684 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14685 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14686 * gdb.arch/amd64-invalid-stack-top.c: New file.
14687 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14688
9ba6657a
PA
146892014-05-30 Pedro Alves <palves@redhat.com>
14690
14691 PR breakpoints/17000
14692 * gdb.base/sss-bp-on-user-bp.c: New file.
14693 * gdb.base/sss-bp-on-user-bp.exp: New file.
14694
522c09bf
DB
146952014-05-30 David Blaikie <dblaikie@gmail.com>
14696
14697 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14698 gnu_inline semantics via attribute.
14699 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14700 source explicitly specifies the required semantics.
14701
bf4ef81e
MR
147022014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14703
14704 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14705
329ea579
PA
147062014-05-29 Pedro Alves <palves@redhat.com>
14707 Tom Tromey <tromey@redhat.com>
14708
14709 * gdb.base/async-shell.exp: Don't enable target-async.
14710 * gdb.base/async.exp
14711 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14712 parameter. Adjust.
14713 (top level): Don't test with "target-async".
14714 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14715 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14716 * gdb.base/inferior-died.exp: Don't enable target-async.
14717 * gdb.base/interrupt-noterm.exp: Likewise.
14718 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14719 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14720 * gdb.mi/mi-nonstop.exp: Likewise.
14721 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14722 * gdb.mi/mi-nsintrall.exp: Likewise.
14723 * gdb.mi/mi-nsmoribund.exp: Likewise.
14724 * gdb.mi/mi-nsthrexec.exp: Likewise.
14725 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14726 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14727 * gdb.python/py-evsignal.exp: Don't enable target-async.
14728 * gdb.python/py-evthreads.exp: Likewise.
14729 * gdb.python/py-prompt.exp: Likewise.
14730 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14731 * gdb.server/solib-list.exp: Don't enable target-async.
14732 * gdb.threads/thread-specific-bp.exp: Likewise.
14733 * lib/mi-support.exp: Adjust to use mi-async.
14734
fd664c91
PA
147352014-05-29 Pedro Alves <palves@redhat.com>
14736
14737 PR gdb/13860
14738 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14739 reason, even in sync mode.
14740
251bde03
PA
147412014-05-29 Pedro Alves <palves@redhat.com>
14742 Hui Zhu <hui@codesourcery.com>
14743
14744 PR PR15693
14745 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14746 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14747 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14748 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14749
7f3c0343
JB
147502014-05-28 Joel Brobecker <brobecker@adacore.com>
14751
14752 * config/monitor.exp (gdb_target_monitor): Replace use of
14753 "set remotebaud" by "set serial baud".
14754
b2715b27
AW
147552014-05-26 Andy Wingo <wingo@igalia.com>
14756
14757 * gdb.guile/scm-breakpoint.exp:
14758 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14759 properties instead of gdb-object-properties.
14760
498a4489
YQ
147612014-05-26 Yao Qi <yao@codesourcery.com>
14762
14763 * gdb.server/no-thread-db.exp: Specify source file name
14764 explicitly when setting a breakpoint.
14765
589fdceb
MM
147662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14767
14768 * gdb.btrace/vdso.c: New.
14769 * gdb.btrace/vdso.exp: New.
14770
e9089e05
MM
147712014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14772
14773 * gdb.base/gcore.exp (capture_command_output): Move ...
14774 * lib/gdb.exp (capture_command_output): ... here.
14775
67b5c0c1
MM
147762014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14777
14778 * gdb.btrace/data.exp: Test memory access during btrace replay.
14779
a2199296
SM
147802014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14781
14782 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14783
17b2616c
PA
147842014-05-21 Pedro Alves <palves@redhat.com>
14785
14786 PR gdb/13860
14787 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14788 (top level): Test that output related to execution commands is
14789 sent to the console with CLI commands, but not with MI commands.
14790 Test that breakpoint events are always mirrored to the console.
14791 Also expect the new source line to be output after a "next" in
14792 async mode too. Make it a pass/fail test.
14793 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14794 output.
14795 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14796
5166082f
PA
147972014-05-21 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14800 Use them to test variations of "list" after reaching a breakpoint.
14801 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14802 Test "list" with listsize 10 after reaching a breakpoint.
14803 * gdb.python/python.exp (decode_line current location line
14804 number): Adjust expected line number.
14805
2f25d70f
SM
148062014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14807
14808 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14809 behavior for $args, pass it directly to "run".
14810
ff604a67
MR
148112014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14812
14813 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14814 30000 to 65536.
14815
6a3cb8e8
PA
148162014-05-21 Pedro Alves <palves@redhat.com>
14817
14818 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14819 auto-connect-native-target off".
14820 * gdb.base/auto-connect-native-target.c: New file.
14821 * gdb.base/auto-connect-native-target.exp: New file.
14822
4ebfc96e
PA
148232014-05-21 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.base/default.exp: Test "target native" instead of "target
14826 child".
14827
36d46afb
MW
148282014-05-21 Mark Wielaard <mjw@redhat.com>
14829
14830 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14831
5876f503
JK
148322014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14833
14834 Fix TLS access for -static -pthread.
14835 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14836 <HAVE_TLS> (thread_function, main): Initialize it.
14837 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14838 Add clean_restart.
14839 <$have_tls != "">: Check TLSVAR.
14840
0256a6ac
PA
148412014-05-21 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/dcache-line-read-error.c: New.
14844 * gdb.base/dcache-line-read-error.exp: New.
14845
936d2992
PA
148462014-05-20 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.base/compare-sections.c: New file.
14849 * gdb.base/compare-sections.exp: New file.
14850
802e8e6d
PA
148512014-05-20 Pedro Alves <palves@redhat.com>
14852
14853 * gdb.base/break-idempotent.c: New file.
14854 * gdb.base/break-idempotent.exp: New file.
14855
e59fa00f
MM
148562014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14857
14858 * gdb.btrace/nohist.exp: New.
14859
8b696e31
YQ
148602014-05-20 Yao Qi <yao@codesourcery.com>
14861
14862 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14863 gdb.reverse directory and gdb_reverse_timeout exists in board
14864 setting.
14865 * README: Document gdb_reverse_timeout.
14866
73c9764f
YQ
148672014-05-20 Yao Qi <yao@codesourcery.com>
14868
14869 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14870 'test_file_name'. Treat args as a string instead of a list.
14871 (gdb_init): Rename argument 'args' by 'test_file_name'.
14872
f1f4348a
JK
148732014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14874
14875 * gdb.arch/powerpc-power.exp: New file.
14876 * gdb.arch/powerpc-power.s: New file.
14877
0dbe70ce
DE
148782014-05-16 Doug Evans <dje@google.com>
14879
14880 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14881 * gdb.base/completion.exp: Check that all expected files exist
14882 before doing file completion.
0dbe70ce 14883
8d551b02
DE
148842014-05-16 Doug Evans <dje@google.com>
14885
14886 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14887 Update.
14888 (do_syscall_tests_without_xml): Update.
14889
73eb7709
PA
148902014-05-16 Pedro Alves <palves@redhat.com>
14891
14892 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14893 instead of "unknown output after running".
14894
3fae92fc
YQ
148952014-05-16 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14898 file1.txt from host at the end.
14899 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14900
c2b2ccc5
DE
149012014-05-15 Doug Evans <dje@google.com>
14902
14903 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14904 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14905 loading file. Add test for TU lookup.
14906
8c217a4b
SM
149072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14908
14909 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14910 calling "-exec-arguments" or "set args" before running the
14911 inferior.
14912
3deb39c6
SM
149132014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * lib/mi-support.exp (mi_expect_stop): Expect message for
14916 inferiors that exit with non-zero exit code.
14917
71a79f8c
YQ
149182014-05-14 Yao Qi <yao@codesourcery.com>
14919
14920 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14921 match absolute path on remote host.
14922 (test_file_list_exec_source_files): Remove "/" from the
14923 pattern.
14924
f23fcd46
YQ
149252014-05-14 Yao Qi <yao@codesourcery.com>
14926
14927 * boards/local-remote-host-notty.exp (${board}_file): New
14928 proc.
14929
9404b58f
KM
149302014-05-07 Kyle McMartin <kyle@redhat.com>
14931
14932 Pushed by Joel Brobecker <brobecker@adacore.com>.
14933 * gdb.arch/aarch64-atomic-inst.c: New file.
14934 * gdb.arch/aarch64-atomic-inst.exp: New file.
14935
5e45f04c
YQ
149362014-05-07 Yao Qi <yao@codesourcery.com>
14937
14938 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14939 in current context" too.
14940
c888a17d
KS
149412014-05-05 Keith Seitz <keiths@redhat.com>
14942
14943 * gdb.linespec/ls-dollar.exp: Add test for linespec
14944 file:convenience_variable.
14945
290a839c
YQ
149462014-05-05 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14949 traceframes into tfile and ctf trace files. Read data from
14950 trace file and test collected data.
14951 (gdb_collect_locals_test): Likewise.
14952 (gdb_unavailable_registers_test): Likewise.
14953 (gdb_unavailable_floats): Likewise.
14954 (gdb_collect_globals_test): Likewise.
14955 (top-level): Append "ctf" to trace_file_targets if GDB
14956 supports.
14957
b5262cd0
YQ
149582014-05-05 Yao Qi <yao@codesourcery.com>
14959
14960 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14961 code to ...
14962 (gdb_collect_args_test_1): ... it. New proc.
14963 (gdb_collect_locals_test): Move some code to ...
14964 (gdb_collect_locals_test_1): ... it. New proc.
14965 (gdb_unavailable_registers_test): Move some code to ...
14966 (gdb_unavailable_registers_test_1): ... it. New proc.
14967 (gdb_unavailable_floats): Move some code to ...
14968 (gdb_unavailable_floats_1): ... it. New proc.
14969
30a1e6cc
SDJ
149702014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14971
14972 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14973 probes to test for bitness recognition.
14974 * gdb.arch/amd64-stap-optional-prefix.exp
14975 (test_probe_value_without_reg): New procedure.
14976 Add code to test for different kinds of bitness.
14977
f33da99a
SDJ
149782014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14979
14980 PR breakpoints/16889
14981 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14982 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14983
5b80f00d
PA
149842014-05-01 Pedro Alves <palves@redhat.com>
14985
14986 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14987 gdb_file_cmd if no file is specified.
14988 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14989 last_loaded_file to set the remote exec-file.
14990
f8c2a73c
PA
149912014-05-01 Pedro Alves <palves@redhat.com>
14992
14993 * boards/local-remote-host.exp: New file.
14994
be6e8ac7
PA
149952014-05-01 Pedro Alves <palves@redhat.com>
14996
14997 * boards/local-remote-host.exp: Rename to ...
14998 * boards/local-remote-host-notty.exp: ... this.
14999
cac0dc8f
JB
150002014-04-28 Joel Brobecker <brobecker@adacore.com>
15001
15002 * gdb.ada/dyn_arrayidx: New testcase.
15003
9730e6cc
YQ
150042014-04-26 Yao Qi <yao@codesourcery.com>
15005
15006 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15007 and compute the length of function main. Save it in
15008 $main_length.
15009 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15010 (top-level): Use gdb_compile to compile objects into
15011 executable and restart GDB. Remove invocation to
15012 prepare_for_testing.
15013
7ae1a6a6
PA
150142014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15015 Pedro Alves <palves@redhat.com>
15016
15017 PR server/16255
15018 * gdb.multi/multi-attach.c: New file.
15019 * gdb.multi/multi-attach.exp: New file.
15020
4082afcc
PA
150212014-04-25 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15024 user.
15025 (top level): Test that "set remote conditional-breakpoints-packet
15026 off" works as intended.
15027 * gdb.base/dprintf.exp: Test that "set remote
15028 breakpoint-commands-packet off" works as intended.
15029 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15030 New function.
15031 (top level): Call it.
15032 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15033 remote fast-tracepoints-packet off" works as intended.
15034 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15035 * lib/gdb.exp (gdb_is_target_remote): ... here.
15036
2abc3f8d
DB
150372014-04-24 David Blaikie <dblaikie@gmail.com>
15038
15039 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15040 ensure clang would not discard them.
15041 * gdb.base/gdbvars.c: Ditto.
15042 * gdb.base/memattr.c: Ditto.
15043 * gdb.base/whatis.c: Ditto.
15044 * gdb.python/py-prettyprint.c: Ditto.
15045 * gdb.trace/actions.c: Ditto.
15046 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15047 ensure clang would not discard it.
15048
bfd39632
DB
150492014-04-24 David Blaikie <dblaikie@gmail.com>
15050
15051 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15052 clang to emit the full definition of type required by the test
15053 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15054
22842ff6
DB
150552014-04-24 David Blaikie <dblaikie@gmail.com>
15056
15057 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15058 coax Clang into emitting the definition of the type.
15059 * gdb.cp/pr10728-x.h (y): Ditto.
15060 * gdb.cp/pr10728-y.cc (y): Ditto.
15061
c2e827ad
DB
150622014-04-24 David Blaikie <dblaikie@gmail.com>
15063
15064 * gdb.base/label.exp: XFAIL label related tests under Clang.
15065 * gdb.cp/cplabel.exp: Ditto.
15066 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15067 under Clang those using labels.
15068
4c2d33e7
YQ
150692014-04-25 Yao Qi <yao@codesourcery.com>
15070
15071 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15072 double_label.
15073 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15074 partial_label and double_label.
15075
56083b99
DB
150762014-04-24 David Blaikie <dblaikie@gmail.com>
15077
15078 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15079
25d4e99d
DB
150802014-04-24 David Blaikie <dblaikie@gmail.com>
15081
15082 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15083 of the function to work across GCC and Clang.
15084 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15085 pointer types (const void ** const V void **).
15086
01f9f808
MS
150872014-04-24 Michael Sturm <michael.sturm@mintel.com>
15088 Walfred Tedeschi <walfred.tedeschi@intel.com>
15089
15090 * Makefile.in (EXECUTABLES): Added i386-avx512.
15091 * gdb.arch/i386-avx512.c: New file.
15092 * gdb.arch/i386-avx512.exp: Likewise.
15093
4b48d439
KS
150942014-04-23 Keith Seitz <keiths@redhat.com>
15095
15096 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15097 (mi_make_breakpoint_table): New procedure.
15098 (mi_create_breakpoint): Use mi_make_breakpoint
15099 and return the result.
15100 (mi_make_breakpoint): New procedure.
15101 (mi_build_kv_pairs): New procedure.
15102
15103 * gdb.mi/mi-break.exp: Remove unused globals,
15104 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15105 All callers updated.
15106 * gdb.mi/mi-dprintf.exp: Use variable to track command
15107 number.
15108 Update all callers of mi_create_breakpoint and use
15109 mi_make_breakpoint_table.
15110 Remove any unused global variables.
15111 * gdb.mi/mi-nonstop.exp: Likewise.
15112 * gdb.mi/mi-nsintrall.exp: Likewise.
15113 * gdb.mi/mi-nsmoribund.exp: Likewise.
15114 * gdb.mi/mi-nsthrexec.exp: Likewise.
15115 * gdb.mi/mi-reverse.exp: Likewise.
15116 * gdb.mi/mi-simplerun.exp: Likewise.
15117 * gdb.mi/mi-stepn.exp: Likewise.
15118 * gdb.mi/mi-syn-frame.exp: Likewise.
15119 * gdb.mi/mi-until.exp: Likewise.
15120 * gdb.mi/mi-var-cp.exp: Likewise.
15121 * gdb.mi/mi-var-display.exp: Likewise.
15122 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15123 * gdb.mi/mi2-var-child.exp: Likewise.
15124 * gdb.mi/mi-vla-c99.exp: Likewise.
15125 * lib/mi-support.exp: Likewise.
15126
15127 From Ian Lance Taylor <iant@cygnus.com>:
15128 * lib/gdb.exp (parse_args): New procedure.
15129
08351840
PA
151302014-04-23 Pedro Alves <palves@redhat.com>
15131
15132 * gdb.base/break-unload-file.c: New file.
15133 * gdb.base/break-unload-file.exp: New file.
15134 * gdb.base/sym-file-lib.c (baz): New function.
15135 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15136 field.
15137 (load): Store the segment's mapped size.
15138 (unload): New function.
15139 (unload_shlib): New function.
15140 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15141 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15142 set a breakpoint at baz, and call it.
15143 * gdb.base/sym-file.exp: New tests for stale breakpoint
15144 instructions.
15145
076855f9
PA
151462014-04-23 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15149 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15150 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15151 * gdb.base/hbreak-unmapped.c: New file.
15152 * gdb.base/hbreak-unmapped.exp: New file.
15153 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15154 * lib/gdb.exp (gdb_is_target_remote): ... here.
15155
483805cf
PA
151562014-04-22 Pedro Alves <palves@redhat.com>
15157
15158 * gdb.base/consecutive-step-over.c: New file.
15159 * gdb.base/consecutive-step-over.exp: New file.
15160
06d97543
PA
151612014-04-22 Pedro Alves <palves@redhat.com>
15162
15163 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15164 instead of send_gdb/gdb_expect.
15165
b4429ea2
YQ
151662014-04-22 Yao Qi <yao@codesourcery.com>
15167
15168 * lib/trace-support.exp (generate_tracefile): New procedure.
15169 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15170 return 0.
15171 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15172 if generate_tracefile returns 1.
15173
51d48146
PA
151742014-04-18 Tom Tromey <palves@redhat.com>
15175 Pedro alves <tromey@redhat.com>
15176
15177 PR backtrace/15558
15178 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15179 with a backtrace limit.
15180 * gdb.python/py-frame-inline.exp: Test running to an inline
15181 function with a backtrace limit, and printing the newest frame.
15182 * gdb.python/py-frame-inline.c (main): Call f.
15183
bd1dce5f
MS
151842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15185
15186 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15187
40d1a503
MS
151882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15189
15190 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15191 Drop prefix from unsupported source file path.
15192
389b98f7
YQ
151932014-04-17 Yao Qi <yao@codesourcery.com>
15194
15195 * lib/gdb.exp (with_target_charset): New proc.
15196 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15197 with_target_charset.
15198 (test_print_strings): Likewise.
15199 (test_repeat_bytes): Likewise.
15200 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15201 for some tests.
15202
22869d73
KS
152032014-04-16 Keith Seitz <keiths@redhat.com>
15204
15205 PR gdb/15827
15206 * gdb.dwarf2/corrupt.c: New file.
15207 * gdb.dwarf2/corrupt.exp: New file.
15208
c4f87ca6
KS
152092014-04-16 Keith Seitz <keiths@redhat.com>
15210
15211 PR c++/16597
15212 * gdb.cp/namelessclass.cc: New file.
15213 * gdb.cp/namelessclass.exp: New file.
15214 * gdb.cp/namelessclass.S: New file.
15215
ab19de87
DE
152162014-04-16 Doug Evans <dje@google.com>
15217
15218 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15219 Add comment.
15220 (gdbserver_default_get_comm_port): New function.
15221 (gdbserver_start): Check if board file provided
15222 "gdbserver,get_comm_port" and use it if so.
15223 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15224 (gdb,socketport): Set to "stdio".
15225 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15226 (stdio_gdbserver_template): Delete.
15227 (${board}_get_remote_address): Update.
15228 (${board}_build_remote_cmd): Delete.
15229 (${board}_get_comm_port): New function.
15230 (${board}_spawn): Update.
15231 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15232 Delete.
15233 (${board}_get_remote_address): Update.
15234 (${board}_get_comm_port): New function.
15235
fc98a809
AB
152362014-04-16 Andrew Burgess <aburgess@broadcom.com>
15237
15238 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15239 appearing in any order.
15240
87fd9e6e
DE
152412014-04-15 Doug Evans <dje@google.com>
15242
15243 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15244 uninitialized value of "description".
15245
099fc3ea
KS
152462014-04-15 Keith Seitz <keiths@redhat.com>
15247
15248 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15249 Remove unused globals.
15250 (test_running_the_program): Likewise.
15251 (test_controlled_execution): Likewise.
15252 (test_controlling_breakpoints): Likewise.
15253 (test_program_termination): Likewise.
15254
5da151d4
KS
152552014-04-15 Keith Seitz <keiths@redhat.com>
15256
15257 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15258 unused globals.
15259 (test_rbreak_creation_and_listing): Likewise.
15260 (test_ignore_count): Likewise.
15261 (test_error): Likewise.
15262
35e5d2f0
PA
152632014-04-15 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15266 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15267 sym-file-loader.c.
15268 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15269 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15270 to sym-file-loader.c.
15271 (struct library): Forward declare.
15272 (load_shlib, lookup_function): Change prototypes.
15273 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15274 (translate_offset): Remove declarations.
15275 (get_text_addr): New declaration.
15276 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15277 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15278 sym-file-loader.h.
15279 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15280 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15281 here from sym-file-loader.h.
15282 (struct library): New structure.
15283 (load_shlib, lookup_function): Change prototypes and adjust to
15284 work with a struct library.
15285 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15286 (translate_offset): Make static.
15287 (get_text_addr): New function.
15288 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15289
eb4c1710
PA
152902014-04-15 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15293
2d1baf52
PA
152942014-04-15 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.base/sym-file-loader.c: Include <limits.h>.
15297 (SELF_LINK): New define.
15298 (get_origin): New function.
15299 (load_shlib): Use it.
15300 * gdb.base/sym-file.exp: Don't early return if the target is
15301 remote. Use runto_main, and issue fail is that fails. Use
15302 gdb_load_shlibs.
15303 (shlib_name): Delete.
15304 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15305
7dd6df01
PA
153062014-04-15 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.base/sym-file.exp: Remove regex characters from test
15309 message. Don't refer to breakpoint numbers in test messages.
15310
b50c8614
KS
153112014-04-14 Keith Seitz <keiths@redhat.com>
15312
15313 PR c++/16253
15314 * gdb.cp/var-tag.cc: New file.
15315 * gdb.cp/var-tag.exp: New file.
15316 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15317 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15318 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15319 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15320
3d567982
TT
153212014-04-14 Tom Tromey <tromey@redhat.com>
15322
15323 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15324 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15325 type.
15326 * gdb.cp/enum-class.exp: New file.
15327 * gdb.cp/enum-class.cc: New file.
15328
0626fc76
TT
153292014-04-14 Tom Tromey <tromey@redhat.com>
15330
15331 * gdb.dwarf2/enum-type.exp: New file.
15332
dca325b3
SA
153332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15334
15335 * gdb.mi/mi-vla-c99.exp: New file.
15336 * gdb.mi/vla.c: New file.
15337
5854b38a
SA
153382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15339
15340 * gdb.base/vla-datatypes.c: New file.
15341 * gdb.base/vla-datatypes.exp: New file.
15342
463bb957
SA
153432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15344
15345 * gdb.base/vla-ptr.c: New file.
15346 * gdb.base/vla-ptr.exp: New file.
15347
3dd170be
SA
153482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15349
15350 * gdb.dwarf2/count.exp: New file.
15351
5ecaaa66
SA
153522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15353
15354 * gdb.base/vla-sideeffect.c: New file.
15355 * gdb.base/vla-sideeffect.exp: New file.
15356
41f1ada5
DB
153572014-04-14 David Blaikie <dblaikie@gmail.com>
15358
15359 * gdb.mi/non-stop.c: Add return value for non-void function return
15360 statement.
15361 * gdb.threads/staticthreads.c: Ditto.
15362
0be03e84
DE
153632014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15364 Doug Evans <xdje42@gmail.com>
15365
15366 * gdb.guile/scm-value.c: Improve test case.
15367 * gdb.guile/scm-value.exp: Add new test.
15368
f180a1fb
DB
153692014-04-11 David Blaikie <dblaikie@gmail.com>
15370
15371 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15372 override Clang's default.
15373
6b662e19
JB
153742014-04-11 Joel Brobecker <brobecker@adacore.com>
15375
15376 Revert the following changes (regressions):
15377
15378 * gdb.base/vla-sideeffect.c: New file.
15379 * gdb.base/vla-sideeffect.exp: New file.
15380
15381 * gdb.dwarf2/count.exp: New file.
15382
15383 * gdb.base/vla-multi.c: New file.
15384 * gdb.base/vla-multi.exp: New file.
15385
15386 * gdb.base/vla-ptr.c: New file.
15387 * gdb.base/vla-ptr.exp: New file.
15388
15389 * gdb.base/vla-datatypes.c: New file.
15390 * gdb.base/vla-datatypes.exp: New file.
15391
15392 * gdb.mi/mi-vla-c99.exp: New file.
15393 * gdb.mi/vla.c: New file.
15394
245a5f0b
KS
153952014-04-11 Keith Seitz <keiths@redhat.com>
15396
15397 PR c++/16675
15398 * gdb.cp/cpsizeof.exp: New file.
15399 * gdb.cp/cpsizeof.cc: New file.
15400
58a84dcf
SA
154012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15402
191a8a90
JB
15403 * gdb.mi/mi-vla-c99.exp: New file.
15404 * gdb.mi/vla.c: New file.
58a84dcf 15405
c8655f75
SA
154062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15407
15408 * gdb.base/vla-datatypes.c: New file.
15409 * gdb.base/vla-datatypes.exp: New file.
15410
024e13b4
SA
154112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15412
15413 * gdb.base/vla-ptr.c: New file.
15414 * gdb.base/vla-ptr.exp: New file.
15415
1a237e0e
SA
154162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15417
15418 * gdb.base/vla-multi.c: New file.
15419 * gdb.base/vla-multi.exp: New file.
15420
504f3432
SA
154212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15422
15423 * gdb.dwarf2/count.exp: New file.
15424
3bce8237
SA
154252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15426
191a8a90
JB
15427 * gdb.base/vla-sideeffect.c: New file.
15428 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15429
322f9c21
YQ
154302014-04-11 Yao Qi <yao@codesourcery.com>
15431
15432 * gdb.base/completion.exp: Check file exists before running tests
15433 on file completion.
15434
d708bcd1
PA
154352014-04-10 Pedro Alves <palves@redhat.com>
15436
15437 * gdb.base/cond-eval-mode.c: New file.
15438 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15439 prepare_for_testing to build the new file. Check result of
15440 runto_main.
15441 (test_break, test_watch): New procedures.
15442 (top level): Use them.
15443
ae1d2761
PM
154442014-04-08 Pierre Muller <muller@sourceware.org>
15445
15446 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15447 Ctrl-V use for mingw hosts.
15448
7af389b8
SC
154492014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15450
15451 * gdb.python/py-value.c: Improve test case.
15452 * gdb.python/py-value.exp: Add new test.
15453
5e703181
DE
154542014-04-07 David Blaikie <dblaikie@gmail.com>
15455
15456 * lib/compiler.c: Identify the clang compiler.
15457 * lib/compiler.cc: Ditto.
15458
9810b410
YQ
154592014-04-03 Yao Qi <yao@codesourcery.com>
15460
15461 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15462
98d1b8dc
AB
154632014-04-01 Anton Blanchard <anton@samba.org>
15464
15465 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15466 messages unique.
15467
3114cea1
AB
154682014-04-01 Anton Blanchard <anton@samba.org>
15469
15470 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15471 prepare_for_testing.
15472
62f7182c
AB
154732014-04-01 Anton Blanchard <anton@samba.org>
15474
15475 * gdb.arch/ppc64-atomic-inst.c: Remove.
15476 * gdb.arch/ppc64-atomic-inst.S: New file.
15477 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15478
770e7fc7
DE
154792014-03-31 Doug Evans <dje@google.com>
15480
15481 * gdb.base/print-symbol-loading-lib.c: New file.
15482 * gdb.base/print-symbol-loading-main.c: New file.
15483 * gdb.base/print-symbol-loading.exp: New file.
15484
46e2bafa
YQ
154852014-03-31 Yao Qi <yao@codesourcery.com>
15486
15487 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15488
8776cfe9
JB
154892014-03-28 Joel Brobecker <brobecker@adacore.com>
15490
15491 * gdb.ada/mi_dyn_arr: New testcase.
15492
5d1ef361
DE
154932014-03-27 Doug Evans <dje@google.com>
15494
15495 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15496
b5bee914
YQ
154972014-03-27 Yao Qi <yao@codesourcery.com>
15498
15499 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15500 if target is nios2-*-*.
15501
0d4d0e77
YQ
155022014-03-26 Yao Qi <yao@codesourcery.com>
15503
15504 * lib/gdb.exp (readline_is_used): New proc.
15505 * gdb.base/completion.exp: Move tests on command complete up.
15506 Skip the rest of tests if readline is not used.
15507 * gdb.ada/complete.exp: Skp the test if readline is not
15508 used.
15509 * gdb.base/filesym.exp: Likewise.
15510 * gdb.base/macscp.exp: Likewise.
15511 * gdb.base/readline-ask.exp: Likewise.
15512 * gdb.base/readline.exp: Likewise.
15513 * gdb.python/py-cmd.exp: Likewise.
15514 * gdb.trace/tfile.exp: Likewise.
15515
29361eee
YQ
155162014-03-26 Yao Qi <yao@codesourcery.com>
15517
15518 * gdb.base/macscp.exp: Fix code format issues.
15519
bc9a5525
UW
155202014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15521
15522 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15523 * gdb.asm/powerpc64le.inc: New file.
15524
d3839ede
PA
155252014-03-25 Pedro Alves <palves@redhat.com>
15526 Doug Evans <dje@google.com>
15527
15528 * gdb.base/source-execution.c: New file.
15529 * gdb.base/source-execution.exp: New file.
15530 * gdb.base/source-execution.gdb: New file.
15531
01672a57
DE
155322014-03-24 Doug Evans <dje@google.com>
15533
15534 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15535 using fission.
15536
88bbeca9
HZ
155372014-03-24 Hui Zhu <hui@codesourcery.com>
15538 Pedro Alves <palves@redhat.com>
15539
15540 PR breakpoints/16101
15541 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15542 test pass/fail messages. Detect missing support for dprintf when
15543 breakpoints are actually inserted.
15544 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15545 breakpoints are actually inserted.
15546 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15547 fails.
15548
d2348791
JK
155492014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15550
15551 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15552
feef67ab
DE
155532014-03-22 Doug Evans <xdje42@gmail.com>
15554
15555 * gdb.python/python.exp (python not supported): Verify multi-line
15556 python command issues an error.
25d743f9 15557 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 15558 guile command issues an error.
feef67ab 15559
ecebef6a
MR
155602014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15561
15562 * gdb.threads/thread-specific.exp: Handle the lack of usable
15563 $this_breakpoint and $this_thread.
15564
ccdd1909
HZ
155652014-03-21 Hui Zhu <hui@codesourcery.com>
15566
15567 * gdb.base/attach.exp (do_command_attach_tests): New.
15568
beb460e8
PA
155692014-03-20 Tom Tromey <tromey@redhat.com>
15570 Pedro Alves <palves@redhat.com>
15571
15572 PR cli/15718
15573 * gdb.base/condbreak-call-false.c: New file.
15574 * gdb.base/condbreak-call-false.exp: New file.
15575
40acf43a
PA
155762014-03-20 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15579 Delete.
15580 (block_signals, unblock_signals): Delete.
15581 (child_function_2, main): Remove references to deleted variable
15582 and functions.
15583
9f5e1e02
PA
155842014-03-20 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15587 Use pthread_kill to signal thread 2.
15588 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15589 Adjust to make the test send itself a signal rather than using the
15590 host's "kill" command.
15591
99619bea
PA
155922014-03-20 Pedro Alves <palves@redhat.com>
15593
15594 * gdb.threads/multiple-step-overs.c: New file.
15595 * gdb.threads/multiple-step-overs.exp: New file.
15596 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15597 Adjust expected infrun debug output.
15598
2adfaa28
PA
155992014-03-20 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15602 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15603
31e77af2
PA
156042014-03-20 Pedro Alves <palves@redhat.com>
15605
15606 PR breakpoints/7143
15607 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15608 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15609 of gdb_test_multiple.
15610 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15611 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15612
b9f437de
PA
156132014-03-20 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15616 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15617
05adc73e
PA
156182014-03-19 Pedro Alves <palves@redhat.com>
15619
15620 * gdb.base/async.exp: Remove early return.
15621
6048b950
PA
156222014-03-19 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15625
8bcfb00a
PA
156262014-03-19 Pedro Alves <palves@redhat.com>
15627
15628 * gdb.base/async.exp (test_background): Expect \r\n after
15629 "completed." in the fail pattern.
15630
884e37dc
PA
156312014-03-19 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.base/async.exp (test_background): New procedure.
15634 Use it for all background execution command tests.
15635
148e57e2
PA
156362014-03-19 Pedro Alves <palves@redhat.com>
15637
15638 * gdb.base/async.exp: Use prepare_for_testing.
15639
f48088c7
PA
156402014-03-19 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15643 the same line.
15644
e2f6c966
PA
156452014-03-19 Pedro Alves <palves@redhat.com>
15646
15647 * gdb.base/async.c (main): Add "jump here" and "until here" line
15648 marker comments.
15649 * gdb.base/async.exp (jump_here): New global.
15650 (jump& test): Use it.
15651 (until_here): New global.
15652 (until& test): Use it.
15653
c30568d4
PA
156542014-03-19 Pedro Alves <palves@redhat.com>
15655
15656 * gdb.base/async.exp: Don't frob gdb_protocol.
15657
0172b6a7
DE
156582014-03-18 Doug Evans <xdje42@gmail.com>
15659
15660 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15661 Fix spelling of exec-done-display.
15662
06c868a8
JK
156632014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15664
15665 PR gdb/15358
15666 * gdb.base/gdb-sigterm.c: New file.
15667 * gdb.base/gdb-sigterm.exp: New file.
15668
0c7e1a46
PA
156692014-03-18 Pedro Alves <palves@redhat.com>
15670
15671 PR gdb/13860
15672 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15673 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15674 solib-event.
15675
f7c77d93
JB
156762014-03-17 Joel Brobecker <brobecker@adacore.com>
15677
15678 * gdb.ada/pckd_arr_ren: New testcase.
15679
5a1e8c7a
DE
156802014-03-13 Doug Evans <xdje42@gmail.com>
15681
15682 PR guile/16612
15683 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15684 collect after discarding symbols.
15685
350e1a76
DE
156862014-03-13 Ludovic Courtès <ludo@gnu.org>
15687 Doug Evans <xdje42@gmail.com>
15688
15689 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15690 to history survives a gc.
15691
a69900ae
PA
156922014-03-13 Pedro Alves <palves@redhat.com>
15693
15694 * gdb.base/default.exp: Don't test "target procfs".
15695
5db9f0bd
PA
156962014-03-13 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.base/default.exp: Update "target child" and "target procfs"
15699 tests to not expect "Unix".
15700
b3ccfe11
TT
157012014-03-12 Tom Tromey <tromey@redhat.com>
15702
15703 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15704 New procs. Add target-async tests.
15705 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15706 Add target-async tests.
15707
646f4417
AA
157082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15709
15710 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15711 'func_start' and 'func_end' for the beginning and end of the
15712 function code, respectively.
15713 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15714 'func_end' instead of 'func' and 'main'.
15715
288c211f
AA
157162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15717
15718 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15719 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15720 generate the debug info assembler source.
15721
e0c0f156
AA
157222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15723
15724 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15725 * gdb.dwarf2/arr-subrange.exp: Likewise.
15726 * gdb.dwarf2/dwz.exp: Likewise.
15727 * gdb.dwarf2/method-ptr.exp: Likewise.
15728 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15729 * gdb.dwarf2/subrange.exp: Likewise.
15730 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15731 * gdb.dwarf2/implptrpiece.exp: Likewise.
15732 * gdb.dwarf2/nostaticblock.exp: Likewise.
15733
0e5c4555
AA
157342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15735
15736 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15737 directory to absolute path name arguments.
15738
5ec18f2b
JG
157392014-03-10 Joel Brobecker <brobecker@adacore.com>
15740
15741 * gdb.ada/tagged_access: New testcase.
15742
847fc4f2
MM
157432014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15744
15745 * gdb.btrace/data.exp: Update expected output.
15746
cc3da688
YQ
157472014-03-06 Yao Qi <yao@codesourcery.com>
15748
15749 * gdb.trace/pr16508.exp: New file.
15750
0f26cec1
PA
157512014-03-05 Pedro Alves <palves@redhat.com>
15752
15753 PR gdb/16575
15754 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15755 procedure.
15756 (top level): Adjust to use it. Add tests that exercise breakpoint
15757 interaction with the code-cache.
15758
7a5a839f
LC
157592014-02-26 Ludovic Courtès <ludo@gnu.org>
15760
15761 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15762 test for 'history-append!'.
15763
31aa7e4e
JB
157642014-02-26 Joel Brobecker <brobecker@adacore.com>
15765
15766 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15767 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15768 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15769 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15770 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15771 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15772
1b588015
JB
157732014-02-26 Joel Brobecker <brobecker@adacore.com>
15774
15775 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15776 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15777 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15778
55426c9d
JB
157792014-02-26 Joel Brobecker <brobecker@adacore.com>
15780
15781 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15782
dc53a7ad
JB
157832014-02-26 Joel Brobecker <brobecker@adacore.com>
15784
15785 * gdb.dwarf2/arr-stride.c: New file.
15786 * gdb.dwarf2/arr-stride.exp: New file.
15787
12ab52e9
PA
157882014-02-26 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15791 that won't ever trigger. Make sure that GDB reports the correct
15792 breakpoint that caused the stop.
15793
849c862e
JK
157942014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15795
15796 PR gdb/16626
15797 * gdb.base/auto-load-script: New file.
15798 * gdb.base/auto-load.c: New file.
15799 * gdb.base/auto-load.exp: New file.
15800
71b7d793
JK
15801 PR gdb/16626
15802 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15803
e2f0d509
JK
158042014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15805
15806 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15807 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15808
50cc37c8
DE
158092014-02-24 Doug Evans <dje@google.com>
15810
15811 * lib/gdb.exp (run_on_host): Log error output if program fails.
15812
ea4758f2
PA
158132014-02-21 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.threads/step-after-sr-lock.c: Rename to ...
15816 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15817 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15818 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15819 ... this.
15820
d7b30f67
SDJ
158212014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15822
15823 PR tdep/16397
15824 * gdb.arch/amd64-stap-special-operands.exp: New file.
15825 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15826 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15827 * gdb.arch/amd64-stap-triplet.S: Likewise.
15828 * gdb.arch/amd64-stap-triplet.c: Likewise.
15829
83deb43f
JB
158302014-02-20 Joel Brobecker <brobecker@adacore.com>
15831
15832 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15833 in .section pseudo-op.
15834
adde2bff
DE
158352014-02-20 lin zuojian <manjian2006@gmail.com>
15836 Joel Brobecker <brobecker@adacore.com>
15837 Doug Evans <xdje42@gmail.com>
15838
15839 PR symtab/16581
15840 * gdb.dwarf2/dw2-icycle.S: New file.
15841 * gdb.dwarf2/dw2-icycle.c: New file.
15842 * gdb.dwarf2/dw2-icycle.exp: New file.
15843
f7bd0f78
SC
158442014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15845
15846 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15847 operations on gdb.Value objects.
15848 * gdb.python/py-value-cc.exp: Add new test to test operations on
15849 gdb.Value objects.
15850
c17ef0d5
DE
158512014-02-18 Doug Evans <dje@google.com>
15852
15853 * Makefile.in (TESTS): New variable.
15854 (expanded_tests, expanded_tests_or_none): New variables
15855 (check-single): Pass $(expanded_tests_or_none) to runtest.
15856 (check-parallel): Only run tests in $(TESTS) if non-empty.
15857 (check/no-matching-tests-found): New rule.
15858 * README: Document TESTS makefile variable.
15859
5dd3176f
DE
158602014-02-18 Doug Evans <dje@google.com>
15861
15862 * Makefile.in (check-parallel): rm -rf outputs temp.
15863
0b10be4f
JK
158642014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15865
15866 Fix "ERROR: no fileid for" in the testsuite.
15867 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15868
85f224e7
DE
158692014-02-12 Doug Evans <dje@google.com>
15870
15871 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15872 (MISCELLANEOUS): New variable.
15873 (clean): rm -rf $(MISCELLANEOUS).
15874 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15875 dwp live in the same directory as symlinks, with each symlink pointed
15876 to a differently named file in a different directory.
15877
149b30ff
DE
158782014-02-11 Doug Evans <dje@google.com>
15879
15880 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15881 of Tcl file commands.
15882
1dfdac32
MK
158832014-02-10 Mark Kettenis <kettenis@gnu.org>
15884
15885 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15886 "kill -SIGUSR1 -1".
15887
aa4fb036
JB
158882014-02-10 Joel Brobecker <brobecker@adacore.com>
15889
15890 * gdb.ada/tick_length_array_enum_idx: New testcase.
15891
ed3ef339
DE
158922014-02-10 Doug Evans <xdje42@gmail.com>
15893
15894 * configure.ac (AC_OUTPUT): Add gdb.guile.
15895 * configure: Regenerate.
15896 * lib/gdb-guile.exp: New file.
15897 * lib/gdb.exp (get_target_charset): New function.
15898 * gdb.base/help.exp: Update expected output from "apropos apropos".
15899 * gdb.guile/Makefile.in: New file.
15900 * gdb.guile/guile.exp: New file.
15901 * gdb.guile/scm-arch.c: New file.
15902 * gdb.guile/scm-arch.exp: New file.
15903 * gdb.guile/scm-block.c: New file.
15904 * gdb.guile/scm-block.exp: New file.
15905 * gdb.guile/scm-breakpoint.c: New file.
15906 * gdb.guile/scm-breakpoint.exp: New file.
15907 * gdb.guile/scm-disasm.c: New file.
15908 * gdb.guile/scm-disasm.exp: New file.
15909 * gdb.guile/scm-equal.c: New file.
15910 * gdb.guile/scm-equal.exp: New file.
15911 * gdb.guile/scm-error.exp: New file.
15912 * gdb.guile/scm-error.scm: New file.
15913 * gdb.guile/scm-frame-args.c: New file.
15914 * gdb.guile/scm-frame-args.exp: New file.
15915 * gdb.guile/scm-frame-args.scm: New file.
15916 * gdb.guile/scm-frame-inline.c: New file.
15917 * gdb.guile/scm-frame-inline.exp: New file.
15918 * gdb.guile/scm-frame.c: New file.
15919 * gdb.guile/scm-frame.exp: New file.
15920 * gdb.guile/scm-generics.exp: New file.
15921 * gdb.guile/scm-gsmob.exp: New file.
15922 * gdb.guile/scm-iterator.c: New file.
15923 * gdb.guile/scm-iterator.exp: New file.
15924 * gdb.guile/scm-math.c: New file.
15925 * gdb.guile/scm-math.exp: New file.
15926 * gdb.guile/scm-objfile-script-gdb.in: New file.
15927 * gdb.guile/scm-objfile-script.c: New file.
15928 * gdb.guile/scm-objfile-script.exp: New file.
15929 * gdb.guile/scm-objfile.c: New file.
15930 * gdb.guile/scm-objfile.exp: New file.
15931 * gdb.guile/scm-ports.exp: New file.
15932 * gdb.guile/scm-pretty-print.c: New file.
15933 * gdb.guile/scm-pretty-print.exp: New file.
15934 * gdb.guile/scm-pretty-print.scm: New file.
15935 * gdb.guile/scm-section-script.c: New file.
15936 * gdb.guile/scm-section-script.exp: New file.
15937 * gdb.guile/scm-section-script.scm: New file.
15938 * gdb.guile/scm-symbol.c: New file.
15939 * gdb.guile/scm-symbol.exp: New file.
15940 * gdb.guile/scm-symtab-2.c: New file.
15941 * gdb.guile/scm-symtab.c: New file.
15942 * gdb.guile/scm-symtab.exp: New file.
15943 * gdb.guile/scm-type.c: New file.
15944 * gdb.guile/scm-type.exp: New file.
15945 * gdb.guile/scm-value-cc.cc: New file.
15946 * gdb.guile/scm-value-cc.exp: New file.
15947 * gdb.guile/scm-value.c: New file.
15948 * gdb.guile/scm-value.exp: New file.
15949 * gdb.guile/source2.scm: New file.
15950 * gdb.guile/types-module.cc: New file.
15951 * gdb.guile/types-module.exp: New file.
15952
7026a7c1
YQ
159532014-02-10 Yao Qi <yao@codesourcery.com>
15954
15955 PR testsuite/16543
15956 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15957 * configure: Regenerated.
15958 * Makefile.in: New file.
15959
6c466447
AS
159602014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15961
15962 * gdb.python/py-framefilter.exp: Fix typo.
15963
6e854735
YQ
159642014-02-08 Yao Qi <yao@codesourcery.com>
15965
15966 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15967 that no =breakpoint-modified is emitted when breakpoints are
15968 modified through MI commands.
15969
d137e6dc
PA
159702014-02-07 Pedro Alves <pedro@codesourcery.com>
15971 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.threads/step-after-sr-lock.c: New file.
15974 * gdb.threads/step-after-sr-lock.exp: New file.
15975
b5ee5a50
PA
159762014-02-07 Pedro Alves <palves@redhat.com>
15977
15978 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15979
3c77faf3
JK
159802014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15981
15982 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15983 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15984
6dddc817
DE
159852014-02-06 Doug Evans <xdje42@gmail.com>
15986
15987 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15988 output.
15989
15990 * gdb.gdb/python-interrupts.exp: New file.
15991
de7b2893
YQ
159922014-02-05 Yao Qi <yao@codesourcery.com>
15993
15994 * gdb.trace/report.exp (use_collected_data): Test the output
15995 of "info threads" and "info inferiors".
15996
66d032ac
YQ
159972014-02-05 Yao Qi <yao@codesourcery.com>
15998
15999 Revert this patch:
16000
16001 2013-05-24 Yao Qi <yao@codesourcery.com>
16002
16003 * gdb.trace/tfile.exp: Test inferior and thread.
16004
591a12a1
UW
160052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16006
16007 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16008 on a function.
16009 * gdb.base/step-bt.c: Call hello via function pointer to make
16010 sure its first instruction is executed on powerpc64le-linux.
16011
0ff3e01f
UW
160122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16013
16014 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16015
084ee545
UW
160162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16017
16018 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16019 of the test patterns for use on little-endian systems.
16020
6ed14ff3
UW
160212014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16022
16023 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16024 (decimal_vector): Fix for little-endian.
16025
401e27fd
JM
160262014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16027
16028 * gdb.arch/sparc-sysstep.exp: New file.
16029 * gdb.arch/sparc-sysstep.c: Likewise.
16030
16031 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16032
8b924729
EBM
160332014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16034
16035 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16036
fb151210
JB
160372014-01-23 Tom Tromey <tromey@redhat.com>
16038
16039 * gdb.ada/array_char_idx: New testcase.
16040
0740f8d8
TT
160412014-01-23 Tom Tromey <tromey@redhat.com>
16042
16043 PR python/16487:
16044 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16045 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16046 classes.
16047
21909fa1
TT
160482014-01-23 Tom Tromey <tromey@redhat.com>
16049
16050 PR python/16491:
16051 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16052 string from an inferior frame.
16053 * gdb.python/py-framefilter-mi.exp: Update.
16054
87ce2a04
DE
160552014-01-22 Doug Evans <dje@google.com>
16056
16057 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16058
237b092b
AA
160592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16060
16061 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16062
d674a709
AA
160632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16064
16065 * gdb.trace/entry-values.exp: Remove excess space character from
16066 regex patterns. Handle s390 call instruction.
16067
20fa3390
AA
160682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16069
16070 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16071 define "*_start" label. Make "name" static.
16072 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16073 ${name} by references to ${name}_start.
16074
78466714
AA
160752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16076
16077 * gdb.base/info-macros.exp: Remove "debug" from the compile
16078 options.
16079
ec9f644a
IB
160802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16081
16082 * gdb.dlang/demangle.exp: New file.
16083
94b1b47e
IB
160842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16085
16086 * gdb.dlang/primitive-types.exp: New file.
16087
7f420862
IB
160882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16089
16090 * configure.ac: Create gdb.dlang/Makefile.
16091 * configure: Regenerate.
16092 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16093 * gdb.dlang/Makefile.in: New file.
16094 * lib/d-support.exp: New file.
16095 * lib/gdb.exp (skip_d_tests): New proc.
16096
52834460
MM
160972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16098
16099 * gdb.btrace/delta.exp: Check reverse stepi.
16100 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16101 * gdb.btrace/finish.exp: New.
16102 * gdb.btrace/next.exp: New.
16103 * gdb.btrace/nexti.exp: New.
16104 * gdb.btrace/record_goto.c: Add comments.
16105 * gdb.btrace/step.exp: New.
16106 * gdb.btrace/stepi.exp: New.
16107 * gdb.btrace/multi-thread-step.c: New.
16108 * gdb.btrace/multi-thread-step.exp: New.
16109 * gdb.btrace/rn-dl-bind.c: New.
16110 * gdb.btrace/rn-dl-bind.exp: New.
16111 * gdb.btrace/data.c: New.
16112 * gdb.btrace/data.exp: New.
16113 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16114
6e07b1d2
MM
161152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16116
16117 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16118 * gdb.btrace/exception.exp: Update.
16119 * gdb.btrace/instruction_history.exp: Update.
16120 * gdb.btrace/record_goto.exp: Update.
16121 * gdb.btrace/tailcall.exp: Update.
16122 * gdb.btrace/unknown_functions.exp: Update.
16123 * gdb.btrace/delta.exp: New.
16124
0b722aec
MM
161252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16126
16127 * gdb.btrace/record_goto.exp: Add backtrace test.
16128 * gdb.btrace/tailcall.exp: Add backtrace test.
16129
066ce621
MM
161302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16131
16132 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16133 * gdb.btrace/record_goto.c: New.
16134 * gdb.btrace/record_goto.exp: New.
16135 * gdb.btrace/x86-record_goto.S: New.
16136
0688d04e
MM
161372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16138
16139 * gdb.btrace/function_call_history.exp: Update tests.
16140 * gdb.btrace/instruction_history.exp: Update tests.
16141
8710b709
MM
161422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16143
16144 * gdb.btrace/function_call_history.exp: Fix expected field
16145 order for "record function-call-history".
16146 Add new tests for "record function-call-history /c".
16147 * gdb.btrace/exception.cc: New.
16148 * gdb.btrace/exception.exp: New.
16149 * gdb.btrace/tailcall.exp: New.
16150 * gdb.btrace/x86-tailcall.S: New.
16151 * gdb.btrace/x86-tailcall.c: New.
16152 * gdb.btrace/unknown_functions.c: New.
16153 * gdb.btrace/unknown_functions.exp: New.
16154 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16155
5de9129b
MM
161562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16157
16158 * gdb.btrace/instruction_history.exp: Update.
16159 * gdb.btrace/function_call_history.exp: Update.
16160
23a7fe75
MM
161612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16162
16163 * gdb.btrace/function_call_history.exp: Fix expected function
16164 trace.
16165 * gdb.btrace/instruction_history.exp: Initialize traced.
16166 Remove traced_functions.
16167
724c7dd8
MM
161682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16169
16170 * gdb.btrace/function_call_history.exp: Update
16171 * gdb.btrace/instruction_history.exp: Update.
16172
6d78d93b
MM
161732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16174
16175 * gdb.btrace/enable.exp: Update expected text.
16176
93a360cc
OJ
161772014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16178
16179 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16180 bytes.
16181
3772b53f
MR
161822014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16183
16184 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16185
596662fa
OJ
161862014-01-15 Omair Javaid <omair.javaid@linaro.org>
16187
16188 * lib/gdb.exp (supports_process_record): Return true for
16189 arm*-linux*. (supports_reverse): Likewise.
16190
b5b08fb4
SC
161912014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16192
16193 PR python/15464
16194 PR python/16113
16195 * gdb.python/py-type.c: Enhance test case.
16196 * gdb.python/py-value-cc.cc: Likewise
16197 * gdb.python/py-type.exp: Add new tests.
16198 * gdb.python/py-value-cc.exp: Likewise
16199
52d7fb13
AA
162002014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16201 Pedro Alves <palves@redhat.com>
16202
16203 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16204 Make "name" extern.
16205 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16206 references to ${name}_start by references to ${name}.
16207
a2cd8cfe
JB
162082014-01-10 Joel Brobecker <brobecker@adacore.com>
16209
16210 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16211
4e23fced
JB
162122014-01-10 Joel Brobecker <brobecker@adacore.com>
16213
16214 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16215
c6a9e42c
PA
162162014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16217 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16220 mi_gdb_target_load.
c6a9e42c 16221
b7ea362b
PA
162222014-01-08 Pedro Alves <palves@redhat.com>
16223
16224 * gdb.threads/reconnect-signal.c: New file.
16225 * gdb.threads/reconnect-signal.exp: New file.
16226
5e3f4fab
EBM
162272014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16228
16229 * gdb.base/source-dir.exp: New file.
16230
79301218
JB
162312014-01-07 Joel Brobecker <brobecker@adacore.com>
16232
16233 * gdb.ada/mi_interface: New testcase.
16234
8e355c5d
JB
162352014-01-07 Joel Brobecker <brobecker@adacore.com>
16236
16237 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16238 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16239 gdb.ada/pp-rec-component/pck.ads: New files.
16240
c0d48811
JB
162412014-01-07 Joel Brobecker <brobecker@adacore.com>
16242
16243 * gdb.python/py-pp-integral.c: New file.
16244 * gdb.python/py-pp-integral.py: New file.
16245 * gdb.python/py-pp-integral.exp: New file.
16246
17b609c3 16247For older changes see ChangeLog-1993-2013.
c906108c 16248\f
8d8cb839
EZ
16249;; Local Variables:
16250;; mode: change-log
16251;; left-margin: 8
16252;; fill-column: 74
16253;; version-control: never
16254;; End:
902f2ccb 16255
42a4f53d 16256 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16257 Copying and distribution of this file, with or without modification,
16258 are permitted provided the copyright notice and this notice are preserved.