elf/x86-64: Adjust relocation for PE/x86-64 inputs
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
337882d4
TV
12020-09-16 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
4 get the gdb prompt after issuing "monitor exit".
5
7361f908
TV
62020-09-16 Tom de Vries <tdevries@suse.de>
7
8 PR testsuite/26624
9 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
10
4d91ddd3
TV
112020-09-16 Tom de Vries <tdevries@suse.de>
12
13 PR testsuite/26618
14 * gdb.tui/new-layout.exp: Escape unbalanced braces.
15
08cc37dd
TT
162020-09-15 Tom Tromey <tromey@adacore.com>
17
18 PR rust/26197:
19 * lib/rust-support.exp (rust_llvm_version): New proc.
20 * gdb.rust/simple.exp: Check rust_llvm_version.
21
ee6372f2
TV
222020-09-14 Tom de Vries <tdevries@suse.de>
23
24 * gdb.rust/traits.exp: Fix PATH warning.
25
dc3a371e
PA
262020-09-13 Pedro Alves <pedro@palves.net>
27
28 * gdb.base/catch-follow-exec.c (main): Add explicit return
29 statement.
30 * gdb.base/catch-signal.c (main): Likewise.
31 * gdb.base/condbreak-call-false.c (main): Likewise.
32 * gdb.base/consecutive.c (main): Add explicit return
33 statement and return type.
34 * gdb.base/cursal.c (main): Add explicit return statement.
35 * gdb.base/cvexpr.c (main): Likewise.
36 * gdb.base/display.c (main): Add explicit return statement and
37 return type.
38 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
39 * gdb.base/endianity.c (main): Likewise.
40 * gdb.base/execd-prog.c (main): Likewise.
41 * gdb.base/gdb1090.c (main): Likewise.
42 * gdb.base/info_qt.c (main): Likewise.
43 * gdb.base/lineinc.c (main): Likewise.
44 * gdb.base/load-command.c (main): Likewise.
45 * gdb.base/macscp1.c (main): Likewise.
46 * gdb.base/pr10179-a.c (main): Likewise.
47 * gdb.base/quit-live.c (main): Likewise.
48 * gdb.base/scope0.c (main): Likewise.
49 * gdb.base/settings.c (main): Likewise.
50 * gdb.base/stack-checking.c (main): Return int.
51 * gdb.base/varargs.c (main): Add explicit return statement.
52 * gdb.cp/ambiguous.cc (main): Likewise.
53 * gdb.cp/anon-struct.cc (main): Likewise.
54 * gdb.cp/anon-union.cc (main): Likewise.
55 * gdb.cp/bool.cc (main): Likewise.
56 * gdb.cp/bs15503.cc (main): Likewise.
57 * gdb.cp/cplusfuncs.cc (main): Likewise.
58 * gdb.cp/cttiadd.cc (main): Likewise.
59 * gdb.cp/extern-c.cc (main): Likewise.
60 * gdb.cp/filename.cc (main): Likewise.
61 * gdb.cp/formatted-ref.cc (main): Likewise.
62 * gdb.cp/mb-ctor.cc (main): Likewise.
63 * gdb.cp/member-ptr.cc (main): Likewise.
64 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
65 * gdb.cp/overload-const.cc (main): Likewise.
66 * gdb.cp/paren-type.cc (main): Likewise.
67 * gdb.cp/parse-lang.cc (main): Likewise.
68 * gdb.cp/pr-1023.cc (main): Likewise.
69 * gdb.cp/psmang1.cc (main): Likewise.
70 * gdb.cp/readnow-language.cc (main): Likewise.
71 * gdb.cp/ref-params.cc (main): Likewise.
72 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
73 * gdb.cp/virtbase2.cc (main): Likewise.
74 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
75 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
76 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
77 * gdb.mi/mi-console.c (main): Likewise.
78 * gdb.mi/mi-read-memory.c (main): Likewise.
79 * gdb.modula2/multidim.c (main): Likewise.
80 * gdb.opt/inline-small-func.c (main): Likewise.
81 * gdb.python/py-rbreak.c (main): Likewise.
82 * gdb.stabs/exclfwd1.c (main): Likewise.
83 * gdb.trace/qtro.c (main): Likewise.
84
af26601c
PA
852020-09-13 Pedro Alves <pedro@palves.net>
86
87 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
88 instead of getenv.
89
2f4b83cd
PA
902020-09-13 Pedro Alves <pedro@palves.net>
91
92 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
93 instead of spawning GDB with remote_spawn.
94 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
95 gdb_spawn instead of spawning GDB with remote_spawn.
96
c49da0e4
PA
972020-09-13 Pedro Alves <pedro@palves.net>
98
99 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
100 file and add calls to first and second.
101 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
102 add call to f.
103
6791b117
PA
1042020-09-13 Pedro Alves <pedro@palves.net>
105
106 * gdb.mi/mi-break-qualified.cc: New file.
107 * gdb.mi/mi-break-qualified.exp: New file.
108 * lib/mi-support.exp (mi_create_breakpoint_multi)
109 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
110 procedures.
111 (mi_create_breakpoint_1): New, factored out from
112 mi_create_breakpoint.
113
3b8d4c5c
PA
1142020-09-13 Pedro Alves <pedro@palves.net>
115
116 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
117 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
118 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
119 (register_class): Delete.
120 (main): Don't call register_class.
121
d5f96005
PA
1222020-09-13 Pedro Alves <pedro@palves.net>
123
124 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
125 (do_tests): Remove "calling method for small class" test.
126 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
127 (register_class): Delete.
128 (main): Don't call register_class.
129 * gdb.cp/call-method-register.exp: New file, based on bits removed
130 from classes.exp.
131 * gdb.cp/call-method-register.cc: New file, based on bits removed
132 from classes.cc.
133
77f2120b
PA
1342020-09-13 Pedro Alves <pedro@palves.net>
135
136 * gdb.base/msym-bp-2.c: New.
137 * gdb.base/msym-bp-shl-lib.c: New file.
138 * gdb.base/msym-bp-shl-main-2.c: New file.
139 * gdb.base/msym-bp-shl-main.c: New file.
140 * gdb.base/msym-bp-shl.exp: New file.
141 * gdb.base/msym-bp.c: New file.
142 * gdb.base/msym-bp.exp: New file.
143
32aea73e
JB
1442020-09-13 Joel Brobecker <brobecker@adacore.com>
145
146 * gdb.base/default.exp: Change $_gdb_major to 11.
147
2a67f09d
FW
1482020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
149 Felix Willgerodt <Felix.Willgerodt@intel.com>
150
151 * x86-avx512bf16.c: New file.
152 * x86-avx512bf16.exp: Likewise.
153 * lib/gdb.exp (skip_avx512bf16_tests): New function.
154
ad570dd7
TV
1552020-09-11 Tom de Vries <tdevries@suse.de>
156
157 PR exp/26602
158 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
159
a56f7391
TBA
1602020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
161
162 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
163
918619e5
AM
1642020-09-10 Alan Modra <amodra@gmail.com>
165
166 PR 26597
167 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
168
cac1e71d
TV
1692020-09-08 Tom de Vries <tdevries@suse.de>
170
171 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
172 after gdb_starti_cmd.
173
c5cd900e
AKS
1742020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
175
176 * lib/fortran.exp (fortran_complex8): New proc.
177 (fortran_complex16): New proc.
178 * gdb.fortran/complex.exp: Use routines from fortran.exp
179 * gdb.fortran/pointer-to-pointer.exp: Likewise.
180 * gdb.fortran/vla-ptr-info.exp: Likewise.
181
8f5c6526
TV
1822020-09-03 Tom de Vries <tdevries@suse.de>
183
184 PR breakpoint/26546
185 * gdb.base/label-without-address.exp: Runto main first.
186
02c6f3f1
TT
1872020-09-02 Tom Tromey <tromey@adacore.com>
188
189 * gdb.ada/mi_var_access.exp: Test children of access variable.
190 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
191 * gdb.ada/mi_var_array.exp: Update.
192
efe24f05
KB
1932020-08-31 Kevin Buettner <kevinb@redhat.com>
194
195 * gdb.base/corefile.exp (warning-free): XFAIL test when running
196 on docker w/ AUFS storage driver.
197
973695d6
KB
1982020-08-31 Kevin Buettner <kevinb@redhat.com>
199
200 * gdb.base/corefile2.exp (renamed binfile): New tests.
201
f3bd50f1
SM
2022020-08-31 Simon Marchi <simon.marchi@efficios.com>
203
204 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
205
22b9b4b0
SL
2062020-08-31 Simon Marchi <simon.marchi@efficios.com>
207
208 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
209 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
210
8efaf6b3
SM
2112020-08-31 Simon Marchi <simon.marchi@efficios.com>
212
213 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
214 output, printing a "not saved" value from history and printing a
215 convenience variable created from a "not saved" value.
216
e840f2e3
TV
2172020-08-31 Tom de Vries <tdevries@suse.de>
218
219 * gdb.base/eh_return.exp: Use nopie.
220
8f57f343
PA
2212020-08-28 Pedro Alves <pedro@palves.net>
222
223 * gdb.base/advance-until-multiple-locations.exp
224 (advance_overload, until_overload): Adjust to match the
225 frame/function header instead of the source line text.
226
626d2320
TV
2272020-08-28 Tom de Vries <tdevries@suse.de>
228
229 * gdb.base/label-without-address.c: New test.
230 * gdb.base/label-without-address.exp: New file.
231
df631783
PA
2322020-08-27 Pedro Alves <pedro@palves.net>
233
234 PR gdb/26523
235 PR gdb/26524
236 * gdb.base/advance-until-multiple-locations.cc: New.
237 * gdb.base/advance-until-multiple-locations.exp: New.
238
48b076bb
SM
2392020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
240
241 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
242
c2015ce4
AB
2432020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.arch/amd64-byte.exp: Make test names unique, use
246 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
247 * gdb.arch/amd64-dword.exp: Likewise.
248 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
249 * gdb.arch/amd64-stap-special-operands.exp: Make test names
250 unique.
251 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
252 * gdb.arch/amd64-word.exp: Make test names unique, use
253 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
254 * gdb.arch/i386-byte.exp: Make test names unique, use
255 gdb_breakpoint.
256 * gdb.arch/i386-word.exp: Likewise.
257
995d3a19
SV
2582020-08-25 Shahab Vahedi <shahab@synopsys.com>
259
260 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
261
8cac2b31
SM
2622020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
263
264 PR gdb/26532
265 * gdb.threads/stepi-random-signal.exp: Update pattern.
266
2bc19622
SM
2672020-08-25 Simon Marchi <simon.marchi@efficios.com>
268
269 PR gdb/26532
270 * gdb.base/ui-redirect.exp: Update pattern.
271
b04aa1fc
GB
2722020-08-25 Gary Benson <gbenson@redhat.com>
273
274 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
275 when compiling with clang.
8571e9c8 276 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 277
9f68b453
GB
2782020-08-25 Gary Benson <gbenson@redhat.com>
279
280 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
281 Add additional_flags=-Wno-inaccessible-base when compiling
282 with GCC >= 10.1 or clang. Add additional_flags=-w when
283 compiling with GCC < 10.
284
3945d2d7
GM
2852020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
286
287 PR m2/26372
fc5d6901
SM
288 * gdb.modula2/multidim.c: New file.
289 * gdb.modula2/multidim.exp: New file.
3945d2d7 290
60122dbe
SM
2912020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
292
293 * lib/gdb.exp (runto): Always emit fail on internal error.
294
1eb8556f
SM
2952020-08-24 Simon Marchi <simon.marchi@efficios.com>
296
297 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
298 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
299 Likewise.
300 * gdb.threads/stepi-random-signal.exp: Likewise.
301
33bf4c5c
TBA
3022020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
303
304 * gdb.base/print-file-var.exp: Fix typo "breapoint".
305 * gdb.trace/strace.exp: Ditto.
306
c2fd7fae
AKS
3072020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
308
309 * gdb.fortran/vla-type.exp: Skip commands not required for
310 the Flang compiled binaries after prologue fix.
311
326afb72
TT
3122020-08-17 Tom de Vries <tdevries@suse.de>
313 Tom Tromey <tromey@adacore.com>
314
315 PR rust/26197:
316 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
317
3ae7ab99
TT
3182020-08-17 Tom Tromey <tromey@adacore.com>
319
320 * gdb.ada/mi_var_access.exp: New file.
321 * gdb.ada/mi_var_access/mi_access.adb: New file.
322 * gdb.ada/mi_var_access/pck.adb: New file.
323 * gdb.ada/mi_var_access/pck.ads: New file.
324
f569c1c5
TV
3252020-08-16 Tom de Vries <tdevries@suse.de>
326
327 PR gdb/25350
328 * gdb.base/eh_return.c: New test.
329 * gdb.base/eh_return.exp: New file.
330
3d11c30a
TV
3312020-08-15 Tom de Vries <tdevries@suse.de>
332
333 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
334 (mixed_func_1d_): Use fortran_charlen_t in decl.
335
547ce8f0
TV
3362020-08-15 Tom de Vries <tdevries@suse.de>
337
338 PR backtrace/26390
339 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
340 Update expected pattern.
341
a54a7f13
PA
3422020-08-13 Pedro Alves <pedro@palves.net>
343
344 * gdb.fortran/complex.exp: Check skip_fortran_tests.
345 * gdb.fortran/library-module.exp: Likewise.
346 * gdb.fortran/logical.exp: Likewise.
347 * gdb.fortran/module.exp: Likewise.
348 * gdb.fortran/print_type.exp: Likewise.
349 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
350 * gdb.fortran/vla-datatypes.exp: Likewise.
351 * gdb.fortran/vla-history.exp: Likewise.
352 * gdb.fortran/vla-ptr-info.exp: Likewise.
353 * gdb.fortran/vla-ptype-sub.exp: Likewise.
354 * gdb.fortran/vla-ptype.exp: Likewise.
355 * gdb.fortran/vla-sizeof.exp: Likewise.
356 * gdb.fortran/vla-type.exp: Likewise.
357 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
358 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
359 * gdb.fortran/vla-value-sub.exp: Likewise.
360 * gdb.fortran/vla-value.exp: Likewise.
361
7a82e903
PA
3622020-08-13 Pedro Alves <pedro@palves.net>
363
364 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
365 * gdb.ada/access_to_packed_array.exp: Likewise.
366 * gdb.ada/access_to_unbounded_array.exp: Likewise.
367 * gdb.ada/addr_arith.exp: Likewise.
368 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
369 * gdb.ada/arr_arr.exp: Likewise.
370 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
371 * gdb.ada/array_bounds.exp: Likewise.
372 * gdb.ada/array_of_variable_length.exp: Likewise.
373 * gdb.ada/array_ptr_renaming.exp: Likewise.
374 * gdb.ada/array_subscript_addr.exp: Likewise.
375 * gdb.ada/arraydim.exp: Likewise.
376 * gdb.ada/arrayparam.exp: Likewise.
377 * gdb.ada/arrayptr.exp: Likewise.
378 * gdb.ada/assign_1.exp: Likewise.
379 * gdb.ada/assign_arr.exp: Likewise.
380 * gdb.ada/atomic_enum.exp: Likewise.
381 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
382 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
383 * gdb.ada/bias.exp: Likewise.
384 * gdb.ada/boolean_expr.exp: Likewise.
385 * gdb.ada/bp_c_mixed_case.exp: Likewise.
386 * gdb.ada/bp_enum_homonym.exp: Likewise.
387 * gdb.ada/bp_inlined_func.exp: Likewise.
388 * gdb.ada/bp_on_var.exp: Likewise.
389 * gdb.ada/bp_range_type.exp: Likewise.
390 * gdb.ada/bp_reset.exp: Likewise.
391 * gdb.ada/call_pn.exp: Likewise.
392 * gdb.ada/catch_assert_if.exp: Likewise.
393 * gdb.ada/catch_ex.exp: Likewise.
394 * gdb.ada/catch_ex_std.exp: Likewise.
395 * gdb.ada/char_enum.exp: Likewise.
396 * gdb.ada/char_param.exp: Likewise.
397 * gdb.ada/complete.exp: Likewise.
398 * gdb.ada/cond_lang.exp: Likewise.
399 * gdb.ada/convvar_comp.exp: Likewise.
400 * gdb.ada/dgopt.exp: Likewise.
401 * gdb.ada/disc_arr_bound.exp: Likewise.
402 * gdb.ada/display_nested.exp: Likewise.
403 * gdb.ada/dot_all.exp: Likewise.
404 * gdb.ada/dyn_loc.exp: Likewise.
405 * gdb.ada/dyn_stride.exp: Likewise.
406 * gdb.ada/excep_handle.exp: Likewise.
407 * gdb.ada/expr_delims.exp: Likewise.
408 * gdb.ada/expr_with_funcall.exp: Likewise.
409 * gdb.ada/exprs.exp: Likewise.
410 * gdb.ada/fin_fun_out.exp: Likewise.
411 * gdb.ada/fixed_cmp.exp: Likewise.
412 * gdb.ada/formatted_ref.exp: Likewise.
413 * gdb.ada/frame_arg_lang.exp: Likewise.
414 * gdb.ada/frame_args.exp: Likewise.
415 * gdb.ada/fullname_bp.exp: Likewise.
416 * gdb.ada/fun_addr.exp: Likewise.
417 * gdb.ada/fun_in_declare.exp: Likewise.
418 * gdb.ada/fun_overload_menu.exp: Likewise.
419 * gdb.ada/fun_renaming.exp: Likewise.
420 * gdb.ada/funcall_char.exp: Likewise.
421 * gdb.ada/funcall_param.exp: Likewise.
422 * gdb.ada/funcall_ptr.exp: Likewise.
423 * gdb.ada/funcall_ref.exp: Likewise.
424 * gdb.ada/homonym.exp: Likewise.
425 * gdb.ada/info_addr_mixed_case.exp: Likewise.
426 * gdb.ada/info_auto_lang.exp: Likewise.
427 * gdb.ada/info_exc.exp: Likewise.
428 * gdb.ada/info_types.exp: Likewise.
429 * gdb.ada/int_deref.exp: Likewise.
430 * gdb.ada/interface.exp: Likewise.
431 * gdb.ada/iwide.exp: Likewise.
432 * gdb.ada/lang_switch.exp: Likewise.
433 * gdb.ada/length_cond.exp: Likewise.
434 * gdb.ada/maint_with_ada.exp: Likewise.
435 * gdb.ada/mi_catch_assert.exp: Likewise.
436 * gdb.ada/mi_catch_ex.exp: Likewise.
437 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
438 * gdb.ada/mi_dyn_arr.exp: Likewise.
439 * gdb.ada/mi_ex_cond.exp: Likewise.
440 * gdb.ada/mi_exc_info.exp: Likewise.
441 * gdb.ada/mi_interface.exp: Likewise.
442 * gdb.ada/mi_prot.exp: Likewise.
443 * gdb.ada/mi_ref_changeable.exp: Likewise.
444 * gdb.ada/mi_string_access.exp: Likewise.
445 * gdb.ada/mi_task_arg.exp: Likewise.
446 * gdb.ada/mi_task_info.exp: Likewise.
447 * gdb.ada/mi_var_array.exp: Likewise.
448 * gdb.ada/mi_var_union.exp: Likewise.
449 * gdb.ada/mi_variant.exp: Likewise.
450 * gdb.ada/minsyms.exp: Likewise.
451 * gdb.ada/mod_from_name.exp: Likewise.
452 * gdb.ada/nested.exp: Likewise.
453 * gdb.ada/null_array.exp: Likewise.
454 * gdb.ada/optim_drec.exp: Likewise.
455 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
456 * gdb.ada/packed_array_assign.exp: Likewise.
457 * gdb.ada/packed_tagged.exp: Likewise.
458 * gdb.ada/pp-rec-component.exp: Likewise.
459 * gdb.ada/print_chars.exp: Likewise.
460 * gdb.ada/print_pc.exp: Likewise.
461 * gdb.ada/ptr_typedef.exp: Likewise.
462 * gdb.ada/ptype_arith_binop.exp: Likewise.
463 * gdb.ada/ptype_array.exp: Likewise.
464 * gdb.ada/ptype_field.exp: Likewise.
465 * gdb.ada/ptype_tagged_param.exp: Likewise.
466 * gdb.ada/ptype_union.exp: Likewise.
467 * gdb.ada/py_range.exp: Likewise.
468 * gdb.ada/py_taft.exp: Likewise.
469 * gdb.ada/rdv_wait.exp: Likewise.
470 * gdb.ada/rec_comp.exp: Likewise.
471 * gdb.ada/rec_return.exp: Likewise.
472 * gdb.ada/ref_param.exp: Likewise.
473 * gdb.ada/ref_tick_size.exp: Likewise.
474 * gdb.ada/rename_subscript_param.exp: Likewise.
475 * gdb.ada/repeat_dyn.exp: Likewise.
476 * gdb.ada/same_component_name.exp: Likewise.
477 * gdb.ada/same_enum.exp: Likewise.
478 * gdb.ada/scalar_storage.exp: Likewise.
479 * gdb.ada/set_wstr.exp: Likewise.
480 * gdb.ada/small_reg_param.exp: Likewise.
481 * gdb.ada/str_binop_equal.exp: Likewise.
482 * gdb.ada/str_ref_cmp.exp: Likewise.
483 * gdb.ada/str_uninit.exp: Likewise.
484 * gdb.ada/sub_variant.exp: Likewise.
485 * gdb.ada/sym_print_name.exp: Likewise.
486 * gdb.ada/taft_type.exp: Likewise.
487 * gdb.ada/tagged.exp: Likewise.
488 * gdb.ada/tagged_access.exp: Likewise.
489 * gdb.ada/task_bp.exp: Likewise.
490 * gdb.ada/task_switch_in_core.exp: Likewise.
491 * gdb.ada/tasks.exp: Likewise.
492 * gdb.ada/tick_last_segv.exp: Likewise.
493 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
494 * gdb.ada/type_coercion.exp: Likewise.
495 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
496 * gdb.ada/unchecked_union.exp: Likewise.
497 * gdb.ada/uninitialized_vars.exp: Likewise.
498 * gdb.ada/var_arr_attrs.exp: Likewise.
499 * gdb.ada/var_arr_typedef.exp: Likewise.
500 * gdb.ada/var_rec_arr.exp: Likewise.
501 * gdb.ada/variant-record.exp: Likewise.
502 * gdb.ada/variant.exp: Likewise.
503 * gdb.ada/variant_record_packed_array.exp: Likewise.
504 * gdb.ada/varsize_limit.exp: Likewise.
505 * gdb.ada/whatis_array_val.exp: Likewise.
506 * gdb.ada/widewide.exp: Likewise.
507 * gdb.ada/win_fu_syms.exp: Likewise.
508
5092020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
510
511 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
512
10c381b5
AB
5132020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
516 unset the array variable.
517
8f34b746
TV
5182020-08-03 Tom de Vries <tdevries@suse.de>
519
520 PR symtab/26333
521 * lib/dwarf.exp (DW_LNE_user): New proc.
522 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
523 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
524
0245e136
KB
5252020-07-31 Kevin Buettner <kevinb@redhat.com>
526
527 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
528 to 'uintptr_t'
529 (inttypes.h): Include.
530
9ef1ec5d
KB
5312020-07-31 Kevin Buettner <kevinb@redhat.com>
532
533 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
534 (C5_24k): Delete.
535 (C5_8k, C5_64k, C5_256k): New macros.
536 (buf_ro): Allocate 256 KiB of initialized data.
537
4c55e970
TBA
5382020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
539
540 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
541 that attempt to overwrite an existing condition with a condition
542 that fails parsing and also with a condition that parses fine
543 but contains junk at the end.
544
1e620590
TBA
5452020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
546
547 * gdb.base/condbreak-bad.c: New test.
548 * gdb.base/condbreak-bad.exp: New file.
549
e12dcc50
TV
5502020-07-30 Tom de Vries <tdevries@suse.de>
551
552 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
553 out of ...
554 (GDBInfoModuleSymbols::check_entry): ... here.
555 (GDBInfoModuleSymbols::check_optional_entry): New proc.
556 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
557 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
558
6cc64caa
TV
5592020-07-30 Tom de Vries <tdevries@suse.de>
560
561 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
562 "__class_some_module_Number_t" optional.
563
90fd07fc
TV
5642020-07-29 Tom de Vries <tdevries@suse.de>
565
566 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
567 multiple locations.
568
f5c79e97
TV
5692020-07-29 Tom de Vries <tdevries@suse.de>
570
571 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
572 rather than function name.
573
f75a0693
AB
5742020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 PR symtab/26270:
577 * gdb.cp/disasm-func-name.cc: New file.
578 * gdb.cp/disasm-func-name.exp: New file.
579
4888741a
TT
5802020-07-28 Tom Tromey <tromey@adacore.com>
581
582 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
583 'varval' location.
584
43d5901d
AB
5852020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.python/py-unwind.py: Update to make use of a register
588 descriptor.
589
14fa8fb3
AB
5902020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.python/py-arch-reg-names.exp: Add additional tests.
593
e79eb02f
AB
5942020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 PR fortran/23051
597 PR fortran/26139
598 * gdb.fortran/class-allocatable-array.exp: New file.
599 * gdb.fortran/class-allocatable-array.f90: New file.
600 * gdb.fortran/pointer-to-pointer.exp: New file.
601 * gdb.fortran/pointer-to-pointer.f90: New file.
602
876518dd
TV
6032020-07-25 Tom de Vries <tdevries@suse.de>
604
605 PR symtab/26243
606 * gdb.dwarf2/dw2-line-number-zero.c: New test.
607 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
608
6dcfb80a
TV
6092020-07-24 Tom de Vries <tdevries@suse.de>
610
611 PR testsuite/26293
612 * gdb.ada/mi_prot.exp: Require gnatmake-8.
613
e7bc9db8
PA
6142020-07-23 Pedro Alves <pedro@palves.net>
615
616 * gdb.server/server-kill.exp (prepare): New, factored out from the
617 top level.
618 (kill_server): New.
619 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
620 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
621
78344df7
AB
6222020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
625
25dfed24
SL
6262020-07-22 Sandra Loosemore <sandra@codesourcery.com>
627
628 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
629 Initialize to empty string at top level.
630 (gdb_wrapper_init): Revert check for file existence on build.
631 Build the wrapper in its default place, not a build-specific
632 location. When host == build, make the pathname absolute.
633 (gdb_compile): Delete leftover declaration of
634 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
635 string instead of uninitialized.
636
7da515fd
KB
6372020-07-22 Kevin Buettner <kevinb@redhat.com>
638
639 * gdb.base/corefile2.exp: New file.
640 * gdb.base/coremaker2.exp: New file.
641
9c5ec5c2
KB
6422020-07-22 Kevin Buettner <kevinb@redhat.com>
643
644 * gdb.base/coredump-filter.exp: Add second
645 non-Private-Shared-Anon-File test.
646 (test_disasm): Rename binfile for test which is expected
647 to fail.
648
f9e233c9
KB
6492020-07-22 Kevin Buettner <kevinb@redhat.com>
650
651 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
652 data in core file".
653 * gdb.base/coremaker.c (buf2ro): New global.
654 (mmapdata): Add a read-only mmap mapping.
655
94c265d7
KB
6562020-07-22 Kevin Buettner <kevinb@redhat.com>
657
658 PR corefiles/25631
659 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
660 New test.
661 * gdb.base/coremaker.c (buf3): New global.
662 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
663 flags.
664
6652020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
666
667 * gdb.base/coremaker.c (filler_ro): New global constant.
668
32fa152e
TT
6692020-07-22 Tom Tromey <tromey@adacore.com>
670
671 * gdb.ada/mi_prot.exp: New file.
672 * gdb.ada/mi_prot/pkg.adb: New file.
673 * gdb.ada/mi_prot/pkg.ads: New file.
674 * gdb.ada/mi_prot/prot.adb: New file.
675
c8474dc3
TBA
6762020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
677
678 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
679 loads two JITers.
680
baf8791e
AB
6812020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.python/py-arch-reg-groups.exp: Additional tests.
684
f7306dac
AB
6852020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.python/py-arch-reg-names.exp: Additional tests.
688
6d3d6e4b
TV
6892020-07-21 Tom de Vries <tdevries@suse.de>
690
691 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
692 breakpoint locations".
693 * gdb.reverse/solib-reverse.exp: Same.
694
803d0592
TV
6952020-07-21 Tom de Vries <tdevries@suse.de>
696
697 * gdb.reverse/step-reverse.c (callee): Merge statements.
698
e9bdc510
TV
6992020-07-21 Tom de Vries <tdevries@suse.de>
700
701 * gdb.fortran/info-modules.exp (info module variables): Allow missing
702 line numbers for some variables.
703
f0f9e75a
TV
7042020-07-21 Tom de Vries <tdevries@suse.de>
705
706 * gdb.opt/inline-locals.c (init_array): New func.
707 (func1): Use init_array.
708 * gdb.opt/inline-locals.exp: Update pattern.
709
bd460ecb
TV
7102020-07-21 Tom de Vries <tdevries@suse.de>
711
712 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
713 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
714
ae5369e7
LC
7152020-07-20 Ludovic Courtès <ludo@gnu.org>
716
717 * gdb.guile/source2.scm: Add #f first argument to 'format'.
718 * gdb.guile/types-module.exp: Remove "ERROR:" from
719 regexps since Guile 3.0 no longer prints that.
720
68cf161c
LC
7212020-07-20 Ludovic Courtès <ludo@gnu.org>
722
723 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
724 error regexp to match on Guile 2.2.
725
c14b4913
GB
7262020-07-20 Gary Benson <gbenson@redhat.com>
727
728 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
729 with clang.
730
b243ba58
TV
7312020-07-20 Tom de Vries <tdevries@suse.de>
732
733 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
734 (omp_set_lock_in_order): New function.
735 (single_scope, multi_scope, nested_func, nested_parallel): Use
736 omp_set_lock_in_order and omp_unset_lock.
737 (main): Init and destroy lock and lock2.
738
c06ad8b5
TV
7392020-07-20 Tom de Vries <tdevries@suse.de>
740
741 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
742
6e22f117
TV
7432020-07-20 Tom de Vries <tdevries@suse.de>
744
745 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
746
33176ea7
TV
7472020-07-17 Tom de Vries <tdevries@suse.de>
748
749 * gdb.base/valgrind-infcall-2.c: New test.
750 * gdb.base/valgrind-infcall-2.exp: New file.
751 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
752
90c3ec2d
TV
7532020-07-17 Tom de Vries <tdevries@suse.de>
754
755 * gdb.dlang/circular.c (found): Use found_label as label name.
756 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
757 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
758 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
759 * gdb.dwarf2/ada-linkage-name.exp: Same.
760 * gdb.dwarf2/arr-subrange.exp: Same.
761 * gdb.dwarf2/atomic-type.exp: Same.
762 * gdb.dwarf2/comp-unit-lang.exp: Same.
763 * gdb.dwarf2/cpp-linkage-name.exp: Same.
764 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
765 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
766 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
767 * gdb.dwarf2/implptr-64bit.exp: Same.
768 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
769 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
770 * gdb.dwarf2/imported-unit.exp: Same.
771 * gdb.dwarf2/main-subprogram.exp: Same.
772 * gdb.dwarf2/missing-type-name.exp: Same.
773 * gdb.dwarf2/nonvar-access.exp: Same.
774 * gdb.dwarf2/struct-with-sig.exp: Same.
775 * gdb.dwarf2/typedef-void-finish.exp: Same.
776 * gdb.dwarf2/void-type.exp: Same.
777
10da644d
TV
7782020-07-17 Tom de Vries <tdevries@suse.de>
779
780 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
781 src parameter.
782 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
783 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
784 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
785 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
786 * gdb.dwarf2/dwz.exp: Same.
787 * gdb.dwarf2/implptr-optimized-out.exp: Same.
788 * gdb.dwarf2/implref-array.exp: Same.
789 * gdb.dwarf2/implref-const.exp: Same.
790 * gdb.dwarf2/implref-global.exp: Same.
791 * gdb.dwarf2/implref-struct.exp: Same.
792 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
793 * gdb.dwarf2/opaque-type-lookup.exp: Same.
794 * gdb.dwarf2/var-access.exp: Same.
795 * gdb.dwarf2/varval.exp: Same.
796 * gdb.trace/entry-values.exp: Same.
797
315e6afc
TV
7982020-07-17 Tom de Vries <tdevries@suse.de>
799
800 * lib/dwarf.exp (Dwarf::extern): Remove.
801 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
802 * gdb.dlang/circular.exp: Same.
803 * gdb.dwarf2/comp-unit-lang.exp: Same.
804 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
805 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
806 * gdb.dwarf2/dwz.exp: Same.
807 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
808 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
809 * gdb.dwarf2/imported-unit.exp: Same.
810 * gdb.dwarf2/opaque-type-lookup.exp: Same.
811
5597c940
SL
8122020-07-16 Sandra Loosemore <sandra@codesourcery.com>
813
814 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
815 Use double quotes instead of single quotes.
816
d0ce17d8
CT
8172020-07-16 Caroline Tice <cmtice@google.com>
818
819 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
820 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
821
853772cc
TV
8222020-07-16 Tom de Vries <tdevries@suse.de>
823
824 * lib/dwarf.exp (program): Initialize _line.
825 (DW_LNE_end_sequence): Reinitialize _line.
826 (DW_LNS_advance_line): Update _line.
827 (line): New proc.
828 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
829 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
830 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
831 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
832 * gdb.dwarf2/dw2-is-stmt.exp: Same.
833 * gdb.dwarf2/dw2-ranges-func.exp: Same.
834
fe07b572
AB
8352020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
838 generic.
839
52781cce
TV
8402020-07-15 Tom de Vries <tdevries@suse.de>
841
842 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
843 is_amd64_regs_target.
844
3dcc261c
AB
8452020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.fortran/ptype-on-functions.exp: Add more tests.
848 * gdb.fortran/ptype-on-functions.f90: Likewise.
849
054a0959
SM
8502020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
851
852 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
853 values in documentation for addr_size to 4 and 8.
854
ccb9eba6
AB
8552020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.arch/amd64-osabi.exp: Update.
858 * gdb.arch/arm-disassembler-options.exp: Update.
859 * gdb.arch/powerpc-disassembler-options.exp: Update.
860 * gdb.arch/ppc64-symtab-cordic.exp: Update.
861 * gdb.arch/s390-disassembler-options.exp: Update.
862 * gdb.base/all-architectures.exp.tcl: Update.
863 * gdb.base/attach-pie-noexec.exp: Update.
864 * gdb.base/catch-syscall.exp: Update.
865 * gdb.xml/tdesc-arch.exp: Update.
866
025a39a7
TV
8672020-07-14 Tom de Vries <tdevries@suse.de>
868
869 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
870 (local_gettid): ... this.
871 (fn): Update.
872
74e4b667
SL
8732020-07-13 Sandra Loosemore <sandra@codesourcery.com>
874
875 * gdb.base/info_sources.exp: Skip directory match tests on
876 remote hosts.
877
f413dd74
GB
8782020-07-13 Gary Benson <gbenson@redhat.com>
879
880 * gdb.base/savedregs.exp (caller): Use parentheses to
881 make expected expression evaluation ordering explicit.
882
915771bb
GB
8832020-07-13 Gary Benson <gbenson@redhat.com>
884
885 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
886
2a122642
GB
8872020-07-13 Gary Benson <gbenson@redhat.com>
888
889 * gdb.base/bigcore.c (main): Use a volatile pointer when
890 attempting to trigger a SIGSEGV.
891 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
892 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
893 * gdb.base/savedregs.c (thrower): Likewise.
894 * gdb.mi/mi-syn-frame.c (bar): Likewise.
895
3f00c730
GB
8962020-07-13 Gary Benson <gbenson@redhat.com>
897
898 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
899 defining and using VLA structure fields into...
900 * gdb.base/vla-struct-fields.c: New file.
901 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
902 tests into...
903 * gdb.base/vla-struct-fields.exp: New file.
904
963eeee4
TV
9052020-07-13 Tom de Vries <tdevries@suse.de>
906
907 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
908 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
909 * gdb.base/gold-gdb-index.exp: Same.
910 * gdb.base/morestack.exp: Same.
911
0ed35c9a
DX
9122020-07-11 Daniel Xu <dxu@dxuuu.xyz>
913
914 PR rust/26121
915 * gdb.rust/modules.rs: Prevent linker from discarding test
916 symbol.
917
4fdba23d
PA
9182020-07-10 Pedro Alves <pedro@palves.net>
919
920 PR gdb/26199
921 * gdb.multi/multi-target.c (exit_thread): New.
922 (thread_start): Break loop if EXIT_THREAD.
923 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
924 (top level) Call test_no_resumed.
925
15f3b077
TT
9262020-07-08 Tom Tromey <tromey@adacore.com>
927
928 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
929 * gdb.ada/catch_ex.exp: Examine catchpoint text.
930
9fc501fd
AB
9312020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 PR python/22748
934 * gdb.opt/inline-frame-tailcall.c: New file.
935 * gdb.opt/inline-frame-tailcall.exp: New file.
936 * gdb.python/py-unwind-inline.c: New file.
937 * gdb.python/py-unwind-inline.exp: New file.
938 * gdb.python/py-unwind-inline.py: New file.
939
64cb3757
AB
9402020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * gdb.python/py-arch-reg-groups.exp: New file.
943
0f767f94
AB
9442020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.python/py-arch-reg-names.exp: New file.
947
87dbc774
AB
9482020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
951 gdb.PendingFrame.architecture method.
952
d8cc8af6
TV
9532020-07-06 Tom de Vries <tdevries@suse.de>
954
955 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
956
3c8ea5be
PA
9572020-07-03 Pedro Alves <palves@redhat.com>
958
959 * gdb.base/structs2.c (main): Adjust second parem_reg call to
960 explicitly write negative numbers.
961 * gdb.base/structs2.exp: Adjust expected output.
962
bf90c83a
PA
9632020-07-03 Pedro Alves <palves@redhat.com>
964
965 * gdb.base/charset.c (init_string): Change all char parameters to
966 unsigned char parameters.
967
2eb82157
PA
9682020-07-03 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/call-sc.exp (start_scalars_test): Use
971 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
972 * gdb.base/overlays.c: Remove references to PARAMS.
973 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
974 * gdb.base/reread.exp: Don't set 'prototypes' global.
975 * gdb.base/structs.exp (start_structs_test): Use
976 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
977 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
978 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
979 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
980 call.
981 * gdb.base/varargs.exp: Don't set 'prototypes' global.
982
9adda7af
PA
9832020-07-03 Pedro Alves <palves@redhat.com>
984
985 * gdb.base/m32rovly.c: Delete.
986 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
987
2a17c803
PW
9882020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
989
990 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
991 of gdb_py_test_multiple.
992 * gdb.python/py-cmd.exp: Likewise.
993 * gdb.python/py-events.exp: Likewise.
994 * gdb.python/py-function.exp: Likewise.
995 * gdb.python/py-inferior.exp: Likewise.
996 * gdb.python/py-infthread.exp: Likewise.
997 * gdb.python/py-linetable.exp: Likewise.
998 * gdb.python/py-parameter.exp: Likewise.
999 * gdb.python/py-value.exp: Likewise.
1000
b011fe1a
TV
10012020-06-30 Tom de Vries <tdevries@suse.de>
1002
1003 PR testsuite/26175
1004 * lib/future.exp (gdb_default_target_compile): Detect and handle
1005 early_flags.
1006
df5b8876
SM
10072020-06-29 Simon Marchi <simon.marchi@efficios.com>
1008
1009 * boards/simavr.exp (gdb_load): Catch errors when closing
1010 previous connection. Close connection, wait for process and
1011 unset simavr_spawn_id on failure.
1012
a3ca48cd
TV
10132020-06-29 Tom de Vries <tdevries@suse.de>
1014
1015 * lib/gdb.exp (unknown): Make test-case unresolved.
1016
b0237c0e
TV
10172020-06-29 Tom de Vries <tdevries@suse.de>
1018
1019 PR gdb/25475
1020 * gdb.server/solib-list.exp: Verify that the symbol reload
1021 confirmation question is asked.
1022
c0b3b3bd
PW
10232020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1024
1025 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1026 have a input seq nr in each pass message.
fe4c3d43 1027 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1028 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1029 * gdb.python/python.exp: Make test names unique,
1030 use gdb_test_multiline instead of gdb_py_test_multiple,
1031 use $gdb_test_name.
1032 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1033
1776e3e5
NA
10342020-06-26 Nick Alcock <nick.alcock@oracle.com>
1035
1036 * configure.ac: Add --enable-libctf.
1037 * aclocal.m4: sinclude ../config/enable.m4.
1038 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1039 * lib/gdb.exp (skip_ctf_tests): Use it.
1040 * gdb.base/ctf-constvars.exp: Error message tweak.
1041 * gdb.base/ctf-ptype.exp: Likewise.
1042 * configure: Regenerate.
1043
f53b3eeb
GB
10442020-06-26 Gary Benson <gbenson@redhat.com>
1045
1046 * gdb.cp/try_catch.cc: Include string.h.
1047 (main): Replace comparison against string literal with
1048 strcmp, avoiding build failure with -Wstring-compare.
1049 Add "marker test-complete".
1050 * gdb.cp/try_catch.exp: Run the test to the above marker,
1051 then verify that the value of "test" is still true.
1052
6d74da72
AB
10532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1056
2e52d038
AB
10572020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1060
3b9fce96
AB
10612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1064 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1065 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1066 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1067 * gdb.arch/riscv-tdesc-loading.exp: New file.
1068
ed69cbc8
AB
10692020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1072
767a879e
AB
10732020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1076 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1077 * gdb.arch/riscv-tdesc-regs.c: New file.
1078 * gdb.arch/riscv-tdesc-regs.exp: New file.
1079
221db974
PA
10802020-06-24 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.arch/amd64-entry-value-paramref.exp: Use
1083 prepare_for_testing_full and don't pass "c++" for the .S file
1084 build spec.
1085 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1086 $options, since it's an assembly file. Remove -Wno-deprecated.
1087 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1088 compiling C++ programs.
1089
331733cd
PA
10902020-06-24 Pedro Alves <palves@redhat.com>
1091
1092 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1093 Clang, add "-Wno-unknown-warning-option" to the options.
1094
caa7fd04
AB
10952020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1096
1097 * gdb.xml/tdesc-reload.c: New file.
1098 * gdb.xml/tdesc-reload.exp: New file.
1099 * gdb.xml/maint-xml-dump-01.xml: New file.
1100 * gdb.xml/maint-xml-dump-02.xml: New file.
1101 * gdb.xml/maint-xml-dump.exp: New file.
1102
bb8d1260
SL
11032020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1104
1105 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1106 Adjust for omitted commands when TUI is disabled.
1107
7e4b9c4c
GB
11082020-06-23 Gary Benson <gbenson@redhat.com>
1109 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1112 * gdb.cp/nsimport.cc: Likewise.
1113 * gdb.cp/nsnested.cc: Likewise.
1114 * gdb.cp/nsnoimports.cc: Likewise.
1115 * gdb.cp/nsusing.cc: Likewise.
1116 * gdb.cp/smartp.cc: Likewise.
1117 * gdb.python/py-pp-integral.c: Likewise.
1118 * gdb.python/py-pp-re-notag.c: Likewise.
1119
2e573c0a
GB
11202020-06-23 Gary Benson <gbenson@redhat.com>
1121
1122 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1123 * gdb.cp/nsimport.cc: Likewise.
1124 * gdb.cp/nsnested.cc: Likewise.
1125 * gdb.cp/nsnoimports.cc: Likewise.
1126 * gdb.cp/nsusing.cc: Likewise.
1127 * gdb.cp/smartp.cc: Likewise.
1128 * gdb.python/py-pp-integral.c: Likewise.
1129 * gdb.python/py-pp-re-notag.c: Likewise.
1130
746ebfe8
PW
11312020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1132
1133 * gdb.base/default-args.exp: New test.
1134 * gdb.base/default-args.c: New file.
1135 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1136 * gdb.base/default.exp: Update to new help text.
1137 * gdb.base/help.exp: Likewise.
1138 * gdb.base/page.exp: Likewise.
1139 * gdb.base/style.exp: Likewise.
1140 * gdb.guile/guile.exp: Likewise.
1141 * gdb.python/python.exp: Likewise.
1142
e822f2cd
SL
11432020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1144
1145 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1146 remote host. Fix search path syntax on Windows host.
1147
48e9cc84
PW
11482020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1149
1150 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1151 over 'exec-file-mismatch'.
1152 * gdb.base/attach.c: Mark should_exit volatile.
1153 * gdb.base/attach2.c: Likewise. Add a comment explaining
1154 why the sleep cannot be big.
1155 * gdb.base/attach3.c: New file.
1156
160f8a8f
SL
11572020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1158
1159 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1160 prefix optional.
1161
4d91c2a4
SL
11622020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1163
1164 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1165 for remote host.
1166
87f83f20
SL
11672020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1168 Hafiz Abid Qadeer <abidh@codesourcery.com>
1169
1170 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1171 file sent to remote host.
1172 (top level): Allow int32_t as type of 32-bit register.
1173
37ab8655
TV
11742020-06-19 Tom de Vries <tdevries@suse.de>
1175
1176 * lib/gdb.exp (gdb_note): New proc.
1177 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1178 (gdb_default_target_compile): ... here. Only call
1179 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1180 (use_gdb_compile): Change to array.
1181 (toplevel): Update sets of use_gdb_compile to specify language.
1182 Warn about default_target_compile override. Store dejagnu's version
1183 of default_target_compile in dejagnu_default_target_compile.
1184
a8a56685
TV
11852020-06-18 Tom de Vries <tdevries@suse.de>
1186
1187 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1188 (default_gdb_init): ... here.
1189
581bea2c
SL
11902020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1191
1192 Fix TUI support checks in gdb.tui tests.
1193
1194 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1195 just say UNSUPPORTED.
1196 * gdb.tui/corefile-run.exp: Likewise.
1197 * gdb.tui/empty.exp: Likewise.
1198 * gdb.tui/list-before.exp: Likewise.
1199 * gdb.tui/list.exp: Likewise.
1200 * gdb.tui/main.exp: Likewise.
1201 * gdb.tui/regs.exp: Likewise.
1202 * gdb.tui/resize.exp: Likewise.
1203 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1204 * gdb.tui/tui-layout-asm.exp: Likewise.
1205 * gdb.tui/tui-missing-src.exp: Likewise.
1206 * gdb.tui/winheight.exp: Likewise.
1207 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1208
05e682e3
SL
12092020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1210
1211 Fix TCL error in gdb.python/py-format-string.exp.
1212
1213 * gdb.python/py-format-string.exp: Move test for python support
1214 earlier, out of function body.
1215
efb763a5
SM
12162020-06-15 Simon Marchi <simon.marchi@efficios.com>
1217
1218 * gdb.base/index-cache-load-twice.c: New.
1219 * gdb.base/index-cache-load-twice.exp: New.
1220
43327b20
KS
12212020-06-17 Keith Seitz <keiths@redhat.com>
1222
99cf27cf 1223 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1224 when executing "gdb --configuration".
1225
081e778c
TV
12262020-06-17 Tom de Vries <tdevries@suse.de>
1227
1228 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1229 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1230 conditional on presence of gdb_tcl_unknown.
1231 (gdb_finish): Make override undo conditional on presence of
1232 gdb_tcl_unknown.
1233
d2d1ea20
TT
12342020-06-16 Tom Tromey <tom@tromey.com>
1235
1236 * gdb.python/tui-window.py (failwin): New function. Register it
1237 as a TUI window type.
1238 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1239
c802e8a7
GB
12402020-06-16 Gary Benson <gbenson@redhat.com>
1241
1242 * gdb.python/py-nested-maps.c (create_map): Add missing return
1243 value.
1244 (create_map_map): Likewise.
1245
ff08abb8
TBA
12462020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1247
1248 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1249 variable.
1250 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1251 and use the already-defined 'options' variable.
1252
a29d5112
AB
12532020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1254 Tom de Vries <tdevries@suse.de>
1255
1256 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1257 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1258 (gdb_setup_known_globals): New proc.
1259 (gdb_cleanup_globals): New proc.
1260 * lib/gdb.exp (load_lib): New override proc.
1261 (gdb_stdin_log_init): Set var in_file as persistent global.
1262 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1263 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1264 fpc_compiler as persistent global.
1265
8c74a764
TV
12662020-06-12 Tom de Vries <tdevries@suse.de>
1267
1268 * lib/tuiterm.exp (spawn): Rename to ...
1269 (tui_spawn): ... this.
1270 (toplevel): Move rename of spawn ...
1271 (gdb_init_tuiterm): ... here. New proc.
1272 (gdb_finish_tuiterm): New proc.
1273 * lib/gdb.exp (gdb_finish_hooks): New global var.
1274 (gdb_finish): Handle gdb_finish_hooks.
1275 (tuiterm_env): New proc.
1276 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1277 tuiterm_env.
1278 * gdb.tui/basic.exp: Same.
1279 * gdb.tui/corefile-run.exp: Same.
1280 * gdb.tui/empty.exp: Same.
1281 * gdb.tui/list-before.exp: Same.
1282 * gdb.tui/list.exp: Same.
1283 * gdb.tui/main.exp: Same.
1284 * gdb.tui/new-layout.exp: Same.
1285 * gdb.tui/regs.exp: Same.
1286 * gdb.tui/resize.exp: Same.
1287 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1288 * gdb.tui/tui-layout-asm.exp: Same.
1289 * gdb.tui/tui-missing-src.exp: Same.
1290 * gdb.tui/winheight.exp: Same.
1291
26783bce
TV
12922020-06-12 Tom de Vries <tdevries@suse.de>
1293
1294 PR testsuite/26110
1295 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1296 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1297
2b4e6a3f
TT
12982020-06-11 Tom Tromey <tom@tromey.com>
1299
1300 PR gdb/18318:
1301 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1302 floating point tests.
1303
2f33032a
KS
13042020-06-11 Keith Seitz <keiths@redhat.com>
1305
1306 PR gdb/21356
1307 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1308 vla_struct.
1309 Add new struct vla_typedef and union vla_typedef_union and
1310 corresponding instantiation objects.
1311 Initialize new objects.
1312 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1313 and vla_typedef_union_object.
1314 Fixup type for vla_struct_object.
1315
a8baf0a3
TV
13162020-06-11 Tom de Vries <tdevries@suse.de>
1317
1318 * lib/gdb.exp (with_override): New proc, factored out of ...
1319 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1320
7ab96794
TV
13212020-06-10 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1324
cab5c3b7
SM
13252020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1326
1327 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1328 parameter, update callers.
1329
f8c41851
SM
13302020-06-04 Simon Marchi <simon.marchi@efficios.com>
1331
1332 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1333 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1334 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1335
1c07a73f
TV
13362020-06-04 Tom de Vries <tdevries@suse.de>
1337
1338 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1339
95146b5d
TV
13402020-06-04 Tom de Vries <tdevries@suse.de>
1341
1342 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1343 exp_continue.
1344
0cfcd4f0
TV
13452020-06-04 Tom de Vries <tdevries@suse.de>
1346
1347 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1348
f9b5d5ea
TV
13492020-06-03 Tom de Vries <tdevries@suse.de>
1350
1351 PR symtab/26046
1352 * gdb.cp/breakpoint-locs-2.cc: New test.
1353 * gdb.cp/breakpoint-locs.cc: New test.
1354 * gdb.cp/breakpoint-locs.exp: New file.
1355 * gdb.cp/breakpoint-locs.h: New test.
1356
5144dfba
TV
13572020-06-03 Tom de Vries <tdevries@suse.de>
1358
1359 PR testsuite/25609
1360 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1361 value of global verbose.
1362 * gdb.base/jit-elf.exp: Same.
1363 * gdb.base/jit-reader.exp: Same.
1364
621eacdf
TV
13652020-06-02 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.dwarf2/multidictionary.exp: Don't use
1368 gdb_spawn_with_cmdline_opts.
1369
1313c56e
AB
13702020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1373 use_header case.
1374 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1375 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1376 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1377 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1378 * gdb.dwarf2/dw2-inline-header.c: New file.
1379 * gdb.dwarf2/dw2-inline-header.h: New file.
1380
f68f85b5
PA
13812020-05-30 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1384 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1385
678048e8
GB
13862020-05-29 Gary Benson <gbenson@redhat.com>
1387
1388 * gdb.compile/compile-cplus.exp (additional_flags): Also
1389 set when building with clang.
1390 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1391 when building with clang.
1392
9fcafd23
GB
13932020-05-29 Gary Benson <gbenson@redhat.com>
1394
1395 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1396 building with clang.
1397 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1398
735d5a07
GB
13992020-05-29 Gary Benson <gbenson@redhat.com>
1400
1401 * gdb.cp/koenig.exp (prepare_for_testing): Add
1402 additional_flags=-Wno-unused-comparison.
1403 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1404
4ad2c6a0
GB
14052020-05-28 Gary Benson <gbenson@redhat.com>
1406
1407 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1408 statement.
1409
09fe663e
GB
14102020-05-28 Gary Benson <gbenson@redhat.com>
1411
1412 * gdb.cp/classes.exp (prepare_for_testing): Add
1413 additional_flags=-Wno-deprecated-register.
1414 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1415 * gdb.cp/misc.exp: Likewise.
1416
cee00f17
GB
14172020-05-28 Gary Benson <gbenson@redhat.com>
1418
1419 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1420 (test_op_new::operator new): Add return statement.
1421 (test_op_new_array::operator new[]): Likewise.
1422
636edd00
PA
14232020-05-27 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1426 check. Use test_gdb_complete_unique instead of
1427 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1428 test_gdb_complete_multiple instead of
1429 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1430
c2b75043
LM
14312020-05-27 Luis Machado <luis.machado@linaro.org>
1432
1433 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1434 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1435 * gdb.arch/arm-disassembler-options.exp: Likewise.
1436 * gdb.arch/arm-disp-step.exp: Likewise.
1437 * gdb.arch/thumb-prologue.exp: Likewise.
1438 * gdb.base/async.exp: Likewise.
1439 * gdb.base/auxv.exp: Likewise.
1440 * gdb.base/complex-parts.exp: Likewise.
1441 * gdb.base/ena-dis-br.exp: Likewise.
1442 * gdb.base/foll-exec.exp: Likewise.
1443 * gdb.base/permissions.exp: Likewise.
1444 * gdb.base/relocate.exp: Likewise.
1445 * gdb.base/return2.exp: Likewise.
1446 * gdb.base/sigbpt.exp: Likewise.
1447 * gdb.base/siginfo-obj.exp: Likewise.
1448 * gdb.cp/converts.exp: Likewise.
1449 * gdb.cp/exceptprint.exp: Likewise.
1450 * gdb.cp/inherit.exp: Likewise.
1451 * gdb.cp/nsnoimports.exp: Likewise.
1452 * gdb.cp/virtbase2.exp: Likewise.
1453 * gdb.mi/mi-var-cmd.exp: Likewise.
1454 * gdb.mi/var-cmd.c: Likewise.
1455
53a47a3e
TT
14562020-05-26 Tom Tromey <tromey@adacore.com>
1457
1458 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1459
0bc2354b
TT
14602020-05-26 Tom Tromey <tromey@adacore.com>
1461
1462 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1463 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1464 type.
1465 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1466 variable.
1467
0db49895
CBG
14682020-05-26 Christian Biesinger <cbiesinger@google.com>
1469
1470 * Makefile.in: Use = instead of == for the test command
1471 for portability.
1472
40d22035
TV
14732020-05-26 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.base/gold-gdb-index-2.c: New test.
1476 * gdb.base/gold-gdb-index.c: New test.
1477 * gdb.base/gold-gdb-index.exp: New file.
1478 * gdb.base/gold-gdb-index.h: New test.
1479
043e2e02
TV
14802020-05-25 Tom de Vries <tdevries@suse.de>
1481
1482 * boards/gold-gdb-index.exp: New file.
1483
462f72c5
SM
14842020-05-25 Simon Marchi <simon.marchi@efficios.com>
1485
1486 * boards/simavr.exp: New file.
1487
6cf66e76
SM
14882020-05-25 Simon Marchi <simon.marchi@efficios.com>
1489
1490 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1491 * gdb.base/inferior-args.exp: New file.
1492 * gdb.base/inferior-args.c: New file.
1493
75d04512
SM
14942020-05-25 Simon Marchi <simon.marchi@efficios.com>
1495
1496 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1497 inferior_args. Pass it to gdb_reload.
1498 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1499 inferior_args.
1500 (gdb_reload): Add inferior_args argument.
1501 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1502 pass it to gdbserver_run.
1503 * boards/native-gdbserver.exp: Do not set noargs.
1504 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1505 inferior_args argument.
1506 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1507 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1508 * gdb.base/args.exp: Likewise.
1509
42cf1844
TV
15102020-05-25 Tom de Vries <tdevries@suse.de>
1511
1512 * lib/gdb.exp (exec_is_pie): Add comment.
1513
8f7d38ef
TV
15142020-05-25 Tom de Vries <tdevries@suse.de>
1515
1516 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1517 instead of $binfile in the untested message.
1518
465e1b0f
TV
15192020-05-25 Tom de Vries <tdevries@suse.de>
1520
1521 PR testsuite/26031
1522 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1523
3c5a0e02
TV
15242020-05-25 Tom de Vries <tdevries@suse.de>
1525
1526 * boards/gold.exp: New file.
1527
0a4f5f8c
TT
15282020-05-23 Tom Tromey <tom@tromey.com>
1529
1530 * gdb.base/style.exp: Remove completion styling test.
1531 * lib/gdb-utils.exp (style): Remove completion styles.
1532
eca1f90c
TT
15332020-05-23 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.base/style.exp: Add completion styling test.
1536 * lib/gdb-utils.exp (style): Add completion styles.
1537
7c13f4e8
AB
15382020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 * gdb.base/annota1.exp: Update expected results.
1541 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1542 test name.
1543 * gdb.cp/annota3.exp: Update expected results.
1544
41977d16
SM
15452020-05-20 Simon Marchi <simon.marchi@efficios.com>
1546
1547 PR gdb/26016
1548 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1549 against MAP_FAILED.
1550 * gdb.base/coremaker.c (mmapdata): Likewise.
1551 * gdb.base/jit-reader-host.c (main): Likewise.
1552 * gdb.base/sym-file-loader.c (load): Likewise.
1553 (load_shlib): Likewise.
1554
b4757f2e
TT
15552020-05-20 Tom Tromey <tromey@adacore.com>
1556
1557 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1558
9a0bacfb
TV
15592020-05-20 Tom de Vries <tdevries@suse.de>
1560
1561 PR symtab/25833
1562 * gdb.base/with-mf-inc.c: New test.
1563 * gdb.base/with-mf-main.c: New test.
1564 * gdb.base/with-mf.exp: New file.
1565
76571211
TT
15662020-05-19 Tom Tromey <tromey@adacore.com>
1567
1568 * gdb.rust/simple.exp: Restore missing test result.
1569
4cd9f3d5
TV
15702020-05-19 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.base/gdb-caching-proc.exp: Fix typo.
1573
7d874253
TT
15742020-05-19 Tom Tromey <tromey@adacore.com>
1575
1576 * gdb.rust/simple.exp: Add some test descriptions.
1577 (test_one_slice): Use with_test_prefix.
1578
1d727695
TV
15792020-05-18 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1582
7f32a4d5
PA
15832020-05-17 Pedro Alves <palves@redhat.com>
1584
1585 PR gdb/25741
1586 * gdb.base/hw-sw-break-same-address.exp: New file.
1587
7cfd74cf
PA
15882020-05-16 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1591 LAST_LOADED_FILE accordingly.
1592
57b4f16e
PW
15932020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1594
1595 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1596
7c05caf7
PW
15972020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1598
1599 * gdb.base/help.exp: Test apropos and help for commands
1600 having aliases. Fixed comments not starting with an
1601 upper-case letter or not finishing with a dot.
1602
7aa1b46f
PW
16032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1604
3b3aaacb
PW
1605 * gdb.base/alias.exp: Update help output check.
1606
57b4f16e 16072020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1608
7aa1b46f
PW
1609 * gdb.base/default.exp: Update output following fixes.
1610
0605465f
PW
16112020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1612
1613 * gdb.base/alias.exp: Test aliases starting with a prefix of
1614 another alias.
1615
86e4e63d
GB
16162020-05-15 Gary Benson <gbenson@redhat.com>
1617
1618 * gdb.base/info-os.c (main): Add return statement.
1619 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1620 * gdb.base/large-frame-2.c (func): Likewise.
1621 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1622 * gdb.base/pr10179-b.c (foo2): Likewise.
1623 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1624 * gdb.base/watch-cond.c (func): Likewise.
1625 * gdb.multi/goodbye.c (verylongfun): Likewise.
1626 * gdb.multi/hello.c (commonfun): Likewise.
1627 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1628 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1629 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1630 Likewise.
1631 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1632 * gdb.threads/interrupt-while-step-over.c (child_function):
1633 Likewise.
1634 * gdb.trace/actions-changed.c (end): Likewise.
1635
163df4df
GB
16362020-05-15 Gary Benson <gbenson@redhat.com>
1637
1638 * gdb.opencl/callfuncs.exp: Report when test skipped.
1639 * gdb.opencl/convs_casts.exp: Likewise.
1640 * gdb.opencl/datatypes.exp: Likewise.
1641 * gdb.opencl/operators.exp: Likewise.
1642 * gdb.opencl/vec_comps.exp: Likewise.
1643
6dbc505a
TV
16442020-05-15 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.base/align.exp.in: Rename to ...
1647 * gdb.base/align.exp.tcl: ... this.
1648 * gdb.base/align-c++.exp: Update.
1649 * gdb.base/align-c.exp: Update.
1650 * gdb.base/all-architectures.exp.in: Rename to ...
1651 * gdb.base/all-architectures.exp: ... this.
1652 * gdb.base/all-architectures-0.exp: Update.
1653 * gdb.base/all-architectures-1.exp: Update.
1654 * gdb.base/all-architectures-2.exp: Update.
1655 * gdb.base/all-architectures-3.exp: Update.
1656 * gdb.base/all-architectures-4.exp: Update.
1657 * gdb.base/all-architectures-5.exp: Update.
1658 * gdb.base/all-architectures-6.exp: Update.
1659 * gdb.base/all-architectures-7.exp: Update.
1660 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1661 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1662 * gdb.base/infcall-nested-structs-c++.exp: Update.
1663 * gdb.base/infcall-nested-structs-c.exp: Update.
1664 * gdb.base/info-types.exp.in: Rename to ...
1665 * gdb.base/info-types.exp.tcl: ... this.
1666 * gdb.base/info-types-c++.exp: Update.
1667 * gdb.base/info-types-c.exp: Update.
1668 * gdb.base/max-depth.exp.in: Rename to ...
1669 * gdb.base/max-depth.exp.tcl: ... this.
1670 * gdb.base/max-depth-c++.exp: Update.
1671 * gdb.base/max-depth-c.exp: Update.
1672 * gdb.cp/cpexprs.exp.in: Rename to ...
1673 * gdb.cp/cpexprs.exp.tcl: ... this.
1674 * gdb.cp/cpexprs-debug-types.exp: Update.
1675 * gdb.cp/cpexprs.exp: Update.
1676 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1677 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1678 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1679 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1680 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1681 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1682 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1683 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1684 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1685 * gdb.dwarf2/clang-debug-names.exp: Update.
1686
d1034d78
AB
16872020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * lib/check-test-names.exp: Remove code that prevents this file
1690 loading when tests are run in parallel.
1691
3c5c3649
PA
16922020-05-15 Pedro Alves <palves@redhat.com>
1693
1694 * gdb.multi/multi-kill.exp (start_inferior): Remove
1695 'testpid' parameter. Refer to namespace variable directly.
1696 (testpid): Declare as namespace variable.
1697
272c36b8
PA
16982020-05-15 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.multi/multi-kill.exp: Wrap in namespace.
1701 (start_inferior): Add TESTPID parameter. Use it instead of the
1702 testpid global.
1703 (top level): Define empty TESTPID array, and pass it down to
1704 start_inferior.
1705
02eba61a
TV
17062020-05-14 Tom de Vries <tdevries@suse.de>
1707
1708 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1709 output.
1710
971a3747
TV
17112020-05-14 Tom de Vries <tdevries@suse.de>
1712
1713 * gdb.base/align.exp: Split into ...
1714 * gdb.base/align.exp.in: ...
1715 * gdb.base/align-c++.exp: ...
1716 * gdb.base/align-c.exp: ... these.
1717 * gdb.base/infcall-nested-structs.exp: Split into ...
1718 * gdb.base/infcall-nested-structs.exp.in: ...
1719 * gdb.base/infcall-nested-structs-c++.exp: ...
1720 * gdb.base/infcall-nested-structs-c.exp: ... these.
1721 * gdb.base/info-types.exp: Split into ...
1722 * gdb.base/info-types.exp.in: ...
1723 * gdb.base/info-types-c++.exp: ...
1724 * gdb.base/info-types-c.exp: ... these.
1725 * gdb.base/max-depth.exp: Split into ...
1726 * gdb.base/max-depth.exp.in: ...
1727 * gdb.base/max-depth-c++.exp: ...
1728 * gdb.base/max-depth-c.exp: ... these.
1729 * gdb.cp/infcall-nodebug.exp: Split into ...
1730 * gdb.cp/infcall-nodebug.exp.in: ...
1731 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1732 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1733 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1734 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1735
a05575d3
TBA
17362020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1737 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.multi/multi-exit.c: New file.
1740 * gdb.multi/multi-exit.exp: New file.
1741 * gdb.multi/multi-kill.c: New file.
1742 * gdb.multi/multi-kill.exp: New file.
1743
6ad82919
TBA
17442020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1745
1746 * gdb.base/annota1.exp: Update the expected output.
1747 * gdb.cp/annota2.exp: Ditto.
1748
843f4d93
AB
17492020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * lib/check-test-names.exp: Disable when testing is being run in
1752 parallel.
1753
c7c66341
TV
17542020-05-12 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.base/jit-elf.exp: Fix string concat.
1757
1b59ca1c
TV
17582020-05-12 Tom de Vries <tdevries@suse.de>
1759
1760 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1761 messages.
1762
b4991d29
TV
17632020-05-12 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1766
dbb0ab10
TV
17672020-05-12 Tom de Vries <tdevries@suse.de>
1768
1769 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1770 * gdb.ada/mi_catch_ex.exp: Same.
1771 * gdb.ada/mi_catch_ex_hand.exp: Same.
1772
7549fed8
TV
17732020-05-12 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.fortran/complex.exp: Use with_test_prefix.
1776
af2d5cd8
TV
17772020-05-12 Tom de Vries <tdevries@suse.de>
1778
1779 * gdb.trace/passcount.exp: Fix test-names.
1780
7c121311
TV
17812020-05-12 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1784
c9f3b40e
TV
17852020-05-12 Tom de Vries <tdevries@suse.de>
1786
1787 * gdb.gdb/complaints.exp: Use with_test_prefix.
1788 * gdb.xml/tdesc-regs.exp: Same.
1789 * gdb.opt/inline-locals.exp: Fix test name.
1790
111b33f0
TV
17912020-05-12 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1794 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1795 * gdb.dwarf2/implref-struct.exp: Same.
1796 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1797 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1798
ebf47080
SM
17992020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1800
1801 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1802
d30dcd12
AB
18032020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * lib/check-test-names.exp (all_test_names): New module variable.
1806 (counts): Add 'duplicates' field.
1807 (_check_duplicates): New procedure.
1808 (check): Also check for duplicates.
1809 (do_log_summary): Print duplicates count.
1810 (do_reset_vars): Reset counter for duplicate test names, and
1811 discard all know test names.
1812
34584c09
AB
18132020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * lib/gdb.exp: Include check-test-names.exp library.
1816 * lib/check-test-names.exp: New file.
1817
e0002117
TV
18182020-05-11 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1821
53f539a3
KS
18222020-05-11 Keith Seitz <keiths@redhat.com>
1823
1824 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1825
113ee09a
TV
18262020-05-11 Tom de Vries <tdevries@suse.de>
1827
1828 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1829 * gdb.cp/cpexprs.exp.in: .. here.
1830 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1831 cpexprs.exp.
1832
ba3e70b0
KS
18332020-05-11 Keith Seitz <keiths@redhat.com>
1834
1835 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1836 test names.
1837 * gdb.ada/arrayptr.exp: Likewise.
1838 * gdb.ada/assign_arr.exp: Likewise.
1839 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1840 * gdb.ada/bp_on_var.exp: Likewise.
1841 * gdb.ada/call_pn.exp: Likewise.
1842 * gdb.ada/complete.exp: Likewise.
1843 * gdb.ada/fun_overload_menu.exp: Likewise.
1844 * gdb.ada/funcall_param.exp: Likewise.
1845 * gdb.ada/funcall_ref.exp: Likewise.
1846 * gdb.ada/packed_array_assign.exp: Likewise.
1847 * gdb.ada/same_component_name.exp: Likewise.
1848 * gdb.ada/type_coercion.exp: Likewise.
1849 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1850 * gdb.ada/variant_record_packed_array.exp: Likewise.
1851
3ee6bb11
TV
18522020-05-11 Tom de Vries <tdevries@suse.de>
1853
1854 PR symtab/25941
1855 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1856 out of ...
1857 * gdb.dwarf2/clang-debug-names.exp: ... here.
1858 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1859 clang-debug-names.exp.in.
1860 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1861 * gdb.dwarf2/clang-debug-names-2.c: New test.
1862
86cd6bc8
AKS
18632020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1864
1865 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1866 (fortran_runto_main): New Proc, fortran version of runto_main.
1867 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1868 * gdb.fortran/array-bounds.exp: Likewise.
1869 * gdb.fortran/array-slices.exp: Likewise.
1870 * gdb.fortran/block-data.exp: Likewise.
1871 * gdb.fortran/charset.exp: Likewise.
1872 * gdb.fortran/common-block.exp: Likewise.
1873 * gdb.fortran/complex.exp: Likewise.
1874 * gdb.fortran/derived-type-function.exp: Likewise.
1875 * gdb.fortran/derived-type.exp: Likewise.
1876 * gdb.fortran/info-modules.exp: Likewise.
1877 * gdb.fortran/info-types.exp: Likewise.
1878 * gdb.fortran/intrinsics.exp: Likewise.
1879 * gdb.fortran/library-module.exp: Likewise.
1880 * gdb.fortran/logical.exp: Likewise.
1881 * gdb.fortran/max-depth.exp: Likewise.
1882 * gdb.fortran/module.exp: Likewise.
1883 * gdb.fortran/multi-dim.exp: Likewise.
1884 * gdb.fortran/nested-funcs.exp: Likewise.
1885 * gdb.fortran/print-formatted.exp: Likewise.
1886 * gdb.fortran/print_type.exp: Likewise.
1887 * gdb.fortran/printing-types.exp: Likewise.
1888 * gdb.fortran/ptr-indentation.exp: Likewise.
1889 * gdb.fortran/ptype-on-functions.exp: Likewise.
1890 * gdb.fortran/subarray.exp: Likewise.
1891 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1892 * gdb.fortran/vla-datatypes.exp: Likewise.
1893 * gdb.fortran/vla-history.exp: Likewise.
1894 * gdb.fortran/vla-ptr-info.exp: Likewise.
1895 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1896 * gdb.fortran/vla-ptype.exp: Likewise.
1897 * gdb.fortran/vla-sizeof.exp: Likewise.
1898 * gdb.fortran/vla-type.exp: Likewise.
1899 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1900 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1901 * gdb.fortran/vla-value-sub.exp: Likewise.
1902 * gdb.fortran/vla-value.exp: Likewise.
1903 * gdb.fortran/whatis_type.exp: Likewise.
1904 * gdb.mi/mi-var-child-f.exp: Likewise.
1905
6dc55ce9 19062020-05-09 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1909
283cb58c
TV
19102020-05-08 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.dwarf2/clang-debug-names.c: New test.
1913 * gdb.dwarf2/clang-debug-names.exp: New file.
1914
ac4a4f1c
SM
19152020-05-06 Simon Marchi <simon.marchi@efficios.com>
1916
1917 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1918 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1919
24fe640b
TV
19202020-05-06 Tom de Vries <tdevries@suse.de>
1921
1922 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1923 breakpoint is at a "recommended breakpoint location".
1924 * gdb.reverse/consecutive-reverse.exp: Same.
1925
0d8683a3
TV
19262020-05-06 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1929 address.
1930
b8983c46
TV
19312020-05-06 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1934
abf6d805
TV
19352020-05-06 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1938 info for r.
1939
0fc2a808
TV
19402020-05-06 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1943 necessary.
1944
873dd427
TV
19452020-05-06 Tom de Vries <tdevries@suse.de>
1946
1947 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1948 void.
1949
7c99e7e2
TV
19502020-05-06 Tom de Vries <tdevries@suse.de>
1951
1952 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1953 of ...
1954 * gdb.base/async.exp: ... here.
1955 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1956 "recommended breakpoint location".
1957
6173d6a6
TV
19582020-05-06 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1961
6015a067
TV
19622020-05-04 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.base/async.exp: Check whether instruction addresses are a
1965 "recommended breakpoint location".
1966
3b6acaee
TT
19672020-05-03 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.base/sepdebug.exp: Remove "catch" test.
1970 * gdb.base/break.exp: Remove "catch" test.
1971 * gdb.base/default.exp: Update expected output.
1972
5beb4d17
TV
19732020-05-02 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1976 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1977 * gdb.arch/i386-mpx-map.exp: Same.
1978 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1979 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1980 * gdb.arch/i386-mpx.exp: Same.
1981
8caf140d
TV
19822020-05-02 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1985
693196cb
TV
19862020-05-01 Tom de Vries <tdevries@suse.de>
1987
1988 * gdb.ada/operator_bp.exp: Allow more than required amount of
1989 breakpoint.
1990
53ae0aa9
TV
19912020-05-01 Tom de Vries <tdevries@suse.de>
1992
1993 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1994
ee9d1e5f
HD
19952020-04-30 Hannes Domani <ssbssa@yahoo.de>
1996
1997 PR gdb/18706
1998 * gdb.cp/stub-array-size.cc: New test.
1999 * gdb.cp/stub-array-size.exp: New file.
2000 * gdb.cp/stub-array-size.h: New test.
2001 * gdb.cp/stub-array-size2.cc: New test.
2002
d5cf82c0
HD
20032020-04-30 Hannes Domani <ssbssa@yahoo.de>
2004
2005 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2006 output to the new format.
2007
42e165c3
SM
20082020-04-29 Simon Marchi <simon.marchi@efficios.com>
2009
2010 * gdb.base/break.exp: Use with_test_prefix.
2011
6e4e3fe1
TV
20122020-04-29 Tom de Vries <tdevries@suse.de>
2013
2014 * lib/gdb.exp (debug_types): New proc.
2015 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2016 * gdb.python/py-symtab.exp: Same.
2017
d642b692
HD
20182020-04-29 Hannes Domani <ssbssa@yahoo.de>
2019
2020 PR gdb/17320
2021 * gdb.base/pretty-array.c: New test.
2022 * gdb.base/pretty-array.exp: New file.
2023
ea90f227
TV
20242020-04-29 Tom de Vries <tdevries@suse.de>
2025
2026 PR symtab/25889
2027 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2028 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2029 and include cpexprs.exp.
2030
a65189c9
TV
20312020-04-28 Mark Williams <mark@myosotissp.com>
2032
2033 PR gdb/24480
2034 * dw4-toplevel-types.exp: Test for top level types.
2035 * dw4-toplevel-types.cc: Test for top level types.
2036
32d1f47a
TBA
20372020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2038
2039 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2040 (theads -> threads).
2041
56a4f5a1
TV
20422020-04-28 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2045
0b2f8a3b
TV
20462020-04-28 Tom de Vries <tdevries@suse.de>
2047
2048 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2049
5390c717
TV
20502020-04-28 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2053
15cd93d0
TV
20542020-04-28 Tom de Vries <tdevries@suse.de>
2055
2056 * gdb.dwarf2/main-foo.c: New test.
2057 * gdb.dwarf2/struct-with-sig.exp: New file.
2058
d472f0fb
TV
20592020-04-25 Tom de Vries <tdevries@suse.de>
2060
2061 * boards/debug-types.exp: New file.
2062
8d840e05
AB
20632020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2066
bcfe6157
TT
20672020-04-24 Tom Tromey <tom@tromey.com>
2068
2069 PR symtab/12707:
2070 * gdb.python/py-symbol.exp: Update expected results for
2071 linkage_name test.
2072 * gdb.cp/print-demangle.exp: New file.
2073 * gdb.base/c-linkage-name.exp: Fix test.
2074 * gdb.guile/scm-symbol.exp: Update expected results for
2075 linkage_name test.
2076
f049a313
TT
20772020-04-24 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2080 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2081 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2082 assembler.
2083
7cf28874
TV
20842020-04-24 Tom de Vries <tdevries@suse.de>
2085
2086 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2087 C++.
2088
dac2fef7
TT
20892020-04-24 Tom Tromey <tromey@adacore.com>
2090
2091 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2092 values.
2093 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2094 values. Update test for minimal encodings.
2095 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2096 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2097 values. Update test for minimal encodings.
2098
1acda803
TT
20992020-04-24 Tom Tromey <tromey@adacore.com>
2100
2101 PR python/23662:
2102 * gdb.ada/variant.exp: Add Python checks.
2103 * gdb.rust/simple.exp: Add dynamic type checks.
2104
adfb9815
TT
21052020-04-24 Tom Tromey <tromey@adacore.com>
2106
2107 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2108 Make array type matching more lax.
2109 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2110 * gdb.ada/mi_variant.exp: New file.
2111 * gdb.ada/mi_variant/pck.ads: New file.
2112 * gdb.ada/mi_variant/pkg.adb: New file.
2113 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2114 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2115
7d79de9a
TT
21162020-04-24 Tom Tromey <tromey@adacore.com>
2117
2118 * gdb.ada/variant.exp: Add dynamic field offset tests.
2119 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2120 * gdb.ada/variant/pkg.adb: Add new variables.
2121
f8e89861
TT
21222020-04-24 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.ada/variant.exp: New file
2125 * gdb.ada/variant/pkg.adb: New file
2126 * gdb.ada/variant/pck.adb: New file
2127
86e887ae
TV
21282020-04-24 Tom de Vries <tdevries@suse.de>
2129
2130 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2131
88428775
TV
21322020-04-24 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2135 flags.
2136
4e86f6e7
TV
21372020-04-24 Tom de Vries <tdevries@suse.de>
2138
2139 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2140
2016d3e6
TV
21412020-04-24 Tom de Vries <tdevries@suse.de>
2142
2143 * lib/gdb.exp (default_gdb_start): Handle eof.
2144 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2145 failure.
2146 * gdb.base/readnever.exp: Handle clean_restart failure.
2147
70bc38f5
TV
21482020-04-23 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.base/decl-before-def.exp: Run to main and print a again.
2151
de82891c
TV
21522020-04-23 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.base/decl-before-def-decl.c: New test.
2155 * gdb.base/decl-before-def-def.c: New test.
2156 * gdb.base/decl-before-def.exp: New file.
2157
96038148
TV
21582020-04-23 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2161
54ac3df1
TV
21622020-04-22 Tom de Vries <tdevries@suse.de>
2163
2164 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2165 debug_info_offset.
2166 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2167 before $objsfile in the line line.
2168
714534e1
TV
21692020-04-22 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2172
16a7dbf4
MS
21732020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2174
2175 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2176 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2177 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2178 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2179 * gdb.base/jit-protocol.h: Update definitions to match all usage
2180 contexts.
2181
21822020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2183
2184 * gdb.base: Rename all jit related test and source files.
2185
21862020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2187
2188 * gdb.base/jit-reader.exp: Relax register output check.
2189
317d2668
TV
21902020-04-22 Tom de Vries <tdevries@suse.de>
2191
2192 PR symtab/25764
2193 * gdb.base/psym-external-decl-2.c: New test.
2194 * gdb.base/psym-external-decl.c: New test.
2195 * gdb.base/psym-external-decl.exp: New file.
2196 * gdb.threads/tls.exp: Add PR25807 kfail.
2197
eea9e357
TV
21982020-04-22 Tom de Vries <tdevries@suse.de>
2199
2200 PR symtab/25801
2201 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2202 in "info source" output.
2203
3d5afab3
TV
22042020-04-22 Tom de Vries <tdevries@suse.de>
2205
2206 PR symtab/25700
2207 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2208 symtab for imported_unit.c.
2209
b32102f6
GB
22102020-04-21 Gary Benson <gbenson@redhat.com>
2211
2212 * gdb.base/advance.c (func): New argument, to match call site.
2213 (func2, func3): Add return statements.
2214
d43b7a2d
TBA
22152020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2216
2217 * gdb.multi/run-only-second-inf.c: New file.
2218 * gdb.multi/run-only-second-inf.exp: New file.
2219
d89edf9b
MM
22202020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2221
2222 * gdb.btrace/multi-inferior.c: New test.
2223 * gdb.btrace/multi-inferior.exp: New file.
2224
1a476b6d
MM
22252020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2226
2227 * gdb.btrace/enable-new-thread.c: New test.
2228 * gdb.btrace/enable-new-thread.exp: New file.
2229
4778a5f8
TV
22302020-04-21 Tom de Vries <tdevries@suse.de>
2231
2232 PR gdb/25471
2233 * gdb.threads/killed-outside.c: New test.
2234 * gdb.threads/killed-outside.exp: New file.
2235
9b2c992c
GB
22362020-04-20 Gary Benson <gbenson@redhat.com>
2237
2238 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2239 * gdb.base/nested-subp2.exp: Likewise.
2240 * gdb.base/nested-subp3.exp: Likewise.
2241
b5d1d6f7
GB
22422020-04-20 Gary Benson <gbenson@redhat.com>
2243
2244 * gdb.base/nested-subp1.exp: Disable test when using clang.
2245 * gdb.base/nested-subp2.exp: Likewise.
2246 * gdb.base/nested-subp3.exp: Likewise.
2247
25230285
GB
22482020-04-20 Gary Benson <gbenson@redhat.com>
2249
2250 * gdb.cp/exception.cc: Fix compilation error with clang.
2251
fa93cc8f
GB
22522020-04-20 Gary Benson <gbenson@redhat.com>
2253
809730f3 2254 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2255
e0c45f30
GB
22562020-04-20 Gary Benson <gbenson@redhat.com>
2257
2258 * gdb.base/jit-main.c: Fix compilation error with clang.
2259
4ddfec93
KR
22602020-04-17 Kamil Rytarowski <n54@gmx.com>
2261
2262 * gdb.base/attach-twice.c: Include "sys/types.h".
2263 (PTRACE_ATTACH): Add fallback definition.
2264 (main): Pass `0' to the 4th argument of `ptrace'.
2265
2bed205e
KR
22662020-04-17 Kamil Rytarowski <n54@gmx.com>
2267
2268 * gdb.base/fork-running-state.c: Include "signal.h".
2269
0743fc83
TT
22702020-04-17 Tom Tromey <tromey@adacore.com>
2271
2272 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2273 Update tests.
2274 * gdb.btrace/cpu.exp: Update tests.
2275 * gdb.base/maint.exp: Update tests.
2276 * gdb.base/default.exp: Update tests.
2277 * gdb.base/completion.exp: Update tests.
2278
efba5c23
TV
22792020-04-16 Tom de Vries <tdevries@suse.de>
2280
2281 PR symtab/25791
2282 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2283 (ensure_gdb_index): and factor out and move ...
2284 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2285 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2286
d191d716
TV
22872020-04-16 Tom de Vries <tdevries@suse.de>
2288
2289 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2290 loading exec.
2291
99f1bc6a
AB
22922020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.base/many-completions.exp: New file.
2295
194d088f
TV
22962020-04-14 Tom de Vries <tdevries@suse.de>
2297
2298 PR symtab/25718
2299 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2300
c1a66c06
TV
23012020-04-14 Tom de Vries <tdevries@suse.de>
2302
2303 PR symtab/25720
2304 * gdb.base/maint-expand-symbols-header-file.c: New test.
2305 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2306 * gdb.base/maint-expand-symbols-header-file.h: New test.
2307
21b0982c
AB
23082020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2311 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2312 get_func_info.
2313 (get_func_info): Delete.
2314 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2315 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2316 * lib/dwarf.exp (get_func_info): New function.
2317
dd1cab06
TV
23182020-04-13 Tom de Vries <tdevries@suse.de>
2319
2320 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2321 to what find_gnatmake does.
2322
71ea2b6b
TV
23232020-04-10 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2326 -readnow.
2327
bdfc1e8a
TV
23282020-04-10 Tom de Vries <tdevries@suse.de>
2329
2330 PR cli/25808
2331 * gdb.base/style.c: Add leading newlines.
2332 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2333 Check listing of main's one-line body.
2334
14ca8ecf
TV
23352020-04-08 Tom de Vries <tdevries@suse.de>
2336
2337 * lib/gdb.exp (psymtabs_p): New proc.
2338 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2339 importing unit" unsupported if there are no partial symbols.
2340
e21d048f
TV
23412020-04-08 Tom de Vries <tdevries@suse.de>
2342
2343 PR testsuite/25760
2344 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2345
25c11aca
TV
23462020-04-07 Tom de Vries <tdevries@suse.de>
2347
2348 PR symtab/25796
2349 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2350
5707e24b
TV
23512020-04-07 Tom de Vries <tdevries@suse.de>
2352
2353 * gdb.base/check-psymtab.c: New test.
2354 * gdb.base/check-psymtab.exp: New file.
2355
6ee448cc
TT
23562020-04-06 Tom Tromey <tromey@adacore.com>
2357
2358 * gdb.ada/variant-record/proc.adb: New file.
2359 * gdb.ada/variant-record/value.adb: New file.
2360 * gdb.ada/variant-record/value.s: New file.
2361 * gdb.ada/variant-record.exp: New file.
2362
9e7c9a03
HD
23632020-04-03 Hannes Domani <ssbssa@yahoo.de>
2364
2365 PR gdb/25325
2366 * gdb.cp/typed-enum.cc: New test.
2367 * gdb.cp/typed-enum.exp: New file.
2368
c90d28ac
AB
23692020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2372 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2373 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2374 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2375 * gdb.opt/inline-small-func.c: New file.
2376 * gdb.opt/inline-small-func.exp: New file.
2377 * gdb.opt/inline-small-func.h: New file.
2378
34e9a9fa
AB
23792020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2382 function.
2383
6a354911
AB
23842020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * lib/dwarf.exp (function_range): Allow compiler options to be
2387 specified.
2388
880d9777
TV
23892020-04-02 Tom de Vries <tdevries@suse.de>
2390
2391 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2392 __attribute__((always_inline)).
2393 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2394
f32682ea
TV
23952020-04-02 Tom de Vries <tdevries@suse.de>
2396
2397 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2398 (gdbserver_gdb_exit): ... here. Add timeout warning.
2399 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2400 (connect_target_extended_remote): Append new server_spawn_id to
2401 server_spawn_ids.
2402 (cleanup): New proc.
2403 (setup, <toplevel>): Call cleanup.
2404
d3214198
TV
24052020-04-02 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.base/main-psymtab.exp: New file.
2408
cc77ed24
TV
24092020-04-02 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2412
3638a098
TT
24132020-04-01 Tom Tromey <tom@tromey.com>
2414
2415 * gdb.base/complex-parts.exp: Add type tests.
2416
c34e8714
TT
24172020-04-01 Tom Tromey <tom@tromey.com>
2418
2419 * gdb.base/complex-parts.exp: Add arithmetic tests.
2420
981c08ce
TT
24212020-04-01 Tom Tromey <tom@tromey.com>
2422
2423 * gdb.compile/compile.exp: Update.
2424 * gdb.compile/compile-cplus.exp: Update.
2425 * gdb.base/varargs.exp: Update.
2426 * gdb.base/floatn.exp: Update.
2427 * gdb.base/endianity.exp: Update.
2428 * gdb.base/callfuncs.exp (do_function_calls): Update.
2429 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2430 (complex_float_integral_args): Update.
2431 * gdb.base/complex.exp: Update.
2432 * gdb.base/complex-parts.exp: Update.
2433
3d1cfd43
TT
24342020-04-01 Tom Tromey <tromey@adacore.com>
2435
2436 * gdb.rust/union.rs: New file.
2437 * gdb.rust/union.exp: New file.
2438 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2439 (main): Update.
2440 * gdb.rust/simple.exp: Move union tests to union.exp.
2441
e033dfa9
TT
24422020-04-01 Tom Tromey <tromey@adacore.com>
2443
2444 * gdb.rust/simple.rs (main): Remove "y0".
2445
53cccef1
TBA
24462020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2447
2448 * gdb.multi/stop-all-on-exit.c: New test.
2449 * gdb.multi/stop-all-on-exit.exp: New file.
2450
60e22c1e
HD
24512020-04-01 Hannes Domani <ssbssa@yahoo.de>
2452
2453 PR gdb/24789
2454 * gdb.cp/misc.cc: Add integer reference variable.
2455 * gdb.cp/misc.exp: Add test.
2456
e139a727
TBA
24572020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2458
2459 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2460 scenario to cover execution until the end and also the case
2461
16b0db75
TV
24622020-03-31 Tom de Vries <tdevries@suse.de>
2463
2464 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2465 c. Use "maint info symtabs" to check symtab expansion.
2466
c0502da6
TV
24672020-03-30 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2470 unsupported.
2471 (verify_psymtab_expanded): Move ...
2472 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2473 test.
2474 (readnow): New proc.
2475
5935fd15
AB
24762020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2479 with $hex.
2480
1773be9e
TT
24812020-03-20 Tom Tromey <tromey@adacore.com>
2482
2483 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2484
70304be9
TT
24852020-03-20 Tom Tromey <tromey@adacore.com>
2486
2487 * gdb.ada/sub_variant/subv.adb: New file.
2488 * gdb.ada/sub_variant.exp: New file.
2489
0dd7b8f7
TV
24902020-03-20 Tom de Vries <tdevries@suse.de>
2491
2492 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2493 first break fails.
2494 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2495
cada5fc9
AB
24962020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2497
2498 * gdb.server/exit-multiple-threads.c: New file.
2499 * gdb.server/exit-multiple-threads.exp: New file.
2500
6b8c53f2
AB
25012020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2502
2503 * gdb.fortran/mixed-lang-stack.c: New file.
2504 * gdb.fortran/mixed-lang-stack.cpp: New file.
2505 * gdb.fortran/mixed-lang-stack.exp: New file.
2506 * gdb.fortran/mixed-lang-stack.f90: New file.
2507
19a2740f
AB
25082020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * gdb.linespec/cp-completion-aliases.cc: New file.
2511 * gdb.linespec/cp-completion-aliases.exp: New file.
2512
d8c8b848
TV
25132020-03-19 Tom de Vries <tdevries@suse.de>
2514
2515 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2516 more precise.
2517
a9933ccf
TV
25182020-03-18 Tom de Vries <tdevries@suse.de>
2519
2520 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2521 * gdb.dwarf2/break-inline-psymtab.c: New test.
2522 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2523
2f89101f
TV
25242020-03-16 Tom de Vries <tdevries@suse.de>
2525
2526 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2527 cache_verify and cache_verify_proc.
2528
6b9374f1
TV
25292020-03-15 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.server/solib-list.exp: Handle
2532 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2533
eaeaf44c
TV
25342020-03-15 Tom de Vries <tdevries@suse.de>
2535
2536 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2537 objfiles".
2538
3293bbaf
TT
25392020-03-14 Tom Tromey <tom@tromey.com>
2540
2541 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2542
ab44624c
TV
25432020-03-14 Tom de Vries <tdevries@suse.de>
2544
2545 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2546
54c43825
TV
25472020-03-14 Tom de Vries <tdevries@suse.de>
2548
2549 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2550 result in line-by-line fashion.
2551
2ac70237
TV
25522020-03-14 Tom de Vries <tdevries@suse.de>
2553
2554 * lib/gdb.exp (supports_statement_frontiers): New proc.
2555 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2556
09546b56
TV
25572020-03-14 Tom de Vries <tdevries@suse.de>
2558
2559 * gdb.base/printcmds.exp: Add missing quoting for "print
2560 teststring2".
2561
a1f6a07c
TT
25622020-03-13 Tom Tromey <tom@tromey.com>
2563
2564 * gdb.base/printcmds.exp (test_print_strings): Add regression
2565 test.
2566 * gdb.base/printcmds.c (charptr): New typedef.
2567 (teststring2): New global.
2568
1b83d09c
AB
25692020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2572 full path in the test name.
2573 (test_ld): Add some with_test_prefix blocks to make test names
2574 unique.
2575
2d61316c
TV
25762020-03-13 Tom de Vries <tdevries@suse.de>
2577
2578 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2579
2e9145ac
TV
25802020-03-13 Tom de Vries <tdevries@suse.de>
2581
2582 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2583
96c7f873
TV
25842020-03-13 Tom de Vries <tdevries@suse.de>
2585
2586 PR symtab/25646
2587 * gdb.dwarf2/imported-unit.exp: Add test.
2588
49ba92c0
TV
25892020-03-13 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2592 (var1, var2): New variable.
2593 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2594 matching symbols.
2595
301b21e0
TV
25962020-03-13 Tom de Vries <tdevries@suse.de>
2597
2598 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2599 (Term::command): Use prompt prefix.
2600 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2601 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2602 command_no_prompt_prefix instead of prefix.
2603 * gdb.tui/tui-layout-asm.exp: Same.
2604
3f512721
SM
26052020-03-12 Simon Marchi <simon.marchi@efficios.com>
2606
2607 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2608
40310f30
SM
26092020-03-12 Simon Marchi <simon.marchi@efficios.com>
2610
2611 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2612 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2613 on" while stepping over the test instruction, match printed
2614 message.
2615
09252140
TV
26162020-03-12 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.base/info-types.exp: Use exp_continue during matching of output
2619 of "info types".
2620
14e9c72c
TV
26212020-03-12 Tom de Vries <tdevries@suse.de>
2622
2623 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2624
e515d67e
TV
26252020-03-12 Tom de Vries <tdevries@suse.de>
2626
2627 * gdb.fortran/module.exp: Use exp_continue during matching of output
2628 of "info variable -n".
2629
307eafd8
TV
26302020-03-12 Tom de Vries <tdevries@suse.de>
2631
2632 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2633 gdb.dwarf2/dw2-ranges-base.c.
2634
9a2de3fc
TV
26352020-03-12 Tom de Vries <tdevries@suse.de>
2636
2637 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2638 in presence of GLIBC debuginfo.
2639
3217502e
TV
26402020-03-12 Tom de Vries <tdevries@suse.de>
2641
2642 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2643 $core.
2644
1281424c
TV
26452020-03-12 Tom de Vries <tdevries@suse.de>
2646
2647 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2648 more precise.
2649
038b97fc
SM
26502020-03-11 Simon Marchi <simon.marchi@efficios.com>
2651
2652 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2653 from Unix to Windows path.
2654
5308d1e7
TV
26552020-03-11 Tom de Vries <tdevries@suse.de>
2656
2657 * gdb.ada/minsyms.exp: Set language to ada.
2658
f870f78f
TV
26592020-03-11 Tom de Vries <tdevries@suse.de>
2660
2661 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2662
5a13315d
TV
26632020-03-11 Tom de Vries <tdevries@suse.de>
2664
2665 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2666
976862ed
TT
26672020-03-11 Tom Tromey <tromey@adacore.com>
2668
2669 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2670
7462c383
TV
26712020-03-11 Tom de Vries <tdevries@suse.de>
2672
2673 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2674
1c6c46a0
TV
26752020-03-11 Tom de Vries <tdevries@suse.de>
2676
2677 * gdb.base/break-interp.exp: Limit verbose scope.
2678
44f41bb7
TV
26792020-03-11 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.fortran/logical.f90: Define variable with character type.
2682 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2683
b76f3a42
TV
26842020-03-11 Tom de Vries <tdevries@suse.de>
2685
2686 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2687
1c33af77
TV
26882020-03-11 Tom de Vries <tdevries@suse.de>
2689
2690 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2691 symtabs.
2692
8c95582d
AB
26932020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2694 Bernd Edlinger <bernd.edlinger@hotmail.de>
2695
2696 * gdb.cp/step-and-next-inline.cc: New file.
2697 * gdb.cp/step-and-next-inline.exp: New file.
2698 * gdb.cp/step-and-next-inline.h: New file.
2699 * gdb.dwarf2/dw2-is-stmt.c: New file.
2700 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2701 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2702 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2703 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2704
cecf8547
AB
27052020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2706
2707 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2708 is-stmt flag in the line table.
2709
0ba678c9
TV
27102020-03-09 Tom de Vries <tdevries@suse.de>
2711
2712 * lib/gdb.exp (cached_file): Create cache dir.
2713
72fbdf83
TV
27142020-03-07 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2717 * gdb.cp/rvalue-ref-params.exp: Same.
2718
436b5e99
TV
27192020-03-06 Tom de Vries <tdevries@suse.de>
2720
2721 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2722 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2723
09f2921c
TV
27242020-03-06 Tom de Vries <tdevries@suse.de>
2725
2726 * README: Fix "the the".
2727 * gdb.base/dprintf.exp: Same.
2728
50a3cc5d
TV
27292020-03-05 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.base/maint.exp: Update "main print statistics" expected output.
2732
0a709cba
AKS
27332020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2734
2735 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2736 (fortran_int8): Likewise.
2737 (fortran_real4): Likewise.
2738 (fortran_real8): Likewise.
2739 (fortran_complex4): Likewise.
2740 (fortran_logical4): Likewise.
2741 (fortran_character1): Likewise.
2742
5e5d66b6
AB
27432020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2746 printed as true.
2747
7b973adc
SDJ
27482020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2749
2750 * gdb.base/printcmds.exp: Add test to verify printf of a
2751 variable holding an address.
2752
478e490a
TV
27532020-03-03 Tom de Vries <tdevries@suse.de>
2754
2755 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2756
1ef44e86
TV
27572020-03-03 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2760 gdb_test_multiple call.
2761
b98cc2cf
TV
27622020-03-03 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2765 gdb_test_multiple calls.
2766
63e163f2
AB
27672020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.base/default.exp: Remove test of 'set history filename'.
2770 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2771 filename to the empty string.
2772 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2773 and GDBHISTSIZE.
2774
24ed6739
AB
27752020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2776
2777 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2778 disabled.
2779
590003dc 27802020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2781 Tom de Vries <tdevries@suse.de>
590003dc
TV
2782
2783 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2784 -prompt prefix, before user_code argument. Add -lbl option likewise.
2785 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2786 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2787 argument.
2788 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2789 have "\r\n" at start-of-line, instead of at end-of-line.
2790
f5e46084
SM
27912020-02-28 Simon Marchi <simon.marchi@efficios.com>
2792
2793 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2794 libinproctrace.so.
2795
f7a7000d
LM
27962020-02-28 Luis Machado <luis.machado@linaro.org>
2797
2798 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2799 to "p/x".
2800
718e0816
LM
28012020-02-28 Luis Machado <luis.machado@linaro.org>
2802
2803 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2804 asm/ptrace.h and error.h.
2805
13c3a74a
TV
28062020-02-28 Tom de Vries <tdevries@suse.de>
2807
2808 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2809 (struct wrapper, do_something, mundane/symada__cS): Move ...
2810 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2811 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2812 Update "print symada__cS before partial symtab expansion" regexp.
2813 Update breakpoint location. Flush symbol cache after expansion.
2814
85d2d5bb
LM
28152020-02-28 Luis Machado <luis.machado@linaro.org>
2816
2817 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2818
3608f86c
TV
28192020-02-27 Tom de Vries <tdevries@suse.de>
2820
2821 * config/sid.exp: Remove unused globals.
2822 * gdb.base/attach.exp: Same.
2823 * gdb.base/catch-load.exp: Same.
2824 * gdb.base/dbx.exp: Same.
2825 * lib/gdb.exp: Same.
2826 * lib/mi-support.exp: Same.
2827 * lib/prompt.exp: Same.
2828
c8d4f6df
TV
28292020-02-27 Tom de Vries <tdevries@suse.de>
2830
2831 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2832 not set.
2833
0d79cdc4
AM
28342020-02-26 Aaron Merey <amerey@redhat.com>
2835
2836 * gdb.debuginfod: New directory for debuginfod tests.
2837 * gdb.debuginfod/main.c: New test file.
2838 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2839
0dce4280
TV
28402020-02-26 Tom de Vries <tdevries@suse.de>
2841
2842 PR gdb/25603
2843 * gdb.base/persistent-lang.cc: New test.
2844 * gdb.base/persistent-lang.exp: New file.
2845
9e80cfa1
AB
28462020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * gdb.fortran/derived-type-striding.exp: Add a new test.
2849 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2850 new test.
2851
2078dbb2
AB
28522020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2855 names.
2856
70d49700
TV
28572020-02-25 Tom de Vries <tdevries@suse.de>
2858
2859 PR go/18926
2860 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2861
a88ef40d
TV
28622020-02-24 Tom de Vries <tdevries@suse.de>
2863
2864 PR gdb/25592
2865 * gdb.base/info-locals-unused-static-var.c: New test.
2866 * gdb.base/info-locals-unused-static-var.exp: New file.
2867
01b1af32
TT
28682020-02-22 Tom Tromey <tom@tromey.com>
2869
2870 * gdb.python/tui-window.exp: New file.
2871 * gdb.python/tui-window.py: New file.
2872
7c043ba6
TT
28732020-02-22 Tom Tromey <tom@tromey.com>
2874
2875 PR tui/17850:
2876 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2877 tests.
2878
c22fef7e
TT
28792020-02-22 Tom Tromey <tom@tromey.com>
2880
2881 * gdb.tui/new-layout.exp: Add sub-layout tests.
2882
ee325b61
TT
28832020-02-22 Tom Tromey <tom@tromey.com>
2884
2885 * gdb.tui/new-layout.exp: New file.
2886
3f0cbb04
TT
28872020-02-22 Tom Tromey <tom@tromey.com>
2888
2889 * gdb.rust/rust-style.rs: New file.
2890 * gdb.rust/rust-style.exp: New file.
2891 * gdb.base/style.exp: Test structure printing.
2892 * gdb.base/style.c (struct some_struct): New type.
2893 (enum etype): New type.
2894 (struct_value): New global.
2895
75525152
TV
28962020-02-21 Tom de Vries <tdevries@suse.de>
2897
2898 PR go/18926
2899 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2900 Remove blanket xfails. Use message argument for gdb_breakpoint.
2901 Make continuing to breakpoint test conditional on setting breakpoint.
2902 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2903 DW_AT_name attribute. Add xfail for GCC PR93866.
2904
bd360d30
AB
29052020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.dwarf2/cpp-linkage-name.c: New file.
2908 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2909
c7adb09f 29102020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2911
2912 * lib/gdb.exp (gdb_wrapper_init): Reset
2913 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2914 not exist.
2915
a9c79803
TV
29162020-02-20 Tom de Vries <tdevries@suse.de>
2917
2918 PR go/17018
2919 * gdb.go/hello.exp: Copy ...
2920 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2921 print of st to print value of global definition. Add xfail for GCC
2922 PR93844.
2923 * gdb.go/hello.exp: Remove printing of st before definition.
2924 * gdb.go/hello.go: Copy ...
2925 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2926 to st.
2927 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2928
d7445728
TV
29292020-02-20 Tom de Vries <tdevries@suse.de>
2930
2931 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2932 (gdb_simple_compile): Handle compile_flags go by using .go extension
2933 for source file.
2934 * gdb.go/chan.exp: Use support_go_compile.
2935 * gdb.go/handcall.exp: Same.
2936 * gdb.go/hello.exp: Same.
2937 * gdb.go/integers.exp: Same.
2938 * gdb.go/max-depth.exp: Same.
2939 * gdb.go/methods.exp: Same.
2940 * gdb.go/package.exp: Same.
2941 * gdb.go/strings.exp: Same.
2942 * gdb.go/types.exp: Same.
2943 * gdb.go/unsafe.exp: Same.
2944
c9c41e6d
TV
29452020-02-19 Tom de Vries <tdevries@suse.de>
2946
2947 * gdb.python/lib-types.exp: Make xfail more strict.
2948
f20ff837
TV
29492020-02-19 Tom de Vries <tdevries@suse.de>
2950
2951 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2952
08410482
DE
29532020-02-19 Doug Evans <dje@google.com>
2954
2955 PR rust/25535
2956 * gdb.rust/simple.exp: Add test.
2957 * gdb.rust/simple.rs: Add test.
2958
623563f7
TV
29592020-02-19 Tom de Vries <tdevries@suse.de>
2960
2961 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2962 output line-by-line.
2963
d3308cfd
TV
29642020-02-19 Tom de Vries <tdevries@suse.de>
2965
2966 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2967
86cbc5dc
TV
29682020-02-19 Tom de Vries <tdevries@suse.de>
2969
2970 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2971 prelink.
2972
9db2b96b
TV
29732020-02-19 Tom de Vries <tdevries@suse.de>
2974
2975 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2976 (gdb_do_cache): Use gdb_do_cache_wrap.
2977 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2978
89e2fdc5
TV
29792020-02-19 Tom de Vries <tdevries@suse.de>
2980
2981 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2982 gdb_compile option.
2983
373d7ac0
SM
29842020-02-18 Simon Marchi <simon.marchi@efficios.com>
2985
2986 * gdb.base/printcmds.exp (test_print_enums): Update expected
2987 output.
2988
b29a2df0
SM
29892020-02-18 Simon Marchi <simon.marchi@efficios.com>
2990
2991 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2992 for "unknown".
2993
6740f0cc
SM
29942020-02-18 Simon Marchi <simon.marchi@efficios.com>
2995
2996 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2997 enumerator.
2998
edd45eb0
SM
29992020-02-18 Simon Marchi <simon.marchi@efficios.com>
3000
3001 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3002 FE_, add FE_NONE.
3003 (three): Update.
3004 (enum flag_enum_without_zero): New enum.
3005 (flag_enum_without_zero): New variable.
3006 (enum not_flag_enum): New enum.
3007 (three_not_flag): New variable.
3008 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3009 (test_print_enums): Add more tests for printing flag enums.
3010
d4295de4
TV
30112020-02-18 Tom de Vries <tdevries@suse.de>
3012
3013 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3014 (gdb_compile_ada): ... here.
3015 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3016 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3017
f251f505
TT
30182020-02-14 Tom Tromey <tom@tromey.com>
3019
3020 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3021 build directory.
3022 * boards/gdbserver-base.exp: Update path to gdbserver.
3023
8f432634
TV
30242020-02-13 Tom de Vries <tdevries@suse.de>
3025
3026 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3027
92b6eaf7
TV
30282020-02-13 Tom de Vries <tdevries@suse.de>
3029
3030 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3031 are missing.
3032
f3b0f7fe
TV
30332020-02-13 Tom de Vries <tdevries@suse.de>
3034
3035 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3036 call.
3037
f6be8713
SDJ
30382020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3039
3040 PR tui/25126
3041 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3042 * gdb.base/cached-source-file.c: New file.
3043 * gdb.base/cached-source-file.exp: New file.
3044
b2770d5e
TV
30452020-02-11 Tom de Vries <tdevries@suse.de>
3046
3047 PR testsuite/25488
3048 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3049
44f6938e
TV
30502020-02-10 Tom de Vries <tdevries@suse.de>
3051
3052 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3053
5f0e2eb7
MR
30542020-02-10 Maciej W. Rozycki <macro@wdc.com>
3055
3056 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3057 and $after_addr are both integers before making a comparison.
3058
46ce2b6f
TV
30592020-02-09 Tom de Vries <tdevries@suse.de>
3060
3061 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3062 command output and paste it into gdb.log. If any, paste catch message
3063 to gdb.log.
3064
5abbbe1d
TT
30652020-02-07 Tom Tromey <tromey@adacore.com>
3066
3067 PR breakpoints/24915:
3068 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3069
1d5d29e7
SV
30702020-02-06 Shahab Vahedi <shahab@synopsys.com>
3071
3072 * gdb.tui/tui-missing-src.exp: Add the "missing source
3073 file" test for the TUI.
3074
b0999b9b
AB
30752020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3078 including a port number in the output.
3079
c3b149eb
AKS
30802020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3081
3082 * lib/fortran.exp (fortran_int4): Handle clang.
3083 (fortran_int8): Likewise.
3084 (fortran_real4): Likewise.
3085 (fortran_real8): Likewise.
3086 (fortran_complex4): Likewise.
3087 (fortran_logical4): Likewise.
3088 (fortran_character1): Likewise.
3089
f8dcc90b
TV
30902020-02-04 Tom de Vries <tdevries@suse.de>
3091
3092 * README (Race detection): Add note.
3093
f90ac7c2
TV
30942020-02-04 Tom de Vries <tdevries@suse.de>
3095
3096 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3097
780636ae
TV
30982020-02-04 Tom de Vries <tdevries@suse.de>
3099
3100 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3101
5d2e1193
RA
31022020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3103
3104 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3105 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3106 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3107 blttar, bnetarl.
3108 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3109 binary for blttar, bnetarl.
3110 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3111 wait instruction. Delete ldmx test.
3112 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3113
e409c542
AKS
31142020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3115
3116 * gdb.fortran/array-bounds-high.exp: New file.
3117 * gdb.fortran/array-bounds-high.f90: New file.
3118
b0029748
LD
31192020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3120
3121 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3122 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3123
195a8287
TV
31242020-02-01 Tom de Vries <tdevries@suse.de>
3125
3126 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3127
42330a68
AB
31282020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 PR tui/9765
3131 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3132 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3133
b62a8028
LM
31342020-01-29 Luis Machado <luis.machado@linaro.org>
3135
3136 * gdb.arch/aarch64-brk-patterns.c: New source file.
3137 * gdb.arch/aarch64-brk-patterns.exp: New test.
3138
5f440116
TBA
31392020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3140
3141 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3142 GCC/Clang version.
3143 * gdb.cp/pass-by-ref.exp: Ditto.
3144
ee2a6fc6
TV
31452020-01-29 Tom de Vries <tdevries@suse.de>
3146
3147 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3148 * gdb.threads/watchpoint-fork-mt.c: Same.
3149 * gdb.threads/watchpoint-fork-parent.c: Same.
3150 * gdb.threads/watchpoint-fork-st.c: Same.
3151 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3152
16b10d6e
LM
31532020-01-27 Luis Machado <luis.machado@linaro.org>
3154
3155 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3156 sitting at a syscall instruction when we hit the syscall function's
3157 breakpoint.
3158 Check PC against one obtained with the x command.
3159 Validate syscall number.
3160 (step_over_syscall): Don't continue to the syscall instruction if
3161 we're already there.
3162
b1468492
PW
31632020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3164
3165 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3166
7ffa82e1
AB
31672020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3170 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3171
3d92a3e3
AB
31722020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3175 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3176
94a72be7
AB
31772020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3178
3179 * gdb.base/maint.exp: Update line table parsing test.
3180 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3181
53af73bf
PA
31822020-01-24 Pedro Alves <palves@redhat.com>
3183
3184 PR gdb/25410
3185 * gdb.multi/multi-re-run-1.c: New.
3186 * gdb.multi/multi-re-run-2.c: New.
3187 * gdb.multi/multi-re-run.exp: New.
3188
1ba1ac88
AB
31892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3190
3191 PR gdb/23718
3192 * gdb.server/server-kill-python.exp: New file.
3193
f3364a6d
AB
31942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.server/multi-ui-errors.c: New file.
3197 * gdb.server/multi-ui-errors.exp: New file.
3198
733d0a67
AB
31992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 PR tui/9765
3202 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3203
4f13c1c0
TT
32042020-01-19 Tom Tromey <tom@tromey.com>
3205
3206 * gdb.tui/main.exp: Add check for plain "file".
3207
40c94099
CB
32082020-01-16 Christian Biesinger <cbiesinger@google.com>
3209
3210 * lib/gdb.exp: Fix spelling error (seperatelly).
3211
ff47f4f0
TT
32122020-01-14 Tom Tromey <tom@tromey.com>
3213
3214 PR symtab/12535:
3215 * gdb.python/python.exp: Test decode_line with empty string
3216 argument.
3217
717c684d
BE
32182020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3219
3220 * gdb.base/skip-inline.exp: Extend test.
3221
44e4c775
AB
32222020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3225 * gdb.dwarf2/dw2-bad-elf.c: New file.
3226 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3227
d93c6db7
AB
32282020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3231 _line_saw_file.
3232
9a6d629c
AB
32332020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3234
3235 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3236 border.
3237
d9ebdab7
TBA
32382020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3239
3240 * gdb.multi/multi-target.exp (setup): Factor out "info
3241 connections" and "info inferiors" tests to ...
3242 (test_info_inferiors): ... this new procedure.
3243 (top level): Run new "info-inferiors" tests.
3244
f3c469b9
PA
32452020-01-10 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.server/bkpt-other-inferior.exp: New file.
3248
121b3efd
PA
32492020-01-10 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3252 of "add-inferior".
3253 * gdb.base/quit-live.exp: Likewise.
3254 * gdb.base/remote-exec-file.exp: Likewise.
3255 * gdb.guile/scm-progspace.exp: Likewise.
3256 * gdb.linespec/linespec.exp: Likewise.
3257 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3258 * gdb.mi/user-selected-context-sync.exp: Likewise.
3259 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3260 "info inferiors" tests.
3261 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3262 "add-inferior".
3263 * gdb.multi/watchpoint-multi.exp: Likewise.
3264 * gdb.python/py-inferior.exp: Likewise.
3265 * gdb.server/extended-remote-restart.exp: Likewise.
3266 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3267 "info inferiors".
3268 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3269 * gdb.trace/report.exp: Likewise.
3270
1dadb1dd
PA
32712020-01-10 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.multi/multi-target.c: New file.
3274 * gdb.multi/multi-target.exp: New file.
3275 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3276 mode requested, but remote does not support non-stop".
3277
78f2c40a
PA
32782020-01-10 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3281 disconnect before reconnecting.
3282
e7af6c70
TBA
32832020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3284 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.server/connect-without-multi-process.exp: Also test
3287 continuing to end.
3288
acdf84a6
PA
32892020-01-10 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.base/remote-exec-file.exp: New file.
3292
873657b9
PA
32932020-01-10 Pedro Alves <palves@redhat.com>
3294
3295 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3296 output.
3297 * gdb.threads/async.c: New.
3298 * gdb.threads/async.exp: New.
3299 * gdb.multi/tids-gid-reset.c: New.
3300 * gdb.multi/tids-gid-reset.exp: New.
3301
7f0ae84c
GB
33022020-01-10 George Barrett <bob@bob131.so>
3303
3304 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3305 to help in finding the image relocation offset.
3306 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3307 options in arguments.
3308 (stap_test_no_debuginfo): Likewise.
3309 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3310 test variants.
3311 (stap_test): Add null semaphore relocation test.
3312
47e9d49d
GB
33132020-01-10 George Barrett <bob@bob131.so>
3314
3315 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3316 * gdb.base/stap-probe.exp: Likewise.
3317 (stap_test): Pass argument as an additional flag.
3318 (stap_test_no_debuginfo): Likewise.
3319 (stap_test): Check `info probes stap' output for semaphore
3320 addresses if the test binary is supposed to have them.
3321
f5a7c406
AB
33222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb.tui/basic.exp: Add more scrolling tests.
3325
9ae6bf64
TT
33262020-01-09 Tom Tromey <tom@tromey.com>
3327
3328 PR tui/18932:
3329 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3330 meangingful value.
3331 (Term::command, Term::resize): Update.
3332 * gdb.tui/basic.exp: Add scrolling test.
3333
b2efe70c
AB
33342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.tui/tui-layout-asm.exp: New file.
3337
3804da7e
AB
33382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3341
b40aa28f
AB
33422020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3345 (Term::enter_tui): Use Term::prepare_for_tui.
3346
63ffd7c9
AB
33472020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3350 called.
3351
3be966f6
AB
33522020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.base/skip.exp: Fix race condition in test.
3355
153d79c4
AB
33562020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3357
3358 * gdb.base/backtrace.c: New file.
3359 * gdb.base/backtrace.exp: New file.
3360
f2302a34
AB
33612020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3362
3363 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3364
6ec1d75e
PW
33652020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3366
3367 * gdb.base/style.exp: Test that warnings are styled.
3368
c296cbe6
BE
33692019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3370
3371 * gdb.base/line65535.exp: New file.
3372 * gdb.base/line65535.c: New file.
3373
b28a729d
SM
33742019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3375
3376 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3377 * lib/gnat_debug_info_test.adb: New file.
3378 * gdb.ada/ptype_tagged_param.exp: Use
3379 gnat_runtime_has_debug_info, expect a different output if
3380 runtime does not have debug info.
3381
7f2d7a0d
SM
33822019-12-20 Simon Marchi <simon.marchi@efficios.com>
3383
3384 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3385 (another) quote in test name.
3386
f3bce483
SM
33872019-12-20 Simon Marchi <simon.marchi@efficios.com>
3388
3389 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3390 Add quote in test name.
3391
c855a912
TBA
33922019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3393
3394 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3395 directory instead.
3396 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3397 * gdb.cp/pass-by-ref-2.cc: New file.
3398 * gdb.cp/pass-by-ref-2.exp: New file.
3399
fc9d2d72
TT
34002019-12-20 Tom Tromey <tom@tromey.com>
3401
3402 * gdb.tui/list-before.exp: New file.
3403
77b97e00
TT
34042019-12-20 Tom Tromey <tom@tromey.com>
3405
3406 * gdb.tui/list.exp: Check for source on initial listing.
3407
f69656d0
TT
34082019-12-11 Tom Tromey <tromey@adacore.com>
3409
3410 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3411 Add crlf test.
3412
99a55965
SM
34132019-12-18 Simon Marchi <simon.marchi@efficios.com>
3414
3415 * gdb.base/default.exp: Update value of $_gdb_major.
3416
5024637f
BE
34172019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3418
3419 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3420
b63634be
BE
34212019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3422
3423 * gdb.base/skip.exp: Whitespace fix.
3424
45d73523
BE
34252019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3426
3427 * gdb.base/skip-inline.c: New file.
3428 * gdb.base/skip-inline.exp: New file.
3429
d043f8c8
SM
34302019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3431
3432 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3433 jit_function_00 to jit_function_stack_mangle.
3434 * gdb.base/jithost.c (jit_function_t): Rename to...
3435 (jit_function_stack_mangle_t): ... this.
3436 (jit_function_add_t): New typedef.
3437 (jit_function_00_code): Rename to...
3438 (jit_function_stack_mangle_code): ... this, make static.
3439 (jit_function_add_code): New.
3440 (main): Generate "add" function and call it. Adjust to changes
3441 in jithost_abi.
3442 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3443 (struct jithost_abi) <begin, end>: Remove fields.
3444 <object, function_stack_mangle, function_add>: New fields.
3445 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3446 code_end>: Remove fields.
3447 <func_stack_mangle>: New field.
3448 (read_debug_info): Adjust to renaming, create block for "add"
3449 function.
3450 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3451
873de05c
TT
34522019-12-11 Tom Tromey <tom@tromey.com>
3453
3454 * gdb.tui/resize.exp: Fix regexp.
3455 * gdb.tui/regs.exp: Fix regexps.
3456 * gdb.tui/main.exp: Fix regexp.
3457
3d979945
TT
34582019-12-11 Tom Tromey <tom@tromey.com>
3459
3460 * gdb.tui/resize.exp: Update.
3461 * gdb.tui/empty.exp (layouts): Update.
3462
2192a9d3
TT
34632019-12-11 Tom Tromey <tom@tromey.com>
3464
3465 * gdb.tui/regs.exp: Update.
3466 * gdb.tui/empty.exp (layouts): Update.
3467 * gdb.tui/basic.exp: Update.
3468 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3469
d8edc8b7
PW
34702019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3471
3472 * gdb.base/options.exp: Add -raw-values in the print completion list.
3473 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3474
4c12d936
KB
34752019-12-10 Kevin Buettner <kevinb@redhat.com>
3476
3477 * gdb.threads/omp-par-scope.c: New file.
3478 * gdb/threads/omp-par-scope.exp: New file.
3479
26b911fb
KB
34802019-12-10 Kevin Buettner <kevinb@redhat.com>
3481
bb47f919
KB
3482 * lib/gdb.exp (support_nested_function_tests): New proc.
3483
34842019-12-10 Kevin Buettner <kevinb@redhat.com>
3485
3486 * lib/gdb.exp (gdb_compile_openmp): New proc.
3487 (build_executable_from_specs): Add an "openmp" option.
3488 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3489
6c71eb7d
TT
34902019-12-10 Tom Tromey <tromey@adacore.com>
3491
3492 * gdb.ada/unchecked_union.exp: New file.
3493 * gdb.ada/unchecked_union/pck.adb: New file.
3494 * gdb.ada/unchecked_union/pck.ads: New file.
3495 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3496 * gdb-utils.exp (string_to_regexp): Also quote "?".
3497
bac7c5cf
GB
34982019-12-10 George Barrett <bob@bob131.so>
3499
3500 Test scripted probe breakpoints.
3501 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3502 * gdb.python/py-breakpoint.c (main): Likewise.
3503 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3504 specifier test.
3505 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3506
330f1d38
TBA
35072019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3508
3509 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3510 an rvalue parameter.
3511 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3512 parameter.
3513
b43315e2
AB
35142019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3517 modules.
3518
54f73dad
AB
35192019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3522 broken version of GCC.
3523
d57cbee9
AB
35242019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3527 sym-info-cmds library.
3528 * gdb.fortran/info-types.exp: Likewise.
3529 * lib/sym-info-cmds.exp: New file.
3530
c14aab8c
TV
35312019-12-08 Tom de Vries <tdevries@suse.de>
3532
3533 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3534
aa2d5a42
KS
35352019-12-07 Keith Seitz <keiths@redhat.com>
3536
3537 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3538 * gdb.base/corefile-buildid-shlib.c: New file.
3539 * gdb.base/corefile-buildid.c: New file.
3540 * gdb.base/corefile-buildid.exp: New file.
3541
93e55f0a
TV
35422019-12-06 Tom de Vries <tdevries@suse.de>
3543
3544 * gdb.dwarf2/varval.exp: Add decl before def test.
3545
c7d12402
TBA
35462019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3547
3548 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3549
06acc08f
TBA
35502019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3551
3552 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3553 CV and reference conversion for overload resolution.
3554 * gdb.cp/rvalue-ref-overload.exp: Test it.
3555
e0fad1ea
PW
35562019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3557
3558 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3559 * gdb.base/frameapply.exp: Test faas without command.
3560
8d70a9f0
AB
35612019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3562
3563 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3564 Fortran tests.
3565 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3566 order.
3567
36c8fb93
AB
35682019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3571 casting to type with no kind specified.
3572 (test_basic_parsing_of_type_kinds): Additional tests for types
3573 with no kind specified, and add tests for single/double
3574 precision/complex types.
3575
4139ff00
TT
35762019-12-04 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.base/endianity.c (struct other) <x>: New field.
3579 (main): Initialize it.
3580 * gdb.base/endianity.exp: Update.
3581
a05cf17a
TT
35822019-12-04 Tom Tromey <tromey@adacore.com>
3583
3584 * gdb.ada/scalar_storage/storage.adb: New file.
3585 * gdb.ada/scalar_storage/pck.adb: New file.
3586 * gdb.ada/scalar_storage/pck.ads: New file.
3587 * gdb.ada/scalar_storage.exp: New file.
3588
103a685e
TT
35892019-12-04 Tom Tromey <tromey@adacore.com>
3590
3591 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3592 (main): Initialize it.
3593 * gdb.base/endianity.exp: Update.
3594
c2512106
AB
35952019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3598
293b38d6
AB
35992019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3602 -symbol-info-module-functions and -symbol-info-module-variables.
3603
216a7e6b
AB
36042019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3605
3606 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3607
5bbd8269
AB
36082019-12-01 Richard Bunt <richard.bunt@arm.com>
3609 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 * gdb.fortran/derived-type-striding.exp: New file.
3612 * gdb.fortran/derived-type-striding.f90: New file.
3613 * gdb.fortran/array-slices.exp: New file.
3614 * gdb.fortran/array-slices.f90: New file.
3615
be09caf1
PW
36162019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.base/define.exp: Test . in command names.
3619 * gdb.base/setshow.exp: Update test, as . is now part of
3620 command name.
3621
643c0cbe
PW
36222019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3623
3624 * gdb.base/define-prefix.exp: New file.
3625
dcdec678
AB
36262019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3629 compile.
3630 (skip_btrace_pt_tests): Likewise.
3631
640ab947
AB
36322019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * gdb.fortran/info-modules.exp: Compile source files in correct
3635 order.
3636
d22670f0
KB
36372019-11-27 Kevin Buettner <kevinb@redhat.com>
3638
3639 * gdb.dwarf2/imported-unit.exp: New file.
3640 * gdb.dwarf2/imported-unit.c: New file.
3641
db5960b4
AB
36422019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.mi/mi-fortran-modules-2.f90: New file.
3645 * gdb.mi/mi-fortran-modules.exp: New file.
3646 * gdb.mi/mi-fortran-modules.f90: New file.
3647
7dc42066
AB
36482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * gdb.mi/mi-sym-info-1.c: New file.
3651 * gdb.mi/mi-sym-info-2.c: New file.
3652 * gdb.mi/mi-sym-info.exp: New file.
3653
0dfeecca
TT
36542019-11-22 Tom Tromey <tromey@adacore.com>
3655
3656 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3657 * gdb.ada/tasks/foo.adb: Add another stopping location.
3658
34877895
PJ
36592019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3660
3661 * gdb.base/endianity.c: New test.
3662 * gdb.base/endianity.exp: New file.
3663
2e84f897
LD
36642019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3665
3666 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3667
65d1cd5f
TV
36682019-11-21 Tom de Vries <tdevries@suse.de>
3669
3670 PR gdb/24956
3671 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3672
4f22c3f4
SDJ
36732019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3674
3675 * gdb.python/py-progspace.exp: Add missing parentheses on some
3676 'print' commands.
3677
9f6ad286
TT
36782019-11-19 Tom Tromey <tom@tromey.com>
3679
3680 * gdb.tui/winheight.exp: New file.
3681
0b8dbf3f
AB
36822019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * gdb.base/ctf-whatis.c: Delete.
3685 * gdb.base/ctf-whatis.exp: Delete.
3686 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3687
f833b7a7
AB
36882019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3689
3690 * gdb.base/ctf-cvexpr.exp: Delete.
3691 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3692
30d0a636
AB
36932019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3696 the compiler. Clean up header comment a little.
3697 * gdb.base/ctf-ptype.exp: Likewise.
3698 * gdb.base/ctf-whatis.exp: Likewise.
3699 * lib/gdb.exp (skip_ctf_tests): New proc.
3700
494409bb
SDJ
37012019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3702
3703 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3704 * gdb.tui/corefile-run.exp: New file.
3705
55708e99
TT
37062019-11-14 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3709 regression tests.
3710
45e42163
TT
37112019-11-12 Tom Tromey <tom@tromey.com>
3712
3713 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3714 after any command. Expect prompt after WAIT_FOR is seen.
3715 (enter_tui): Enable resize messages.
3716 (command): Expect command in output.
3717 (get_line): Avoid error when cursor appears to be off-screen.
3718 (dump_screen): Include screen size in title.
3719 (_do_resize): New proc, from "resize".
3720 (resize): Rewrite. Do resize in two steps.
3721 * gdb.tui/empty.exp (layouts): Fix entries.
3722 (check_boxes): Remove xfail.
3723 (check_text): Dump screen on failure.
3724
086baaf1
AB
37252019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.python/py-symbol.exp: Add test for
3728 gdb.lookup_static_symbols.
3729
09ff83af
AB
37302019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.python/py-symbol.c: Declare and call function from new
3733 py-symbol-2.c file.
3734 * gdb.python/py-symbol.exp: Compile both source files, and add new
3735 tests for gdb.lookup_static_symbol.
3736 * gdb.python/py-symbol-2.c: New file.
3737
11af934b
TV
37382019-11-02 Tom de Vries <tdevries@suse.de>
3739
3740 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3741 * gdb.base/anon.exp: Same.
3742 * gdb.base/auto-connect-native-target.exp: Same.
3743 * gdb.base/call-ar-st.exp: Same.
3744 * gdb.base/catch-syscall.exp: Same.
3745 * gdb.base/commands.exp: Same.
3746 * gdb.base/default.exp: Same.
3747 * gdb.base/display.exp: Same.
3748 * gdb.base/float.exp: Same.
3749 * gdb.base/foll-fork.exp: Same.
3750 * gdb.base/help.exp: Same.
3751 * gdb.base/info-macros.exp: Same.
3752 * gdb.base/info-proc.exp: Same.
3753 * gdb.base/info-target.exp: Same.
3754 * gdb.base/long_long.exp: Same.
3755 * gdb.base/macscp.exp: Same.
3756 * gdb.base/memattr.exp: Same.
3757 * gdb.base/nofield.exp: Same.
3758 * gdb.base/pointers.exp: Same.
3759 * gdb.base/printcmds.exp: Same.
3760 * gdb.base/ptype.exp: Same.
3761 * gdb.base/restore.exp: Same.
3762 * gdb.base/return.exp: Same.
3763 * gdb.base/scope.exp: Same.
3764 * gdb.base/set-noassign.exp: Same.
3765 * gdb.base/setshow.exp: Same.
3766 * gdb.base/shlib-call.exp: Same.
3767 * gdb.base/signals.exp: Same.
3768 * gdb.base/sigstep.exp: Same.
3769 * gdb.base/skip.exp: Same.
3770 * gdb.base/solib-symbol.exp: Same.
3771 * gdb.base/stap-probe.exp: Same.
3772 * gdb.base/step-line.exp: Same.
3773 * gdb.base/step-test.exp: Same.
3774 * gdb.base/style.exp: Same.
3775 * gdb.base/varargs.exp: Same.
3776 * gdb.base/vla-datatypes.exp: Same.
3777 * gdb.base/vla-ptr.exp: Same.
3778 * gdb.base/vla-sideeffect.exp: Same.
3779 * gdb.base/volatile.exp: Same.
3780 * gdb.base/watch-cond-infcall.exp: Same.
3781 * gdb.base/watchpoint.exp: Same.
3782
e96ec2ba
TV
37832019-11-02 Tom de Vries <tdevries@suse.de>
3784
3785 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3786 * gdb.cp/cpexprs.exp: Same.
3787 * gdb.cp/except-multi-location.exp: Same.
3788 * gdb.cp/exceptprint.exp: Same.
3789 * gdb.cp/gdb2384.exp: Same.
3790 * gdb.cp/inherit.exp: Same.
3791 * gdb.cp/m-static.exp: Same.
3792 * gdb.cp/meth-typedefs.exp: Same.
3793 * gdb.cp/misc.exp: Same.
3794 * gdb.cp/namespace.exp: Same.
3795 * gdb.cp/non-trivial-retval.exp: Same.
3796 * gdb.cp/overload.exp: Same.
3797 * gdb.cp/pr17132.exp: Same.
3798 * gdb.cp/re-set-overloaded.exp: Same.
3799 * gdb.cp/rvalue-ref-types.exp: Same.
3800 * gdb.cp/templates.exp: Same.
3801
bd5766ec
LM
38022019-11-01 Luis Machado <luis.machado@linaro.org>
3803
3804 PR gdb/25124
3805
3806 * gdb.arch/pr25124.S: New file.
3807 * gdb.arch/pr25124.exp: New file.
3808
165f8965
AB
38092019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3810
3811 * gdb.fortran/info-modules.exp: Update expected results, and add
3812 additional tests for 'info module functinos', and 'info module
3813 variables'.
3814 * gdb.fortran/info-types.exp: Update expected results.
3815 * gdb.fortran/info-types.f90: Extend testcase with additional
3816 module variables and functions.
3817
59c35742
AB
38182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 * gdb.fortran/info-modules.exp: New file.
3821 * gdb.fortran/info-types.exp: Build with new file.
3822 * gdb.fortran/info-types.f90: Include and use new module.
3823 * gdb.fortran/info-types-2.f90: New file.
3824
f3fb2519
PW
38252019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3826
3827 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3828 * gdb.base/settings.exp: Test all settings types using
3829 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3830 that now verifies that the value of "maint show" is the same as
3831 returned by the settings functions. Test the type of the
3832 maintenance settings.
3833 * gdb.base/default.exp: Update show_conv_list.
3834
d1e36019
TV
38352019-10-31 Tom de Vries <tdevries@suse.de>
3836
3837 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3838 gdb_test.
3839 * gdb.arch/amd64-disp-step.exp: Same.
3840 * gdb.asm/asm-source.exp: Same.
3841 * gdb.btrace/buffer-size.exp: Same.
3842 * gdb.btrace/cpu.exp: Same.
3843 * gdb.btrace/enable.exp: Same.
3844 * gdb.dwarf2/count.exp: Same.
3845 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3846 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3847 * gdb.fortran/vla-datatypes.exp: Same.
3848 * gdb.fortran/vla-history.exp: Same.
3849 * gdb.fortran/vla-ptype.exp: Same.
3850 * gdb.fortran/vla-value.exp: Same.
3851 * gdb.fortran/whatis_type.exp: Same.
3852 * gdb.guile/guile.exp: Same.
3853 * gdb.multi/tids.exp: Same.
3854 * gdb.python/py-finish-breakpoint.exp: Same.
3855 * gdb.python/py-framefilter.exp: Same.
3856 * gdb.python/py-pp-registration.exp: Same.
3857 * gdb.python/py-xmethods.exp: Same.
3858 * gdb.python/python.exp: Same.
3859 * gdb.server/connect-with-no-symbol-file.exp: Same.
3860 * gdb.server/no-thread-db.exp: Same.
3861 * gdb.server/run-without-local-binary.exp: Same.
3862 * gdb.stabs/weird.exp: Same.
3863 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3864 * gdb.threads/thread-find.exp: Same.
3865 * gdb.threads/tls-shared.exp: Same.
3866 * gdb.threads/tls.exp: Same.
3867 * gdb.threads/wp-replication.exp: Same.
3868 * gdb.trace/ax.exp: Same.
3869 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3870
3d11e68e
TV
38712019-10-31 Tom de Vries <tdevries@suse.de>
3872
3873 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3874 * gdb.ada/array_subscript_addr.exp: Same.
3875 * gdb.ada/arrayidx.exp: Same.
3876 * gdb.ada/arrayparam.exp: Same.
3877 * gdb.ada/arrayptr.exp: Same.
3878 * gdb.ada/boolean_expr.exp: Same.
3879 * gdb.ada/call_pn.exp: Same.
3880 * gdb.ada/complete.exp: Same.
3881 * gdb.ada/fixed_cmp.exp: Same.
3882 * gdb.ada/fun_addr.exp: Same.
3883 * gdb.ada/funcall_param.exp: Same.
3884 * gdb.ada/interface.exp: Same.
3885 * gdb.ada/mod_from_name.exp: Same.
3886 * gdb.ada/null_array.exp: Same.
3887 * gdb.ada/packed_array.exp: Same.
3888 * gdb.ada/packed_tagged.exp: Same.
3889 * gdb.ada/print_chars.exp: Same.
3890 * gdb.ada/print_pc.exp: Same.
3891 * gdb.ada/ptype_arith_binop.exp: Same.
3892 * gdb.ada/ptype_field.exp: Same.
3893 * gdb.ada/ptype_tagged_param.exp: Same.
3894 * gdb.ada/rec_return.exp: Same.
3895 * gdb.ada/ref_tick_size.exp: Same.
3896 * gdb.ada/str_ref_cmp.exp: Same.
3897 * gdb.ada/taft_type.exp: Same.
3898 * gdb.ada/tagged.exp: Same.
3899 * gdb.ada/type_coercion.exp: Same.
3900 * gdb.ada/uninitialized_vars.exp: Same.
3901
60b6ede8
TV
39022019-10-30 Tom de Vries <tdevries@suse.de>
3903
3904 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3905
30baf67b
TV
39062019-10-26 Tom de Vries <tdevries@suse.de>
3907
3908 * gdb.base/bigcore.c: Fix typos in comments.
3909 * gdb.base/ctf-ptype.c: Same.
3910 * gdb.base/long_long.c: Same.
3911 * gdb.dwarf2/dw2-op-out-param.S: Same.
3912 * gdb.python/py-evthreads.c: Same.
3913 * gdb.reverse/i387-stack-reverse.c: Same.
3914 * gdb.trace/tfile.c: Same.
3915 * lib/compiler.c: Same.
3916 * lib/compiler.cc: Same.
3917
158da0d1
TV
39182019-10-25 Tom de Vries <tdevries@suse.de>
3919
3920 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3921 gdb_test_multiple calls.
3922 * gdb.reverse/sigall-reverse.exp: Same.
3923 * gdb.reverse/solib-precsave.exp: Same.
3924 * gdb.reverse/solib-reverse.exp: Same.
3925 * gdb.reverse/until-precsave.exp: Same.
3926 * gdb.reverse/until-reverse.exp: Same.
3927
4ccdfbec
TV
39282019-10-24 Tom de Vries <tdevries@suse.de>
3929
3930 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3931 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3932 kfail using -wrap pattern flag and convenience variable
3933 gdb_test_name.
3934
33d569b7
AB
39352019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3936
3937 * gdb.python/py-progspace.exp: Add tests for the
3938 Progspace.block_for_pc method.
3939
4d0b984b
TT
39402019-10-23 Tom Tromey <tom@tromey.com>
3941
3942 * configure: Rebuild.
3943 * aclocal.m4: Use m4_include, not sinclude.
3944
94cb3754
TV
39452019-10-21 Tom de Vries <tdevries@suse.de>
3946
3947 * gdb.base/infcall-nested-structs.c: Add
3948 __attribute__((noinline,noclone)) to all functions.
3949 (call_all): Add missing variable initialization. Simplify return value.
3950 (breakpt): Increment volatile variable, to prevent call from being
3951 optimized out.
3952 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3953
062f1fc1
TV
39542019-10-17 Tom de Vries <tdevries@suse.de>
3955
3956 * gdb.fortran/module.exp: Allow info variables to print info for files
3957 other than module.f90.
3958
0b54364d
AB
39592019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3960
3961 * gdb.fortran/module.exp: Extend with 'info variables' test.
3962
7ff5fae7
AB
39632019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3964
3965 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3966 F77_FOR_TARGET.
3967
d10eccaa
TV
39682019-10-16 Tom de Vries <tdevries@suse.de>
3969
3970 PR tdep/25096
3971 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3972
745ff14e
TV
39732019-10-16 Tom de Vries <tdevries@suse.de>
3974
3975 PR tdep/24104
3976 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3977 Add KFAIL for PR tdep/25096.
3978
03e1ab94
TV
39792019-10-16 Tom de Vries <tdevries@suse.de>
3980
3981 PR testsuite/25059
3982 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3983
b17fcc10
TV
39842019-10-16 Tom de Vries <tdevries@suse.de>
3985
3986 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3987 as signed.
3988
9223170f
SM
39892019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3990
3991 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3992 one instead of increasing timeout.
3993
d6e76313
TV
39942019-10-13 Tom de Vries <tdevries@suse.de>
3995
3996 PR record/25038
3997 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3998 * gdb.reverse/sigall-reverse.exp: Same.
3999 * gdb.reverse/solib-precsave.exp: Same.
4000 * gdb.reverse/solib-reverse.exp: Same.
4001 * gdb.reverse/step-precsave.exp: Same.
4002 * gdb.reverse/until-precsave.exp: Same.
4003 * gdb.reverse/until-reverse.exp: Same.
4004 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4005
6dfc0041
AA
40062019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4007
4008 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4009 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4010 (cmp_struct_05_01, cmp_struct_static_02_01)
4011 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4012 comparisons.
4013
abcf2cc8
TV
40142019-10-10 Tom de Vries <tdevries@suse.de>
4015
4016 PR testsuite/24888
4017 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4018 gnatlink.
4019
a50faaf6
TV
40202019-10-09 Tom de Vries <tdevries@suse.de>
4021
4022 PR testsuite/25048
4023 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4024
60ff3cd7
AB
40252019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4026
4027 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4028 exceptions due to missing debug information.
4029
dfee8566
TV
40302019-10-07 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4033
3d63690a
AB
40342019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4035
4036 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4037 * gdb.base/annota1.exp: Update to use gdb_test_name.
4038
30d1f018
WP
40392019-10-07 Weimin Pan <weimin.pan@oracle.com>
4040
4041 * gdb.base/ctf-whatis.exp: New file.
4042 * gdb.base/ctf-whatis.c: New file.
4043 * gdb.base/ctf-ptype.exp: New file.
4044 * gdb.base/ctf-ptype.c: New file.
4045 * gdb.base/ctf-constvars.exp: New file.
4046 * gdb.base/ctf-constvars.c: New file.
4047 * gdb.base/ctf-cvexpr.exp: New file.
4048
4dbbb47c
TV
40492019-10-04 Tom de Vries <tdevries@suse.de>
4050
4051 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4052 for loop.
4053
77c2dba3
TT
40542019-10-03 Tom Tromey <tom@tromey.com>
4055
4056 PR rust/24976:
4057 * gdb.rust/simple.rs (Union2): New type.
4058 (main): Use Union2.
4059 * gdb.rust/simple.exp: Add test.
4060
179aed7f
AB
40612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4064 nested function prefix.
4065
0a4b0913
AB
40662019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4067 Richard Bunt <richard.bunt@arm.com>
4068 Andrew Burgess <andrew.burgess@embecosm.com>
4069
4070 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4071 nested functions.
4072 * gdb.fortran/nested-funcs.f90: Update expected results.
4073 * gdb.fortran/nested-funcs-2.exp: New file.
4074 * gdb.fortran/nested-funcs-2.f90: New file.
4075
082cce05
AB
40762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4077
4078 * gdb.python/py-parameter.exp: Make test names unique.
4079 * gdb.python/py-template.exp: Likewise.
4080 * gdb.python/py-value.exp: Likewise.
4081
2b74ba5a
AB
40822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4083
4084 * gdb.base/break-interp.exp: Reduce test name duplication.
4085 * gdb.base/call-sc.exp: Likewise.
4086 * gdb.base/callfuncs.exp: Likewise.
4087 * gdb.base/charset.exp: Likewise.
4088 * gdb.base/dump.exp: Likewise.
4089 * gdb.base/ena-dis-br.exp: Likewise.
4090 * gdb.base/relational.exp: Likewise.
4091 * gdb.base/step-over-syscall.exp: Likewise.
4092 * gdb.base/structs.exp: Likewise.
4093
58eb20d5
AB
40942019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * gdb.linespec/explicit.exp: Make test names unique.
4097 * gdb.linespec/ls-errs.exp: Likewise.
4098
4d421147
AB
40992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 * gdb.reverse/break-precsave.exp: Make test names unique.
4102 * gdb.reverse/break-reverse.exp: Likewise.
4103 * gdb.reverse/finish-precsave.exp: Likewise.
4104 * gdb.reverse/finish-reverse.exp: Likewise.
4105 * gdb.reverse/machinestate-precsave.exp: Likewise.
4106 * gdb.reverse/machinestate.exp: Likewise.
4107 * gdb.reverse/readv-reverse.exp: Likewise.
4108 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4109 * gdb.reverse/sigall-precsave.exp: Likewise.
4110 * gdb.reverse/sigall-reverse.exp: Likewise.
4111 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4112 * gdb.reverse/watch-precsave.exp: Likewise.
4113 * gdb.reverse/watch-reverse.exp: Likewise.
4114
d8c06f22
AB
41152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4116
4117 * gdb.threads/stop-with-handle.c: New file.
4118 * gdb.threads/stop-with-handle.exp: New file.
4119
3a56ed86
TV
41202019-10-03 Tom de Vries <tdevries@suse.de>
4121
4122 PR testsuite/25059
4123 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4124 directory" line to be missing.
4125
42275044
TV
41262019-10-03 Tom de Vries <tdevries@suse.de>
4127
4128 PR testsuite/25059
4129 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4130 type optional.
4131
9ef62df0
AA
41322019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4133
4134 * gdb.python/py-format-string.c (string.h): New include.
4135 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4136 the same value, for endianness-independence.
4137 * gdb.python/py-format-string.exp (default_regexp_dict)
4138 (test_pretty_structs, test_format): Adjust expected output to the
4139 changed initialization.
4140
37f6a7f4
TT
41412019-10-02 Tom Tromey <tromey@adacore.com>
4142
4143 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4144
1d58d6a2
PA
41452019-10-02 Pedro Alves <palves@redhat.com>
4146 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4149 "print-file-var.h".
4150 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4151 (get_version_1): Print this_version_id and its address.
4152 Add extern "C" wrappers around interface functions.
4153 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4154 "print-file-var.h".
4155 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4156 (get_version_2): Print this_version_id and its address.
4157 Add extern "C" wrappers around interface functions.
4158 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4159 <stddef.h> and "print-file-var.h".
4160 Add extern "C" wrappers around interface functions.
4161 [VERSION_ID_MAIN] (this_version_id): Define.
4162 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4163 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4164 up extern "C" blocks.
4165 * gdb.base/print-file-var.exp (test): New, factored out from top
4166 level.
4167 (top level): Test all combinations of attribute hidden or not,
4168 dlopen or not, and this_version_id symbol in main file or not.
4169 Compile tests as both C++ and C, make test names unique.
4170
d770d56f
TT
41712019-10-01 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.base/style.exp: Test "show logging filename".
4174
7f6aba03
TT
41752019-10-01 Tom Tromey <tom@tromey.com>
4176
4177 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4178 * gdb.base/style.exp: Add metadata style test.
4179
14309bb6
TT
41802019-10-01 Tom Tromey <tom@tromey.com>
4181
4182 * gdb.base/style.exp: Test "pwd".
4183
2a3c1174
PA
41842019-10-01 Tom Tromey <tom@tromey.com>
4185
4186 * gdb.base/style.exp: Update tests.
4187
53d666ec
AA
41882019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4189
4190 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4191 'six' to unsigned.
4192 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4193 'five'. Use an all-ones bit pattern for each.
4194 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4195 to its changed values.
4196
4a56a520
TT
41972019-09-30 Tom Tromey <tromey@adacore.com>
4198
4199 * gdb.rust/traits.rs: Disable all warnings.
4200
0df0352a
TV
42012019-09-29 Tom de Vries <tdevries@suse.de>
4202
aac66a4c 4203 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4204
73d9a918
TV
42052019-09-29 Tom de Vries <tdevries@suse.de>
4206
4207 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4208
060b3ab4
TV
42092019-09-27 Tom de Vries <tdevries@suse.de>
4210
4211 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4212
68f7d34d
TV
42132019-09-27 Tom de Vries <tdevries@suse.de>
4214
4215 PR record/23188
4216 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4217
5d63b30a
TT
42182019-09-26 Tom Tromey <tromey@adacore.com>
4219
4220 * gdb.ada/py_taft.exp: New file.
4221 * gdb.ada/py_taft/main.adb: New file.
4222 * gdb.ada/py_taft/pkg.adb: New file.
4223 * gdb.ada/py_taft/pkg.ads: New file.
4224
3d435220
TV
42252019-09-24 Tom de Vries <tdevries@suse.de>
4226
4227 PR gdb/24598
4228 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4229
77d03678
TV
42302019-09-22 Tom de Vries <tdevries@suse.de>
4231
4232 * gdb.base/restore.exp: Allow register variables to be optimized out at
4233 -O0.
4234
abf516c6
UW
42352019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4236
4237 * gdb.arch/spu-info.exp: Remove file.
4238 * gdb.arch/spu-info.c: Remove file.
4239 * gdb.arch/spu-ls.exp: Remove file.
4240 * gdb.arch/spu-ls.c: Remove file.
4241
4242 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4243 * gdb.asm/spu.inc: Remove file.
4244
4245 * gdb.base/dump.exp: Remove support for spu*-*-*.
4246 * gdb.base/stack-checking.exp: Likewise.
4247 * gdb.base/overlays.exp: Likewise.
4248 * gdb.base/ovlymgr.c: Likewise.
4249 * gdb.base/spu.ld: Remove file.
4250
4251 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4252 * gdb.cp/cpexprs.exp: Likewise.
4253 * gdb.cp/exception.exp: Likewise.
4254 * gdb.cp/gdb2495.exp: Likewise.
4255 * gdb.cp/mb-templates.exp: Likewise.
4256 * gdb.cp/pr9167.exp: Likewise.
4257 * gdb.cp/userdef.exp: Likewise.
4258
4259 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4260
4261 * gdb.cell: Remove directory.
4262 * lib/cell.exp: Remove file.
4263
e452e88f
TV
42642019-09-19 Tom de Vries <tdevries@suse.de>
4265
4266 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4267
8a625130
TV
42682019-09-19 Tom de Vries <tdevries@suse.de>
4269
4270 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4271
81dc3ab5
TV
42722019-09-19 Tom de Vries <tdevries@suse.de>
4273
4274 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4275 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4276 (gdb_target_cmd): ... here.
4277 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4278 value 2.
4279
b078f3ac
AB
42802019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4281
4282 * gdb.base/source-dir.exp: Avoid having directory names in test
4283 names.
4284
f1b620e9
MG
42852019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4288 directory.
4289
67f3ed6a
AB
42902019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 * gdb.base/list-missing-source.exp: New file.
4293
d1b70248
TV
42942019-09-14 Tom de Vries <tdevries@suse.de>
4295
4296 PR teststuite/24599
4297 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4298 * lib/ada.exp (gnatmake_version_at_least): New proc.
4299
5fabdcd6
AB
43002019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4301
4302 * gdb.base/maint.exp: Use exec_has_index_section.
4303
aa17805f
AB
43042019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * gdb.base/maint.exp: Add test for 'maint info sections'.
4307
25e5c209
TV
43082019-09-12 Tom de Vries <tdevries@suse.de>
4309
4310 * gdb.base/store.exp: Allow register variables to be optimized out at
4311 -O0.
4312
4993045d
PW
43132019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4314
4315 * gdb.ada/rdv_wait.exp: Update to new task names.
4316 * gdb.base/task_switch_in_core.exp: Likewise.
4317 * gdb.base/info_sources_base.c: Likewise.
4318
8a516164
TT
43192019-09-10 Tom Tromey <tromey@adacore.com>
4320
4321 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4322
aa391654
TT
43232019-09-10 Tom Tromey <tromey@adacore.com>
4324
4325 * gdb.ada/dgopt.exp: New file.
4326 * gdb.ada/dgopt/x.adb: New file.
4327
8634b462
TT
43282019-09-08 Tom Tromey <tom@tromey.com>
4329
4330 * gdb.tui/resize.exp: Remove setup_xfail.
4331 * gdb.tui/regs.exp: Remove setup_xfail.
4332 * gdb.tui/basic.exp: Remove setup_xfail.
4333
736b0f76
DB
43342019-09-06 David Blaikie <dblaikie@gmail.com>
4335
4336 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4337 * gdb.cp/cplabel.exp: Ditto.
4338 * gdb.linespec/ls-errs.exp: Ditto.
4339
30331a6c
TV
43402019-09-05 Tom de Vries <tdevries@suse.de>
4341
4342 * lib/gdb.exp (cmp_file_string): New proc.
4343 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4344 runto_main. Verify save breakpoints output.
4345
98b0ebab
PW
43462019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4347
4348 * gdb.base/info-var.exp: Test info variables without running
4349 to main, to avoid expect's buffer overflow.
4350
4e962e74
TT
43512019-09-03 Tom Tromey <tromey@adacore.com>
4352
4353 * gdb.ada/bias.exp: New file.
4354 * gdb.ada/bias/bias.adb: New file.
4355 * gdb.ada/print_chars.exp: Add regression test.
4356 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4357 (MC): New variable.
4358
2ea1a07a
SL
43592019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4360
4361 * gdb.base/argv0-symlink.exp: Run only on native target
4362 and local host.
4363
8077c50d
TV
43642019-08-29 Tom de Vries <tdevries@suse.de>
4365
4366 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4367 diverse debug info.
4368 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4369
48352473
TV
43702019-08-28 Tom de Vries <tdevries@suse.de>
4371
4372 * gdb.base/info-var.exp: Allow info variables to print info for files
4373 other than info-var-f1.c and info-var-f2.c.
4374
d8f27c60
AB
43752019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.fortran/info-types.exp: Add module.
4378 * gdb.fortran/info-types.f90: Update expected results.
4379
1f20c35e
AB
43802019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * gdb.fortran/info-types.exp: New file.
4383 * gdb.fortran/info-types.f90: New file.
4384 * lib/fortran.exp (fortran_character1): New proc.
4385
4acfdd20
AB
43862019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4387
4388 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4389 functions'. Reindent as needed.
4390 * gdb.base/info-var-f1.c: New file.
4391 * gdb.base/info-var-f2.c: New file.
4392 * gdb.base/info-var.exp: New file.
4393 * gdb.base/info-var.h: New file.
4394
5c31b358
TV
43952019-08-26 Tom de Vries <tdevries@suse.de>
4396
4397 PR c++/24852
4398 * gdb.cp/no-libstdcxx-probe.exp: New test.
4399
b694989f
TV
44002019-08-26 Tom de Vries <tdevries@suse.de>
4401
4402 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4403 * tests need to be skipped.
4404 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4405 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4406 mi_skip_libstdcxx_probe_tests.
4407
d9c4ba53
SDJ
44082019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4409
4410 * gdb.python/py-xmethods.exp: Use raw strings when passing
4411 arguments to SimpleXMethodMatcher.
4412
395fad09
TV
44132019-08-22 Tom de Vries <tdevries@suse.de>
4414
4415 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4416 more informative.
4417
26c957f1
PA
44182019-08-21 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/with.exp: Test "with" with no arguments.
4421
61f80d5d
TV
44222019-08-21 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.base/gdb-caching-proc.exp: Sort files.
4425
d7a11d13
TV
44262019-08-20 Tom de Vries <tdevries@suse.de>
4427
4428 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4429 compilation.
4430
34dafe9f
TV
44312019-08-16 Tom de Vries <tdevries@suse.de>
4432
4433 * gdb.base/compare-sections.exp ("after run to main"): Allow
4434 mismatched read-only sections for PIE executables.
4435
398fdd60
TT
44362019-08-16 Tom Tromey <tom@tromey.com>
4437
4438 * lib/tuiterm.exp (_csi_Z): New proc.
4439 * gdb.tui/basic.exp: Update window positions.
4440 * gdb.tui/empty.exp: Update window positions.
4441
d8f9e51c
SL
44422019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4443
4444 * gdb.base/examine-backward.exp: Correct regexp for
4445 "examine 3 bytes backward from ${address_zero}".
4446
3df505f6
TT
44472019-08-15 Tom Tromey <tom@tromey.com>
4448
4449 * gdb.tui/empty.exp: Enable resizing tests.
4450
272560b5
TT
44512019-08-15 Tom Tromey <tromey@adacore.com>
4452
4453 * gdb.ada/char_enum.exp: Add regression tests.
4454 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4455 and '0'.
4456 (Char, Gchar): Update.
4457 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4458
08235187
CB
44592019-08-15 Christian Biesinger <cbiesinger@google.com>
4460
4461 * gdb.python/python.exp: Expect a leading underscore on
4462 GdbOutput{,Error}File.
4463
22a2ab04
SL
44642019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4465
4466 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4467 Windows host.
4468
835b995b
SL
44692019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4470
4471 * gdb.base/batch-preserve-term-settings.exp
4472 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4473
97dd8e07
CB
44742019-08-15 Christian Biesinger <cbiesinger@google.com>
4475
4476 * lib/gdb.exp: When running on a mingw target, replace
4477 /x/ with x:/.
4478
75faf5c4
AH
44792019-08-14 Alan Hayward <alan.hayward@arm.com>
4480
4481 * gdb.arch/aarch64-prologue.c: New test.
4482 * gdb.arch/aarch64-prologue.exp: New file.
4483
abc6c00f
TV
44842019-08-13 Tom de Vries <tdevries@suse.de>
4485
4486 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4487 Thread.
4488
74c2c1f4
SL
44892019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4490
4491 * gdb.python/py-completion.exp: Download the .py file to the host
4492 and use its host pathname. Conditionalize tests that use
4493 tab completion and manipulate files on the build machine.
4494 * gdb.python/py-events.exp: Download the .py file to the host
4495 and use its host pathname.
4496 * gdb.python/py-evsignal.exp: Likewise.
4497 * gdb.python/py-evthreads.exp: Likewise.
4498 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4499 pathname syntax.
4500 * gdb.python/py-framefilter.exp: Download the .py file to the right
4501 place on the host. Match Windows pathname syntax.
4502 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4503 .py file to the host and use its host pathname.
4504 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4505 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4506 build pathname. Skip symlink test on Windows host. Add missing
4507 newline at end of file.
4508 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4509 and use its host pathname.
4510 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4511 * gdb.python/py-section-script.exp: Use host location of binfile
4512 on safe-path. Use correct path separator on Windows host.
4513 Reorder alternatives in gdb_test_multiple to prevent matching
4514 the wrong alternative on success.
4515 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4516
ca2589f3
PP
45172019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4518
4519 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4520 expect the GDB inferior to no longer immediately stop after
4521 being resumed with "signal SIGINT".
4522
020a839d
SL
45232019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4524
4525 * gdb.linespec/break-ask.exp: Generalize regexps to match
4526 Windows pathnames too.
4527
128d6509
TV
45282019-08-08 Tom de Vries <tdevries@suse.de>
4529
4530 PR testsuite/24862
4531 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4532
590042fc
PW
45332019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4534
4535 * gdb.base/style.exp: Update tests for help doc new invariants.
4536 * gdb.base/help.exp: Likewise.
4537
046bebe1
TT
45382019-08-06 Tom Tromey <tom@tromey.com>
4539
4540 * gdb.base/style.exp: Add disassemble test.
4541 * gdb.base/style.c (some_called_function): New function.
4542 (main): Use it.
4543
0b27c27d
CB
45442019-08-05 Christian Biesinger <cbiesinger@google.com>
4545
4546 * gdb.python/py-block.exp: Test dictionary access on blocks.
4547
580f1034
SM
45482019-08-05 Simon Marchi <simon.marchi@efficios.com>
4549
4550 PR gdb/24863
4551 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4552 -list-thread-groups --available test when running under
4553 check-read1.
4554
d86bd7cb
TV
45552019-08-05 Tom de Vries <tdevries@suse.de>
4556
4557 PR testsuite/24863
4558 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4559 * gdb.base/help.exp: Use with_read1_timeout_factor.
4560 * gdb.base/info-macros.exp: Same.
4561 * gdb.cp/nested-types.exp: Same.
4562
a80cf5d8
TV
45632019-08-05 Tom de Vries <tdevries@suse.de>
4564
4565 * lib/gdb.exp (version_at_least): Factor out of ...
4566 (tcl_version_at_least): ... here.
4567 (gdb_compile): Fail if pie results in non-PIE executable.
4568 (readelf_version, readelf_prints_pie): New proc.
4569 (exec_is_pie): Return -1 if unknown.
4570
d0962838
TV
45712019-08-05 Tom de Vries <tdevries@suse.de>
4572
4573 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4574
2252ff3d
SL
45752019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4576
4577 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4578
26655f53
SL
45792019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4580
4581 * lib/completion-support.exp (test_gdb_complete_none): Skip
4582 tab completion tests if no readline support.
4583 (test_gdb_complete_unique_re): Likewise.
4584 (test_gdb_complete_multiple): Likewise.
4585
db4dc13e
PW
45862019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4587
4588 * gdb.base/info_sources.exp: New file.
4589 * gdb.base/info_sources.c: New file.
4590 * gdb.base/info_sources_base.c: New file.
4591
0eba165a
PFC
45922019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4593
4594 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4595 prefix argument.
4596 (test_exit_status): Add prefix argument.
4597
59bd512b
TV
45982019-08-01 Tom de Vries <tdevries@suse.de>
4599
4600 PR testsuite/24863
4601 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4602 calling exp_continue for new thread and thread exited messages.
4603
2a3ad588
TV
46042019-08-01 Tom de Vries <tdevries@suse.de>
4605
4606 PR testsuite/24863
4607 * gdb.base/structs.exp: Fix check-read1 timeout using
4608 gdb_test_sequence.
4609 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4610
117eb594
TV
46112019-08-01 Tom de Vries <tdevries@suse.de>
4612
4613 PR testsuite/24863
4614 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4615 line.
4616
ed591340
TV
46172019-08-01 Tom de Vries <tdevries@suse.de>
4618
4619 PR testsuite/24863
4620 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4621
aa3b6533
TT
46222019-07-30 Tom Tromey <tromey@adacore.com>
4623
4624 * gdb.ada/display_nested.exp: New file.
4625 * gdb.ada/display_nested/foo.adb: New file.
4626 * gdb.ada/display_nested/pack.adb: New file.
4627 * gdb.ada/display_nested/pack.ads: New file.
4628
2906593f
CB
46292019-07-30 Christian Biesinger <cbiesinger@google.com>
4630
4631 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4632 namespace.
4633 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4634
0f575925
TV
46352019-07-30 Tom de Vries <tdevries@suse.de>
4636
4637 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4638 instead.
4639
b13057d9
TV
46402019-07-30 Tom de Vries <tdevries@suse.de>
4641
4642 PR testsuite/24834
4643 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4644 (exec_is_pie): New proc.
4645
5c4dde85
CB
46462019-07-29 Christian Biesinger <cbiesinger@google.com>
4647
4648 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4649
c620ed88
CB
46502019-07-29 Christian Biesinger <cbiesinger@google.com>
4651
4652 * gdb.python/py-objfile.c: Add global and static vars.
4653 * gdb.python/py-objfile.exp: Test new functions Objfile.
4654 lookup_global_symbol and lookup_static_symbol.
4655
3d235706
TT
46562019-07-29 Tom Tromey <tom@tromey.com>
4657
4658 * lib/tuiterm.exp (Term::_csi_@): New proc.
4659 (Term::_csi_X): Don't move cursor.
4660
c7e4c0a6
PW
46612019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4662
4663 * gdb.base/options.exp: Update backtrace - completion to
4664 new option -frame-info.
4665 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4666 Test new 'set print frame-info'. Test backtrace -frame-info
4667 overriding 'set print frame-info'.
4668 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4669 Test new 'set print frame-info'.
4670 Verify consistency of backtrace with and without filters, with and
4671 without -no-filters.
4672 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4673 default.
4674
de28a3b7
TV
46752019-07-29 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4678 no arguments".
4679
507dd60e
TV
46802019-07-29 Tom de Vries <tdevries@suse.de>
4681
4682 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4683 is a substring of the first for "complete non-unique file name".
4684
5beafce9
TV
46852019-07-29 Tom de Vries <tdevries@suse.de>
4686
4687 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4688 with ".*".
4689
2d274232
TV
46902019-07-29 Tom de Vries <tdevries@suse.de>
4691
4692 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4693 Pass prompt_regexp parameter to gdb_test_multiple calls.
4694
9197cd8b
TV
46952019-07-29 Tom de Vries <tdevries@suse.de>
4696
4697 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4698 print registers" regexps.
9197cd8b 4699
b528dae0
TV
47002019-07-29 Tom de Vries <tdevries@suse.de>
4701
4702 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4703
d17725d7
TV
47042019-07-29 Tom de Vries <tdevries@suse.de>
4705
4706 PR gdb/24855
4707 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4708 (skip_python_tests_prompt): Add prompt_regexp argument to
4709 gdb_test_multiple calls.
4710
52b75bf1
TT
47112019-07-27 Tom Tromey <tom@tromey.com>
4712
4713 * gdb.tui/main.exp: New file.
4714
2b1d00c2
TT
47152019-07-27 Tom Tromey <tom@tromey.com>
4716
4717 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4718 optional.
4719 * gdb.tui/empty.exp: New file.
4720
ded631d5
TT
47212019-07-27 Tom Tromey <tom@tromey.com>
4722
4723 * lib/tuiterm.exp (spawn): New proc.
4724 (Term::resize): New proc.
4725 * gdb.tui/resize.exp: New file.
4726
58ac439d
TT
47272019-07-27 Tom Tromey <tom@tromey.com>
4728
4729 * gdb.tui/list.exp: New file.
4730
fe1f56ee
TT
47312019-07-27 Tom Tromey <tom@tromey.com>
4732
4733 * gdb.tui/regs.exp: New file.
4734
f790b310
TT
47352019-07-27 Tom Tromey <tom@tromey.com>
4736
4737 * gdb.tui/basic.exp: Add "layout split" test.
4738
d95fc6ee
TT
47392019-07-27 Tom Tromey <tom@tromey.com>
4740
4741 * gdb.tui/basic.exp: Add "layout asm" test.
4742
c3786b3a
TT
47432019-07-27 Tom Tromey <tom@tromey.com>
4744
4745 * lib/tuiterm.exp: New file.
4746 * gdb.tui/basic.exp: New file.
4747
98a617f8
KB
47482019-07-27 Kevin Buettner <kevinb@redhat.com>
4749
4750 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4751 Enable tests associated with this flag. Adjust regex
4752 referencing "foo_low" to now refer to "foo_cold" instead.
4753
5c076da4
KB
47542019-07-27 Kevin Buettner <kevinb@redhat.com>
4755
4756 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4757 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4758 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4759 foo_cold. Revise comments to match.
4760 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4761 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4762 were wrapped into this proc; Call do_test in loop from outermost
4763 level.
4764 (foo_low): Rename all occurrences to "foo_cold".
4765 (backtrace from baz): New test.
4766 (x2/i foo_cold): New test.
4767 (info line *foo_cold): New test.
4768
1512d3b7
TV
47692019-07-26 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4772
297989a1
TV
47732019-07-25 Tom de Vries <tdevries@suse.de>
4774
4775 PR testsuite/24830
4776 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4777 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4778 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4779 (skip_libstdcxx_probe_tests): ... here.
4780 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4781
b3b965fb
TV
47822019-07-24 Tom de Vries <tdevries@suse.de>
4783
4784 PR testsuite/24807
4785 * gdb.objc/basicclass.m: Include stdio.h.
4786 * gdb.objc/nondebug.m: Same.
4787 * gdb.objc/objcdecode.m: Same.
4788
4625b4d0
TV
47892019-07-24 Tom de Vries <tdevries@suse.de>
4790
4791 PR testsuite/24612
4792 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4793 additional_flags.
4794
024a5840
TV
47952019-07-24 Tom de Vries <tdevries@suse.de>
4796
4797 PR testsuite/24831
4798 * gdb.multi/tids.exp: Update error messages for info threads.
4799
c76ddaa3
TV
48002019-07-24 Tom de Vries <tdevries@suse.de>
4801
4802 * gdb.base/info-types.exp: Allow info types to print info for more than
4803 one file.
4804
9a618ef6
TV
48052019-07-23 Tom de Vries <tdevries@suse.de>
4806
4807 PR testsuite/24842
4808 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4809 gdb_spawn_with_cmdline_opts.
4810
40eadf04
SP
48112019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4812
4813 * gdb.arch/arm-cmse-sgstubs.c: New test.
4814 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4815
5ba29434
TV
48162019-07-23 Tom de Vries <tdevries@suse.de>
4817
4818 PR testsuite/24711
4819 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4820 issuing next command.
4821
a8e9d247
AB
48222019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4823
4824 * gdb.ada/info_auto_lang.exp: Update expected results.
4825 * gdb.base/info-types.c: Add additional types to check.
4826 * gdb.base/info-types.exp: Update expected results.
4827
eb86c5e2
AB
48282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.base/info-types.c: New file.
4831 * gdb.base/info-types.exp: New file.
4832
01e175fe
AB
48332019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4834
4835 * gdb.arch/riscv-bp-infcall.c: New file.
4836 * gdb.arch/riscv-bp-infcall.exp: New file.
4837
6b78c3f8
AB
48382019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 PR breakpoints/24541
4841 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4842
da738167
TV
48432019-07-14 Tom de Vries <tdevries@suse.de>
4844
4845 PR testsuite/24760
4846 * gdb.objc/basicclass.exp: Fix unterminated string.
4847
0d4e84ed
AB
48482019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4849 Andrew Burgess <andrew.burgess@embecosm.com>
4850
4851 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4852 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4853 negative bounds.
4854 * gdb.fortran/vla-value.exp: Print elements of an array with
4855 negative bounds.
4856 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4857 testing.
4858
021d8588
AB
48592019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.base/options.exp (expect_string): Dequote strings in
4862 results.
4863 (test-string): Test strings with different quoting and reindent.
4864
f06f1252
TT
48652019-07-10 Tom Tromey <tromey@adacore.com>
4866
4867 * gdb.ada/mi_ex_cond.exp: Update expected results.
4868 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4869 * gdb.ada/mi_catch_ex.exp: Update expected results.
4870 * gdb.ada/mi_catch_assert.exp: Update expected results.
4871 * gdb.ada/catch_ex.exp (catch_exception_info)
4872 (catch_exception_entry, catch_assert_entry)
4873 (catch_unhandled_entry): Update.
4874 * gdb.ada/catch_assert_if.exp: Update expected results.
4875
b863685d
RB
48762019-07-10 Richard Bunt <richard.bunt@arm.com>
4877 Stephen Roberts <stephen.roberts@arm.com>
4878
4879 * gdb.base/define.exp: Restore original prompt.
4880
cb1e4e32
PA
48812019-07-09 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4884 breakpoints" output.
4885 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4886 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4887 throw" creates breakpoint.
4888 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4889 'type="catchpoint"'.
4890
b58a68fe
PA
48912019-07-09 Pedro Alves <palves@redhat.com>
4892
4893 PR c++/15468
4894 * gdb.cp/except-multi-location-lib.cc: New.
4895 * gdb.cp/except-multi-location-main.cc: New.
4896 * gdb.cp/except-multi-location.exp: New.
4897
0826779b
PW
48982019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4899
4900 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4901 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4902 argument and update callers.
4903
5b0e2db4
AB
49042019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.arch/amd64-break-on-asm-line.S: New file.
4907 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4908
1f6f6e21
PW
49092019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4910
4911 * gdb.base/printcmds.exp: Test printing C string and
4912 C wide string convenience vars without transiting via the inferior.
4913 Also make test names unique.
4914
ea142fbf
AH
49152019-07-08 Alan Hayward <alan.hayward@arm.com>
4916
5862c886 4917 PR breakpoints/25011
ea142fbf
AH
4918 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4919
213fd9fa
PA
49202019-07-04 Pedro Alves <palves@redhat.com>
4921
4922 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4923 body returned ok(0), break(3) or continue(4).
4924 * gdb.testsuite/foreach_with_prefix.exp: New file.
4925
2b40fda7
AH
49262019-07-04 Alan Hayward <alan.hayward@arm.com>
4927
4928 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4929
a26c8de0
PA
49302019-07-03 Pedro Alves <palves@redhat.com>
4931
4932 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4933 "return -code".
4934
5f4ba3e7
PA
49352019-07-03 Pedro Alves <palves@redhat.com>
4936
4937 PR cli/24732
4938 * gdb.base/shell.exp: Load completion-support.exp.
4939 Adjust expected error output. Add completion tests.
4940
a994424f
PA
49412019-07-03 Pedro Alves <palves@redhat.com>
4942
4943 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4944 string_to_regexp.
4945
3d9be6f5
PA
49462019-07-03 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4949 (expect_integer): Adjust to expect "-string".
4950 (expect_string): New.
4951 (all_options): Expect "-string".
4952 (test-flag, test-boolean): Adjust to expect "-string".
4953 (test-string): New proc.
4954 (top level): Call it.
4955
41fc454c
PA
49562019-07-03 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4959 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4960 the expected output in the success.
4961
b2b2a215
PA
49622019-07-03 Pedro Alves <palves@redhat.com>
4963
4964 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4965 Split one gdb_test_multiple call in two to avoid a race.
4966
fdbc9870
PA
49672019-07-03 Pedro Alves <palves@redhat.com>
4968
4969 * gdb.base/with.c: New file.
4970 * gdb.base/with.exp: New file.
4971
c6ac8931
PA
49722019-07-03 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/settings.exp: Replace all references to "maint
4975 test-settings set" with references to "maint set test-settings",
4976 and all references to "maint test-settings show" with references
4977 to "maint show test-settings".
4978
970f9d09
PA
49792019-07-03 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/settings.exp (test-string): Adjust expected out when
4982 testing "maint test-settings show filename"
4983
54d66006
PA
49842019-07-02 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/options.exp (test-info-threads): New procedure.
4987 (top level): Call it.
4988
10d06d82
TT
49892019-06-28 Tom Tromey <tromey@adacore.com>
4990
4991 * gdb.dwarf2/ada-linkage-name.c: New file.
4992 * gdb.dwarf2/ada-linkage-name.exp: New file.
4993
3d507ff2
TT
49942019-06-27 Tom Tromey <tromey@adacore.com>
4995
d039f014 4996 PR c++/20020:
3d507ff2
TT
4997 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4998
8af58ffe
TV
49992019-06-26 Tom de Vries <tdevries@suse.de>
5000
5001 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5002
22e21752
TV
50032019-06-26 Tom de Vries <tdevries@suse.de>
5004
5005 * gdb.base/index-cache.exp: Add back missing debug option.
5006
b65b566c
PW
50072019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5008
5009 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5010
5c2c8c69
TV
50112019-06-25 Tom de Vries <tdevries@suse.de>
5012
5013 PR testsuite/24727
5014 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5015
164e3873
TV
50162019-06-24 Tom de Vries <tdevries@suse.de>
5017
5018 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5019
824eacee
TV
50202019-06-24 Tom de Vries <tdevries@suse.de>
5021
5022 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5023 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5024 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5025
385b97d3
TV
50262019-06-24 Tom de Vries <tdevries@suse.de>
5027
5028 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5029
c596f180
TV
50302019-06-21 Tom de Vries <tdevries@suse.de>
5031
5032 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5033
b13a7d03
TV
50342019-06-21 Tom de Vries <tdevries@suse.de>
5035
5036 PR testsuite/24518
5037 PR ada/24713
5038 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5039 index.
5040
899277ae
TT
50412019-06-19 Tom Tromey <tromey@adacore.com>
5042
5043 * gdb.ada/length_cond.exp: Add intro comment.
5044
680e1bee
TT
50452019-06-19 Tom Tromey <tromey@adacore.com>
5046
5047 * gdb.ada/length_cond.exp: New file.
5048 * gdb.ada/length_cond/length_cond.adb: New file.
5049 * gdb.ada/length_cond/pck.adb: New file.
5050 * gdb.ada/length_cond/pck.ads: New file.
5051
0ed4690a
TV
50522019-06-18 Tom de Vries <tdevries@suse.de>
5053
5054 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5055
d20ed5fd
TT
50562019-06-18 Tom Tromey <tromey@adacore.com>
5057
5058 * gdb.base/list0.h: Add comment explaining control character.
5059
86e04673
TV
50602019-06-18 Tom de Vries <tdevries@suse.de>
5061
5062 * boards/fission.exp: Break up long debug_flags line.
5063
c4973306
SM
50642019-06-16 Tom de Vries <tdevries@suse.de>
5065
5066 PR gdb/24445
5067 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5068 generated index.
5069
93cb9841
AB
50702019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5071
5072 PR gdb/24686
5073 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5074 improve detection of bug gdb/24541.
5075
399aaebd
SM
50762019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5077
5078 PR gdb/24669
5079 * gdb.base/index-cache.exp (uses_readnow,
5080 expecting_index_cache_use): Define global variable.
5081 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5082 expecting_index_cache_use.
5083
584a927c
AB
50842019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5085 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.fortran/pointers.f90: New file.
5088 * gdb.fortran/print_type.exp: New file.
5089 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5090 * gdb.fortran/vla-type.exp: Likewise.
5091 * gdb.fortran/vla-value.exp: Likewise.
5092 * gdb.mi/mi-vla-fortran.exp: Likewise.
5093
30056ea0
AB
50942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5095
5096 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5097 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5098 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5099 as a stop reason.
5100
ec8e2b6d
AB
51012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5102
5103 * gdb.base/annota1.exp: Update expected results.
5104 * gdb.cp/annota2.exp: Likewise.
5105 * gdb.cp/annota3.exp: Likewise.
5106
09e4c4e1
AB
51072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5108
5109 * gdb.base/style-logging.exp: Remove path from test name.
5110
0735b091
TT
51112019-06-14 Tom Tromey <tromey@adacore.com>
5112
5113 PR gdb/24502:
5114 * gdb.base/style-logging.exp: New file.
5115
f5686554
TT
51162019-06-14 Tom Tromey <tromey@adacore.com>
5117
5118 * gdb.base/symfile-warn.exp: New file.
5119 * gdb.base/symfile-warn.c: New file.
5120
a0c1ffed
TT
51212019-06-14 Tom Tromey <tromey@adacore.com>
5122
5123 * gdb.base/annotate-symlink.exp: New file.
5124
f411722c
TT
51252019-06-14 Tom Tromey <tromey@adacore.com>
5126
5127 * gdb.ada/set_wstr.exp: Add reassignment test.
5128
4268ec18
TT
51292019-06-14 Tom Tromey <tromey@adacore.com>
5130
5131 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5132 'unchecked_access and 'unrestricted_access as well.
5133
9a9e394b
TT
51342019-06-14 Tom Tromey <tromey@adacore.com>
5135
5136 PR ada/24539:
5137 * gdb.ada/vla.exp: Update tests.
5138 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5139 pragma.
5140
4c048731
PA
51412019-06-13 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/settings.exp (test-integer): Test junk after
5144 "unlimited".
5145
6665660a
PA
51462019-06-13 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.base/options.exp (test-thread-apply): New.
5149 (top level): Call it.
5150
5d707134
PA
51512019-06-13 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/options.exp (test-frame-apply): New.
5154 (top level): Test print commands with different "frame apply"
5155 prefixes.
5156
e2a689da
PA
51572019-06-13 Pedro Alves <palves@redhat.com>
5158
e79be6e5 5159 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5160 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5161 'max_completions' parameter and handle it.
5162 (test_gdb_completion_offers_commands): New.
5163
90a1ef87
PA
51642019-06-13 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5167
d4c16835
PA
51682019-06-13 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/options.exp (test-backtrace): New.
5171 (top level): Call it.
5172
2daf894e
PA
51732019-06-13 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.guile/scm-frame-args.exp: Use "set print
5176 raw-frame-arguments" instead of "set print raw frame-arguments".
5177 * gdb.python/py-frame-args.exp: Likewise.
5178
e6ed716c
PA
51792019-06-13 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.compile/compile.exp: Adjust expected output to option
5182 processing changes.
5183
7d8062de
PA
51842019-06-13 Pedro Alves <palves@redhat.com>
5185
5186 * gdb.base/options.exp: Build executable.
5187 (test-print): New procedure.
5188 (top level): Call it, once for "print" and another for "compile
5189 print".
5190
9d0faba9
PA
51912019-06-13 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/options.c: New file.
5194 * gdb.base/options.exp: New file.
5195
dee7b4c8
PA
51962019-06-13 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5199 that "o" is ambiguous.
5200
dca0f6c0
PA
52012019-06-13 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/settings.c: New file.
5204 * gdb.base/settings.exp: New file.
5205
ccf46844
PA
52062019-06-13 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.base/completion.exp: Fix comment typo.
5209
b9a3f842
PA
52102019-06-13 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5213 foo --1" test.
5214
d106773e
PA
52152019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5216
5217 * gdb.fortran/block-data.f: New.
5218 * gdb.fortran/block-data.exp: New.
5219
fea82da0
TV
52202019-06-11 Tom de Vries <tdevries@suse.de>
5221
5222 PR testsuite/24521
5223 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5224 message.
5225
8c2e74f1
TV
52262019-06-11 Tom de Vries <tdevries@suse.de>
5227
5228 PR testsuite/24521
5229 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5230
b49851c8
TV
52312019-06-11 Tom de Vries <tdevries@suse.de>
5232
5233 * boards/readnow.exp: New file.
5234
a7067863
AB
52352019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5236
5237 * gdb.fortran/vla-sizeof.exp: Update expected results.
5238
1a3da2cd
AB
52392019-06-06 Amos Bird <amosbird@gmail.com>
5240
5241 * gdb.base/annota1.exp (thread_switch): Add test for
5242 thread-exited annotation.
5243
3847a7bf
TT
52442019-06-06 Tom Tromey <tromey@adacore.com>
5245
5246 * gdb.base/maint.exp: Expect command started/finished output.
5247
0088ba59
AB
52482019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5251 comment.
5252 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5253
312617a3
AB
52542019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5255
5256 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5257 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5258 * gdb.arch/riscv-unwind-long-insn.c: New file.
5259 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5260
e1f2e1a2
CB
52612019-06-04 Christian Biesinger <cbiesinger@google.com>
5262
d3238f7d 5263 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5264
206584bd
PW
52652019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5266
5267 * lib/gdb.exp (help_list_trailer): New regexp variable
5268 factorizing the help trailer message.
5269 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5270 arg to allow to better factorize various tests.
5271 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5272 (test_prefix_command_help): Use help_list_trailer.
5273 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5274 * gdb.guile/scm-cmd.exp: Likewise.
5275 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5276 * gdb.base/help.exp: Use test_user_defined_class_help.
5277 * gdb.base/style.exp: Add tests for styling of help and apropos.
5278 * lib/gdb-utils.exp (style): Add title and highlight styles.
5279
708dc93e
PW
52802019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5281
5282 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5283 $_shell_exitsignal.
5284 * gdb.base/default.exp: Update for new convenience variables.
5285
f49055a5
TT
52862019-05-29 Tom Tromey <tromey@adacore.com>
5287
5288 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5289 to "break complete ada" test case's regexp.
5290
4330d61d
TT
52912019-05-29 Tom Tromey <tromey@adacore.com>
5292
5293 PR c++/20020:
5294 * gdb.cp/constexpr-field.exp: New file.
5295 * gdb.cp/constexpr-field.cc: New file.
5296
000439d5
TT
52972019-05-29 Tom Tromey <tromey@adacore.com>
5298
5299 * gdb.base/finish.exp (finish_no_print): New proc.
5300 (finish_tests): Call it.
5301
5a01c34c
TV
53022019-05-24 Tom de Vries <tdevries@suse.de>
5303
5304 * gdb.dwarf2/gdb-add-index.exp: New file.
5305
18125b16
TT
53062019-05-22 Tom Tromey <tromey@adacore.com>
5307
5308 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5309 * gdb.base/style.exp: Use "style".
5310 * lib/gdb-utils.exp (style): New proc.
5311
af1a8d03
TV
53122019-05-22 Tom de Vries <tdevries@suse.de>
5313
5314 * gdb.base/align.exp: Require c++11.
5315
e7fe496b
TV
53162019-05-22 Tom de Vries <tdevries@suse.de>
5317
5318 PR testsuite/24586
5319 * gdb.python/py-mi-var-info-path-expression.exp: Call
5320 mi_skip_python_tests to check if python is supported.
5321
8fca4da0
AH
53222019-05-22 Alan Hayward <alan.hayward@arm.com>
5323
5324 * gdb.arch/aarch64-pauth.c: New test.
5325 * gdb.arch/aarch64-pauth.exp: New file.
5326
b7060614
AH
53272019-05-22 Alan Hayward <alan.hayward@arm.com>
5328
5329 * README (Re-running Tests Outside The Testsuite): New section.
5330
669d0468
TV
53312019-05-21 Tom de Vries <tdevries@suse.de>
5332
5333 * gdb.arch/amd64-eval.exp: Require c++11.
5334 * gdb.base/max-depth.exp: Same.
5335 * gdb.compile/compile-cplus-array-decay.exp: Same.
5336 * gdb.cp/meth-typedefs.exp: Same.
5337 * gdb.cp/subtypes.exp: Same.
5338 * gdb.cp/temargs.exp: Same.
5339
ce3ebcaa
AH
53402019-05-21 Alan Hayward <alan.hayward@arm.com>
5341
5342 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5343
34d11c68
AB
53442019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5345
5346 PR gdb/18644
5347 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5348 * gdb.fortran/printing-types.exp: Add new test.
5349 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5350 testing.
5351 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5352 setup_kfail call.
5353
87781e84
AH
53542019-05-17 Alan Hayward <alan.hayward@arm.com>
5355
5356 * README (Running the Testsuite): Change example.
5357 (Testsuite Parameters): Remove TRANSCRIPT.
5358 * lib/gdb.exp: Remove TRANSCRIPT check.
5359
b420b89e
AH
53602019-05-17 Alan Hayward <alan.hayward@arm.com>
5361
5362 * README (Testsuite Parameters): Add replay logging to
5363 GDBSERVER_DEBUG.
5364 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5365 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5366 as a comma separated list.
5367 (gdb_debug_init): Override procedure.
5368
408e9b8b
AH
53692019-05-17 Alan Hayward <alan.hayward@arm.com>
5370
5371 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5372 (gdb_write_cmd_file): New procedure.
5373 * lib/gdbserver-support.exp (gdbserver_start): Call
5374 gdbserver_write_cmd_file.
5375 (gdbserver_write_cmd_file): New procedure.
5376
f9e2e39d
AH
53772019-05-17 Alan Hayward <alan.hayward@arm.com>
5378
5379 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5380 (delete_breakpoints): Likewise.
5381 (gdb_run_cmd): Likewise.
5382 (gdb_start_cmd): Likewise.
5383 (gdb_starti_cmd): Likewise.
5384 (gdb_internal_error_resync): Likewise.
5385 (gdb_test_multiple): Likewise.
5386 (gdb_reinitialize_dir): Likewise.
5387 (default_gdb_exit): Likewise.
5388 (gdb_file_cmd): Mark kill as optional.
5389 (default_gdb_start): Call gdb_stdin_log_init.
5390 (send_gdb): Call gdb_stdin_log_write.
5391 (rerun_to_main): Mark Y as an answer.
5392 (gdb_stdin_log_init): New function.
5393 (gdb_stdin_log_write): Likewise.
5394
81f47ac2
AH
53952019-05-17 Alan Hayward <alan.hayward@arm.com>
5396
5397 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5398 * gdb.base/debug-expr.exp: Likewise.
5399 * gdb.base/foll-fork.exp: Likewise.
5400 * gdb.base/foll-vfork.exp: Likewise.
5401 * gdb.base/fork-print-inferior-events.exp: Likewise.
5402 * gdb.base/gdb-sigterm.exp: Likewise.
5403 * gdb.base/gdbinit-history.exp: Likewise.
5404 * gdb.base/osabi.exp: Likewise.
5405 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5406 * gdb.base/ui-redirect.exp: Likewise.
5407 * gdb.gdb/unittest.exp: Likewise.
5408 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5409 * gdb.mi/mi-watch.exp: Likewise.
5410 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5411 * gdb.mi/user-selected-context-sync.exp: Likewise.
5412 * gdb.python/python.exp: Disable debug test when debugging.
5413 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5414 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5415 Likewise.
5416 * gdb.threads/stepi-random-signal.exp: Likewise.
5417
29b52314
AH
54182019-05-17 Alan Hayward <alan.hayward@arm.com>
5419
5420 * Makefile.in: Pass through GDB_DEBUG.
5421 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5422 (gdb,debug): Add board setting.
5423 * lib/gdb.exp (default_gdb_start): Start debugging.
5424 (gdb_debug_enabled): New procedure.
5425 (gdb_debug_init): Likewise.
29b52314
AH
5426
54272019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5428
29b52314
AH
5429 * Makefile.in: Pass through GDB_DEBUG.
5430 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5431 (gdb,debug): Add board setting.
5432 * lib/gdb.exp (default_gdb_start): Start debugging.
5433 (gdb_debug_enabled): New procedure.
5434 (gdb_debug_init): Likewise.
29b52314 5435
ca1285d1
AH
54362019-05-17 Alan Hayward <alan.hayward@arm.com>
5437
5438 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5439
f3a09c80
AH
54402019-05-17 Alan Hayward <alan.hayward@arm.com>
5441
5442 * gdb.base/ui-redirect.exp: Test redirection.
5443
26648588
JV
54442019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5445
5446 * gdb.mi/mi-complete.exp: New file.
5447 * gdb.mi/mi-complete.cc: Likewise.
5448
14237686
AB
54492019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5450
5451 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5452 indexed and sliced arrays, and pointers to arrays.
5453
e7bd7fba
TT
54542019-05-14 Tom Tromey <tromey@adacore.com>
5455
5456 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5457 styling test.
5458
2764128d
TV
54592019-05-14 Tom de Vries <tdevries@suse.de>
5460
5461 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5462 selection entry encoding.
5463
71bed2db
TT
54642019-05-10 Tom Tromey <tromey@adacore.com>
5465
5466 * gdb.ada/info_exc.exp: Add "complete" test.
5467
63b667ad
TV
54682019-05-09 Tom de Vries <tdevries@suse.de>
5469
5470 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5471 CU-relative.
5472
9cfd2b89
TV
54732019-05-09 Tom de Vries <tdevries@suse.de>
5474
5475 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5476 CU-relative.
5477
2228ef77
XR
54782019-05-08 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdb.ada/frame_arg_lang.exp: New testcase.
5481 * gdb.ada/frame_arg_lang/bla.adb: New file.
5482 * gdb.ada/frame_arg_lang/pck.ads: New file.
5483 * gdb.ada/frame_arg_lang/pck.adb: New file.
5484 * gdb.ada/frame_arg_lang/foo.c: New file.
5485
80e55b13
TT
54862019-05-08 Tom Tromey <tromey@adacore.com>
5487
5488 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5489
9d3421af
TT
54902019-05-08 Tom Tromey <tromey@adacore.com>
5491
5492 * gdb.base/ptype-offsets.exp: Update tests.
5493
844333e2
TT
54942019-05-08 Tom Tromey <tromey@adacore.com>
5495
5496 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5497 cases.
5498 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5499 "short".
5500
988915ee
TT
55012019-05-08 Tom Tromey <tromey@adacore.com>
5502
5503 * gdb.ada/vla.exp: New file.
5504 * gdb.ada/vla/vla.adb: New file.
5505
7bd55dac
TV
55062019-05-07 Tom de Vries <tdevries@suse.de>
5507
5508 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5509
75f06e9d
TV
55102019-05-07 Tom de Vries <tdevries@suse.de>
5511
5512 PR testsuite/24522
5513 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5514 section.
5515
77e7aaa4
TV
55162019-05-07 Tom de Vries <tdevries@suse.de>
5517
5518 PR testsuite/24522
5519 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5520 .debug_aranges section.
5521
456ba0fa
TV
55222019-05-07 Tom de Vries <tdevries@suse.de>
5523
5524 PR testsuite/24159
5525 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5526
5a56d6a6
TV
55272019-05-06 Tom de Vries <tdevries@suse.de>
5528
5529 * lib/gdb.exp (exec_has_index_section): New proc.
5530 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5531 section.
5532
9d6d4be8
TV
55332019-05-04 Tom de Vries <tdevries@suse.de>
5534
5535 * boards/cc-with-debug-names.exp: New file.
5536
222a8d25
TT
55372019-05-03 Tom Tromey <tromey@adacore.com>
5538
5539 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5540 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5541 * gdb.ada/char_enum.exp: Add test.
5542
0fdfd794
TV
55432019-05-03 Tom de Vries <tdevries@suse.de>
5544
5545 * boards/cc-with-gdb-index.exp: New file.
5546
80062eb9
AB
55472019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.rust/simple.exp: Add new test case.
5550 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5551 (main): Initialise an instance of the new struct.
5552
4504bbde
TT
55532019-05-01 Tom Tromey <tromey@adacore.com>
5554
5555 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5556 record.
5557 (NPR): New variable.
5558 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5559 test.
5560
d48e62f4
TT
55612019-05-01 Tom Tromey <tromey@adacore.com>
5562
5563 * gdb.ada/packed_array_assign.exp: Add packed assignment
5564 regression test.
5565
f59f30f5
TV
55662019-05-01 Tom de Vries <tdevries@suse.de>
5567
5568 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5569
b70bfc54
TV
55702019-05-01 Tom de Vries <tdevries@suse.de>
5571
5572 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5573
15f18d14
AT
55742019-04-30 Ali Tamur <tamur@google.com>
5575
5576 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5577
2ff0a947
TT
55782019-04-30 Tom Tromey <tromey@adacore.com>
5579
5580 * lib/ada.exp (find_ada_tool): New proc.
5581 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5582 * gdb.ada/catch_ex_std.exp: New file.
5583 * gdb.ada/catch_ex_std/foo.adb: New file.
5584 * gdb.ada/catch_ex_std/some_package.adb: New file.
5585 * gdb.ada/catch_ex_std/some_package.ads: New file.
5586
a776957c
TT
55872019-04-30 Tom Tromey <tromey@adacore.com>
5588
5589 PR c++/24470:
5590 * gdb.cp/temargs.cc: Add test code from PR.
5591
bc68014d
AB
55922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5593
5594 * gdb.fortran/vla-datatypes.exp: Update expected results.
5595 * gdb.fortran/vla-ptype.exp: Likewise.
5596 * gdb.fortran/vla-type.exp: Likewise.
5597 * gdb.fortran/vla-value.exp: Likewise.
5598
f1fdc960
AB
55992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5600
5601 * gdb.fortran/ptr-indentation.exp: Update expected results.
5602 * gdb.fortran/ptype-on-functions.exp: Likewise.
5603 * gdb.fortran/vla-ptr-info.exp: Likewise.
5604 * gdb.fortran/vla-value.exp: Likewise.
5605
bf7a4de1
AB
56062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5607
5608 * gdb.fortran/ptype-on-functions.exp: New file.
5609 * gdb.fortran/ptype-on-functions.f90: New file.
5610
bbe75b9d
AB
56112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5614 case void string.
5615
1db455a7
AB
56162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5617
5618 * gdb.fortran/complex.exp: Expand.
5619 * gdb.fortran/complex.f: Renamed to...
5620 * gdb.fortran/complex.f90: ...this, and extended to add more
5621 complex values.
5622
b6d03bb2
AB
56232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5626 MODULO, CMPLX.
5627
2e62ab40
AB
56282019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5629 Richard Bunt <richard.bunt@arm.com>
5630
5631 * gdb.base/max-depth.c: New file.
5632 * gdb.base/max-depth.exp: New file.
5633 * gdb.python/py-nested-maps.c: New file.
5634 * gdb.python/py-nested-maps.exp: New file.
5635 * gdb.python/py-nested-maps.py: New file.
5636 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5637 (test_all_common): Call test_max_depth.
5638 * gdb.fortran/max-depth.exp: New file.
5639 * gdb.fortran/max-depth.f90: New file.
5640 * gdb.go/max-depth.exp: New file.
5641 * gdb.go/max-depth.go: New file.
5642 * gdb.modula2/max-depth.exp: New file.
5643 * gdb.modula2/max-depth.c: New file.
5644 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5645
d2b584a5
TV
56462019-04-29 Tom de Vries <tdevries@suse.de>
5647
5648 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5649
136afab8
PW
56502019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5651
5652 * gdb.base/callexit.exp: Test may-call-functions off.
5653
725cbb63
KS
56542019-04-25 Keith Seitz <keiths@redhat.com>
5655
5656 PR c++/24367
5657 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5658 (another_incomplete_struct, test_incomplete): New definitions.
5659 (main): Use new definitions.
5660 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5661 functions.
5662
701adfb0
PA
56632019-04-25 Ali Tamur <tamur@google.com>
5664
5665 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5666
82433e3e
SDJ
56672019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5668
5669 PR corefiles/11608
5670 PR corefiles/18187
5671 * gdb.base/coredump-filter-build-id.exp: New file.
5672
dd06d4d6
AH
56732019-04-25 Alan Hayward <alan.hayward@arm.com>
5674
e79be6e5
SM
5675 * Makefile.in: Pass through GDBSERVER_DEBUG.
5676 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5677 (gdbserver,debug): Add board setting.
5678 * gdb.trace/tspeed.exp: Skip when debugging.
5679 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5680 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5681
1670072e
TT
56822019-04-24 Tom Tromey <tromey@adacore.com>
5683
5684 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5685 Rust.
5686
a59240a4
TT
56872019-04-24 Tom Tromey <tromey@adacore.com>
5688
5689 * gdb.arch/amd64-eval.exp: Test bitfield return.
5690 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5691 (class Foo) <return_bitfields>: New method.
5692 (main): Call it.
5693
b907456c
AB
56942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5695
5696 * gdb.cp/many-args.cc: New file.
5697 * gdb.cp/many-args.exp: New file.
5698
5c565afd
TV
56992019-04-23 Tom de Vries <tdevries@suse.de>
5700
5701 PR gdb/24433
5702 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5703
ba22ff86
AH
57042019-04-23 Alan Hayward <alan.hayward@arm.com>
5705
5706 * gdb.trace/backtrace.exp: Use nopie flag.
5707 * gdb.trace/circ.exp: Likewise.
5708 * gdb.trace/collection.exp: Likewise.
5709 * gdb.trace/ftrace.exp: Likewise.
5710 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5711 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5712 * gdb.trace/qtro.exp: Likewise.
5713 * gdb.trace/read-memory.exp: Likewise.
5714 * gdb.trace/report.exp: Likewise.
5715 * gdb.trace/tfile.exp: Likewise.
5716 * gdb.trace/tfind.exp: Likewise.
5717 * gdb.trace/unavailable.exp: Likewise.
5718
7905fc35
PA
57192019-04-22 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/solib-probes-nosharedlibrary.c,
5722 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5723
8ecb59f8
TT
57242019-04-19 Tom Tromey <tromey@adacore.com>
5725
5726 * gdb.ada/ptype_union.c: New file.
5727 * gdb.ada/ptype_union.exp: New file.
5728
62160ec9
TT
57292019-04-19 Tom Tromey <tromey@adacore.com>
5730
5731 PR symtab/24423:
5732 * gdb.base/list0.h (foo): Add a control-l character.
5733
36cd4ba5
TV
57342019-04-18 Tom de Vries <tdevries@suse.de>
5735
5736 PR gdb/24433
5737 * boards/local-board.exp: Set sysroot to "".
5738
b73715df
TV
57392019-04-18 Tom de Vries <tdevries@suse.de>
5740 Pedro Alves <palves@redhat.com>
5741
5742 PR gdb/24454
5743 * gdb.threads/vfork-follow-child-exec.c: New file.
5744 * gdb.threads/vfork-follow-child-exec.exp: New file.
5745 * gdb.threads/vfork-follow-child-exit.c: New file.
5746 * gdb.threads/vfork-follow-child-exit.exp: New file.
5747
4aa866af
LS
57482019-04-15 Leszek Swirski <leszeks@google.com>
5749
5750 * gdb.arch/amd64-eval.cc: New file.
5751 * gdb.arch/amd64-eval.exp: New file.
5752
e5a1a79a
AH
57532019-04-11 Alan Hayward <alan.hayward@arm.com>
5754
5755 * gdb.server/sysroot.c: New test.
5756 * gdb.server/sysroot.exp: New file.
5757 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5758 matching param.
5759
41077b66
AB
57602019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5761
5762 * gdb.base/align.exp: Extend test to cover structures containing
5763 only static fields.
5764
c30391f8
TV
57652019-04-11 Tom de Vries <tdevries@suse.de>
5766
5767 * boards/cc-with-dwz-m.exp: New file.
5768 * boards/cc-with-dwz.exp: New file.
5769 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5770
e242fd12
SM
57712019-04-09 Simon Marchi <simon.marchi@efficios.com>
5772
5773 * gdb.base/start-cpp.exp: New file.
5774 * gdb.base/start-cpp.cc: New file.
5775
2b0c8b01
KB
57762019-04-08 Kevin Buettner <kevinb@redhat.com>
5777
5778 * gdb.python/py-thrhandle.exp: Adjust tests to call
5779 thread_from_handle instead of thread_from_thread_handle.
5780
947210e5
KB
57812019-04-08 Kevin Buettner <kevinb@redhat.com>
5782
5783 * gdb.python/py-thrhandle.exp: Add tests for
5784 gdb.InferiorThread.handle.
5785
d7df6549
AB
57862019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5787
5788 * gdb.python/py-function.exp: Check calling helper function from
5789 all languages.
5790 * lib/gdb.exp (gdb_supported_languages): New proc.
5791
8bdc1658
AB
57922019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.base/complex-parts.c: New file.
5795 * gdb.base/complex-parts.exp: New file.
5796
05caa1d2
TT
57972019-04-01 Tom Tromey <tromey@adacore.com>
5798
5799 PR symtab/23331:
5800 * gdb.dwarf2/dw2-ranges-main.c: New file.
5801 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5802 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5803
7734102d
EZ
58042019-03-30 Simon Marchi <simark@simark.ca>
5805
5806 * gdb.base/default.exp: Add values for $_gdb_major and
5807 $_gdb_minor.
5808
188e1fa9
TT
58092019-03-29 Tom Tromey <tromey@adacore.com>
5810
5811 * gdb.base/help.exp: Tighten apropos regexp.
5812
2880242d
KS
58132019-03-29 Keith Seitz <keiths@redhat.com>
5814
5815 * gdb.fortran/array-bounds.exp: New file.
5816 * gdb.fortran/array-bounds.f90: New file.
5817
077cad8e
PW
58182019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5819
5820 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5821
80047cfc
PW
58222019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5823
5824 * gdb.multi/hello.c (main): Increase alarm timer.
5825
f489207e
SL
58262019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5827
5828 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5829 factor when no hardware watchpoint support.
5830
c92df149
AH
58312019-03-28 Alan Hayward <alan.hayward@arm.com>
5832 Pedro Alves <palves@redhat.com>
5833
5834 * boards/local-board.exp: set sysroot to /.
5835
933aebfa
AH
58362019-03-27 Alan Hayward <alan.hayward@arm.com>
5837
5838 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5839 in child.
5840
9f9aa852
AB
58412019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5842
5843 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5844 field.
5845 (make_container): Initialise new field.
5846 * gdb.python/py-prettyprint.exp: Add new tests.
5847 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5848 <display_hint>: New method.
5849
3714a195
AB
58502019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5851
5852 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5853 gdb_continue_to_breakpoint more throughout this test.
5854 (run_lang_tests) Supply unique test names, and use
5855 gdb_test_no_output.
5856
18c77628
AB
58572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5858
5859 * gdb.base/finish-pretty.exp: Update expected results.
5860 * gdb.base/pretty-print.c: New file.
5861 * gdb.base/pretty-print.exp: New file.
5862
9a93502f
PA
58632019-03-25 Pedro Alves <palves@redhat.com>
5864
5865 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5866 move comments outside list. Append '-i "" eof' section.
5867
968aa7ae
AH
58682019-03-22 Alan Hayward <alan.hayward@arm.com>
5869
34a7f2a4 5870 PR testsuite/25016
968aa7ae
AH
5871 * README: Add pie options.
5872 * gdb.base/break-interp.exp: Ensure pie is disabled.
5873 * gdb.base/dump.exp: Likewise.
5874 * lib/gdb.exp (gdb_compile): Add pie option.
5875
4c7d57e7
TT
58762019-03-19 Tom Tromey <tromey@adacore.com>
5877
5878 * gdb.mi/mi2-cli-display.c: New file.
5879 * gdb.mi/mi2-cli-display.exp: New file.
5880
bff8c71f
TT
58812019-03-18 Joel Brobecker <brobecker@adacore.com>
5882 Tom Tromey <tromey@adacore.com>
5883
5884 * gdb.ada/ptype_array/pck.adb: New file.
5885 * gdb.ada/ptype_array/pck.ads: New file.
5886 * gdb.ada/ptype_array/foo.adb: New file.
5887 * gdb.ada/ptype_array.exp: New file.
5888
d085f989
TT
58892019-03-14 Tom Tromey <tromey@adacore.com>
5890
5891 * gdb.base/style.exp: Add "set style sources" test.
5892
b4be1b06
SM
58932019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5894
5895 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5896 * mi-breakpoint-multiple-locations.exp: ... this.
5897 (make_breakpoints_pattern): New proc.
5898 (do_test): Add mi_version parameter, test -break-insert,
5899 -break-info and =breakpoint-created.
5900
7cde5fc2
AB
59012019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * config/default.exp: Remove 'load_lib gdb.exp'.
5904 * config/monitor.exp: Likewise.
5905 * config/sid.exp: Likewise.
5906 * config/sim.exp: Likewise.
5907 * config/slite.exp: Likewise.
5908 * config/unix.exp: Likewise.
5909 * gdb.base/default.exp: Remove unhelpful comment.
5910
efbecbc1
AB
59112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5912
5913 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5914
0841c79a
AB
59152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5918
4a270568
AB
59192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5920
5921 * gdb.fortran/type-kinds.exp: Update expected results.
5922
067630bd
AB
59232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5924
5925 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5926
3be47f7a
AB
59272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5928
5929 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5930 function.
5931 (test_basic_parsing_of_type_kinds): Expand types tested.
5932 (test_parsing_invalid_type_kinds): New function.
5933
4d00f5d8
AB
59342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.fortran/intrinsics.exp: New file.
5937 * gdb.fortran/intrinsics.f90: New file.
5938 * gdb.fortran/type-kinds.exp: New file.
5939
c8f91604
AB
59402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.fortran/dot-ops.exp: New file.
5943
dd9f2c76
AB
59442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5945
5946 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5947 Check upper and lower case logical literals.
5948
84ec9724
AB
59492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5950
5951 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5952 Remove duplicate tests.
5953
c3734e09
AH
59542019-03-06 Alan Hayward <alan.hayward@arm.com>
5955
5956 * lib/gdb.exp (builtin_cd): rename of cd.
5957 (cd): Override builtin.
5958
aa3cfbda
RB
59592019-03-06 Richard Bunt <richard.bunt@arm.com>
5960
5961 * gdb.fortran/function-calls.exp: New file.
5962 * gdb.fortran/function-calls.f90: New test.
5963
7b63ad86
RB
59642019-03-04 Richard Bunt <richard.bunt@arm.com>
5965
5966 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5967 on user program standard output.
5968 * gdb.fortran/short-circuit-argument-list.f90: Record function
5969 calls.
5970
01abb042
AH
59712019-02-28 Alan Hayward <alan.hayward@arm.com>
5972
c3734e09
AH
5973 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5974 failure.
01abb042 5975
92137da0
RO
59762019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5977
5978 PR gdb/8527
5979 * gdb.base/interrupt-daemon-attach.c,
5980 gdb.base/interrupt-daemon-attach.exp: New test.
5981
5862844d
PA
59822019-02-27 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.base/page.exp: Add tests for "set width/height -1".
5985
8ed25214
PA
59862019-02-27 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/page.exp: Add tests for "set/show width/height" with
5989 "infinite" values.
5990
6c28e44a
TT
59912019-02-27 Tom Tromey <tromey@adacore.com>
5992
5993 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5994 2.4.
5995 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5996 workaround.
5997
bf9a735e
AB
59982019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5999
6000 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6001 tests for structs with static members.
6002
8791793c
TT
60032019-02-26 Tom Tromey <tromey@adacore.com>
6004
6005 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6006 ValueError, not TypeError.
6007
bc2a507e
KB
60082019-02-26 Kevin Buettner <kevinb@redhat.com>
6009
6010 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6011 call from main program.
6012
e0e7d3bd
JB
60132019-02-23 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6016 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6017 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6018 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6019 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6020
9600246d
KS
60212019-02-22 Keith Seitz <keiths@redhat.com>
6022
6023 PR symtab/23853
6024 * gdb.base/symlink-sourcefile.c: New file.
6025 * gdb.base/symlink-sourcefile.exp: New file.
6026
0c95f9ed
TT
60272019-02-20 Tom Tromey <tom@tromey.com>
6028
6029 * gdb.base/info_qt.exp: Update.
6030
6caa91b6
SM
60312019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6032
6033 * gdb.base/source.exp: Move "error in sourced script" code to
6034 the end.
6035 * gdb.base/source-error.gdb: Move contents to
6036 source-error-1.gdb. Add new code to source source-error-1.gdb.
6037 * gdb.base/source-error-1.gdb: New file, from previous
6038 source-error.gdb.
6039
6506371f
TT
60402019-02-17 Tom Tromey <tom@tromey.com>
6041
6042 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6043 for macro styling.
6044 * gdb.base/style.c (SOME_MACRO): New macro.
6045
a0087920
TT
60462019-02-17 Tom Tromey <tom@tromey.com>
6047
6048 * gdb.base/style.exp: Add line-wrapping tests.
6049 * gdb.base/page.exp: Add test for quitting during pagination.
6050
a2cd4f14
JB
60512019-02-17 Joel Brobecker <brobecker@adacore.com>
6052
6053 * gdb.ada/big_packed_array: New testcase.
6054 * gdb.ada/homonym.exp: Fix incorrect expected output for
6055 "break <homonym__get_value>" test.
6056
9d70ffbc
WP
60572019-02-13 Weimin Pan <weimin.pan@oracle.com>
6058
6059 PR breakpoints/21870
6060 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6061 and prepare_for_testing. Add comment.
6062 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6063 redundant cleanup call. Clean up comment.
6064
01c7ae81
WP
60652019-02-12 Weimin Pan <weimin.pan@oracle.com>
6066
6067 PR breakpoints/21870
6068 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6069 * gdb.arch/aarch64-dbreg-contents.c: New file.
6070
aff29d1c
JB
60712019-02-10 Joel Brobecker <brobecker@adacore.com>
6072
6073 * gdb.ada/mi_ref_changeable: New testcase.
6074
df0da8a2
AH
60752019-02-07 Alan Hayward <alan.hayward@arm.com>
6076
6077 * gdb.base/attach.exp: Add double attach test.
6078
bd447abb
SM
60792019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6080
6081 * lib/gdb.exp (default_gdb_start): Don't match pagination
6082 prompt.
6083 (gdb_init): Set stty_init.
6084
1dbc40b9
TT
60852019-01-27 Tom Tromey <tom@tromey.com>
6086
6087 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6088 skip_python_tests.
6089
353229bf
AH
60902019-01-24 Alan Hayward <alan.hayward@arm.com>
6091
6092 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6093 New structure.
6094 (struct struct_static_02_02): Likewise.
6095 (struct struct_static_02_03): Likewise.
6096 (struct struct_static_02_04): Likewise.
6097 (struct struct_static_04_01): Likewise.
6098 (struct struct_static_04_02): Likewise.
6099 (struct struct_static_04_03): Likewise.
6100 (struct struct_static_04_04): Likewise.
6101 (struct struct_static_06_01): Likewise.
6102 (struct struct_static_06_02): Likewise.
6103 (struct struct_static_06_03): Likewise.
6104 (struct struct_static_06_04): Likewise.
6105 (cmp_struct_static_02_01): Likewise.
6106 (cmp_struct_static_02_02): Likewise.
6107 (cmp_struct_static_02_03): Likewise.
6108 (cmp_struct_static_02_04): Likewise.
6109 (cmp_struct_static_04_01): Likewise.
6110 (cmp_struct_static_04_02): Likewise.
6111 (cmp_struct_static_04_03): Likewise.
6112 (cmp_struct_static_04_04): Likewise.
6113 (cmp_struct_static_06_01): Likewise.
6114 (cmp_struct_static_06_02): Likewise.
6115 (cmp_struct_static_06_03): Likewise.
6116 (cmp_struct_static_06_04): Likewise.
6117 (call_all): Test new structs.
6118 * gdb.base/infcall-nested-structs.exp: Likewise.
6119
73021deb
AH
61202019-01-21 Alan Hayward <alan.hayward@arm.com>
6121 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6122
fc65c7db
AH
61232019-01-21 Alan Hayward <alan.hayward@arm.com>
6124 * gdb.base/stack-protector.c: New test.
6125 * gdb.base/stack-protector.exp: New file.
6126 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6127 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6128 option.
6129 (gdb_compile): Remove stack protector for GCC and prevent
6130 recursion.
6131
c24bdb02
KS
61322019-01-16 Keith Seitz <keiths@redhat.com>
6133
6134 PR gdb/23773
6135 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6136
6f072a10
PFC
61372019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6138
6139 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6140 aliases.
6141 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6142 tests.
6143 * gdb.arch/powerpc-vector-regs.c: New file.
6144 * gdb.arch/powerpc-vector-regs.exp: New file.
6145
a7b8d682
PFC
61462019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6147
6148 * gdb.arch/altivec-regs.exp: Fix the list passed to
6149 gdb_expect_list when testing "info vector".
6150
6eb6fb67
AB
61512019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6152
6153 * gdb.base/style.exp: Don't include path in testname.
6154
b56f80d8
KS
61552019-01-10 Keith Seitz <keiths@redhat.com>
6156
6157 PR gdb/23712
6158 PR symtab/23010
6159 * gdb.dwarf2/multidictionary.exp: New file.
6160
041be526
SM
61612019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6164 (test_gnuv3_style_demangling): ... this.
6165 (test_lucid_style_demangling): Remove.
6166 (test_arm_style_demangling): Remove.
6167 (test_hp_style_demangling): Remove.
6168 (do_tests): Remove calls to the above.
6169
d820d0c3
AB
61702019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6173 case.
6174
f097f5ad
TT
61752019-01-06 Tom Tromey <tom@tromey.com>
6176
6177 PR gdb/28155:
6178 * gdb.dwarf2/typedef-void-finish.exp: New file.
6179
2cd8cc0b
TT
61802018-12-28 Tom Tromey <tom@tromey.com>
6181 Simon Marchi <simark@simark.ca>
6182
6183 * gdb.base/jit-exec.exp: New file.
6184 * gdb.base/jit-exec.c: New file.
6185 * gdb.base/jit-execd.c: New file.
6186
35fb8261
TT
61872018-12-28 Tom Tromey <tom@tromey.com>
6188
6189 * gdb.base/style.exp: Update test to check for address styling.
6190
47fd17cd
TT
61912018-12-28 Tom Tromey <tom@tromey.com>
6192
6193 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6194 message.
6195
d47032b7
TT
61962018-12-28 Tom Tromey <tom@tromey.com>
6197
6198 * gdb.base/style.exp: Add test for version number styling.
6199
af79b68d
TT
62002018-12-28 Tom Tromey <tom@tromey.com>
6201
6202 * gdb.base/style.exp: Add test for print_address_symbolic.
6203
0bb296cb
TT
62042018-12-28 Tom Tromey <tom@tromey.com>
6205
6206 * gdb.base/style.exp: Add test for breakpoint setting.
6207
80ae2043
TT
62082018-12-28 Tom Tromey <tom@tromey.com>
6209
6210 * gdb.base/style.exp: Add test for variable names.
6211
cbe56571
TT
62122018-12-28 Tom Tromey <tom@tromey.com>
6213
6214 * gdb.base/style.exp: New file.
6215 * gdb.base/style.c: New file.
6216
9162a27c
TT
62172018-12-28 Tom Tromey <tom@tromey.com>
6218
6219 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6220 "dumb".
6221 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6222 the TERM environment variable.
6223
bc543c90
TT
62242018-12-27 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6227 pagination test.
6228
6f0ffe50
AB
62292018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6230
6231 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6232 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6233
b5a1e557
PW
62342018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6235
6236 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6237 Filename a.adb changed to bp_fun_addr.adb.
6238 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6239
6e8b1ab2
JV
62402018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6241
6242 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6243 non-PIE executables.
6244 * README: Mention the gdb,nopie_flag board setting.
6245 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6246 non-PIE executable.
6247 * gdb.arch/amd64-entry-value.exp: Likewise.
6248 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6249 * gdb.arch/i386-float.exp: Likewise.
6250 * gdb.arch/i386-signal.exp: Likewise.
6251 * gdb.mi/mi-reg-undefined.exp: Likewise.
6252
d00a27c5
PM
62532018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6254
6255 PR gdb/23974
6256 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6257
161d081c
PW
62582018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6259
6260 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6261 Update order of results accordingly.
6262
b001de23
AB
62632018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6264
6265 * gdb.base/annota1.exp: Update a test regexp.
6266
99e1a184
AB
62672018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6268
6269 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6270
7a81c1e2
PW
62712018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6272
6273 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6274 (reuse_time): Initialize to REUSE_TIME_CAP.
6275 (check_rc): New function.
6276 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6277 Check pthread_create rc.
6278 (spawner_thread_func): Check pthread_create and pthread_join rc.
6279
73e8dc90
PA
62802018-12-08 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/list.exp (test_forward_search): Rename to ...
6283 (test_forward_reverse_search): ... this. Also test reverse-search
6284 and the forward-search alias.
6285
13f2ed32
AB
62862018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6287
6288 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6289 local timeout variable before return, and remove all local timeout
6290 variable entirely.
6291 (gdb_load): Likewise.
6292
64d27cfc
TV
62932018-12-01 Tom de Vries <tdevries@suse.de>
6294
6295 * gdb.base/gdb-caching-proc.exp: New file.
6296
f63c03b4
SDJ
62972018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6298
6299 * Makefile.in (TIMESTAMP): New variable.
6300 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6301 command.
6302 (check-single-racy): Likewise.
6303 (check/%.exp): Likewise.
6304 (check-racy/%.exp): Likewise.
6305 (workers/%.worker): Likewise.
6306 (build-perf): Likewise.
6307 (check-perf): Likewise.
6308 * README: Describe new "TS" and "TS_FORMAT" variables.
6309 * print-ts.py: New file.
6310
1c97054b
BF
63112018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6312
6313 PR python/23714
6314 * gdb.python/python.exp: Test command repetition after
6315 gdb.execute.
6316
1871a62d
AB
63172018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6318
6319 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6320 is correctly aligned.
6321
fb5e1ed9
PW
63222018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6323
6324 * gdb.ada/info_auto_lang.exp: New testcase.
6325 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6326 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6327 * gdb.ada/info_auto_lang/some_c.c: New file.
6328
43d397ca
PW
63292018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6330
6331 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6332 FUNC_lang language syntax.
6333
beddd671
PW
63342018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6335
6336 * gdb.base/info_minsym.c: New file.
6337 * gdb.base/info_minsym.exp: New file.
6338
73fc52c4
TT
63392018-11-19 Tom Tromey <tom@tromey.com>
6340
6341 PR rust/23625:
6342 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6343 * gdb.rust/expr.exp: Update expected output. Change one test.
6344
994b876a
TT
63452018-11-19 Tom Tromey <tom@tromey.com>
6346
6347 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6348
6769f276
PA
63492018-11-19 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6352 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6353 see the expected warning.
6354
38a72da0
AH
63552018-11-16 Alan Hayward <alan.hayward@arm.com>
6356
6357 PR gdb/22736:
6358 * gdb.cp/infcall-nodebug-lib.c: New test.
6359 * gdb.cp/infcall-nodebug-main.c: New test.
6360 * gdb.cp/infcall-nodebug.exp: New file.
6361
53a89d6e
SM
63622018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6363
6364 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6365 completer tests.
6366
9325300d
TV
63672018-11-09 Tom de Vries <tdevries@suse.de>
6368
6369 * gdb.base/msym-lang.c: New test.
6370 * gdb.base/msym-lang.exp: New file.
6371 * gdb.base/msym-lang-main.c: New test.
6372
20f0d60d
TT
63732018-11-08 Tom Tromey <tom@tromey.com>
6374
6375 PR gdb/23555:
6376 PR gdb/23838:
6377 * gdb.base/warning.exp: New file.
6378
b5420128
JB
63792018-11-08 Jan Beulich <jbeulich@suse.com>
6380
6381 * testsuite/gdb.arch/i386-avx512.c,
6382 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6383
cd115d61
AB
63842018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6387 point hardware.
6388
35ee2dc2
AB
63892018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6390
6391 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6392 * gdb.dwarf2/missing-type-name.exp: New file.
6393
31aceee8
TV
63942018-11-06 Tom de Vries <tdevries@suse.de>
6395
6396 * gdb.base/many-headers.c: New test.
6397 * gdb.base/many-headers.exp: New file.
6398
109be305
JW
63992018-11-06 Jim Wilson <jimw@sifive.com>
6400
6401 * gdb.base/code_elim.exp: For riscv, set additional_flags
6402 to include -msmall-data-limit=0.
6403
e2b7af72
JB
64042018-11-01 Joel Brobecker <brobecker@adacore.com>
6405
6406 * gdb.ada/watch_minus_l: New testcase.
6407
cdcda965
SM
64082018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6409
6410 * gdb.arch/aix-sighandle.c: New file.
6411 * gdb.arch/aix-sighandle.exp: New file.
6412
92dcebf3
AB
64132018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6414
6415 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6416 registers being unions.
6417
68b9ac18
TV
64182018-10-31 Tom de Vries <tdevries@suse.de>
6419
6420 * lib/valgrind.exp: New file.
6421 (vgdb_start, vgdb_stop): New procs, factored out of ...
6422 * gdb.base/valgrind-bt.exp: ... here, ...
6423 * gdb.base/valgrind-disp-step.exp: ... here and ...
6424 * gdb.base/valgrind-infcall.exp: ... here.
6425
1443936e
TV
64262018-10-31 Tom de Vries <tdevries@suse.de>
6427
6428 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6429
eb77c9df
AB
64302018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6431
6432 * gdb.dwarf2/void-type.c: New file.
6433 * gdb.dwarf2/void-type.exp: New file.
6434
82b5e646
PW
64352018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6436
6437 * gdb.base/info_qt.c: New file.
6438 * gdb.base/info_qt.exp: New file.
6439
8d619c01
EBM
64402018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6441
6442 * gdb.arch/powerpc-htm-regs.c: New file.
6443 * gdb.arch/powerpc-htm-regs.exp: New file.
6444
f2cf6173
EBM
64452018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6446
6447 * gdb.arch/powerpc-tar.c: New file.
6448 * gdb.arch/powerpc-tar.exp: New file.
6449
7ca18ed6
EBM
64502018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6451
6452 * gdb.arch/powerpc-ppr-dscr.c: New file.
6453 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6454
bfcc0eba
TV
64552018-10-25 Tom de Vries <tdevries@suse.de>
6456
6457 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6458
fe1a5cad
TV
64592018-10-24 Tom de Vries <tdevries@suse.de>
6460
6461 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6462 longer exists error.
6463
a76dc3b7
TV
64642018-10-24 Tom de Vries <tdevries@suse.de>
6465
6466 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6467
4df46df7
TV
64682018-10-24 Tom de Vries <tdevries@suse.de>
6469
6470 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6471 --db-attach in valgrind.
6472
0dbfcfff
AB
64732018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6474
6475 * gdb.arch/riscv-reg-aliases.c: New file.
6476 * gdb.arch/riscv-reg-aliases.exp: New file.
6477
b04480b1
AH
64782018-10-19 Alan Hayward <alan.hayward@arm.com>
6479
6480 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6481
2c6ac8d7
AH
64822018-10-19 Alan Hayward <alan.hayward@arm.com>
6483
6484 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6485
2bc69f25
AH
64862018-10-19 Alan Hayward <alan.hayward@arm.com>
6487
6488 * gdb.cp/ovldbreak.exp: Fix regexps.
6489
1f1ae3a3
AH
64902018-10-19 Alan Hayward <alan.hayward@arm.com>
6491
6492 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6493
94c18618
SDJ
64942018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6495
6496 PR cli/23785
6497 * gdb.base/restore.exp: New test to check if "restore" with an
6498 invalid file doesn't segfault.
6499
812cd6eb
TV
65002018-10-18 Tom de Vries <tdevries@suse.de>
6501
6502 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6503 * gdb.ada/excep_handle.exp: Same.
6504 * gdb.ada/mi_string_access.exp: Same.
6505 * gdb.ada/mi_var_union.exp: Same.
6506 * gdb.arch/arc-analyze-prologue.exp: Same.
6507 * gdb.arch/arc-decode-insn.exp: Same.
6508 * gdb.base/readnever.exp: Same.
6509 * gdb.fortran/printing-types.exp: Same.
6510 * gdb.guile/scm-lazy-string.exp: Same.
6511
c4b90788
TV
65122018-10-16 Tom de Vries <tdevries@suse.de>
6513
6514 PR gdb/23730
6515 * gdb.base/catch-follow-exec.c: Add copyright notice.
6516 * gdb.base/catch-follow-exec.exp: Rewrite to use
6517 gdb_spawn_with_cmdline_opts. Require gdb-native.
6518
8bca2978
SL
65192018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6520
6521 * gdb.trace/actions-changed.exp: Check for arch support.
6522 * gdb.trace/actions.exp: Likewise.
6523 * gdb.trace/ax.exp: Likewise.
6524 * gdb.trace/backtrace.exp: Likewise.
6525 * gdb.trace/change-loc.exp: Likewise.
6526 * gdb.trace/deltrace.exp: Likewise.
6527 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6528 * gdb.trace/ftrace.exp: Likewise.
6529 * gdb.trace/infotrace.exp: Check for arch support.
6530 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6531 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6532 * gdb.trace/mi-tsv-changed.exp: Likewise.
6533 * gdb.trace/packetlen.exp: Likewise.
6534 * gdb.trace/passc-dyn.exp: Likewise.
6535 * gdb.trace/passcount.exp: Likewise.
6536 * gdb.trace/pending.exp: Likewise.
6537 * gdb.trace/range-stepping.exp: Check for shlib support.
6538 * gdb.trace/report.exp: Check for arch support.
6539 * gdb.trace/save-trace.exp: Likewise.
6540 * gdb.trace/signal.exp: Check for signal support.
6541 * gdb.trace/tfind.exp: Check for arch support.
6542 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6543 * gdb.trace/trace-common.h: Add comment.
6544 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6545 * gdb.trace/trace-enable-disable.exp: Likewise.
6546 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6547 * gdb.trace/tracecmd.exp: Check for arch support.
6548 * gdb.trace/tspeed.exp: Check for shlib and target support.
6549 * gdb.trace/tstatus.exp: Check for arch support.
6550 * gdb.trace/tsv.exp: Likewise.
6551 * gdb.trace/while-dyn.exp: Likewise.
6552 * gdb.trace/while-stepping.exp: Likewise.
6553 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6554
f9c49bff
SM
65552018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6556
6557 * gdb.trace/tspeed.exp: Remove nowarnings.
6558 (prepare_for_trace_test): Declare "global ipalib".
6559 * gdb.trace/tspeed.c: Include unistd.h.
6560 (main): Remove superfluous printf argument.
6561
d4330bde
SL
65622018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6563
6564 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6565 directory prefix on the filename.
6566
8ecfd7bd
SDJ
65672018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6568
6569 * gdb.gdb/unittest.exp: Update expected message informing that
6570 selftests have been disabled.
6571 * gdb.server/unittest.exp: Likewise.
6572
58bbcd02
TV
65732018-10-09 Tom de Vries <tdevries@suse.de>
6574
6575 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6576 with runto_main.
6577
9f6b697b
WP
65782018-10-08 Weimin Pan <weimin.pan@oracle.com>
6579
6580 PR c++/16841
6581 * gdb.cp/virtbase2.cc: New file.
6582 * gdb.cp/virtbase2.exp: New file.
6583
add5ded5
TT
65842018-10-06 Tom Tromey <tom@tromey.com>
6585
6586 PR python/19399:
6587 * gdb.python/py-inferior.exp: Add architecture test.
6588
f9e48344
TT
65892018-10-06 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6592 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6593
2a8be203
TT
65942018-10-06 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6597 of a "throw" catchpoint.
6598
e04caa70
SDJ
65992018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6600
6601 * gdb.base/info-proc.exp: Update string expected from "help info
6602 proc".
6603
5ca8c39f
TT
66042018-10-04 Tom Tromey <tom@tromey.com>
6605
6606 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6607 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6608 (test_initial_complaints, test_empty_complaints): Update.
6609 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6610
3453e7e4
TT
66112018-10-04 Tom Tromey <tom@tromey.com>
6612
6613 PR cli/19551:
6614 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6615 * lib/gdb.exp (gdb_file_cmd): Update.
6616 * gdb.stabs/weird.exp (print_weird_var): Update.
6617 * gdb.server/solib-list.exp: Update.
6618 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6619 * gdb.mi/mi-cli.exp: Update.
6620 * gdb.linespec/linespec.exp: Update.
6621 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6622 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6623 * gdb.cp/cp-relocate.exp: Update.
6624 * gdb.base/sym-file.exp: Update.
6625 * gdb.base/relocate.exp: Update.
6626 * gdb.base/readnever.exp: Update.
6627 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6628 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6629 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6630 * gdb.base/code_elim.exp: Update.
6631 * gdb.base/break-unload-file.exp (test_break): Update.
6632 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6633 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6634 Update.
6635 * gdb.base/attach.exp (do_attach_tests): Update.
6636 * gdb.base/sepdebug.exp: Update.
6637 * gdb.python/py-section-script.exp: Update.
6638
6afcf761
TT
66392018-10-04 Tom Tromey <tom@tromey.com>
6640
6641 PR cli/22234:
6642 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6643 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6644 output.
6645
fef1b293
TT
66462018-10-04 Tom Tromey <tom@tromey.com>
6647
6648 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6649 set width and height to 0.
6650 (test_command_line_attach_run): Use -quiet.
6651
ca98345e
SL
66522018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6653
6654 * lib/gdb.exp (skip_ifunc_tests): New.
6655 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6656 other compile failures.
6657 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6658
ff34e6ae
SM
66592018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6660
6661 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6662 is_amd64_regs_target.
6663
6bb8890e
AH
66642018-10-01 Alan Hayward <alan.hayward@arm.com>
6665
6666 * gdb.arch/aarch64-sighandler-regs.c: New test.
6667 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6668 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6669
224d30d3
MM
66702018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6671
6672 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6673 assembly.
6674
f67ffa6a
AB
66752018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6676
6677 * gdb.base/frame-selection.exp: New file.
6678 * gdb.base/frame-selection.c: New file.
6679
9fc3183f
AH
66802018-09-27 Alan Hayward <alan.hayward@arm.com>
6681
6682 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6683 pthread barrier.
6684 (main): Likewise.
6685
d354055e
AB
66862018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6687
6688 * gdb.base/large-frame-1.c: New file.
6689 * gdb.base/large-frame-2.c: New file.
6690 * gdb.base/large-frame.exp: New file.
6691 * gdb.base/large-frame.h: New file.
6692
db727370
JL
66932018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6694
6695 PR gdb/20948
6696 * gdb.base/write_mem.exp: New test.
6697 * gdb.base/write_mem.c: Likewise.
6698
ae778caf
TT
66992018-09-23 Tom Tromey <tom@tromey.com>
6700
6701 PR python/18852:
6702 * gdb.python/py-parameter.exp: Add test for parameter that throws
6703 on "set".
6704
fd3ba736
TT
67052018-09-23 Tom Tromey <tom@tromey.com>
6706
6707 PR python/17284:
6708 * gdb.python/py-template.exp (test_template_arg): Add test for
6709 negative template argument number.
6710
39a24317
TT
67112018-09-23 Tom Tromey <tom@tromey.com>
6712
6713 PR python/14062:
6714 * gdb.python/python.exp: Add test for post_event error.
6715
f5769a2c
TT
67162018-09-23 Tom Tromey <tom@tromey.com>
6717
6718 PR python/18170:
6719 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6720 convert pointers to int and long.
6721
1c1e54f6
TT
67222018-09-23 Tom Tromey <tom@tromey.com>
6723
6724 PR python/20126:
6725 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6726 signed-ness conversion tests.
6727
fb4fa946
TT
67282018-09-23 Tom Tromey <tom@tromey.com>
6729
6730 PR python/18352;
6731 * gdb.python/py-value.exp (test_float_conversion): New proc.
6732 Use it.
6733
a466edac
HAQ
67342018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6735
6736 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6737
4ee9b0c5
SL
67382018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6739
6740 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6741 no readline.
6742 * gdb.base/utf8-identifiers.exp: Likewise.
6743 * gdb.cp/cpcompletion.exp: Likewise.
6744 * gdb.linespec/cpcompletion.exp: Likewise.
6745 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6746 * gdb.linespec/cpls-ops.exp: Likewise.
6747
23be8da7
RB
67482018-09-19 Richard Bunt <richard.bunt@arm.com>
6749 Chris January <chris.january@arm.com>
6750
6751 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6752 * gdb.fortran/short-circuit-argument-list.exp: New file.
6753 * gdb.fortran/short-circuit-argument-list.f90: New test.
6754
5031d0ae
SDJ
67552018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6756
6757 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6758 "arch=" keyword when executing "-stack-list-frames".
6759
b4c0d1a4
SDJ
67602018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6761
6762 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6763 "arch=" keyword when executing "-stack-list-frames".
6764
7a6d2b45
SDJ
67652018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6766
6767 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6768 break ada".
6769
8588b356
SM
67702018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6771
6772 PR python/23669
6773 * gdb.python/python.exp: Test gdb.execute("show commands").
6774
65e65158
TT
67752018-09-16 Tom Tromey <tom@tromey.com>
6776
6777 * gdb.base/new-ui.exp (do_execution_tests): Update.
6778 * gdb.base/dbx.exp (test_breakpoints): Update.
6779
bf326452
AH
67802018-09-14 Alan Hayward <alan.hayward@arm.com>
6781
6782 * lib/gdb.exp (gdb_simple_compile): Add proc.
6783 (is_elf_target): Use gdb_simple_compile.
6784 (skip_altivec_tests): Likewise.
6785 (skip_vsx_tests): Likewise.
6786 (skip_tsx_tests): Likewise.
6787 (skip_btrace_tests): Likewise.
6788 (skip_btrace_pt_tests): Likewise.
6789 (gdb_can_simple_compile): Likewise.
6790 (gdb_has_argv0): Likewise.
6791 (gdb_target_symbol_prefix): Likewise.
6792 (target_supports_scheduler_locking): Likewise.
6793
2361b0fb
TT
67942018-09-13 Tom Tromey <tom@tromey.com>
6795
6796 * Makefile.in (TAGS): Recognize proc_with_prefix and
6797 gdb_caching_proc.
6798
0ae1a321
SM
67992018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6800
6801 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6802 method.
6803
a40bf0c2
SM
68042018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6805
6806 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6807 and a few other Inferior properties when the Inferior is no
6808 longer valid.
6809
4a3fe98f
TT
68102018-09-13 Tom Tromey <tom@tromey.com>
6811
6812 PR rust/23650:
6813 * gdb.rust/simple.exp: Add test for enum field access error.
6814
098b2108
TT
68152018-09-13 Tom Tromey <tom@tromey.com>
6816
6817 PR rust/23626:
6818 * gdb.rust/simple.rs (EmptyEnum): New type.
6819 (main): Use it.
6820 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6821
1256af7d
SM
68222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6823
6824 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6825 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6826 * gdb.python/py-symtab.exp: Update test printing an objfile.
6827
4aa8e6c2
SM
68282018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6831 object.
6832
c221b2f7
AH
68332018-09-12 Alan Hayward <alan.hayward@arm.com>
6834
6835 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6836 (support_complex_tests): Use gdb_can_simple_compile.
6837 (is_ilp32_target): Likewise.
6838 (is_lp64_target): Likewise.
6839 (is_64_target): Likewise.
6840 (is_amd64_regs_target): Likewise.
6841 (is_aarch32_target): Likewise.
6842 (gdb_int128_helper): Likewise.
6843
6f1107b5
JK
68442018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6845
6846 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6847
1f5d1570
JG
68482018-09-10 Jerome Guitton <guitton@adacore.com>
6849
6850 * gdb.ada/same_component_name: Add test for case of tagged record
6851 with variable-length fields.
6852
cc330e39
XR
68532018-09-10 Xavier Roirand <roirand@adacore.com>
6854
6855 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6856 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6857 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6858 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6859
b9c50e9a
XR
68602018-09-10 Xavier Roirand <roirand@adacore.com>
6861
6862 * gdb.ada/mi_string_access.exp: New testcase.
6863 * gdb.ada/mi_string_access/bar.adb: New file.
6864 * gdb.ada/mi_string_access/pck.adb: New file.
6865 * gdb.ada/mi_string_access/pck.asd: New file.
6866
2963898f
XR
68672018-09-10 Xavier Roirand <roirand@adacore.com>
6868
6869 * gdb.ada/mi_var_union.exp: New testcase.
6870 * gdb.ada/mi_var_union/bar.adb: New file.
6871 * gdb.ada/mi_var_union/pck.adb: New file.
6872 * gdb.ada/mi_var_union/pck.asd: New file.
6873
1aac008f
TT
68742018-09-08 Tom Tromey <tom@tromey.com>
6875
6876 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6877
332cf4c9
TT
68782018-09-08 Tom Tromey <tom@tromey.com>
6879
6880 PR python/16047:
6881 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6882 (register_pretty_printers): Register new printer.
6883 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6884 test.
6885 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6886 (an_int_type3): New global.
6887
424da6cf
JB
68882018-09-08 Joel Brobecker <brobecker@adacore.com>
6889
6890 * gdb.ada/expr_with_funcall: New testcase.
6891
2a62dfa9
JB
68922018-09-08 Joel Brobecker <brobecker@adacore.com>
6893
6894 * gdb.ada/packed_array_assign: New testcase.
6895
96b6697f
AB
68962018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6897
6898 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6899 names, and add test prefixes to make test names unique.
6900
e4a62c65
TV
69012018-09-05 Tom de Vries <tdevries@suse.de>
6902
6903 * gdb.dwarf2/varval.exp: Add test.
6904
dd083ee2
GB
69052018-09-04 Gary Benson <gbenson@redhat.com>
6906
6907 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6908 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6909
aef9346c
TT
69102018-08-31 Tom Tromey <tom@tromey.com>
6911
6912 * gdb.rust/simple.rs: Rename second variable "v".
6913
c67f2e15
AB
69142018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6915
6916 * gdb.base/funcargs.c (use_a): New function.
6917 (recurse): Call use_a.
6918
078a0207
KS
69192018-08-29 Keith Seitz <keiths@redhat.com>
6920
6921 * gdb.compile/compile-cplus-anonymous.cc: New file.
6922 * gdb.compile/compile-cplus-anonymous.exp: New file.
6923 * gdb.compile/compile-cplus-array-decay.cc: New file.
6924 * gdb.compile/compile-cplus-array-decay.exp: New file.
6925 * gdb.compile/compile-cplus-inherit.cc: New file.
6926 * gdb.compile/compile-cplus-inherit.exp: New file.
6927 * gdb.compile/compile-cplus-member.cc: New file.
6928 * gdb.compile/compile-cplus-member.exp: New file.
6929 * gdb.compile/compile-cplus-method.cc: New file.
6930 * gdb.compile/compile-cplus-method.exp: New file.
6931 * gdb.compile/compile-cplus-mod.c: "New" file.
6932 * gdb.compile/compile-cplus-namespace.cc: New file.
6933 * gdb.compile/compile-cplus-namespace.exp: New file.
6934 * gdb.compile/compile-cplus-nested.cc: New file.
6935 * gdb.compile/compile-cplus-nested.exp: New file.
6936 * gdb.compile/compile-cplus-print.c: "New" file.
6937 * gdb.compile/compile-cplus-print.exp: "New" file.
6938 * gdb.compile/compile-cplus-virtual.cc: New file.
6939 * gdb.compile/compile-cplus-virtual.exp: New file.
6940 * gdb.compile/compile-cplus.c: "New" file.
6941 * gdb.compile/compile-cplus.exp: "New" file.
6942 * lib/compile-support.exp: New file.
6943
b0f492b9
GB
69442018-08-16 Gary Benson <gbenson@redhat.com>
6945
6946 PR gdb/13000:
6947 * gdb.base/batch-exit-status.exp: New file.
6948 * gdb.base/batch-exit-status.good-commands: Likewise.
6949 * gdb.base/batch-exit-status.bad-commands: Likewise.
6950
36eb4c5f
AH
69512018-08-29 Alan Hayward <alan.hayward@arm.com>
6952
6953 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6954 (struct struct02): Likewise.
6955 (struct struct03): Likewise.
6956 (struct struct04): Likewise.
6957 (struct struct_01_01): New struct.
6958 (struct struct_01_02): Likewise.
6959 (struct struct_01_03): Likewise.
6960 (struct struct_01_04): Likewise.
6961 (struct struct_02_01): Likewise.
6962 (struct struct_02_02): Likewise.
6963 (struct struct_02_03): Likewise.
6964 (struct struct_02_04): Likewise.
6965 (struct struct_04_01): Likewise.
6966 (struct struct_04_02): Likewise.
6967 (struct struct_04_03): Likewise.
6968 (struct struct_04_04): Likewise.
6969 (struct struct_05_01): Likewise.
6970 (struct struct_05_02): Likewise.
6971 (struct struct_05_03): Likewise.
6972 (struct struct_05_04): Likewise.
6973 (cmp_struct01): Remove function.
6974 (cmp_struct02): Likewise.
6975 (cmp_struct03): Likewise.
6976 (cmp_struct04): Likewise.
6977 (cmp_struct_01_01): Add Function.
6978 (cmp_struct_01_02): Likewise.
6979 (cmp_struct_01_03): Likewise.
6980 (cmp_struct_01_04): Likewise.
6981 (cmp_struct_02_01): Likewise.
6982 (cmp_struct_02_02): Likewise.
6983 (cmp_struct_02_03): Likewise.
6984 (cmp_struct_02_04): Likewise.
6985 (cmp_struct_04_01): Likewise.
6986 (cmp_struct_04_02): Likewise.
6987 (cmp_struct_04_03): Likewise.
6988 (cmp_struct_04_04): Likewise.
6989 (cmp_struct_05_01): Likewise.
6990 (cmp_struct_05_02): Likewise.
6991 (cmp_struct_05_03): Likewise.
6992 (cmp_struct_05_04): Likewise.
6993 (call_all): Add new structs.
6994 * gdb.base/infcall-nested-structs.exp: Likewise.
6995
3bf9c013
JV
69962018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6997
6998 * gdb.python/py-framefilter-mi.exp: Update regexp to
6999 check for "arch" field in frame output.
7000
450d1e88
KB
70012018-08-23 Kevin Buettner <kevinb@redhat.com>
7002
7003 * gdb.dwarf2/dw2-ranges-func.c: New file.
7004 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7005
ae739fe7
SM
70062018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7007
7008 * gdb.base/term.exp: Compare terminal settings with values from
7009 the inferior.
7010 * gdb.base/term.c: Get and set terminal settings.
7011
6d52907e
JV
70122018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7013
7014 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7015 accommodate new "arch" field in frame output.
7016 * gdb.mi/mi-return.exp: Likewise.
7017 * gdb.mi/mi-stack.exp: Likewise.
7018 * gdb.mi/mi-syn-frame.exp: Likewise.
7019 * gdb.mi/user-selected-context-sync.exp: Likewise.
7020
be2d111a
MS
70212018-08-19 Michael Spang <spang@google.com>
7022
7023 PR gdb/11786
7024 * gdb.base/gcore-tls-pie.c: New file.
7025 * gdb.base/gcore-tls-pie.exp: New file.
7026
ae3a7c47
KB
70272018-08-18 Kevin Buettner <kevinb@redhat.com>
7028
7029 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7030 * gdb.dwarf2/varval.c: New file.
7031 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7032
2ecae92e
AH
70332018-08-17 Alan Hayward <alan.hayward@arm.com>
7034
7035 PR gdb/18931
7036 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7037
c1854f1d
KS
70382018-08-16 Keith Seitz <keiths@redhat.com>
7039
7040 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7041 tests expected to pass.
7042
26fb3983
JV
70432018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7044
7045 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7046 -data-disassemble -a.
7047 (test_disassembly_bogus_args): Likewise.
7048
67943c00
AB
70492018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7050
7051 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7052
5ff2bbae
AB
70532018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.base/vla-optimized-out.exp: Add new test.
7056
e5bbcd0f
AB
70572018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7058
7059 * gdb.base/vla-optimized-out-o3.exp: Delete.
7060 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7061 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7062 deleted tests.
7063
9d4a934c
AB
70642018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7065
7066 PR gdb/18050:
7067 * gdb.server/extended-remote-restart.c: New file.
7068 * gdb.server/extended-remote-restart.exp: New file.
7069
045cf012
SM
70702018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7071
7072 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7073 "set variable index = 42".
7074
87d6a7aa
SM
70752018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7076
7077 * boards/index-cache-gdb.exp: New file.
7078 * gdb.dwarf2/index-cache.exp: New file.
7079 * gdb.dwarf2/index-cache.c: New file.
7080 * gdb.base/maint.exp: Check if we are using the index cache.
7081
96d68bd4
RO
70822018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7083
7084 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7085 MAKEFLAGS.
7086
5a699617
RO
70872018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7088
7089 * dg-extract-results.sh: Move to toplevel contrib.
7090 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7091 * Makefile.in (check-parallel-racy): Likewise.
7092
5bd18990
AB
70932018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7094
7095 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7096 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7097 tests if the target supports scheduler locking.
7098
3fbbcf47
TV
70992018-08-04 Tom de Vries <tdevries@suse.de>
7100
7101 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7102
3e1d3d8c
TT
71032018-08-02 Tom Tromey <tom@tromey.com>
7104
7105 PR symtab/16842.
7106 * gdb.cp/temargs.exp: Test "info address" of a template
7107 parameter.
7108
5abe0f0c
JV
71092018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7110
7111 * gdb.python/py-mi-var-info-path-expression.c: New file.
7112 * gdb.python/py-mi-var-info-path-expression.py: New file.
7113 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7114
fb66cde8
SDJ
71152018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7116
7117 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7118 error after "cannot resolve name" string.
7119
c708f4d2
AB
71202018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7121
7122 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7123 started.
7124 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7125
37cc0cae
TV
71262018-07-28 Tom de Vries <tdevries@suse.de>
7127
7128 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7129
63b4ecf7
TV
71302018-07-26 Tom de Vries <tdevries@suse.de>
7131
7132 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7133
3c3bb058
AB
71342018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7135
7136 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7137 is visible.
7138
9e7f3bbb
TV
71392018-07-26 Tom de Vries <tdevries@suse.de>
7140
7141 PR breakpoints/23366
7142 * gdb.base/catch-follow-exec.c: New test.
7143 * gdb.base/catch-follow-exec.exp: New file.
7144
16f808ec
TV
71452018-07-25 Tom de Vries <tdevries@suse.de>
7146
7147 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7148 vla-optimized-out.c.
7149
d7154a8d
JV
71502018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7151
7152 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7153 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7154
232a0032
TV
71552018-07-20 Tom de Vries <tdevries@suse.de>
7156
7157 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7158 NOCLONE macro.
7159 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7160
fbb1d502
TV
71612018-07-19 Tom de Vries <tdevries@suse.de>
7162
7163 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7164 regular expression.
7165
42dc7699
TV
71662018-07-18 Tom de Vries <tdevries@suse.de>
7167
7168 * gdb.base/vla-optimized-out.c: New test.
7169 * gdb.base/vla-optimized-out.exp: New file.
7170
7f1f7e23
SDJ
71712018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7172
7173 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7174 message "No address associated with hostname" when gdbserver
7175 cannot resolve the hostname.
7176
5759ebb3
PW
71772018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7178
7179 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7180 Add some test prefixes to make tests unique.
7181
3606ccab
PW
71822018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7183
7184 * gdb.base/frameapply.c: New file.
7185 * gdb.base/frameapply.exp: New file.
7186
529c08b2
PW
71872018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7188
7189 * gdb.base/skip.exp: Update expected error message.
7190
c7ab0aef
SDJ
71912018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7192 Jan Kratochvil <jan.kratochvil@redhat.com>
7193 Paul Fertser <fercerpav@gmail.com>
7194 Tsutomu Seki <sekiriki@gmail.com>
7195
7196 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7197 parameter.
7198 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7199 by default.
7200 * boards/native-gdbserver.exp: Likewise.
7201 * gdb.server/run-without-local-binary.exp: Improve regexp used
7202 for detecting when a remote debugging connection succeeds.
7203 * gdb.server/server-connect.exp: New file.
7204 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7205 Do not prefix the port number with ":".
7206 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7207 support for detecting and using it. Add '$debughost_gdbserver'
7208 to the list of arguments used to start gdbserver. Handle case
7209 when gdbserver cannot resolve a network name.
7210
16ff70dd
SDJ
72112018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7212
7213 PR c++/23373
7214 * gdb.base/ptype-offsets.cc (struct static_member): New
7215 struct.
7216 (main) <stmember>: New variable.
7217 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7218 with a static member in it.
7219
3541979f
AB
72202018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7223 watchpoints enabled and disabled.
7224
c8ad9b9a
AB
72252018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7226
7227 * gdb.base/examine-backward.exp: Still run tests around address
7228 0x0, even if address 0x0 is not readable. Update the pattern for
7229 matching address 0x0 in expected output.
7230
e0e5e971
AB
72312018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7232
7233 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7234 malloc/free.
7235
1ea5da02
TV
72362018-07-04 Tom de Vries <tdevries@suse.de>
7237
7238 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7239
471b9d15
MR
72402018-07-02 Maciej W. Rozycki <macro@mips.com>
7241
7242 PR tdep/8282
7243 * gdb.arch/mips-disassembler-options.exp: New test.
7244 * gdb.arch/mips-disassembler-options.s: New test source.
7245
75acb486
PA
72462018-06-29 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.threads/names.exp: Adjust expected "info threads" output.
7249
cd2bb709
PA
72502018-06-29 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.opt/inline-break.exp (line number, address): Add "info
7253 break" tests.
7254
991ff292
PA
72552018-06-29 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7258 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7259 number and address and running to them.
7260
356819b6 72612018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7262
7263 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7264
2512d7ef
JK
72652018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7266
7267 * lib/compiler.c: Remove executable permission flag.
7268
be1b6474
RB
72692018-06-28 Richard Bunt <richard.bunt@arm.com>
7270
7271 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7272 code.
7273 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7274
291f9a96
PT
72752018-06-28 Petr Tesarik <ptesarik@suse.cz>
7276
7277 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7278
ed6dfe51
PT
72792018-06-28 Petr Tesarik <ptesarik@suse.cz>
7280
7281 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7282 address argument is omitted.
7283
d4d429d5
PT
72842018-06-28 Petr Tesarik <ptesarik@suse.cz>
7285
7286 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7287
7ab6656f
OJ
72882018-06-27 Omair Javaid <omair.javaid@linaro.org>
7289
7290 PR gdb/21695
7291 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7292 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7293
a33ccfc7
TT
72942018-06-26 Tom Tromey <tom@tromey.com>
7295
7296 PR rust/22574:
7297 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7298 * gdb.rust/simple.rs (struct SimpleLayout): New.
7299
6d72d289
SM
73002018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7301
7302 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7303 "info registers" output.
7304
8363f9d5
RB
73052018-06-21 Richard Bunt <richard.bunt@arm.com>
7306
7307 * gdb.base/watchpoint-hw-attach.c: New test.
7308 * gdb.base/watchpoint-hw-attach.exp: New file.
7309
f00674fe
SM
73102018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7311
7312 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7313 through /bin/sh.
7314 * boards/dwarf4-gdb-index.exp: Likewise.
7315 * boards/fission-dwp.exp: Likewise.
7316
1d554008
UW
73172018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7318
7319 * gdb.base/float128.exp: Add comment and improved fail message
7320 to the failure case of "print large128" test.
7321
d0ac1c44
SM
73222018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7323
7324 * configure.ac: Remove AC_PREREQ.
7325 * configure: Re-generate.
7326
61b04dd0
PA
73272018-06-19 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7330 (func_extern_caller): New.
7331 (main): Call func_extern_caller.
7332 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7333 logic change.
7334
f63b508a
SM
73352018-06-18 Weimin Pan <weimin.pan@oracle.com>
7336
7337 PR gdb/16841
7338 * gdb.cp/typedef-base.cc: New file.
7339 * gdb.cp/typedef-base.exp: New file.
7340
0fe3a558
TV
73412018-06-18 Tom de Vries <tdevries@suse.de>
7342
7343 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7344
7010835a
AB
73452018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7346 Richard Bunt <Richard.Bunt@arm.com>
7347
7348 * gdb.threads/attach-slow-waitpid.c: New file.
7349 * gdb.threads/attach-slow-waitpid.exp: New file.
7350 * gdb.threads/slow-waitpid.c: New file.
7351
14897d65
PA
73522018-06-14 Pedro Alves <palves@redhat.com>
7353
7354 * gdb.base/fork-running-state.c: Include <errno.h>.
7355 (exit_if_relative_exits): New.
7356 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7357 exits.
7358 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7359 child exits.
7360
5d9a0608
TV
73612018-06-14 Tom de Vries <tdevries@suse.de>
7362
7363 PR cli/22573
7364 * gdb.base/finish-pretty.c: New test.
7365 * gdb.base/finish-pretty.exp: New file.
7366
11ae5818
PA
73672018-06-14 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7370 gdb's expected startup output.
7371
1d39de44
PA
73722018-06-14 Pedro Alves <palves@redhat.com>
7373
7374 * lib/selftest-support.exp (selftest_setup): Remove inlined
7375 function handling.
7376
70ee0000
TV
73772018-06-14 Tom de Vries <tdevries@suse.de>
7378
7379 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7380 matching of breakpoint printing.
7381
11f4b608
TV
73822018-06-13 Tom de Vries <tdevries@suse.de>
7383
7384 PR testsuite/23269
7385 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7386 (fork_child): ... here, and ...
7387 (fork_parent): ... here.
7388
73892018-06-12 Tom de Vries <tdevries@suse.de>
7390
7391 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7392
9516f85a
AB
73932018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7394 Stephen Roberts <stephen.roberts@arm.com>
7395
7396 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7397 rewrite test to describe action performed, rather than possible
7398 failure.
7399
5045b3d7
GB
74002018-06-08 Gary Benson <gbenson@redhat.com>
7401
7402 * gdb.threads/check-libthread-db.exp: New file.
7403 * gdb.threads/check-libthread-db.c: Likewise.
7404
c61b06a1
TT
74052018-06-05 Tom Tromey <tom@tromey.com>
7406
7407 * gdb.base/default.exp: Update expected "show version" output.
7408
eb6af809
TT
74092018-06-05 Tom Tromey <tom@tromey.com>
7410
7411 PR cli/12326:
7412 * gdb.cp/static-print-quit.exp: Update.
7413 * lib/gdb.exp (pagination_prompt): Update.
7414 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7415 * gdb.python/python.exp: Update.
7416
178d6a63
JB
74172018-06-04 Joel Brobecker <brobecker@adacore.com>
7418
7419 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7420
8e817061
JB
74212018-06-01 Joel Brobecker <brobecker@adacore.com>
7422
7423 * gdb.ada/bp_fun_addr: New testcase.
7424
e86ca25f
TT
74252018-06-01 Tom Tromey <tom@tromey.com>
7426
7427 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7428 results.
7429 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7430 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7431 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7432 * gdb.base/maint.exp (maint_pass_if): Update.
7433
4b2dfa9d
MR
74342018-05-31 Maciej W. Rozycki <macro@mips.com>
7435
7436 * gdb.base/endian.exp: New test.
7437 * gdb.base/endian.c: New test source.
7438
45f25d6c
AB
74392018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7440
7441 PR gdb/23203
7442 * gdb.base/bt-selected-frame.c: New file.
7443 * gdb.base/bt-selected-frame.exp: New file.
7444 * lib/gdb.exp (get_current_frame_number): New function.
7445
d9f6d7f8
MR
74462018-05-24 Maciej W. Rozycki <macro@mips.com>
7447 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.threads/tls-core.c: Include <stdlib.h>
7450 (thread_proc): Call `abort'.
7451 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7452 (tls_core_test): New procedure, bits factored out from ...
7453 (top level): ... here. Test both native cores and gcore cores.
7454
ff1cf532
TT
74552018-05-23 Tom Tromey <tom@tromey.com>
7456
7457 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7458
b98664d3
TT
74592018-05-23 Tom Tromey <tom@tromey.com>
7460
7461 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7462 symfile_complaints.
7463 (test_short_complaints): Likewise.
7464 (test_empty_complaints): Likewise.
7465 (test_initial_complaints): Update.
7466
4e9668d0
TT
74672018-05-23 Tom Tromey <tom@tromey.com>
7468
7469 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7470
43ba33c7
TT
74712018-05-23 Tom Tromey <tom@tromey.com>
7472
7473 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7474 (test_short_complaints): Update.
7475
035522c0
PA
74762018-05-22 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.base/remote.exp: Only gdb_start after compiling the
7479 testcase. Issue "disconnect" before testing "set remote" command
7480 defaults. Issue clean_restart before running to main.
7481
cc0be08f
PA
74822018-05-22 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/remote.exp: Adjust expected output of "show remote
7485 memory-write-packet-size". Add tests for "set remote
7486 memory-write-packet-size 0" and "set remote
7487 memory-write-packet-size fixed/limit".
7488
b1b60145
PA
74892018-05-22 Pedro Alves <palves@redhat.com>
7490
7491 PR gdb/22973
7492 * gdb.base/utf8-identifiers.c: New file.
7493 * gdb.base/utf8-identifiers.exp: New file.
7494
0ec848ad
PFC
74952018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7496
7497 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7498
2c3305f6
PFC
74992018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7500
7501 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7502
ce1e8424
TT
75032018-05-18 Tom Tromey <tom@tromey.com>
7504
7505 * gdb.base/ptype-offsets.exp: Update.
7506
ddfe970e
KS
75072018-05-17 Keith Seitz <keiths@redhat.com>
7508
7509 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7510 in expected breakpoint stop locations.
7511 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7512 move to proper scope to test variable values.
7513 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7514 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7515 New functions.
7516 (main): Call not_inline_func3.
7517 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7518 inline_func1, inline_func2, and inline_func3. Test that when each
7519 breakpoint is hit, GDB properly reports both the stop location
7520 and the backtrace. Repeat tests for temporary breakpoints.
7521
0726fcc6
MR
75222018-05-15 Maciej W. Rozycki <macro@mips.com>
7523
7524 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7525 rather then trying to access it in determining whether the PID
7526 of `gdbserver' could have been retrieved.
7527
8ee22052
AB
75282018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7529
7530 * gdb.arch/amd64-init-x87-values.S: New file.
7531 * gdb.arch/amd64-init-x87-values.exp: New file.
7532
7785df48
JK
75332018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7534
7535 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7536
56bcdbea
TT
75372018-05-04 Tom Tromey <tom@tromey.com>
7538
7539 PR python/22730:
7540 * gdb.python/python.exp: Test multi-line execute.
7541
a913fffb
TT
75422018-05-04 Tom Tromey <tom@tromey.com>
7543
7544 PR python/22731:
7545 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7546
7a2c85f2
TT
75472018-05-04 Tom Tromey <tom@tromey.com>
7548
7549 PR gdb/11750:
7550 * gdb.base/define.exp: Test defining a user command inside a user
7551 command.
7552 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7553
a3b60e45
JK
75542018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7555 Pedro Alves <palves@redhat.com>
7556
7557 PR breakpoints/19806 and support for PR external/20207.
7558 * gdb.base/watchpoint-unaligned.c: New file.
7559 * gdb.base/watchpoint-unaligned.exp: New file.
7560
45fe4a03
AB
75612018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7562
7563 * gdb.base/maint.exp: Make test names unique, use
7564 test_prefix_command_help to test 'help maint info', and remove
7565 repeated test of 'help maint'.
7566
9be2ae8f
TT
75672018-05-04 Tom Tromey <tom@tromey.com>
7568
7569 PR gdb/22619:
7570 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7571 behavior.
7572
11859c31
AB
75732018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7574
7575 * gdb.base/maint.exp: Process output from 'maint print registers'
7576 line at a time.
7577
089a9490
AB
75782018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7579
7580 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7581 timeout.
7582
9b0797e2
AB
75832018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7584
7585 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7586 filter pattern.
7587
f6ac5f3d
PA
75882018-05-02 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7591 to_log_command renames.
7592 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7593
77d3c63b
TT
75942018-05-02 Tom Tromey <tom@tromey.com>
7595
7596 * gdb.python/py-parameter.exp: Set test message.
7597
0489430a
TT
75982018-05-02 Tom Tromey <tom@tromey.com>
7599
7600 PR python/20084:
7601 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7602 PARAM_ZUINTEGER_UNLIMITED tests.
7603
1632f8ba
DR
76042018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7605
7606 PR rust/23124
7607 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7608 when casting.
7609
6d7bb824
TT
76102018-04-30 Tom Tromey <tom@tromey.com>
7611
7612 * gdb.python/py-type.exp: Check align attribute.
7613 * gdb.python/py-type.c: New "aligncheck" global.
7614
007e1530
TT
76152018-04-30 Tom Tromey <tom@tromey.com>
7616
7617 PR exp/17095:
7618 * gdb.dwarf2/dw2-align.exp: New file.
7619 * gdb.cp/align.exp: New file.
7620 * gdb.base/align.exp: New file.
7621 * lib/gdb.exp (gdb_int128_helper): New proc.
7622 (has_int128_c, has_int128_cxx): New caching procs.
7623
6873858b
TT
76242018-04-27 Tom Tromey <tom@tromey.com>
7625
7626 PR rust/22545:
7627 * gdb.rust/simple.exp: Add inclusive range tests.
7628
79188d8d
PA
76292018-04-26 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7632 ifunc breakpoint locations correctly of ifunc breakpoints set
7633 while the program resolves the ifunc.
7634
c7075ad5
PA
76352018-04-26 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.base/gnu-ifunc-final.c: New file.
7638 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7639 * gdb.base/gnu-ifunc.exp (executable): Delete.
7640 (staticexecutable): Adjust.
7641 (lib_opts, exec_opts): Delete.
7642 (make_binsuffix, build, set-break): New procedures.
7643 (misc_tests): New, with tests factored out from the top level.
7644 (top level): Test different combinations of ifunc resolver name,
7645 resolver with and with debug info, and ifunc target with and
7646 without debug info. Wrap static tests with with_target_prefix.
7647
8388016d
PA
76482018-04-26 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7651 return type" warnings.
7652
249b5733
PA
76532018-04-25 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7656 killed".
7657 * gdb.base/kill-after-signal.exp: Likewise.
7658 * gdb.threads/kill.exp: Likewise.
7659
f67c0c91
SDJ
76602018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7661 Sergio Durigan Junior <sergiodj@redhat.com>
7662 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7665 regexps to expect for '[Inferior ... detached]' as well.
7666 * gdb.base/attach.exp: Likewise.
7667 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7668 "gdb_continue_to_end".
7669 (test_catch_syscall_with_wrong_args): Likewise.
7670 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7671 ']'. Don't set 'verbose' on.
7672 * gdb.base/foll-vfork.exp: Likewise.
7673 * gdb.base/fork-print-inferior-events.c: New file.
7674 * gdb.base/fork-print-inferior-events.exp: New file.
7675 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7676 '[Inferior ... has been killed]' message.
7677 * gdb.base/kill-after-signal.exp: Likewise.
7678 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7679 detach message.
7680 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7681 message.
7682 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7683 regexps to expect for '[Inferior ... detached]' as well.
7684 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7685
0a8ddac4
SM
76862018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7687
7688 PR gdb/23104
7689 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7690
701adfb0
PA
76912018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7692
7693 PR gdb/23095
7694 * gdb.base/break-probes.exp: Pass shlib_load to
7695 prepare_for_testing. Set normal_bp to r_debug_state if target is
7696 bsd.
7697
d27d16bf
RB
76982018-04-19 Richard Bunt <richard.bunt@arm.com>
7699
7700 * gdb.threads/multiple-successive-infcall.c: New test.
7701 * gdb.threads/multiple-successive-infcall.exp: New file.
7702
a037790e
TT
77032018-04-17 Tom Tromey <tom@tromey.com>
7704
7705 * gdb.rust/simple.rs (Union): New type.
7706 (main): New local "u".
7707 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7708
e3a91079
AA
77092018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7710
7711 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7712 number information in output of "whereis" command.
7713 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7714
b744723f
AA
77152018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7716
7717 * gdb.ada/info_types.exp: Adjust expected output to the line
7718 numbers now printed by "info var/func/type".
7719 * gdb.base/completion.exp: Likewise.
7720 * gdb.base/included.exp: Likewise.
7721 * gdb.cp/cp-relocate.exp: Likewise.
7722 * gdb.cp/cplusfuncs.exp: Likewise.
7723 * gdb.cp/namespace.exp: Likewise.
7724 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7725
4a4495d6
MM
77262018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7727
7728 * gdb.btrace/cpu.exp: New.
7729
1d509aa6
MM
77302018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7731
7732 * gdb.base/step-indirect-call-thunk.exp: New.
7733 * gdb.base/step-indirect-call-thunk.c: New.
7734 * gdb.reverse/step-indirect-call-thunk.exp: New.
7735 * gdb.reverse/step-indirect-call-thunk.c: New.
7736
6295b6da
SM
77372018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7738
7739 * gdb.base/pie-fork.c: New file.
7740 * gdb.base/pie-fork.exp: New file.
7741
50146e70
TT
77422018-04-11 Tom Tromey <tom@tromey.com>
7743
7744 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7745
f50d8a2e
PA
77462018-04-10 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7749 exits. Instead loop running forever.
7750 (fork_parent): Run forever too.
7751
a0be7a36
SM
77522018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7753
7754 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7755 mi_continue_to_line.
7756 * gdb.mi/mi-stack.c (callee4): Add comment.
7757
9b73db36
SM
77582018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7759
7760 * gdb.mi/mi-stack.exp: Fix indentation.
7761
c912f608
SM
77622018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 PR gdb/22979
7765 * gdb.arch/amd64-osabi.exp: New file.
7766
26540402
SM
77672018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7768
7769 PR gdb/22980
7770 * gdb.base/osabi.exp: New file.
7771
121ad66c 77722018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7773
7774 * gdb.cp/static-typedef-print.exp: New file.
7775 * gdb.cp/static-typedef-print.cc: New file.
7776
3fcded8f
JB
77772018-03-27 Joel Brobecker <brobecker@adacore.com>
7778
7779 * gdb.ada/varsize_limit: New testcase.
7780
59cc4834
JB
77812018-03-27 Joel Brobecker <brobecker@adacore.com>
7782
7783 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7784
7785 * gdb.ada/notcplusplus: New testcase.
7786
7787 * gdb.base/c-linkage-name.c: New file.
7788 * gdb.base/c-linkage-name.exp: New testcase.
7789
4ca59a9f
TT
77902018-03-26 Tom Tromey <tom@tromey.com>
7791
7792 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7793 * gdb.python/py-framefilter.py (name_error): New global.
7794 (ErrorInName.function): Use name_error.
7795
978d6c75
TT
77962018-03-26 Tom Tromey <tom@tromey.com>
7797
7798 PR backtrace/15582:
7799 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7800
b7fee5a3
KS
78012018-03-23 Keith Seitz <keiths@redhat.com>
7802
7803 PR c++/22968
7804 * gdb.cp/subtypes.exp: New file.
7805 * gdb.cp/subtypes.h: New file.
7806 * gdb.cp/subtypes.cc: New file.
7807 * gdb.cp/subtypes-2.cc: New file.
7808
376be529
AB
78092018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7810
7811 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7812 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7813 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7814 -nostartfiles when compiling the test. Confirm that all registers
7815 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7816
066cfa98
AB
78172018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7818
7819 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7820 option, syntax was wrong anyway.
7821 * gdb.arch/arm-disp-step.exp: Likewise.
7822 * gdb.arch/sparc64-regs.exp: Likewise.
7823 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7824 option, syntax was wrong anyway, switch to use
7825 prepare_for_testing.
7826 * gdb.arch/i386-disp-step.exp: Likewise.
7827
079670b9
AA
78282018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7829
7830 * gdb.ada/exec_changed.exp: Replace "target_info exists
7831 use_gdb_stub" by "use_gdb_stub".
7832 * gdb.ada/start.exp: Likewise.
7833 * gdb.base/async-shell.exp: Likewise.
7834 * gdb.base/attach-pie-misread.exp: Likewise.
7835 * gdb.base/attach-wait-input.exp: Likewise.
7836 * gdb.base/break-entry.exp: Likewise.
7837 * gdb.base/break-interp.exp: Likewise.
7838 * gdb.base/dprintf-detach.exp: Likewise.
7839 * gdb.base/nostdlib.exp: Likewise.
7840 * gdb.base/solib-nodir.exp: Likewise.
7841 * gdb.base/statistics.exp: Likewise.
7842 * gdb.base/testenv.exp: Likewise.
7843 * gdb.mi/mi-exec-run.exp: Likewise.
7844 * gdb.mi/mi-start.exp: Likewise.
7845 * gdb.multi/dummy-frame-restore.exp: Likewise.
7846 * gdb.multi/multi-arch-exec.exp: Likewise.
7847 * gdb.multi/multi-arch.exp: Likewise.
7848 * gdb.multi/tids.exp: Likewise.
7849 * gdb.multi/watchpoint-multi.exp: Likewise.
7850 * gdb.python/py-events.exp: Likewise.
7851 * gdb.threads/attach-into-signal.exp: Likewise.
7852 * gdb.threads/attach-stopped.exp: Likewise.
7853 * gdb.threads/threadapply.exp: Likewise.
7854 * lib/selftest-support.exp: Likewise.
7855
26d6cec4
AA
78562018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7857
7858 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7859
4ee89e90
SR
78602018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7861
7862 * gdb.perf/template-breakpoints.cc: New file.
7863 * gdb.perf/template-breakpoints.exp: New file.
7864 * gdb.perf/template-breakpoints.py: New file.
7865
92630041
TT
78662018-03-19 Tom Tromey <tom@tromey.com>
7867
7868 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7869 y0.
7870 * gdb.rust/simple.exp: Test bare identifier form of struct
7871 initializer.
7872
76727919
TT
78732018-03-19 Tom Tromey <tom@tromey.com>
7874
7875 * gdb.gdb/observer.exp: Remove.
7876
194ed413
AA
78772018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7878
7879 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7880 "qualified" option when setting breakpoints.
7881 * gdb.trace/backtrace.exp: Likewise.
7882 * gdb.trace/circ.exp: Likewise.
7883 * gdb.trace/collection.exp: Likewise.
7884 * gdb.trace/disconnected-tracing.exp: Likewise.
7885 * gdb.trace/ftrace-lock.exp: Likewise.
7886 * gdb.trace/ftrace.exp: Likewise.
7887 * gdb.trace/infotrace.exp: Likewise.
7888 * gdb.trace/packetlen.exp: Likewise.
7889 * gdb.trace/passc-dyn.exp: Likewise.
7890 * gdb.trace/qtro.exp: Likewise.
7891 * gdb.trace/read-memory.exp: Likewise.
7892 * gdb.trace/report.exp: Likewise.
7893 * gdb.trace/signal.exp: Likewise.
7894 * gdb.trace/status-stop.exp: Likewise.
7895 * gdb.trace/strace.exp: Likewise.
7896 * gdb.trace/tfind.exp: Likewise.
7897 * gdb.trace/trace-break.exp: Likewise.
7898 * gdb.trace/trace-condition.exp: Likewise.
7899 * gdb.trace/trace-mt.exp: Likewise.
7900 * gdb.trace/tstatus.exp: Likewise.
7901 * gdb.trace/tsv.exp: Likewise.
7902 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7903 * gdb.trace/unavailable.exp: Likewise.
7904 * gdb.trace/while-dyn.exp: Likewise.
7905
8b067d2c
AA
79062018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7907
7908 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7909 that libinproctrace is copied to the target.
7910
3ae9ce5d
TT
79112018-03-14 Tom Tromey <tom@tromey.com>
7912
7913 PR cli/14977:
7914 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7915 a null pointer.
7916 * gdb.base/wchar.exp: Likewise.
7917
b8c2339b
TT
79182018-03-14 Tom Tromey <tom@tromey.com>
7919
7920 PR cli/19918:
7921 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7922 flag.
7923
4872dc46
SM
79242018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7925
7926 PR gdb/22841
7927 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7928 "target" to remote_exec.
7929
e4fe3756
SM
79302018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7931
7932 PR gdb/22841
7933 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7934 ${board}_upload): Remove.
7935
e95a97d4
AA
79362018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7937
7938 * gdb.cp/watch-cp.cc: New test.
7939 * gdb.cp/watch-cp.exp: New file.
7940
dbbb1059
AB
79412018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7942
7943 * gdb.base/infcall-nested-structs.exp: New file.
7944 * gdb.base/infcall-nested-structs.c: New file.
7945 * gdb.base/float.exp: Add riscv support.
7946
ecc054c0
TP
79472018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7948
7949 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7950 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7951
25e3c82c
SDJ
79522018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7953
7954 * gdb.server/abspath.exp: New file.
7955 * lib/gdb.exp (with_cwd): New procedure.
7956
3083294d
SM
79572018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7960 use it.
7961 (gdb_is_target_remote_prompt): New proc.
7962 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7963 (gdb_is_target_native): Pass prompt parameter to
7964 gdb_is_target_1.
7965
3275ef47
SM
79662018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7967
7968 * gdb.base/load-command.c: New file.
7969 * gdb.base/load-command.exp: New file.
7970 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7971 (gdb_is_target_1): ...this, and generalize for other targets
7972 than just remote.
7973 (gdb_is_target_remote): Use gdb_is_target_1.
7974 (gdb_is_target_native): use gdb_is_target_1.
7975
6893c19a
TT
79762018-02-26 Tom Tromey <tom@tromey.com>
7977
7978 PR python/16497:
7979 * gdb.python/py-framefilter.exp: Update test.
7980
2ddeaf8a
TT
79812018-02-26 Tom Tromey <tom@tromey.com>
7982
7983 * gdb.dwarf2/variant.c: New file.
7984 * gdb.dwarf2/variant.exp: New file.
7985
c9317f21
TT
79862018-02-26 Tom Tromey <tom@tromey.com>
7987
7988 * gdb.rust/simple.exp: Accept more possible results in enum test.
7989
6f6d0c26
SM
79902018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7991
7992 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7993 parentheses.
7994
11b03145
MR
79952018-02-23 Maciej W. Rozycki <macro@mips.com>
7996
7997 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7998 name of a variable: $actual_linejj -> $actual_line.
7999
54a27fe5
JB
80002018-02-21 John Baldwin <jhb@FreeBSD.org>
8001
8002 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8003
de65820c
MM
80042018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8005
8006 * gdb.btrace/buffer-size.exp: Do not force BTS.
8007
980548fd
PA
80082018-02-14 Pedro Alves <palves@redhat.com>
8009
8010 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8011 getting a "Quit".
8012
c4e12631
MM
80132018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8014
8015 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8016 Fix test name.
8017
c2e0e465
SM
80182018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8019
8020 * gdb.cp/m-static.exp: Check type of optimized out static
8021 member.
8022
f7216783
AB
80232018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8024
8025 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8026 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8027
0625771b
LS
80282018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8029 Leszek Swirski <leszeks@google.com>
8030
8031 * gdb.python/py-prettyprint.c
8032 (struct to_string_returns_value_inner,
8033 struct to_string_returns_value_wrapper): New.
8034 (main): Add tsrvw variable.
8035 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8036 ToStringReturnsValueWrapper): New classes.
8037 (register_pretty_printers): Register new pretty-printers.
8038 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8039 recursive pretty printer.
8040 * gdb.python/py-mi.exp: Likewise.
8041
59498c30
LS
80422018-02-01 Leszek Swirski <leszeks@google.com>
8043
8044 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8045 functions with the same name as an include file are parsed
8046 correctly.
8047
d4d38844
YQ
80482018-02-01 Yao Qi <yao.qi@linaro.org>
8049
8050 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8051 "\[^\r\n\]*".
8052
07e5f5cf
NP
80532018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8054
8055 * gdb.arch/powerpc-prologue-frame.s: New file.
8056 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8057 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8058
929b5ad4
JB
80592018-01-31 Joel Brobecker <brobecker@adacore.com>
8060
8061 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8062
e671cd59
PA
80632018-01-30 Pedro Alves <palves@redhat.com>
8064
8065 PR gdb/13211
8066 * gdb.base/interrupt-daemon.c: New.
8067 * gdb.base/interrupt-daemon.exp: New.
8068 * gdb.multi/multi-term-settings.c: New.
8069 * gdb.multi/multi-term-settings.exp: New.
8070
fc413dc4
JB
80712018-01-30 Joel Brobecker <brobecker@adacore.com>
8072
8073 * gdb.base/break.exp: Save the location where the breakpoint
8074 on break.c:47 was actually inserted when debugging the version
8075 compiled at -O2 and use it in the expected output of the "info
8076 break" test performed soon after.
8077
5c319bb2
PA
80782018-01-22 Pedro Alves <palves@redhat.com>
8079 Sergio Durigan Junior <sergiodj@redhat.com>
8080
8081 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8082 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8083
a9e40818
JB
80842018-01-22 Joel Brobecker <brobecker@adacore.com>
8085
8086 * gdb.base/break-include.c, gdb.base/break-include.inc,
8087 gdb.base/break-include.exp: New files.
8088 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8089 line number now being the actual line number where the breakpoint
8090 was inserted.
8091 * gdb.mi/mi-break.exp: Likewise.
8092 * gdb.mi/mi-reverse.exp: Likewise.
8093 * gdb.mi/mi-simplerun.exp: Ditto.
8094
e707fc44
AB
80952018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8096
8097 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8098 varobj.
8099 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8100
ae451627
AB
81012018-01-21 Don Breazeal <donb@codesourcery.com>
8102 Andrew Burgess <andrew.burgess@embecosm.com>
8103
8104 * gdb.mi/basics.c: Add new global.
8105 * gdb.mi/mi-frame-regs.exp: New file.
8106 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8107 case.
8108
b1b189e0
AB
81092018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8110
8111 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8112 non-parameter, and on an unknown symbol.
8113
fcfcc376
TT
81142018-01-19 Tom Tromey <tom@tromey.com>
8115
8116 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8117 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8118
634c1c31
AA
81192018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8120
8121 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8122 setrlimit and chdir to int.
8123
d6ad07fd
AA
81242018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8125
8126 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8127 function.
8128 (my_tend): Likewise.
8129 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8130 rationale of avoiding FP- and vector instructions.
8131
adf8243b
RK
81322018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8133
8134 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8135 "info reg" with "\[ \t\]*".
8136 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8137 "\[ \t\]+".
8138 * gdb.arch/s390-multiarch.exp: Ditto.
8139 * gdb.base/pc-fp.exp: Ditto.
8140 * gdb.reverse/i386-precsave.exp: Ditto.
8141 * gdb.reverse/i386-reverse.exp: Ditto.
8142 * gdb.reverse/i387-env-reverse.exp: Ditto.
8143 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8144
dcc06925
AA
81452018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8146
8147 * lib/gdb.exp (gdb_compile): Re-enable use of
8148 universal_compile_options for languages other than Rust.
8149
25d4fd80
AA
81502018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8151
8152 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8153
ee7f689e 81542018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8155
8156 PR gdb/16577
8157 * gdb.base/solib-vanish.exp: New.
8158 * gdb.base/solib-vanish-main.c: New.
8159 * gdb.base/solib-vanish-lib1.c: New.
8160 * gdb.base/solib-vanish-lib2.c: New.
8161
d8447b6b
YQ
81622018-01-17 Yao Qi <yao.qi@linaro.org>
8163
8164 * gdb.compile/compile.exp: Match the address printed for
8165 frame in the output of command "bt".
8166
86d6a90c
TT
81672018-01-15 Tom Tromey <tom@tromey.com>
8168
8169 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8170 compute sp_reg.
8171
cbcdb1aa
AB
81722018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8173
8174 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8175 to prepare.
8176 (prepare): Return 0 on error, 1 on success.
8177
eea61984
PA
81782018-01-12 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/continue-after-aborted-step-over.c: New.
8181 * gdb.base/continue-after-aborted-step-over.exp: New.
8182
6181e9c2
SM
81832018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8186 options when not creating an executable.
8187
3cada740
PA
81882018-01-11 Pedro Alves <palves@redhat.com>
8189
8190 PR remote/22597
8191 * gdb.server/stop-reply-no-thread.c: New file.
8192 * gdb.server/stop-reply-no-thread.exp: New file.
8193
c63d3e8d
PA
81942018-01-10 Pedro Alves <palves@redhat.com>
8195
8196 PR gdb/22670
8197 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8198 functions too. Test setting breakpoints and printing C functions
8199 with no debug info too.
8200 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8201
d4c2a405
PA
82022018-01-10 Pedro Alves <palves@redhat.com>
8203
8204 PR gdb/22670
8205 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8206 a fail.
8207
8825213e
PA
82082018-01-10 Pedro Alves <palves@redhat.com>
8209
8210 PR gdb/22670
8211 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8212
605fd3c6
YQ
82132018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8214
8215 * gdb.server/unittest.exp: Match the output in non-development
8216 mode.
8217
1e5ded6c
YQ
82182018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8219
8220 * gdb.gdb/unittest.exp: Match output in non-development mode.
8221
30066b0b
JB
82222018-01-08 Joel Brobecker <brobecker@adacore.com>
8223
8224 * gdb.ada/access_tagged_param.exp: Relax expected output
8225 for value of "ObjL" in "continue" to pck.inspect breakpoint
8226 test.
8227
04bafb1e
XR
82282018-01-08 Joel Brobecker <brobecker@adacore.com>
8229
9f86398b
JB
8230 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8231 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8232
e379cee6
PA
82332018-01-05 Pedro Alves <palves@redhat.com>
8234
8235 PR gdb/18653
8236 * gdb.base/libsegfault.exp: New.
8237
de63c46b
PA
82382018-01-05 Joel Brobecker <brobecker@adacore.com>
8239
8240 PR gdb/22670
8241 * gdb.ada/access_tagged_param.exp: New file.
8242 * gdb.ada/access_tagged_param/foo.adb: New file.
8243
f98fc17b
PA
82442018-01-05 Pedro Alves <palves@redhat.com>
8245
8246 PR gdb/22670
8247 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8248 exercise lower case too, and to exercise both full matching and
8249 wild matching.
8250
342f8240
JB
82512018-01-05 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.ada/rename_subscript_param: New testcase.
8254
7150d33c
JG
82552018-01-05 Jerome Guitton <guitton@adacore.com>
8256
8257 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8258
cc0e770c
JB
82592018-01-05 Joel Brobecker <brobecker@adacore.com>
8260
8261 * gdb.ada/convvar_comp: New testcase.
8262
672a41aa 82632018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8264
8265 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8266 (My_Table): New global variable.
8267 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8268
7365ec2f
JB
82692018-01-04 Joel Brobecker <brobecker@adacore.com>
8270
8271 PR gdb/22670
8272 * gdb.ada/maint_with_ada: New testcase.
8273
289483b6
JB
82742018-01-04 Joel Brobecker <brobecker@adacore.com>
8275
8276 PR gdb/22670
8277 * gdb.ada/bp_c_mixed_case: New testcase.
8278
344420da
JB
82792018-01-04 Joel Brobecker <brobecker@adacore.com>
8280
8281 PR gdb/22670
8282 * gdb.ada/complete.exp: Add "complete break ada" test.
8283
66fc87a0
JB
82842018-01-04 Joel Brobecker <brobecker@adacore.com>
8285
8286 PR gdb/22670
8287 * gdb.ada/info_addr_mixed_case: New testcase.
8288
9f757bf7
XR
82892018-01-03 Xavier Roirand <roirand@adacore.com>
8290
8291 * gdb.ada/excep_handle.exp: New testcase.
8292 * gdb.ada/excep_handle/foo.adb: New file.
8293 * gdb.ada/excep_handle/pck.ads: New file.
8294
bd570f80
JB
82952018-01-03 Joel Brobecker <brobecker@adacore.com>
8296
8297 * gdb.base/step-line.c: Add extra empty line in copyright header.
8298 * gdb.base/step-line.inp: Likewise.
8299
9fe561ab
JB
83002018-01-02 Joel Brobecker <brobecker@adacore.com>
8301
8302 * gdb.ada/dyn_stride.exp: Add slice test.
8303
a405673c
JB
83042018-01-02 Joel Brobecker <brobecker@adacore.com>
8305
8306 * gdb.ada/dyn_stride: New testcase.
8307
cef0f868
SH
83082017-12-27 Stafford Horne <shorne@gmail.com>
8309
8310 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8311 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8312
b67d92b0
SH
83132017-12-27 Stafford Horne <shorne@gmail.com>
8314
8315 * gdb.base/reggroups.c: New file.
8316 * gdb.base/reggroups.exp: New file.
8317
eccab96d
JB
83182017-12-18 Joel Brobecker <brobecker@adacore.com>
8319
8320 * gdb.dwarf2/ada-valprint-error.c: New file.
8321 * gdb.dwarf2/ada-valprint-error.exp: New file.
8322
0e2da9f0
JB
83232017-12-18 Joel Brobecker <brobecker@adacore.com>
8324
8325 * gdb.ada/assign_arr: New testcase.
8326
cb923fcc
XR
83272017-12-18 Xavier Roirand <roirand@adacore.com>
8328
8329 * gdb.ada/funcall_ptr: New testcase.
8330
7c161838
SDJ
83312017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8332
8333 PR cli/16224
8334 * gdb.base/ptype-offsets.cc: New file.
8335 * gdb.base/ptype-offsets.exp: New file.
8336
1af17fd9
YQ
83372017-12-15 Yao Qi <yao.qi@linaro.org>
8338
8339 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8340 if XML is disabled.
8341
828d5846
XR
83422017-12-15 Xavier Roirand <roirand@adacore.com>
8343
8344 * gdb.ada/same_component_name: New testcase.
8345
79e8fcaa
JB
83462017-12-14 Joel Brobecker <brobecker@adacore.com>
8347
8348 * gdb.ada/str_binop_equal: New testcase.
8349
e05fa6f9
JB
83502017-12-14 Joel Brobecker <brobecker@adacore.com>
8351
8352 * gdb.ada/task_switch_in_core: New testcase.
8353
b89641ba
SM
83542017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8355
8356 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8357 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8358 call test_bkpt_qualified.
8359 (test_bkpt_qualified): New proc.
8360
6892d2e4
PA
83612017-12-13 Pedro Alves <palves@redhat.com>
8362
8363 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8364 Tighten regexp by matching with an anchor.
8365
a22ecf70
PA
83662017-12-13 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8369 ("expression with namespace"): New set of tests.
8370 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8371 (Nested::Test_NS::qux): New.
8372 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8373 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8374
9937536c
JB
83752017-12-13 Joel Brobecker <brobecker@adacore.com>
8376
8377 * gdb.base/server-del-break.c: New file.
8378 * gdb.base/server-del-break.exp: New file.
8379
fe49c6f5
SH
83802017-12-12 Stafford Horne <shorne@gmail.com>
8381
8382 * gdb.xml/tdesc-regs.exp: Add or1k support.
8383
c3d18620
SH
83842017-12-12 Stafford Horne <shorne@gmail.com>
8385
8386 * gdb.base/bp-permanent.c: Define nop of or1k.
8387
c5f9cfc8
JB
83882017-12-11 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8391 output with components being reordered.
8392
a9c135fc
JB
83932017-12-11 Joel Brobecker <brobecker@adacore.com>
8394
8395 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8396 output with components being reordered.
8397
927aa2e7
JK
83982017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8399 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.base/maint.exp (check for .gdb_index): Check also for
8402 .debug_names.
8403 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8404 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8405 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8406 (.gdb_index used after symbol reloading): Support also .debug_names.
8407 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8408
f17d9474
YQ
84092017-12-08 Yao Qi <yao.qi@linaro.org>
8410
8411 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8412 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8413
a0de8c21
YQ
84142017-12-08 Yao Qi <yao.qi@linaro.org>
8415
8416 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8417 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8418
a738ea1d
YQ
84192017-12-08 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.arch/aarch64-tagged-pointer.c: New file.
8422 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8423
1cd9a73b
SDJ
84242017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8425
8426 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8427 "int".
8428
fa6eb693
KS
84292017-12-07 Keith Seitz <keiths@redhat.com>
8430
8431 PR breakpoints/22569
8432 * gdb.linespec/ls-errs.exp: Change expected result of "break
8433 -source this file has spaces.c -line 3".
8434 Check that an explicit source file followed by whitespace is
8435 identified as an invalid explicit location.
8436
883fd55a
KS
84372017-12-07 Keith Seitz <keiths@redhat.com>
8438
8439 * gdb.cp/nested-types.cc: New file.
8440 * gdb.cp/nested-types.exp: New file.
8441 * lib/cp-support.exp: Load data-structures.exp library.
8442 (debug_cp_test_ptype_class): New global.
8443 (cp_ptype_class_verbose, next_line): New procedures.
8444 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8445 Add and document new return value.
8446 Switch the list of lines to a queue.
8447 Add support for new `type' key for nested type definitions.
8448 Add debugging/troubleshooting messages.
8449 * lib/data-structures.exp: New file.
8450
ec72db3e
SM
84512017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8452
8453 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8454 with proc_with_prefix, don't use with_test_prefix.
8455
99598d71
TT
84562017-12-07 Tom Tromey <tom@tromey.com>
8457
8458 * gdb.base/break.exp: Add test for empty "commands".
8459
a8806230
YQ
84602017-12-07 Yao Qi <yao.qi@linaro.org>
8461
8462 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8463 malloc and catch syscall.
8464
824cc835
PM
84652017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8466
e79be6e5 8467 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8468 tests for explicit locations.
8469
7cc244de
PA
84702017-12-06 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8473 force-disabling XML descriptions.
8474
50a1fdd5
PA
84752017-12-04 Pedro Alves <palves@redhat.com>
8476
8477 PR gdb/22499
8478 * gdb.arch/amd64-disp-step-avx.S: New file.
8479 * gdb.arch/amd64-disp-step-avx.exp: New file.
8480
f0fb2488
PA
84812017-12-03 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8484 and <string.h>.
8485 (parent_function): Print distinct messages when waitpid fails, or
8486 the child exits with a signal, or the child exits for an unhandled
8487 reason.
8488 * gdb.threads/process-dies-while-detaching.exp
8489 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8490 it. Wait for both inferior output and GDB's prompt. Use an
8491 indirect spawn id list.
8492 (do_detach): New parameter 'child_exit'. Use it to compute
8493 expected inferior output.
8494 (test_detach, test_detach_watch, test_detach_killed_outside):
8495 Adjust to pass down the expected child exit kind.
8496
97cbe998
SDJ
84972017-12-01 Joel Brobecker <brobecker@adacore.com>
8498 Sergio Durigan Junior <sergiodj@redhat.com>
8499 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8502
40fc416f
SDJ
85032017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8504
8505 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8506 to 'symbol-file' and 'add-symbol-file' can be
8507 position-independent.
8508
1cc75e92
YQ
85092017-12-01 Yao Qi <yao.qi@linaro.org>
8510
8511 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8512 the URL in copyright header.
8513 * gdb.arch/aarch64-fp.exp: Likewise.
8514 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8515 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8516 * gdb.base/expand-psymtabs.exp: Likewise.
8517 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8518 * gdb.fortran/common-block.exp: Likewise.
8519 * gdb.fortran/common-block.f90: Likewise.
8520 * gdb.fortran/logical.exp: Likewise.
8521 * gdb.fortran/vla-datatypes.f90: Likewise.
8522 * gdb.fortran/vla-sub.f90: Likewise.
8523
875fb7a7
JB
85242017-11-30 Joel Brobecker <brobecker@adacore.com>
8525
8526 * gdb.ada/repeat_dyn: New testcase.
8527
6f14765f
UW
85282017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8529
8530 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8531 Update for changed thread numbering.
8532 * gdb.cell/bt.exp: Update for changed GDB output.
8533
f1af7b94
SM
85342017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8535
8536 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8537 setting isremote by hand.
8538 * boards/dwarf4-gdb-index.exp: Likewise.
8539 * boards/fission.exp: Likewise.
8540 * boards/stabs.exp: Likewise.
8541
e3919f3e
PA
85422017-11-30 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.linespec/cpls-ops.exp
8545 (check_explicit_skips_function_argument): Extract the underlying
8546 type of size_t instead of hardcoding it.
8547
bd69330d
PA
85482017-11-29 Pedro Alves <palves@redhat.com>
8549
8550 PR c++/19436
8551 * gdb.linespec/cpls-abi-tag.cc: New file.
8552 * gdb.linespec/cpls-abi-tag.exp: New file.
8553
a20714ff
PA
85542017-11-29 Pedro Alves <palves@redhat.com>
8555
8556 * gdb.base/langs.exp: Use -qualified.
8557 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8558 it.
8559 * gdb.cp/namespace.exp: Use -qualified.
8560 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8561 (overload-3, template-overload, template-ret-type, const-overload)
8562 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8563 procedures.
8564 (test_driver): Call them.
8565 * gdb.cp/save-bp-qualified.cc: New.
8566 * gdb.cp/save-bp-qualified.exp: New.
8567 * gdb.linespec/explicit.exp: Test -qualified.
8568 * lib/completion-support.exp (completion::explicit_opts_list): Add
8569 "-qualified".
8570 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8571
f6f1d339
PM
85722017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8573
8574 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8575
02ca603a
TT
85762017-11-29 Tom Tromey <tom@tromey.com>
8577
8578 * gdb.base/relocate.exp: Update invalid argument test.
8579 Add new tests for invalid arguments.
8580
ed6c0bfb
TP
85812017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8582
8583 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8584 Return 0 as a long.
8585 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8586
f106e10e
TP
85872017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8588
8589 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8590 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8591 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8592 func ().
8593 * gdb.cp/shadow.cc (B.func): Return 0.
8594
10329bb2
JB
85952017-11-27 Joel Brobecker <brobecker@adacore.com>
8596
8597 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8598 expected output in gdb_expect call to allow the exception
8599 message to be present as well. Fix syntax confusion to avoid
8600 TCL thinking that exception_name is an array.
8601
617cd4bc
UW
86022017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8603
8604 * gdb.arch/spu-info.c: Include <unistd.h>.
8605 (do_signal_test): Fix broken calls to write.
8606 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8607 Fix checks for empty mailboxes. Update signal tests for corrected
8608 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8609 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8610 * gdb.cell/arch.exp: Use standard_output_file.
8611 * gdb.cell/break.exp: Likewise.
8612 * gdb.cell/bt.exp: Likewise.
8613 * gdb.cell/core.exp: Likewise.
8614 * gdb.cell/dwarfaddr.exp: Likewise.
8615 * gdb.cell/ea-cache.exp: Likewise.
8616 * gdb.cell/ea-standalone.exp: Likewise.
8617 * gdb.cell/f-regs.exp: Likewise.
8618 * gdb.cell/fork.exp: Likewise.
8619 * gdb.cell/gcore.exp: Likewise.
8620 * gdb.cell/mem-access.exp: Likewise.
8621 * gdb.cell/ptype.exp: Likewise.
8622 * gdb.cell/registers.exp: Likewise.
8623 * gdb.cell/sizeof.exp: Likewise.
8624 * gdb.cell/solib-symbol.exp: Likewise.
8625 * gdb.cell/solib.exp: Likewise.
617cd4bc 8626
a81aaca0
PA
86272017-11-25 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.base/complete-empty.exp: New file.
8630 * gdb.base/completion.exp: Adjust.
8631
6a3c6ee4
PA
86322017-11-25 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.linespec/cpls-ops.cc: New file.
8635 * gdb.linespec/cpls-ops.exp: New file.
8636 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8637 factored out from ...
8638 (test_complete_prefix_range): ... this.
8639
8955eb2d
PA
86402017-11-24 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.linespec/cpcompletion.exp: New file.
8643 * gdb.linespec/cpls-hyphen.cc: New file.
8644 * gdb.linespec/cpls.cc: New file.
8645 * gdb.linespec/cpls2.cc: New file.
8646 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8647 test to use test_gdb_complete_unique. Add label completion,
8648 keyword completion and explicit location completion tests.
8649 * lib/completion-support.exp: New file.
8650
e547c119
JB
86512017-11-24 Joel Brobecker <brobecker@adacore.com>
8652
8653 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8654 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8655 when hitting an exception catchpoint.
8656
7c3c1aa8
YQ
86572017-11-22 Yao Qi <yao.qi@linaro.org>
8658
8659 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8660
41bd68f5
SM
86612017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8662
8663 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8664 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8665 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8666
1daad298
YQ
86672017-11-22 Yao Qi <yao.qi@linaro.org>
8668
8669 * gdb.base/info-os.exp: Pass pthreads.
8670 * gdb.multi/multi-attach.exp: Likewise.
8671
88465e87
YQ
86722017-11-22 Yao Qi <yao.qi@linaro.org>
8673
8674 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8675 compiler.
8676
dc196b23
YQ
86772017-11-22 Yao Qi <yao.qi@linaro.org>
8678
8679 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8680 * gdb.base/break-interp.exp: Likewise.
8681 * gdb.base/jit-attach-pie.exp: Likewise.
8682
2400729e
UW
86832017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8684
8685 * gdb.base/float128.c (large128): New variable.
8686 * gdb.base/float128.exp: Add test to print largest __float128 value.
8687
7a26362d
UW
86882017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8689
8690 * gdb.arch/vsx-regs.exp: Update register content checks.
8691
ed0f4273
UW
86922017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8693
8694 * gdb.arch/ppc-longdouble.exp: New file.
8695 * gdb.arch/ppc-longdouble.c: Likewise.
8696
a25d69c6
PA
86972017-11-21 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8700
73fcf641
PA
87012017-11-20 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8704 (long_double_typedef): New typedefs.
8705 Use DEF on double and long double.
8706 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8707 cases.
8708 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8709 and 'long_double_ptr_same_size' locals. Use them to decide
8710 whether cast from array/function to float is valid/invalid.
8711
71a3c369
TT
87122017-11-17 Tom Tromey <tom@tromey.com>
8713
8714 * gdb.rust/traits.rs: New file.
8715 * gdb.rust/traits.exp: New file.
8716
ced9779b
JB
87172017-11-17 Joel Brobecker <brobecker@adacore.com>
8718
8719 * gdb.ada/minsyms: New testcase.
8720
a0922d80
PA
87212017-11-16 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8724 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8725
ea04e54c
PA
87262017-11-16 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8729 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8730
e849ea89
PA
87312017-11-16 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.server/reconnect-ctrl-c.c: New file.
8734 * gdb.server/reconnect-ctrl-c.exp: New file.
8735
d8ae99a7
PM
87362017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8737
8738 * gdb.python/py-rbreak.exp: New file.
8739 * gdb.python/py-rbreak.c: New file.
8740 * gdb.python/py-rbreak-func2.c: New file.
8741
968a13f8
PA
87422017-11-16 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8745 pattern.
8746 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8747 GDB.
8748
71774bc9
SM
87492017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8750
8751 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8752 regex.
8753
ddbb44cf
SM
87542017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8755
8756 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8757 test names.
8758
584a564f
PA
87592017-11-09 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8762 factored out from ...
8763 (top level): ... here, and adjusted to avoid expecting beyond the
8764 prompt in a single gdb_test_multiple.
8765
5ed7a928
PA
87662017-11-09 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8769 output.
8770 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8771 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8772 * gdb.server/ext-run.exp ("kill" test): Likewise.
8773 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8774
a60e0738
PA
87752017-11-09 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8778 match till end of line.
8779
2c88253f
PA
87802017-11-09 Pedro Alves <palves@redhat.com>
8781
8782 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8783
c7a38517
PA
87842017-11-09 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8787 New procedures, factored out from ...
8788 (top level): ... here, and adjusted to avoid expecting beyond the
8789 prompt in one go.
8790
f29f4b6b
PA
87912017-11-09 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8794 output. Fix '?' match.
8795
286acbb5
JB
87962017-11-08 Joel Brobecker <brobecker@adacore.com>
8797
8798 * gdb.ada/scoped_watch: New testcase.
8799 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8800 which is actually correct.
8801 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8802 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8803
62d7ae92
PA
88042017-11-08 Pedro Alves <palves@redhat.com>
8805
8806 * gdb.gdb/complaints.exp (test_initial_complaints)
8807 (test_serial_complaints, test_short_complaints): Call
8808 complaint_internal instead of complaint.
8809
280ca31f
DT
88102017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8811
8812 * gdb.threads/tls-core.c: New file.
8813 * gdb.threads/tls-core.exp: Likewise.
8814
b5ec771e
PA
88152017-11-08 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8818 (p Exported_Capitalized): New test.
8819 (p exported_capitalized): New test.
8820
a02b41a7
PA
88212017-11-07 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8824
95e95a6d
PA
88252017-11-07 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8828 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8829 (disable_invalid, disable_inverted, disable_negative): New
8830 procedures.
8831 ("bad numbers"): New set of tests.
8832
cee62dbd
PA
88332017-11-07 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.cp/ena-dis-br-range.exp: Add tests.
8836
cc638e86
PA
88372017-11-07 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8840
d0fe4701
XR
88412017-11-07 Xavier Roirand <roirand@adacore.com>
8842 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.base/ena-dis-br.exp: Add reference to
8845 gdb.cp/ena-dis-br-range.exp.
8846 * gdb.cp/ena-dis-br-range.exp: New file.
8847 * gdb.cp/ena-dis-br-range.cc: New file.
8848
46f67f80
PA
88492017-11-06 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.base/attach-non-pgrp-leader.c: New.
8852 * gdb.base/attach-non-pgrp-leader.exp: New.
8853
726e1356
PA
88542017-11-06 Pedro Alves <palves@redhat.com>
8855
8856 * configure.ac: No longer check for termio.h and sgtty.h.
8857 * configure: Regenerate.
8858 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8859 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8860 Remove termio and sgtty code.
8861
50ab6ace
YQ
88622017-11-03 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8865 in GDB is disabled.
8866
8e68731c
YQ
88672017-11-03 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.python/py-thrhandle.exp: Skip it if python is not
8870 enabled.
8871
3a87ae65
SM
88722017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8873
8874 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8875 as a breakpoint command.
8876
484d8d36
MD
88772017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8878
8879 PR python/21213
8880 * gdb.python/py-infthread.exp: Test calling
8881 InferiorThread.inferior () multiple times in a row.
8882
4a27f119
KS
88832017-10-27 Keith Seitz <keiths@redhat.com>
8884
8885 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8886 Test "info break" for every inlined function breakpoint.
8887
bb11dd58
YQ
88882017-10-27 Yao Qi <yao.qi@linaro.org>
8889
8890 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8891
a43f3893
PF
88922017-10-26 Patrick Frants <osscontribute@gmail.com>
8893
8894 * gdb.cp/classes.exp (test_static_members): Test printing
8895 Outer::instance.
8896 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8897 (Inner::instance, Outer::instance): New.
8898
792ccf00
PA
88992017-10-24 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8902 extra console" test in two stages.
8903
eb2bfbad
PA
89042017-10-24 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8907
1f75a651
PA
89082017-10-24 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8911 loop.
8912
779990d9
PA
89132017-10-24 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8916 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8917
ad9b8f5d
PA
89182017-10-24 Pedro Alves <palves@redhat.com>
8919
8920 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8921 parameter and handle it. Don't output read value in test name.
8922
fee6da6e
PA
89232017-10-24 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8926 custom test name.
8927
10389c2c
PA
89282017-10-24 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8931 include the unstable output directory name in the test's name.
8932 (initial_setup_simple) <'set args'>: Use custom test name.
8933
a80e65a9
PA
89342017-10-24 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8937 with explicit test name.
8938
15763a09
PA
89392017-10-20 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8942 'wait -i'. Use gdb_assert and remote_close.
8943
49a4ce2e
AB
89442017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8945
8946 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8947 number from variable rather than hard-coded.
8948
a75868f5
PA
89492017-10-19 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.base/long-inferior-output.c: New file.
8952 * gdb.base/long-inferior-output.exp: New file.
8953
c8ba13ad
KS
89542017-11-18 Keith Seitz <keiths@redhat.com>
8955
8956 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8957 method.
8958 (main): Call it.
8959 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8960 Add additional user-defined conversion operator tests.
8961
b27de576
PA
89622017-10-17 Pedro Alves <palves@redhat.com>
8963
8964 * boards/native-stdio-gdbserver.exp: Load "local-board".
8965
8484c955
PA
89662017-10-17 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.base/quit-live.c: New file.
8969 * gdb.base/quit-live.exp: New file.
8970
83d5a34d
KS
89712017-10-16 Keith Seitz <keiths@redhat.com>
8972
8973 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8974 (class_with_protected_typedef, class_with_private_typedef)
8975 (struct_with_public_typedef, struct_with_protected_typedef)
8976 (struct_with_private_typedef): New classes/structs.
8977 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8978 typedefs and access specifiers.
8979
739b3f1d
PA
89802017-10-16 Pedro Alves <palves@redhat.com>
8981 Simon Marchi <simon.marchi@polymtl.ca>
8982
8983 * README (Local vs Remote vs Native): New section.
8984 * boards/local-board.exp: New file, with bits factored out from
8985 ...
8986 * boards/native-extended-gdbserver.exp: ... here. Load
8987 "local-board".
8988 * boards/native-gdbserver.exp: Load "local-board".
8989 (${board}_spawn, ${board}_exec): Delete.
8990 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8991 ...
8992 * boards/stdio-gdbserver-base.exp: ... this new file.
8993 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8994 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8995 procedure.
8996 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8997 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8998 stdio_gdbserver_command.
8999 (${board}_get_remote_address, ${board}_get_comm_port)
9000 (${board}_download, ${board}_upload): Delete.
9001 (get_target_remote_pipe_cmd): New.
9002
fe68b953
SM
90032017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9004
9005 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9006 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9007 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9008 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9009 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9010 remove with_test_prefix.
9011
300b6685
PA
90122017-10-13 Pedro Alves <palves@redhat.com>
9013
9014 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9015 * gdb.base/annota1.exp: Use it instead of is_remote.
9016 * gdb.base/annota3.exp: Use it instead of is_remote.
9017 * gdb.cp/annota2.exp: Use it instead of is_remote.
9018 * gdb.cp/annota3.exp: Use it instead of is_remote.
9019 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9020
50500caf
PA
90212017-10-13 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9024 (test_num_test_vars, run_and_count_vars, find_env)
9025 (test_set_unset_env, test_inherit_env_var): New procedures.
9026 (top level): Use them.
9027
dad0c6d2
PA
90282017-10-13 Pedro Alves <palves@redhat.com>
9029
9030 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9031 also skip on stub-like targets.
9032
8b0553c1
PA
90332017-10-13 Pedro Alves <palves@redhat.com>
9034
9035 PR gdb/22293
9036 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9037 (top level): Move some tests to ...
9038 (test_not_found): ... this new procedure.
9039 (top level): Call it.
9040
7594f623
PA
90412017-10-13 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9044 expect different "info terminal" output if testing with a
9045 non-native target.
9046
ebe3b402
PA
90472017-10-13 Pedro Alves <palves@redhat.com>
9048 Simon Marchi <simon.marchi@polymtl.ca>
9049
9050 PR python/12966
9051 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9052
42f1b161
PA
90532017-10-13 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9056 already.
9057
8d6ef72b
PA
90582017-10-13 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9061 is_remote.
9062
d7bcd5b8
PA
90632017-10-13 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9066 is_remote.
9067
df479dc6
PA
90682017-10-13 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9071 is set.
9072 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9073 instead of is_remote.
9074
23fb630a
PA
90752017-10-13 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9078 (top level): Add comment.
9079
cc77b1dc
PA
90802017-10-13 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.base/remote.exp (top level): Fix comment typo and add
9083 missing return.
9084
27c9e813
PA
90852017-10-13 Pedro Alves <palves@redhat.com>
9086 Simon Marchi <simon.marchi@polymtl.ca>
9087
9088 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9089 calls and add comments. Skip test if use_gdb_stub is set.
9090 (top level): Use "set cwd" command instead of "cd" command.
9091
5e830d98
PA
90922017-10-13 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9095 is_remote target check.
9096
f5ca0032
PA
90972017-10-13 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/scope.exp: Use build_executable + clean_restart +
9100 gdb_file_cmd instead of prepare_for_testing and no longer skip
9101 "before run" tests on is_remote target boards. Update comments.
9102 * boards/native-extended-gdbserver.exp
9103 (extended_gdbserver_load_last_file): New, factored out from ...
9104 (gdb_load): ... this. Move further below and add comment.
9105 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9106
8aed1c0d
PA
91072017-10-12 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.base/attach.exp: Remove references to gdb64.
9110 * gdb.base/dbx.exp: Remove references to gdb64.
9111
cfa34c87
SM
91122017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9113 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/label.exp: Remove is_remote target check.
9116
9192b7de
PA
91172017-10-12 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.base/auvx.exp (coredir): Update comment.
9120 (top level) <core_works>: Use "set cwd" command instead of "cd"
9121 command.
9122
6bf0052d
PA
91232017-10-12 Pedro Alves <palves@redhat.com>
9124 Simon Marchi <simon.marchi@polymtl.ca>
9125
9126 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9127 target boards.
9128
e48ef82d
PA
91292017-10-12 Pedro Alves <palves@redhat.com>
9130 Simon Marchi <simon.marchi@polymtl.ca>
9131
9132 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9133 Instead skip if there's any gdb_protocol set.
9134
8d7aea57
SM
91352017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9136 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9139
30440677
PA
91402017-10-12 Pedro Alves <palves@redhat.com>
9141 Simon Marchi <simon.marchi@polymtl.ca>
9142
9143 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9144 instead of on dejagnu remote boards.
9145
4e04f045 91462017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9147 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9148
9149 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9150 checks. Use build_executable + clean_restart instead of
9151 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9152 of enabling non-stop after starting gdb.
9153
871a186e
PA
91542017-10-12 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9157 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9158 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9159 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9160
56d704da
AK
91612017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9162
9163 * gdb.arch/arc-tdesc-cpu.exp: New file.
9164 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9165
2f20e312
SM
91662017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9167
9168 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9169
65630365
PA
91702017-10-10 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9173 expect CLI output.
9174
bf469271
PA
91752017-10-10 Pedro Alves <palves@redhat.com>
9176
9177 * lib/selftest-support.exp (selftest_setup): Update for
9178 captured_command_loop's prototype change.
9179
777a42f1
PA
91802017-10-09 Pedro Alves <palves@redhat.com>
9181
9182 Test both arch1=>arch2 and arch2=>arch1.
9183
9184 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9185 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9186 factored out to...
9187 (append_arch1_options, append_arch2_options, append_arch_options)
9188 (build_executables): New procedures.
9189 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9190 local.
9191 (top level): Add new 'first_arch' testing axis.
9192
cbd2b4e3
PA
91932017-10-09 Pedro Alves <palves@redhat.com>
9194
9195 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9196 (barrier): New.
9197 (thread_start, all_started): New functions.
9198 (main): Spawn new thread and wait until it is scheduled.
9199 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9200 option.
9201 (do_test): Add 'selected_thread' parameter. Run to all_started
9202 instead of main. Explicitly set the breakpoint at main. Switch
9203 to the SELECTED_THREAD thread.
9204 (top level): Test handling the exec event with either the main
9205 thread or the second thread selected.
9206
5c9e4427
PA
92072017-10-09 Pedro Alves <palves@redhat.com>
9208
9209 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9210 logic. Move STOP marker after the value checks.
9211 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9212 regexp.
9213
b3b7c423
SL
92142017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9215
9216 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9217
3b4b2f16
UW
92182017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9219
9220 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9221 integer-to-dfp conversion.
9222 * gdb.base/dfp-test.exp: Likewise.
9223
5cd63fda
PA
92242017-10-04 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.multi/hangout.c: Include <unistd.h>.
9227 (hangout_loop): New function.
9228 (main): Call alarm. Call hangout_loop in a loop.
9229 * gdb.multi/hello.c: Include <unistd.h>.
9230 (hello_loop): New function.
9231 (main): Call alarm. Call hangout_loop in a loop.
9232 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9233 inferior with the other selected.
9234
4c71c105
SM
92352017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9236
9237 * gdb.mi/list-thread-groups-available.exp: New file.
9238 * gdb.mi/list-thread-groups-available.c: New file.
9239
bc3b087d
SDJ
92402017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9241
9242 * gdb.base/set-cwd.exp: Make it available on
9243 native-extended-gdbserver.
9244
d092c5a2
SDJ
92452017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9246
9247 * gdb.base/set-cwd.c: New file.
9248 * gdb.base/set-cwd.exp: Likewise.
9249
45320ffa
TT
92502017-10-02 Tom Tromey <tom@tromey.com>
9251
9252 PR rust/22236:
9253 * gdb.rust/simple.rs (main): New variable "fslice".
9254 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9255
b3e3859b
TT
92562017-10-02 Tom Tromey <tom@tromey.com>
9257
9258 * gdb.rust/simple.exp: Test ptype of a slice.
9259
01af5e0d
TT
92602017-10-02 Tom Tromey <tom@tromey.com>
9261
9262 * gdb.rust/simple.exp: Test index of slice.
9263
a9bbfbd8
TT
92642017-09-27 Tom Tromey <tom@tromey.com>
9265
9266 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9267
df8899e5
TP
92682017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9269 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.base/compare-sections.exp (get value of read-only section): Read
9272 as unsigned value.
9273 (corrupt read-only section): Likewise and don't set written if patching
9274 failed.
9275
757bf54b
KB
92762017-09-21 Kevin Buettner <kevinb@redhat.com>
9277
9278 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9279 files.
9280
06871ae8
PA
92812017-09-20 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9284 symbol names in gdb's output.
9285 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9286
e5f25bc5
PA
92872017-09-20 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9290 Rename to ...
9291 (test_list_ambiguous_symbol): ... this and add a symbol name
9292 parameter. Adjust.
9293 (test_list_ambiguous_function): Reimplement on top of
9294 test_list_ambiguous_symbol and also test listing ambiguous
9295 variables.
9296 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9297 (ambiguous_fun): ... this.
9298 (ambiguous_var): New.
9299 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9300 (ambiguous_fun): ... this.
9301 (ambiguous_var): New.
9302
4e5a4f58
JB
93032017-09-19 John Baldwin <jhb@FreeBSD.org>
9304
9305 * gdb.base/starti.c: New file.
9306 * gdb.base/starti.exp: New file.
9307 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9308
26e53f3e
PA
93092017-09-14 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9312 (top level): Use it instead of runto.
9313
cb791d59
TT
93142017-09-11 Tom Tromey <tom@tromey.com>
9315
9316 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9317
7c96f8c1
TT
93182017-09-11 Tom Tromey <tom@tromey.com>
9319
9320 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9321 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9322
469412dd
CW
93232017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9324
9325 * gdb.fortran/printing-types.exp: New file.
9326 * gdb.fortran/printing-types.exp: New file.
9327
e0f86435
BH
93282017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9329
9330 * gdb.fortran/vla-ptype.exp: Fix typos.
9331 * gdb.fortran/vla-value.exp: Same.
9332
9e9af4be
BH
93332017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9334
9335 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9336 * gdb.mi/mi-var-child-f.exp: Likewise.
9337 * gdb.mi/mi-vla-fortran.exp: Likewise.
9338
a5ad232b 93392017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9340 Christoph Weinmann <christoph.t.weinmann@intel.com>
9341 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9342
9343 * gdb.fortran/ptr-indentation.f90: New file.
9344 * gdb.fortran/ptr-indentation.exp: New file.
9345
5aec60eb
TT
93462017-09-05 Tom Tromey <tom@tromey.com>
9347
9348 PR gdb/22010:
9349 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9350
8f8f8152
TP
93512017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9352
9353 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9354
fbd1b771
JK
93552017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9356
9357 * gdb.threads/tls-nodebug-pie.c: New file.
9358 * gdb.threads/tls-nodebug-pie.exp: New file.
9359
5eb5f850
TT
93602017-09-05 Tom Tromey <tom@tromey.com>
9361
9362 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9363 for rust.
9364
ae780a21
SM
93652017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9366
9367 * gdb.multi/multi-arch-exec.exp: Test with different
9368 "follow-exec-mode" settings.
9369 (do_test): New procedure.
9370
3693fdb3
PA
93712017-09-04 Pedro Alves <palves@redhat.com>
9372
9373 * gdb.base/func-static.c (S::method const, S::method volatile)
9374 (S::method volatile const): New methods.
9375 (c_s, v_s, cv_s): New instances.
9376 (main): Call method() on them.
9377 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9378 (cannot_resolve): New procedure.
9379 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9380 print-quote-unquoted columns.
9381 (do_test): Test printing each scope too.
9382
e68cb8e0
PA
93832017-09-04 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/local-static.exp: Also test with
9386 class::method::variable wholly quoted.
9387 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9388
858be34c
PA
93892017-09-04 Pedro Alves <palves@redhat.com>
9390
9391 * gdb.base/local-static.c: New.
9392 * gdb.base/local-static.cc: New.
9393 * gdb.base/local-static.exp: New.
9394
46a4882b
PA
93952017-09-04 Pedro Alves <palves@redhat.com>
9396
9397 * gdb.asm/asm-source.exp: Add casts to int.
9398 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9399 (dataglobal64_1, dataglobal64_2): New globals.
9400 * gdb.base/nodebug.exp: Test different expressions involving the
9401 new globals, with print, whatis and ptype. Add casts to int.
9402 * gdb.base/solib-display.exp: Add casts to int.
9403 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9404 * gdb.cp/m-static.exp: Add cast to int.
9405 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9406 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9407 tls variable with no debug info without a cast. Test with a cast
9408 to int too.
9409 * gdb.trace/entry-values.exp: Add casts.
9410
2c5a2be1
PA
94112017-09-04 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/nodebug.exp: Test that ptype's error about functions
9414 with unknown return type includes the function name too.
9415
7022349d
PA
94162017-09-04 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9419 return type of munmap in infcall.
9420 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9421 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9422 type of ftell in infcall.
9423 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9424 type of getpid in infcall.
9425 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9426 infcall.
9427 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9428 Bail on failure to extract the pid.
9429 * gdb.base/nodebug.c: #include <stdint.h>.
9430 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9431 New functions.
9432 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9433 Change expected output of print/whatis/ptype with functions with
9434 no debug info. Test all supported languages. Call
9435 test_call_promotion.
9436 * gdb.compile/compile.exp: Adjust expected output to expect
9437 warning.
9438 * gdb.threads/siginfo-threads.exp: Likewise.
9439
54990598
PA
94402017-09-04 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9443 "prototypes". Test calling float functions via prototyped and
9444 unprototyped function pointers.
9445 (perform_all_tests): New parameter "prototypes". Pass it down.
9446 (top level): Pass down "prototypes" parameter to
9447 perform_all_tests.
9448
34d16ea2
SM
94492017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9450
9451 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9452 Test with nested loops.
9453
9521ecda
SM
94542017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9455
9456 * gdb.base/commands.exp: Call the new procedures.
9457 (loop_break_test, loop_continue_test): New procedures.
9458
80a65e9b
SM
94592017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9460
9461 * gdb.base/commands.exp: Call new procedure.
9462 (define_if_without_arg_test): New procedure.
9463
e439fa14
PA
94642017-09-04 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/list-ambiguous.exp: New file.
9467 * gdb.base/list-ambiguous0.c: New file.
9468 * gdb.base/list-ambiguous1.c: New file.
9469 * gdb.base/list.exp (test_list_range): Adjust expected output.
9470
0a2dde4a
SDJ
94712017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9472
9473 * gdb.base/share-env-with-gdbserver.c: New file.
9474 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9475
5e89eb3a
SM
94762017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.base/commands.exp (gdbvar_simple_if_test,
9479 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9480 progvar_simple_if_test, progvar_simple_while_test,
9481 progvar_complex_if_while_test, user_defined_command_test,
9482 user_defined_command_args_eval,
9483 user_defined_command_args_stack_test,
9484 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9485 temporary_breakpoint_commands,
9486 gdb_test_no_prompt, redefine_hook_test,
9487 redefine_backtrace_test): Remove "global gdb_prompt".
9488
fd437cbc
SM
94892017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9492 New proc, call it from toplevel.
9493
87215ad1
SDJ
94942017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9495
9496 PR remote/21852
9497 * gdb.server/normal.c: New file, copied from gdb.base.
9498 * gdb.server/run-without-local-binary.exp: New file.
9499
58afddc6
WP
95002017-08-07 Weimin Pan <weimin.pan@oracle.com>
9501
9502 * gdb.arch/sparc64-adi.exp: New file.
9503 * gdb.arch/sparc64-adi.c: New file.
9504
5277199a
PA
95052017-08-22 Pedro Alves <palves@redhat.com>
9506
9507 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9508 (top level): Add "list all overloads" tests.
9509
14278e1f
TT
95102017-08-22 Tom Tromey <tom@tromey.com>
9511
9512 * gdb.gdb/xfullpath.exp: Remove.
9513
bf223d3e
PA
95142017-08-21 Pedro Alves <palves@redhat.com>
9515
9516 PR gdb/19487
9517 * gdb.base/symbol-alias.c: New.
9518 * gdb.base/symbol-alias2.c: New.
9519 * gdb.base/symbol-alias.exp: New.
9520
c973d0aa
PA
95212017-08-21 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.base/dfp-test.c
9524 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9525 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9526 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9527 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9528 * gdb.base/whatis-ptype-typedefs.c: New.
9529 * gdb.base/whatis-ptype-typedefs.exp: New.
9530 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9531 (an_int, an_int_type, an_int_type2): New globals.
9532 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9533 involving typedefs and cast expressions.
9534 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9535 (lookup_typedefs_function): New.
9536 (typedefs_pretty_printers_dict): New.
9537 (top level): Register lookup_typedefs_function in
9538 gdb.pretty_printers.
9539
6d580b63
YQ
95402017-08-18 Yao Qi <yao.qi@linaro.org>
9541
9542 * gdb.server/unittest.exp: New.
9543
206726fb
SDJ
95442017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9545
9546 PR gdb/21954
9547 * gdb.base/environ.exp: Add test to check if 'unset environment'
9548 works.
9549
bf0ec4c2
AA
95502017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9551
9552 * lib/gdb.exp (universal_compile_options): New caching proc.
9553 (gdb_compile): Suppress GCC's coloring of messages.
9554
d6382fff
TT
95552017-08-14 Tom Tromey <tom@tromey.com>
9556
9557 PR gdb/21675:
9558 * gdb.base/printcmds.exp (test_radices): New function.
9559 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9560 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9561 * lib/gdb.exp (get_integer_valueof): Use p/d.
9562
c2c2dd9f
SM
95632017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9564
9565 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9566 characters.
9567
fdffd6f4
TT
95682017-08-05 Tom Tromey <tom@tromey.com>
9569
9570 * gdb.rust/simple.exp: Allow String to appear in a different
9571 namespace.
9572
27d41eac
YQ
95732017-07-26 Yao Qi <yao.qi@linaro.org>
9574
9575 * gdb.gdb/unittest.exp: Invoke command
9576 "maintenance check xml-descriptions".
9577
031ed05d
AA
95782017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9579
9580 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9581 calling context.
9582 (hex128): Drop erroneous calculation of parameters.
9583
dcd27ddf
SM
95842017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9585
9586 * gdb.python/py-unwind.exp: Disable stack protection when
9587 building test file.
9588
47e77640
PA
95892017-07-20 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.base/default.exp (set language): Adjust expected output.
9592
62d2a18a
PA
95932017-07-20 Pedro Alves <palves@redhat.com>
9594
9595 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9596 (test_minsym): ... this, and make static.
9597 (get_pck__foo__bar__minsym): Rename to ...
9598 (get_test_minsym): ... this.
9599 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9600 symbol names and comments.
9601 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9602 (get_test_minsym): ... this.
9603 (pck__foo__bar__minsym__2): Rename to ...
9604 (test_minsym): ... this.
9605 (main): Adjust.
9606
c45ec17c
PA
96072017-07-17 Pedro Alves <palves@redhat.com>
9608
9609 * gdb.base/completion.exp: Adjust expected output.
9610 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9611 the completer works.
9612
c6756f62
PA
96132017-07-17 Pedro Alves <palves@redhat.com>
9614
9615 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9616
5bd68487
AB
96172017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9618
9619 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9620
8880f2a9
TT
96212017-07-14 Tom Tromey <tom@tromey.com>
9622
9623 PR rust/21764:
9624 * gdb.rust/simple.exp: Add tests.
9625
65547233
TT
96262017-07-14 Tom Tromey <tom@tromey.com>
9627
9628 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9629
8f14146e
PA
96302017-07-14 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.linespec/base/one/thefile.cc (z1): New function.
9633 * gdb.linespec/base/two/thefile.cc (z2): New function.
9634 * gdb.linespec/linespec.exp: Add tests.
9635
b4365d02
AB
96362017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9637
9638 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9639 to mi_create_breakpoint.
9640
5d2cbaa5
AB
96412017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9642
9643 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9644 mi_create_breakpoint.
9645
11cb5716
IB
96462017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9647
9648 * gdb.dlang/demangle.exp: Update for demangling changes.
9649
03278692
TT
96502017-07-09 Tom Tromey <tom@tromey.com>
9651
9652 * gdb.dwarf2/shortpiece.exp: New file.
9653
33c5cd75
DB
96542017-07-06 David Blaikie <dblaikie@gmail.com>
9655
9656 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9657 built from fissiont-multi-cu{1,2}.c.
9658 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9659 except putting 'main' and 'func' in separate CUs in the same DWO file.
9660 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9661 test.
9662 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9663 test.
9664
8455d262
PA
96652017-07-06 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.python/py-unwind.exp: Test flushregs.
9668
dc4bde35
SDJ
96692017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9670
9671 PR cli/21688
9672 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9673 tests for alias commands and trailing whitespace.
9674
51ed89aa
SDJ
96752017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9676
9677 PR cli/21688
9678 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9679 procedure. Call it.
9680
eb17d413
PA
96812017-06-29 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.base/printcmds.exp: Add tests.
9684
41664b45
DG
96852017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9686
9687 PR gdb/21337
9688 * gdb.base/reread-readsym.exp: New file.
9689 * gdb.base/reread-readsym.c: New file.
9690
75312ae3
KB
96912017-06-21 Kevin Buettner <kevinb@redhat.com>
9692
9693 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9694 subpattern.
9695
66953522
PB
96962017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9697
9698 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9699 extended mnemonic.
9700 * gdb.arch/powerpc-power9.s: Likewise.
9701
5524b525
AA
97022017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9703
9704 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9705 on 32-bit x86 targets. Exploit is_*_target macros where
9706 appropriate.
9707
03c8af18
AA
97082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9709
9710 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9711 register pieces.
9712
3bf31011
AA
97132017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9714
9715 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9716 located in one or more DWARF pieces.
9717
805acca0
AA
97182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9719
9720 * lib/gdb.exp (get_endianness): New proc.
9721 * gdb.arch/aarch64-fp.exp: Use it.
9722 * gdb.arch/altivec-regs.exp: Likewise.
9723 * gdb.arch/e500-regs.exp: Likewise.
9724 * gdb.arch/vsx-regs.exp: Likewise.
9725 * gdb.base/dump.exp: Likewise.
9726 * gdb.base/funcargs.exp: Likewise.
9727 * gdb.base/gnu_vector.exp: Likewise.
9728 * gdb.dwarf2/formdata16.exp: Likewise.
9729 * gdb.dwarf2/implptrpiece.exp: Likewise.
9730 * gdb.dwarf2/nonvar-access.exp: Likewise.
9731 * gdb.python/py-inferior.exp: Likewise.
9732 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9733
e9352324
AA
97342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9735
9736 PR gdb/21226
9737 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9738 stack value pieces are taken from the LSB end.
9739
d5d1163e
AA
97402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9741
9742 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9743 variable at nonzero offset.
9744
0567c986
AA
97452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9746
9747 * gdb.dwarf2/var-access.c: New file.
9748 * gdb.dwarf2/var-access.exp: New test.
9749 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9750
973e9aab
TT
97512017-06-12 Tom Tromey <tom@tromey.com>
9752
9753 * gdb.dwarf2/formdata16.exp: Add tests.
9754
d9109c80
TT
97552017-06-12 Tom Tromey <tom@tromey.com>
9756
9757 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9758
30a25466
TT
97592017-06-12 Tom Tromey <tom@tromey.com>
9760
9761 PR exp/16225:
9762 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9763 * gdb.arch/vsx-regs.exp: Update tests.
9764 * gdb.arch/s390-vregs.exp (hex128): New proc.
9765 Update test.
9766 * gdb.arch/altivec-regs.exp: Update tests.
9767
aefd8b33
SDJ
97682017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9769
9770 * gdb.base/startup-with-shell.c: New file.
9771 * gdb.base/startup-with-shell.exp: Likewise.
9772
2090129c
SDJ
97732017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9774
9775 * gdb.server/non-existing-program.exp: Update regex in order to
9776 reflect the fact that gdbserver is now using fork_inferior (with a
9777 shell) to startup the inferior.
9778
8e86a419
SM
97792017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9780
9781 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9782 support function calls from GDB.
9783
e6cf65f2
TT
97842017-05-21 Tom Tromey <tom@tromey.com>
9785
9786 PR rust/21466:
9787 * gdb.rust/unsized.exp: New file.
9788 * gdb.rust/unsized.rs: New file.
9789
43cc5389
TT
97902017-05-19 Tom Tromey <tom@tromey.com>
9791
9792 PR rust/21484:
9793 * gdb.rust/watch.exp: New file.
9794 * gdb.rust/watch.rs: New file.
9795
ec8df234
TT
97962017-05-18 Tom Tromey <tom@tromey.com>
9797
9798 * gdb.rust/simple.exp: Allow Box to be qualified.
9799
3e3e7fae
TP
98002017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9801
9802 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9803
59cc050d
PA
98042017-05-18 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.base/fileio.c (test_write, test_read, test_close)
9807 (test_fstat): Don't print 'ret' in the fail path.
9808
c8f6abd1
PA
98092017-05-18 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9812 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9813 (test_system, test_rename, test_unlink, test_time): Change
9814 prototypes.
9815 * gdb.base/fileio.exp (stop_msg): Adjust.
9816
d2a03b77
PA
98172017-05-18 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.base/fileio.c (null_str): New global.
9820 (test_stat): Use it.
9821 * gdb.base/fileio.exp: Remove nowarnings.
9822
0d5c6999
YQ
98232017-05-17 Yao Qi <yao.qi@linaro.org>
9824
9825 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9826
21873064
YQ
98272017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9828
9829 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9830 argument command.
9831 (top-level): Invoke test_set_inferior_tty.
9832
d512d31c
PA
98332017-05-04 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9836 Add parens to print call for Python 3.
9837
90cef2ed
KS
98382017-05-03 Keith Seitz <keiths@redhat.com>
9839
9840 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9841 (main): Call it.
9842
14f819c8
TW
98432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9844
9845 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9846 to prev and next.
9847
913aeadd
TW
98482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9849
9850 * gdb.python/py-record-btrace.exp: Remove test for
9851 gdb.BtraceInstruction.error.
9852
a3be24ad
TW
98532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9854
9855 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9856
ae20e79a
TW
98572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9858
9859 * gdb.python/py-record-btrace-threads.c: New file.
9860 * gdb.python/py-record-btrace-threads.exp: New file.
9861
45ce1b47
SDJ
98622017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9863
9864 PR testsuite/8595
9865 * gdb.base/environ.exp: Make test available in all architectures.
9866 Move bits related to "info program" testing to
9867 gdb.base/info-program.exp. Rewrite tests to use the two new
9868 procedures mentione below.
9869 (test_set_show_env_var) New procedure.
9870 (test_set_show_env_var_equal): Likewise.
9871 * gdb.base/info-program.exp: New file.
9872
e15c3eb4
KS
98732017-04-27 Keith Seitz <keiths@redhat.com>
9874
9875 * gdb.cp/oranking.cc (test15): New function.
9876 (main): Call test15 and declare additional variables for testing.
9877 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9878 "p foo101('abc')" tests.
9879 Add tests for cv qualifier overloads.
9880 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9881 "lvalue reference overload" test.
9882 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9883 "print value of f1 on Child&& in f2" test.
9884
3a3fd0fd
PA
98852017-04-19 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9888 procedure.
9889 (top level): Call it.
9890 * lib/gdb.exp (gdb_define_cmd): New procedure.
9891
53375380
PA
98922017-04-12 Pedro Alves <palves@redhat.com>
9893
9894 PR gdb/21323
9895 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9896 (wchar): New global.
9897 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9898 (do_test_wide_char, wide_char_types_no_program, top level): Add
9899 wchar_t testing.
9900
53e710ac
PA
99012017-04-12 Pedro Alves <palves@redhat.com>
9902
9903 PR c++/21323
9904 * gdb.cp/wide_char_types.c: New file.
9905 * gdb.cp/wide_char_types.exp: New file.
9906
0ad9d8c7
SDJ
99072017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9908
9909 PR gdb/21352
9910 * gdb.trace/tsv.exp: Add test for "tsave -r".
9911
b1b45502
IB
99122017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9913
9914 * gdb.dlang/watch-loc.c: New file.
9915 * gdb.dlang/watch-loc.exp: New file.
9916
ec13808e
JK
99172017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9918
9919 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9920
fe5f7374
AK
99212017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9922
9923 * gdb.arch/arc-analyze-prologue.S: New file.
9924 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9925
eea78757
AK
99262017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9927
9928 * gdb.arch/arc-decode-insn.S: New file.
9929 * gdb.arch/arc-decode-insn.exp: Likewise.
9930
5badf10a
IR
99312017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9932
9933 PR tdep/20928
9934 * gdb.arch/sparc64-regs.exp: New file.
9935 * gdb.arch/sparc64-regs.S: Likewise.
9936
cee59b3f
TW
99372017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9938
9939 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9940 and memory view on Python 3.
9941
c0f55cc6
AV
99422017-03-20 Artemiy Volkov <artemiyv@acm.org>
9943 Keith Seitz <keiths@redhat.com>
9944
9945 PR gdb/14441
9946 * gdb.cp/demangle.exp: Add rvalue reference tests.
9947 * gdb.cp/rvalue-ref-casts.cc: New file.
9948 * gdb.cp/rvalue-ref-casts.exp: New file.
9949 * gdb.cp/rvalue-ref-overload.cc: New file.
9950 * gdb.cp/rvalue-ref-overload.exp: New file.
9951 * gdb.cp/rvalue-ref-params.cc: New file.
9952 * gdb.cp/rvalue-ref-params.exp: New file.
9953 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9954 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9955 * gdb.cp/rvalue-ref-types.cc: New file.
9956 * gdb.cp/rvalue-ref-types.exp: New file.
9957 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9958 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9959
51457a05
MAL
99602017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9961
9962 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9963 New procedure.
9964
5b291c04
MAL
99652017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9966
9967 * lib/mi-support.exp (mi_gdb_test): Add additional message
9968 for unexpected output.
9969
59a56148
AA
99702017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9971
9972 * gdb.base/examine-backward.c (Barrier): New character array
9973 constant, to ensure that TestStrings is preceded by a string
9974 terminator.
9975
7942e96e
AA
99762017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9977
9978 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9979 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9980 and implicit pointer into such a location.
9981
6ebac3fb
DE
99822017-03-16 Doug Evans <dje@google.com>
9983
9984 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9985
ec3b243d
TP
99862017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9987
9988 * gdb.cp/m-static.exp: Fix expectation for prototype of
9989 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9990
99912017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9992
9993 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9994 * gdb.guile/scm-lazy-string.c: New file.
9995 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9996 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9997 for pointer, array, typedef lazy strings.
9998
2cc36e25 99992017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10000
10001 PR python/17728, python/18439, python/18779
10002 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10003 * gdb.python/py-lazy-string.c (pointer): New typedef.
10004 (main): New locals ptr, array, typedef_ptr.
10005 * gdb.python/py-value.exp: Move lazy string tests to ...
10006 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10007 array, typedef lazy strings.
ec3b243d 10008
0efcde63
AK
100092017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10010
10011 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10012 Add optional 'test' parameter.
10013
7978d7c3
SM
100142017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10015
10016 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10017 Skip for versions of DejaGnu < 1.5.
10018
896c0c1e
SM
100192017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10020
10021 * lib/gdb.exp (dejagnu_version): New proc.
10022 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10023 Use dejagnu_version.
10024
5f4d1085
KS
100252017-03-10 Keith Seitz <keiths@redhat.com>
10026
10027 PR c++/8128
10028 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10029 type from destructor regexps.
10030 Add a branch which actually passes the test.
10031 Adjust "ptype t5i" test names.
10032
1de05205
PA
100332017-03-08 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.base/step-over-exit.exp: Add explicit test message.
10036
c65d6b55
PA
100372017-03-08 Pedro Alves <palves@redhat.com>
10038
10039 PR gdb/18360
10040 * gdb.threads/interrupt-while-step-over.c: New file.
10041 * gdb.threads/interrupt-while-step-over.exp: New file.
10042
2e86a283
PA
100432017-03-08 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10046 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10047
25dcbff6
PA
100482017-03-08 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10051 PKRU as not supported as a PASS.
10052
dc9366eb
PA
100532017-03-08 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10056 prefix instead of $binfile1/$binfile2.
10057 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10058 in test message.
10059 * gdb.python/py-completion.exp: Use "load python file" as test
10060 messages instead of unstable path names.
10061
6e5d74e7
PA
100622017-03-08 Pedro Alves <palves@redhat.com>
10063 Jan Kratochvil <jan.kratochvil@redhat.com>
10064
10065 PR cli/21218
10066 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10067 New proc.
10068 (top level): Call it.
10069
9753a2f6
PA
100702017-03-08 Pedro Alves <palves@redhat.com>
10071
10072 PR tui/21216
10073 * gdb.tui/tui-nl-filtered-output.exp: New file.
10074
1a4dd9dd
PA
100752017-03-08 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.base/completion.exp: Move TUI completion tests to ...
10078 * gdb.tui/completion.exp: ... this new file.
10079
7cbbff33
PA
100802017-03-08 Pedro Alves <palves@redhat.com>
10081
10082 * gdb.base/tui-disasm-long-lines.c,
10083 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10084 gdb.base/tui-layout.exp: Move to ...
10085 * gdb.tui/: ... this new directory.
10086
5f6fd321
PA
100872017-03-07 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/tui-layout.c: New file.
10090 * gdb.base/tui-layout.exp: New file.
10091
44959fa8
PA
100922017-03-07 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.base/tui-layout.c: Rename to ...
10095 * gdb.base/tui-disasm-long-lines.c: ... this.
10096 * gdb.base/tui-layout.exp: Rename to ...
10097 * gdb.base/tui-disasm-long-lines.exp: ... this.
10098
f8c4e718
PA
100992017-03-07 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10102
6dbb839a 101032017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10104
10105 * i386-mpx-call.c: New file.
10106 * i386-mpx-call.exp: New file.
10107
65b48a81
PB
101082017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10109
10110 * gdb.arch/powerpc-power.exp: Delete test.
10111 * gdb.arch/powerpc-power.s: Likewise.
10112 * gdb.disasm/disassembler-options.exp: New test.
10113 * gdb.arch/powerpc-altivec.exp: Likewise.
10114 * gdb.arch/powerpc-altivec.s: Likewise.
10115 * gdb.arch/powerpc-altivec2.exp: Likewise.
10116 * gdb.arch/powerpc-altivec2.s: Likewise.
10117 * gdb.arch/powerpc-altivec3.exp: Likewise.
10118 * gdb.arch/powerpc-altivec3.s: Likewise.
10119 * gdb.arch/powerpc-power7.exp: Likewise.
10120 * gdb.arch/powerpc-power7.s: Likewise.
10121 * gdb.arch/powerpc-power8.exp: Likewise.
10122 * gdb.arch/powerpc-power8.s: Likewise.
10123 * gdb.arch/powerpc-power9.exp: Likewise.
10124 * gdb.arch/powerpc-power9.s: Likewise.
10125 * gdb.arch/powerpc-vsx.exp: Likewise.
10126 * gdb.arch/powerpc-vsx.s: Likewise.
10127 * gdb.arch/powerpc-vsx2.exp: Likewise.
10128 * gdb.arch/powerpc-vsx2.s: Likewise.
10129 * gdb.arch/powerpc-vsx3.exp: Likewise.
10130 * gdb.arch/powerpc-vsx3.s: Likewise.
10131 * gdb.arch/arm-disassembler-options.exp: Likewise.
10132 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10133 * gdb.arch/s390-disassembler-options.exp: Likewise.
10134
17cd4947
LM
101352017-02-23 Luis Machado <lgustavo@codesourcery.com>
10136
10137 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10138 (check_supported_features): ... this. Changed return type to void.
10139 (supports_rdseed): New static global.
10140 (rdseed): Check supports_rdseed.
10141 (initialize): Call check_supported_features.
10142
2039d74e
EBM
101432017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10144
10145 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10146 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10147 and lqarx/stqcx.
10148 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10149 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10150
a51d7ecf
EBM
101512017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10152
10153 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10154 uppercase.
10155
0224619f
JK
101562017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10157
10158 * gdb.dwarf2/formdata16.c: New file.
10159 * gdb.dwarf2/formdata16.exp: New file.
10160 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10161
216f72a1
JK
101622017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10163
10164 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10165 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10166 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10167 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10168 DW_AT_GNU_*.
10169
43988095
JK
101702017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10171
10172 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10173
99e8a4f9
SDJ
101742017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10175
10176 PR gdb/21164
10177 * gdb.base/maint.exp: Add testcases for when the commands do
10178 not have arguments.
10179
b58a8c0c
TP
101802017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10181
10182 * gdb.cp/chained-calls.exp: Use p instead of P.
10183
4e746bb6
TW
101842017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10185
10186 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10187 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10188
3f77c769
TT
101892017-02-14 Tom Tromey <tom@tromey.com>
10190
10191 PR python/13598:
10192 * gdb.python/py-events.exp: Add before_prompt event tests.
10193
075beec0
AA
101942017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10195
10196 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10197
bf5f525c
LM
101982017-02-13 Luis Machado <lgustavo@codesourcery.com>
10199
10200 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10201 (main): Call my_unique_function_name.
10202 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10203 completion of patterns with a single match.
10204 Add missing -re switches to gdb_test_multiple calls.
10205
13a66184
LM
102062017-02-13 Luis Machado <lgustavo@codesourcery.com>
10207
10208 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10209 return if core file is not recognized.
10210
26a06916
SM
102112017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10212
10213 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10214 and extra UIs.
10215
b761ca9e
SM
102162017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10217
10218 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10219 proc_with_prefix.
10220
b964bee0
TT
102212017-02-10 Tom Tromey <tom@tromey.com>
10222
10223 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10224
18da0c51
MG
102252017-02-10 Martin Galvan <martingalvan@sourceware.org>
10226
10227 PR gdb/21122
10228 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10229
604c4576
JG
102302017-02-08 Jerome Guitton <guitton@adacore.com>
10231
10232 * gdb.base/define.exp: Add test for command abbreviations
10233 in define.
10234
20b477a7
LM
102352017-02-06 Luis Machado <lgustavo@codesourcery.com>
10236
10237 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10238 * gdb.reverse/insn-reverse-x86.c: New file.
10239
3f7b46f2
IR
102402017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10241
10242 PR tdep/20936
10243 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10244
f0fd41c1
TT
102452017-02-03 Tom Tromey <tom@tromey.com>
10246
10247 PR rust/21097:
10248 * gdb.rust/simple.exp: Add new tests.
10249
5be5dbf0
PA
102502017-02-02 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10253 tests.
10254
7346ef59
AA
102552017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10256
10257 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10258 taking a 2-byte value out of a 4-byte DWARF implicit value on
10259 big-endian targets.
10260 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10261 logic. Add test cases for DW_OP_implicit.
10262
787f0025
MM
102632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10264
10265 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10266
68777c29
MM
102672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10268
10269 * gdb.btrace/enable.exp: Call gdb_exit before
10270 skip_gdbserver_tests.
10271
0a1c7e28
MM
102722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10273
10274 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10275 GDBFLAGS.
10276
b5ac99b0
MM
102772017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10278
10279 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10280 the test is skipped.
10281 * gdb.btrace/data.exp: Likewise.
10282 * gdb.btrace/delta.exp: Likewise.
10283 * gdb.btrace/dlopen.exp: Likewise.
10284 * gdb.btrace/enable-running.exp: Likewise.
10285 * gdb.btrace/enable.exp: Likewise.
10286 * gdb.btrace/exception.exp: Likewise.
10287 * gdb.btrace/function_call_history.exp: Likewise.
10288 * gdb.btrace/gcore.exp: Likewise.
10289 * gdb.btrace/instruction_history.exp: Likewise.
10290 * gdb.btrace/multi-thread-step.exp: Likewise.
10291 * gdb.btrace/nohist.exp: Likewise.
10292 * gdb.btrace/non-stop.exp: Likewise.
10293 * gdb.btrace/reconnect.exp: Likewise.
10294 * gdb.btrace/record_goto-step.exp: Likewise.
10295 * gdb.btrace/record_goto.exp: Likewise.
10296 * gdb.btrace/rn-dl-bind.exp: Likewise.
10297 * gdb.btrace/segv.exp: Likewise.
10298 * gdb.btrace/step.exp: Likewise.
10299 * gdb.btrace/stepi.exp: Likewise.
10300 * gdb.btrace/tailcall-only.exp: Likewise.
10301 * gdb.btrace/tailcall.exp: Likewise.
10302 * gdb.btrace/tsx.exp: Likewise.
10303 * gdb.btrace/unknown_functions.exp: Likewise.
10304 * gdb.btrace/vdso.exp: Likewise.
10305
cd4007e4
MM
103062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10307
10308 * gdb.btrace/enable-running.c: New.
10309 * gdb.btrace/enable-running.exp: New.
10310
2735833d
WT
103112017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10312
10313 * gdb.arch/amd64-gs_base.c: New file.
10314 * gdb.arch/amd64-gs_base.exp: New file.
10315
b51e1e94
LM
103162017-01-26 Luis Machado <lgustavo@codesourcery.com>
10317
10318 * lib/memory.exp: Remove spurious empty newlines.
10319
72ca0410
SM
103202017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10321
10322 * gdb.python/py-bad-printers.exp: Load python file using "source".
10323 * gdb.python/py-events.exp: Likewise.
10324 * gdb.python/py-evsignal.exp: Likewise.
10325 * gdb.python/py-evthreads.exp: Likewise.
10326 * gdb.python/py-frame-args.exp: Likewise.
10327 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10328 * gdb.python/py-framefilter-mi.exp: Likewise.
10329 * gdb.python/py-framefilter.exp: Likewise.
10330 * gdb.python/py-mi.exp: Likewise.
10331 * gdb.python/py-pp-maint.exp: Likewise.
10332 * gdb.python/py-pp-registration.exp: Likewise.
10333 * gdb.python/py-prettyprint.exp: Likewise.
10334 (run_lang_tests): Likewise.
10335 * gdb.python/py-typeprint.exp: Likewise.
10336
e309aa65
LM
103372017-01-26 Luis Machado <lgustavo@codesourcery.com>
10338
10339 * lib/memory.exp: New file.
10340 * lib/gdb.exp: Load memory.exp.
10341 * gdb.base/memattr.exp (delete_memory): Move proc to
10342 lib/memory.exp and rename to delete_memory_regions.
10343 Replace delete_memory with delete_memory_regions.
10344 Cleanup memory regions before tests.
10345 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10346 before tests.
10347
515aff23
LM
103482017-01-26 Luis Machado <lgustavo@codesourcery.com>
10349
10350 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10351 files.
10352 (initialize): New function conditionally defined.
10353 (testcases): Move within conditional block.
10354 (main): Call initialize.
10355 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10356 of gdb.reverse/insn-reverse.c.
10357 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10358 gdb.reverse/insn-reverse.c.
10359
d8b49cf0
YQ
103602017-01-26 Yao Qi <yao.qi@linaro.org>
10361
10362 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10363 disassemble on address 0.
10364
f13a9a0c
YQ
103652017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10366 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10369 * gdb.dwarf2/implptr-64bit.S: Remove.
10370 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10371 variables in caller's context. Add DW_OP_implicit_value.
10372
5ac95241
YQ
103732017-01-25 Yao Qi <yao.qi@linaro.org>
10374
10375 * lib/dwarf.exp (Dwarf::_location): Handle
10376 DW_OP_GNU_implicit_pointer with proper size.
10377
23e82930
LM
103782017-01-20 Luis Machado <lgustavo@codesourcery.com>
10379
10380 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10381 and add untested calls.
10382
d334ae25
LM
103832017-01-20 Luis Machado <lgustavo@codesourcery.com>
10384
10385 * gdb.python/python.exp: Check line number against what GDB thinks
10386 the line number is for func1.
10387
f5e6296e
IB
103882017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10389
10390 * gdb.dlang/debug-expr.exp: New file.
10391
5b362f04
LM
103922016-12-23 Luis Machado <lgustavo@codesourcery.com>
10393
10394 Fix test names for the following files:
10395
10396 * gdb.ada/exec_changed.exp
10397 * gdb.ada/info_types.exp
10398 * gdb.arch/aarch64-atomic-inst.exp
10399 * gdb.arch/aarch64-fp.exp
10400 * gdb.arch/altivec-abi.exp
10401 * gdb.arch/altivec-regs.exp
10402 * gdb.arch/amd64-byte.exp
10403 * gdb.arch/amd64-disp-step.exp
10404 * gdb.arch/amd64-dword.exp
10405 * gdb.arch/amd64-entry-value-inline.exp
10406 * gdb.arch/amd64-entry-value-param.exp
10407 * gdb.arch/amd64-entry-value-paramref.exp
10408 * gdb.arch/amd64-entry-value.exp
10409 * gdb.arch/amd64-i386-address.exp
10410 * gdb.arch/amd64-invalid-stack-middle.exp
10411 * gdb.arch/amd64-invalid-stack-top.exp
10412 * gdb.arch/amd64-optimout-repeat.exp
10413 * gdb.arch/amd64-prologue-skip.exp
10414 * gdb.arch/amd64-prologue-xmm.exp
10415 * gdb.arch/amd64-stap-special-operands.exp
10416 * gdb.arch/amd64-stap-wrong-subexp.exp
10417 * gdb.arch/amd64-tailcall-cxx.exp
10418 * gdb.arch/amd64-tailcall-noret.exp
10419 * gdb.arch/amd64-tailcall-ret.exp
10420 * gdb.arch/amd64-tailcall-self.exp
10421 * gdb.arch/amd64-word.exp
10422 * gdb.arch/arm-bl-branch-dest.exp
10423 * gdb.arch/arm-disp-step.exp
10424 * gdb.arch/arm-neon.exp
10425 * gdb.arch/arm-single-step-kernel-helper.exp
10426 * gdb.arch/avr-flash-qualifier.exp
10427 * gdb.arch/disp-step-insn-reloc.exp
10428 * gdb.arch/e500-abi.exp
10429 * gdb.arch/e500-regs.exp
10430 * gdb.arch/ftrace-insn-reloc.exp
10431 * gdb.arch/i386-avx512.exp
10432 * gdb.arch/i386-bp_permanent.exp
10433 * gdb.arch/i386-byte.exp
10434 * gdb.arch/i386-cfi-notcurrent.exp
10435 * gdb.arch/i386-disp-step.exp
10436 * gdb.arch/i386-dr3-watch.exp
10437 * gdb.arch/i386-float.exp
10438 * gdb.arch/i386-gnu-cfi.exp
10439 * gdb.arch/i386-mpx-map.exp
10440 * gdb.arch/i386-mpx-sigsegv.exp
10441 * gdb.arch/i386-mpx-simple_segv.exp
10442 * gdb.arch/i386-mpx.exp
10443 * gdb.arch/i386-permbkpt.exp
10444 * gdb.arch/i386-prologue.exp
10445 * gdb.arch/i386-signal.exp
10446 * gdb.arch/i386-size-overlap.exp
10447 * gdb.arch/i386-unwind.exp
10448 * gdb.arch/i386-word.exp
10449 * gdb.arch/mips-fcr.exp
10450 * gdb.arch/powerpc-d128-regs.exp
10451 * gdb.arch/powerpc-stackless.exp
10452 * gdb.arch/ppc64-atomic-inst.exp
10453 * gdb.arch/s390-stackless.exp
10454 * gdb.arch/s390-tdbregs.exp
10455 * gdb.arch/s390-vregs.exp
10456 * gdb.arch/sparc-sysstep.exp
10457 * gdb.arch/thumb-bx-pc.exp
10458 * gdb.arch/thumb-singlestep.exp
10459 * gdb.arch/thumb2-it.exp
10460 * gdb.arch/vsx-regs.exp
10461 * gdb.asm/asm-source.exp
10462 * gdb.base/a2-run.exp
10463 * gdb.base/advance.exp
10464 * gdb.base/all-bin.exp
10465 * gdb.base/anon.exp
10466 * gdb.base/args.exp
10467 * gdb.base/arithmet.exp
10468 * gdb.base/async-shell.exp
10469 * gdb.base/async.exp
10470 * gdb.base/attach-pie-noexec.exp
10471 * gdb.base/attach-twice.exp
10472 * gdb.base/auto-load.exp
10473 * gdb.base/bang.exp
10474 * gdb.base/bitfields.exp
10475 * gdb.base/break-always.exp
10476 * gdb.base/break-caller-line.exp
10477 * gdb.base/break-entry.exp
10478 * gdb.base/break-inline.exp
10479 * gdb.base/break-on-linker-gcd-function.exp
10480 * gdb.base/break-probes.exp
10481 * gdb.base/break.exp
10482 * gdb.base/breakpoint-shadow.exp
10483 * gdb.base/call-ar-st.exp
10484 * gdb.base/call-sc.exp
10485 * gdb.base/call-signal-resume.exp
10486 * gdb.base/call-strs.exp
10487 * gdb.base/callfuncs.exp
10488 * gdb.base/catch-fork-static.exp
10489 * gdb.base/catch-gdb-caused-signals.exp
10490 * gdb.base/catch-load.exp
10491 * gdb.base/catch-signal-fork.exp
10492 * gdb.base/catch-signal.exp
10493 * gdb.base/catch-syscall.exp
10494 * gdb.base/charset.exp
10495 * gdb.base/checkpoint.exp
10496 * gdb.base/chng-syms.exp
10497 * gdb.base/code-expr.exp
10498 * gdb.base/code_elim.exp
10499 * gdb.base/commands.exp
10500 * gdb.base/completion.exp
10501 * gdb.base/complex.exp
10502 * gdb.base/cond-expr.exp
10503 * gdb.base/condbreak.exp
10504 * gdb.base/consecutive.exp
10505 * gdb.base/continue-all-already-running.exp
10506 * gdb.base/coredump-filter.exp
10507 * gdb.base/corefile.exp
10508 * gdb.base/dbx.exp
10509 * gdb.base/debug-expr.exp
10510 * gdb.base/define.exp
10511 * gdb.base/del.exp
10512 * gdb.base/disabled-location.exp
10513 * gdb.base/disasm-end-cu.exp
10514 * gdb.base/disasm-optim.exp
10515 * gdb.base/display.exp
10516 * gdb.base/duplicate-bp.exp
10517 * gdb.base/ena-dis-br.exp
10518 * gdb.base/ending-run.exp
10519 * gdb.base/enumval.exp
10520 * gdb.base/environ.exp
10521 * gdb.base/eu-strip-infcall.exp
10522 * gdb.base/eval-avoid-side-effects.exp
10523 * gdb.base/eval-skip.exp
10524 * gdb.base/exitsignal.exp
10525 * gdb.base/expand-psymtabs.exp
10526 * gdb.base/filesym.exp
10527 * gdb.base/find-unmapped.exp
10528 * gdb.base/finish.exp
10529 * gdb.base/float.exp
10530 * gdb.base/foll-exec-mode.exp
10531 * gdb.base/foll-exec.exp
10532 * gdb.base/foll-fork.exp
10533 * gdb.base/fortran-sym-case.exp
10534 * gdb.base/freebpcmd.exp
10535 * gdb.base/func-ptr.exp
10536 * gdb.base/func-ptrs.exp
10537 * gdb.base/funcargs.exp
10538 * gdb.base/gcore-buffer-overflow.exp
10539 * gdb.base/gcore-relro-pie.exp
10540 * gdb.base/gcore-relro.exp
10541 * gdb.base/gcore.exp
10542 * gdb.base/gdb1090.exp
10543 * gdb.base/gdb11530.exp
10544 * gdb.base/gdb11531.exp
10545 * gdb.base/gdb1821.exp
10546 * gdb.base/gdbindex-stabs.exp
10547 * gdb.base/gdbvars.exp
10548 * gdb.base/hbreak.exp
10549 * gdb.base/hbreak2.exp
10550 * gdb.base/included.exp
10551 * gdb.base/infcall-input.exp
10552 * gdb.base/inferior-died.exp
10553 * gdb.base/infnan.exp
10554 * gdb.base/info-macros.exp
10555 * gdb.base/info-os.exp
10556 * gdb.base/info-proc.exp
10557 * gdb.base/info-shared.exp
10558 * gdb.base/info-target.exp
10559 * gdb.base/infoline.exp
10560 * gdb.base/interp.exp
10561 * gdb.base/interrupt.exp
10562 * gdb.base/jit-reader.exp
10563 * gdb.base/jit-simple.exp
10564 * gdb.base/kill-after-signal.exp
10565 * gdb.base/kill-detach-inferiors-cmd.exp
10566 * gdb.base/label.exp
10567 * gdb.base/langs.exp
10568 * gdb.base/ldbl_e308.exp
10569 * gdb.base/line-symtabs.exp
10570 * gdb.base/linespecs.exp
10571 * gdb.base/list.exp
10572 * gdb.base/long_long.exp
10573 * gdb.base/longest-types.exp
10574 * gdb.base/maint.exp
10575 * gdb.base/max-value-size.exp
10576 * gdb.base/memattr.exp
10577 * gdb.base/mips_pro.exp
10578 * gdb.base/morestack.exp
10579 * gdb.base/moribund-step.exp
10580 * gdb.base/multi-forks.exp
10581 * gdb.base/nested-addr.exp
10582 * gdb.base/nextoverexit.exp
10583 * gdb.base/noreturn-finish.exp
10584 * gdb.base/noreturn-return.exp
10585 * gdb.base/nostdlib.exp
10586 * gdb.base/offsets.exp
10587 * gdb.base/opaque.exp
10588 * gdb.base/pc-fp.exp
10589 * gdb.base/permissions.exp
10590 * gdb.base/print-symbol-loading.exp
10591 * gdb.base/prologue-include.exp
10592 * gdb.base/psymtab.exp
10593 * gdb.base/ptype.exp
10594 * gdb.base/random-signal.exp
10595 * gdb.base/randomize.exp
10596 * gdb.base/range-stepping.exp
10597 * gdb.base/readline-ask.exp
10598 * gdb.base/recpar.exp
10599 * gdb.base/recurse.exp
10600 * gdb.base/relational.exp
10601 * gdb.base/restore.exp
10602 * gdb.base/return-nodebug.exp
10603 * gdb.base/return.exp
10604 * gdb.base/run-after-attach.exp
10605 * gdb.base/save-bp.exp
10606 * gdb.base/scope.exp
10607 * gdb.base/sect-cmd.exp
10608 * gdb.base/set-lang-auto.exp
10609 * gdb.base/set-noassign.exp
10610 * gdb.base/setvar.exp
10611 * gdb.base/sigall.exp
10612 * gdb.base/sigbpt.exp
10613 * gdb.base/siginfo-addr.exp
10614 * gdb.base/siginfo-infcall.exp
10615 * gdb.base/siginfo-obj.exp
10616 * gdb.base/siginfo.exp
10617 * gdb.base/signals-state-child.exp
10618 * gdb.base/signest.exp
10619 * gdb.base/sigstep.exp
10620 * gdb.base/sizeof.exp
10621 * gdb.base/skip.exp
10622 * gdb.base/solib-corrupted.exp
10623 * gdb.base/solib-nodir.exp
10624 * gdb.base/solib-search.exp
10625 * gdb.base/stack-checking.exp
10626 * gdb.base/stale-infcall.exp
10627 * gdb.base/stap-probe.exp
10628 * gdb.base/start.exp
10629 * gdb.base/step-break.exp
10630 * gdb.base/step-bt.exp
10631 * gdb.base/step-line.exp
10632 * gdb.base/step-over-exit.exp
10633 * gdb.base/step-over-syscall.exp
10634 * gdb.base/step-resume-infcall.exp
10635 * gdb.base/step-test.exp
10636 * gdb.base/store.exp
10637 * gdb.base/structs3.exp
10638 * gdb.base/sym-file.exp
10639 * gdb.base/symbol-without-target_section.exp
10640 * gdb.base/term.exp
10641 * gdb.base/testenv.exp
10642 * gdb.base/ui-redirect.exp
10643 * gdb.base/until.exp
10644 * gdb.base/unwindonsignal.exp
10645 * gdb.base/value-double-free.exp
10646 * gdb.base/vla-datatypes.exp
10647 * gdb.base/vla-ptr.exp
10648 * gdb.base/vla-sideeffect.exp
10649 * gdb.base/volatile.exp
10650 * gdb.base/watch-cond-infcall.exp
10651 * gdb.base/watch-cond.exp
10652 * gdb.base/watch-non-mem.exp
10653 * gdb.base/watch-read.exp
10654 * gdb.base/watch-vfork.exp
10655 * gdb.base/watchpoint-cond-gone.exp
10656 * gdb.base/watchpoint-delete.exp
10657 * gdb.base/watchpoint-hw-hit-once.exp
10658 * gdb.base/watchpoint-hw.exp
10659 * gdb.base/watchpoint-stops-at-right-insn.exp
10660 * gdb.base/watchpoints.exp
10661 * gdb.base/wchar.exp
10662 * gdb.base/whatis-exp.exp
10663 * gdb.btrace/buffer-size.exp
10664 * gdb.btrace/data.exp
10665 * gdb.btrace/delta.exp
10666 * gdb.btrace/dlopen.exp
10667 * gdb.btrace/enable.exp
10668 * gdb.btrace/exception.exp
10669 * gdb.btrace/function_call_history.exp
10670 * gdb.btrace/gcore.exp
10671 * gdb.btrace/instruction_history.exp
10672 * gdb.btrace/nohist.exp
10673 * gdb.btrace/reconnect.exp
10674 * gdb.btrace/record_goto-step.exp
10675 * gdb.btrace/record_goto.exp
10676 * gdb.btrace/rn-dl-bind.exp
10677 * gdb.btrace/segv.exp
10678 * gdb.btrace/step.exp
10679 * gdb.btrace/stepi.exp
10680 * gdb.btrace/tailcall-only.exp
10681 * gdb.btrace/tailcall.exp
10682 * gdb.btrace/tsx.exp
10683 * gdb.btrace/unknown_functions.exp
10684 * gdb.btrace/vdso.exp
10685 * gdb.compile/compile-ifunc.exp
10686 * gdb.compile/compile-ops.exp
10687 * gdb.compile/compile-print.exp
10688 * gdb.compile/compile-setjmp.exp
10689 * gdb.cp/abstract-origin.exp
10690 * gdb.cp/ambiguous.exp
10691 * gdb.cp/annota2.exp
10692 * gdb.cp/annota3.exp
10693 * gdb.cp/anon-ns.exp
10694 * gdb.cp/anon-struct.exp
10695 * gdb.cp/anon-union.exp
10696 * gdb.cp/arg-reference.exp
10697 * gdb.cp/baseenum.exp
10698 * gdb.cp/bool.exp
10699 * gdb.cp/breakpoint.exp
10700 * gdb.cp/bs15503.exp
10701 * gdb.cp/call-c.exp
10702 * gdb.cp/casts.exp
10703 * gdb.cp/chained-calls.exp
10704 * gdb.cp/class2.exp
10705 * gdb.cp/classes.exp
10706 * gdb.cp/cmpd-minsyms.exp
10707 * gdb.cp/converts.exp
10708 * gdb.cp/cp-relocate.exp
10709 * gdb.cp/cpcompletion.exp
10710 * gdb.cp/cpexprs.exp
10711 * gdb.cp/cplabel.exp
10712 * gdb.cp/cplusfuncs.exp
10713 * gdb.cp/cpsizeof.exp
10714 * gdb.cp/ctti.exp
10715 * gdb.cp/derivation.exp
10716 * gdb.cp/destrprint.exp
10717 * gdb.cp/dispcxx.exp
10718 * gdb.cp/enum-class.exp
10719 * gdb.cp/exception.exp
10720 * gdb.cp/exceptprint.exp
10721 * gdb.cp/expand-psymtabs-cxx.exp
10722 * gdb.cp/expand-sals.exp
10723 * gdb.cp/extern-c.exp
10724 * gdb.cp/filename.exp
10725 * gdb.cp/formatted-ref.exp
10726 * gdb.cp/fpointer.exp
10727 * gdb.cp/gdb1355.exp
10728 * gdb.cp/gdb2495.exp
10729 * gdb.cp/hang.exp
10730 * gdb.cp/impl-this.exp
10731 * gdb.cp/infcall-dlopen.exp
10732 * gdb.cp/inherit.exp
10733 * gdb.cp/iostream.exp
10734 * gdb.cp/koenig.exp
10735 * gdb.cp/local.exp
10736 * gdb.cp/m-data.exp
10737 * gdb.cp/m-static.exp
10738 * gdb.cp/mb-ctor.exp
10739 * gdb.cp/mb-inline.exp
10740 * gdb.cp/mb-templates.exp
10741 * gdb.cp/member-name.exp
10742 * gdb.cp/member-ptr.exp
10743 * gdb.cp/meth-typedefs.exp
10744 * gdb.cp/method.exp
10745 * gdb.cp/method2.exp
10746 * gdb.cp/minsym-fallback.exp
10747 * gdb.cp/misc.exp
10748 * gdb.cp/namelessclass.exp
10749 * gdb.cp/namespace-enum.exp
10750 * gdb.cp/namespace-nested-import.exp
10751 * gdb.cp/namespace.exp
10752 * gdb.cp/nextoverthrow.exp
10753 * gdb.cp/no-dmgl-verbose.exp
10754 * gdb.cp/non-trivial-retval.exp
10755 * gdb.cp/noparam.exp
10756 * gdb.cp/nsdecl.exp
10757 * gdb.cp/nsimport.exp
10758 * gdb.cp/nsnested.exp
10759 * gdb.cp/nsnoimports.exp
10760 * gdb.cp/nsrecurs.exp
10761 * gdb.cp/nsstress.exp
10762 * gdb.cp/nsusing.exp
10763 * gdb.cp/operator.exp
10764 * gdb.cp/oranking.exp
10765 * gdb.cp/overload-const.exp
10766 * gdb.cp/overload.exp
10767 * gdb.cp/ovldbreak.exp
10768 * gdb.cp/ovsrch.exp
10769 * gdb.cp/paren-type.exp
10770 * gdb.cp/parse-lang.exp
10771 * gdb.cp/pass-by-ref.exp
10772 * gdb.cp/pr-1023.exp
10773 * gdb.cp/pr-1210.exp
10774 * gdb.cp/pr-574.exp
10775 * gdb.cp/pr10687.exp
10776 * gdb.cp/pr12028.exp
10777 * gdb.cp/pr17132.exp
10778 * gdb.cp/pr17494.exp
10779 * gdb.cp/pr9067.exp
10780 * gdb.cp/pr9167.exp
10781 * gdb.cp/pr9631.exp
10782 * gdb.cp/printmethod.exp
10783 * gdb.cp/psmang.exp
10784 * gdb.cp/psymtab-parameter.exp
10785 * gdb.cp/ptype-cv-cp.exp
10786 * gdb.cp/ptype-flags.exp
10787 * gdb.cp/re-set-overloaded.exp
10788 * gdb.cp/ref-types.exp
10789 * gdb.cp/rtti.exp
10790 * gdb.cp/scope-err.exp
10791 * gdb.cp/shadow.exp
10792 * gdb.cp/smartp.exp
10793 * gdb.cp/static-method.exp
10794 * gdb.cp/static-print-quit.exp
10795 * gdb.cp/temargs.exp
10796 * gdb.cp/templates.exp
10797 * gdb.cp/try_catch.exp
10798 * gdb.cp/typedef-operator.exp
10799 * gdb.cp/typeid.exp
10800 * gdb.cp/userdef.exp
10801 * gdb.cp/using-crash.exp
10802 * gdb.cp/var-tag.exp
10803 * gdb.cp/virtbase.exp
10804 * gdb.cp/virtfunc.exp
10805 * gdb.cp/virtfunc2.exp
10806 * gdb.cp/vla-cxx.exp
10807 * gdb.disasm/t01_mov.exp
10808 * gdb.disasm/t02_mova.exp
10809 * gdb.disasm/t03_add.exp
10810 * gdb.disasm/t04_sub.exp
10811 * gdb.disasm/t05_cmp.exp
10812 * gdb.disasm/t06_ari2.exp
10813 * gdb.disasm/t07_ari3.exp
10814 * gdb.disasm/t08_or.exp
10815 * gdb.disasm/t09_xor.exp
10816 * gdb.disasm/t10_and.exp
10817 * gdb.disasm/t11_logs.exp
10818 * gdb.disasm/t12_bit.exp
10819 * gdb.disasm/t13_otr.exp
10820 * gdb.dlang/circular.exp
10821 * gdb.dwarf2/arr-stride.exp
10822 * gdb.dwarf2/arr-subrange.exp
10823 * gdb.dwarf2/atomic-type.exp
10824 * gdb.dwarf2/bad-regnum.exp
10825 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10826 * gdb.dwarf2/callframecfa.exp
10827 * gdb.dwarf2/clztest.exp
10828 * gdb.dwarf2/corrupt.exp
10829 * gdb.dwarf2/data-loc.exp
10830 * gdb.dwarf2/dup-psym.exp
10831 * gdb.dwarf2/dw2-anon-mptr.exp
10832 * gdb.dwarf2/dw2-anonymous-func.exp
10833 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10834 * gdb.dwarf2/dw2-bad-unresolved.exp
10835 * gdb.dwarf2/dw2-basic.exp
10836 * gdb.dwarf2/dw2-canonicalize-type.exp
10837 * gdb.dwarf2/dw2-case-insensitive.exp
10838 * gdb.dwarf2/dw2-common-block.exp
10839 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10840 * gdb.dwarf2/dw2-compressed.exp
10841 * gdb.dwarf2/dw2-const.exp
10842 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10843 * gdb.dwarf2/dw2-cu-size.exp
10844 * gdb.dwarf2/dw2-dup-frame.exp
10845 * gdb.dwarf2/dw2-entry-value.exp
10846 * gdb.dwarf2/dw2-icycle.exp
10847 * gdb.dwarf2/dw2-ifort-parameter.exp
10848 * gdb.dwarf2/dw2-inline-break.exp
10849 * gdb.dwarf2/dw2-inline-param.exp
10850 * gdb.dwarf2/dw2-intercu.exp
10851 * gdb.dwarf2/dw2-intermix.exp
10852 * gdb.dwarf2/dw2-lexical-block-bare.exp
10853 * gdb.dwarf2/dw2-linkage-name-trust.exp
10854 * gdb.dwarf2/dw2-minsym-in-cu.exp
10855 * gdb.dwarf2/dw2-noloc.exp
10856 * gdb.dwarf2/dw2-op-call.exp
10857 * gdb.dwarf2/dw2-op-out-param.exp
10858 * gdb.dwarf2/dw2-opt-structptr.exp
10859 * gdb.dwarf2/dw2-param-error.exp
10860 * gdb.dwarf2/dw2-producer.exp
10861 * gdb.dwarf2/dw2-ranges-base.exp
10862 * gdb.dwarf2/dw2-ref-missing-frame.exp
10863 * gdb.dwarf2/dw2-reg-undefined.exp
10864 * gdb.dwarf2/dw2-regno-invalid.exp
10865 * gdb.dwarf2/dw2-restore.exp
10866 * gdb.dwarf2/dw2-restrict.exp
10867 * gdb.dwarf2/dw2-single-line-discriminators.exp
10868 * gdb.dwarf2/dw2-strp.exp
10869 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10870 * gdb.dwarf2/dw2-unresolved.exp
10871 * gdb.dwarf2/dw2-var-zero-addr.exp
10872 * gdb.dwarf2/dw4-sig-types.exp
10873 * gdb.dwarf2/dwz.exp
10874 * gdb.dwarf2/dynarr-ptr.exp
10875 * gdb.dwarf2/enum-type.exp
10876 * gdb.dwarf2/gdb-index.exp
10877 * gdb.dwarf2/implptr-64bit.exp
10878 * gdb.dwarf2/implptr-optimized-out.exp
10879 * gdb.dwarf2/implptr.exp
10880 * gdb.dwarf2/implref-array.exp
10881 * gdb.dwarf2/implref-const.exp
10882 * gdb.dwarf2/implref-global.exp
10883 * gdb.dwarf2/implref-struct.exp
10884 * gdb.dwarf2/mac-fileno.exp
10885 * gdb.dwarf2/main-subprogram.exp
10886 * gdb.dwarf2/member-ptr-forwardref.exp
10887 * gdb.dwarf2/method-ptr.exp
10888 * gdb.dwarf2/missing-sig-type.exp
10889 * gdb.dwarf2/nonvar-access.exp
10890 * gdb.dwarf2/opaque-type-lookup.exp
10891 * gdb.dwarf2/pieces-optimized-out.exp
10892 * gdb.dwarf2/pieces.exp
10893 * gdb.dwarf2/pr10770.exp
10894 * gdb.dwarf2/pr13961.exp
10895 * gdb.dwarf2/staticvirtual.exp
10896 * gdb.dwarf2/subrange.exp
10897 * gdb.dwarf2/symtab-producer.exp
10898 * gdb.dwarf2/trace-crash.exp
10899 * gdb.dwarf2/typeddwarf.exp
10900 * gdb.dwarf2/valop.exp
10901 * gdb.dwarf2/watch-notconst.exp
10902 * gdb.fortran/array-element.exp
10903 * gdb.fortran/charset.exp
10904 * gdb.fortran/common-block.exp
10905 * gdb.fortran/complex.exp
10906 * gdb.fortran/derived-type-function.exp
10907 * gdb.fortran/derived-type.exp
10908 * gdb.fortran/logical.exp
10909 * gdb.fortran/module.exp
10910 * gdb.fortran/multi-dim.exp
10911 * gdb.fortran/nested-funcs.exp
10912 * gdb.fortran/print-formatted.exp
10913 * gdb.fortran/subarray.exp
10914 * gdb.fortran/vla-alloc-assoc.exp
10915 * gdb.fortran/vla-datatypes.exp
10916 * gdb.fortran/vla-history.exp
10917 * gdb.fortran/vla-ptr-info.exp
10918 * gdb.fortran/vla-ptype-sub.exp
10919 * gdb.fortran/vla-ptype.exp
10920 * gdb.fortran/vla-sizeof.exp
10921 * gdb.fortran/vla-type.exp
10922 * gdb.fortran/vla-value-sub-arbitrary.exp
10923 * gdb.fortran/vla-value-sub-finish.exp
10924 * gdb.fortran/vla-value-sub.exp
10925 * gdb.fortran/vla-value.exp
10926 * gdb.fortran/whatis_type.exp
10927 * gdb.go/chan.exp
10928 * gdb.go/handcall.exp
10929 * gdb.go/hello.exp
10930 * gdb.go/integers.exp
10931 * gdb.go/methods.exp
10932 * gdb.go/package.exp
10933 * gdb.go/strings.exp
10934 * gdb.go/types.exp
10935 * gdb.go/unsafe.exp
10936 * gdb.guile/scm-arch.exp
10937 * gdb.guile/scm-block.exp
10938 * gdb.guile/scm-breakpoint.exp
10939 * gdb.guile/scm-cmd.exp
10940 * gdb.guile/scm-disasm.exp
10941 * gdb.guile/scm-equal.exp
10942 * gdb.guile/scm-frame-args.exp
10943 * gdb.guile/scm-frame-inline.exp
10944 * gdb.guile/scm-frame.exp
10945 * gdb.guile/scm-iterator.exp
10946 * gdb.guile/scm-math.exp
10947 * gdb.guile/scm-objfile.exp
10948 * gdb.guile/scm-ports.exp
10949 * gdb.guile/scm-symbol.exp
10950 * gdb.guile/scm-symtab.exp
10951 * gdb.guile/scm-value-cc.exp
10952 * gdb.guile/types-module.exp
10953 * gdb.linespec/break-ask.exp
10954 * gdb.linespec/cpexplicit.exp
10955 * gdb.linespec/explicit.exp
10956 * gdb.linespec/keywords.exp
10957 * gdb.linespec/linespec.exp
10958 * gdb.linespec/ls-dollar.exp
10959 * gdb.linespec/ls-errs.exp
10960 * gdb.linespec/skip-two.exp
10961 * gdb.linespec/thread.exp
10962 * gdb.mi/mi-async.exp
10963 * gdb.mi/mi-basics.exp
10964 * gdb.mi/mi-break.exp
10965 * gdb.mi/mi-catch-load.exp
10966 * gdb.mi/mi-cli.exp
10967 * gdb.mi/mi-cmd-param-changed.exp
10968 * gdb.mi/mi-console.exp
10969 * gdb.mi/mi-detach.exp
10970 * gdb.mi/mi-disassemble.exp
10971 * gdb.mi/mi-eval.exp
10972 * gdb.mi/mi-file-transfer.exp
10973 * gdb.mi/mi-file.exp
10974 * gdb.mi/mi-fill-memory.exp
10975 * gdb.mi/mi-inheritance-syntax-error.exp
10976 * gdb.mi/mi-linespec-err-cp.exp
10977 * gdb.mi/mi-logging.exp
10978 * gdb.mi/mi-memory-changed.exp
10979 * gdb.mi/mi-read-memory.exp
10980 * gdb.mi/mi-record-changed.exp
10981 * gdb.mi/mi-reg-undefined.exp
10982 * gdb.mi/mi-regs.exp
10983 * gdb.mi/mi-return.exp
10984 * gdb.mi/mi-reverse.exp
10985 * gdb.mi/mi-simplerun.exp
10986 * gdb.mi/mi-solib.exp
10987 * gdb.mi/mi-stack.exp
10988 * gdb.mi/mi-stepi.exp
10989 * gdb.mi/mi-syn-frame.exp
10990 * gdb.mi/mi-until.exp
10991 * gdb.mi/mi-var-block.exp
10992 * gdb.mi/mi-var-child.exp
10993 * gdb.mi/mi-var-cmd.exp
10994 * gdb.mi/mi-var-cp.exp
10995 * gdb.mi/mi-var-display.exp
10996 * gdb.mi/mi-var-invalidate.exp
10997 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10998 * gdb.mi/mi-vla-fortran.exp
10999 * gdb.mi/mi-watch.exp
11000 * gdb.mi/mi2-var-child.exp
11001 * gdb.mi/user-selected-context-sync.exp
11002 * gdb.modula2/unbounded-array.exp
11003 * gdb.multi/dummy-frame-restore.exp
11004 * gdb.multi/multi-arch-exec.exp
11005 * gdb.multi/multi-arch.exp
11006 * gdb.multi/tids.exp
11007 * gdb.multi/watchpoint-multi.exp
11008 * gdb.opencl/callfuncs.exp
11009 * gdb.opencl/convs_casts.exp
11010 * gdb.opencl/datatypes.exp
11011 * gdb.opencl/operators.exp
11012 * gdb.opencl/vec_comps.exp
11013 * gdb.opt/clobbered-registers-O2.exp
11014 * gdb.opt/inline-break.exp
11015 * gdb.opt/inline-bt.exp
11016 * gdb.opt/inline-cmds.exp
11017 * gdb.opt/inline-locals.exp
11018 * gdb.pascal/case-insensitive-symbols.exp
11019 * gdb.pascal/floats.exp
11020 * gdb.pascal/gdb11492.exp
11021 * gdb.python/lib-types.exp
11022 * gdb.python/py-arch.exp
11023 * gdb.python/py-as-string.exp
11024 * gdb.python/py-bad-printers.exp
11025 * gdb.python/py-block.exp
11026 * gdb.python/py-breakpoint-create-fail.exp
11027 * gdb.python/py-breakpoint.exp
11028 * gdb.python/py-caller-is.exp
11029 * gdb.python/py-cmd.exp
11030 * gdb.python/py-explore-cc.exp
11031 * gdb.python/py-explore.exp
11032 * gdb.python/py-finish-breakpoint.exp
11033 * gdb.python/py-finish-breakpoint2.exp
11034 * gdb.python/py-frame-args.exp
11035 * gdb.python/py-frame-inline.exp
11036 * gdb.python/py-frame.exp
11037 * gdb.python/py-framefilter-mi.exp
11038 * gdb.python/py-infthread.exp
11039 * gdb.python/py-lazy-string.exp
11040 * gdb.python/py-linetable.exp
11041 * gdb.python/py-mi-events.exp
11042 * gdb.python/py-mi-objfile.exp
11043 * gdb.python/py-mi.exp
11044 * gdb.python/py-objfile.exp
11045 * gdb.python/py-pp-integral.exp
11046 * gdb.python/py-pp-maint.exp
11047 * gdb.python/py-pp-re-notag.exp
11048 * gdb.python/py-pp-registration.exp
11049 * gdb.python/py-recurse-unwind.exp
11050 * gdb.python/py-strfns.exp
11051 * gdb.python/py-symbol.exp
11052 * gdb.python/py-symtab.exp
11053 * gdb.python/py-sync-interp.exp
11054 * gdb.python/py-typeprint.exp
11055 * gdb.python/py-unwind-maint.exp
11056 * gdb.python/py-unwind.exp
11057 * gdb.python/py-value-cc.exp
11058 * gdb.python/py-xmethods.exp
11059 * gdb.reverse/amd64-tailcall-reverse.exp
11060 * gdb.reverse/break-precsave.exp
11061 * gdb.reverse/break-reverse.exp
11062 * gdb.reverse/consecutive-precsave.exp
11063 * gdb.reverse/consecutive-reverse.exp
11064 * gdb.reverse/finish-precsave.exp
11065 * gdb.reverse/finish-reverse-bkpt.exp
11066 * gdb.reverse/finish-reverse.exp
11067 * gdb.reverse/fstatat-reverse.exp
11068 * gdb.reverse/getresuid-reverse.exp
11069 * gdb.reverse/i386-precsave.exp
11070 * gdb.reverse/i386-reverse.exp
11071 * gdb.reverse/i386-sse-reverse.exp
11072 * gdb.reverse/i387-env-reverse.exp
11073 * gdb.reverse/i387-stack-reverse.exp
11074 * gdb.reverse/insn-reverse.exp
11075 * gdb.reverse/machinestate-precsave.exp
11076 * gdb.reverse/machinestate.exp
11077 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11078 * gdb.reverse/pipe-reverse.exp
11079 * gdb.reverse/readv-reverse.exp
11080 * gdb.reverse/recvmsg-reverse.exp
11081 * gdb.reverse/rerun-prec.exp
11082 * gdb.reverse/s390-mvcle.exp
11083 * gdb.reverse/step-precsave.exp
11084 * gdb.reverse/step-reverse.exp
11085 * gdb.reverse/time-reverse.exp
11086 * gdb.reverse/until-precsave.exp
11087 * gdb.reverse/until-reverse.exp
11088 * gdb.reverse/waitpid-reverse.exp
11089 * gdb.reverse/watch-precsave.exp
11090 * gdb.reverse/watch-reverse.exp
11091 * gdb.rust/generics.exp
11092 * gdb.rust/methods.exp
11093 * gdb.rust/modules.exp
11094 * gdb.rust/simple.exp
11095 * gdb.server/connect-with-no-symbol-file.exp
11096 * gdb.server/ext-attach.exp
11097 * gdb.server/ext-restart.exp
11098 * gdb.server/ext-wrapper.exp
11099 * gdb.server/file-transfer.exp
11100 * gdb.server/server-exec-info.exp
11101 * gdb.server/server-kill.exp
11102 * gdb.server/server-mon.exp
11103 * gdb.server/wrapper.exp
11104 * gdb.stabs/exclfwd.exp
11105 * gdb.stabs/gdb11479.exp
11106 * gdb.threads/clone-new-thread-event.exp
11107 * gdb.threads/corethreads.exp
11108 * gdb.threads/current-lwp-dead.exp
11109 * gdb.threads/dlopen-libpthread.exp
11110 * gdb.threads/gcore-thread.exp
11111 * gdb.threads/sigstep-threads.exp
11112 * gdb.threads/watchpoint-fork.exp
11113 * gdb.trace/actions-changed.exp
11114 * gdb.trace/backtrace.exp
11115 * gdb.trace/change-loc.exp
11116 * gdb.trace/circ.exp
11117 * gdb.trace/collection.exp
11118 * gdb.trace/disconnected-tracing.exp
11119 * gdb.trace/ftrace.exp
11120 * gdb.trace/mi-trace-frame-collected.exp
11121 * gdb.trace/mi-trace-unavailable.exp
11122 * gdb.trace/mi-traceframe-changed.exp
11123 * gdb.trace/mi-tsv-changed.exp
11124 * gdb.trace/no-attach-trace.exp
11125 * gdb.trace/passc-dyn.exp
11126 * gdb.trace/qtro.exp
11127 * gdb.trace/range-stepping.exp
11128 * gdb.trace/read-memory.exp
11129 * gdb.trace/save-trace.exp
11130 * gdb.trace/signal.exp
11131 * gdb.trace/status-stop.exp
11132 * gdb.trace/tfile.exp
11133 * gdb.trace/trace-break.exp
11134 * gdb.trace/trace-buffer-size.exp
11135 * gdb.trace/trace-condition.exp
11136 * gdb.trace/tracefile-pseudo-reg.exp
11137 * gdb.trace/tstatus.exp
11138 * gdb.trace/unavailable.exp
11139 * gdb.trace/while-dyn.exp
11140 * gdb.trace/while-stepping.exp
11141
34c41c68
DE
111422016-12-22 Doug Evans <xdje42@gmail.com>
11143
11144 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11145 and msymbols.
11146
16e69324
YQ
111472016-12-19 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11150 (test_with_self): Don't call do_steps_and_nexts, and remove
11151 code about stepping into xmalloc.
11152
f94f411b
YQ
111532016-12-09 Yao Qi <yao.qi@linaro.org>
11154
11155 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11156
111572016-12-09 Yao Qi <yao.qi@linaro.org>
11158
11159 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11160
f1b5deee
PA
111612016-12-09 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.base/all-architectures-0.exp: New file.
11164 * gdb.base/all-architectures-1.exp: New file.
11165 * gdb.base/all-architectures-2.exp: New file.
11166 * gdb.base/all-architectures-3.exp: New file.
11167 * gdb.base/all-architectures-4.exp: New file.
11168 * gdb.base/all-architectures-5.exp: New file.
11169 * gdb.base/all-architectures-6.exp: New file.
11170 * gdb.base/all-architectures-7.exp: New file.
11171 * gdb.base/all-architectures.exp.in: New file.
11172
364ca42e
YQ
111732016-12-09 Yao Qi <yao.qi@linaro.org>
11174
11175 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11176
107c2d62
LM
111772016-12-02 Luis Machado <lgustavo@codesourcery.com>
11178
11179 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11180 possible.
11181 Remove useless pattern-matching code.
11182
df3ee9ca
PA
111832016-12-02 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11186 procedure.
11187 (top level): Call it.
11188
ec835369
PA
111892016-12-02 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11192 New procedure.
11193 (top level): Call it.
11194
01770bbd
PA
111952016-12-02 Pedro Alves <palves@redhat.com>
11196
11197 PR cli/20559
11198 * gdb.base/commands.exp (user_defined_command_args_eval): New
11199 procedure.
11200 (top level): Call it.
11201
008459ea
LM
112022016-12-02 Luis Machado <lgustavo@codesourcery.com>
11203
11204 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11205 timeout handling.
11206
0c1b455e
TT
112072016-12-02 Tom Tromey <tom@tromey.com>
11208
11209 * gdb.dwarf2/main-subprogram.c: New file.
11210 * gdb.dwarf2/main-subprogram.exp: New file.
11211
018572b8
LM
112122016-12-01 Luis Machado <lgustavo@codesourcery.com>
11213
11214 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11215 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11216 gdb_test_no_output for a couple of cases.
11217 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11218
84c93cd5
LM
112192016-12-01 Luis Machado <lgustavo@codesourcery.com>
11220
11221 Fix test names and standardize compilation error messages throughout
11222 the following files:
11223
11224 * gdb.ada/start.exp
11225 * gdb.arch/alpha-step.exp
11226 * gdb.arch/e500-prologue.exp
11227 * gdb.arch/ftrace-insn-reloc.exp
11228 * gdb.arch/gdb1291.exp
11229 * gdb.arch/gdb1431.exp
11230 * gdb.arch/gdb1558.exp
11231 * gdb.arch/i386-dr3-watch.exp
11232 * gdb.arch/i386-sse-stack-align.exp
11233 * gdb.arch/ia64-breakpoint-shadow.exp
11234 * gdb.arch/pa-nullify.exp
11235 * gdb.arch/powerpc-aix-prologue.exp
11236 * gdb.arch/thumb-bx-pc.exp
11237 * gdb.base/annota1.exp
11238 * gdb.base/annota3.exp
11239 * gdb.base/arrayidx.exp
11240 * gdb.base/assign.exp
11241 * gdb.base/attach.exp
11242 * gdb.base/auxv.exp
11243 * gdb.base/bang.exp
11244 * gdb.base/bfp-test.exp
11245 * gdb.base/bigcore.exp
11246 * gdb.base/bitfields2.exp
11247 * gdb.base/break-fun-addr.exp
11248 * gdb.base/break-probes.exp
11249 * gdb.base/call-rt-st.exp
11250 * gdb.base/callexit.exp
11251 * gdb.base/catch-fork-kill.exp
11252 * gdb.base/charset.exp
11253 * gdb.base/checkpoint.exp
11254 * gdb.base/comprdebug.exp
11255 * gdb.base/constvars.exp
11256 * gdb.base/coredump-filter.exp
11257 * gdb.base/cursal.exp
11258 * gdb.base/cvexpr.exp
11259 * gdb.base/detach.exp
11260 * gdb.base/display.exp
11261 * gdb.base/dmsym.exp
11262 * gdb.base/dprintf-pending.exp
11263 * gdb.base/dso2dso.exp
11264 * gdb.base/dtrace-probe.exp
11265 * gdb.base/dump.exp
11266 * gdb.base/enum_cond.exp
11267 * gdb.base/exe-lock.exp
11268 * gdb.base/exec-invalid-sysroot.exp
11269 * gdb.base/execl-update-breakpoints.exp
11270 * gdb.base/exprs.exp
11271 * gdb.base/fileio.exp
11272 * gdb.base/find.exp
11273 * gdb.base/finish.exp
11274 * gdb.base/fixsection.exp
11275 * gdb.base/foll-vfork.exp
11276 * gdb.base/frame-args.exp
11277 * gdb.base/gcore.exp
11278 * gdb.base/gdb1250.exp
11279 * gdb.base/global-var-nested-by-dso.exp
11280 * gdb.base/gnu-ifunc.exp
11281 * gdb.base/hashline1.exp
11282 * gdb.base/hashline2.exp
11283 * gdb.base/hashline3.exp
11284 * gdb.base/hbreak-in-shr-unsupported.exp
11285 * gdb.base/huge.exp
11286 * gdb.base/infcall-input.exp
11287 * gdb.base/info-fun.exp
11288 * gdb.base/info-shared.exp
11289 * gdb.base/jit-simple.exp
11290 * gdb.base/jit-so.exp
11291 * gdb.base/jit.exp
11292 * gdb.base/jump.exp
11293 * gdb.base/label.exp
11294 * gdb.base/lineinc.exp
11295 * gdb.base/logical.exp
11296 * gdb.base/longjmp.exp
11297 * gdb.base/macscp.exp
11298 * gdb.base/miscexprs.exp
11299 * gdb.base/new-ui-echo.exp
11300 * gdb.base/new-ui-pending-input.exp
11301 * gdb.base/new-ui.exp
11302 * gdb.base/nodebug.exp
11303 * gdb.base/nofield.exp
11304 * gdb.base/offsets.exp
11305 * gdb.base/overlays.exp
11306 * gdb.base/pending.exp
11307 * gdb.base/pointers.exp
11308 * gdb.base/pr11022.exp
11309 * gdb.base/printcmds.exp
11310 * gdb.base/prologue.exp
11311 * gdb.base/ptr-typedef.exp
11312 * gdb.base/realname-expand.exp
11313 * gdb.base/relativedebug.exp
11314 * gdb.base/relocate.exp
11315 * gdb.base/remote.exp
11316 * gdb.base/reread.exp
11317 * gdb.base/return2.exp
11318 * gdb.base/savedregs.exp
11319 * gdb.base/sep.exp
11320 * gdb.base/sepdebug.exp
11321 * gdb.base/sepsymtab.exp
11322 * gdb.base/set-inferior-tty.exp
11323 * gdb.base/setshow.exp
11324 * gdb.base/shlib-call.exp
11325 * gdb.base/sigaltstack.exp
11326 * gdb.base/siginfo-addr.exp
11327 * gdb.base/signals.exp
11328 * gdb.base/signull.exp
11329 * gdb.base/sigrepeat.exp
11330 * gdb.base/so-impl-ld.exp
11331 * gdb.base/solib-display.exp
11332 * gdb.base/solib-overlap.exp
11333 * gdb.base/solib-search.exp
11334 * gdb.base/solib-symbol.exp
11335 * gdb.base/structs.exp
11336 * gdb.base/structs2.exp
11337 * gdb.base/symtab-search-order.exp
11338 * gdb.base/twice.exp
11339 * gdb.base/unload.exp
11340 * gdb.base/varargs.exp
11341 * gdb.base/watchpoint-solib.exp
11342 * gdb.base/watchpoint.exp
11343 * gdb.base/whatis.exp
11344 * gdb.base/wrong_frame_bt_full.exp
11345 * gdb.btrace/dlopen.exp
11346 * gdb.cell/ea-standalone.exp
11347 * gdb.cell/ea-test.exp
11348 * gdb.cp/dispcxx.exp
11349 * gdb.cp/gdb2384.exp
11350 * gdb.cp/method2.exp
11351 * gdb.cp/nextoverthrow.exp
11352 * gdb.cp/pr10728.exp
11353 * gdb.disasm/am33.exp
11354 * gdb.disasm/h8300s.exp
11355 * gdb.disasm/mn10300.exp
11356 * gdb.disasm/sh3.exp
11357 * gdb.dwarf2/dw2-dir-file-name.exp
11358 * gdb.fortran/complex.exp
11359 * gdb.fortran/library-module.exp
11360 * gdb.guile/scm-pretty-print.exp
11361 * gdb.guile/scm-symbol.exp
11362 * gdb.guile/scm-type.exp
11363 * gdb.guile/scm-value.exp
11364 * gdb.linespec/linespec.exp
11365 * gdb.mi/gdb701.exp
11366 * gdb.mi/gdb792.exp
11367 * gdb.mi/mi-breakpoint-changed.exp
11368 * gdb.mi/mi-dprintf-pending.exp
11369 * gdb.mi/mi-dprintf.exp
11370 * gdb.mi/mi-exit-code.exp
11371 * gdb.mi/mi-pending.exp
11372 * gdb.mi/mi-solib.exp
11373 * gdb.mi/new-ui-mi-sync.exp
11374 * gdb.mi/pr11022.exp
11375 * gdb.mi/user-selected-context-sync.exp
11376 * gdb.opt/solib-intra-step.exp
11377 * gdb.python/py-events.exp
11378 * gdb.python/py-finish-breakpoint.exp
11379 * gdb.python/py-mi.exp
11380 * gdb.python/py-prettyprint.exp
11381 * gdb.python/py-shared.exp
11382 * gdb.python/py-symbol.exp
11383 * gdb.python/py-template.exp
11384 * gdb.python/py-type.exp
11385 * gdb.python/py-value.exp
11386 * gdb.reverse/solib-precsave.exp
11387 * gdb.reverse/solib-reverse.exp
11388 * gdb.server/solib-list.exp
11389 * gdb.stabs/weird.exp
11390 * gdb.threads/reconnect-signal.exp
11391 * gdb.threads/stepi-random-signal.exp
11392 * gdb.trace/actions.exp
11393 * gdb.trace/ax.exp
11394 * gdb.trace/backtrace.exp
11395 * gdb.trace/change-loc.exp
11396 * gdb.trace/deltrace.exp
11397 * gdb.trace/ftrace-lock.exp
11398 * gdb.trace/ftrace.exp
11399 * gdb.trace/infotrace.exp
11400 * gdb.trace/mi-tracepoint-changed.exp
11401 * gdb.trace/packetlen.exp
11402 * gdb.trace/passcount.exp
11403 * gdb.trace/pending.exp
11404 * gdb.trace/range-stepping.exp
11405 * gdb.trace/report.exp
11406 * gdb.trace/stap-trace.exp
11407 * gdb.trace/tfind.exp
11408 * gdb.trace/trace-break.exp
11409 * gdb.trace/trace-condition.exp
11410 * gdb.trace/trace-enable-disable.exp
11411 * gdb.trace/trace-mt.exp
11412 * gdb.trace/tracecmd.exp
11413 * gdb.trace/tspeed.exp
11414 * gdb.trace/tsv.exp
11415 * lib/perftest.exp
11416
fb9feb35
LM
114172016-12-01 Luis Machado <lgustavo@codesourcery.com>
11418
11419 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11420 with gdb_test_no_output.
11421 Use command as test name.
11422
cd2ddb6c
LM
114232016-12-01 Luis Machado <lgustavo@codesourcery.com>
11424
11425 Fix test names starting with uppercase throughout the files.
11426
11427 * gdb.ada/assign_1.exp
11428 * gdb.ada/boolean_expr.exp
11429 * gdb.base/arrayidx.exp
11430 * gdb.base/del.exp
11431 * gdb.base/gcore-buffer-overflow.exp
11432 * gdb.base/testenv.exp
11433 * gdb.compile/compile.exp
11434 * gdb.python/py-framefilter-invalidarg.exp
11435 * gdb.python/py-framefilter.exp
11436
bb95117e
LM
114372016-12-01 Luis Machado <lgustavo@codesourcery.com>
11438
11439 Fix test names starting with uppercase throughout the files.
11440
11441 * gdb.ada/array_return.exp
11442 * gdb.ada/expr_delims.exp
11443 * gdb.ada/mi_dyn_arr.exp
11444 * gdb.ada/mi_interface.exp
11445 * gdb.ada/mi_var_array.exp
11446 * gdb.ada/watch_arg.exp
11447 * gdb.arch/alpha-step.exp
11448 * gdb.arch/altivec-regs.exp
11449 * gdb.arch/e500-regs.exp
11450 * gdb.arch/powerpc-d128-regs.exp
11451 * gdb.base/arrayidx.exp
11452 * gdb.base/break.exp
11453 * gdb.base/checkpoint.exp
11454 * gdb.base/debug-expr.exp
11455 * gdb.base/dmsym.exp
11456 * gdb.base/radix.exp
11457 * gdb.base/sepdebug.exp
11458 * gdb.base/testenv.exp
11459 * gdb.base/watch_thread_num.exp
11460 * gdb.base/watchpoint-cond-gone.exp
11461 * gdb.cell/break.exp
11462 * gdb.cell/ea-cache.exp
11463 * gdb.compile/compile.exp
11464 * gdb.cp/gdb2495.exp
11465 * gdb.gdb/selftest.exp
11466 * gdb.gdb/xfullpath.exp
11467 * gdb.go/hello.exp
11468 * gdb.go/integers.exp
11469 * gdb.objc/basicclass.exp
11470 * gdb.pascal/hello.exp
11471 * gdb.pascal/integers.exp
11472 * gdb.python/py-breakpoint.exp
11473 * gdb.python/py-cmd.exp
11474 * gdb.python/py-linetable.exp
11475 * gdb.python/py-xmethods.exp
11476 * gdb.python/python.exp
11477 * gdb.reverse/consecutive-precsave.exp
11478 * gdb.reverse/finish-precsave.exp
11479 * gdb.reverse/i386-precsave.exp
11480 * gdb.reverse/machinestate-precsave.exp
11481 * gdb.reverse/sigall-precsave.exp
11482 * gdb.reverse/solib-precsave.exp
11483 * gdb.reverse/step-precsave.exp
11484 * gdb.reverse/until-precsave.exp
11485 * gdb.reverse/watch-precsave.exp
11486 * gdb.threads/leader-exit.exp
11487 * gdb.threads/pthreads.exp
11488 * gdb.threads/wp-replication.exp
11489 * gdb.trace/actions.exp
11490 * gdb.trace/mi-tsv-changed.exp
11491 * gdb.trace/tsv.exp
11492
de97fdd4
LM
114932016-12-01 Luis Machado <lgustavo@codesourcery.com>
11494
11495 Fix test names starting with uppercase throughout the files.
11496
11497 * gdb.arch/i386-bp_permanent.exp
11498 * gdb.arch/i386-gnu-cfi.exp
11499 * gdb.base/disasm-end-cu.exp
11500 * gdb.base/macscp.exp
11501 * gdb.base/pending.exp
11502 * gdb.base/watch_thread_num.exp
11503 * gdb.cp/exception.exp
11504 * gdb.cp/gdb2495.exp
11505 * gdb.cp/local.exp
11506 * gdb.python/py-evsignal.exp
11507 * gdb.python/python.exp
11508 * gdb.trace/tracecmd.exp
11509
9f058c10
LM
115102016-12-01 Luis Machado <lgustavo@codesourcery.com>
11511
11512 Fix test names starting with uppercase throughout the files.
11513
11514 * gdb.base/charset.exp
11515 * gdb.base/eval.exp
11516 * gdb.base/multi-forks.exp
11517 * gdb.guile/scm-progspace.exp
11518 * gdb.opencl/datatypes.exp
11519 * gdb.python/py-block.exp
11520 * gdb.python/py-function.exp
11521 * gdb.python/py-symbol.exp
11522 * gdb.python/py-symtab.exp
11523 * gdb.python/py-xmethods.exp
11524 * gdb.reverse/break-precsave.exp
11525 * gdb.reverse/break-reverse.exp
11526 * gdb.reverse/consecutive-precsave.exp
11527 * gdb.reverse/consecutive-reverse.exp
11528 * gdb.reverse/finish-precsave.exp
11529 * gdb.reverse/finish-reverse-bkpt.exp
11530 * gdb.reverse/finish-reverse.exp
11531 * gdb.reverse/fstatat-reverse.exp
11532 * gdb.reverse/getresuid-reverse.exp
11533 * gdb.reverse/i386-precsave.exp
11534 * gdb.reverse/i386-reverse.exp
11535 * gdb.reverse/i386-sse-reverse.exp
11536 * gdb.reverse/i387-stack-reverse.exp
11537 * gdb.reverse/insn-reverse.exp
11538 * gdb.reverse/machinestate-precsave.exp
11539 * gdb.reverse/machinestate.exp
11540 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11541 * gdb.reverse/pipe-reverse.exp
11542 * gdb.reverse/readv-reverse.exp
11543 * gdb.reverse/recvmsg-reverse.exp
11544 * gdb.reverse/rerun-prec.exp
11545 * gdb.reverse/s390-mvcle.exp
11546 * gdb.reverse/sigall-precsave.exp
11547 * gdb.reverse/sigall-reverse.exp
11548 * gdb.reverse/solib-precsave.exp
11549 * gdb.reverse/solib-reverse.exp
11550 * gdb.reverse/step-precsave.exp
11551 * gdb.reverse/step-reverse.exp
11552 * gdb.reverse/time-reverse.exp
11553 * gdb.reverse/until-precsave.exp
11554 * gdb.reverse/until-reverse.exp
11555 * gdb.reverse/waitpid-reverse.exp
11556 * gdb.reverse/watch-precsave.exp
11557 * gdb.reverse/watch-reverse.exp
11558
cdc7edd7
LM
115592016-12-01 Luis Machado <lgustavo@codesourcery.com>
11560
11561 Fix test names starting with uppercase throughout the files.
11562
11563 * gdb.arch/i386-mpx-simple_segv.exp
11564 * gdb.arch/i386-mpx.exp
11565 * gdb.arch/i386-permbkpt.exp
11566 * gdb.arch/pa-nullify.exp
11567 * gdb.arch/powerpc-d128-regs.exp
11568 * gdb.arch/vsx-regs.exp
11569 * gdb.base/bfp-test.exp
11570 * gdb.base/break.exp
11571 * gdb.base/breakpoint-shadow.exp
11572 * gdb.base/callfuncs.exp
11573 * gdb.base/charset.exp
11574 * gdb.base/commands.exp
11575 * gdb.base/completion.exp
11576 * gdb.base/dfp-test.exp
11577 * gdb.base/echo.exp
11578 * gdb.base/ending-run.exp
11579 * gdb.base/eval.exp
11580 * gdb.base/expand-psymtabs.exp
11581 * gdb.base/float128.exp
11582 * gdb.base/floatn.exp
11583 * gdb.base/foll-exec-mode.exp
11584 * gdb.base/gdb1056.exp
11585 * gdb.base/gdb11531.exp
11586 * gdb.base/kill-after-signal.exp
11587 * gdb.base/multi-forks.exp
11588 * gdb.base/overlays.exp
11589 * gdb.base/pending.exp
11590 * gdb.base/sepdebug.exp
11591 * gdb.base/testenv.exp
11592 * gdb.base/valgrind-db-attach.exp
11593 * gdb.base/watch_thread_num.exp
11594 * gdb.base/watchpoint-cond-gone.exp
11595 * gdb.base/watchpoint.exp
11596 * gdb.base/watchpoints.exp
11597 * gdb.cp/arg-reference.exp
11598 * gdb.cp/baseenum.exp
11599 * gdb.cp/operator.exp
11600 * gdb.cp/shadow.exp
11601 * gdb.dwarf2/dw2-op-out-param.exp
11602 * gdb.dwarf2/dw2-reg-undefined.exp
11603 * gdb.go/chan.exp
11604 * gdb.go/hello.exp
11605 * gdb.go/integers.exp
11606 * gdb.go/methods.exp
11607 * gdb.go/package.exp
11608 * gdb.guile/scm-parameter.exp
11609 * gdb.guile/scm-progspace.exp
11610 * gdb.guile/scm-value.exp
11611 * gdb.mi/mi-pending.exp
11612 * gdb.mi/user-selected-context-sync.exp
11613 * gdb.multi/multi-attach.exp
11614 * gdb.multi/tids.exp
11615 * gdb.opt/clobbered-registers-O2.exp
11616 * gdb.pascal/floats.exp
11617 * gdb.pascal/integers.exp
11618 * gdb.python/py-block.exp
11619 * gdb.python/py-events.exp
11620 * gdb.python/py-parameter.exp
11621 * gdb.python/py-symbol.exp
11622 * gdb.python/py-symtab.exp
11623 * gdb.python/py-type.exp
11624 * gdb.python/py-value.exp
11625 * gdb.python/py-xmethods.exp
11626 * gdb.python/python.exp
11627 * gdb.reverse/break-precsave.exp
11628 * gdb.reverse/consecutive-precsave.exp
11629 * gdb.reverse/finish-precsave.exp
11630 * gdb.reverse/i386-precsave.exp
11631 * gdb.reverse/machinestate-precsave.exp
11632 * gdb.reverse/sigall-precsave.exp
11633 * gdb.reverse/solib-precsave.exp
11634 * gdb.reverse/step-precsave.exp
11635 * gdb.reverse/until-precsave.exp
11636 * gdb.reverse/watch-precsave.exp
11637 * gdb.server/ext-attach.exp
11638 * gdb.server/ext-restart.exp
11639 * gdb.server/ext-run.exp
11640 * gdb.server/ext-wrapper.exp
11641 * gdb.stabs/gdb11479.exp
11642 * gdb.stabs/weird.exp
11643 * gdb.threads/attach-many-short-lived-threads.exp
11644 * gdb.threads/kill.exp
11645 * gdb.threads/watchpoint-fork.exp
11646
bc6c7af4
LM
116472016-12-01 Luis Machado <lgustavo@codesourcery.com>
11648
11649 Fix test names starting with uppercase throughout all the files below.
11650
11651 * gdb.ada/array_return.exp
11652 * gdb.ada/catch_ex.exp
11653 * gdb.ada/info_exc.exp
11654 * gdb.ada/mi_catch_ex.exp
11655 * gdb.ada/mi_dyn_arr.exp
11656 * gdb.ada/mi_ex_cond.exp
11657 * gdb.ada/mi_exc_info.exp
11658 * gdb.ada/mi_interface.exp
11659 * gdb.ada/mi_task_arg.exp
11660 * gdb.ada/mi_task_info.exp
11661 * gdb.ada/mi_var_array.exp
11662 * gdb.arch/alpha-step.exp
11663 * gdb.arch/amd64-disp-step.exp
11664 * gdb.arch/arm-disp-step.exp
11665 * gdb.arch/disp-step-insn-reloc.exp
11666 * gdb.arch/e500-prologue.exp
11667 * gdb.arch/ftrace-insn-reloc.exp
11668 * gdb.arch/gdb1558.exp
11669 * gdb.arch/i386-bp_permanent.exp
11670 * gdb.arch/i386-disp-step.exp
11671 * gdb.arch/i386-float.exp
11672 * gdb.arch/i386-gnu-cfi.exp
11673 * gdb.arch/ia64-breakpoint-shadow.exp
11674 * gdb.arch/mips16-thunks.exp
11675 * gdb.arch/pa-nullify.exp
11676 * gdb.arch/powerpc-aix-prologue.exp
11677 * gdb.arch/powerpc-power.exp
11678 * gdb.arch/ppc-dfp.exp
11679 * gdb.arch/s390-tdbregs.exp
11680 * gdb.arch/spu-info.exp
11681 * gdb.arch/spu-ls.exp
11682 * gdb.arch/thumb-bx-pc.exp
11683 * gdb.base/advance.exp
11684 * gdb.base/annota-input-while-running.exp
11685 * gdb.base/arrayidx.exp
11686 * gdb.base/asmlabel.exp
11687 * gdb.base/async.exp
11688 * gdb.base/attach-wait-input.exp
11689 * gdb.base/auto-connect-native-target.exp
11690 * gdb.base/batch-preserve-term-settings.exp
11691 * gdb.base/bfp-test.exp
11692 * gdb.base/bigcore.exp
11693 * gdb.base/bp-permanent.exp
11694 * gdb.base/break-always.exp
11695 * gdb.base/break-fun-addr.exp
11696 * gdb.base/break-idempotent.exp
11697 * gdb.base/break-main-file-remove-fail.exp
11698 * gdb.base/break-probes.exp
11699 * gdb.base/break-unload-file.exp
11700 * gdb.base/break.exp
11701 * gdb.base/call-ar-st.exp
11702 * gdb.base/call-rt-st.exp
11703 * gdb.base/call-sc.exp
11704 * gdb.base/call-signal-resume.exp
11705 * gdb.base/call-strs.exp
11706 * gdb.base/callexit.exp
11707 * gdb.base/callfuncs.exp
11708 * gdb.base/catch-gdb-caused-signals.exp
11709 * gdb.base/catch-signal-siginfo-cond.exp
11710 * gdb.base/catch-syscall.exp
11711 * gdb.base/compare-sections.exp
11712 * gdb.base/cond-eval-mode.exp
11713 * gdb.base/condbreak-call-false.exp
11714 * gdb.base/consecutive-step-over.exp
11715 * gdb.base/cursal.exp
11716 * gdb.base/disabled-location.exp
11717 * gdb.base/disasm-end-cu.exp
11718 * gdb.base/display.exp
11719 * gdb.base/double-prompt-target-event-error.exp
11720 * gdb.base/dprintf-bp-same-addr.exp
11721 * gdb.base/dprintf-detach.exp
11722 * gdb.base/dprintf-next.exp
11723 * gdb.base/dprintf-non-stop.exp
11724 * gdb.base/dprintf-pending.exp
11725 * gdb.base/dso2dso.exp
11726 * gdb.base/ending-run.exp
11727 * gdb.base/enum_cond.exp
11728 * gdb.base/examine-backward.exp
11729 * gdb.base/exe-lock.exp
11730 * gdb.base/exec-invalid-sysroot.exp
11731 * gdb.base/execl-update-breakpoints.exp
11732 * gdb.base/execution-termios.exp
11733 * gdb.base/fileio.exp
11734 * gdb.base/fixsection.exp
11735 * gdb.base/foll-exec-mode.exp
11736 * gdb.base/foll-exec.exp
11737 * gdb.base/fork-running-state.exp
11738 * gdb.base/frame-args.exp
11739 * gdb.base/fullpath-expand.exp
11740 * gdb.base/func-ptr.exp
11741 * gdb.base/gcore-relro-pie.exp
11742 * gdb.base/gdb1090.exp
11743 * gdb.base/gdb1555.exp
11744 * gdb.base/global-var-nested-by-dso.exp
11745 * gdb.base/gnu-ifunc.exp
11746 * gdb.base/hbreak-in-shr-unsupported.exp
11747 * gdb.base/hbreak-unmapped.exp
11748 * gdb.base/hook-stop.exp
11749 * gdb.base/infcall-input.exp
11750 * gdb.base/info-fun.exp
11751 * gdb.base/info-shared.exp
11752 * gdb.base/interrupt-noterm.exp
11753 * gdb.base/jit-so.exp
11754 * gdb.base/jit.exp
11755 * gdb.base/line-symtabs.exp
11756 * gdb.base/list.exp
11757 * gdb.base/longjmp.exp
11758 * gdb.base/macscp.exp
11759 * gdb.base/max-value-size.exp
11760 * gdb.base/nodebug.exp
11761 * gdb.base/nofield.exp
11762 * gdb.base/overlays.exp
11763 * gdb.base/paginate-after-ctrl-c-running.exp
11764 * gdb.base/paginate-bg-execution.exp
11765 * gdb.base/paginate-inferior-exit.exp
11766 * gdb.base/pending.exp
11767 * gdb.base/pr11022.exp
11768 * gdb.base/printcmds.exp
11769 * gdb.base/ptr-typedef.exp
11770 * gdb.base/ptype.exp
11771 * gdb.base/randomize.exp
11772 * gdb.base/range-stepping.exp
11773 * gdb.base/realname-expand.exp
11774 * gdb.base/relativedebug.exp
11775 * gdb.base/remote.exp
11776 * gdb.base/savedregs.exp
11777 * gdb.base/sepdebug.exp
11778 * gdb.base/set-noassign.exp
11779 * gdb.base/shlib-call.exp
11780 * gdb.base/shreloc.exp
11781 * gdb.base/sigaltstack.exp
11782 * gdb.base/sigbpt.exp
11783 * gdb.base/siginfo-addr.exp
11784 * gdb.base/siginfo-obj.exp
11785 * gdb.base/siginfo-thread.exp
11786 * gdb.base/signest.exp
11787 * gdb.base/signull.exp
11788 * gdb.base/sigrepeat.exp
11789 * gdb.base/skip.exp
11790 * gdb.base/so-impl-ld.exp
11791 * gdb.base/solib-corrupted.exp
11792 * gdb.base/solib-disc.exp
11793 * gdb.base/solib-display.exp
11794 * gdb.base/solib-overlap.exp
11795 * gdb.base/solib-search.exp
11796 * gdb.base/solib-symbol.exp
11797 * gdb.base/source-execution.exp
11798 * gdb.base/sss-bp-on-user-bp-2.exp
11799 * gdb.base/sss-bp-on-user-bp.exp
11800 * gdb.base/stack-checking.exp
11801 * gdb.base/stale-infcall.exp
11802 * gdb.base/step-break.exp
11803 * gdb.base/step-line.exp
11804 * gdb.base/step-over-exit.exp
11805 * gdb.base/step-test.exp
11806 * gdb.base/structs.exp
11807 * gdb.base/sym-file.exp
11808 * gdb.base/symtab-search-order.exp
11809 * gdb.base/term.exp
11810 * gdb.base/type-opaque.exp
11811 * gdb.base/unload.exp
11812 * gdb.base/until-nodebug.exp
11813 * gdb.base/until.exp
11814 * gdb.base/unwindonsignal.exp
11815 * gdb.base/watch-cond.exp
11816 * gdb.base/watch-non-mem.exp
11817 * gdb.base/watch_thread_num.exp
11818 * gdb.base/watchpoint-reuse-slot.exp
11819 * gdb.base/watchpoint-solib.exp
11820 * gdb.base/watchpoint.exp
11821 * gdb.btrace/dlopen.exp
11822 * gdb.cell/arch.exp
11823 * gdb.cell/break.exp
11824 * gdb.cell/bt.exp
11825 * gdb.cell/core.exp
11826 * gdb.cell/data.exp
11827 * gdb.cell/dwarfaddr.exp
11828 * gdb.cell/ea-cache.exp
11829 * gdb.cell/ea-standalone.exp
11830 * gdb.cell/ea-test.exp
11831 * gdb.cell/f-regs.exp
11832 * gdb.cell/fork.exp
11833 * gdb.cell/gcore.exp
11834 * gdb.cell/mem-access.exp
11835 * gdb.cell/ptype.exp
11836 * gdb.cell/registers.exp
11837 * gdb.cell/sizeof.exp
11838 * gdb.cell/solib-symbol.exp
11839 * gdb.cell/solib.exp
11840 * gdb.compile/compile-tls.exp
11841 * gdb.cp/exception.exp
11842 * gdb.cp/gdb2495.exp
11843 * gdb.cp/local.exp
11844 * gdb.cp/mb-inline.exp
11845 * gdb.cp/mb-templates.exp
11846 * gdb.cp/pr10687.exp
11847 * gdb.cp/pr9167.exp
11848 * gdb.cp/scope-err.exp
11849 * gdb.cp/templates.exp
11850 * gdb.cp/virtfunc.exp
11851 * gdb.dwarf2/dw2-dir-file-name.exp
11852 * gdb.dwarf2/dw2-single-line-discriminators.exp
11853 * gdb.fortran/complex.exp
11854 * gdb.fortran/library-module.exp
11855 * gdb.guile/guile.exp
11856 * gdb.guile/scm-cmd.exp
11857 * gdb.guile/scm-frame-inline.exp
11858 * gdb.guile/scm-objfile.exp
11859 * gdb.guile/scm-pretty-print.exp
11860 * gdb.guile/scm-symbol.exp
11861 * gdb.guile/scm-type.exp
11862 * gdb.guile/scm-value.exp
11863 * gdb.linespec/keywords.exp
11864 * gdb.linespec/ls-errs.exp
11865 * gdb.linespec/macro-relative.exp
11866 * gdb.linespec/thread.exp
11867 * gdb.mi/mi-breakpoint-changed.exp
11868 * gdb.mi/mi-dprintf-pending.exp
11869 * gdb.mi/mi-fullname-deleted.exp
11870 * gdb.mi/mi-logging.exp
11871 * gdb.mi/mi-pending.exp
11872 * gdb.mi/mi-solib.exp
11873 * gdb.mi/new-ui-mi-sync.exp
11874 * gdb.mi/user-selected-context-sync.exp
11875 * gdb.multi/dummy-frame-restore.exp
11876 * gdb.multi/multi-arch-exec.exp
11877 * gdb.multi/remove-inferiors.exp
11878 * gdb.multi/watchpoint-multi-exit.exp
11879 * gdb.opt/solib-intra-step.exp
11880 * gdb.perf/backtrace.exp
11881 * gdb.perf/single-step.exp
11882 * gdb.perf/skip-command.exp
11883 * gdb.perf/skip-prologue.exp
11884 * gdb.perf/solib.exp
11885 * gdb.python/lib-types.exp
11886 * gdb.python/py-as-string.exp
11887 * gdb.python/py-bad-printers.exp
11888 * gdb.python/py-block.exp
11889 * gdb.python/py-breakpoint.exp
11890 * gdb.python/py-cmd.exp
11891 * gdb.python/py-events.exp
11892 * gdb.python/py-evthreads.exp
11893 * gdb.python/py-finish-breakpoint.exp
11894 * gdb.python/py-finish-breakpoint2.exp
11895 * gdb.python/py-frame-inline.exp
11896 * gdb.python/py-frame.exp
11897 * gdb.python/py-inferior.exp
11898 * gdb.python/py-infthread.exp
11899 * gdb.python/py-mi.exp
11900 * gdb.python/py-objfile.exp
11901 * gdb.python/py-pp-maint.exp
11902 * gdb.python/py-pp-registration.exp
11903 * gdb.python/py-prettyprint.exp
11904 * gdb.python/py-recurse-unwind.exp
11905 * gdb.python/py-shared.exp
11906 * gdb.python/py-symbol.exp
11907 * gdb.python/py-symtab.exp
11908 * gdb.python/py-template.exp
11909 * gdb.python/py-type.exp
11910 * gdb.python/py-unwind-maint.exp
11911 * gdb.python/py-unwind.exp
11912 * gdb.python/py-value.exp
11913 * gdb.python/python.exp
11914 * gdb.reverse/finish-reverse-bkpt.exp
11915 * gdb.reverse/insn-reverse.exp
11916 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11917 * gdb.reverse/solib-precsave.exp
11918 * gdb.reverse/solib-reverse.exp
11919 * gdb.stabs/gdb11479.exp
11920 * gdb.stabs/weird.exp
11921 * gdb.threads/fork-child-threads.exp
11922 * gdb.threads/fork-plus-threads.exp
11923 * gdb.threads/fork-thread-pending.exp
11924 * gdb.threads/forking-threads-plus-breakpoint.exp
11925 * gdb.threads/hand-call-in-threads.exp
11926 * gdb.threads/interrupted-hand-call.exp
11927 * gdb.threads/linux-dp.exp
11928 * gdb.threads/local-watch-wrong-thread.exp
11929 * gdb.threads/next-while-other-thread-longjmps.exp
11930 * gdb.threads/non-ldr-exit.exp
11931 * gdb.threads/pending-step.exp
11932 * gdb.threads/print-threads.exp
11933 * gdb.threads/process-dies-while-detaching.exp
11934 * gdb.threads/process-dies-while-handling-bp.exp
11935 * gdb.threads/pthreads.exp
11936 * gdb.threads/queue-signal.exp
11937 * gdb.threads/reconnect-signal.exp
11938 * gdb.threads/signal-command-handle-nopass.exp
11939 * gdb.threads/signal-command-multiple-signals-pending.exp
11940 * gdb.threads/signal-delivered-right-thread.exp
11941 * gdb.threads/signal-sigtrap.exp
11942 * gdb.threads/sigthread.exp
11943 * gdb.threads/staticthreads.exp
11944 * gdb.threads/stepi-random-signal.exp
11945 * gdb.threads/thread-unwindonsignal.exp
11946 * gdb.threads/thread_check.exp
11947 * gdb.threads/thread_events.exp
11948 * gdb.threads/tid-reuse.exp
11949 * gdb.threads/tls-nodebug.exp
11950 * gdb.threads/tls-shared.exp
11951 * gdb.threads/tls-so_extern.exp
11952 * gdb.threads/tls.exp
11953 * gdb.threads/wp-replication.exp
11954 * gdb.trace/actions-changed.exp
11955 * gdb.trace/actions.exp
11956 * gdb.trace/backtrace.exp
11957 * gdb.trace/change-loc.exp
11958 * gdb.trace/collection.exp
11959 * gdb.trace/deltrace.exp
11960 * gdb.trace/disconnected-tracing.exp
11961 * gdb.trace/entry-values.exp
11962 * gdb.trace/ftrace-lock.exp
11963 * gdb.trace/ftrace.exp
11964 * gdb.trace/infotrace.exp
11965 * gdb.trace/mi-trace-frame-collected.exp
11966 * gdb.trace/mi-trace-unavailable.exp
11967 * gdb.trace/mi-traceframe-changed.exp
11968 * gdb.trace/mi-tracepoint-changed.exp
11969 * gdb.trace/mi-tsv-changed.exp
11970 * gdb.trace/no-attach-trace.exp
11971 * gdb.trace/packetlen.exp
11972 * gdb.trace/passc-dyn.exp
11973 * gdb.trace/passcount.exp
11974 * gdb.trace/pending.exp
11975 * gdb.trace/pr16508.exp
11976 * gdb.trace/qtro.exp
11977 * gdb.trace/range-stepping.exp
11978 * gdb.trace/read-memory.exp
11979 * gdb.trace/report.exp
11980 * gdb.trace/save-trace.exp
11981 * gdb.trace/signal.exp
11982 * gdb.trace/stap-trace.exp
11983 * gdb.trace/status-stop.exp
11984 * gdb.trace/strace.exp
11985 * gdb.trace/tfile.exp
11986 * gdb.trace/tfind.exp
11987 * gdb.trace/trace-break.exp
11988 * gdb.trace/trace-condition.exp
11989 * gdb.trace/trace-enable-disable.exp
11990 * gdb.trace/trace-mt.exp
11991 * gdb.trace/tracecmd.exp
11992 * gdb.trace/tracefile-pseudo-reg.exp
11993 * gdb.trace/tspeed.exp
11994 * gdb.trace/tstatus.exp
11995 * gdb.trace/tsv.exp
11996 * gdb.trace/unavailable.exp
11997 * gdb.trace/while-dyn.exp
11998 * gdb.trace/while-stepping.exp
11999 * lib/gdb-guile.exp
12000 * lib/gdb.exp
12001 * lib/mi-support.exp
12002 * lib/pascal.exp
12003 * lib/perftest.exp
12004 * lib/prelink-support.exp
12005 * lib/selftest-support.exp
12006
ad02e4fe
SM
120072016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12008
12009 * Makefile.in: Include disable-implicit-rules.mk.
12010
22347e55
AA
120112016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12012
12013 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12014 non-byte-aligned bit fields.
12015
da5b30da
AA
120162016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12017
12018 PR gdb/12616
12019 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12020 respects the DW_AT_data_bit_offset attribute.
12021
b593ecca
SM
120222016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12023
12024 * gdb.base/default.exp: Fix output of "set language".
12025
3b165252
SM
120262016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12027
12028 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12029 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12030 make.
12031 * configure.ac: Remove checks for the make program.
12032 * configure: Re-generate.
12033
1a2f3d7f
KB
120342016-11-16 Kevin Buettner <kevinb@redhat.com>
12035
12036 * gdb.python/py-recurse-unwind.c (main): Add loop.
12037 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12038 to read_register() and gdb.parse_and_eval(). Make each code
12039 call a separate case that can be individually tested.
12040 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12041 proc. Call cont_and_backtrace for each of the code paths that
12042 we want to test in the unwinder.
12043
b7f38fda
AA
120442016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12045
12046 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12047 the definition of struct S.
12048
1f8db343
CM
120492016-11-11 Catherine Moore <clm@codesourcery.com>
12050
12051 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12052
fad0c9fb
PA
120532016-11-09 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.base/commands.exp (runto_or_return): New procedure.
12056 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12057 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12058 (progvar_simple_while_test, progvar_complex_if_while_test)
12059 (if_while_breakpoint_command_test)
12060 (infrun_breakpoint_command_test, breakpoint_command_test)
12061 (user_defined_command_test, watchpoint_command_test)
12062 (test_command_prompt_position, redefine_hook_test)
12063 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12064 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12065 multi_line_input and multi_line. Remove gdb_expect and
12066 gdb_stop_suppressing_tests uses.
12067 * lib/gdb.exp (valnum_re): New global.
12068 (multi_line_input): New procedure.
12069
8354c62c
SM
120702016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12071
12072 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12073 Remove.
12074 (test_setup): Define with proc_with_prefix.
12075 (test_cli_inferior): Likewise.
12076 (test_cli_thread): Likewise.
12077 (test_cli_frame): Likewise.
12078 (test_cli_select_frame): Likewise.
12079 (test_cli_up_down): Likewise.
12080 (test_mi_thread_select): Likewise.
12081 (test_mi_stack_select_frame): Likewise.
12082 (test_cli_in_mi_inferior): Likewise.
12083 (test_cli_in_mi_thread): Likewise.
12084 (test_cli_in_mi_frame): Likewise.
12085 (top level): Do not use with_test_prefix_procname.
12086
64f367a2
PA
120872016-11-09 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.base/commands.exp (gdbvar_simple_if_test)
12090 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12091 (progvar_simple_if_test, progvar_simple_while_test)
12092 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12093 (infrun_breakpoint_command_test, breakpoint_command_test)
12094 (user_defined_command_test, watchpoint_command_test)
12095 (test_command_prompt_position, deprecated_command_test)
12096 (bp_deleted_in_command, temporary_breakpoint_commands)
12097 (stray_arg0_test, source_file_with_indented_comment)
12098 (recursive_source_test, if_commands_test)
12099 (error_clears_commands_left, redefine_hook_test)
12100 (redefine_backtrace_test): Use proc_with_prefix.
12101 * lib/gdb.exp (proc_with_prefix): New proc.
12102
0bb65f1e
AA
121032016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12104
12105 * gdb.base/tui-layout.c: New file.
12106 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12107 disassembly window contains very long lines.
12108
7353f247
TT
121092016-11-08 Tom Tromey <tom@tromey.com>
12110
12111 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12112 depend on Python 2.
12113
30a7bb83
TT
121142016-11-08 Tom Tromey <tom@tromey.com>
12115
12116 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12117 New method.
12118
cdf5a07c
MG
121192016-10-29 Manish Goregaokar <manish@mozilla.com>
12120
2806dc7e 12121 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12122
51a789c3
MG
121232016-10-27 Manish Goregaokar <manish@mozilla.com>
12124
2806dc7e
PA
12125 * gdb.rust/simple.rs: Add test for univariant enums without
12126 discriminants and for encoded struct-like enums.
51a789c3 12127
f610ab6d
PA
121282016-10-28 Pedro Alves <palves@redhat.com>
12129
12130 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12131 gdb_test_multiple, tighten regexps and match symtabs and line
12132 tables incrementally.
12133
b129b0ca
LM
121342016-10-28 Luis Machado <lgustavo@codesourcery.com>
12135
12136 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12137 general.
12138
ecf45d2c
SL
121392016-10-25 Luis Machado <lgustavo@codesourcery.com>
12140
12141 * gdb.base/exec-invalid-sysroot.exp: New file.
12142
b8d38ee4
JK
121432016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12146
f90fd8c2
JK
121472016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12148
12149 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12150
2d2476aa
MR
121512016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12152
2806dc7e
PA
12153 * gdb.base/killed-outside.exp: Remove $options from a call to
12154 `prepare_for_testing'.
2d2476aa 12155
e42b25a0
SM
121562016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12157
12158 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12159 Change test message.
12160
3ccdb432
SM
121612016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12164 Update comment.
12165
5bad3170
SM
121662016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12167
12168 * gdb.trace/mi-trace-save.exp: New file.
12169
5ad9dba7
YQ
121702016-10-13 Yao Qi <yao.qi@linaro.org>
12171
12172 * gdb.base/code_elim.exp (get_var_address): Remove.
12173 * gdb.base/relocate.exp: Likewise.
12174 * gdb.base/shreloc.exp: Likewise.
12175 * lib/gdb.exp (get_var_address): New.
12176
62df7e21
YQ
121772016-10-13 Yao Qi <yao.qi@linaro.org>
12178
12179 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12180 floating point tests if $skip_float_test is false.
12181
4dac951e
LM
121822016-10-12 Luis Machado <lgustavo@codesourcery.com>
12183
12184 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12185 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12186 argc values.
12187 Add 1 to argc so we guarantee distinct initial/modified argc values.
12188
8f1a8fc4
JK
121892016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12190
12191 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12192
16c85b5d
JK
121932016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12194
12195 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12196 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12197 * gdb.arch/vsx-regs.exp: Likewise.
12198
1d0e042a
YQ
121992016-10-07 Yao Qi <yao.qi@linaro.org>
12200
12201 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12202
68dadef5
MM
122032016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12204
12205 * gdb.python/python.exp: Test decode_line("*0").
12206
33fa2c6e
DE
122072016-10-06 Doug Evans <dje@google.com>
12208
12209 * gdb.python/py-value.exp (test_value_creation): Add test for large
12210 unsigned 64-bit value.
12211
9c37b5ae
TT
122122016-10-06 Tom Tromey <tom@tromey.com>
12213
12214 * gdb.compile/compile.exp: Change java tests to rust.
12215 * gdb.base/setshow.exp: Change java tests to rust.
12216 * gdb.base/default.exp: Remove java from language list.
12217 * README (Examples): Update language example.
12218 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12219 test.
12220 * lib/gdb.exp (skip_java_tests): Remove.
12221 * lib/java.exp: Remove.
12222 * gdb.java: Remove.
12223
78b86327
MR
122242016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12225
12226 * gdb.arch/mips-fcr.exp: New test.
12227 * gdb.arch/mips-fcr.c: Source for the new test.
12228
7470adbb
MR
122292016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12230
12231 * gdb.base/solib-disc.exp: Use `standard_output_file'
12232 throughout.
12233
4a556533
PA
122342016-10-06 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.base/jit-simple-dl.c: New file.
12237 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12238 * gdb.base/jit-simple.c: ... this.
12239 * gdb.base/jit-simple.exp (jit_run): Delete.
12240 (build_jit): New proc.
12241 (jit_test_reread): Recompile either the main program or the shared
12242 library, depending on what is being tested. Skip changing address
12243 if caller wants to. Compare before/after addresses. If testing
12244 standalone, explicitly load the binary. Test "maint info
12245 breakpoints".
12246 (top level): Add "standalone vs shared lib" and "change address"
12247 vs "same address" axes.
12248
5a122fbc
PA
122492016-10-06 Pedro Alves <palves@redhat.com>
12250
12251 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12252 call.
12253 (jit_run): Delete.
12254 (jit_test_reread): Use with_test_prefix. Reload the main binary
12255 explicitly. Compare the before/after addresses of the JIT
12256 descriptor.
12257
ee8da4b8
DE
122582016-08-15 Doug Evans <dje@google.com>
12259
12260 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12261 for single bitfields is bool.
12262 * gdb.xml/tdesc-regs.exp: Ditto.
12263
f389f6fe
JK
122642016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12265
12266 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12267
fdebf1a4
YQ
122682016-10-05 Yao Qi <yao.qi@linaro.org>
12269
12270 * lib/gdb.exp (support_complex_tests): Return zero if
12271 gdb_skip_float_test return true.
12272
9c36d954 122732016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12274 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12275
12276 PR gdb/20487
12277 * gdb.mi/user-selected-context-sync.exp: New file.
12278 * gdb.mi/user-selected-context-sync.c: New file.
12279
4034d0ff 122802016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12281 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12282
12283 PR gdb/20487
12284 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12285 =thread-select-event check.
12286
a4297203
PB
122872016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12288
12289 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12290 the compulsory L operand changes.
12291 * gdb.arch/powerpc-power.s: Likewise.
12292
bb805577
JK
122932016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12294
12295 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12296 * gdb.base/jit-attach-pie.c: New file.
12297 * gdb.base/jit-attach-pie.exp: New file.
12298
6d61dee5
PA
122992016-09-28 Pedro Alves <palves@redhat.com>
12300
12301 * gdb.base/infcall-input.c: New file.
12302 * gdb.base/infcall-input.exp: New file.
12303
f73842fc
YQ
123042016-09-22 Yao Qi <yao.qi@linaro.org>
12305
12306 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12307 (gdb_exit): Rename it to ...
12308 (gdbserver_gdb_exit): ... Close GDBserver.
12309 (gdb_exit): New proc, call gdbserver_gdb_exit.
12310 (mi_gdb_exit): Likewise.
12311
90681dab
YQ
123122016-09-22 Yao Qi <yao.qi@linaro.org>
12313
12314 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12315 path.
12316 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12317 Remove duplication.
12318
9c211fd8
YQ
123192016-09-22 Yao Qi <yao.qi@linaro.org>
12320
12321 * lib/gdbserver-support.exp: Check the existence of
12322 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12323
ad0a504f
AK
123242016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12325
12326 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12327
36cf1806
TT
123282016-09-21 Tom Tromey <tom@tromey.com>
12329
12330 PR gdb/20604:
12331 * gdb.base/quit.exp: New file.
12332
74172ecf
SM
123332016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12334
12335 * .gitignore: New file.
12336
3d0ec882
MR
123372016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12338
12339 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12340 throughout.
12341
8193adea
AA
123422016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12343
12344 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12345
d41a5c09
JK
123462016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 * gdb.cp/casts.cc (decltype): Move it ...
12349 (main): ... with its call to ...
12350 * gdb.cp/casts03.cc: ... a new file.
12351 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12352
d2dfe700
JK
123532016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12354
12355 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12356
e2a92b16
PB
123572016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12358
12359 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12360 and sync up the test with tests in gas/testsuite/gas/ppc.
12361 * gdb.arch/powerpc-power.exp: Likewise.
12362
49b4de64
JK
123632016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12364
12365 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12366
2c29df25
SDJ
123672016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12368 Jan Kratochvil <jan.kratochvil@redhat.com>
12369
12370 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12371 make m1's definition to be different from m2's. Use 'dummy' as an
12372 argument for probe 'two'.
12373
cc3c2846
JB
123742016-09-10 Jon Beniston <jon@beniston.com>
12375
12376 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12377 for sim target.
12378
e1b2624a
AA
123792016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12380
12381 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12382 variable declaration.
12383 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12384 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12385 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12386 received HWCAP as its argument.
12387
4295e285
PA
123882016-09-06 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.base/new-ui-pending-input.c: New file.
12391 * gdb.base/new-ui-pending-input.exp: New file.
12392 * gdb.exp (clear_gdb_spawn_id): New procedure.
12393 (with_spawn_id): Check whether gdb_spawn_id exists before
12394 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12395 on exit.
12396
00d5215e
UW
123972016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12398
12399 * gdb.base/float128.c: New file.
12400 * gdb.base/float128.exp: Likewise.
12401 * gdb.base/floatn.c: Likewise.
12402 * gdb.base/floatn.exp: Likewise.
12403
a9ff5f12
UW
124042016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12405
12406 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12407
f245535c
PA
124082016-09-05 Pedro Alves <palves@redhat.com>
12409
12410 PR backtrace/19927
12411 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12412 unwinders are immediately called as side effect of "source" or
12413 "disable unwinder" commands.
12414 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12415
ae9cf263
YQ
124162016-09-02 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12419 is true and $type is "float" or "double".
12420
27aba047
YQ
124212016-09-02 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12424 true.
12425 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12426 * gdb.base/call-rt-st.exp: Likewise.
12427 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12428 return value instead of gdb,skip_float_test.
12429 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12430 (do_function_calls): Use its return value instead of
12431 gdb,skip_float_test.
12432 * gdb.base/finish.exp: Likewise.
12433 * gdb.base/funcargs.exp: Likewise.
12434 * gdb.base/return.exp: Likewise.
12435 * gdb.base/return2.exp: Likewise.
12436 * gdb.base/varargs.exp: Likewise.
12437 * lib/gdb.exp (gdb_skip_float_test): Change it to
12438 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12439
5af962df
AA
124402016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12441
12442 * gdb.multi/tids.exp: Test "thread apply all".
12443
7fac6910
JK
124442016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.base/default.exp (tty): Remove.
12447
bb1fe4ac
KB
124482016-08-24 Kevin Buettner <kevinb@redhat.com>
12449
2806dc7e
PA
12450 * gdb.python/py-recurse-unwind.c: New file.
12451 * gdb.python/py-recurse-unwind.py: New file.
12452 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12453
0a1ddfa6
SM
124542016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12455
12456 * gdb.base/set-inferior-tty.exp: New file.
12457 * gdb.base/set-inferior-tty.c: New file.
12458
d9de1fe3
PA
124592016-08-23 Pedro Alves <palves@redhat.com>
12460
12461 PR gdb/20494
12462 * gdb.base/new-ui-echo.c: New file.
12463 * gdb.base/new-ui-echo.exp: New file.
12464
e9d9abd7
YQ
124652016-08-23 Yao Qi <yao.qi@linaro.org>
12466
12467 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12468 gdbserver_spawn.
12469 * gdb.server/connect-without-multi-process.exp (do_test):
12470 Likewise.
12471
3589529e
YQ
124722016-08-23 Yao Qi <yao.qi@linaro.org>
12473
12474 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12475 standalone_txt. Delete gdb_txt and standalone_txt on host
12476 and target. Spawn the binary on target. Copy files from
12477 target to host.
12478
6bb90213
PA
124792016-08-22 Pedro Alves <palves@redhat.com>
12480
12481 PR gdb/20505
12482 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12483 with_test_prefix. Factor out bits to ...
12484 (test_no_vdso): ... this new procedure.
12485
20c2c024
CL
124862016-08-19 Carl Love <cel@us.ibm.com>
12487
12488 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12489 maintaining separate logic for constructing the output path.
12490 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12491 * gdb.arch/ppc-dfp.exp: Likewise.
12492 * gdb.arch/ppc-fp.exp: Likewise.
12493 * gdb.arch/vsx-regs.exp: Likewise.
12494 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12495 binprefix for generating the additional binary files.
12496
0646e07d
PA
124972016-08-19 Pedro Alves <palves@redhat.com>
12498
12499 * gdb.trace/mi-trace-frame-collected.exp
12500 (test_trace_frame_collected): On x32, expect two registers.
12501
46da9242
CL
125022016-08-18 Carl Love <cel@us.ibm.com>
12503
12504 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12505 and sync up the test with tests in gas/testsuite/gas/ppc.
12506 * gdb.arch/powerpc-power.exp: Likewise.
12507
eb2332d7
SM
125082016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12509
12510 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12511 expected error message.
12512
63c61e04
SM
125132016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12514
12515 * gdb.multi/remove-inferiors.exp: New file.
12516 * gdb.multi/remove-inferiors.c: New file.
12517
7b17065f
YQ
125182016-08-12 Yao Qi <yao.qi@linaro.org>
12519
12520 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12521 argument list.
12522
01d3dedf
PA
125232016-08-10 Pedro Alves <palves@redhat.com>
12524
12525 PR gdb/19187
12526 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12527 setup_kfails.
12528
3eb7562a
PA
125292016-08-09 Pedro Alves <palves@redhat.com>
12530 Simon Marchi <simon.marchi@ericsson.com>
12531
12532 PR gdb/20418
12533 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12534 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12535
80614914
PA
125362016-08-09 Pedro Alves <palves@redhat.com>
12537
12538 PR mi/20431
12539 * gdb.mi/mi-cmd-error.exp: New file.
12540
f348d89a
PA
125412016-08-09 Pedro Alves <palves@redhat.com>
12542
12543 PR gdb/18653
12544 * gdb.base/signals-state-child.c: New file.
12545 * gdb.base/signals-state-child.exp: New file.
12546 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12547
e5ca03b4
PA
125482016-08-09 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12551
282a0691
TT
125522016-08-03 Tom Tromey <tom@tromey.com>
12553
12554 PR python/18565:
12555 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12556
41bfcd63
YQ
125572016-08-01 Yao Qi <yao.qi@linaro.org>
12558
12559 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12560 variable mode to "multi-process" if $multi_process is 1, otherwise
12561 set it to "single-process".
12562
e3465b24
YQ
125632016-08-01 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12566 * gdb.cp/cpexprs.exp: Likewise.
12567 * gdb.cp/m-static.exp: Likewise.
12568
0b31a4bc
TT
125692016-07-26 Tom Tromey <tom@tromey.com>
12570
12571 PR python/20190:
12572 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12573 test.
12574
e0461dbb
MM
125752016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12576
12577 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12578 selecting assembly source files.
12579 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12580 assembly source files.
12581 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12582 assembly source files.
12583 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12584 selecting assembly source files.
12585
8194e927
SM
125862016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12587
12588 * gdb.base/new-ui.exp (do_test_invalid_args): New
12589 procedure.
12590
c0272db5
TW
125912016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12592
12593 * gdb.btrace/reconnect.c: New file.
12594 * gdb.btrace/reconnect.exp: New file.
12595
e3487908
GKB
125962016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12597
12598 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12599 to test_catch_syscall_group.
12600 (test_catch_syscall_group): New.
12601
12df5c00
TT
126022016-07-21 Tom Tromey <tom@tromey.com>
12603
12604 * gdb.rust/simple.rs (main): Use empty struct expression.
12605 * gdb.rust/simple.exp: Add tests for empty struct expression.
12606
bae62ee2
YQ
126072016-07-21 Yao Qi <yao.qi@linaro.org>
12608
12609 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12610 if gdb_skip_xml_test is true on some targets.
12611
b1b53fb3
YQ
126122016-07-21 Yao Qi <yao.qi@linaro.org>
12613
12614 * gdb.server/solib-list.exp: Unset last_loaded_file.
12615
027d97f8
JK
126162016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12617
12618 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12619 "step into captured_main (args)".
12620
7674d381
JK
126212016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12622
12623 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12624
72b5d099
JK
126252016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12626
12627 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12628
1f960ced
PA
126292016-07-19 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12632 * gdb.opt/inline-bt.exp: Likewise.
12633 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12634 additional_flags=-Winline.
12635 * gdb.opt/inline-locals.exp: Likewise.
12636 * gdb.opt/inline-markers.c (ATTR): Define.
12637 (inlined_fn): Use it.
12638
f25827c1
YQ
126392016-07-19 Yao Qi <yao.qi@linaro.org>
12640
12641 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12642 (test_with_self): Remove some code. Remove argument executable.
12643 (top-level): Use do_self_tests.
12644
37539ebe
DB
126452016-07-15 Zachary Welch <zwelch@codesourcery.com>
12646 Don Breazeal <donb@codesourcery.com>
12647
12648 * gdb.base/maint.exp: Escape paths used in regular expressions.
12649 * gdb.stabs/weird.exp: Likewise.
12650
dac790e1
TT
126512016-07-13 Tom Tromey <tom@tromey.com>
12652
12653 PR python/15620, PR python/18620:
12654 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12655 (test_bkpt_events): New procs.
12656
93daf339
TT
126572016-07-13 Tom Tromey <tom@tromey.com>
12658
12659 PR python/17698:
12660 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12661 test.
12662 (test_watchpoints): Likewise.
12663 (test_bkpt_pending): New proc.
12664
6571a381
TT
126652016-07-13 Tom Tromey <tom@tromey.com>
12666
12667 PR cli/18053:
12668 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12669 completion test.
12670
e8732474
JK
126712016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12672
12673 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12674 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12675 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12676 f_label.
12677 (g): Rename g_end_lbl to g_label.
12678 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12679 low_pc and high_pc.
12680 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12681
e0f3fd7c
TT
126822016-07-12 Tom Tromey <tom@tromey.com>
12683
12684 PR python/19293:
12685 * gdb.python/py-unwind-maint.exp: Update tests.
12686
3cfe46b6
YQ
126872016-07-12 Yao Qi <yao.qi@linaro.org>
12688
12689 * lib/selftest-support.exp (selftest_setup): Match the output
12690 when captured_main is inlined.
12691
4f19a0e6
WT
126922016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12693
12694 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12695 New variables.
12696 (print this%a, print this%b, print this): New tests.
12697 * gdb.fortran/derived-types.f90 (this): New object and
12698 initialization.
12699
986cf455
SM
127002016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12701
12702 * gdb.ada/arraydim.exp: Remove extra directory level in build
12703 directory.
12704
f0464b23
SM
127052016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12706
12707 * lib/ada.exp: Remove extra directory level in build directory.
12708 * gdb.ada/cond_lang.exp: Likewise.
12709 * gdb.ada/exec_changed.exp: Likewise.
12710 * gdb.ada/lang_switch.exp: Likewise.
12711
42d94011
MG
127122016-07-06 Manish Goregaokar <manish@mozilla.com>
12713
2806dc7e
PA
12714 * simple.rs: Add test for raw pointer subscripting.
12715 * simple.exp: Add test expectations.
42d94011 12716
647c264c
YQ
127172016-07-05 Yao Qi <yao.qi@linaro.org>
12718
12719 * gdb.mi/mi-reverse.exp: Match =record-started output.
12720
20aa2c60
PA
127212016-07-01 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12724 procedure.
12725 (jit_reader_test): Test the jit reader's unwinder.
12726 * gdb.base/jithost.c (jit_function_00_code): New global.
12727 (main): Use memcpy to fill in the mmapped code, instead of poking
12728 bytes manually here.
12729 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12730 value.
12731 (read_debug_info): Save the function's range.
12732 (read_sp): New function.
12733 (unwind_frame): Use it. Also unwind RBP.
12734 (get_frame_id): Use read_sp.
12735 (gdb_init_reader): Use calloc instead of malloc.
12736 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12737 parameter. Use gdb_test_multiple.
12738
ced2dffb
PA
127392016-07-01 Pedro Alves <palves@redhat.com>
12740 Antoine Tremblay <antoine.tremblay@ericsson.com>
12741
12742 * gdb.threads/process-dies-while-detaching.c: New file.
12743 * gdb.threads/process-dies-while-detaching.exp: New file.
12744
63000888
PA
127452016-07-01 Pedro Alves <palves@redhat.com>
12746
12747 * gdb.multi/watchpoint-multi-exit.c: New file.
12748 * gdb.multi/watchpoint-multi-exit.exp: New file.
12749
038d4868
PA
127502016-06-30 Pedro Alves <palves@redhat.com>
12751
12752 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12753 unset inferior_spawn_id.
12754
994e9c83
PA
127552016-06-30 Pedro Alves <palves@redhat.com>
12756
12757 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12758 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12759
e5653468
YQ
127602016-06-29 Yao Qi <yao.qi@linaro.org>
12761
12762 * gdb.base/return.c: Add copyright header.
12763
803b47e5
TT
127642016-06-29 Tom Tromey <tom@tromey.com>
12765
12766 PR python/20129:
12767 * gdb.python/py-framefilter.exp: Add tests for setting priority
12768 and disabling of non-existent frame filter.
12769
28244707
YQ
127702016-06-29 Yao Qi <yao.qi@linaro.org>
12771
12772 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12773 0x0f07ff.
12774
a31d2f06
YQ
127752016-06-28 Yao Qi <yao.qi@linaro.org>
12776
12777 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12778 triplets. Start gdb, execute catch syscall, and continue. Check
12779 gdb's output to determine catch syscall is supported.
12780
921d8f54
MG
127812016-06-27 Manish Goregaokar <manish@mozilla.com>
12782
25d49b86
PA
12783 * gdb.rust/simple.rs: Add test for returning unit in a function.
12784 * gdb.rust/simple.exp: Add expectation for functions returning
12785 unit.
921d8f54 12786
f4952523
PMR
127872016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12788
12789 * gdb.python/py-breakpoint-create-fail.c,
12790 gdb.python/py-breakpoint-create-fail.exp,
12791 gdb.python/py-breakpoint-create-fail.py: New testcase.
12792
fccb08f8
MG
127932016-06-25 Manish Goregaokar <manish@mozilla.com>
12794
12795 PR gdb/20239
12796 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12797 * gdb.rust/simple.exp: Add test expectations for new NonZero
12798 tests.
fccb08f8 12799
6b850546
DT
128002016-06-24 David Taylor <dtaylor@emc.com>
12801
12802 * gdb.base/offsets.exp: New file.
12803 * gdb.base/offsets.c: New file.
12804
17621150
TT
128052016-06-23 Tom Tromey <tom@tromey.com>
12806
12807 PR gdb/16483:
12808 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12809 before any filters are loaded.
12810
04d59df6
WT
128112016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12812
12813 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12814 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12815 structs.
12816 * gdb.fortran/derived-type-function.exp: New file.
12817 * gdb.fortran/derived-type-function.f90: New file.
12818
12819
ac69f786
PA
128202016-06-21 Pedro Alves <palves@redhat.com>
12821
12822 * gdb.base/new-ui.exp: New file.
12823 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12824 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12825 (with_spawn_id): New procedure.
12826
49940788
PA
128272016-06-21 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.mi/mi-exec-run.exp: New file.
12830
ef274d26
PA
128312016-06-21 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12834 breakpoint command's output on the main UI.
12835 (test_break): New procedure, factored out from calls in the top
12836 level.
12837 (top level): Use foreach_with_prefix to test MI as main UI and as
12838 separate UI.
12839
468afe6c
PA
128402016-06-21 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12843 (test_awatch_creation_and_listing)
12844 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12845 Remove 'type' parameter.
12846 (test_watchpoint_all): New parameter mi_mode. Remove
12847 with_test_prefix.
12848 (top level): Use foreach_with_prefix, and add main/separate UI MI
12849 testing axis.
12850
51f77c37
PA
128512016-06-21 Pedro Alves <palves@redhat.com>
12852
12853 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12854 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12855 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12856 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12857 (gdb_main_spawn_id, mi_spawn_id): Declare and
12858 comment.
12859 (mi_create_inferior_pty): New procedure,
12860 factored out from default_mi_gdb_start.
12861 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12862 procedures.
12863 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12864 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12865 Use mi_create_inferior_pty.
12866 (mi_gdb_start): Use eval to pass down args list.
12867
8980e177
PA
128682016-06-21 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12871 * gdb.opt/inline-cmds.exp: Add MI tests.
12872
f38d3ad1
PA
128732016-06-21 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12876
45db7c09
PA
128772016-06-21 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12880 (top level): Use it instead of mi_execute_to.
12881
5a069ab3
PA
128822016-06-21 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12885 (cont_handler_str): New.
12886 (signal_stop_handler): Set stop_handler_str instead of printing to
12887 stdout.
12888 (continue_handler): Set cont_handler_str instead of printing to
12889 stdout.
12890 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12891 mi_send_resuming_command. Print stop_handler_str and
12892 cont_handler_str instead of expecting the python events print
12893 directly.
12894
2838cc1d
SD
128952016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12896
12897 * gdb.base/jit-reader.exp: New file.
12898 * gdb.base/jithost.c: New file.
12899 * gdb.base/jithost.h: New file.
12900 * gdb.base/jitreader.c : New file.
12901 * gdb.base/jit-protocol.h: New file.
12902
21a77091
YQ
129032016-06-17 Yao Qi <yao.qi@linaro.org>
12904
12905 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12906 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12907 and detach-on-fork. Adjust tests.
12908 (top level): Invoke break_cond_on_syscall with combinations of
12909 syscall, follow-fork-mode and detach-on-fork.
12910
f50bf8e5
YQ
129112016-06-17 Yao Qi <yao.qi@linaro.org>
12912
12913 * gdb.base/step-over-exit.c: New.
12914 * gdb.base/step-over-exit.exp: New.
12915
a28d8e50
YTL
129162016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12917
12918 * gdb.base/float.exp: Add target check for nds32*-*-*.
12919 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12920
cad8e26d
AB
129212016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12922
12923 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12924 for unsupported target features.
12925 * gdb.base/call-rt-st.exp: Likewise.
12926 * gdb.base/call-sc.exp: Likewise.
12927 * gdb.base/call-signal-resume.exp: Likewise.
12928 * gdb.base/call-strs.exp: Likewise.
12929 * gdb.base/callexit.exp: Likewise.
12930 * gdb.base/callfuncs.exp: Likewise.
12931 * gdb.base/nodebug.exp: Likewise.
12932 * gdb.base/printcmds.exp: Likewise.
12933 * gdb.base/ptype.exp: Likewise.
12934 * gdb.base/structs.exp: Likewise.
12935 * gdb.base/unwindonsignal.exp: Likewise.
12936 * gdb.cp/gdb2495.exp: Likewise.
12937 * gdb.cp/templates.exp: Likewise.
12938 * gdb.cp/virtfunc.exp: Likewise.
12939 * gdb.threads/hand-call-in-threads.exp: Likewise.
12940 * gdb.threads/interrupted-hand-call.exp: Likewise.
12941 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12942
347dc102
TT
129432016-06-10 Tom Tromey <tom@tromey.com>
12944
12945 PR rust/20110:
12946 * gdb.rust/expr.exp: Add test for integer constant larger than
12947 i32.
12948
5e13cf25
BH
129492016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12950
12951 * gdb.fortran/nested-funcs.exp: New.
12952 * gdb.fortran/nested-funcs.f90: New.
12953
bb556f1f
TK
129542016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12955
12956 * gdb.base/examine-backward.c: New file.
12957 * gdb.base/examine-backward.exp: New file.
12958
38b022b4
SM
129592016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12960
12961 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12962 matching.
12963
1b40ec05
TT
129642016-06-02 Tom Tromey <tom@tromey.com>
12965
12966 PR python/18984:
12967 * gdb.python/py-shared.exp: Add solib_name test.
12968
193bd378
SM
129692016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12970
12971 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12972
3326303b
MG
129732016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12974
12975 PR c++/19893
12976 * gdb.dwarf2/implref.exp: Rename to...
12977 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12978 * gdb.dwarf2/implref-array.c: New file.
12979 * gdb.dwarf2/implref-array.exp: Likewise.
12980 * gdb.dwarf2/implref-global.c: Likewise.
12981 * gdb.dwarf2/implref-global.exp: Likewise.
12982 * gdb.dwarf2/implref-struct.c: Likewise.
12983 * gdb.dwarf2/implref-struct.exp: Likewise.
12984
825c8ef2
AT
129852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12986
12987 * gdb.trace/trace-condition.exp: Add 64bit tests.
12988
2320162a
AT
129892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12990
12991 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12992 bits types.
12993 (main): Adapt to 8 to 64 bits types.
12994 * gdb.trace/trace-condition.exp: Add new tests.
12995
a7818233
AT
129962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12997
12998 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12999
0d336466
AT
130002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13001
13002 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13003 Move condition tests...
13004 * gdb.trace/trace-condition.exp: Here.
13005
7faeb45a
AT
130062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13007
13008 * gdb.trace/trace-condition.exp: Add counter-case tests.
13009
e385593e
JK
130102016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13011
13012 PR c++/15231
13013 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13014 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13015
744608cc
PA
130162016-05-27 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13019 New procedure.
13020 (top level): Call it, and bail out of DejaGnu is known to be bad.
13021
ac775bf4
AB
130222016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13023
13024 * gdb.base/whatis.c: Extend the test case.
13025 * gdb.base/whatis.exp: Add additional tests.
13026
2bbad2ea
BH
130272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13028
13029* gdb.fortran/type.f90: Add pointer variable.
13030* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13031
8b70175d
BH
130322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13033
13034 * gdb.fortran/vla-type.exp: Fix testcase name.
13035
86d8a848
BH
130362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13037
13038 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13039
e188eb36
BH
130402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13041
13042 * gdb.fortran/type.f90: Add nested structures.
13043 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13044 * gdb.fortran/derived-type.exp: Adapt expected output.
13045 * gdb.fortran/vla-type.exp: Adapt expected output.
13046
9b2db1fd
BH
130472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13048
13049 * gdb.fortran/whatis_type.exp: Adapt expected output.
13050
72b17055
BH
130512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13052
13053 * gdb.fortran/print_type.exp: Fix expected output.
13054 * gdb.fortran/whatis_type.exp: Fix expected output.
13055
3cd81d8d
BH
130562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13057
13058 * gdb.fortran/whatis_type.exp: Use multi_line.
13059
ddae9462
TT
130602016-05-24 Tom Tromey <tom@tromey.com>
13061
13062 PR python/17386:
13063 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13064 use value as an index.
13065
1957f6b8
TT
130662016-05-23 Tom Tromey <tom@tromey.com>
13067
13068 PR python/17981:
13069 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13070 no-breakpoint case.
13071
026a9174
PA
130722016-05-24 Pedro Alves <palves@redhat.com>
13073
13074 PR gdb/19828
13075 * gdb.threads/clone-attach-detach.c: New file.
13076 * gdb.threads/clone-attach-detach.exp: New file.
13077
e70a7231
FR
130782016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13079
13080 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13081
0f6ed0e0
TT
130822016-05-23 Tom Tromey <tom@tromey.com>
13083
13084 PR python/19438, PR python/18393:
13085 * gdb.python/py-progspace.exp: Add "dir" test.
13086 * gdb.python/py-objfile.exp: Add "dir" test.
13087
ffd19d61
YQ
130882016-05-23 Yao Qi <yao.qi@linaro.org>
13089
13090 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13091 * gdb.arch/thumb2-it.exp: Likewise.
13092
9e8f9b05
SM
130932016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13094
13095 * gdb.mi/mi-threads-interrupt.c: New file.
13096 * gdb.mi/mi-threads-interrupt.exp: New file.
13097
61c6156d
SM
130982016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13099
13100 PR gdb/18077
13101 * gdb.mi/mi-async-run.exp: New file.
13102 * gdb.mi/mi-async-run.c: New file.
13103
67218854
TT
131042016-05-17 Tom Tromey <tom@tromey.com>
13105 Manish Goregaokar <manishsmail@gmail.com>
13106
13107 * lib/rust-support.exp: New file.
13108 * lib/gdb.exp (skip_rust_tests): New proc.
13109 (build_executable_from_specs): Handle rust.
13110 * lib/future.exp (gdb_find_rustc): New proc.
13111 (gdb_default_target_compile): Handle rust.
13112 * gdb.rust/expr.exp: New file.
13113 * gdb.rust/generics.exp: New file.
13114 * gdb.rust/generics.rs: New file.
13115 * gdb.rust/methods.exp: New file.
13116 * gdb.rust/methods.rs: New file.
13117 * gdb.rust/modules.exp: New file.
13118 * gdb.rust/modules.rs: New file.
13119 * gdb.rust/simple.exp: New file.
13120 * gdb.rust/simple.rs: New file.
13121
c44af4eb
TT
131222016-05-17 Tom Tromey <tom@tromey.com>
13123
13124 * gdb.base/default.exp (set language): Add rust.
13125
dcd1f979
TT
131262016-05-17 Tom Tromey <tom@tromey.com>
13127
13128 * gdb.gdb/unittest.exp: New file.
13129
155b7f57
YQ
131302016-05-16 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13133 shell_prompt. Update shell_prompt_re.
13134
8ddd5a6c
DE
131352016-05-12 Doug Evans <dje@google.com>
13136
13137 PR symtab/19999
13138 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13139 $options when building executable.
13140 * gdb.dwarf2/fission-loclists-pie.S: New file.
13141 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13142
02e370d9
SM
131432016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13146 of [is_remote target],
13147
8929ad8b
SM
131482016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13149
13150 * lib/gdb.exp (use_gdb_stub): New procedure.
13151
6c447423
DE
131522016-05-03 Yunlian Jiang <yunlian@google.com>
13153 Doug Evans <dje@google.com>
13154
13155 PR symtab/19914
13156 * gdb.dwarf2/dwp-sepdebug.c: New file.
13157 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13158
444e826c
SM
131592016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13160
13161 * gdb.base/detach.exp: Remove is_remote check.
13162
740feeaa
SM
131632016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13164
13165 * gdb.base/annota-input-while-running.exp: Don't check for
13166 [is_remote target]. Enable annotations after running to main.
13167 Remove unused "set test..." line.
13168
9080ac9d
SM
131692016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * gdb.trace/trace-enable-disable.exp: New file.
13172 * gdb.trace/trace-enable-disable.c: New file.
13173
952ebca5
SM
131742016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13175
13176 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13177 use it in info sharedlibrary test.
13178 * gdb.trace/ftrace-lock.exp: Likewise.
13179 * gdb.trace/ftrace.exp: Likewise.
13180 * gdb.trace/range-stepping.exp: Likewise.
13181 * gdb.trace/trace-break.exp: Likewise.
13182 * gdb.trace/trace-condition.exp: Likewise.
13183 * gdb.trace/trace-mt.exp: Likewise.
13184
d9019901
SM
131852016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13186
13187 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13188 (gdb_load_shlib): ... this.
13189 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13190 gdb_load_shlib.
13191 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13192 * gdb.base/ctxobj.exp: Likewise.
13193 * gdb.base/dprintf-pending.exp: Likewise.
13194 * gdb.base/dso2dso.exp: Likewise.
13195 * gdb.base/fixsection.exp: Likewise.
13196 * gdb.base/gcore-relro.exp: Likewise.
13197 * gdb.base/gdb1555.exp: Likewise.
13198 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13199 * gdb.base/gnu-ifunc.exp: Likewise.
13200 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13201 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13202 * gdb.base/pending.exp: Likewise.
13203 * gdb.base/print-file-var.exp: Likewise.
13204 * gdb.base/print-symbol-loading.exp: Likewise.
13205 * gdb.base/shlib-call.exp: Likewise.
13206 * gdb.base/shreloc.exp: Likewise.
13207 * gdb.base/so-impl-ld.exp: Likewise.
13208 * gdb.base/solib-disc.exp: Likewise.
13209 * gdb.base/solib-nodir.exp: Likewise.
13210 * gdb.base/solib-overlap.exp: Likewise.
13211 * gdb.base/solib-symbol.exp: Likewise.
13212 * gdb.base/solib-weak.exp (do_test): Likewise.
13213 * gdb.base/sym-file.exp: Likewise.
13214 * gdb.base/symtab-search-order.exp: Likewise.
13215 * gdb.base/type-opaque.exp: Likewise.
13216 * gdb.base/unload.exp: Likewise.
13217 * gdb.base/watchpoint-solib.exp: Likewise.
13218 * gdb.compile/compile.exp: Likewise.
13219 * gdb.cp/gdb2384.exp: Likewise.
13220 * gdb.cp/infcall-dlopen.exp: Likewise.
13221 * gdb.cp/re-set-overloaded.exp: Likewise.
13222 * gdb.fortran/library-module.exp: Likewise.
13223 * gdb.opt/solib-intra-step.exp: Likewise.
13224 * gdb.python/py-finish-breakpoint.exp: Likewise.
13225 * gdb.python/py-shared.exp: Likewise.
13226 * gdb.reverse/solib-precsave.exp: Likewise.
13227 * gdb.reverse/solib-reverse.exp: Likewise.
13228 * gdb.server/solib-list.exp: Likewise.
13229 * gdb.threads/dlopen-libpthread.exp: Likewise.
13230 * gdb.threads/tls-shared.exp: Likewise.
13231 * gdb.threads/tls-so_extern.exp: Likewise.
13232 * gdb.trace/change-loc.exp: Likewise.
13233 * gdb.trace/ftrace-lock.exp: Likewise.
13234 * gdb.trace/ftrace.exp: Likewise.
13235 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13236 * gdb.trace/pending.exp: Likewise.
13237 * gdb.trace/range-stepping.exp: Likewise.
13238 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13239 (strace_info_marker): Likewise.
13240 (strace_probe_marker): Likewise.
13241 (strace_trace_on_same_addr): Likewise.
13242 (strace_trace_on_diff_addr): Likewise.
13243 * gdb.trace/trace-break.exp: Likewise.
13244 * gdb.trace/trace-condition.exp: Likewise.
13245 * gdb.trace/trace-mt.exp: Likewise.
13246
fca4cfd9
SM
132472016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13248
13249 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13250 result of gdb_remote_download.
13251 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13252 * gdb.base/dso2dso.exp: Likewise.
13253 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13254 * gdb.base/print-file-var.exp: Likewise.
13255 * gdb.base/shlib-call.exp: Likewise.
13256 * gdb.base/shreloc.exp: Likewise.
13257 * gdb.base/solib-overlap.exp: Likewise.
13258 * gdb.base/solib-weak.exp (do_test): Likewise.
13259 * gdb.base/unload.exp: Likewise.
13260
11cf4ffb
YQ
132612016-04-27 Yao Qi <yao.qi@linaro.org>
13262
13263 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13264 exists.
13265
3e2e34f8
KB
132662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13267
13268 * vla-type.exp: Print structure from toplevel.
13269
8f07e298
BH
132702016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13271
13272 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13273 of dynamic types.
13274 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13275 of dynamic types.
13276
9920b434
BH
132772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13278
13279 * gdb.fortran/vla-type.f90: New file.
13280 * gdb.fortran/vla-type.exp: New file.
13281
f3abeff5
YQ
132822016-04-25 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.base/branch-to-self.c: New file.
13285 * gdb.base/branch-to-self.exp: New file.
13286
0a5d52f0
YQ
132872016-04-22 Yao Qi <yao.qi@linaro.org>
13288
13289 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13290 more after $hex.
13291
495346f6
YQ
132922016-04-22 Yao Qi <yao.qi@linaro.org>
13293
13294 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13295 * gdb.base/annota3.exp: Likewise.
13296
4a7e075c
YQ
132972016-04-22 Yao Qi <yao.qi@linaro.org>
13298
13299 * gdb.reverse/step-precsave.exp: Do one step and test program
13300 stops in "callee" and do multiple steps until program goes out
13301 of "callee".
13302 * gdb.reverse/step-reverse.exp: Likewise.
13303
5b061e98
YQ
133042016-04-22 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.trace/signal.exp: Also pass if
13307 $tracepoint_hits($i) > $iterations.
13308
5c5dc57f
YQ
133092016-04-22 Yao Qi <yao.qi@linaro.org>
13310
13311 * gdb.trace/signal.c: New file.
13312 * gdb.trace/signal.exp: New file.
13313
a55411b9
DE
133142016-04-19 Doug Evans <xdje42@gmail.com>
13315
13316 * gdb.base/bad-file.exp: New file.
13317
a22df60a
MG
133182016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13319
13320 * gdb.dwarf2/implref.exp: New file.
13321
0c13f7e5
BH
133222016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13323
13324 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13325 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13326 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13327 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13328 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13329 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13330 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13331 * lib/fortran.exp (fortran_int4): New procedure.
13332 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13333 (fortran_logical4): Likewise.
13334
9b9b09e9
BH
133352016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13336
13337 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13338
a14d1f4d
BH
133392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13340
13341 * lib/compiler.c: Add Intel specific preprocessor macros.
13342 * lib/compiler.cc: Likewise.
25d49b86 13343
7d49b1d0
LM
133442016-04-13 Luis Machado <lgustavo@codesourcery.com>
13345
13346 * gdb.server/connect-with-no-symbol-file.c: New file.
13347 * gdb.server/connect-with-no-symbol-file.exp: New file.
13348
8392fa22
SM
133492016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13350
13351 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13352
8c4c4aeb
SM
133532016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13354
13355 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13356 standard output directory.
13357
45e3745e
AT
133582016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13359
13360 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13361
e26b7e41
MM
133622016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13363
13364 * gdb.btrace/instruction_history.c (loop): Add declaration.
13365
8ce09462
AT
133662016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13367
13368 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13369
2e88a1ea
SM
133702016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13371
13372 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13373 parentheses to print.
13374 (continue_handler): Likewise.
13375
f48e22e3
SM
133762016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13377
13378 * gdb.server/solib-list.exp: Remove is_remote check.
13379 Pass shlib= to gdb_compile. Don't link shared library with
13380 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13381 Run binary filename through "readlink -f" on the target.
13382
096be756
PA
133832016-04-08 Pedro Alves <palves@redhat.com>
13384
13385 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13386 interpreter filename as argument to gdbserver_spawn.
13387 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13388 Return empty if $last_loaded_file does not exist.
13389
06500533
JK
133902016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13391
13392 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13393 * gdb.base/jit-main.c: Use exit after usage.
13394
2d35e871
JK
133952016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13396
13397 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13398 GDBHISTSIZE prior to the tests.
13399 * gdb.base/gdbinit-history.exp: Likewise.
13400
134012016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13402
13403 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13404 instead of build_executable. Use gdb_load_shlibs.
13405
c8064e7e
YQ
134062016-04-07 Yao Qi <yao.qi@linaro.org>
13407
13408 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13409 Execute "si" command.
13410
bde47561
YQ
134112016-04-07 Yao Qi <yao.qi@linaro.org>
13412
13413 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13414 number instead of the comments on some line.
13415
b16f8a3b
DB
134162016-04-06 Don Breazeal <donb@codesourcery.com>
13417
13418 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13419 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13420
c2f901df
SM
134212016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13422
13423 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13424 standard_output_file. Remove unused binfile variable.
13425
ac17fda0
CU
134262016-04-05 Catalin Udma <catalin.udma@freescale.com>
13427
13428 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13429 * gdb.python/py-mi-objfile.exp: Match "list main" output
13430 in console format.
13431
03a8c4df
SM
134322016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13433
13434 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13435 absolute.
13436
6e774b13
SM
134372016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13438
13439 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13440 absolute.
13441 * gdb.trace/ftrace.exp: Likewise.
13442 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13443 targets as well.
13444 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13445 (gdb_load_shlibs): Copy libraries to test directory when testing
13446 natively. Only set solib-search-path if testing remotely.
13447 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13448
7817ea46
SM
134492016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13450
13451 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13452 gdb_download. Use it even if the target is not remote.
13453 * gdb.base/jit.exp (compile_jit_test): Likewise.
13454 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13455 output directory if the destination board is local, otherwise use
13456 the standard remote_download from DejaGnu.
13457 (gdb_download): Remove.
13458 (gdb_load_shlibs): Use gdb_remote_download instead of
13459 gdb_download.
13460 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13461 Use gdb_remote_download instead of gdb_download. Use it even if
13462 the target is not remote.
13463 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13464 instead of gdb_download.
13465
7beb7f68
SM
134662016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13467
13468 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13469 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13470 run.
13471
cc63428a
AV
134722016-04-01 Artemiy Volkov <artemiyv@acm.org>
13473
13474 PR gdb/19820
13475 * gdb.base/printcmds.exp: Add artificial arrays tests.
13476
64cdf930
PA
134772016-03-31 Pedro Alves <palves@redhat.com>
13478
13479 PR gdb/19858
13480 * gdb.base/jit-main.c: Include unistd.h.
13481 (ATTACH): Define to 0 if not already defined.
13482 (wait_for_gdb, mypid): New globals.
13483 (WAIT_FOR_GDB): New macro.
13484 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13485 some breakpoint locations.
13486 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13487 New procedures.
13488 (one_jit_test): Add REATTACH parameter, and handle it. Use
13489 continue_to_test_location.
13490 (top level): Test attach, and adjusts calls to one_jit_test.
13491
40dea8cb
PA
134922016-03-31 Pedro Alves <palves@redhat.com>
13493
13494 PR gdb/19858
13495 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13496 BINSUFFIX parameter, and handle it.
13497 (top level): Adjust calls compile_jit_test.
13498
e7ea3ec7
CU
134992016-03-31 Catalin Udma <catalin.udma@freescale.com>
13500
13501 PR python/19743
13502 * gdb.python/py-mi-events-gdb.py: New file.
13503 * gdb.python/py-mi-events.c: New file.
13504 * gdb.python/py-mi-events.exp: New file.
13505
e6359af3
YQ
135062016-03-30 Yao Qi <yao.qi@linaro.org>
13507
13508 * gdb.reverse/until-precsave.exp: Match function name only.
13509 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13510 Move malloc to a condition block.
13511 * gdb.reverse/until-reverse.exp: Match function name only.
13512
a4105d04
MK
135132016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13514
13515 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13516 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13517 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13518 variable for GPR 0 instead of assuming it is register 0.
13519 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13520 * lib/trace-support.exp: Add s390 registers.
13521
bfa6adb9
YQ
135222016-03-29 Yao Qi <yao.qi@linaro.org>
13523
13524 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13525
1e6697ea
YQ
135262016-03-24 Yao Qi <yao.qi@linaro.org>
13527
13528 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13529 test message.
13530
64bcd522
AA
135312016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13532
13533 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13534 maintaining separate logic for constructing the output path.
13535
7868401b
DB
135362016-03-16 Don Breazeal <donb@codesourcery.com>
13537
13538 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13539 Retry fork and waitpid on interrupted system call errors.
13540 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13541 Use with_timeout_factor to increase timeout by factor of 10.
13542
1cafadb4
DB
135432016-03-15 Don Breazeal <donb@codesourcery.com>
13544
13545 * gdb.cp/scope-err.cc: New test program.
13546 * gdb.cp/scope-err.exp: New test script.
13547 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13548 lines and "set breakpoint here" comment.
13549 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13550 Fixed some whitespace and format issues.
13551 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13552 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13553
81516450
DE
135542016-03-15 Doug Evans <dje@google.com>
13555
13556 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13557 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13558 All callers updated. Add tests for enums, mixed flags register.
13559
aa52b601
DE
135602016-03-15 Doug Evans <dje@google.com>
13561
13562 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13563 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13564
fa4ff313
SM
135652016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13566
13567 * gdb.base/default.exp: Add $_as_string to the list of expected
13568 convenience functions.
13569
f2403c39
AB
135702016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13571
13572 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13573
f2f3ccb9
SM
135742016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13575
13576 * gdb.python/py-as-string.exp: New file.
13577 * gdb.python/py-as-string.c: New file.
13578
00dbd492
PA
135792016-03-09 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13582 signal" -> "Thread NN received signal" output change.
13583 * gdb.threads/ia64-sigill.exp: Likewise.
13584 * gdb.threads/linux-dp.exp: Likewise.
13585 * gdb.threads/manythreads.exp: Likewise.
13586 * gdb.threads/pending-step.exp: Likewise.
13587 * gdb.threads/print-threads.exp: Likewise.
13588 * gdb.threads/sigstep-threads.exp: Likewise.
13589 * gdb.threads/staticthreads.exp: Likewise.
13590 * gdb.threads/tls.exp: Likewise.
13591
1e6697ea
YQ
135922016-03-09 Pedro Alves <palves@redhat.com>
13593
13594 * gdb.base/command-line-input.exp: New file.
13595
b04fd3be
MK
135962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13597
13598 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13599 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13600 * gdb.trace/pending.exp: Accept leading dot before function name.
13601 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13602 * lib/trace-support.exp: Set registers for ppc.
13603
98fa59e9
MK
136042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13605
13606 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13607 use it for disassembly; accept .main in addition to main in backtrace.
13608
f77198c8
MK
136092016-03-09 Wei-cheng Wang <cole945@gmail.com>
13610 Marcin Kościelnicki <koriakin@0x04.net>
13611
13612 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13613 (gdb_recursion_test_ptr): New global variable.
13614 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13615 gdb_recursion_test.
13616 (gdb_c_test): Ditto.
13617
ba84e0da
MK
136182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13619
13620 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13621 ordering.
13622
4366d36e
MK
136232016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13624
13625 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13626 (bar): Add bar_start_lbl label.
13627 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13628 of foo/bar for emitting DWARF and tracing.
13629
5eb264df
SDJ
136302016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13631
13632 * analyze-racy-logs.py: Set executable bit.
13633
fb6a751f
SDJ
136342016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13635
13636 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13637 (CHECK_TARGET_TMP): Likewise.
13638 (check-single-racy): New rule.
13639 (check-parallel-racy): Likewise.
13640 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13641 (do-check-parallel-racy): New rule.
13642 (check-racy/%.exp): Likewise.
13643 * README (Racy testcases): New section.
13644 * analyze-racy-logs.py: New file.
13645
bdf7e230
DE
136462016-03-03 Doug Evans <dje@google.com>
13647
13648 * gdb.base/skip.exp: Use with_test_prefix.
13649
4719d415
YQ
136502016-03-03 Yao Qi <yao.qi@linaro.org>
13651
13652 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13653 Invoke step_over_syscall "clone" and break_cond_on_syscall
13654 "clone".
13655 * gdb.base/step-over-clone.c: New file.
13656
ea507862
YQ
136572016-03-03 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13660 code format.
13661
8fc8cbda
YQ
136622016-03-03 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.base/disp-step-fork.c: Rename to ...
13665 * gdb.base/step-over-fork.c: ... it. New file.
13666 * gdb.base/disp-step-vfork.c: Rename to ...
13667 * gdb.base/step-over-vfork.c: ... it. New file.
13668 * gdb.base/disp-step-syscall.exp: Rename to ...
13669 * gdb.base/step-over-syscall.exp: ... it. New file.
13670 (disp_step_cross_syscall): Rename to ...
13671 (step_over_syscall): ... it.
13672
92fa70b0
YQ
136732016-03-03 Yao Qi <yao.qi@linaro.org>
13674
13675 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13676 If target supports condition evaluation on target, invoke
13677 break_cond_on_syscall for fork and vfork.
13678
e197ad3c
YQ
136792016-03-03 Yao Qi <yao.qi@linaro.org>
13680
13681 * gdb.base/disp-step-syscall.exp: Don't invoke
13682 support_displaced_stepping.
13683 (disp_step_cross_syscall): Test with displaced stepping off and
13684 on if supported.
13685
0b47da9f
YQ
136862016-03-03 Yao Qi <yao.qi@linaro.org>
13687
13688 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13689 proc.
13690 (setup): New proc.
13691 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13692 and setup.
13693
065ab6dc
BH
136942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13695
13696 * gdb.fortran/vla-history.exp: Remove breakpoint.
13697
07e448ad 136982016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13699
25d49b86
PA
13700 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13701 exceeds timeout.
07e448ad 13702
9ac2d526 137032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13704
25d49b86
PA
13705 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13706 breakpoint.
9ac2d526 13707
17807369
BH
137082016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13709
13710 * gdb.mi/vla.f90: Nullify pointer after declaration.
13711
86e501af
PA
137122016-03-01 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13715
1e903e32
PA
137162016-03-01 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13719 before anything else.
13720 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13721 _GNU_SOURCE here.
13722 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13723 before anything else.
13724 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13725
6ccb54e2
PA
137262016-03-01 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13729
30ca9da1
YQ
137302016-03-01 Yao Qi <yao.qi@linaro.org>
13731
13732 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13733 prepare_for_testing.
13734
dc856b38
YQ
137352016-03-01 Yao Qi <yao.qi@linaro.org>
13736
13737 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13738
4a932159
AA
137392016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13740
13741 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13742 manually constructing the output path.
13743
f2489477
AA
137442016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13745
13746 * gdb.arch/s390-stackless.S: New.
13747 * gdb.arch/s390-stackless.exp: New.
13748
38899f16
IB
137492016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13750
13751 * gdb.dlang/circular.c: New file.
13752 * gdb.dlang/circular.exp: New file.
13753
9fde51ed
YQ
137542016-02-26 Yao Qi <yao.qi@linaro.org>
13755
13756 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13757 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13758 (testcases): Update.
13759
ce90fefe
YQ
137602016-02-26 Yao Qi <yao.qi@linaro.org>
13761
13762 * gdb.reverse/aarch64.c: Rename to ...
13763 * gdb.reverse/insn-reverse.c: ... it.
13764 * gdb.reverse/aarch64.exp: Rename to ...
13765 * gdb.reverse/insn-reverse.exp: ... it.
13766
3263bceb
YQ
137672016-02-26 Yao Qi <yao.qi@linaro.org>
13768
13769 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13770 (testcase_ftype): New.
13771 (testcases): New array.
13772 (n_testcases): New.
13773 (main): Call each element in testcases.
13774 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13775 (read_testcase): New.
13776 Do the tests in a loop.
13777
6cb59ff1
YQ
137782016-02-25 Yao Qi <yao.qi@linaro.org>
13779
13780 * gdb.base/branches.c: Remove.
13781
ae91f625
MK
137822016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13783
13784 PR gdb/13808
13785 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13786
678b48b7
MK
137872016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13788
13789 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13790
7337a6f2
MK
137912016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13792
13793 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13794 change x86_64 call_insn to 'callq'.
13795
861ca91f
AT
137962016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13797
13798 * gdb.trace/tfile-avx.c: Move to...
13799 * gdb.trace/tracefile-pseudo-reg.c: Here.
13800 * gdb.trace/tfile-avx.exp: Move to...
13801 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13802
bf74e428
GB
138032016-02-24 Gary Benson <gbenson@redhat.com>
13804
13805 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13806 message on attach.
13807
cce0e923
DE
138082016-02-23 Doug Evans <dje@google.com>
13809
13810 * gdb.base/skip.c (test_skip): New function.
13811 (end_test_skip_file_and_function): New function.
13812 (test_skip_file_and_function): New function.
13813 * gdb.base/skip1.c (test_skip): New function.
13814 (skip1_test_skip_file_and_function): New function.
13815 * gdb.base/skip.exp: Add tests for new skip options.
13816 * gdb.base/skip-solib.exp: Update expected output.
13817 * gdb.perf/skip-command.cc: New file.
13818 * gdb.perf/skip-command.exp: New file.
13819 * gdb.perf/skip-command.py: New file.
13820
4000e47e
MK
138212016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13822
13823 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13824 info registers pattern.
13825
24f75ead
IB
138262016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13827
13828 * lib/future.exp: Add D support.
13829 (gdb_find_gdc): New proc.
13830 (gdb_default_target_compile): Add D support.
13831
fbb7bcbe
WW
138322016-02-18 Wei-cheng Wang <cole945@gmail.com>
13833
13834 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13835 user+system time.
13836 (trace_speed_test): Determine the iteration count for a time
13837 between 15..30 seconds.
13838
012b3a21
WT
138392016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13840
13841 * gdb.arch/i386-mpx-sigsegv.c: New file.
13842 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13843 * gdb.arch/i386-mpx-simple_segv.c: New file.
13844 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13845
2d5189bd
YQ
138462016-02-18 Yao Qi <yao.qi@linaro.org>
13847
13848 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13849 Don't call setup_kfail.
13850
40fb20d0
YQ
138512016-02-18 Yao Qi <yao.qi@linaro.org>
13852
13853 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13854 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13855
21b1f8d2
DE
138562016-02-16 Doug Evans <dje@google.com>
13857
13858 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13859 * gdb.base/skip1.c: Ditto.
13860 * gdb.base/skip.exp: Whitespace cleanup.
13861
4041ed77
DB
138622016-02-16 Don Breazeal <donb@codesourcery.com>
13863
13864 PR remote/19496
13865 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13866 Remove kfail for PR remote/19496.
13867
c4ef31bf
SM
138682016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13869
13870 * lib/gdb.exp (standard_temp_file): Return a path specific to
13871 the runtest invocation.
13872
266b65b3
SM
138732016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13874
13875 * gdb.trace/save-trace.exp: Change relative path to be in the
13876 standard output directory.
13877
a7a0a6a9
JK
138782016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13879
13880 * gdb.arch/i386-prologue.c: Add missing prototypes.
13881
c99dbb42
JK
138822016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13883
13884 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13885 * gdb.arch/i386-prologue.exp: Likewise.
13886 * gdb.arch/i386-size.exp: Likewise.
13887
aa480355
SM
138882016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13891 define object file path.
13892 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13893 file path.
13894 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13895 standard_output_file to define binfile.
13896
ba881f50
JK
138972016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13898
13899 Fix compatibility with recent gfortran-5.3.1.
13900 * gdb.fortran/vla-history.exp (print vla1 allocated)
13901 (print vla2 allocated, print $2, print $3): Remove
13902 (print $4): Rename to ...
13903 (print $2): ... here.
13904 (print $9): Rename to ...
13905 (print $5): ... here.
13906 (print $10): Rename to ...
13907 (print $6): ... here.
13908 * gdb.fortran/vla.f90: Add pvla initialization.
13909
e9fb005c
JK
139102016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13911
13912 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13913 New test.
13914 * gdb.fortran/vla-value-sub.exp: Likewise.
13915
e44e00ff
MK
139162016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13917
13918 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13919
97e94151
SM
139202016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13921
13922 * i386-biarch-core.exp: Define corefile using
13923 standard_output_file.
13924
01113bc1
YQ
139252016-02-12 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.arch/arm-single-step-kernel-helper.c: New.
13928 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13929
33b4777c
MM
139302016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13931
13932 * gdb.btrace/tailcall-only.exp: New.
13933 * gdb.btrace/tailcall-only.c: New.
13934 * gdb.btrace/x86_64-tailcall-only.S: New.
13935 * gdb.btrace/i686-tailcall-only.S: New.
13936
acc23c11
PA
139372016-02-11 Pedro Alves <palves@redhat.com>
13938
13939 * README (Parallel testing): Add missing double quotes.
13940
e352bf0a
PA
139412016-02-11 Pedro Alves <palves@redhat.com>
13942
13943 * README (Parallel testing): New section.
13944 (GDB_PARALLEL): Rewrite.
13945 (FORCE_PARALLEL): Document.
13946
9f5fed78
MK
139472016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13948
13949 * gdb.trace/tfile-avx.c: New test.
13950 * gdb.trace/tfile-avx.exp: New test.
13951
9ef9e6a6
KS
139522016-02-09 Keith Seitz <keiths@redhat.com>
13953
13954 PR breakpoints/19546
13955 * gdb.base/infcall-exec.c: New file.
13956 * gdb.base/infcall-exec2.c: New file.
13957 * gdb.base/infcall-exec.exp: New file.
13958
a96e36da
KS
139592016-02-09 Keith Seitz <keiths@redhat.com>
13960
13961 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13962 (toplevel): Call test_bkpt_address.
13963
9f61929f
KS
139642016-02-09 Keith Seitz <keiths@redhat.com>
13965
13966 PR python/19506
13967 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13968 (toplevel): Call test_bkpt_address.
13969
1e94266c
SM
139702016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13971
13972 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13973 to AC_OUTPUT.
13974 * configure: Regenerate.
13975
2a7f3dff
PA
139762016-02-09 Pedro Alves <palves@redhat.com>
13977
13978 PR breakpoints/19548
13979 * gdb.base/execl-update-breakpoints.c (some_function): New
13980 function.
13981 (main): Call it.
13982 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13983 Tighten expected GDB output.
13984
2151ccc5
SM
139852016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13986
13987 * Makefile.in (ALL_SUBDIRS): Remove.
13988 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13989 (distclean maintainer-clean realclean): Likewise.
13990 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13991 * configure: Regenerate.
13992 * gdb.ada/Makefile.in: Delete.
13993 * gdb.arch/Makefile.in: Likewise.
13994 * gdb.asm/Makefile.in: Likewise.
13995 * gdb.base/Makefile.in: Likewise.
13996 * gdb.btrace/Makefile.in: Likewise.
13997 * gdb.cell/Makefile.in: Likewise.
13998 * gdb.compile/Makefile.in: Likewise.
13999 * gdb.cp/Makefile.in: Likewise.
14000 * gdb.disasm/Makefile.in: Likewise.
14001 * gdb.dlang/Makefile.in: Likewise.
14002 * gdb.dwarf2/Makefile.in: Likewise.
14003 * gdb.fortran/Makefile.in: Likewise.
14004 * gdb.gdb/Makefile.in: Likewise.
14005 * gdb.go/Makefile.in: Likewise.
14006 * gdb.guile/Makefile.in: Likewise.
14007 * gdb.java/Makefile.in: Likewise.
14008 * gdb.linespec/Makefile.in: Likewise.
14009 * gdb.mi/Makefile.in: Likewise.
14010 * gdb.modula2/Makefile.in: Likewise.
14011 * gdb.multi/Makefile.in: Likewise.
14012 * gdb.objc/Makefile.in: Likewise.
14013 * gdb.opencl/Makefile.in: Likewise.
14014 * gdb.opt/Makefile.in: Likewise.
14015 * gdb.pascal/Makefile.in: Likewise.
14016 * gdb.perf/Makefile.in: Likewise.
14017 * gdb.python/Makefile.in: Likewise.
14018 * gdb.reverse/Makefile.in: Likewise.
14019 * gdb.server/Makefile.in: Likewise.
14020 * gdb.stabs/Makefile.in: Likewise.
14021 * gdb.threads/Makefile.in: Likewise.
14022 * gdb.trace/Makefile.in: Likewise.
14023 * gdb.xml/Makefile.in: Likewise.
14024 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14025 GDB_PARALLEL.
14026 (standard_output_file): Remove check for GDB_PARALLEL, always
14027 return path in outputs/$subdir/$testname.
14028
437277d4
SM
140292016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14030
14031 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14032 (site.exp): Assign abs_srcdir to tcl's srcdir.
14033
31d913c7
YQ
140342016-02-04 Yao Qi <yao.qi@linaro.org>
14035
14036 * gdb.base/foll-exec-mode.c: Include limits.h.
14037 (main): Add parameters argc and argv. Get directory from
14038 argv[0].
14039 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14040 compilation.
14041 * gdb.base/foll-exec.c: Include limits.h.
14042 (main): Add parameters argc and argv.
14043 Get directory from argv[0].
14044 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14045 Adjust tests on the number of lines as source code changed.
14046 * gdb.base/foll-vfork-exit.c: Include limits.h.
14047 (main): Add one line of statement before vfork.
14048 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14049 (main): Add parameters argc and argv. Get directory from
14050 argv[0].
14051 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14052 (setup_gdb): Set tbreak to skip some source lines.
14053 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14054 (main): Add parameters argc and argv. Get directory from
14055 argv[0].
14056 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14057 compilation.
14058 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14059 (main): Add parameters argc and argv. Get directory from
14060 argv[0].
14061 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14062 compilation.
14063
9482b9fb
DE
140642016-02-01 Doug Evans <dje@google.com>
14065
14066 * gdb.base/skip.exp: Clean up multiple references to same test name.
14067
6b2e4f10
PA
140682016-02-01 Pedro Alves <palves@redhat.com>
14069
ccb6afd6 14070 PR remote/19496
6b2e4f10
PA
14071 * gdb.threads/forking-threads-plus-breakpoint.exp
14072 (displaced_stepping_supported): New global.
14073 (probe_displaced_stepping_support): New procedure.
14074 (do_test): Add 'displaced' parameter, and use it.
14075 (top level): Check for displaced stepping support. Add displaced
14076 stepping on/off testing axis.
14077
37a8db1a
AB
140782016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14079
14080 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14081 pointer. Don't perform further tests on the unassociated pointer
14082 if the first test fails.
14083
5fdf6324
AB
140842016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14085
14086 * gdb.base/max-value-size.c: New file.
14087 * gdb.base/max-value-size.exp: New file.
14088 * gdb.base/huge.exp: Disable max-value-size for this test.
14089
935c6144
IB
140902016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14091
14092 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14093
7fe8399d
YQ
140942016-01-28 Yao Qi <yao.qi@linaro.org>
14095
14096 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14097
a2077e25
PA
140982016-01-25 Pedro Alves <palves@redhat.com>
14099
14100 PR threads/19461
14101 * gdb.base/fork-running-state.c: New file.
14102 * gdb.base/fork-running-state.exp: New file.
14103
1d2736d4
PA
141042016-01-25 Pedro Alves <palves@redhat.com>
14105
14106 PR gdb/19494
14107 * gdb.base/catch-fork-kill.c: New file.
14108 * gdb.base/catch-fork-kill.exp: New file.
14109
f1da4b11
PA
141102016-01-25 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14113 Delete, moved to lib/gdb.exp.
14114 * gdb.threads/forking-threads-plus-breakpoint.exp
14115 (foreach_with_prefix): Likewise.
14116 * gdb.threads/process-dies-while-handling-bp.exp
14117 (foreach_with_prefix): Likewise.
14118 * lib/gdb.exp (foreach_with_prefix): New procedure.
14119
45f38546
MK
141202016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14121
14122 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14123 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14124
dc29a1ce
MK
141252016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14126
14127 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14128 endian targets.
14129
092127d7
JK
141302016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14131 Pedro Alves <palves@redhat.com>
14132
14133 Fix testsuite compatibility with Guile.
14134 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14135 number.
14136
31d765d3
JK
141372016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14138
14139 Fix testsuite compatibility with Guile.
14140 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14141 (thread 1): New test for backtrace through signal handler.
14142
1ac78c04
YQ
141432016-01-22 Yao Qi <yao.qi@linaro.org>
14144
14145 PR testsuite/19491
14146 * gdb.base/multi-forks.c: Include
14147 ../lib/unbuffer_output.c
14148 (main): Call gdb_unbuffer_output.
14149
4f5946a8
DE
141502016-01-21 Doug Evans <dje@google.com>
14151
14152 * lib/ada.exp (gdb_compile_ada): Fix typo.
14153
305e13e6
JB
141542016-01-21 Joel Brobecker <brobecker@adacore.com>
14155
14156 * gdb.base/break-fun-addr.exp: New file.
14157 * gdb.base/break-fun-addr1.c: New file.
14158 * gdb.base/break-fun-addr2.c: New file.
14159
5f5dfff6
SM
141602016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14161
14162 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14163 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14164 enum flag values.
14165
fd356fa2
AA
141662016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14167
14168 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14169 when GDB can not set the vector return value. Add more comments
14170 for clarification.
14171
9df22175
AT
141722016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14173
14174 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14175 command.
14176
41d1845e
SM
141772016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14178
14179 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14180
01ac6840
SM
141812016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14182
14183 * Makefile.in (check-single): Pass --status to runtest.
14184 (check/%.exp): Likewise.
14185
141862016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14187
14188 * Makefile.in (check-parallel): Propagate return code from make
14189 do-check-parallel.
14190
bd0a71fa
MK
141912016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14192
14193 * gdb.trace/ftrace.exp: Fix expected message on continue.
14194 * gdb.trace/pending.exp: Fix expected message on continue.
14195 * gdb.trace/trace-break.exp: Fix expected message on continue.
14196
8bcbad33
SM
141972016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14198
14199 * lib/gdb.exp (gdb_test): Remove unused global references.
14200
f303dbd6
PA
142012016-01-18 Pedro Alves <palves@redhat.com>
14202
14203 * gdb.base/async-shell.exp: Adjust expected output.
14204 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14205 * gdb.base/siginfo-thread.exp: Adjust expected output.
14206 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14207 * gdb.java/jnpe.exp: Adjust expected output.
14208 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14209 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14210 * gdb.threads/leader-exit.exp: Adjust expected output.
14211 * gdb.threads/manythreads.exp: Adjust expected output.
14212 * gdb.threads/pthreads.exp: Adjust expected output.
14213 * gdb.threads/schedlock.exp: Adjust expected output.
14214 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14215 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14216 expected output.
14217 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14218 output.
14219 * gdb.threads/sigthread.exp: Adjust expected output.
14220 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14221
b2789696
YQ
142222016-01-18 Yao Qi <yao.qi@linaro.org>
14223
14224 * gdb.guile/scm-section-script.c: Replace @progbits with
14225 %progbits.
14226 * gdb.python/py-section-script.c: Likewise.
14227
71ef29a8
PA
142282016-01-15 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.multi/tids.exp: Test star wildcard ranges.
14231
3f5b7598
PA
142322016-01-15 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14235 command from "thread apply" invocation.
14236 (thr_apply_info_thr_invalid): Default the expected output to the
14237 input tid list.
14238 (top level): Add tests that use convenience variables. Add tests
14239 for "thread apply" with a valid TID list, but missing the command.
14240
663f6d42
PA
142412016-01-13 Pedro Alves <palves@redhat.com>
14242
14243 * gdb.base/default.exp: Expect $_gthread as well.
14244 * gdb.multi/tids.exp: Test $_gthread.
14245 * gdb.threads/thread-specific.exp: Test $_gthread.
14246
c84f6bbf
PA
142472016-01-13 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.multi/tids.exp: Test "info threads -gid".
14250
22a02324
PA
142512016-01-13 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14254 Breakpoint.thread.
14255 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14256
5d5658a1
PA
142572016-01-07 Pedro Alves <palves@redhat.com>
14258
14259 * gdb.base/break.exp: Adjust to output changes.
14260 * gdb.base/hbreak2.exp: Likewise.
14261 * gdb.base/sepdebug.exp: Likewise.
14262 * gdb.base/watch_thread_num.exp: Likewise.
14263 * gdb.linespec/keywords.exp: Likewise.
14264 * gdb.multi/info-threads.exp: Likewise.
14265 * gdb.threads/thread-find.exp: Likewise.
14266 * gdb.multi/tids.c: New file.
14267 * gdb.multi/tids.exp: New file.
14268
84654457
PA
142692016-01-13 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14272
e3940304
PA
142732016-01-13 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.base/default.exp: Expect $_inferior as well.
14276 * gdb.multi/base.exp: Test $_inferior.
14277
a911d87a
PA
142782016-01-13 Pedro Alves <palves@redhat.com>
14279
14280 PR breakpoints/19388
14281 * gdb.base/catch-signal-siginfo-cond.c: New file.
14282 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14283
82075af2
JS
142842016-01-12 Josh Stone <jistone@redhat.com>
14285 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14286
14287 * gdb.base/catch-syscall.c (do_execve): New variable.
14288 (main): Conditionally trigger an execve.
14289 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14290 (test_catch_syscall_execve): New, check entry/return across execve.
14291 (do_syscall_tests): Call test_catch_syscall_execve.
14292
e46eeedd
PA
142932016-01-12 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.base/random-signal.exp (do_test): New procedure, with body
14296 of testcase moved in.
14297
01d8c27e
JK
142982016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14299 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.base/funcargs.exp (finish from indirectly called function):
14302 Reintroduce the case for 'First'.
14303
9a706302
JK
143042016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14305 Pedro Alves <palves@redhat.com>
14306
14307 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14308 (tcatch_vfork_then_child_follow_exec)
14309 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14310 identification.
14311
c0ecb95f
JK
143122016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14313
14314 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14315 and repeats to unlimited.
14316 * gdb.python/py-value.exp: Likewise.
14317 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14318 and repeats to unlimited.
14319
6cfc1fcb
JK
143202016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14321
14322 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14323 and reordering the functions.
14324 * gdb.multi/hangout.c: Likewise.
14325 * gdb.multi/hello.c: Likewise.
14326
582a1b00
SM
143272016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14328
14329 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14330 absolute.
14331 (SingleStatisticTestResult.report): Use dict.keys instead of
14332 dict.iterkeys.
14333
79bc59cb
PA
143342016-01-06 Pedro Alves <palves@redhat.com>
14335
14336 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14337
43368e1d
MM
143382016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14339
14340 * gdb.btrace/dlopen.exp: New.
14341 * gdb.btrace/dlopen.c: New.
14342 * gdb.btrace/dlopen-dso.c: New.
14343
79fad5b8
SL
143442015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14345
14346 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14347 PATTERN argument is optional.
14348
ab8314b3
JB
143492015-12-24 Joel Brobecker <brobecker@adacore.com>
14350
14351 * lib/ada.exp (target_compile_ada_from_dir): New function.
14352 (gdb_compile_ada): Reimplement avoiding the use of project files.
14353 * gdb.ada/gnat_ada.gpr: Delete.
14354 * gdb.ada/cond_lang.exp: Adjust test to make path before
14355 filename optional.
14356 * gdb.ada/small_reg_param.exp: Likewise.
14357
fe33faff
SM
143582015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14359
14360 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14361
6d265cb4
TP
143622015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14363
14364 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14365 case.
14366
10125099
SM
143672015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14368
14369 * gdb.base/break.exp: Remove dead code.
14370 * gdb.base/sepdebug.exp: Likewise.
14371
3ca22649
SM
143722015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14373
14374 * gdb.asm/asm-source.exp: Remove HP-UX references.
14375 * gdb.base/annota1.exp: Likewise.
14376 * gdb.base/annota3.exp: Likewise.
14377 * gdb.base/attach.exp: Likewise.
14378 * gdb.base/bigcore.exp: Likewise.
14379 * gdb.base/break.exp: Likewise.
14380 * gdb.base/call-ar-st.exp: Likewise.
14381 * gdb.base/callfuncs.exp: Likewise.
14382 * gdb.base/catch-fork-static.exp: Likewise.
14383 * gdb.base/display.exp: Likewise.
14384 * gdb.base/foll-exec-mode.exp: Likewise.
14385 * gdb.base/foll-exec.exp: Likewise.
14386 * gdb.base/foll-fork.exp: Likewise.
14387 * gdb.base/foll-vfork.exp: Likewise.
14388 * gdb.base/funcargs.exp: Likewise.
14389 * gdb.base/hbreak2.exp: Likewise.
14390 * gdb.base/inferior-died.exp: Likewise.
14391 * gdb.base/interrupt.exp: Likewise.
14392 * gdb.base/multi-forks.exp: Likewise.
14393 * gdb.base/nodebug.exp: Likewise.
14394 * gdb.base/sepdebug.exp: Likewise.
14395 * gdb.base/solib1.c: Likewise.
14396 * gdb.base/step-test.exp: Likewise.
14397 * gdb.mi/non-stop.c: Likewise.
14398 * gdb.mi/pthreads.c: Likewise.
14399 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14400 * gdb.threads/pthreads.c: Likewise.
14401 * gdb.threads/staticthreads.exp: Likewise.
14402 * lib/future.exp: Likewise.
14403 * lib/gdb.exp: Likewise.
14404 * gdb.base/so-indr-cl.c: Remove.
14405 * gdb.base/so-indr-cl.exp: Likewise.
14406 * gdb.base/solib.c: Likewise.
14407 * gdb.base/solib.exp: Likewise.
14408 * gdb.base/solib2.c: Likewise.
14409
b6304613
SM
144102015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14411
14412 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14413 * gdb.base/call-ar-st.exp: Likewise.
14414 * gdb.base/callfuncs.exp: Likewise.
14415 * gdb.base/condbreak.exp: Likewise.
14416 * gdb.base/constvars.exp: Likewise.
14417 * gdb.base/hbreak2.exp: Likewise.
14418 * gdb.base/langs.exp: Likewise.
14419 * gdb.base/list.exp: Likewise.
14420 * gdb.base/long_long.exp: Likewise.
14421 * gdb.base/ptype.exp: Likewise.
14422 * gdb.base/scope.exp: Likewise.
14423 * gdb.base/signals.exp: Likewise.
14424 * gdb.base/so-impl-ld.exp: Likewise.
14425 * gdb.base/varargs.exp: Likewise.
14426 * gdb.base/volatile.exp: Likewise.
14427 * gdb.base/whatis.exp: Likewise.
14428 * gdb.cp/cplusfuncs.exp: Likewise.
14429 * gdb.cp/inherit.exp: Likewise.
14430 * gdb.cp/local.exp: Likewise.
14431 * gdb.cp/member-ptr.exp: Likewise.
14432 * gdb.cp/method.exp: Likewise.
14433 * gdb.cp/overload.exp: Likewise.
14434 * gdb.cp/templates.exp: Likewise.
14435 * gdb.stabs/weird.exp: Likewise.
14436 * lib/compiler.c: Likewise.
14437 * lib/compiler.cc: Likewise.
14438 * lib/cp-support.exp: Likewise.
14439 * lib/gdb.exp: Likewise.
14440
bf401b07
SM
144412015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14442
14443 * configure.ac: Remove HP-UX case.
14444 * configure: Regenerate.
14445
aff9c0f8
SM
144462015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14447
14448 * lib/gdb.exp (gdb_compile): Add function doc.
14449
a6904d5a
PA
144502015-12-17 Pedro Alves <palves@redhat.com>
14451
14452 PR threads/19354
14453 * gdb.multi/info-threads.exp: New file.
14454
a22279dd
YQ
144552015-12-15 Yao Qi <yao.qi@linaro.org>
14456
14457 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14458 is aarch64*-*-*.
14459
0588c796
SL
144602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14461
14462 * gdb.base/history-duplicates.exp: Skip if no readline support.
14463
5d978e17
SL
144642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14465
14466 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14467
7e763b86
SL
144682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14469
14470 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14471
87a3a92c
SL
144722015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14473
14474 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14475 ctrl-C if nointerrupts target property is set.
14476 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14477 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14478 * gdb.base/paginate-bg-execution.exp: Likewise.
14479 * gdb.base/paginate-execution-startup.exp: Likewise.
14480 * gdb.base/random-signal.exp: Likewise.
14481 * gdb.base/range-stepping.exp: Likewise.
14482 * gdb.cp/annota2.exp: Likewise.
14483 * gdb.cp/annota3.exp: Likewise.
14484 * gdb.gdb/selftest.exp: Likewise.
14485 * gdb.threads/continue-pending-status.exp: Likewise.
14486 * gdb.threads/leader-exit.exp: Likewise.
14487 * gdb.threads/manythreads.exp: Likewise.
14488 * gdb.threads/pthreads.exp: Likewise.
14489 * gdb.threads/schedlock.exp: Likewise.
14490 * gdb.threads/sigthread.exp: Likewise.
14491
a8f077dc
DB
144922015-12-11 Don Breazeal <donb@codesourcery.com>
14493
14494 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14495 remote.
14496 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14497 * gdb.base/foll-exec.exp (main): Enable for target remote.
14498 * gdb.base/foll-fork.exp (main): Likewise.
14499 * gdb.base/foll-vfork.exp (main): Likewise.
14500 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14501 (proc continue_to_exit_bp_loc): Use clean_restart.
14502 * gdb.base/pie-execl.exp (main): Disable for target remote.
14503 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14504 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14505 * gdb.threads/execl.exp (main): Likewise.
14506 * gdb.threads/fork-child-threads.exp (main): Likewise.
14507 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14508 remote.
14509 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14510 remote.
14511 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14512 pid.tid style ptids, instead of just tid.
14513 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14514 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14515 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14516 ptids, instead of just tid.
14517
3b2464a8
AB
145182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14519
14520 * gdb.base/list.exp (test_list_forward): Add end of file error
14521 test.
14522 (test_repeat_list_command): Add end of file error test.
14523 (test_list_backwards): Add beginning of file error test.
14524
a0def019
AB
145252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14526
14527 * gdb.base/list.exp (test_list_invalid_args): New function,
14528 defined, and called.
14529
5c000dff
AB
145302015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14531
14532 * gdb.base/list.exp (test_list): Make test names unique.
14533
f1637ebe
YQ
145342015-12-11 Yao Qi <yao.qi@linaro.org>
14535
14536 * gdb.base/coremaker2.c: Remove.
14537
36d6fc0a
PA
145382015-12-10 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.multi/base.exp: Remove stale "spaces" references.
14541
762f7747
PA
145422015-12-10 Pedro Alves <palves@redhat.com>
14543
14544 * gdb.multi/base.exp: Don't use nowarnings.
14545 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14546 * gdb.multi/hangout.c: Include stdio.h.
14547 * gdb.multi/hello.c: Include stdlib.h.
14548 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14549 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14550 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14551
28d2bfb9
AB
145522015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14553
14554 * gdb.dwarf2/dw2-ranges-base.c: New file.
14555 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14556 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14557 support additional line table, and debug ranges generation.
14558 (Dwarf::ranges): New function, generate .debug_ranges.
14559 (Dwarf::lines): Support generating simple line table programs.
14560 (Dwarf::assemble): Initialise new namespace variables.
14561
5fc2beac
KB
145622015-12-09 Kevin Buettner <kevinb@redhat.com>
14563
14564 * gdb.base/async.exp (proc test_background): Add case for
14565 asynchronous execution not supported.
14566
1c35a88f
LM
145672015-12-09 Luis Machado <lgustavo@codesourcery.com>
14568
14569 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14570 format and change test names to make them unique.
14571
b593e3d9
RK
145722015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14573 Pedro Alves <pedro@redhat.com>
14574
14575 PR gdb/18702
14576 Add checking of floatformats setup on x86_64 hosts.
14577 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14578 (smallval, bigval): New labels/constants.
14579 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14580 float" after loading bigval and smallval.
14581
d72413e6
PMR
145822015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14583
14584 * gdb.ada/fun_overload_menu.exp: New testcase.
14585 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14586
ece66d65
JS
145872015-12-04 Josh Stone <jistone@redhat.com>
14588
14589 * gdb.base/catch-fork-static.exp: New.
14590
41d0efca
YQ
145912015-12-03 Yao Qi <yao.qi@linaro.org>
14592
14593 * gdb.base/sizeof.c: Don't include stdio.h and
14594 ../lib/unbuffer_output.c.
14595 (main): New variable 'size' and 'value'. Remove printf and
14596 gdb_unbuffer_output. Assign return value to size and value.
14597 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14598 at the beginning.
14599 (check_sizeof): Check the result by printing variable 'size'.
14600 (check_valueof): Check the result by printing variable 'value'.
14601
99fd02d9
YQ
146022015-12-01 Yao Qi <yao.qi@linaro.org>
14603
14604 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14605 for aarch64*-*-linux* target.
14606
f2faf941
PA
146072015-11-30 Pedro Alves <palves@redhat.com>
14608
14609 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14610
04bf20c5
PA
146112015-11-30 Pedro Alves <palves@redhat.com>
14612
14613 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14614 Handle non-stop mode vCont replies.
14615
09df4675
PA
146162015-11-30 Pedro Alves <palves@redhat.com>
14617
14618 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14619 prepare_for_testing. Start gdb with "set non-stop on" appended to
14620 GDBFLAGS. Lax expected stop output.
14621
58b584af
YQ
146222015-11-27 Yao Qi <yao.qi@linaro.org>
14623
14624 * gdb.arch/arm-neon.exp: New.
14625 * gdb.arch/arm-neon.c: New.
14626
dfcb77a8
YQ
146272015-11-27 Yao Qi <yao.qi@linaro.org>
14628
14629 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14630
88e8ec1b
YQ
146312015-11-27 Yao Qi <yao.qi@linaro.org>
14632
14633 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14634 frames-invalid annotation.
14635
bfde72c2
YQ
146362015-11-27 Yao Qi <yao.qi@linaro.org>
14637
14638 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14639
f6512a69
SM
146402015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14641
14642 * gdb.threads/names.exp: New file.
14643 * gdb.threads/names.c: New file.
14644 * README: Mention gdb,no_thread_names.
14645
46a3515b
MM
146462015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14647
14648 PR 19297
14649 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14650 support" error.
14651
62147a22
PA
146522015-11-24 Pedro Alves <palves@redhat.com>
14653
14654 PR 17539
14655 * gdb.base/display.exp: Expect displays to be sorted in ascending
14656 order. Use multi_line.
14657 * gdb.base/solib-display.exp: Likewise.
14658
2f341b6e
PA
146592015-11-24 Pedro Alves <palves@redhat.com>
14660
14661 PR 17539
25d49b86
PA
14662 * gdb.base/display.exp: Expect displays to be sorted in ascending
14663 order. Use multi_line.
14664 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14665
7e0aa6aa
PA
146662015-11-24 Pedro Alves <palves@redhat.com>
14667
14668 PR 17539
14669 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14670 threads in ascending order.
14671 * gdb.base/foll-fork.exp: Likewise.
14672 * gdb.base/foll-vfork.exp: Likewise.
14673 * gdb.base/multi-forks.exp: Likewise.
14674 * gdb.mi/mi-nonstop.exp: Likewise.
14675 * gdb.mi/mi-nsintrall.exp: Likewise.
14676 * gdb.multi/base.exp: Likewise.
14677 * gdb.multi/multi-arch.exp: Likewise.
14678 * gdb.python/py-inferior.exp: Likewise.
14679 * gdb.threads/break-while-running.exp: Likewise.
14680 * gdb.threads/execl.exp: Likewise.
14681 * gdb.threads/gcore-thread.exp: Likewise.
14682 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14683 * gdb.threads/kill.exp: Likewise.
14684 * gdb.threads/linux-dp.exp: Likewise.
14685 * gdb.threads/multiple-step-overs.exp: Likewise.
14686 * gdb.threads/next-bp-other-thread.exp: Likewise.
14687 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14688 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14689 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14690 * gdb.threads/thread-find.exp: Likewise.
14691 * gdb.threads/tls.exp: Likewise.
14692 * lib/mi-support.exp (mi_reverse_list): Delete.
14693 (mi_check_thread_states): No longer reverse list.
14694
2cc57ad8
PA
146952015-11-24 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14698 use lowercase.
14699
c93e8391
SM
147002015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14701
14702 * gdb.trace/actions.c: Include trace-common.h.
14703 (main): Add a location for a fast tracepoint.
14704 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14705 the normal tracepoints.
14706 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14707
045ccf91
SM
147082015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14709
14710 * save-trace.exp: Factor out code to these...
14711 (gdb_save_tracepoints): New.
14712 (gdb_load_tracepoints): New.
14713 (do_save_load_test): New.
14714
5506f9f6
KB
147152015-11-23 Kevin Buettner <kevinb@redhat.com>
14716
14717 * gdb.base/asmlabel.exp: New test.
14718 * gdb.base/asmlabel.c: New test case.
14719
16c3b12f
JB
147202015-11-23 Joel Brobecker <brobecker@adacore.com>
14721
14722 * gdb.base/wrong_frame_bt_full-main.c: New file.
14723 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14724 * gdb.base/wrong_frame_bt_full.exp: New file.
14725
155bfbd3
JB
147262015-11-23 Joel Brobecker <brobecker@adacore.com>
14727
14728 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14729
bb097445
JM
147302015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14731
206853a0 14732 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14733 pstate register when comparing registers values in
14734 sparc64-*-linux-gnu targets to avoid spurious differences.
14735
9c88ed8f
JM
147362015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14737
206853a0 14738 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14739
96161e25
SL
147402015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14741
14742 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14743 as type argument to gdb_compile.
14744 * gdb.base/nested-subp2.exp: Likewise.
14745 * gdb.base/nested-subp3.exp: Likewise.
14746
340c2830
DV
147472015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14748
14749 * lib/dwarf.exp (_note): Fix left shift of negative value.
14750 * gdb.trace/trace-condition.exp: Likewise.
14751
c1862d0f
YQ
147522015-11-13 Yao Qi <yao.qi@linaro.org>
14753
14754 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14755 comments about d10v.
14756 (test_scalar_returns): Likewise.
14757 * gdb.base/d10v.ld: Remove.
14758 * gdb.base/overlays.exp: Remove the target triplet checking for
14759 d10v-*-*.
14760 * gdb.base/structs.exp (test_struct_returns): Remove the
14761 comments about d10v.
14762 (test_struct_calls): Likewise.
14763
77ae9c19
YQ
147642015-11-13 Yao Qi <yao.qi@linaro.org>
14765
14766 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14767 * gdb.base/gnu_vector.c: Don't include stdio.h.
14768 (main): Don't print res and call add_some_intvecs.
14769
430e004e
MK
147702015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14771
14772 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14773 macro.
14774 (func5): Removed.
14775 (func4): Use FAST_TRACEPOINT_LABEL.
14776 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14777 macro.
14778 (func): Removed.
14779 (thread_function): Use FAST_TRACEPOINT_LABEL.
14780 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14781 (func): Remove.
14782 (marker): Use FAST_TRACEPOINT_LABEL.
14783 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14784 (pendfunc1): Remove.
14785 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14786 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14787 (foo): Remove.
14788 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14789 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14790 macro.
14791 (func): Remove.
14792 (marker): Use FAST_TRACEPOINT_LABEL.
14793 * gdb.trace/trace-common.h: New header.
14794 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14795 macro.
14796 (func): Remove.
14797 (marker): Use FAST_TRACEPOINT_LABEL.
14798 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14799 (func): Remove.
14800 (thread_function): Use FAST_TRACEPOINT_LABEL.
14801
6e7675a7
MK
148022015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14803
14804 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14805 in front.
14806 * gdb.trace/change-loc.exp: Use global pcreg definition.
14807 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14808 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14809 in front.
14810 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14811 * gdb.trace/pending.exp: Likewise.
14812 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14813 * gdb.trace/trace-break.exp: Likewise.
14814 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14815 in front.
14816 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14817 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14818 in front.
14819 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14820
dddc0e16
JB
148212015-11-09 Joel Brobecker <brobecker@adacore.com>
14822
14823 * gdb.ada/fin_fun_out: New testcase.
14824
c6f0b406
KB
148252015-11-07 Kevin Buettner <kevinb@redhat.com>
14826
14827 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14828 value associated with DW_AT_byte_size.
14829 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14830 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14831 DW_AT_upper_bound.
14832
f01dcfd9
KB
148332015-11-07 Kevin Buettner <kevinb@redhat.com>
14834
14835 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14836 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14837 version.
14838 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14839 gdb.dwarf2/dw2-canonicalize-type.exp,
14840 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14841 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14842 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14843 provided by gdb_target_symbol_prefix_flags_asm.
14844 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14845 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14846 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14847 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14848 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14849 macros where needed). Use this macro for symbols which require
14850 the prefix provided by SYMBOL_PREFIX.
14851
2223449a
KB
148522015-11-05 Kevin Buettner <kevinb@redhat.com>
14853
14854 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14855 New procs.
14856 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14857 representing expressions, of more than one list element.
14858 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14859 to prepend linker symbol prefix to f.
14860 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14861 table_1 and table_2.
14862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14863 Likewise, for f and g.
14864 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14865 for ptr.
14866 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14867 for main.
14868 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14869 table_1_ptr and table_2_ptr.
14870
6f2f1a3a
JK
148712015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14872 Joel Brobecker <brobecker@adacore.com>
14873
14874 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14875
566c56c9
MK
148762015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14877
14878 * gdb.reverse/s390-mvcle.c: New test.
14879 * gdb.reverse/s390-mvcle.exp: New file.
14880 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14881
d5f0636b
MK
148822015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14883
14884 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14885
7ad8b86c
MK
148862015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14887
14888 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14889 reaching marker2.
14890 * gdb.reverse/getresuid-reverse.exp: Likewise.
14891 * gdb.reverse/pipe-reverse.exp: Likewise.
14892 * gdb.reverse/readv-reverse.exp: Likewise.
14893 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14894 * gdb.reverse/time-reverse.exp: Likewise.
14895 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14896
4081c0f1
YQ
148972015-10-30 Yao Qi <yao.qi@linaro.org>
14898
14899 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14900 (empty_cycle): Remove.
14901 (main): Don't call empty_cycle. Don't use watch_count_done.
14902 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14903 empty_cycle. Rewrite the code counting HW watchpoints.
14904
452b4ba5
MK
149052015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14906
14907 * gdb.reverse/fstatat-reverse.c: New test.
14908 * gdb.reverse/fstatat-reverse.exp: New file.
14909 * gdb.reverse/getresuid-reverse.c: New test.
14910 * gdb.reverse/getresuid-reverse.exp: New file.
14911 * gdb.reverse/pipe-reverse.c: New test.
14912 * gdb.reverse/pipe-reverse.exp: New file.
14913 * gdb.reverse/readv-reverse.c: New test.
14914 * gdb.reverse/readv-reverse.exp: New file.
14915 * gdb.reverse/recvmsg-reverse.c: New test.
14916 * gdb.reverse/recvmsg-reverse.exp: New file.
14917 * gdb.reverse/time-reverse.c: New test.
14918 * gdb.reverse/time-reverse.exp: New file.
14919 * gdb.reverse/waitpid-reverse.c: New test.
14920 * gdb.reverse/waitpid-reverse.exp: New file.
14921
5e2e7507
JK
149222015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14923
14924 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14925
0fde2c53
DE
149262015-10-26 Doug Evans <dje@google.com>
14927
14928 PR symtab/17391
14929 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14930 * gdb.dwarf2/bad-regnum.c: New file.
14931 * gdb.dwarf2/bad-regnum.exp: New file.
14932
1a70ae97
DE
149332015-10-26 Doug Evans <dje@google.com>
14934
14935 PR python/18938
14936 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14937 file.
14938
27dc26ab
JK
149392015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14940
14941 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14942 for a change by "Mention language in compile error message".
14943
bed91f4d
SM
149442015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14945
14946 PR python/18073
14947 * gdb.python/py-type.c (C::a_method): New.
14948 (C::a_const_method): New.
14949 (C::a_static_method): New.
14950 (a_function): New.
14951 * gdb.python/py-type.exp (test_fields): Test getting fields
14952 from function and method.
14953
3f2f83dd
KB
149542015-10-21 Keven Boell <keven.boell@intel.com>
14955
14956 * gdb.fortran/vla-alloc-assoc.exp: New file.
14957 * gdb.fortran/vla-datatypes.exp: New file.
14958 * gdb.fortran/vla-datatypes.f90: New file.
14959 * gdb.fortran/vla-history.exp: New file.
14960 * gdb.fortran/vla-ptype-sub.exp: New file.
14961 * gdb.fortran/vla-ptype.exp: New file.
14962 * gdb.fortran/vla-sizeof.exp: New file.
14963 * gdb.fortran/vla-sub.f90: New file.
14964 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14965 * gdb.fortran/vla-value-sub-finish.exp: New file.
14966 * gdb.fortran/vla-value-sub.exp: New file.
14967 * gdb.fortran/vla-value.exp: New file.
14968 * gdb.fortran/vla-ptr-info.exp: New file.
14969 * gdb.mi/mi-vla-fortran.exp: New file.
14970 * gdb.mi/vla.f90: New file.
14971
27145d50
SL
149722015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14973
14974 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14975 of hardwired timeout value.
14976
5f3ff4f8
JK
149772015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14978 Pedro Alves <palves@redhat.com>
14979
14980 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14981 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14982
bfd09d20
JS
149832015-10-19 Josh Stone <jistone@redhat.com>
14984
14985 * gdb.base/catch-syscall.c: Include <sched.h>.
14986 (unknown_syscall): New variable.
14987 (main): Trigger a vfork and an unknown syscall.
14988 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14989 (unknown_syscall_number): Likewise.
14990 (check_call_to_syscall): Accept an optional syscall pattern.
14991 (check_return_from_syscall): Likewise.
14992 (check_continue): Likewise.
14993 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14994 (test_catch_syscall_skipping_return): New test toggling off 'catch
14995 syscall' to step over the syscall return, then toggling back on.
14996 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14997 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14998 (do_syscall_tests): Call test_catch_syscall_without_args and
14999 test_catch_syscall_mid_vfork.
15000 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15001 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15002
b32b93c6
AS
150032015-10-19 Andrew Stubbs <ams@codesourcery.com>
15004
15005 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15006 print g_vE): Add new pass patterns.
15007 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15008 print various symbol names for vptr fields.
15009
9d622bda
AB
150102015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15011
15012 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15013 results.
15014
0fd8ac1c
YQ
150152015-10-12 Yao Qi <yao.qi@linaro.org>
15016
15017 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15018
34240514
YQ
150192015-10-12 Yao Qi <yao.qi@linaro.org>
15020
15021 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15022 is aarch64*-*-linux*.
15023
8240f442
YQ
150242015-10-12 Yao Qi <yao.qi@linaro.org>
15025
15026 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15027 (can_relocate_bcond_true): ... it.
15028 (can_relocate_bcond_false): New function.
15029 (foo): Likewise.
15030 (can_relocate_bl): Likewise.
15031 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15032 can_relocate_bl.
15033
2520f728
PMR
150342015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15035
15036 * gdb.base/nested-addr.c: New file.
15037 * gdb.base/nested-addr.exp: New testcase.
15038
abcef95a
MM
150392015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15040
15041 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15042 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15043 its output. Ignore the output of "record goto begin" and instead
15044 check that GDB is replaying.
15045
145e3ddb
PA
150462015-10-09 Pedro Alves <palves@redhat.com>
15047
15048 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15049 (top level): Use it in the run with no args test.
15050
d5d8c4e1
IB
150512015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15052
15053 * gdb.dlang/properties.exp: New file.
15054
06e635ef
SL
150552015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15056
15057 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15058 whether or not address 0x1000 is mapped on the target.
15059
e019fd1d
SM
150602015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15061
15062 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15063 build.
15064
77ba2a67
MM
150652015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15066
15067 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15068 instruction-history test.
15069
c60eb31f
DE
150702015-09-28 Doug Evans <dje@google.com>
15071
15072 * gdb.base/gcore.c (array_func): Add reference to static_array.
15073
9a3c8263
SM
150742015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15075
15076 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15077 source line.
15078
9720e656
SL
150792015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15080
15081 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15082 short or char as base type.
15083
938d3bf2
SL
150842015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15085
15086 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15087 to allow any size enum.
15088
e6c2c623
PMR
150892015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15090
15091 * gdb.ada/array_ptr_renaming.exp: New testcase.
15092 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15093 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15094
06da0f77
PL
150952015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15096
15097 * gdb.trace/ftrace-lock.c: New file.
15098 * gdb.trace/ftrace-lock.exp: New file.
15099
4f51c22a
PL
151002015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15101
15102 * gdb.arch/insn-reloc.c: New file.
15103 * gdb.arch/ftrace-insn-reloc.exp: New file.
15104
7041adf4
PL
151052015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15106
15107 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15108 instruction.
15109 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15110 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15111 * gdb.trace/range-stepping.c: Likewise.
15112 * gdb.trace/trace-break.c: Likewise.
15113 * gdb.trace/trace-mt.c (thread_function): Likewise.
15114 * gdb.trace/ftrace.c (marker): Likewise.
15115 * gdb.trace/trace-condition.c (marker): Likewise.
15116 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15117 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15118 is_aarch64_target.
15119
015d2e7e
DE
151202015-09-18 Doug Evans <xdje42@gmail.com>
15121
15122 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15123 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15124
26b188a2
SL
151252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15126
15127 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15128 the breakpoint.
15129
79dc332b
SL
151302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15131
15132 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15133 the pending breakpoint. Remove timeout override for "Run till
15134 MI pending breakpoint on pendfunc3 on thread 2" test.
15135
f57929f2
SL
151362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15137
15138 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15139 filename pattern.
15140
3f469b17
SL
151412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15142
15143 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15144 in breakpoint filename pattern.
15145
515b89b3
SL
151462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15147
7800dbe4
SL
15148 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15149
151502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15151
515b89b3
SL
15152 * gdb.linespec/explicit.exp: Check for readline support for
15153 tab-completion tests. Fix obvious typo.
15154
d2939ba2
MM
151552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15156
15157 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15158 and replay.
15159
cbb55fa7
MM
151602015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15161
15162 * gdb.btrace/non-stop.c: New.
15163 * gdb.btrace/non-stop.exp: New.
15164
43691ca1
PL
151652015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15166 Yao Qi <yao.qi@linaro.org>
15167
15168 * gdb.trace/trace-condition.c: New file.
15169 * gdb.trace/trace-condition.exp: New file.
15170
d78908cf
WW
151712015-09-16 Wei-cheng Wang <cole945@gmail.com>
15172
15173 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15174 for testing bytecode compilation.
15175
1ed415e2
PA
151762015-09-16 Pedro Alves <palves@redhat.com>
15177 Sandra Loosemore <sandra@codesourcery.com>
15178
15179 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15180 (SECONDS): Redefine.
15181 (main): Call pthread_kill and alarm early.
15182 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15183 support.
15184 (test): If the target can't hardware step and doesn't support
15185 displaced stepping, increase the timeout.
15186
d136eff5
PA
151872015-09-16 Pedro Alves <palves@redhat.com>
15188
15189 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15190 (enable_debug): New procedures.
15191 (test): Use them. Bail out if waiting for threads fails.
15192 (top level): Bail out if a test fails.
15193
991f019c
YQ
151942015-09-16 Yao Qi <yao.qi@linaro.org>
15195
15196 * gdb.asm/asm-source.exp: Set asm-arch for
15197 aarch64*-*-* target.
15198 * gdb.asm/aarch64.inc: New file.
15199
bfca584f
PMR
152002015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15201
15202 * gdb.ada/array_of_variable_length.exp: New testcase.
15203 * gdb.ada/array_of_variable_length/foo.adb: New file.
15204 * gdb.ada/array_of_variable_length/pck.adb: New file.
15205 * gdb.ada/array_of_variable_length/pck.ads: New file.
15206
b326e587
DE
152072015-09-15 Doug Evans <dje@google.com>
15208
15209 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15210 of function static local variable.
15211
5382cfab
PW
152122015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15213
15214 * gdb.threads/tls-so_extern.exp: New test file.
15215 * gdb.threads/tls-so_extern.c: New test file.
15216 * gdb.threads/tls-so_extern_main.c: New test file.
15217
141c5cc4
JK
152182015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15219
15220 * gdb.opt/solib-intra-step-lib.c: New file.
15221 * gdb.opt/solib-intra-step-main.c: New file.
15222 * gdb.opt/solib-intra-step.exp: New file.
15223
d15dcecd
PA
152242015-09-15 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15227 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15228
4c2f2a79
PA
152292015-09-14 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.base/hook-stop-continue.c: Delete.
15232 * gdb.base/hook-stop-continue.exp: Delete.
15233 * gdb.base/hook-stop-frame.c: Delete.
15234 * gdb.base/hook-stop-frame.exp: Delete.
15235 * gdb.base/hook-stop.c: New file.
15236 * gdb.base/hook-stop.exp: New file.
15237
919e6dbe
PMR
152382015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15239
15240 * gdb.ada/access_to_packed_array.exp: New testcase.
15241 * gdb.ada/access_to_packed_array/foo.adb: New file.
15242 * gdb.ada/access_to_packed_array/pack.adb: New file.
15243 * gdb.ada/access_to_packed_array/pack.ads: New file.
15244
157280a4
MM
152452015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15246
15247 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15248 buffer size test.
15249
2fd33e94
DB
152502015-09-11 Don Breazeal <donb@codesourcery.com>
15251
15252 * gdb.base/foll-exec.c: Add copyright header. Fix
15253 formatting issues.
15254 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15255 (do_exec_tests): Use clean_restart in place of zap_session,
15256 and for test initialization. Fix formatting issues. Use
15257 fail in place of perror.
15258 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15259 an expect statement to match an expression with output from
15260 the program under debug.
15261 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15262 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15263 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15264 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15265 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15266
e70b6e8e
DE
152672015-09-09 Doug Evans <dje@google.com>
15268
15269 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15270
7a551a51
DE
152712015-09-09 Doug Evans <dje@google.com>
15272
15273 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15274
4c666f84
DE
152752015-09-09 Doug Evans <dje@google.com>
15276
15277 * gdb.base/savedregs.exp: Fix typo.
15278
243a9253
PA
152792015-09-09 Pedro Alves <palves@redhat.com>
15280
15281 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15282
c0fa8fbd
SL
152832015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15284
15285 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15286 command actually switches threads. Give up on remaining
15287 tests if target fails to stop at breakpoint.
15288
cd7c1778
PMR
152892015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15290
15291 * gdb.ada/funcall_char.exp: New testcase.
15292 * gdb.ada/funcall_char/foo.adb: New file.
15293
dc5c8746
PMR
152942015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15295
15296 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15297 expected outputs. Add two testcases for completing ambiguous
15298 functions.
15299 * gdb.ada/complete/aux_pck.adb: New file.
15300 * gdb.ada/complete/aux_pck.ads: New file.
15301 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15302 Ambiguous_Func functions.
15303 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15304 * gdb.ada/complete/pck.adb: Likewise.
15305
4e83a1e7
UW
153062015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15307
15308 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15309 failures to run the test program under GDB.
15310
8ce74153
LM
153112015-08-26 Luis Machado <lgustavo@codesourcery.com>
15312
15313 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15314 to C.
15315
e9756d52
PP
153162015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15317
15318 * gdb.base/run-after-attach.exp: New test file.
15319 * gdb.base/run-after-attach.c: New test file.
15320
8d37573b
DB
153212015-08-26 Don Breazeal <donb@codesourcery.com>
15322
15323 * gdb.base/foll-exec-2.c: New test program.
15324 * gdb.base/foll-exec-2.exp: New test.
15325
63e43d3a
PMR
153262015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15327
15328 * gdb.base/nested-subp1.exp: New file.
15329 * gdb.base/nested-subp1.c: New file.
15330 * gdb.base/nested-subp2.exp: New file.
15331 * gdb.base/nested-subp2.c: New file.
15332 * gdb.base/nested-subp3.exp: New file.
15333 * gdb.base/nested-subp3.c: New file.
15334
3d40fbb5
PA
153352015-08-24 Pedro Alves <palves@redhat.com>
15336
15337 * gdb.server/connect-without-multi-process.c: New file.
15338 * gdb.server/connect-without-multi-process.exp: New file.
15339
4422ac93
LM
153402015-08-24 Luis Machado <lgustavo@codesourcery.com>
15341
15342 * gdb.opt/inline-markers.c: Make z int.
15343
91dddb86
LM
153442015-08-24 Luis Machado <lgustavo@codesourcery.com>
15345
15346 * gdb.opt/inline-markers.c: Make z volatile.
15347
a48847ee
LM
153482015-08-24 Luis Machado <lgustavo@codesourcery.com>
15349
15350 * gdb.opt/inline-bt.c: New volatile global z.
15351 * gdb.opt/inline-cmds.c: Likewise.
15352 * gdb.opt/inline-locals.c: Likewise.
15353 * gdb.opt/inline-markers.c: New extern global z.
15354 (marker): Use z.
15355 (inline_fn): Likewise.
15356
0ebbc52b
PA
153572015-08-24 Pedro Alves <palves@redhat.com>
15358
15359 * config/m32r-stub.exp: Remove file.
15360 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15361 * gdb.base/call-rt-st.exp: Likewise.
15362 * gdb.base/call-strs.exp: Likewise.
15363 * gdb.base/default.exp: Remove references to h8300-*-hms and
15364 *-*-udi*.
15365 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15366
77c365df
AA
153672015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15368
15369 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15370 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15371 and "return" use KFAIL when GDB can not read/write the vector
15372 return value.
15373
4313b8c0
GB
153742015-08-21 Gary Benson <gbenson@redhat.com>
15375
15376 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15377
0e433b32
PA
153782015-08-20 Pedro Alves <palves@redhat.com>
15379
15380 * gdb.server/solib-list.exp: No longer expect an interior stop in
15381 non-stop mode.
15382
221e1a37
PA
153832015-08-20 Pedro Alves <palves@redhat.com>
15384
15385 * gdb.server/connect-stopped-target.c: New file.
15386 * gdb.server/connect-stopped-target.exp: New file.
15387
40e3ad0e
PA
153882015-08-20 Pedro Alves <palves@redhat.com>
15389
15390 * gdb.dwarf2/comp-unit-lang.exp: New file.
15391 * gdb.dwarf2/comp-unit-lang.c: New file.
15392
af39b327
PMR
153932015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15394
15395 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15396 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15397
7d45c7c3 153982015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15399
7d45c7c3
KB
15400 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15401 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15402
4d6cceb4
DE
154032015-08-18 Doug Evans <dje@google.com>
15404 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15405
15406 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15407 skip_python_tests. New arg prompt_regexp.
15408 (skip_python_tests): New function.
15409 * lib/mi-support.exp (mi_skip_python_tests): New function.
15410 * gdb.python/py-mi-objfile-gdb.py: New file.
15411 * gdb.python/py-mi-objfile.c: New file.
15412 * gdb.python/py-mi-objfile.exp: New file.
15413
ad89c2aa
KS
154142015-08-17 Keith Seitz <keiths@redhat.com>
15415
15416 * gdb.linespec/explicit.exp: Move strace test from here ...
15417 * gdb.trace/strace.exp: ... to here.
15418
e3ae3c43
PP
154192015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15420
15421 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15422 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15423
604b2636
DE
154242015-08-14 Doug Evans <xdje42@gmail.com>
15425
15426 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15427 inferior before selecting a new file.
15428
6ff0ba5f
DE
154292015-08-14 Doug Evans <xdje42@gmail.com>
15430
15431 * gdb.mi/mi-disassemble.exp: Update.
15432 * gdb.base/disasm-optim.S: New file.
15433 * gdb.base/disasm-optim.c: New file.
15434 * gdb.base/disasm-optim.h: New file.
15435 * gdb.base/disasm-optim.exp: New file.
15436
9ca98f92
KS
154372015-08-14 Keith Seitz <keiths@redhat.com>
15438
15439 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15440 "evaluated-by".
15441
52bbc560
JB
154422015-08-13 Joel Brobecker <brobecker@adacore.com>
15443
15444 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15445
5d8c3ed3
PMR
154462015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15447
15448 * gdb.ada/fun_renaming.exp: New testcase.
15449 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15450 * gdb.ada/fun_renaming/pack.adb: New file.
15451 * gdb.ada/fun_renaming/pack.ads: New file.
15452
ea8812bc
KS
154532015-08-12 Keith Seitz <keiths@redhat.com>
15454
15455 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15456 gdb_get_line_number.
15457
4dafcdeb
JB
154582015-08-12 Joel Brobecker <brobecker@adacore.com>
15459
15460 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15461 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15462 gdb.base/dso2dso.exp: New files.
15463
5ba32597
SDJ
154642015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15465 Pedro Alves <palves@redhat.com>
15466 Keith Seitz <keiths@redhat.com>
15467
15468 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15469 GDBFLAGS.
15470
b6dafabf
PP
154712015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15472
15473 * gdb.base/gdbhistsize-history.exp
15474 (test_histsize_history_setting): Use save_vars.
15475 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15476 Use save_vars.
15477 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15478 * gdb.base/readline.exp: Use save_vars.
15479
abe8e607
PP
154802015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15481
15482 * lib/gdb.exp (save_vars): New proc.
15483
629500fa
KS
154842015-08-11 Keith Seitz <keiths@redhat.com>
15485
15486 * gdb.base/help.exp: Update help_breakpoint_text.
15487
eb8c4e2e
KS
154882015-08-11 Keith Seitz <keiths@redhat.com>
15489
15490 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15491 (at toplevel): Call test_explicit_breakpoints.
15492 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15493 breakpoints.
15494 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15495 breakpoint conditions, "-cond".
15496
87f0e720
KS
154972015-08-11 Keith Seitz <keiths@redhat.com>
15498
15499 * gdb.linespec/3explicit.c: New file.
15500 * gdb.linespec/cpexplicit.cc: New file.
15501 * gdb.linespec/cpexplicit.exp: New file.
15502 * gdb.linespec/explicit.c: New file.
15503 * gdb.linespec/explicit.exp: New file.
15504 * gdb.linespec/explicit2.c: New file.
15505 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15506 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15507 before using in the matching pattern.
15508 Clarify that `prefix' is a regular expression.
15509
f00aae0f
KS
155102015-08-11 Keith Seitz <keiths@redhat.com>
15511
15512 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15513 test.
15514 Add tests for missing ",FMT" and ",".
15515
e27852be
DE
155162015-08-10 Doug Evans <dje@google.com>
15517 Keith Seitz <keiths@redhat.com>
15518
15519 PR gdb/17960
15520 * gdb.base/completion.exp: Add location completer tests.
15521
7f03bd92
PA
155222015-08-07 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15525 tests here.
15526 (top level): Run do_test with and without displaced stepping.
15527
3fc8eb30
PA
155282015-08-07 Pedro Alves <palves@redhat.com>
15529
15530 * gdb.base/valgrind-disp-step.c: New file.
15531 * gdb.base/valgrind-disp-step.exp: New file.
15532
d4569d7b
PA
155332015-08-07 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15536 Delete function.
15537 (main): Add alarm. Run an infinite loop instead of calling
15538 wait_threads.
15539 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15540 comment.
15541 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15542 Delete function.
15543 (main): Add alarm. Run an infinite loop instead of calling
15544 wait_threads.
15545 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15546 comment.
15547
e1316e60
PA
155482015-08-07 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.base/checkpoint-ns.exp: New file.
15551 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15552 standard_testfile.
15553
da8c46d2
MM
155542015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15555
15556 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15557 * gdb.btrace/instruction_history.exp: Update.
15558 * gdb.btrace/tsx.exp: New.
15559 * gdb.btrace/tsx.c: New.
15560
de1c2c52
PA
155612015-08-06 Pedro Alves <palves@redhat.com>
15562
15563 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15564 increase timeout.
15565 * gdb.reverse/until-precsave.exp: Bump timeouts.
15566
782e0bf4
PA
155672015-08-06 Pedro Alves <palves@redhat.com>
15568
15569 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15570
83e97ed0
PA
155712015-08-06 Pedro Alves <palves@redhat.com>
15572
15573 PR gdb/18749
15574 * gdb.threads/process-dies-while-handling-bp.c: New file.
15575 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15576
863d01bd
PA
155772015-08-06 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15580 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15581
0a39bb32
PA
155822015-08-05 Pedro Alves <palves@redhat.com>
15583
15584 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15585 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15586
ee2d2b10
SL
155872015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15588
15589 * gdb.base/bp-permanent.exp: Report test as unsupported if
15590 the target cannot stop at the permanent breakpoint.
15591
4e1bdb00
DE
155922015-08-03 Doug Evans <dje@google.com>
15593
15594 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15595 10000.
15596
3d338901
DE
155972015-08-03 Doug Evans <dje@google.com>
15598
15599 * Makefile.in (workers/%.worker, build-perf): New rule.
15600 (GDB_PERFTEST_MODE): New variable.
15601 (check-perf): Use it.
15602 (clean): Clean up gdb.perf parallel build subdirs.
15603 * lib/build-piece.exp: New file.
15604 * lib/gdb.exp (make_gdb_parallel_path): New function
15605 (standard_output_file, standard_temp_file): Call it.
15606 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15607 of $GDB_PARALLEL.
15608 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15609
af061d3e
DE
156102015-08-03 Doug Evans <dje@google.com>
15611
8e1afc81 15612 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15613 (LOG_FILE_NAME): New global.
15614 (TextReporter.__init__): Initialize self.txt_sum.
15615 (TextReporter.report): Add support for multiple data-points.
15616 Move report to perftest.sum, put raw data in perftest.log.
15617 (TextReporter.start): Open sum and log files.
15618 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15619 * gdb.perf/lib/perftest/testresult.py
15620 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15621
2c8c5d37
PA
156222015-07-31 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15625 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15626 kill_wait_spawned_process instead of explicit "kill -9".
15627 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15628 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15629 kill_wait_spawned_process.
15630 * gdb.base/attach-twice.exp: Likewise.
15631 * gdb.base/attach.exp: Likewise.
15632 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15633 gdb_test_multiple.
15634 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15635 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15636 kill_wait_spawned_process.
15637 * gdb.base/valgrind-infcall.exp: Likewise.
15638 * gdb.multi/multi-attach.exp: Likewise.
15639 * gdb.python/py-prompt.exp: Likewise.
15640 * gdb.python/py-sync-interp.exp: Likewise.
15641 * gdb.server/ext-attach.exp: Likewise.
15642 * gdb.threads/attach-into-signal.exp (corefunc): Use
15643 spawn_wait_for_attach, spawn_id_get_pid and
15644 kill_wait_spawned_process.
15645 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15646 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15647 spawn_id_get_pid and kill_wait_spawned_process.
15648 * gdb.threads/attach-stopped.exp (corefunc): Use
15649 spawn_wait_for_attach, spawn_id_get_pid and
15650 kill_wait_spawned_process.
15651 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15652 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15653 kill_wait_spawned_process instead of explicit "kill -9".
15654 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15655 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15656 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15657 processes. Don't map cygwin/windows pids here. Now returns a
15658 spawn id list.
15659
032a0fca
SL
156602015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15661
15662 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15663 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15664 correct patch.
15665
61a934ca
SL
156662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15667
15668 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15669
4bc4d428
SL
156702015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15671
15672 Reapply:
15673 2014-05-21 Mark Wielaard <mjw@redhat.com>
15674
15675 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15676
998d452a
PA
156772015-07-30 Pedro Alves <palves@redhat.com>
15678
15679 * linux-low.c (handle_extended_wait): Set the child's last
15680 reported status to TARGET_WAITKIND_STOPPED.
15681
69dde7dc
PA
156822015-07-30 Pedro Alves <palves@redhat.com>
15683
15684 PR threads/18600
15685 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15686 only shows inferior 1.
15687
4dd63d48
PA
156882015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15689 Pedro Alves <palves@redhat.com>
15690
15691 PR threads/18600
15692 * gdb.threads/fork-plus-threads.c: New file.
15693 * gdb.threads/fork-plus-threads.exp: New file.
15694
d618e4c5
PP
156952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15696
15697 * gdb.base/batch-preserve-term-settings.exp
15698 (test_terminal_settings_preserved_after_cli_exit): Use
15699 send_quit_command.
15700
1eef6428
PA
157012015-07-29 Pedro Alves <palves@redhat.com>
15702 Don Breazeal <donb@codesourcery.com>
15703
15704 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15705 output from both inferior_spawn_id and gdb_spawn_id.
15706
7da5b897
SDJ
157072015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15708
15709 * gdb.threads/attach-into-signal.exp (corefunc): Use
15710 with_test_prefix on nested loops, uniquefying the test messages.
15711
dac804df
SDJ
157122015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15713
15714 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15715 commit.
15716
06265e53
PP
157172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15718
15719 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15720 New proc.
15721 (test_terminal_settings_preserved_after_sigterm): New test.
15722
18206ca3
PP
157232015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15724
15725 * gdb.base/batch-preserve-term-settings.exp
15726 (test_terminal_settings_preserved_after_cli_exit): New test.
15727
90074d11
PP
157282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15729
15730 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15731 manipulation of saved_gdbflags.
15732 (test_terminal_settings_preserved): Remove global declaration of
15733 the unused variable pagination_prompt. Remove manipulation of
15734 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15735 GDBFLAGS.
15736
eb1a7902
PA
157372015-07-29 Pedro Alves <palves@redhat.com>
15738
15739 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15740
8b75dd3b
PA
157412015-07-29 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15744 at the top.
15745
dedad4e3
PA
157462015-07-29 Pedro Alves <palves@redhat.com>
15747
15748 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15749 (main): Call gdb_unbuffer_output.
15750 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15751 (main): Call gdb_unbuffer_output.
15752 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15753 (main): Call gdb_unbuffer_output.
15754 * gdb.base/call-strs.exp: Adjust to step over the
15755 gdb_unbuffer_output call.
15756 * gdb.base/catch-gdb-caused-signals.c: Include
15757 "../lib/unbuffer_output.c".
15758 (main): Call gdb_unbuffer_output.
15759 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15760 (main): Call gdb_unbuffer_output.
15761 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15762 (main): Call gdb_unbuffer_output.
15763 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15764 (main): Call gdb_unbuffer_output.
15765 * gdb.base/shlib-call.exp: Adjust to step over the
15766 gdb_unbuffer_output call.
15767 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15768 (main): Call gdb_unbuffer_output.
15769 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15770 (main): Call gdb_unbuffer_output.
15771 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15772 (main): Rename to ...
15773 (test): ... this.
15774 (main): Reimplement.
15775 * gdb.base/varargs.exp: Run to test instead of to main.
15776 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15777 (main): Call gdb_unbuffer_output.
15778
58789a91
PA
157792015-07-29 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15782 factore out from mi_continue_dprintf. For call-style dprintfs,
15783 expect dprintf output out of $inferior_spawn_id.
15784 (mi_continue_dprintf): Use mi_expect_dprintf.
15785 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15786 (main): Call gdb_unbuffer_output.
15787
e8376742
PA
157882015-07-29 Pedro Alves <palves@redhat.com>
15789
15790 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15791 (default_mi_gdb_start): Set inferior_spawn_id instead of
15792 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15793 gdb_spawn_id.
15794 (mi_gdb_test): Always expect inferior output from both
15795 $inferior_spawn_id and $gdb_spawn_id.
15796
08280010
PA
157972015-07-29 Pedro Alves <palves@redhat.com>
15798
15799 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15800 send_inferior and $inferior_spawn_id.
15801
4d30e432
PA
158022015-07-29 Pedro Alves <palves@redhat.com>
15803
15804 * gdb.gdb/complaints.exp (test_initial_complaints)
15805 (test_serial_complaints, test_short_complaints): Use
15806 gdb_test_stdio.
15807 (test_empty_complaint): Handle $inferior_spawn_id !=
15808 $gdb_spawn_id.
15809
0d30a335
PA
158102015-07-29 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.base/varargs.exp: Use gdb_test_stdio.
15813
39413b29
PA
158142015-07-29 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15817
7cb000a9
PA
158182015-07-29 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15821
d7b8ac82
PA
158222015-07-29 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15825 parameter into two new parameters, "inf_result" and "gdb_result".
15826 Expect inferior output and gdb output from $inferior_spawn_id and
15827 $gdb_spawn_id, respectively. Adjust all callers.
15828
789c3a0c
PA
158292015-07-29 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15832 of gdb_test_sequence.
15833
77e760c3
PA
158342015-07-29 Pedro Alves <palves@redhat.com>
15835
15836 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15837 (saw_spurious_output): Expect inferior output from
15838 $inferior_spawn_id. Use gdb_test_stdio.
15839
8396d2cd
PA
158402015-07-29 Pedro Alves <palves@redhat.com>
15841
15842 * gdb.base/dprintf.exp: Use standard_testfile. Change
15843 prepare_for_testing call.
15844 (srcfile): Don't set.
15845 (restart): New procedure.
15846 (test_dprintf): New procecure, use to continue over dprintfs.
15847 (test_call, test_agent): New procedures, tests moved here.
15848 Restart gdb and recreate dprintfs. Adjust expected output.
15849
2051d61f
PA
158502015-07-29 Pedro Alves <palves@redhat.com>
15851
15852 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15853
452397af
PA
158542015-07-29 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15857
8aed9555
PA
158582015-07-29 Pedro Alves <palves@redhat.com>
15859
15860 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15861 gdb_test_stdio.
15862
188a61b4
PA
158632015-07-29 Pedro Alves <palves@redhat.com>
15864
15865 * lib/gdb.exp (gdb_test_stdio): New procedure.
15866
12264a45
PA
158672015-07-29 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15870
23ffc893
PA
158712015-07-29 Pedro Alves <palves@redhat.com>
15872
15873 * gdb.base/call-signal-resume.exp: Remove check for
15874 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15875 * gdb.base/unwindonsignal.exp: Likewise.
15876 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15877 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15878
65566918
PA
158792015-07-29 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.base/siginfo-addr.c (pass): New function.
15882 (handler): Call it iff si_addr is correct.
15883 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15884 Set a breakpoint at "pass" and continue to it.
15885
d60a9221
SDJ
158862015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15887
15888 * gdb.python/py-objfile.exp: Make some tests have unique names.
15889 * gdb.python/py-pp-registration.exp: Likewise.
15890
bde40b8f
PA
158912015-07-28 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15894
13e1dec8
SM
158952015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15896
15897 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15898
da33c9a7
SM
158992015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15900
15901 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15902
077836f7
PP
159032015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15904
15905 * gdb.base/gdb-sigterm-2.exp: New test.
15906
b8cc7b2e
DE
159072015-07-25 Doug Evans <xdje42@gmail.com>
15908
15909 Revert:
15910 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15911 (workers/%.worker, build-perf): New rule.
15912 (GDB_PERFTEST_MODE): New variable.
15913 (check-perf): Use it.
15914 (clean): Clean up gdb.perf parallel build subdirs.
15915 * lib/build-piece.exp: New file.
15916 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15917 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15918 name.
15919 (standard_temp_file): Ditto.
15920 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15921 of $GDB_PARALLEL.
15922
c8bd4544
DE
159232015-07-24 Doug Evans <dje@google.com>
15924
15925 * gdb.perf/lib/perftest/utils.py: New file.
15926 * gdb.perf/gm-hello.cc: New file.
15927 * gdb.perf/gm-pervasive-typedef.cc: New file.
15928 * gdb.perf/gm-pervasive-typedef.h: New file.
15929 * gdb.perf/gm-std.cc: New file.
15930 * gdb.perf/gm-std.h: New file.
15931 * gdb.perf/gm-use-cerr.cc: New file.
15932 * gdb.perf/gm-utils.h: New file.
15933 * gdb.perf/gmonster-null-lookup.py: New file.
15934 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15935 * gdb.perf/gmonster-print-cerr.py: New file.
15936 * gdb.perf/gmonster-ptype-string.py: New file.
15937 * gdb.perf/gmonster-runto-main.py: New file.
15938 * gdb.perf/gmonster-select-file.py: New file.
15939 * gdb.perf/gmonster1-null-lookup.exp: New file.
15940 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15941 * gdb.perf/gmonster1-print-cerr.exp: New file.
15942 * gdb.perf/gmonster1-ptype-string.exp: New file.
15943 * gdb.perf/gmonster1-runto-main.exp: New file.
15944 * gdb.perf/gmonster1-select-file.exp: New file.
15945 * gdb.perf/gmonster1.cc: New file.
15946 * gdb.perf/gmonster1.exp: New file.
15947 * gdb.perf/gmonster2-null-lookup.exp: New file.
15948 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15949 * gdb.perf/gmonster2-print-cerr.exp: New file.
15950 * gdb.perf/gmonster2-ptype-string.exp: New file.
15951 * gdb.perf/gmonster2-runto-main.exp: New file.
15952 * gdb.perf/gmonster2-select-file.exp: New file.
15953 * gdb.perf/gmonster2.cc: New file.
15954 * gdb.perf/gmonster2.exp: New file.
15955
6eab34f3
DE
159562015-07-24 Doug Evans <dje@google.com>
15957
15958 * gdb.perf/README: New file.
15959 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15960 * lib/gen-perf-test.exp: New file.
15961
63738bfd
DE
159622015-07-24 Doug Evans <dje@google.com>
15963
15964 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15965 (PerfTest::startup): New function.
15966 (PerfTest::run): Return result of calling body.
15967 (PerfTest::assemble): Rewrite.
15968 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15969 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15970 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15971 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15972 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15973
7b606f95
DE
159742015-07-24 Doug Evans <dje@google.com>
15975
15976 * lib/gdb.exp (clean_restart): Make executable optional.
15977
a97b16b8
DE
159782015-07-24 Doug Evans <dje@google.com>
15979
15980 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15981 compiler_info references.
15982 * gdb.cp/temargs.exp: Ditto.
15983 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15984 (get_compiler_info): Early exit if already computed. Set compiler_info
15985 to "unknown" if there was a problem.
15986 (test_compiler_info): Add function comment. Call get_compiler_info.
15987
35baa57f
DE
159882015-07-24 Doug Evans <dje@google.com>
15989
15990 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15991 (workers/%.worker, build-perf): New rule.
15992 (GDB_PERFTEST_MODE): New variable.
15993 (check-perf): Use it.
15994 (clean): Clean up gdb.perf parallel build subdirs.
15995 * lib/build-piece.exp: New file.
15996 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15997 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15998 name.
15999 (standard_temp_file): Ditto.
16000 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16001 of $GDB_PARALLEL.
16002
6ebea266
DE
160032015-07-24 Doug Evans <dje@google.com>
16004
16005 * lib/future.exp (gdb_default_target_compile): New option
16006 "early_flags".
16007 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16008 --as-needed.
16009
1e76a7e9
SDJ
160102015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16011
16012 * gdb.base/catch-syscall.exp: Call gdb_exit before
16013 gdb_skip_xml_test.
16014
5068630a
PA
160152015-07-24 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.python/py-events.exp: Accept output between the stop event
16018 and the prompt.
16019 * gdb.python/py-evsignal.exp: Likewise.
16020 * gdb.python/py-evthreads.exp: Likewise.
16021
77598427
PA
160222015-07-24 Pedro Alves <palves@redhat.com>
16023
16024 PR gdb/18717
16025 * gdb.threads/non-ldr-exit.c: New file.
16026 * gdb.threads/non-ldr-exit.exp: New file.
16027
11e6c98f
YQ
160282015-07-24 Yao Qi <yao.qi@linaro.org>
16029
16030 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16031 restarting process.
16032
51aee833
YQ
160332015-07-24 Yao Qi <yao.qi@linaro.org>
16034
16035 * gdb.server/ext-restart.exp: New file.
16036
8cfe207c
YQ
160372015-07-24 Yao Qi <yao.qi@linaro.org>
16038
16039 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16040 argument options.
16041 * gdb.server/ext-wrapper.exp: New file.
16042
cc12ce38
DE
160432015-07-23 Doug Evans <dje@google.com>
16044
16045 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16046 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16047
d0d84780
PMR
160482015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16049
16050 * gdb.ada/var_arr_typedef.exp: New testcase.
16051 * gdb.ada/var_arr_typedef/pack.adb: New file.
16052 * gdb.ada/var_arr_typedef/pack.ads: New file.
16053 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16054
8b558f79
JB
160552015-07-20 Joel Brobecker <brobecker@adacore.com>
16056
16057 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16058
775a3298
JK
160592015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16060
16061 * gdb.arch/i386-biarch-core.exp: Replace istarget
16062 by "complete set gnutarget". Remove expectation for the "core-file"
16063 command.
16064
db1ff28b
JK
160652015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16066
16067 Revert the previous commit:
16068 Tests for validate symbol file using build-id.
16069
0a94970d
JK
160702015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16071
16072 Tests for validate symbol file using build-id.
16073 * gdb.base/solib-mismatch-lib.c: New file.
16074 * gdb.base/solib-mismatch-libmod.c: New file.
16075 * gdb.base/solib-mismatch.c: New file.
16076 * gdb.base/solib-mismatch.exp: New file.
16077
03346981
SL
160782015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16079
16080 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16081 nios2-*-linux*.
16082 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16083 * gdb.base/siginfo.exp: Likewise.
16084 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16085
42422cc7
PL
160862015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16087
16088 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16089 Move it to ...
16090 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16091 ... here.
16092 * gdb.trace/range-stepping.exp: Check that the target supports
16093 range stepping.
16094
cfa68bae
JK
160952015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16096
16097 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16098
8ffdba26
PA
160992015-07-14 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.base/killed-outside.exp: New file.
16102 * gdb.base/killed-outside.c: New file.
16103
218a5a11
JK
161042015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16105
16106 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16107 (n at main): New.
16108 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16109
e03ed3c6
AA
161102015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16111
16112 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16113 infcall tests instead of setting up for KFAIL.
16114
485668e5
MM
161152015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16116
16117 * gdb.btrace/record_goto-step.exp: New.
16118
08464196
JK
161192015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16120
16121 PR compile/18484
16122 * gdb.compile/compile.c (struct struct_type): Add volatile to
16123 selffield's type.
16124 * gdb.compile/compile.exp
16125 (compile code struct_object.selffield = &struct_object): Skip further
16126 struct_object tests if this one xfails.
16127
bcf5c1d9
RC
161282015-07-08 Robert O'Callahan <robert@ocallahan.org>
16129
16130 PR exp/18617
16131 * gdb.trace/ax.exp: Add test.
16132
4931af25
YQ
161332015-07-07 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16136 instead of istarget "aarch64*-*-*".
16137 * gdb.arch/aarch64-fp.exp: Likewise.
16138 * gdb.base/float.exp: Likewise.
16139 * gdb.reverse/aarch64.exp: Likewise.
16140 * lib/gdb.exp (is_aarch64_target): New proc.
16141
9fcf688e
YQ
161422015-07-07 Yao Qi <yao.qi@linaro.org>
16143
16144 * lib/gdb.exp (is_aarch32_target): New proc.
16145 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16146 instead of "istarget "arm*-*-*"".
16147 * gdb.arch/arm-disp-step.exp: Likewise.
16148 * gdb.arch/thumb-bx-pc.exp: Likewise.
16149 * gdb.arch/thumb-prologue.exp: Likewise.
16150 * gdb.arch/thumb-singlestep.exp: Likewise.
16151 * gdb.base/disp-step-syscall.exp: Likewise.
16152 * gdb.base/float.exp: Likewise.
16153
fbd8d50d
YQ
161542015-07-07 Yao Qi <yao.qi@linaro.org>
16155
16156 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16157 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16158
71be1fdc
YQ
161592015-07-07 Yao Qi <yao.qi@linaro.org>
16160
16161 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16162 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16163 if it exists.
16164 * gdb.multi/multi-arch.exp: Likewise.
16165
3e221d36
SM
161662015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16167
16168 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16169 print.
16170
d441430b
YQ
161712015-07-07 Yao Qi <yao.qi@linaro.org>
16172
16173 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16174
06f810bd
MG
161752015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16176
16177 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16178 '[' and ']' characters.
16179
5e61e7c0
IB
161802015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16181
16182 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16183
28bf096c
PA
161842015-06-29 Pedro Alves <palves@redhat.com>
16185
16186 PR threads/18127
16187 * gdb.threads/hand-call-new-thread.c: New file.
16188 * gdb.threads/hand-call-new-thread.c: New file.
16189
ee93cd5e
KS
161902015-06-26 Keith Seitz <keiths@redhat.com>
16191 Doug Evans <dje@google.com>
16192
16193 PR 16253
16194 * gdb.cp/var-tag-2.cc: New file.
16195 * gdb.cp/var-tag-3.cc: New file.
16196 * gdb.cp/var-tag-4.cc: New file.
16197 * gdb.cp/var-tag.cc: New file.
16198 * gdb.cp/var-tag.exp: New file.
16199
fc637f04
PP
162002015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16201
16202 * gdb.base/history-duplicates.exp: New test.
16203
2e52ae68
PP
162042015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16205
16206 * gdb.base/completion.exp: Test the completion of the "focus"
16207 command.
16208
6e22494e
JK
162092015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16210
16211 * gdb.arch/amd64-prologue-skip.S: New file.
16212 * gdb.arch/amd64-prologue-skip.exp: New file.
16213
bf7b9cd9
SM
162142015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16215
16216 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16217 is_address_zero_readable check.
16218
201e8dfd
PB
162192015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16220
16221 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16222 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16223
5cd867b4
YQ
162242015-06-24 Yao Qi <yao.qi@linaro.org>
16225
16226 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16227 linux targets.
16228
4d7be007
YQ
162292015-06-24 Yao Qi <yao.qi@linaro.org>
16230
16231 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16232 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16233 * gdb.base/siginfo-thread.exp: Likewise.
16234
07fcd301
YQ
162352015-06-22 Yao Qi <yao.qi@linaro.org>
16236
16237 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16238
52042a00
YQ
162392015-06-22 Yao Qi <yao.qi@linaro.org>
16240
16241 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16242 aarch64*-*-*.
16243 (skip_hw_watchpoint_tests): Likewise.
16244
74bd41ce
PP
162452015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16246
16247 * gdb.base/gdbinit-history.exp: Test the interaction between
16248 setting GDBHISTSIZE and setting the history size via .gdbinit.
16249
bc460514
PP
162502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16251
16252 PR gdb/16999
16253 * gdb.base/gdbhistsize-history.exp: New test.
16254
b58c513b
PP
162552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16256
16257 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16258 with GDBHISTSIZE.
16259 * gdb.base/readline.exp: Likewise.
16260
92046791
YQ
162612015-06-17 Yao Qi <yao.qi@linaro.org>
16262
16263 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16264 line.
16265
2093d2d3
PP
162662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16267
16268 * gdb.base/gdbinit-history.exp: Add test case to check that
16269 an unlimited history file does not get truncated on exit.
16270
e6c693af
AA
162712015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16272
16273 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16274 (VECTOR): New macro. Use it...
16275 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16276 ...for these typedefs.
16277 (int8, char1, int1, double1): New typedefs.
16278 (struct just_int2, struct two_int2): New structures.
16279 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16280 (add_structvecs, add_singlevecs): New functions.
16281 (main): Call add_some_intvecs twice.
16282 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16283 the compile and exit upon failure. Try compiling for the "native"
16284 architecture. Test inferior function calls with vector arguments
16285 and vector return value handling with "finish" and "return".
16286
c74f7d1c
JT
162872015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16288
16289 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16290 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16291 PE file.
16292 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16293
98aa42ee
AT
162942015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16295
16296 PR breakpoints/16465
16297 * gdb.mi/mi-dprintf-pending.c: New file.
16298 * gdb.mi/mi-dprintf-pending.exp: New test.
16299 * gdb.mi/mi-dprintf-pendshr.c: New file.
16300
7d73c23c 163012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16302 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16303
16304 * gdb.arch/i386-mpx-map.c: New file.
16305 * gdb.arch/i386-mpx-map.exp: New File.
16306
163072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16308
16309 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16310 * gdb.arch/i386-mpx.exp: Indentation fixed.
16311
163122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16313
16314 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16315 function and improved indentation.
16316 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16317 gdb_test_multiple. Added additional tests to skip the test.
16318
163192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16320
16321 * gdb.arch/i386-avx512.c: Change path in include file.
16322 * gdb.arch/i386-avx512.exp: Change include dir path
16323 compilation flag.
16324 * gdb.arch/i386-mpx.c: Change path in include file.
16325 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16326 flag.
16327
d5eba19a
JK
163282015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16329
16330 * gdb.compile/compile-print.exp (compile print *vararray@3)
16331 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16332
7f361056
JK
163332015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16334
16335 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16336 (do not keep jit in memory): ... this.
16337 (expect 5): Change it to ...
16338 (expect no 5): ... this.
16339
3b462ec2
SM
163402015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16341
16342 PR gdb/15564
16343 * gdb.mi/mi-detach.exp: New file.
16344
e0619de6
JK
163452015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16346
16347 PR symtab/18392
16348 * gdb.arch/amd64-tailcall-self.S: New file.
16349 * gdb.arch/amd64-tailcall-self.c: New file.
16350 * gdb.arch/amd64-tailcall-self.exp: New file.
16351
e970cb34
DB
163522015-05-28 Don Breazeal <donb@codesourcery.com>
16353
16354 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16355 tests for remote targets by checking is_target_gdbserver.
16356
b2e2f908
DE
163572015-05-27 Doug Evans <dje@google.com>
16358
16359 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16360 * gdb.dwarf2/opaque-type-lookup.c: New file.
16361 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16362
82c7be31
DE
163632015-05-26 Doug Evans <dje@google.com>
16364
16365 * gdb.cp/iostream.cc: New file.
16366 * gdb.cp/iostream.exp: New file.
16367
b4f54984
DE
163682015-05-26 Doug Evans <dje@google.com>
16369
16370 * gdb.dwarf2/dw2-op-call.exp: Update.
16371 * gdb.dwarf2/dw4-sig-types.exp: Update.
16372 * gdb.dwarf2/implptr.exp: Update.
16373 * gdb.mi/mi-cmd-param-changed.exp: Update.
16374
4ea6efe9
DE
163752015-05-26 Doug Evans <dje@google.com>
16376
16377 * gdb.python/py-lazy-string.c: New file.
16378 * gdb.python/py-lazy-string.exp: New file.
16379 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16380 (main): Update. Add estring3.
16381 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16382 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16383
f6bb7db3
YQ
163842015-05-26 Omair Javaid <omair.javaid@linaro.org>
16385 Yao Qi <yao.qi@linaro.org>
16386
16387 * gdb.reverse/aarch64.c: New.
16388 * gdb.reverse/aarch64.exp: New.
16389
a81bfbd0
OJ
163902015-05-26 Omair Javaid <omair.javaid@linaro.org>
16391
25d49b86
PA
16392 * lib/gdb.exp (supports_process_record): Return true for
16393 aarch64*-linux*.
a81bfbd0
OJ
16394 (supports_reverse): Likewise.
16395
158bf1b4
PP
163962015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16397
16398 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16399 Use with_test_prefix.
16400
a0145030
AB
164012015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16402
16403 * gdb.base/completion.exp: Add test for completion of layout
16404 names.
16405
ebe3b578
AB
164062015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16407
16408 * lib/gdb.exp (skip_tui_tests): New proc.
16409 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16410
84204ed7
PA
164112015-05-19 Pedro Alves <palves@redhat.com>
16412
16413 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16414 Save the whole env array instead of just HOME. Unset HISTSIZE in
16415 the environment while testing. Restore whole environment
16416 afterwards.
16417
37442ce1
DE
164182015-05-16 Doug Evans <xdje42@gmail.com>
16419
16420 * gdb.guile/scm-ports.c: New file.
16421 * gdb.guile/scm-ports.exp: Add memory port tests.
16422
36de76f9
JK
164232015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16424
16425 * gdb.compile/compile-print.c: New file.
16426 * gdb.compile/compile-print.exp: New file.
16427
3a9558c4
JK
164282015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16429
16430 * gdb.compile/compile-ops.exp: Cast param to void.
16431 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16432 (compile code struct_object.selffield = &struct_object): Add xfail.
16433
aa715135
JG
164342015-05-15 Joel Brobecker <brobecker@adacore.com>
16435
16436 * gdb.ada/arr_enum_with_gap: New testcase.
16437
931e5bc3
JG
164382015-05-15 Joel Brobecker <brobecker@adacore.com>
16439
16440 * gdb.ada/byte_packed_arr: New testcase.
16441
9cd4d857
JB
164422015-05-15 Joel Brobecker <brobecker@adacore.com>
16443
16444 * gdb.ada/pckd_neg: New testcase.
16445
ebfd00d2
PP
164462015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16447
16448 PR gdb/17820
16449 * gdb.base/gdbinit-history.exp: New test.
16450 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16451 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16452
4c082a81
SC
164532015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16454
16455 * gdb.python/py-xmethods.cc: Enhance test case.
16456 * gdb.python/py-xmethods.exp: New tests.
16457 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16458 function.
16459 (B_indexoper): Likewise.
16460 (global_dm_list) : Add new xmethod worker functions.
16461
f7797074
SDJ
164622015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16463
16464 * gdb.base/coredump-filter.exp: Correctly unset
16465 "coredump_var_addr" array.
16466
a4674e4e
PA
164672015-05-08 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.server/non-existing-program.exp: Unset spawn_id.
16470
df2eb078
SC
164712015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16472
16473 PR python/18291
16474 * gdb.python/py-xmethods.exp: Add tests.
16475
422349a3
YQ
164762015-05-08 Yao Qi <yao.qi@linaro.org>
16477
16478 PR gdb/18208
16479 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16480 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16481 function set_coredump_filter, and remove remote_exec call.
16482 Remove argument ipid. Callers update.
16483 (top level): Don't get inferior's PID.
16484
63fc80ce
AA
164852015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16486
16487 * gdb.base/watch_thread_num.exp: Skip test on targets without
16488 access watchpoints.
16489
80ad801e
PA
164902015-05-06 Pedro Alves <palves@redhat.com>
16491
16492 PR server/18081
16493 * gdb.server/non-existing-program.exp: New file.
16494
0fa7fe50
JB
164952015-05-05 Joel Brobecker <brobecker@adacore.com>
16496
16497 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16498
3ea89b92
PMR
164992015-05-05 Joel Brobecker <brobecker@adacore.com>
16500
16501 * gdb.ada/out_of_line_in_inlined: New testcase.
16502
87b8eff0
JB
165032015-05-05 Joel Brobecker <brobecker@adacore.com>
16504
16505 * gdb.ada/var_rec_arr: New testcase.
16506
5fccc635
YQ
165072015-04-30 Yao Qi <yao.qi@linaro.org>
16508
16509 * gdb.base/break-idempotent.exp: If
16510 skip_hw_watchpoint_multi_tests returns true, skip the tests
16511 on "rwatch" and "awatch".
16512
42d38f42
YQ
165132015-04-30 Yao Qi <yao.qi@linaro.org>
16514
16515 * gdb.base/relativedebug.exp: Invoke gdb command
16516 "info sharedlibrary", and if libc.so doesn't have debug info,
16517 skip the test.
16518
2ce1cdbf
DE
165192015-04-29 Doug Evans <dje@google.com>
16520
16521 * gdb.python/py-xmethods.exp: Add ptype tests.
16522 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16523 get_result_type method.
16524
f24a38c5
LM
165252015-04-29 Luis Machado <lgustavo@codesourcery.com>
16526
16527 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16528 the target does not support hardware watchpoints.
16529
ecbf2b3c
LM
165302015-04-29 Luis Machado <lgustavo@codesourcery.com>
16531
16532 * gdb.base/break-always.exp: Abort testing if writing to memory
16533 causes an error.
16534
34f5f757
DE
165352015-04-28 Doug Evans <dje@google.com>
16536
16537 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16538 * gdb.python/py-pp-registration.exp: ... here. New file.
16539 * gdb.python/py-pp-registration.c: New file.
16540 * gdb.python/py-pp-registration.py: New file.
16541
69b4374a
DE
165422015-04-28 Doug Evans <dje@google.com>
16543
16544 * gdb.python/py-bad-printers.c: New file.
16545 * gdb.python/py-bad-printers.py: New file.
16546 * gdb.python/py-bad-printers.exp: New file.
16547
59fb7612
SS
165482015-04-28 Sasha Smundak <asmundak@google.com>
16549
16550 * gdb.python/py-type.exp: New test.
16551
2631b16a
AW
165522015-04-28 Andy Wingo <wingo@igalia.com>
16553
16554 * gdb.python/py-parameter.exp:
16555 * gdb.guile/scm-parameter.exp: Escape the path that we are
16556 matching against, as it might contain characters that are special
16557 to regular expressions.
16558
460efde1
JB
165592015-04-27 Joel Brobecker <brobecker@adacore.com>
16560
16561 * gdb.ada/rec_comp: New testcase.
16562
2d369d8e
SDJ
165632015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16564
16565 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16566 before using it.
16567
cf75d6c3
AB
165682015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16569
16570 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16571 new tests for verilog output.
16572
8dbe7ca5
YQ
165732015-04-24 Yao Qi <yao.qi@linaro.org>
16574
16575 * boards/remote-gdbserver-on-localhost.exp: New file.
16576
4ef9fb2f
PA
165772015-04-23 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16580 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16581 "end of file", remove $inferior_spawn_id from the indirect list.
16582
0a803169
PA
165832015-04-23 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16586
749ef8f8
PA
165872015-04-23 Pedro Alves <palves@redhat.com>
16588
16589 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16590 on $any_spawn_id instead of only on $gdb_spawn_id.
16591
8aae4344
PM
165922015-04-21 Pierre Muller <muller@sourceware.org>
16593
16594 PR pascal/17815
16595 * lib/pascal.exp (gpc_compile): Add new option "class".
16596 (fpc_compile): Likewise.
16597 * gdb.pascal/case-insensitive-symbols.pas: New file.
16598 * gdb.pascal/case-insensitive-symbols.exp: New file.
16599
1586c8fb
GB
166002015-04-20 Gary Benson <gbenson@redhat.com>
16601
16602 * gdb.base/attach.exp: Fix three extended remote failures.
16603
1b6e6f5c
GB
166042015-04-17 Gary Benson <gbenson@redhat.com>
16605
16606 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16607 the main executable over the remote protocol.
16608
e797481d
PA
166092015-04-16 Pedro Alves <palves@redhat.com>
16610
16611 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16612 a new gdbserver if gdbserver_reconnect_p is set.
16613
1ca99c42
PA
166142015-04-16 Pedro Alves <palves@redhat.com>
16615
16616 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16617 is set, don't exit gdbserver.
16618
af9fd6f8
AA
166192015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16620
16621 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16622 appropriate .insn, such that an older assembler can be used.
16623 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16624 the z/Architecture instruction set on 31-bit targets as well.
16625
04ff1e61
AA
166262015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16627
16628 * gdb.go/handcall.exp: Remove all logic related to the first
16629 breakpoint and rely on go_runto_main instead.
16630 * gdb.go/strings.exp: Likewise.
16631 * gdb.go/unsafe.exp: Likewise.
16632 * gdb.go/hello.exp: Likewise. Also rename the remaining
16633 breakpoint marker to "breakpoint 1".
16634 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16635 * gdb.go/strings.go: Likewise.
16636 * gdb.go/unsafe.go: Likewise.
16637 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16638 "set breakpoint 2 here" and rename the remaining breakpoint marker
16639 to "breakpoint 1".
16640
40d2f8d6
SM
166412015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16642
16643 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16644 if itertools.imap is not present.
16645 * gdb.python/py-objfile.exp: Add parentheses.
16646 * gdb.python/py-type.exp: Same.
16647 * gdb.python/py-unwind-maint.py: Same.
16648
8cbc97c6
YQ
166492015-04-15 Yao Qi <yao.qi@linaro.org>
16650
16651 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16652 of ":$ptr_size" and set its form explicitly.
16653
45fd756c
YQ
166542015-04-15 Pedro Alves <palves@redhat.com>
16655 Yao Qi <yao.qi@linaro.org>
16656
16657 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16658 timeout by factor of 4.
16659 (test_regular_watch): Likewise.
16660 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16661 * gdb.reverse/sigall-reverse.exp: Likewise.
16662 * gdb.reverse/until-precsave.exp: Likewise.
16663 * lib/gdb.exp (with_timeout_factor): New proc.
16664 (gdb_expect): Move some code to ...
16665 (get_largest_timeout): ... here. New procedure.
16666
9e811bc3
LM
166672015-04-14 Luis Machado <lgustavo@codesourcery.com>
16668
16669 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16670
0ff6fcb2
LM
166712015-04-13 Luis Machado <lgustavo@codesourcery.com>
16672
16673 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16674 to write to the .text section.
16675
7578d5f7
LM
166762015-04-13 Luis Machado <lgustavo@codesourcery.com>
16677
16678 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16679 Handle the case of targets that do not provide PID information.
16680
2efe15c4
YQ
166812015-04-13 Yao Qi <yao.qi@linaro.org>
16682
16683 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16684 and use expect instead of gdb_expect.
16685
8cd8f2f8
SDJ
166862015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16687
16688 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16689 "coredump_var_addr" to avoid naming conflict with other testcases.
16690
9ee41772
PA
166912015-04-10 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16694 gdb_test_sequence and gdb_assert.
16695
07473109
PA
166962015-04-10 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16699 test messages that don't include the breakpoint address.
16700
de3db44c
YQ
167012015-04-10 Yao Qi <yao.qi@linaro.org>
16702
16703 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16704 false for some offset and width combinations which aren't
16705 supported by linux kernel.
16706
c79d856c
PA
167072015-04-10 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16710 procedure, factored out from ...
16711 (top level): ... here. Add "set displaced-stepping" testing axis.
16712 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16713 parameter "displaced". Use it.
16714 (top level): Use foreach and add "set displaced-stepping" testing
16715 axis.
16716
ebc90b50
PA
167172015-04-10 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16720 Remove comment.
16721 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16722 both the address of the instruction that triggers the watchpoint
16723 and the address of the instruction immediately after, and use
16724 those addresses for the test. Fix comment.
16725
8f572e5c
PA
167262015-04-10 Pedro Alves <palves@redhat.com>
16727
16728 * gdb.base/sigstep.exp (breakpoint_to_handler)
16729 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16730 Test "backtrace" in handler.
16731 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16732 (top level): Add new "displaced" test axis to
16733 breakpoint_to_handler, breakpoint_to_handler_entry and
16734 breakpoint_over_handler.
16735
8d707a12
PA
167362015-04-10 Pedro Alves <palves@redhat.com>
16737
16738 PR gdb/18216
16739 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16740
ef713951
YQ
167412015-04-10 Yao Qi <yao.qi@linaro.org>
16742
16743 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16744 (test_add_rn_pc): New function.
16745 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16746 (top level): Invoke test_add_rn_pc.
16747
906d60cf
PA
167482015-04-10 Pedro Alves <palves@redhat.com>
16749
16750 PR gdb/13858
16751 * gdb.base/step-over-no-symbols.exp: New file.
16752
f2983cc3
AW
167532015-04-09 Andy Wingo <wingo@igalia.com>
16754
16755 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16756 after the Python tests.
16757
6d62641c
SDJ
167582015-04-08 Keith Seitz <keiths@redhat.com>
16759
16760 PR python/16699
16761 * gdb.python/py-completion.exp: New tests for completion.
16762 * gdb.python/py-completion.py (CompleteLimit1): New class.
16763 (CompleteLimit2): Likewise.
16764 (CompleteLimit3): Likewise.
16765 (CompleteLimit4): Likewise.
16766 (CompleteLimit5): Likewise.
16767 (CompleteLimit6): Likewise.
16768 (CompleteLimit7): Likewise.
16769
f3770638
PA
167702015-04-08 Pedro Alves <palves@redhat.com>
16771
16772 PR gdb/18214
16773 PR gdb/18216
16774 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16775 function.
16776 (main): Install it as SIGUSR1 handler.
16777 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16778 parameter. Always use "setup" as prefix. Toggle "set
16779 displaced-stepping" off/on depending on global. Don't switch to
16780 thread 1 here.
16781 (top level): Add displaced stepping "off/on" test axis. Update
16782 "setup" calls. Wrap each subtest with with_test_prefix. Test
16783 continuing with a queued signal in each thread.
16784
4496bed7
PA
167852015-04-08 Pedro Alves <palves@redhat.com>
16786
16787 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16788 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16789 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16790 Return early if running to main fails.
16791 * gdb.trace/while-stepping.exp: Likewise.
16792
b97fde92
PA
167932015-04-07 Pedro Alves <palves@redhat.com>
16794
16795 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16796 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16797 interact with inferior program.
16798
f71c18e7
PA
167992015-04-07 Pedro Alves <palves@redhat.com>
16800
16801 * lib/gdb.exp (inferior_spawn_id): New global.
16802 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16803 spawn id after processing the user code.
16804 (default_gdb_start): Set inferior_spawn_id.
16805 (send_inferior): New procedure.
16806 * lib/gdbserver-support.exp (gdbserver_start): Set
16807 inferior_spawn_id.
16808 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16809
6423214f
PA
168102015-04-07 Pedro Alves <palves@redhat.com>
16811
16812 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16813 * lib/gdbserver-support.exp (gdbserver_start): Make
16814 $server_spawn_id global.
16815 (gdbserver_start): Don't wait for gdbserver's spawn id with
16816 expect_background.
16817 (close_gdbserver): New procedure.
16818 (gdb_exit): Rename the default version and reimplement.
16819
71c0ee8c
PA
168202015-04-07 Pedro Alves <palves@redhat.com>
16821
72f4393d 16822 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16823 append the substituted item, not the original item.
16824
203bc29b
PA
168252015-04-07 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16828 gdb_expect.
16829
508a3ddf
PA
168302015-04-07 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16833 output appearing once only.
16834
9f6dbe2b
PA
168352015-04-07 Pedro Alves <palves@redhat.com>
16836
16837 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16838 that doesn't expect anything. Return early if running to main
16839 fails.
16840
337532fa
YQ
168412015-04-07 Yao Qi <yao.qi@linaro.org>
16842
16843 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16844 (child_function): Call alarm.
16845 (main): Move call to alarm into the loop.
16846 * gdb.threads/non-stop-fair-events.exp: Build program with
16847 -DTIMEOUT=$timeout.
16848
01b622d4
DE
168492015-04-06 Doug Evans <xdje42@gmail.com>
16850
16851 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16852 Fix dest parameter to board_info.
16853 (fpc_compile): Ditto.
16854 (gdb_compile_pascal): Rename dest arg to destfile.
16855
961f4160
PMR
168562015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16857
16858 * gdb.ada/funcall_ref.exp: New file.
16859 * gdb.ada/funcall_ref/foo.adb: New file.
16860
cafda597
YQ
168612015-04-02 Yao Qi <yao.qi@linaro.org>
16862
16863 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16864 is remote.
16865
fed040c6
GB
168662015-04-02 Gary Benson <gbenson@redhat.com>
16867
16868 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16869
d11916aa
SS
168702015-04-01 Sasha Smundak <asmundak@google.com>
16871
16872 * gdb.python/py-unwind-maint.c: New file.
16873 * gdb.python/py-unwind-maint.exp: New test.
16874 * gdb.python/py-unwind-maint.py: New file.
16875 * gdb.python/py-unwind.c: New file.
16876 * gdb.python/py-unwind.exp: New test.
16877 * gdb.python/py-unwind.py: New test.
16878
a1471180
PA
168792015-04-01 Pedro Alves <palves@redhat.com>
16880
16881 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16882 to fail instead of non-existent $test.
16883
0bbeccb1
PA
168842015-04-01 Pedro Alves <palves@redhat.com>
16885
16886 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16887 GDBFLAGS if not empty.
16888
3c724c8c
PMR
168892015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16890
16891 * gdb.ada/complete.exp: Remove "multi_line".
16892 * gdb.ada/info_exc.exp: Remove "multi_line".
16893 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16894 * gdb.ada/ptype_field.exp: Remove "multi_line".
16895 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16896 * gdb.ada/tagged.exp: Remove "multi_line".
16897 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16898 [multi_line ...]
16899 * gdb.btrace/delta.exp: Likewise.
16900 * gdb.btrace/exception.exp: Likewise.
16901 * gdb.btrace/function_call_history.exp: Likewise.
16902 * gdb.btrace/instruction_history.exp: Likewise.
16903 * gdb.btrace/nohist.exp: Likewise.
16904 * gdb.btrace/record_goto.exp: Likewise.
16905 * gdb.btrace/segv.exp: Likewise.
16906 * gdb.btrace/stepi.exp: Likewise.
16907 * gdb.btrace/tailcall.exp: Likewise.
16908 * gdb.btrace/unknown_functions.exp: Likewise.
16909 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16910 * lib/gdb.exp: Add the "multi_line" helper.
16911
4eec2deb
PA
169122015-04-01 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.threads/tid-reuse.c: New file.
16915 * gdb.threads/tid-reuse.exp: New file.
16916
df8411da
SDJ
169172015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16918
16919 PR corefiles/16092
16920 * gdb.base/coredump-filter.c: New file.
16921 * gdb.base/coredump-filter.exp: Likewise.
16922
6ef37366
PM
169232015-03-27 Petr Machata <pmachata@redhat.com>
16924
16925 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16926 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16927 (Dwarf::assemble): Initialize them.
16928 (Dwarf::lines): New function.
16929
7ec911b0
JT
169302015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16931
16932 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16933 SYMBOL_PREFIX for x86_64-*-cygwin.
16934
ff908ebf
AW
169352015-03-26 Andy Wingo <wingo@igalia.com>
16936
16937 PR symtab/18148
16938 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16939 const_value but not a location.
16940 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16941 location defined in non-main CUs are visible.
16942
6d5f0679
YQ
169432015-03-26 Yao Qi <yao.qi@linaro.org>
16944
16945 PR testsuite/18139
16946 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16947 Add a line number entry for the same line.
16948 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16949 Add a line number entry for the same line.
16950
2898689b
YQ
169512015-03-26 Yao Qi <yao.qi@linaro.org>
16952
16953 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16954 .int 0.
16955 (func): Likewise. Add .Lfunc_1 label.
16956 Use .Lfunc_1 label.
16957 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16958 .int 0.
16959 (func): Likewise.
16960 Use .Lfunc_1 label.
16961
85180498
YQ
169622015-03-26 Yao Qi <yao.qi@linaro.org>
16963
16964 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16965 Call gdb_compile instead to compile each .s files without debug
16966 information.
16967
8aa08a8d
YQ
169682015-03-26 Yao Qi <yao.qi@linaro.org>
16969
16970 * gdb.base/savedregs.exp (process_saved_regs): Make
16971 "Saved registers:" optional in the pattern.
16972
66849923
MM
169732015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16974
16975 * gdb.btrace/next.exp: Merged into step.exp.
16976 * gdb.btrace/finish.exp: Merged into step.exp.
16977 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16978 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16979 "record goto" and checking the exact replay position.
16980 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16981 check for "Recording format" in "info record" output.
16982 * gdb.btrace/record_goto.exp: Choose test file based on target.
16983 * gdb.btrace/x86-record_goto.S: Renamed into ...
16984 * gdb.btrace/x86_64-record_goto.S: ... this.
16985 * gdb.btrace/i686-record_goto.S: New.
16986 * gdb.btrace/x86-tailcall.S: Renamed into ...
16987 * gdb.btrace/x86_64-tailcall.S: ... this.
16988 * gdb.btrace/i686-tailcall.S: New.
16989 * gdb.btrace/x86-tailcall.c: Renamed into ...
16990 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16991 separate statements. Update test.
16992 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16993 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16994 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16995 * gdb.btrace/tailcall.exp: Choose test file based on target.
16996 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16997
11cc1b74
MM
169982015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16999
17000 * gdb.btrace/exception.exp: Increase BTS buffer size.
17001
a25d8bf9
PA
170022015-03-24 Pedro Alves <palves@redhat.com>
17003
17004 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17005
856e7dd6
PA
170062015-03-24 Pedro Alves <palves@redhat.com>
17007
17008 * gdb.threads/schedlock.exp (test_step): No longer expect that
17009 "set scheduler-locking step" with "next" over a function call runs
17010 threads unlocked.
17011
ad235a41
AT
170122015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17013
17014 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17015
15630549
AT
170162015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17017
17018 PR breakpoints/16466
17019 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17020 * gdb.mi/mi-pending.c (thread_func): New function.
17021 (int main): Add threading support required.
17022 * gdb.mi/mi-pending.exp: Add tests for this issue.
17023 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17024 (pendfunc2): Remove stdio dependency.
17025 * gdb.mi/mi-pendshr2.c: New file.
17026
693dca06
KS
170272015-03-23 Keith Seitz <keiths@redhat.com>
17028
17029 * gdb.linespec/keywords.c: New file.
17030 * gdb.linespec/keywords.exp: New file.
17031
7e993ebf
KS
170322015-03-23 Keith Seitz <keiths@redhat.com>
17033
17034 PR gdb/18021
17035 * gdb.dwarf2/staticvirtual.exp: New test.
17036
bc23328c
JK
170372015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17038
17039 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17040 * README: Remove HP-UX and gdb.hp.
17041 (configuration):
17042 * configure: Regenerate.
17043 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17044 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17045 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17046 gdb.hp/gdb.defects/Makefile.
17047 * gdb.hp/Makefile.in: File deleted.
17048 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17049 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17050 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17051 * gdb.hp/gdb.aCC/run.c: File deleted.
17052 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17053 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17054 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17055 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17056 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17057 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17058 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17059 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17060 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17061 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17062 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17063 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17064 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17065 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17066 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17067 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17068 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17069 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17070 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17071 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17072 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17073 * gdb.hp/gdb.compat/average.c: File deleted.
17074 * gdb.hp/gdb.compat/sum.c: File deleted.
17075 * gdb.hp/gdb.compat/xdb.c: File deleted.
17076 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17077 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17078 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17079 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17080 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17081 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17082 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17083 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17084 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17085 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17086 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17087 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17088 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17089 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17090 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17091 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17092 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17093 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17094 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17095 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17096 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17097 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17098 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17099 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17100 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17101 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17102 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17103 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17104 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17105 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17106 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17107 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17108 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17109 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17110 * gdb.hp/tools/odump: File deleted.
17111
8bf3b159
PA
171122015-03-19 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17115 (saw_thread_3): New globals.
17116 (top level): Increment them when an event for the corresponding
17117 thread is seen.
17118 (no thread starvation): New test.
17119
eb54c8bf
PA
171202015-03-19 Pedro Alves <palves@redhat.com>
17121
17122 * gdb.threads/continue-pending-status.c: New file.
17123 * gdb.threads/continue-pending-status.exp: New file.
17124
32d2e5d6
PA
171252015-03-18 Pedro Alves <palves@redhat.com>
17126
17127 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17128 Use gdb_is_target_remote instead of is_remote. Use
17129 gdb_test_multiple instead of gdb_expect. Exit early if
17130 gdb_test_multiple hits its internal matches. Tighten stepi tests
17131 expected output. Fail on exit with any signal, instead of just
17132 SIGILL.
17133
f68f11b7
YQ
171342015-03-18 Yao Qi <yao.qi@linaro.org>
17135
17136 PR tdep/18107
17137 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17138 variable.
17139 * gdb.base/catch-syscall.exp: Don't skip it on
17140 aarch64*-*-linux* target. Remove elements in all_syscalls.
17141 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17142 target.
17143 (setup_all_syscalls): New proc.
17144
ca5fd19b
YQ
171452015-03-16 Yao Qi <yao.qi@linaro.org>
17146
17147 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17148 (top level): Skip tests if valid_addr_p returns false for
17149 $cmd1 or $cmd2.
17150
85642ba0
AW
171512015-03-11 Andy Wingo <wingo@igalia.com>
17152
17153 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17154
e03f9645
YQ
171552015-03-11 Yao Qi <yao.qi@linaro.org>
17156
17157 * gdb.base/catch-syscall.exp: Fix typo in comments.
17158
5d0962b2
YQ
171592015-03-11 Yao Qi <yao.qi@linaro.org>
17160
17161 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17162
b2df3cef
PA
171632015-03-09 Pedro Alves <palves@redhat.com>
17164
17165 * dg-extract-results.py: Delete.
17166
ef878e53
PA
171672015-03-09 Pedro Alves <palves@redhat.com>
17168
17169 Merge dg-extract-results.sh from GCC upstream (r218843).
17170
17171 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17172 * dg-extract-results.sh: Use --text with grep to avoid issues with
17173 binary files. Fall back to cat -v, if that doesn't work.
17174
9494d219
PA
171752015-03-05 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17178
a8d9763a
SM
171792015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17180
17181 * lib/mi-support.exp (mi_expect_interrupt): Accept
17182 alternative event for when in all-stop mode.
17183
be9957b8
PA
171842015-03-04 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17187
d57be0f4 171882015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17189
17190 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17191
c214c7cf
AA
171922015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17193
17194 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17195 regexps for GDB's current line display, accept a hex address
17196 preceding the line number.
17197
6d74a497
AA
171982015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17199
17200 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17201 the 'arch1' variable for "s390*-linux*" targets.
17202
511aee7c
PA
172032015-03-04 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17206 (main): Pass missing retval argument to pthread_join call.
17207
95e50b27
PA
172082015-03-02 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17211 (top level): Call do_test with non-stop as well.
17212
28054d69
PA
172132015-03-02 Pedro Alves <palves@redhat.com>
17214
17215 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17216 -1.
17217
4fa5d7b4
AA
172182015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17219
17220 * gdb.arch/s390-vregs.exp: New test.
17221 * gdb.arch/s390-vregs.S: New file.
17222
97c18565
PA
172232015-02-27 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17226 call to catch_command_errors.
17227 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17228 catch_command_errors.
17229
a37bfa30
PA
172302015-02-27 Pedro Alves <palves@redhat.com>
17231
17232 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17233 "true" for boolean result.
17234 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17235 prototype of main.
17236
6f98576f
PA
172372015-02-27 Pedro Alves <palves@redhat.com>
17238
17239 * lib/unbuffer_output.c: New file.
17240 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17241 (main): Call gdb_unbuffer_output.
17242
eba5ab56
YQ
172432015-02-27 Yao Qi <yao.qi@linaro.org>
17244
17245 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17246 target.
17247
0def5aaa
DE
172482015-02-26 Doug Evans <dje@google.com>
17249
17250 * gdb.cp/class2.cc (Dbase, D): New classes.
17251 (main): New local delta.
17252 * gdb.cp/class2.exp: Test printing delta.
17253 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17254 (dynbar): New global.
17255 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17256
081a1c2c
JK
172572015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17258
17259 * gdb.compile/compile-ifunc.c: New file.
17260 * gdb.compile/compile-ifunc.exp: New file.
17261
2f41223f
AT
172622015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17263
17264 * gdb.base/structs.exp: Check for correct struct on finish.
17265
03eddd80
YQ
172662015-02-26 Yao Qi <yao.qi@linaro.org>
17267
17268 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17269 is zero.
17270
80c57053
JK
172712015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17272
17273 * gdb.arch/cordic.ko.bz2: New file.
17274 * gdb.arch/cordic.ko.debug.bz2: New file.
17275 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17276
21613c12
YQ
172772015-02-25 Yao Qi <yao.qi@linaro.org>
17278
17279 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17280 aarch64*-*-* target.
17281
d8b901ed
PA
172822015-02-23 Pedro Alves <palves@redhat.com>
17283
17284 * lib/gdb.exp (delete_breakpoints): Rewrite using
17285 gdb_test_multiple.
17286
e5b85ead
PA
172872015-02-23 Pedro Alves <palves@redhat.com>
17288
17289 * gdb.base/info-os.c: Include stdlib.h.
17290
85c3a371
DE
172912015-02-22 Doug Evans <xdje42@gmail.com>
17292
17293 PR symtab/17855
17294 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17295 is read after symbols have been re-read.
17296 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17297 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17298
96553a0c
DE
172992015-02-21 Doug Evans <dje@google.com>
17300
17301 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17302
97a0c697
JK
173032015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17304
17305 PR corefiles/17808
17306 * gdb.arch/i386-biarch-core.core.bz2: New file.
17307 * gdb.arch/i386-biarch-core.exp: New file.
17308
a47cd6e9
PA
173092015-02-21 Pedro Alves <palves@redhat.com>
17310
17311 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17312 runto_main fails.
17313
c5facdc4
PA
173142015-02-20 Pedro Alves <palves@redhat.com>
17315
17316 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17317 info probes.
17318
2db9a427
PA
173192015-02-20 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17322
60fb7e9e
PA
173232015-02-20 Pedro Alves <palves@redhat.com>
17324
17325 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17326 clean_restart before gdb_target_supports_trace.
17327
5c5019c2
PA
173282015-02-20 Pedro Alves <palves@redhat.com>
17329
17330 PR threads/18006
17331 * gdb.threads/clone-thread_db.c: New file.
17332 * gdb.threads/clone-thread_db.exp: New file.
17333
c9587f88
AT
173342015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17335
17336 PR breakpoints/16812
17337 * gdb.base/catch-gdb-caused-signals.c: New file.
17338 * gdb.base/catch-gdb-caused-signals.exp: New file.
17339
f6a88844
JM
173402015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17341
17342 * configure: Regenerated.
17343 * configure.ac: Use GDB_AC_TRANSFORM.
17344 * aclocal.m4: sinclude ../transform.m4.
17345
497c491b
JM
173462015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17347
17348 * lib/dtrace.exp: New file.
17349 * gdb.base/dtrace-probe.exp: Likewise.
17350 * gdb.base/dtrace-probe.d: Likewise.
17351 * gdb.base/dtrace-probe.c: Likewise.
17352 * lib/pdtrace.in: Likewise.
17353 * configure.ac: Output variables with the transformed names of
17354 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17355 * configure: Regenerated.
17356
03e98035
JM
173572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17358
17359 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17360 expected message when trying to access $_probe_* convenience
17361 variables while not on a probe.
17362
63cc30e9
JK
173632015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17364
17365 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17366
0703599a
PA
173672015-02-11 Pedro Alves <pedro@codesourcery.com>
17368
17369 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17370 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17371
7e60a48e
DE
173722015-02-10 Doug Evans <xdje42@gmail.com>
17373
17374 * lib/gdb.exp (gdb_load): Always return a result.
17375
01b088bc
PA
173762015-02-10 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.threads/signal-sigtrap.c: New file.
17379 * gdb.threads/signal-sigtrap.exp: New file.
17380
b05ec7a5
AT
173812015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17382
17383 * gdb.trace/no-attach-trace.c: New file.
17384 * gdb.trace/no-attach-trace.exp: New file.
17385
a2c2acaf
MW
173862015-02-09 Mark Wielaard <mjw@redhat.com>
17387
17388 * gdb.dwarf2/atomic.c: New file.
17389 * gdb.dwarf2/atomic-type.exp: Likewise.
17390
31fd9caa
MM
173912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17392
17393 * gdb.btrace/buffer-size.exp: Update "info record" output.
17394 * gdb.btrace/delta.exp: Update "info record" output.
17395 * gdb.btrace/enable.exp: Update "info record" output.
17396 * gdb.btrace/finish.exp: Update "info record" output.
17397 * gdb.btrace/instruction_history.exp: Update "info record" output.
17398 * gdb.btrace/next.exp: Update "info record" output.
17399 * gdb.btrace/nexti.exp: Update "info record" output.
17400 * gdb.btrace/step.exp: Update "info record" output.
17401 * gdb.btrace/stepi.exp: Update "info record" output.
17402 * gdb.btrace/nohist.exp: Update "info record" output.
17403
d33501a5
MM
174042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17405
17406 * gdb.btrace/buffer-size: New.
17407
f4abbc16
MM
174082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17409
17410 * gdb.btrace/delta.exp: Update "info record" output.
17411 * gdb.btrace/enable.exp: Update "info record" output.
17412 * gdb.btrace/finish.exp: Update "info record" output.
17413 * gdb.btrace/instruction_history.exp: Update "info record" output.
17414 * gdb.btrace/next.exp: Update "info record" output.
17415 * gdb.btrace/nexti.exp: Update "info record" output.
17416 * gdb.btrace/step.exp: Update "info record" output.
17417 * gdb.btrace/stepi.exp: Update "info record" output.
17418 * gdb.btrace/nohist.exp: Update "info record" output.
17419
b9d61307
SM
174202015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17421
17422 PR gdb/15678
17423 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17424
e584fdbc
PA
174252015-02-06 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17428 macro.
17429 (seconds_left, again): New globals.
17430 (main): Wait seconds_left in a 1-second sleep loop instead of
17431 sleeping 180 seconds. If 'again' is set, reset the seconds
17432 counter.
17433 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17434 'again' in the inferior before detaching. Print the seconds left.
17435 (options): New global.
17436 (top level): Build program with -DTIMEOUT=$timeout.
17437
77f41761
PA
174382015-02-06 Pedro Alves <palves@redhat.com>
17439
17440 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17441 determine how many seconds to pass to 'alarm'.
17442 * gdb.base/gdb-sigterm.exp (top level): Build program with
17443 -DTIMEOUT=$timeout.
17444 (do_test): Return success/failure indication. Add more verbose
17445 logging. Don't fail if 200 single steps are seen. Instead, fail
17446 when the test times out.
17447 (passes): New global.
17448 (top level): Break the testing loop if testing fails on any
17449 iteration. Use gdb_assert.
17450
b9394193
DB
174512015-02-04 Don Breazeal <donb@codesourcery.com>
17452
17453 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17454 and initialize them.
17455 (ipc_cleanup): New function.
17456 (main): Don't declare shmid, semid, and msqid. Add a call to
17457 atexit so that we call ipc_cleanup on exit.
17458
42d9e528
PA
174592015-02-04 Pedro Alves <palves@redhat.com>
17460
17461 * boards/native-extended-gdbserver.exp: Remove any target variant
17462 specifications from the board name before clearing the isremote
17463 flag from board_info.
17464
ae6ae975
DE
174652015-01-31 Doug Evans <xdje42@gmail.com>
17466
17467 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17468
cfb069a8
GB
174692015-01-31 Gary Benson <gbenson@redhat.com>
17470
17471 * gdb.base/completion.exp: Disable completion limiting for
17472 existing tests. Add new tests to check completion limiting.
17473 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17474
5dd31d79
DE
174752015-01-31 Doug Evans <xdje42@gmail.com>
17476
17477 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17478
9f050062
DE
174792015-01-31 Doug Evans <xdje42@gmail.com>
17480
17481 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17482 entries. Duplicate file section script entries.
17483 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17484 inlined entries. Add test for safe-path rejection.
17485 * gdb.python/py-section-script.c: Add duplicate inlined section script
17486 entries. Duplicate file section script entries.
17487 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17488 inlined entries. Add test for safe-path rejection.
17489
df25ebbd
JB
174902015-01-29 Joel Brobecker <brobecker@adacore.com>
17491
17492 * gdb.ada/disc_arr_bound: New testcase.
17493
4a0ca9ec
JB
174942015-01-29 Joel Brobecker <brobecker@adacore.com>
17495
17496 * gdb.ada/mi_var_array: New testcase.
17497
3a8b707a
DE
174982015-01-27 Doug Evans <dje@google.com>
17499
17500 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17501 Add test for objfile.filename, objfile.username after objfile
17502 has been unloaded.
17503
f8313f6e
JB
175042015-01-26 Joel Brobecker <brobecker@adacore.com>
17505
17506 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17507 the second test to print the name attribute of value
17508 returned by the call to gdb.lookup_type, and adjust
17509 the expected output accordingly.
17510
37bc665e
MW
175112015-01-25 Mark Wielaard <mjw@redhat.com>
17512
17513 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17514 * gdb.base/disp-step-fork.c: Include unistd.h.
17515 * gdb.base/siginfo-obj.c: Include stdio.h.
17516 * gdb.base/siginfo-thread.c: Likewise.
17517 * gdb.mi/non-stop.c: Include unistd.h.
17518 * gdb.mi/nsthrexec.c: Include stdio.h.
17519 * gdb.mi/pthreads.c: Include unistd.h.
17520 * gdb.modula2/unbounded1.c (main): Declare returns int.
17521 * gdb.reverse/consecutive-reverse.c: Likewise.
17522 * gdb.threads/create-fail.c: Include unistd.h.
17523 * gdb.threads/killed.c: Likewise.
17524 * gdb.threads/linux-dp.c: Likewise.
17525 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17526 * gdb.threads/non-ldr-exc-2.c: Likewise.
17527 * gdb.threads/non-ldr-exc-3.c: Likewise.
17528 * gdb.threads/non-ldr-exc-4.c: Likewise.
17529 * gdb.threads/pthreads.c: Include unistd.h.
17530 (main): Declare returns int.
17531 * gdb.threads/tls-main.c (foo): New declaration.
17532 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17533
f7e5394d
SM
175342015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17535
17536 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17537 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17538
743649fd
MW
175392015-01-15 Mark Wielaard <mjw@redhat.com>
17540
17541 * gdb.base/noreturn-return.c: New file.
17542 * gdb.base/noreturn-return.exp: New file.
17543 * gdb.base/noreturn-finish.c: New file.
17544 * gdb.base/noreturn-finish.exp: New file.
17545
198297aa
PA
175462015-01-23 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.threads/continue-pending-after-query.c: New file.
17549 * gdb.threads/continue-pending-after-query.exp: New file.
17550
717cf30c
AG
175512015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17552 Simon Marchi <simon.marchi@ericsson.com>
17553
17554 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17555 * gdb.base/valgrind-db-attach.exp: Same.
17556 * gdb.base/valgrind-infcall.exp: Same.
17557 * lib/mi-support.exp (default_mi_gdb_start): Same.
17558 * lib/prompt.exp (default_prompt_gdb_start): Same.
17559 * lib/gdb.exp (default_gdb_spawn): Same.
17560 (gdb_interact): New.
17561
17562
4b62a76e
JK
175632015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17564
17565 * gdb.compile/compile.exp (pointer to jit function): New test.
17566
b4cdae6f
WW
175672015-01-17 Wei-cheng Wang <cole945@gmail.com>
17568
17569 * lib/gdb.exp (supports_process_record): Return true for
17570 powerpc*-*-linux*.
17571 (supports_reverse): Likewise.
17572
d221e7ef
DB
175732015-01-15 Don Breazeal <donb@codesourcery.com>
17574
17575 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17576 instead of checking whether the target board is remote and
17577 use spawn_wait_for_attach instead of exec/sleep.
17578 * gdb.base/attach-twice.exp: Likewise.
17579
bafffb51
JB
175802015-01-15 Joel Brobecker <brobecker@adacore.com>
17581
17582 * gdb.ada/var_arr_attrs: New testcase.
17583
5589af0e
PA
175842015-01-14 Pedro Alves <palves@redhat.com>
17585 Joel Brobecker <brobecker@adacore.com>
17586
17587 PR gdb/17525
17588 * gdb.base/bp-cmds-execution-x-script.c: New file.
17589 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17590 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17591
6c400b59
PA
175922015-01-14 Pedro Alves <palves@redhat.com>
17593
17594 PR cli/17828
17595 * gdb.base/batch-preserve-term-settings.c: New file.
17596 * gdb.base/batch-preserve-term-settings.exp: New file.
17597
e02c96a7
DE
175982015-01-13 Doug Evans <dje@google.com>
17599
17600 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17601 binary.
17602
576fd14c
JB
176032015-01-13 Joel Brobecker <brobecker@adacore.com>
17604
17605 * Makefile.in (clean mostlyclean): Do not delete *.py.
17606
04dccad0
JB
176072015-01-13 Joel Brobecker <brobecker@adacore.com>
17608
17609 * gdb.python/py-lookup-type.exp: New file.
17610
3d230f71
PA
176112015-01-12 Pedro Alves <palves@redhat.com>
17612
17613 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17614 restore GDBFLAGS before returning.
17615
7e67715d
JK
176162015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17617
17618 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17619 is_amd64_regs_target and is_x86_like_target.
17620
f2e0d4b4
DE
176212015-01-11 Doug Evans <xdje42@gmail.com>
17622
17623 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17624 is given without an explicit form.
17625 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17626 attributes.
17627 * gdb.dwarf/corrupt.exp: Ditto.
17628 * gdb.dwarf2/enum-type.exp: Ditto.
17629 * gdb.trace/entry-values.exp: Ditto.
17630 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17631
439250fb
DE
176322015-01-11 Doug Evans <xdje42@gmail.com>
17633
17634 PR gdb/15830
17635 * gdb.base/maint.exp: Remove references to "maint demangle".
17636 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17637 Add tests for explicitly specifying language to demangle.
17638 * gdb.dlang/demangle.exp: Ditto.
17639
ede9f622
PA
176402015-01-09 Pedro Alves <palves@redhat.com>
17641
17642 * gdb.threads/non-stop-fair-events.c: New file.
17643 * gdb.threads/non-stop-fair-events.exp: New file.
17644
a7b796db
PA
176452015-01-09 Pedro Alves <palves@redhat.com>
17646
17647 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17648 the global scope. Set a breakpoint after all threads are started
17649 rather than stepping over two source lines. Expect the prompt.
17650 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17651 global.
17652 (NUM): Now 15.
17653 (main): Use threads_started_barrier to wait for all threads to
17654 start. Main thread no longer calls thread_function. Exit after
17655 180 seconds.
17656 (loop): New function.
17657 (thread_function): Wait on threads_started_barrier barrier. Call
17658 'loop' at each iteration.
17659 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17660 threads have started, instead of hardcoding number of "next"
17661 steps. Use an access watchpoint instead of a write watchpoint.
17662
9665ffdd
PA
176632015-01-09 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17666 (thread_func): Wait on barrier.
17667 (main): Wait for all threads to start before stopping GDB.
17668 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17669 global.
17670 (thread1_func, thread2_func): Wait on barrier.
17671 (main): Wait for all threads to start before stopping GDB.
17672 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17673 New global.
17674 (thread1_func, thread2_func): Wait on barrier.
17675 (main): Wait for all threads to start before stopping GDB.
17676
c945a99f
PA
176772015-01-09 Pedro Alves <palves@redhat.com>
17678
17679 * gdb.threads/attach-many-short-lived-threads.c: New file.
17680 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17681
c1a747c1
PA
176822014-01-09 Pedro Alves <palves@redhat.com>
17683
17684 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17685 instead of to thread 2.
17686 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17687 Add barrier around each pthread_create call instead of around all
17688 calls.
17689 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17690 Set a break on thread_function and have the child threads hit it
17691 one at at a time.
17692
60b3033e
PA
176932015-01-09 Pedro Alves <palves@redhat.com>
17694
17695 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17696 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17697 false.
17698 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17699 checking whether the target board is remote.
17700 * gdb.multi/multi-attach.exp: Likewise.
17701 * gdb.python/py-sync-interp.exp: Likewise.
17702 * gdb.server/ext-attach.exp: Likewise.
17703 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17704 tests that need to attach, instead of checking whether the target
17705 board is remote at the top of the file.
17706
acc018ac
YQ
177072015-01-08 Yao Qi <yao@codesourcery.com>
17708
17709 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17710
50a18af8
JK
177112015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17712
17713 Fix testcase compilation.
17714 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17715
8503d6e1
JB
177162015-01-06 Joel Brobecker <brobecker@adacore.com>
17717
17718 * gdb.python/py-type.exp: Add a couple test about empty
17719 array creation, and negative-length array creation.
17720
cc73dbcc
DE
177212015-01-02 Doug Evans <xdje42@gmail.com>
17722
17723 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17724
0300bbc7
DE
177252015-01-02 Doug Evans <dje@google.com>
17726
17727 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17728
9d85a0ec
YQ
177292014-12-29 Yao Qi <yao@codesourcery.com>
17730
17731 * gdb.trace/entry-values.exp: Update comments. Rename variable
17732 bar_call_foo to returned_from_foo.
17733
87186c6a
MMN
177342014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17735
17736 PR gdb/17394
17737 * gdb.linespec/break-asm-file.c: New file.
17738 * gdb.linespec/break-asm-file.exp: New file.
17739 * gdb.linespec/break-asm-file0.s: New file.
17740 * gdb.linespec/break-asm-file1.s: New file.
17741
1bab7383
YQ
177422014-12-18 Nigel Stephens <nigel@mips.com>
17743 Maciej W. Rozycki <macro@codesourcery.com>
17744
17745 * gdb.base/float.exp: Handle the new output from "info float" on
17746 MIPS targets.
17747
1bc1068a
JK
177482014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17749
17750 Fix MinGW compilation.
17751 * gdb.compile/compile-ops.exp: Update untested message if
17752 !skip_compile_feature_tests.
17753 * gdb.compile/compile-setjmp.exp: Likewise.
17754 * gdb.compile/compile-tls.exp: Likewise.
17755 * gdb.compile/compile.exp: Likewise.
17756 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17757 supported on this host".
17758
b6615d10
DE
177592014-12-16 Doug Evans <xdje42@gmail.com>
17760
17761 * boards/stabs.exp: New file.
17762
25dda427
AA
177632014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17764
17765 * gdb.base/completion.exp: Adjust to format changes of "maint
17766 print user-registers".
17767
bf330350
CU
177682014-12-16 Catalin Udma <catalin.udma@freescale.com>
17769
17770 PR server/17457
17771 * gdb.arch/aarch64-fp.c: New file.
17772 * gdb.arch/aarch64-fp.exp: New file.
17773
395cf596
SDJ
177742014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17775
17776 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17777 r210637, r210913, r211666, r215400, r215817).
17778
17779 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17780 * dg-extract-results.py: New file.
17781 * dg-extract-results.sh: Use it if the environment seems
17782 suitable.
17783
17784 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17785
17786 * dg-extract-results.py (parse_run): Handle warnings that
17787 are printed before a test harness is run.
17788
17789 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17790
17791 * dg-extract-results.py (Named): Remove __cmp__ method.
17792 (output_variation): Use a key to sort variation.harnesses.
17793
17794 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17795
17796 * dg-extract-results.py: For Python 3, force sys.stdout to
17797 handle surrogate escape sequences.
17798 (safe_open): New function.
17799 (output_segment, main): Use it.
17800
17801 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17802
17803 * dg-extract-results.py (Prog.result_re): Include options
17804 in test name.
17805
17806 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17807
17808 * dg-extract-results.py (output_variation): Always sort if
17809 do_sum.
17810
e882ef3c
SM
178112014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17812
17813 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17814 as long as we get pagination notifications.
17815
4992aa20
JM
178162014-12-15 Jason Merrill <jason@redhat.com>
17817
17818 * Makefile.in (check-gdb.%): Restore.
17819 * README: Mention it.
17820
c1b5a1a6
JB
178212014-12-13 Joel Brobecker <brobecker@adacore.com>
17822
17823 * gdb.ada/str_uninit: New testcase.
17824
5537b577
JK
178252014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17826
17827 PR symtab/17642
17828 * gdb.base/vla-stub-define.c: New file.
17829 * gdb.base/vla-stub.c: New file.
17830 * gdb.base/vla-stub.exp: New file.
17831
bb2ec1b3
TT
178322014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17833 Jan Kratochvil <jan.kratochvil@redhat.com>
17834 Tom Tromey <tromey@redhat.com>
17835
17836 * configure.ac: Add gdb.compile/.
17837 * configure: Regenerate.
17838 * gdb.compile/Makefile.in: New file.
17839 * gdb.compile/compile-ops.exp: New file.
17840 * gdb.compile/compile-ops.c: New file.
17841 * gdb.compile/compile-tls.c: New file.
17842 * gdb.compile/compile-tls.exp: New file.
17843 * gdb.compile/compile-constvar.S: New file.
17844 * gdb.compile/compile-constvar.c: New file.
17845 * gdb.compile/compile-mod.c: New file.
17846 * gdb.compile/compile-nodebug.c: New file.
17847 * gdb.compile/compile-setjmp-mod.c: New file.
17848 * gdb.compile/compile-setjmp.c: New file.
17849 * gdb.compile/compile-setjmp.exp: New file.
17850 * gdb.compile/compile-shlib.c: New file.
17851 * gdb.compile/compile.c: New file.
17852 * gdb.compile/compile.exp: New file.
17853 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17854
4ff709eb
TT
178552014-12-12 Tom Tromey <tromey@redhat.com>
17856
17857 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17858 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17859
6dddd6a5
DE
178602014-12-12 Doug Evans <dje@google.com>
17861
17862 * lib/gdb-python.exp (get_python_valueof): New function.
17863 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17864
71c24708
AA
178652014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17866
17867 * gdb.base/completion.exp: Add test for completion of "info
17868 registers ".
17869
3e29f34a
MR
178702014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17871
17872 * gdb.base/func-ptrs.c: New file.
17873 * gdb.base/func-ptrs.exp: New file.
17874
fc126975
SM
178752014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17876
17877 PR breakpoints/17012
17878 * gdb.base/dprintf-detach.c: New file.
17879 * gdb.base/dprintf-detach.exp: New file.
17880
0a46d518
SM
178812014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17882
17883 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17884 * lib/gdb.exp (target_is_gdbserver): New procedure.
17885
a0be3e44
DE
178862014-12-08 Doug Evans <dje@google.com>
17887
17888 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17889
df1b803a
YQ
178902014-12-05 Yao Qi <yao@codesourcery.com>
17891
17892 * gdb.guile/scm-error.exp: Remove the third argument to
17893 gdb_remote_download.
17894 * gdb.guile/scm-frame-args.exp: Likewise.
17895 * gdb.guile/scm-section-script.exp: Likewise.
17896
ddb9f679
YQ
178972014-12-05 Yao Qi <yao@codesourcery.com>
17898
17899 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17900
86e4ed39
DE
179012014-12-04 Doug Evans <dje@google.com>
17902
17903 * gdb.python/py-objfile.exp: Add tests for
17904 objfile.add_separate_debug_file.
17905
7c50a931
DE
179062014-12-04 Doug Evans <dje@google.com>
17907
17908 * lib/gdb.exp (get_build_id): New function.
17909 (build_id_debug_filename_get): Rewrite to use it.
17910 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17911
621661e3
MR
179122014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17913
17914 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17915 `method(long)', not just 0x0.
17916 * gdb.cp/nsalias.exp: Align code labels to 4.
17917 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17918 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17919 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17920 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17921 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17922 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17923
29f0c3b7
DE
179242014-12-02 Doug Evans <dje@google.com>
17925
e1e061e7 17926 PR symtab/17602
29f0c3b7 17927 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17928 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17929 * gdb.cp/anon-ns.exp: Update.
17930
162078c8
NB
179312014-12-02 Nick Bull <nicholaspbull@gmail.com>
17932
17933 * gdb.python/py-events.py (inferior_call_handler): New.
17934 (register_changed_handler, memory_changed_handler): New.
17935 (test_events.invoke): Register new handlers.
17936 * gdb.python/py-events.exp: Add tests for inferior call,
17937 memory_changed and register_changed events.
17938
fdb09caf
AA
179392014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17940
17941 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17942 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17943 if the linker doesn't understand this.
17944
55cfb2c4
SM
179452014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17946
17947 * gdb.python/python.exp: Change expected reply to help().
17948
9e8cd6df
YQ
179492014-12-01 Yao Qi <yao@codesourcery.com>
17950
17951 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17952 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17953 * configure: Re-generated.
17954
6c659fc2
SC
179552014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17956
17957 * gdb.cp/chained-calls.cc: New file.
17958 * gdb.cp/chained-calls.exp: New file.
17959 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17960
d7fc3181
SM
179612014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17962
17963 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17964 * gdb.dwarf2/symtab-producer.exp: Same.
17965 * gdb.gdb/python-interrupts.exp: Same.
17966 * gdb.gdb/python-selftest.exp: Same.
17967 * gdb.python/py-linetable.exp: Same.
17968 * gdb.python/py-type.exp: Same.
17969 * gdb.python/py-value-cc.exp: Same.
17970 * gdb.python/py-value.exp: Same.
17971
10e79639
YQ
179722014-11-28 Yao Qi <yao@codesourcery.com>
17973
17974 * gdb.base/break-probes.exp: Match library name prefixed with
17975 sysroot.
17976
f28a0564
SM
179772014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17978
17979 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17980 test expected output. Add parentheses for the call to print.
17981 Remove L suffix from integers.
17982
3fe1ce1d
DE
179832014-11-26 Doug Evans <dje@google.com>
17984
17985 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17986
84429e27
YQ
179872014-11-22 Yao Qi <yao@codesourcery.com>
17988
17989 * gdb.trace/entry-values.c: Remove asms.
17990 (foo): Add foo_label.
17991 (bar): Add bar_label.
17992 * gdb.trace/entry-values.exp: Remove code computing foo's
17993 length and bar's length.
17994 (Dwarf::assemble): Invoke function_range for bar and use
17995 MACRO_AT_func for foo.
17996
26741859
YQ
179972014-11-22 Yao Qi <yao@codesourcery.com>
17998
17999 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18000 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18001 Use .Lgcc43_procstart instead of gcc43.
18002
45e44d27
JB
180032014-11-21 Joel Brobecker <brobecker@adacore.com>
18004
18005 * gdb.ada/n_arr_bound: New testcase.
18006
458c8db8
SDJ
180072014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18008
18009 PR breakpoints/10737
18010 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18011 test_catch_syscall_multi_arch.
18012 (test_catch_syscall_multi_arch): New function.
18013
43f3e411
DE
180142014-11-20 Doug Evans <xdje42@gmail.com>
18015
18016 * gdb.base/maint.exp: Update expected output.
18017
0d7b2549
AA
180182014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18019
18020 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18021 4-byte instruction on S390.
18022
8908fca5
JB
180232014-11-19 Joel Brobecker <brobecker@adacore.com>
18024
18025 * gdb.ada/arr_arr: New testcase.
18026
4a46959e
JB
180272014-11-19 Joel Brobecker <brobecker@adacore.com>
18028
18029 * gdb.ada/pkd_arr_elem: New Testcase.
18030
470e2f4e
LM
180312014-11-18 Luis Machado <lgustavo@codesourcery.com>
18032
18033 * gdb.reverse/break-precsave: Expect completion message for
18034 core file reads.
18035 * gdb.reverse/consecutive-precsave.exp: Likewise.
18036 * gdb.reverse/finish-precsave.exp: Likewise.
18037 * gdb.reverse/i386-precsave.exp: Likewise.
18038 * gdb.reverse/machinestate-precsave.exp: Likewise.
18039 * gdb.reverse/sigall-precsave.exp: Likewise.
18040 * gdb.reverse/solib-precsave.exp: Likewise.
18041 * gdb.reverse/step-precsave.exp: Likewise.
18042 * gdb.reverse/until-precsave.exp: Likewise.
18043 * gdb.reverse/watch-precsave.exp: Likewise.
18044
a267f3ad
AA
180452014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18046
18047 * gdb.base/bp-permanent.c: Include unistd.h.
18048 * gdb.python/py-framefilter-mi.c (main): Add return type.
18049 * gdb.python/py-framefilter.c (main): Likewise.
18050 * gdb.trace/actions-changed.c (main): Likewise.
18051
12084a9a
AA
180522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18053
18054 * gdb.mi/until.c: Add eye-catchers.
18055 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18056 line numbers.
18057
dc7e1a77
AA
180582014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18059
18060 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18061 function header variants in break1.c.
18062 * gdb.base/ena-dis-br.exp: Likewise.
18063 * gdb.base/hbreak2.exp: Likewise.
18064 * gdb.reverse/until-precsave.exp: Drop references to removed
18065 non-prototype function header variants in ur1.c.
18066 * gdb.reverse/until-reverse.exp: Likewise.
18067
41c77605
PM
180682014-11-17 Petr Machata <pmachata@redhat.com>
18069
18070 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18071 ${_cu_offset_size} bytes abbrev offset.
18072
34248c3a
DE
180732014-11-15 Doug Evans <xdje42@gmail.com>
18074
18075 PR symtab/17559
18076 * gdb.base/line-symtabs.exp: New file.
18077 * gdb.base/line-symtabs.c: New file.
18078 * gdb.base/line-symtabs.h: New file.
18079
646da059
YQ
180802014-11-14 Yao Qi <yao@codesourcery.com>
18081
18082 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18083 (func): Add label func_label.
18084 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18085 Replace low_pc and high_pc with MACRO_AT_range.
18086 Replace name, low_pc and high_pc with MACRO_AT_func.
18087
9301ebe6
YQ
180882014-11-14 Yao Qi <yao@codesourcery.com>
18089
18090 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18091 Replace name, low_pc and high_pc with MACRO_AT_func.
18092
f166b542
YQ
180932014-11-14 Yao Qi <yao@codesourcery.com>
18094
18095 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18096 produce debug information.
18097 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18098
0f6e71e3
YQ
180992014-11-14 Yao Qi <yao@codesourcery.com>
18100
18101 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18102 object and get function length.
18103 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18104 with MACRO_AT_func.
18105 (top-level): Replace gdb_compile and clean_restart with
18106 prepare_for_testing.
18107 * gdb.dwarf2/main.c (main): Add label main_label.
18108
876c4df9
YQ
181092014-11-14 Yao Qi <yao@codesourcery.com>
18110
18111 * lib/dwarf.exp (function_range): New procedure.
18112 (Dwarf::_handle_macro_at_func): New procedure.
18113 (Dwarf::_handle_macro_at_range): New procedure.
18114 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18115
02ad9cf1
YQ
181162014-11-14 Yao Qi <yao@codesourcery.com>
18117
18118 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18119 (_handle_attribute): New procedure.
18120
a59add0c
AA
181212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18122
18123 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18124 * gdb.base/call-sc.c (zed): Likewise.
18125 * gdb.base/checkpoint.c (main): Likewise.
18126 * gdb.base/dump.c (main): Likewise.
18127 * gdb.base/gcore.c (main): Likewise.
18128 * gdb.base/huge.c (main): Likewise.
18129 * gdb.base/multi-forks.c (main): Likewise.
18130 * gdb.base/pr10179-a.c (main): Likewise.
18131 * gdb.base/savedregs.c (main): Likewise.
18132 * gdb.base/sigaltstack.c (main): Likewise.
18133 * gdb.base/siginfo.c (main): Likewise.
18134 * gdb.base/structs.c (zed): Likewise.
18135 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18136 * gdb.mi/mi-syn-frame.c (main): Likewise.
18137 * gdb.mi/until.c (foo, main): Likewise.
18138 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18139 * gdb.base/solib-weak.c (foo): Declare.
18140 * gdb.base/attach-twice.c: Include stdio.h.
18141 * gdb.base/weaklib1.c: Likewise.
18142 * gdb.base/weaklib2.c: Likewise.
18143 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18144 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18145 unistd.h.
18146 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18147 * gdb.mi/mi-exit-code.c: Likewise.
18148 * gdb.base/break-interp-lib.c: Include string.h.
18149 * gdb.base/coremaker.c: Likewise.
18150 * gdb.base/testenv.c: Likewise.
18151 * gdb.python/py-finish-breakpoint.c: Likewise.
18152 * gdb.base/inferior-died.c: Include sys/wait.h.
18153 * gdb.base/fileio.c: Include time.h.
18154 * gdb.base/async-shell.c: Include unistd.h.
18155 * gdb.base/dprintf-non-stop.c: Likewise.
18156 * gdb.base/info-os.c: Likewise.
18157 * gdb.mi/mi-console.c: Likewise.
18158 * gdb.mi/watch-nonstop.c: Likewise.
18159 * gdb.python/py-events.c: Likewise.
18160 * gdb.base/async.c (baz): Move up before its invocation.
18161 * gdb.base/code_elim2.c (my_global_func): Likewise.
18162 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18163 * gdb.base/advance.c (func2): Likewise.
18164
3b5d5997
AA
181652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18166
18167 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18168 variant.
18169 * gdb.base/annota3.c: Likewise.
18170 * gdb.base/async.c: Likewise.
18171 * gdb.base/average.c: Likewise.
18172 * gdb.base/call-ar-st.c: Likewise.
18173 * gdb.base/call-rt-st.c: Likewise.
18174 * gdb.base/call-sc.c: Likewise.
18175 * gdb.base/call-strs.c: Likewise.
18176 * gdb.base/ending-run.c: Likewise.
18177 * gdb.base/execd-prog.c: Likewise.
18178 * gdb.base/exprs.c: Likewise.
18179 * gdb.base/foll-exec.c: Likewise.
18180 * gdb.base/foll-fork.c: Likewise.
18181 * gdb.base/foll-vfork.c: Likewise.
18182 * gdb.base/funcargs.c: Likewise.
18183 * gdb.base/gcore.c: Likewise.
18184 * gdb.base/jump.c: Likewise.
18185 * gdb.base/langs0.c: Likewise.
18186 * gdb.base/langs1.c: Likewise.
18187 * gdb.base/langs2.c: Likewise.
18188 * gdb.base/mips_pro.c: Likewise.
18189 * gdb.base/nodebug.c: Likewise.
18190 * gdb.base/opaque0.c: Likewise.
18191 * gdb.base/opaque1.c: Likewise.
18192 * gdb.base/recurse.c: Likewise.
18193 * gdb.base/run.c: Likewise.
18194 * gdb.base/scope0.c: Likewise.
18195 * gdb.base/scope1.c: Likewise.
18196 * gdb.base/setshow.c: Likewise.
18197 * gdb.base/setvar.c: Likewise.
18198 * gdb.base/shmain.c: Likewise.
18199 * gdb.base/shr1.c: Likewise.
18200 * gdb.base/shr2.c: Likewise.
18201 * gdb.base/sigall.c: Likewise.
18202 * gdb.base/signals.c: Likewise.
18203 * gdb.base/so-indr-cl.c: Likewise.
18204 * gdb.base/solib2.c: Likewise.
18205 * gdb.base/structs.c: Likewise.
18206 * gdb.base/sum.c: Likewise.
18207 * gdb.base/vforked-prog.c: Likewise.
18208 * gdb.base/watchpoint.c: Likewise.
18209 * gdb.reverse/shr2.c: Likewise.
18210 * gdb.reverse/until-reverse.c: Likewise.
18211 * gdb.reverse/ur1.c: Likewise.
18212 * gdb.reverse/watch-reverse.c: Likewise.
18213
066a77c5
AA
182142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18215
18216 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18217 variant.
18218 * gdb.base/sepdebug.exp: Drop references to removed code.
18219
4f204ea5
AA
182202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18221
18222 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18223 variant. Preserve original line numbering.
18224 * gdb.base/list1.c: Likewise.
18225
3b377a3a
AA
182262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18227
18228 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18229 variant.
18230 * gdb.base/break1.c: Likewise.
18231 * gdb.base/break.exp: Drop references to removed code.
18232
e444df73
AA
182332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18234
18235 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18236 variant.
18237
8008f2a7
AA
182382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18239
18240 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18241
a5a06887
AA
182422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18243
18244 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18245 logic into perform_all_tests() and invoke it with and without
18246 function header prototypes.
18247 (do_function_calls): Remove conditional XFAIL for PR 5318.
18248 (rerun_and_prepare): Remove duplicate code.
18249 (perform_all_tests): New. Main logic moved here.
18250
44dba9b9
AA
182512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18252
18253 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18254 code guarded by #ifdef NO_PROTOTYPES.
18255 (t_double_many_args): Likewise.
18256 (DEF_FUNC_MANY_ARGS_1): Likewise.
18257 (DEF_FUNC_VALUES_1): Likewise.
18258 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18259 guarded by #ifdef PROTOTYPES.
18260
d1fbcd56
AA
182612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18262
18263 * gdb.mi/mi-console.c: Add eye-catcher.
18264 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18265 instead of literal line number.
18266
b0e59b8f
AA
182672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18268
18269 * gdb.base/shr2.c: Add eye-catcher.
18270 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18271 line number.
18272
78f98cca
AA
182732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18274
18275 * gdb.base/jump.c: Add eye-catchers.
18276 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18277 numbers.
18278
58fa2af0
AA
182792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18280
18281 * gdb.base/execd-prog.c: Add eye-catchers.
18282 * gdb.base/foll-exec.c: Likewise.
18283 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18284 line numbers.
18285
04e5059b
AA
182862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18287
18288 * gdb.base/ending-run.c: Add eye-catchers.
18289 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18290 literal line numbers.
18291
dbfdb174
AA
182922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18293
18294 * gdb.base/call-rt-st.c: Add eye-catchers.
18295 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18296 literal line numbers.
18297
888a2ade
AA
182982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18299
18300 * gdb.base/call-ar-st.c: Add eye-catchers.
18301 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18302 literal line numbers.
18303
6acc2dde
AA
183042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18305
18306 * gdb.base/average.c: Add eye-catchers.
18307 * gdb.base/sum.c: Likewise.
18308 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18309 regexps dynamically.
18310
9ecfcd1d
AA
183112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18312
18313 * gdb.base/solib1.c: Add eye-catchers.
18314 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18315 literal line numbers.
18316
78708b7c
PA
183172014-11-12 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18320 leader has exited.
18321
af48d08f
PA
183222014-11-12 Pedro Alves <palves@redhat.com>
18323
18324 * gdb.arch/i386-bp_permanent.c: New file.
18325 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18326 (srcfile): Set to i386-bp_permanent.c.
18327 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18328 that stepi does not execute the 'leave' instruction, instead of
18329 testing it does execute.
18330 * gdb.base/bp-permanent.c: New file.
18331 * gdb.base/bp-permanent.exp: New file.
18332
af3768e9
DE
183332014-11-10 Doug Evans <xdje42@gmail.com>
18334
18335 PR symtab/17564
18336 * gdb.base/symtab-search-order.exp: New file.
18337 * gdb.base/symtab-search-order.c: New file.
18338 * gdb.base/symtab-search-order-1.c: New file.
18339 * gdb.base/symtab-search-order-shlib-1.c: New file.
18340
9de00a4a
PA
183412014-11-07 Pedro Alves <palves@redhat.com>
18342
18343 PR gdb/17511
18344 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18345 i?86-*-linux*.
18346
e0f52461
SC
183472014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18348
18349 PR c++/17494
18350 * gdb.cp/pr17494.cc: New file.
18351 * gdb.cp/pr17494.exp: New file.
18352
6ce8c980
YQ
183532014-11-02 Yao Qi <yao@codesourcery.com>
18354
18355 * gdb.python/python.exp: Get working directory and match the
18356 output of "set extended-prompt \\w " with it.
18357
02be9a71
DE
183582014-10-30 Doug Evans <dje@google.com>
18359
18360 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18361 in objfiles.
18362 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18363 in progspaces.
18364
3bdff46b
LM
183652014-10-30 Janis Johnson <janisjo@codesourcery.com>
18366
18367 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18368 * gdb.base/realname-expand.exp: Likewise.
18369 * gdb.linespec/macro-relative.exp: Likewise.
18370
ab917dfb
PA
183712014-10-29 Pedro Alves <palves@redhat.com>
18372
18373 PR gdb/17408
18374 * gdb.threads/schedlock.c (some_function): New function.
18375 (call_function): New global.
18376 (MAYBE_CALL_SOME_FUNCTION): New macro.
18377 (thread_function): Call it.
18378 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18379 and use it instead of a global counter. Adjust all callers.
18380 (get_current_thread): Use "find current thread" for test message
18381 here rather than having all callers pass down the same string.
18382 (goto_loop): New procedure, factored out from ...
18383 (my_continue): ... this.
18384 (step_ten_loops): Change parameter from test message to command to
18385 use. Adjust.
18386 (list_count): Delete global.
18387 (check_result): New procedure, factored out from duplicate top
18388 level code.
18389 (continue tests): Wrap in with_test_prefix.
18390 (test_step): New procedure, factored out from duplicate top level
18391 code.
18392 (top level): Test "step" in combination with all scheduler-locking
18393 modes. Test "next" in combination with all scheduler-locking
18394 modes, and in combination with stepping over a function call or
18395 not.
18396 * gdb.threads/next-bp-other-thread.c: New file.
18397 * gdb.threads/next-bp-other-thread.exp: New file.
18398
d3d4baed
PA
183992014-10-29 Pedro Alves <palves@redhat.com>
18400
18401 PR python/17372
18402 * gdb.python/python.exp: Test a multi-line command that spawns
18403 interactive Python.
18404 * gdb.base/multi-line-starts-subshell.exp: New file.
18405
563e8d85
YQ
184062014-10-29 Yao Qi <yao@codesourcery.com>
18407
18408 * gdb.base/fileio.exp: Make directories on host.
18409
0ea4d52e
YQ
184102014-10-29 Yao Qi <yao@codesourcery.com>
18411
18412 * gdb.base/fileio.c (test_write): Close the file.
18413
7f5ef605
PA
184142014-10-28 Pedro Alves <palves@redhat.com>
18415
18416 PR gdb/12623
18417 * gdb.base/sigstep.c (no_handler): New global.
18418 (main): If 'no_handler is true, set the signal handlers to
18419 SIG_IGN.
18420 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18421 with_sw_watch and no_handler parameters. Handle them.
18422 (top level) <stepping over handler when stopped at a breakpoint
18423 test>: Add a test axis for testing with a software watchpoint, and
18424 another for testing with the signal handler set to SIG_IGN.
18425 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18426 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18427
abbdbd03
PA
184282014-10-28 Pedro Alves <palves@redhat.com>
18429
18430 PR gdb/17511
18431 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18432 * gdb.base/sigstep.exp (other_handler_location): New global.
18433 (advance): Support stepping into the signal handler, and running
18434 commands while in the handler.
18435 (in_handler_map): New global.
18436 (top level): In the advance test, add combinations for getting
18437 into the handler with stepping commands, and for running commands
18438 in the handler. Add comment descripting the advancei tests.
18439
1df4399f
PA
184402014-10-28 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.base/sigstep.exp: Use build_executable instead of
18443 prepare_for_testing.
18444 (top level): Move code that starts GDB, runs to main and creates a
18445 display to ...
18446 (restart): ... this new procedure.
18447 (top level): Move backtrace from signal handler test to ...
18448 (validate_backtrace): ... this new procedure.
18449 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18450 with_test_prefix. Always restart GDB.
18451 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18452 with_test_prefix. Always restart GDB. No need to delete
18453 breakpoints after the test.
18454 (test_skip_handler): Remove prefix parameter.
18455 (skip_over_handler, breakpoint_to_handler)
18456 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18457 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18458 restart GDB. No need to delete breakpoints after the test.
18459 (top level): Use foreach to call the test procedures with
18460 different commands.
18461
a5b6e449
PA
184622014-10-28 Pedro Alves <palves@redhat.com>
18463
18464 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18465 instead of GNATS numbers.
18466 * gdb.base/sigbpt.exp: Likewise.
18467 * gdb.base/siginfo.exp: Likewise.
18468 * gdb.base/sigstep.exp: Likewise.
18469
e5f8a7cc
PA
184702014-10-27 Pedro Alves <palves@redhat.com>
18471
18472 * gdb.base/sigstep.c (dummy): New global.
18473 (main): Issue a couple writes to the new global.
18474 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18475 procedures.
18476 (skip_over_handler): Use test_skip_handler.
18477 (top level): Call skip_over_handler for stepi and nexti too.
18478 (breakpoint_over_handler): Use test_skip_handler.
18479 (top level): Call breakpoint_over_handler for stepi and nexti too.
18480
763905a3
YQ
184812014-10-27 Yao Qi <yao@codesourcery.com>
18482
18483 * gdb.trace/tfile.c (adjust_function_address)
18484 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18485 function descriptor.
18486
6f259a23
DB
184872014-10-24 Don Breazeal <donb@codesourcery.com>
18488
18489 * gdb.base/foll-fork.exp (test_follow_fork,
18490 catch_fork_child_follow): Check for updated fork messages emitted
18491 from infrun.c.
18492 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18493 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18494 vfork_and_exec_child_follow_through_step): Check for updated vfork
18495 messages emitted from infrun.c.
18496
09dd9a69
PA
184972014-10-24 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.base/corefile.exp: Remove references to ultrix.
18500 * gdb.base/interrupt.exp: Likewise.
18501 * gdb.base/whatis.exp: Likewise.
18502 * gdb.gdb/selftest.exp: Likewise.
18503 * gdb.threads/manythreads.exp: Likewise.
18504 * gdb.threads/print-threads.exp: Likewise.
18505 * gdb.threads/pthreads.exp:: Likewise.
18506 * gdb.threads/schedlock.exp: Likewise.
18507
3433cfa5
SC
185082014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18509
18510 * gdb.cp/non-trivial-retval.cc: Add a test case.
18511 * gdb.cp/non-trivial-retval.exp: Add a test.
18512
092f880b
YQ
185132014-10-20 Yao Qi <yao@codesourcery.com>
18514
18515 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18516 * gdb.python/py-objfile-script-gdb.py: New file.
18517 * gdb.python/py-objfile-script.exp: Update reference to
18518 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18519 of remote_download. Remove the dest file.
18520
acbdb7f3
YQ
185212014-10-20 Yao Qi <yao@codesourcery.com>
18522
18523 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18524 * gdb.base/step-line.exp: Likewise.
18525 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18526 * gdb.dwarf2/dw2-basic.exp: Likewise.
18527 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18528 * gdb.dwarf2/dw2-filename.exp: Likewise.
18529 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18530 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18531 * gdb.dwarf2/dw2-producer.exp: Likewise.
18532 * gdb.dwarf2/mac-fileno.exp: Likewise.
18533 * gdb.python/py-frame-args.exp: Likewise.
18534 * gdb.python/py-framefilter.exp: Likewise.
18535 * gdb.python/py-mi.exp: Likewise.
18536 * gdb.python/py-objfile-script.exp: Likewise
18537 * gdb.python/py-pp-integral.exp: Likewise.
18538 * gdb.python/py-pp-re-notag.exp: Likewise.
18539 * gdb.python/py-prettyprint.exp: Likewise.
18540 * gdb.python/py-section-script.exp: Likewise.
18541 * gdb.python/py-typeprint.exp: Likewise.
18542 * gdb.python/py-xmethods.exp: Likewise.
18543 * gdb.stabs/weird.exp: Likewise.
18544 * gdb.xml/tdesc-regs.exp: Likewise.
18545
bd286a29
KCY
185462014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18547
18548 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18549 (out_cu): Use addr_len for the size of addresses.
18550 (out_line): Likewise. Size DW_LNE_set_address instruction
18551 according to addr_len.
18552 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18553 (FUNC): Add START_INSNS to definition.
18554
673dc4a0
YQ
185552014-10-18 Yao Qi <yao@codesourcery.com>
18556
18557 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18558 gdb_has_argv0 return true.
18559 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18560 check [target_info exists noargs], check [gdb_has_argv0]
18561 instead.
18562 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18563 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18564 procedures.
18565
4ffbba72
DE
185662014-10-17 Doug Evans <dje@google.com>
18567
18568 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18569 event.
18570 * gdb.python/py-events.py: Add clear_objfiles event.
18571
d096d8c1
DE
185722014-10-17 Doug Evans <dje@google.com>
18573
18574 * gdb.python/py-objfile.exp: Test progspace attribute.
18575
a80db015
LM
185762014-10-17 Luis Machado <lgustavo@codesourcery.com>
18577
18578 * gdb.guile/scm-breakpoint.exp: Do not assume any
18579 directory separators when matching source file paths.
18580 * gdb.python/py-breakpoint.exp: Likewise.
18581 * gdb.reverse/break-precsave.exp: Likewise.
18582 * gdb.reverse/break-reverse.exp: Likewise.
18583 * gdb.reverse/consecutive-precsave.exp: Likewise.
18584 * gdb.reverse/finish-precsave.exp: Likewise.
18585 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18586 * gdb.reverse/finish-reverse.exp: Likewise.
18587 * gdb.reverse/i386-precsave.exp: Likewise.
18588 * gdb.reverse/i387-env-reverse.exp: Likewise.
18589 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18590 * gdb.reverse/machinestate-precsave.exp: Likewise.
18591 * gdb.reverse/machinestate.exp: Likewise.
18592 * gdb.reverse/sigall-precsave.exp: Likewise.
18593 * gdb.reverse/solib-precsave.exp: Likewise.
18594 * gdb.reverse/step-precsave.exp: Likewise.
18595 * gdb.reverse/until-precsave.exp: Likewise.
18596 * gdb.reverse/watch-precsave.exp: Likewise.
18597 * gdb.reverse/watch-reverse.exp: Likewise.
18598
b22089ab
YQ
185992014-10-17 Yao Qi <yao@codesourcery.com>
18600
18601 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18602 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18603
6c4486e6
PA
186042014-10-17 Pedro Alves <palves@redhat.com>
18605
18606 PR gdb/17471
18607 * gdb.base/bg-execution-repeat.c: New file.
18608 * gdb.base/bg-execution-repeat.exp: New file.
18609
0ff33695
PA
186102014-10-17 Pedro Alves <palves@redhat.com>
18611
18612 PR gdb/17300
18613 * gdb.base/continue-all-already-running.c: New file.
18614 * gdb.base/continue-all-already-running.exp: New file.
18615
6fdebc3d
PA
186162014-10-17 Pedro Alves <palves@redhat.com>
18617
18618 PR gdb/17472
18619 * gdb.base/annota-input-while-running.c: New file.
18620 * gdb.base/annota-input-while-running.exp: New file.
18621
32a8097b
PA
186222014-10-17 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.base/callfuncs.exp: emove references to osf.
18625 * gdb.base/sigall.exp: Likewise.
18626 * gdb.gdb/selftest.exp: Likewise.
18627 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18628 * gdb.mi/non-stop.c: Likewise.
18629 * gdb.mi/pthreads.c: Likewise.
18630 * gdb.reverse/sigall-precsave.exp: Likewise.
18631 * gdb.reverse/sigall-reverse.exp: Likewise.
18632 * gdb.threads/pthreads.c: Likewise.
18633 * gdb.threads/pthreads.exp: Likewise.
18634
7a3517ff
YQ
186352014-10-17 Yao Qi <yao@codesourcery.com>
18636
18637 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18638 check 'target_info exists noargs'.
18639 (test_command_prompt_position): Likewise.
18640 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18641 Remove "set args".
18642 (progvar_simple_while_test): Likewise.
18643 (progvar_complex_if_while_test): Likewise.
18644 (if_while_breakpoint_command_test): Likewise.
18645 (infrun_breakpoint_command_test): Likewise.
18646 (breakpoint_command_test): Likewise.
18647 (watchpoint_command_test): Likewise.
18648 (bp_deleted_in_command_test): Likewise.
18649 (temporary_breakpoint_commands): Likewise.
18650
bb99c472
YQ
186512014-10-16 Yao Qi <yao@codesourcery.com>
18652
18653 * gdb.base/remotetimeout.exp: Remove noargs checking.
18654
7c16b83e
PA
186552014-10-15 Pedro Alves <palves@redhat.com>
18656
18657 PR breakpoints/9649
18658 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18659 * gdb.base/breakpoint-in-ro-region.exp
18660 (probe_target_hardware_step): New procedure.
18661 (top level): Probe hardware stepping and hardware breakpoint
18662 support. Test stepping through a read-only region, with both
18663 "breakpoint auto-hw" on and off and both "always-inserted" on and
18664 off.
18665
35a49624
IB
186662014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18667
18668 * gdb.dlang/demangle.exp: Update for demangling changes.
18669
2d1c107c
SC
186702014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18671
18672 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18673 * gdb.cp/non-trivial-retval.exp: Add new tests.
18674
778811d5
SC
186752014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18676
18677 PR c++/13403
18678 PR c++/15154
18679 * gdb.cp/non-trivial-retval.cc: New file.
18680 * gdb.cp/non-trivial-retval.exp: New file.
18681
10c5f0a8
YQ
186822014-10-15 Yao Qi <yao@codesourcery.com>
18683
18684 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18685 remote host.
18686
65d7b369
YQ
186872014-10-15 Yao Qi <yao@codesourcery.com>
18688
18689 * gdb.python/py-symbol.exp: Match file base name if host is
18690 remote, otherwise match file name with dir name.
18691 * gdb.python/py-symtab.exp: Likewise.
18692 * gdb.python/python.exp: Likewise.
18693
46dc1394
YQ
186942014-10-15 Yao Qi <yao@codesourcery.com>
18695
18696 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18697 pattern.
18698 * gdb.python/py-symtab.exp: Likewise.
18699 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18700 locationn.
18701
c40cc657
JB
187022014-10-14 Joel Brobecker <brobecker@adacore.com>
18703
18704 * gdb.ada/addr_arith: New testcase.
18705
2abf49e1
MR
187062014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18707
18708 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18709 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18710 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18711 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18712
f7088df3
SDJ
187132014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18714
18715 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18716 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18717 * gdb.arch/stap-eval-lang-ada.exp: New file.
18718
4dc06805
YQ
187192014-10-14 Yao Qi <yao@codesourcery.com>
18720
18721 * gdb.mi/mi-var-child.c (nothing1): New function.
18722 (nothing2): New function.
18723 (do_children_tests): Set function pointers by nothing1 and
18724 nothing2.
18725 * gdb.mi/mi-var-child.exp: Step over new added statements.
18726 Update test to match the new output.
18727 * gdb.mi/var-cmd.c (nothing1): New function.
18728 (nothing2): New function.
18729 (do_children_tests): Set function pointers by nothing1 and
18730 nothing2.
18731 * gdb.mi/mi-var-display.exp: Update test to match output.
18732 Step to the line specified by $line_dct_nothing.
18733 Increase the number of lines to step.
18734
46a93de2
YQ
187352014-10-14 Yao Qi <yao@codesourcery.com>
18736
18737 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18738 tests.
18739 * gdb.mi/mi2-var-child.exp: Likewise.
18740
14ea52ee
DE
187412014-10-13 Doug Evans <dje@google.com>
18742
18743 * gdb.python/py-objfile.exp: Change name of file name test.
18744
e5c6e92b
DE
187452014-10-13 Doug Evans <dje@google.com>
18746
18747 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18748 from the start of the CU.
18749
c780cc2f
JK
187502014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18751 Yao Qi <yao@codesourcery.com>
18752
18753 Fix "save breakpoints" for "catch" command.
18754 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18755 Remove -nonewline. Match also the added "main" line.
18756
99894e11
JK
187572014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18758
18759 Fix "save breakpoints" for "disable $bpnum" command.
18760 * gdb.base/save-bp.c (main): Add label.
18761 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18762
6e1ac5a3
JK
187632014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18764
18765 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18766
754dd2b0
YQ
187672014-10-11 Yao Qi <yao@codesourcery.com>
18768
18769 * gdb.server/server-kill.exp: Execute command
18770 "set remote trace-status-packet on" before "tstatus".
18771
f90183d7
YQ
187722014-10-11 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18775 (main): Call getppid.
18776 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18777 and continue to it. Read variable "server_pid".
18778
bf40a607
YQ
187792014-10-11 Yao Qi <yao@codesourcery.com>
18780
18781 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18782
052ca370
YQ
187832014-10-11 Yao Qi <yao@codesourcery.com>
18784
18785 * gdb.threads/thread-find.exp: Don't execute command
18786 "info threads".
18787 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18788 * gdb.threads/linux-dp.exp: Don't check the condition
18789 $threads_created equals to zero.
18790
3831839c
PA
187912014-10-10 Pedro Alves <palves@redhat.com>
18792
18793 * gdb.base/bigcore.exp: Remove references to IRIX.
18794 * gdb.base/funcargs.exp: Likewise.
18795 * gdb.base/interrupt.exp: Likewise.
18796 * gdb.base/mips_pro.exp: Likewise.
18797 * gdb.base/nodebug.exp: Likewise.
18798 * gdb.base/setvar.exp: Likewise.
18799 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18800
8b9a549d
PA
188012014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18802 Pedro Alves <palves@redhat.com>
18803
18804 PR symtab/14466
18805 * gdb.base/vdso-warning.c: New file.
18806 * gdb.base/vdso-warning.exp: New file.
18807
d48ba5e8
DE
188082014-10-02 Doug Evans <dje@google.com>
18809
18810 * gdb.base/structs.c (main): Don't run forever.
18811
2278c276
PA
188122014-10-02 Pedro Alves <palves@redhat.com>
18813
18814 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18815 (top level) <stop threads 1, stop threads 2>: Use it.
18816
b57bacec
PA
188172014-10-02 Pedro Alves <palves@redhat.com>
18818
18819 * gdb.threads/break-while-running.exp (test): Add new
18820 'update_thread_list' argument. Skip "info threads" if false.
18821 (top level): Add new 'update_thread_list' axis.
18822
13fd3ff3
PA
188232014-10-02 Pedro Alves <palves@redhat.com>
18824
18825 PR breakpoints/17431
18826 * gdb.base/execl-update-breakpoints.c: New file.
18827 * gdb.base/execl-update-breakpoints.exp: New file.
18828
0fec99e8
PA
188292014-10-01 Pedro Alves <palves@redhat.com>
18830
18831 * gdb.base/breakpoint-in-ro-region.c: New file.
18832 * gdb.base/breakpoint-in-ro-region.exp: New file.
18833
2ddf4301
SM
188342014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18835
18836 * gdb.mi/mi-exit-code.exp: New file.
18837 * gdb.mi/mi-exit-code.c: New file.
18838
6a5f3f43
YQ
188392014-09-30 Yao Qi <yao@codesourcery.com>
18840
18841 * lib/prelink-support.exp (build_executable_own_libs): Error if
18842 the target isn't native.
18843
345bcc73
YQ
188442014-09-30 Yao Qi <yao@codesourcery.com>
18845
18846 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18847 false.
18848
a25a5a45
PA
188492014-09-22 Pedro Alves <palves@redhat.com>
18850
18851 * gdb.threads/break-while-running.exp: New file.
18852 * gdb.threads/break-while-running.c: New file.
18853
00ba3162
YQ
188542014-09-19 Yao Qi <yao@codesourcery.com>
18855
18856 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18857 Invoke test. Restart GDB with --readnow and invoke test again.
18858
c3b7b696
YQ
188592014-09-19 Yao Qi <yao@codesourcery.com>
18860
18861 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18862 proc set_breakpoint_on_gcd_function. Invoke
18863 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18864 invoke set_breakpoint_on_gcd_function again.
18865
2b4fd423
DE
188662014-09-18 Doug Evans <dje@google.com>
18867
18868 * gdb.dwarf2/symtab-producer.exp: New file.
18869
a5947601
SDJ
188702014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18871
18872 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18873 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18874 * gdb.base/global-var-nested-by-dso.c: Likewise.
18875 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18876
91c19059
SDJ
188772014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18878 Pedro Alves <palves@redhat.com>
18879
18880 * gdb.base/watch-bitfields.exp: Pass string other than test file
18881 name to prepare_for_testing.
18882 (watch): New procedure.
18883 (expect_watchpoint): Use with_test_prefix.
18884 (top level): Factor out tests to ...
18885 (test_watch_location, test_regular_watch): ... these new
18886 procedures, and use with_test_prefix and gdb_continue_to_end.
18887
bb9d5f81
PP
188882014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18889
18890 PR breakpoints/12526
18891 * gdb.base/watch-bitfields.exp: New file.
18892 * gdb.base/watch-bitfields.c: New file.
18893
635856f5
PA
188942014-09-16 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18897 software and hardware addresses, not software address against
18898 itself.
18899
7280ceea
PA
189002014-09-16 Pedro Alves <palves@redhat.com>
18901
18902 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18903 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18904
428b16bd
PA
189052014-09-16 Pedro Alves <palves@redhat.com>
18906
18907 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18908 files.
18909 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18910 "*-*-vxworks*" throughout.
18911 * gdb.base/break.exp: Likewise.
18912 * gdb.base/default.exp: Likewise.
18913 * gdb.base/scope.exp: Likewise.
18914 * gdb.base/sepdebug.exp: Likewise.
18915 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18916 throughout.
18917 * gdb.base/run.c: Likewise.
18918 * gdb.base/sepdebug.c: Likewise.
18919 * gdb.hp/gdb.aCC/run.c: Likewise.
18920 * gdb.reverse/until-reverse.c: Likewise.
18921 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18922
666d413c
YQ
189232014-09-16 Yao Qi <yao@codesourcery.com>
18924
18925 * boards/local-remote-host-native.exp: New file.
18926
57cbd724
DE
189272014-09-14 Doug Evans <xdje42@gmail.com>
18928
18929 * gdb.threads/queue-signal.c (thread_count): New variable.
18930 (thread_count_mutex, thread_count_condvar): New variables.
18931 (incr_thread_count, wait_all_threads_running): New functions.
18932 (main): Wait for all threads to be in their thread functions.
18933
81219e53
DE
189342014-09-13 Doug Evans <xdje42@gmail.com>
18935
18936 * gdb.threads/queue-signal.c: New file.
18937 * gdb.threads/queue-signal.exp: New file.
18938
3714cea7
DE
189392014-09-13 Doug Evans <xdje42@gmail.com>
18940
18941 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18942 be consistent with what default_gdb_init uses.
18943 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18944 the plain text of the prompt. Add some logging printfs.
18945 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18946
fa43b1d7
PA
189472014-09-12 Pedro Alves <palves@redhat.com>
18948
18949 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18950 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18951 * gdb.arch/i386-size-overlap.exp: Likewise.
18952 * gdb.arch/i386-size.exp: Likewise.
18953 * gdb.arch/i386-unwind.exp: Likewise.
18954 * gdb.base/a2-run.exp: Likewise.
18955 * gdb.base/break.exp: Likewise.
18956 * gdb.base/charset.exp: Likewise.
18957 * gdb.base/chng-syms.exp: Likewise.
18958 * gdb.base/commands.exp: Likewise.
18959 * gdb.base/dbx.exp: Likewise.
18960 * gdb.base/find.exp: Likewise.
18961 * gdb.base/funcargs.exp: Likewise.
18962 * gdb.base/jit-simple.exp: Likewise.
18963 * gdb.base/reread.exp: Likewise.
18964 * gdb.base/sepdebug.exp: Likewise.
18965 * gdb.base/step-bt.exp: Likewise.
18966 * gdb.cp/mb-inline.exp: Likewise.
18967 * gdb.cp/mb-templates.exp: Likewise.
18968 * gdb.objc/basicclass.exp: Likewise.
18969 * gdb.threads/killed.exp: Likewise.
18970
9d9bf2df
EBM
189712014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18972
18973 PR tdep/17379
18974 * gdb.arch/powerpc-stackless.S: New file.
18975 * gdb.arch/powerpc-stackless.exp: New file.
18976
1cf2f1b0
JK
189772014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18978
18979 * gdb.base/attach.c: Include unistd.h.
18980 (main): Call alarm. Add label postloop.
18981 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18982 gdb_breakpoint, gdb_continue_to_breakpoint.
18983 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18984
98880d46
PA
189852014-09-11 Pedro Alves <palves@redhat.com>
18986
18987 PR gdb/17347
18988 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18989 * gdb.base/attach.exp (test_command_line_attach_run): New
18990 procedure.
18991 (top level): Call it.
18992
4c92ff2c
PA
189932014-09-11 Pedro Alves <palves@redhat.com>
18994
18995 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18996 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18997 (do_command_attach_tests): Use spawn_wait_for_attach.
18998 * gdb.base/solib-overlap.exp: Likewise.
18999 * gdb.multi/multi-attach.exp: Likewise.
19000 * gdb.python/py-prompt.exp: Likewise.
19001 * gdb.python/py-sync-interp.exp: Likewise.
19002 * gdb.server/ext-attach.exp: Likewise.
19003
3adc1a7d
GKB
190042014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19005
19006 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19007 command in testcase. Simplify testcase.
19008
96334934
JB
190092014-09-10 Joel Brobecker <brobecker@adacore.com>
19010
19011 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19012
eb479039
JB
190132014-09-10 Joel Brobecker <brobecker@adacore.com>
19014
19015 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19016
deede10c
JB
190172014-09-10 Joel Brobecker <brobecker@adacore.com>
19018
19019 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19020
7828a5f5
JB
190212014-09-10 Joel Brobecker <brobecker@adacore.com>
19022
19023 * gdb.dwarf2/dynarr-ptr.c: New file.
19024 * gdb.dwarf2/dynarr-ptr.exp: New file.
19025
33aeebcf
MR
190262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19027
19028 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19029 of 30 rather than hardcoding 120 for a slow test case. Take the
19030 `gdb,timeout' target setting into account for this calculation.
19031 Don't extend the timeout for the test cases that don't need it.
19032
7b415901
MR
190332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19034
19035 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19036 a factor of 2 for a slow test case. Take the `gdb,timeout'
19037 target setting into account for this calculation.
19038 * gdb.reverse/until-precsave.exp: Increase the timeout by
19039 a factor of 15 and 3 respectively rather than adding 120
19040 for a pair of slow test cases. Take the `gdb,timeout'
19041 target setting into account for this calculation.
19042
4a40f85a
MR
190432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19044
19045 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19046 timeout, don't pass one down to gdb_expect.
19047 (gdb_expect): Rework timeout selection.
19048
09635af7
MR
190492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19050
19051 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19052 exception on timeout.
19053 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19054 (gdbserver_start_extended): Catch any `gdbserver_start' error
19055 exceptions.
19056 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19057 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19058 `gdbserver_gdb_load' error exceptions.
19059
2bdd10b7
MR
190602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19061
19062 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19063 120 on waiting for the TCP socket to open.
19064
316935f0
DE
190652014-09-09 Doug Evans <xdje42@gmail.com>
19066
19067 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19068 _caller_matches, _any_caller_is, _any_caller_matches.
19069
83740597
DE
190702014-09-09 Doug Evans <xdje42@gmail.com>
19071
19072 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19073
4c122fc3
YQ
190742014-09-09 Yao Qi <yao@codesourcery.com>
19075
19076 * gdb.mi/mi-var-display.exp: Set print symbol off.
19077
a9f116cb
GKB
190782014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19079
19080 PR gdb/17035
19081 * gdb.base/commands.exp: Add tests to verify user-defined
19082 commands with empty bodies.
19083 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19084 python commands in `show user command`.
19085 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19086 scheme commands in `show user command`.
19087
c75bd3a2
JK
190882014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19089
19090 PR python/17355
19091 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19092 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19093 * gdb.python/py-framefilter-invalidarg.exp: New file.
19094 * gdb.python/py-framefilter-invalidarg.py: New file.
19095
faa42425
DE
190962014-09-06 Doug Evans <xdje42@gmail.com>
19097
19098 PR 15276
19099 * gdb.python/py-caller-is.c: New file.
19100 * gdb.python/py-caller-is.exp: New file.
19101
474ca4f6
SDJ
191022014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19103
19104 PR gdb/17235
19105 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19106 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19107
eb0b0463
SDJ
191082014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19109
19110 PR fortran/17237
19111 * gdb.fortran/print-formatted.exp: New file.
19112 * gdb.fortran/print-formatted.f90: Likewise.
19113
5f3b99cf
SS
191142014-09-03 Sasha Smundak <asmundak@google.com>
19115
19116 * gdb.python/py-frame.exp: Test Frame.read_register.
19117
7d793aa9
SDJ
191182014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19119
19120 PR python/16699
19121 * gdb.python/py-completion.exp: New file.
19122 * gdb.python/py-completion.py: Likewise.
19123
fb0576e9
DE
191242014-08-28 Doug Evans <dje@google.com>
19125
19126 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19127 eax,etc. are live with values set by gdb and thus the compiler can't
19128 use them.
19129 * gdb.arch/i386-pseudo.c (main): Ditto.
19130
ee92b0dd
DE
191312014-08-27 Doug Evans <dje@google.com>
19132
19133 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19134
6649db35
DE
191352014-08-25 Doug Evans <dje@google.com>
19136
19137 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19138 (main): Ditto.
19139
564b7600
DE
191402014-08-25 Doug Evans <dje@google.com>
19141
19142 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19143
3881fb67
YQ
191442014-08-24 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19147 symbol off.
19148 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19149
a05a36a5
DE
191502014-08-22 Doug Evans <dje@google.com>
19151
19152 PR 17276
19153 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19154 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19155 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19156
7c343b48
YQ
191572014-08-22 Yao Qi <yao@codesourcery.com>
19158
19159 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19160 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19161 * gdb.python/python.exp: Likewise. Use .py file on the host
19162 instead of the build.
19163
22fd09ae
JK
191642014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19165
19166 * gdb.threads/gcore-stale-thread.c: New file.
19167 * gdb.threads/gcore-stale-thread.exp: New file.
19168
a8454a7c
PA
191692014-08-21 Pedro Alves <palves@redhat.com>
19170
19171 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19172 * gdb.base/gcore-relro-pie.exp: Likewise.
19173 * gdb.base/gcore-relro.exp: Likewise.
19174 * gdb.base/gcore.exp: Likewise.
19175 * gdb.base/print-symbol-loading.exp: Likewise.
19176 * gdb.threads/gcore-thread.exp: Likewise.
19177 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19178
2a31c623
PA
191792014-08-20 Pedro Alves <palves@redhat.com>
19180 Jan Kratochvil <jan.kratochvil@redhat.com>
19181
19182 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19183 configure.
19184 (EXPECT): Handle READ1 being set.
19185 (all): Depend on EXTRA_RULES.
19186 (check-read1, expect-read1, read1.so, read1): New rules.
19187 * README (Testsuite Parameters): Document the READ1 make variable.
19188 (Race detection): New section.
19189 * configure: Regenerate.
19190 * configure.ac: If build==host==target, and running under a
19191 GNU/glibc system, add read1 to the extra Makefile rules.
19192 (EXTRA_RULES): AC_SUBST it.
19193 * lib/read1.c: New file.
19194
d36430db
JB
191952014-08-20 Joel Brobecker <brobecker@adacore.com>
19196
19197 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19198 the handling of variables declared as a typedef to an array
19199 which a DW_AT_data_location attribute.
19200
9a0dc9e3
PA
192012014-08-19 Andrew Burgess <aburgess@broadcom.com>
19202 Pedro Alves <palves@redhat.com>
19203
19204 PR symtab/14604
19205 PR symtab/14605
19206 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19207 gdb_test.
19208
0718a8da
PA
192092014-08-19 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19212
13b448cd
YQ
192132014-08-19 Yao Qi <yao@codesourcery.com>
19214
19215 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19216 right line.
19217
1cbf5077
DB
192182014-08-18 David Blaikie <dblaikie@gmail.com>
19219
19220 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19221
bf0fae19
JB
192222014-08-18 Joel Brobecker <brobecker@adacore.com>
19223
19224 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19225 attribute in array range.
19226
3c8c5dcc
JB
192272014-08-18 Joel Brobecker <brobecker@adacore.com>
19228
19229 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19230
e66d4446
SC
192312014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19232
19233 PR c++/17132
19234 * gdb.cp/pr17132.cc: New file.
19235 * gdb.cp/pr17132.exp: New file.
19236
940df408
SC
192372014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19238
19239 * gdb.python/py-xmethods.py (A_getarrayind)
19240 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19241 Use 'print' with function call syntax.
19242 (E_method_matcher.match): Fix tab vs space indentation mixup.
19243
ebcc6c3a
YQ
192442014-08-15 Yao Qi <yao@codesourcery.com>
19245
19246 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19247 false.
19248
775e0f04
YQ
192492014-08-15 Yao Qi <yao@codesourcery.com>
19250
19251 * gdb.cp/casts.exp: Set print symbol off.
19252 * gdb.cp/class2.exp: Likewise.
19253 * gdb.cp/overload.exp: Likewise.
19254 * gdb.cp/templates.exp: Likewise.
19255
d769e349
DE
192562014-08-11 Doug Evans <dje@google.com>
19257
19258 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19259 (test_load_shlib): Update.
19260
20c6f1e1
YQ
192612014-08-09 Yao Qi <yao@codesourcery.com>
19262
19263 * gdb.base/display.exp: Invoke is_address_zero_readable.
19264 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19265 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19266 * gdb.base/hbreak-unmapped.exp: Return if
19267 is_address_zero_readable returns true.
19268 * gdb.base/signest.exp: Likewise.
19269 * gdb.base/signull.exp: Likewise.
19270 * gdb.base/sigbpt.exp: Likewise.
19271 * gdb.guile/scm-disasm.exp: Do the test if
19272 is_address_zero_readable returns false.
19273 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19274 * gdb.python/py-arch.exp: Likewise.
19275 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19276 * lib/gdb.exp (is_address_zero_readable): New proc.
19277
5792e8e3
YQ
192782014-08-09 Yao Qi <yao@codesourcery.com>
19279
19280 PR testsuite/13443
19281 * gdb.mi/mi-var-display.exp: Make test messages unique.
19282
3cecbbbe
TT
192832014-08-04 Tom Tromey <tromey@redhat.com>
19284
19285 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19286 target 0".
19287
00b51ff5
TT
192882014-08-04 Tom Tromey <tromey@redhat.com>
19289
19290 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19291 "target_resume".
19292
6908c509
JB
192932014-08-01 Joel Brobecker <brobecker@adacore.com>
19294
19295 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19296 inner_vla_struct_object_size.
19297 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19298 as xfail.
19299
cc6563d2
PA
193002014-07-30 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19303 comment.
19304
7e09a223
YQ
193052014-07-29 Yao Qi <yao@codesourcery.com>
19306
19307 PR gdb/17206
19308 * gdb.base/until-nodebug.exp: New.
19309
7ebdbe92
DE
193102014-07-28 Doug Evans <xdje42@gmail.com>
19311
19312 PR guile/17203
19313 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19314 previously existing parameter, and previously ambiguously spelled
19315 parameter.
19316
fdb1adc6
WN
193172014-07-28 Will Newton <will.newton@linaro.org>
19318
19319 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19320
186fcde0
DE
193212014-07-26 Ludovic Courtès <ludo@gnu.org>
19322 Doug Evans <xdje42@gmail.com>
19323
19324 PR guile/17146
19325 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19326
70509625
PA
193272014-07-25 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.threads/signal-command-handle-nopass.c: New file.
19330 * gdb.threads/signal-command-handle-nopass.exp: New file.
19331 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19332 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19333 * gdb.threads/signal-delivered-right-thread.c: New file.
19334 * gdb.threads/signal-delivered-right-thread.exp: New file.
19335
c3f814a1
PA
193362014-07-25 Pedro Alves <palves@redhat.com>
19337
19338 * gdb.base/double-prompt-target-event-error.exp
19339 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19340 match.
19341 (cancel_pagination_in_target_event): Rework double prompt
19342 detection.
19343 * gdb.base/paginate-after-ctrl-c-running.exp
19344 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19345 <return>' match.
19346 * gdb.base/paginate-bg-execution.exp
19347 (test_bg_execution_pagination_return)
19348 (test_bg_execution_pagination_cancel): Remove '-notransfer
19349 <return>' matches.
19350 * gdb.base/paginate-execution-startup.exp
19351 (test_fg_execution_pagination_return)
19352 (test_fg_execution_pagination_cancel): Remove '-notransfer
19353 <return>' matches.
19354 * gdb.base/paginate-inferior-exit.exp
19355 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19356 match.
19357 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19358 * lib/gdb.exp (pagination_prompt): Run text through
19359 string_to_regexp.
19360 (gdb_test_multiple): Match $pagination_prompt instead of
19361 "<return>".
19362 (string_to_regexp): Move to lib/gdb-utils.exp.
19363
e214cf6c
JK
193642014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19365
19366 * gdb.arch/amd64-entry-value-paramref.S: New file.
19367 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19368 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19369 * gdb.arch/amd64-optimout-repeat.S: New file.
19370 * gdb.arch/amd64-optimout-repeat.c: New file.
19371 * gdb.arch/amd64-optimout-repeat.exp: New file.
19372
17d0c5c8
JK
193732014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19374
19375 PR gdb/17170
19376 * gdb.base/statistics.exp: New file.
19377
b8b8facf
DE
193782014-07-17 Doug Evans <dje@google.com>
19379
74b49205 19380 PR gdb/17170
b8b8facf
DE
19381 * gdb.base/maint.exp: Update testing of per-command stats.
19382
1b5d0ab3
PA
193832014-07-16 Pedro Alves <palves@redhat.com>
19384
19385 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19386 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19387 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19388 (tfile_write_buf): New functions.
19389 (add_memory_block): Rewrite using the above.
19390 (adjust_function_address): New function.
19391 (FUNCTION_ADDRESS): New macro.
19392 (write_basic_trace_file): Remove short_x local, and use
19393 tfile_write_16. Change type of func_addr local to unsigned long
19394 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19395 here. Cast argument of add_memory_block to char pointer.
19396 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19397 (main): Remove parameters.
19398 * gdb.trace/tfile.exp: Remove nowarnings.
19399
4d974e88
SM
194002014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19401
19402 * gdb.base/debug-expr.exp: Test string evaluation with
19403 "debug expression" on.
19404
41e99568
PA
194052014-07-15 Pedro Alves <palves@redhat.com>
19406
19407 * gdb.base/reread.exp: Use clean_restart.
19408
487d9753
PL
194092014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19410
19411 * gdb.arch/avr-flash-qualifer.c: New.
19412 * gdb.arch/avr-flash-qualifer.exp: New.
19413
cc1c52ad
PA
194142014-07-14 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19417 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19418
1e973570
PA
194192014-07-14 Pedro Alves <palves@redhat.com>
19420
19421 * gdb.base/double-prompt-target-event-error.c: New file.
19422 * gdb.base/double-prompt-target-event-error.exp: New file.
19423
93d6eb10
PA
194242014-07-14 Pedro Alves <palves@redhat.com>
19425
19426 PR gdb/17072
19427 * gdb.base/paginate-inferior-exit.c: New file.
19428 * gdb.base/paginate-inferior-exit.exp: New file.
19429
0017922d
PA
194302014-07-14 Pedro Alves <palves@redhat.com>
19431
19432 PR gdb/17072
19433 * gdb.base/paginate-bg-execution.c: New file.
19434 * gdb.base/paginate-bg-execution.exp: New file.
19435
94696ad3
PA
194362014-07-14 Pedro Alves <palves@redhat.com>
19437
19438 PR gdb/17072
19439 * gdb.base/paginate-execution-startup.c: New file.
19440 * gdb.base/paginate-execution-startup.exp: New file.
19441 * lib/gdb.exp (pagination_prompt): New global.
19442 (default_gdb_spawn): New procedure, factored out from
19443 default_gdb_spawn.
19444 (default_gdb_start): Adjust to call default_gdb_spawn.
19445 (gdb_spawn): New procedure.
19446
bd293940
PA
194472014-07-14 Pedro Alves <palves@redhat.com>
19448
19449 * lib/gdb.exp (gdb_assert): New procedure.
19450 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19451
c933f875
PA
194522014-07-14 Pedro Alves <palves@redhat.com>
19453
19454 * gdb.base/execution-termios.c: New file.
19455 * gdb.base/execution-termios.exp: New file.
19456
d98b7a16
TT
194572014-07-14 Tom Tromey <tromey@redhat.com>
19458
19459 * gdb.cp/vla-cxx.cc: New file.
19460 * gdb.cp/vla-cxx.exp: New file.
19461
548740d6
TT
194622014-07-14 Tom Tromey <tromey@redhat.com>
19463
19464 * gdb.reverse/rerun-prec.c: New file.
19465 * gdb.reverse/rerun-prec.exp: New file.
19466
a25eb028
MR
194672014-07-12 Maciej W. Rozycki <macro@mips.com>
19468 Maciej W. Rozycki <macro@codesourcery.com>
19469
19470 * lib/gdb-utils.exp: New file.
19471 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19472 inline `gdb_init_command' processing.
19473 (gdb_start_cmd): Likewise.
19474 * lib/mi-support.exp (mi_run_cmd): Likewise.
19475 * README: Document `gdb_init_command' and `gdb_init_commands'.
19476
218c2655
JK
194772014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19478
19479 Fix false FAIL running under a very long directory name.
19480 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19481 and "set print elements 10000". Twice.
19482
5401fde3
YQ
194832014-07-11 Yao Qi <yao@codesourcery.com>
19484
19485 * gdb.base/exprs.exp: "set print symbol off".
19486
e76126e8
PA
194872014-07-11 Pedro Alves <palves@redhat.com>
19488
19489 * gdb.threads/kill.c: New file.
19490 * gdb.threads/kill.exp: New file.
19491
2d6f0de6
YQ
194922014-07-10 Yao Qi <yao@codesourcery.com>
19493
19494 * gdb.trace/tfile.c (write_basic_trace_file)
19495 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19496 address written to trace file.
19497
7180e04a
PA
194982014-07-09 Pedro Alves <palves@redhat.com>
19499
19500 * gdb.base/attach-wait-input.exp: New file.
19501 * gdb.base/attach-wait-input.c: New file.
19502
9a9a7608
AB
195032014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19504
19505 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19506 setting up test structures.
19507 (main): Call new test function.
19508 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19509 test function, continue into test function and walk test
19510 structures.
19511
161ac41e
YQ
195122014-07-02 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19515 'bar_start' at the beginning of functions 'foo' and 'bar'
19516 respectively.
19517 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19518 instead of 'foo' and 'bar'.
19519
1f267ae3
MM
195202014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19521
19522 * gdb.btrace/segv.exp: New.
19523 * gdb.btrace/segv.c: New.
19524
2b239efb
LM
195252014-07-02 Luis Machado <lgustavo@codesourcery.com>
19526
19527 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19528 instruction.
19529
cf363f18
MW
195302014-06-30 Mark Wielaard <mjw@redhat.com>
19531
19532 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19533 vulture, vilify, villar): New volatile array constants.
19534 (vindictive, vegetation): New const volatile array constants.
19535 * gdb.base/volatile.exp: Test volatile and const volatile array
19536 types.
19537
aebf9d24
AA
195382014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19539
19540 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19541 target lacks support for awatch, rwatch, or hbreak.
19542
b67a2c6f
YQ
195432014-06-27 Yao Qi <yao@codesourcery.com>
19544
19545 * gdb.multi/dummy-frame-restore.exp: New.
19546 * gdb.multi/dummy-frame-restore.c: New.
19547
aef92902
MM
195482014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19549
19550 * gdb.btrace/gcore.exp: New.
19551
8e9db26e
PA
195522014-06-23 Pedro Alves <palves@redhat.com>
19553
19554 * gdb.base/watchpoint-reuse-slot.c: New file.
19555 * gdb.base/watchpoint-reuse-slot.exp: New file.
19556
70afc5b7
SC
195572014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19558
19559 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19560 progspace's filename in 'info', 'enable' and 'disable' command
19561 tests.
19562
b972bd9c
JK
195632014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19564
19565 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19566 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19567 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19568
125f8a3d
GB
195692014-06-20 Gary Benson <gbenson@redhat.com>
19570
19571 * gdb.arch/i386-avx.exp: Fix include file location.
19572 * gdb.arch/i386-sse.exp: Likewise.
19573
3ed9baed
IB
195742014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19575
19576 * gdb.dlang/expression.exp: New file.
19577
034f788c
PA
195782014-06-19 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19581 out from ...
19582 (top level): ... here. Iterate running tests under different
19583 scheduler-locking settings.
19584
45371d0c
LM
195852014-06-18 Luis Machado <lgustavo@codesourcery.com>
19586
19587 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19588 to DW_FORM_addr and use non-zero addresses.
19589
5d376983
SC
195902014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19591
19592 PR gdb/17017
19593 * gdb.python/py-xmethods.cc: Add global function call counters and
19594 increment them in their respective functions. Remove "cout"
19595 statements.
19596 * gdb.python/py-xmethods.exp: Make tests check the global function
19597 call counters instead of depending on inferior IO.
19598
a1aa2221
LM
195992014-06-18 Don Breazeal <donb@codesourcery.com>
19600
19601 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19602 Deleted procedure.
19603 (explicit_fork_parent_follow): Deleted procedure.
19604 (explicit_fork_child_follow): Deleted procedure.
19605 (test_follow_fork): New procedure.
19606 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19607 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19608 procedure calls.
19609
0fc05997
YQ
196102014-06-17 Yao Qi <yao@codesourcery.com>
19611
19612 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19613 CP1252.
19614
70795c52
LM
196152014-06-17 Luis Machado <lgustavo@codesourcery.com>
19616
19617 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19618 Initialize ptr and S explicitly.
19619 (skip_type_update_when_not_use_rtti_test): Likewise.
19620
6be47f0c
KS
196212014-06-16 Keith Seitz <keiths@redhat.com>
19622
19623 PR mi/15863
19624 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19625 the inferior is started.
19626
d03de421
PA
196272014-06-16 Pedro Alves <palves@redhat.com>
19628
19629 * gdb.base/break-main-file-remove-fail.c: New file.
19630 * gdb.base/break-main-file-remove-fail.exp: New file.
19631 * gdb.base/break-unload-file.exp: Use build_executable instead of
19632 prepare_for_testing.
19633 (test_break): New parameter "initial_load". Handle it.
19634 (top level): Add initial_load cmdline/file axis.
19635
f9579b99
TT
196362014-06-12 Tom Tromey <tromey@redhat.com>
19637
19638 * gdb.base/completion.exp: Don't use directory name in test.
19639
3657956b
GB
196402014-06-09 Gary Benson <gbenson@redhat.com>
19641
19642 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19643 separate the always-available ANSI-standard signals from the
19644 signals that require checking.
19645 (main): Likewise.
19646 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19647 Likewise.
19648 (main): Likewise.
19649
4186eb54
KS
196502014-06-07 Keith Seitz <keiths@redhat.com>
19651
19652 Revert:
19653 PR c++/16253
19654 * gdb.cp/var-tag.cc: New file.
19655 * gdb.cp/var-tag.exp: New file.
19656 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19657 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19658 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19659 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19660
25326a28 196612014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19662
19663 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19664
829155c9
PA
196652014-06-06 Pedro Alves <palves@redhat.com>
19666
19667 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19668 in target debug output instead of looking at RSP packets,
19669 disabling the test on any target that uses hardware stepping.
19670 Update comments.
19671
61c8d22e
PA
196722014-06-06 Pedro Alves <palves@redhat.com>
19673
19674 * gdb.base/break-unload-file.exp: Fix typo.
19675
d9a47287
YQ
196762014-06-06 Yao Qi <yao@codesourcery.com>
19677
19678 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19679 from "jit_function" to "^jit_function".
19680
e5e01dbf
YQ
196812014-06-06 Yao Qi <yao@codesourcery.com>
19682
19683 * gdb.base/async.c (foo): Add one statement.
19684 * gdb.base/async.exp: Get the next instruction address and
19685 match the output of "nexti" by instruction address. Match
19686 the hex address in the output of "finish".
19687
73ba372c
GB
196882014-06-06 Gary Benson <gbenson@redhat.com>
19689
19690 * gdb.base/call-signals.c: Remove preprocessor conditionals
19691 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19692 SIGSEGV and SIGTERM.
19693 * gdb.base/sigall.c: Likewise.
19694 * gdb.base/unwindonsignal.c: Likewise.
19695 * gdb.reverse/sigall-reverse.c: Likewise.
19696
831517df
YQ
196972014-06-06 Yao Qi <yao@codesourcery.com>
19698
19699 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19700 readable, skip the test.
19701
b8b91e98
YQ
197022014-06-06 Yao Qi <yao@codesourcery.com>
19703
19704 * gdb.threads/staticthreads.c (thread_function): Move the line
19705 setting breakpoint on forward.
19706 * gdb.threads/staticthreads.exp: Update comments.
19707
fb934770
LC
197082014-06-05 Ludovic Courtès <ludo@gnu.org>
19709
19710 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19711 "history-append! type error".
19712
6ef284bd
SM
197132014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19714
19715 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19716 erroneous dprintf expected input.
19717
a872e241
DE
197182014-06-04 Doug Evans <xdje42@gmail.com>
19719
19720 * gdb.guile/scm-generics.exp: Delete.
19721
16f691fb
DE
197222014-06-04 Doug Evans <xdje42@gmail.com>
19723
19724 * gdb.guile/scm-breakpoint.exp: Update.
19725 Add tests for breakpoint registration.
19726
012370f6
TT
197272014-06-04 Tom Tromey <tromey@redhat.com>
19728
19729 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19730 VLA-in-union.
19731 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19732 inner_vla_struct, vla_union types. Initialize objects of those
19733 types and compute their sizes.
19734
9f5a4cef
HZ
197352014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19736 Hui Zhu <hui@codesourcery.com>
19737
19738 * gdb.base/fileio.exp: Add test for shell not available as well as
19739 available.
19740 * gdb.base/fileio.c (test_system): Check for shell twice.
19741
90a45c4d
YQ
197422014-06-04 Yao Qi <yao@codesourcery.com>
19743
19744 * gdb.base/auto-connect-native-target.exp: Remove redundant
19745 space from the regexp pattern.
19746
70017e41
YQ
197472014-06-04 Yao Qi <yao@codesourcery.com>
19748
19749 * gdb.base/default.exp: Replace "child" with "native" in
19750 regexp pattern.
19751
883964a7
SC
197522014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19753
19754 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19755 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19756 * gdb.python/py-xmethods.py: Python script supporting the
19757 new testcase and tests.
19758
ef370185
JB
197592014-06-03 Joel Brobecker <brobecker@adacore.com>
19760 Pedro Alves <palves@redhat.com>
19761
19762 PR breakpoints/17000
19763 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19764 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19765
1e2ccb61
BM
197662014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19767
19768 * gdb.base/subst.exp: Add tests to verify partial path matching
19769 output.
19770
c6ec5ab2
PA
197712014-06-03 Pedro Alves <palves@redhat.com>
19772
19773 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19774 target that doesn't use software single-stepping.
19775
835c559f
PA
197762014-06-03 Pedro Alves <palves@redhat.com>
19777
19778 PR breakpoints/17000
19779 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19780 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19781
06eb1586
DE
197822014-06-02 Doug Evans <xdje42@gmail.com>
19783
19784 * gdb.guile/scm-parameter.exp: New file.
19785
e698b8c4
DE
197862014-06-02 Doug Evans <xdje42@gmail.com>
19787
19788 * gdb.guile/scm-cmd.c: New file.
19789 * gdb.guile/scm-cmd.exp: New file.
19790
ded03782
DE
197912014-06-02 Doug Evans <xdje42@gmail.com>
19792
19793 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19794 pretty-printer lookup.
19795 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19796 (make-pp_s-printer): Call it.
19797 (make-pretty-printer-from-dict): New function.
19798 (lookup-pretty-printer-maker-from-dict): New function.
19799 (*pretty-printer*): Simplify.
19800 (make-objfile-pp_s-printer): New function.
19801 (install-objfile-pretty-printers!): New function.
19802 (make-progspace-pp_s-printer): New function.
19803 (install-progspace-pretty-printers!): New function.
19804 * gdb.guile/scm-progspace.c: New file.
19805 * gdb.guile/scm-progspace.exp: New file.
19806
41fac0cf
PA
198072014-06-02 Pedro Alves <palves@redhat.com>
19808
19809 * gdb.base/dprintf-bp-same-addr.c: New file.
19810 * gdb.base/dprintf-bp-same-addr.exp: New file.
19811
96ae5695
EBM
198122014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19813
19814 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19815 * gdb.arch/powerpc-power.s: Likewise.
19816
da02b3a8
JB
198172014-06-02 Joel Brobecker <brobecker@adacore.com>
19818
19819 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19820
c72b2e7b
YQ
198212014-06-01 Yao Qi <yao@codesourcery.com>
19822
19823 * gdb.base/watchpoint.exp (test_watch_location): Check null
19824 pointer can be dereferenced. If not, do the test, otherwise
19825 skip it.
19826
53e8a631
AB
198272014-05-30 Andrew Burgess <aburgess@broadcom.com>
19828
19829 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19830 results.
19831 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19832
938f0e2f
AB
198332014-05-30 Andrew Burgess <aburgess@broadcom.com>
19834
19835 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19836 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19837 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19838 * gdb.arch/amd64-invalid-stack-top.c: New file.
19839 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19840
9ba6657a
PA
198412014-05-30 Pedro Alves <palves@redhat.com>
19842
19843 PR breakpoints/17000
19844 * gdb.base/sss-bp-on-user-bp.c: New file.
19845 * gdb.base/sss-bp-on-user-bp.exp: New file.
19846
522c09bf
DB
198472014-05-30 David Blaikie <dblaikie@gmail.com>
19848
19849 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19850 gnu_inline semantics via attribute.
19851 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19852 source explicitly specifies the required semantics.
19853
bf4ef81e
MR
198542014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19855
19856 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19857
329ea579
PA
198582014-05-29 Pedro Alves <palves@redhat.com>
19859 Tom Tromey <tromey@redhat.com>
19860
19861 * gdb.base/async-shell.exp: Don't enable target-async.
19862 * gdb.base/async.exp
19863 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19864 parameter. Adjust.
19865 (top level): Don't test with "target-async".
19866 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19867 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19868 * gdb.base/inferior-died.exp: Don't enable target-async.
19869 * gdb.base/interrupt-noterm.exp: Likewise.
19870 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19871 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19872 * gdb.mi/mi-nonstop.exp: Likewise.
19873 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19874 * gdb.mi/mi-nsintrall.exp: Likewise.
19875 * gdb.mi/mi-nsmoribund.exp: Likewise.
19876 * gdb.mi/mi-nsthrexec.exp: Likewise.
19877 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19878 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19879 * gdb.python/py-evsignal.exp: Don't enable target-async.
19880 * gdb.python/py-evthreads.exp: Likewise.
19881 * gdb.python/py-prompt.exp: Likewise.
19882 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19883 * gdb.server/solib-list.exp: Don't enable target-async.
19884 * gdb.threads/thread-specific-bp.exp: Likewise.
19885 * lib/mi-support.exp: Adjust to use mi-async.
19886
fd664c91
PA
198872014-05-29 Pedro Alves <palves@redhat.com>
19888
19889 PR gdb/13860
19890 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19891 reason, even in sync mode.
19892
251bde03
PA
198932014-05-29 Pedro Alves <palves@redhat.com>
19894 Hui Zhu <hui@codesourcery.com>
19895
19896 PR PR15693
19897 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19898 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19899 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19900 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19901
7f3c0343
JB
199022014-05-28 Joel Brobecker <brobecker@adacore.com>
19903
19904 * config/monitor.exp (gdb_target_monitor): Replace use of
19905 "set remotebaud" by "set serial baud".
19906
b2715b27
AW
199072014-05-26 Andy Wingo <wingo@igalia.com>
19908
19909 * gdb.guile/scm-breakpoint.exp:
19910 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19911 properties instead of gdb-object-properties.
19912
498a4489
YQ
199132014-05-26 Yao Qi <yao@codesourcery.com>
19914
19915 * gdb.server/no-thread-db.exp: Specify source file name
19916 explicitly when setting a breakpoint.
19917
589fdceb
MM
199182014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19919
19920 * gdb.btrace/vdso.c: New.
19921 * gdb.btrace/vdso.exp: New.
19922
e9089e05
MM
199232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19924
19925 * gdb.base/gcore.exp (capture_command_output): Move ...
19926 * lib/gdb.exp (capture_command_output): ... here.
19927
67b5c0c1
MM
199282014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19929
19930 * gdb.btrace/data.exp: Test memory access during btrace replay.
19931
a2199296
SM
199322014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19933
19934 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19935
17b2616c
PA
199362014-05-21 Pedro Alves <palves@redhat.com>
19937
19938 PR gdb/13860
19939 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19940 (top level): Test that output related to execution commands is
19941 sent to the console with CLI commands, but not with MI commands.
19942 Test that breakpoint events are always mirrored to the console.
19943 Also expect the new source line to be output after a "next" in
19944 async mode too. Make it a pass/fail test.
19945 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19946 output.
19947 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19948
5166082f
PA
199492014-05-21 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19952 Use them to test variations of "list" after reaching a breakpoint.
19953 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19954 Test "list" with listsize 10 after reaching a breakpoint.
19955 * gdb.python/python.exp (decode_line current location line
19956 number): Adjust expected line number.
19957
2f25d70f
SM
199582014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19959
19960 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19961 behavior for $args, pass it directly to "run".
19962
ff604a67
MR
199632014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19964
19965 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19966 30000 to 65536.
19967
6a3cb8e8
PA
199682014-05-21 Pedro Alves <palves@redhat.com>
19969
19970 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19971 auto-connect-native-target off".
19972 * gdb.base/auto-connect-native-target.c: New file.
19973 * gdb.base/auto-connect-native-target.exp: New file.
19974
4ebfc96e
PA
199752014-05-21 Pedro Alves <palves@redhat.com>
19976
19977 * gdb.base/default.exp: Test "target native" instead of "target
19978 child".
19979
36d46afb
MW
199802014-05-21 Mark Wielaard <mjw@redhat.com>
19981
19982 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19983
5876f503
JK
199842014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19985
19986 Fix TLS access for -static -pthread.
19987 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19988 <HAVE_TLS> (thread_function, main): Initialize it.
19989 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19990 Add clean_restart.
19991 <$have_tls != "">: Check TLSVAR.
19992
0256a6ac
PA
199932014-05-21 Pedro Alves <palves@redhat.com>
19994
19995 * gdb.base/dcache-line-read-error.c: New.
19996 * gdb.base/dcache-line-read-error.exp: New.
19997
936d2992
PA
199982014-05-20 Pedro Alves <palves@redhat.com>
19999
20000 * gdb.base/compare-sections.c: New file.
20001 * gdb.base/compare-sections.exp: New file.
20002
802e8e6d
PA
200032014-05-20 Pedro Alves <palves@redhat.com>
20004
20005 * gdb.base/break-idempotent.c: New file.
20006 * gdb.base/break-idempotent.exp: New file.
20007
e59fa00f
MM
200082014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20009
20010 * gdb.btrace/nohist.exp: New.
20011
8b696e31
YQ
200122014-05-20 Yao Qi <yao@codesourcery.com>
20013
20014 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20015 gdb.reverse directory and gdb_reverse_timeout exists in board
20016 setting.
20017 * README: Document gdb_reverse_timeout.
20018
73c9764f
YQ
200192014-05-20 Yao Qi <yao@codesourcery.com>
20020
20021 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20022 'test_file_name'. Treat args as a string instead of a list.
20023 (gdb_init): Rename argument 'args' by 'test_file_name'.
20024
f1f4348a
JK
200252014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20026
20027 * gdb.arch/powerpc-power.exp: New file.
20028 * gdb.arch/powerpc-power.s: New file.
20029
0dbe70ce
DE
200302014-05-16 Doug Evans <dje@google.com>
20031
20032 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20033 * gdb.base/completion.exp: Check that all expected files exist
20034 before doing file completion.
0dbe70ce 20035
8d551b02
DE
200362014-05-16 Doug Evans <dje@google.com>
20037
20038 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20039 Update.
20040 (do_syscall_tests_without_xml): Update.
20041
73eb7709
PA
200422014-05-16 Pedro Alves <palves@redhat.com>
20043
20044 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20045 instead of "unknown output after running".
20046
3fae92fc
YQ
200472014-05-16 Yao Qi <yao@codesourcery.com>
20048
20049 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20050 file1.txt from host at the end.
20051 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20052
c2b2ccc5
DE
200532014-05-15 Doug Evans <dje@google.com>
20054
20055 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20056 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20057 loading file. Add test for TU lookup.
20058
8c217a4b
SM
200592014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20060
20061 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20062 calling "-exec-arguments" or "set args" before running the
20063 inferior.
20064
3deb39c6
SM
200652014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20066
20067 * lib/mi-support.exp (mi_expect_stop): Expect message for
20068 inferiors that exit with non-zero exit code.
20069
71a79f8c
YQ
200702014-05-14 Yao Qi <yao@codesourcery.com>
20071
20072 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20073 match absolute path on remote host.
20074 (test_file_list_exec_source_files): Remove "/" from the
20075 pattern.
20076
f23fcd46
YQ
200772014-05-14 Yao Qi <yao@codesourcery.com>
20078
20079 * boards/local-remote-host-notty.exp (${board}_file): New
20080 proc.
20081
9404b58f
KM
200822014-05-07 Kyle McMartin <kyle@redhat.com>
20083
20084 Pushed by Joel Brobecker <brobecker@adacore.com>.
20085 * gdb.arch/aarch64-atomic-inst.c: New file.
20086 * gdb.arch/aarch64-atomic-inst.exp: New file.
20087
5e45f04c
YQ
200882014-05-07 Yao Qi <yao@codesourcery.com>
20089
20090 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20091 in current context" too.
20092
c888a17d
KS
200932014-05-05 Keith Seitz <keiths@redhat.com>
20094
20095 * gdb.linespec/ls-dollar.exp: Add test for linespec
20096 file:convenience_variable.
20097
290a839c
YQ
200982014-05-05 Yao Qi <yao@codesourcery.com>
20099
20100 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20101 traceframes into tfile and ctf trace files. Read data from
20102 trace file and test collected data.
20103 (gdb_collect_locals_test): Likewise.
20104 (gdb_unavailable_registers_test): Likewise.
20105 (gdb_unavailable_floats): Likewise.
20106 (gdb_collect_globals_test): Likewise.
20107 (top-level): Append "ctf" to trace_file_targets if GDB
20108 supports.
20109
b5262cd0
YQ
201102014-05-05 Yao Qi <yao@codesourcery.com>
20111
20112 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20113 code to ...
20114 (gdb_collect_args_test_1): ... it. New proc.
20115 (gdb_collect_locals_test): Move some code to ...
20116 (gdb_collect_locals_test_1): ... it. New proc.
20117 (gdb_unavailable_registers_test): Move some code to ...
20118 (gdb_unavailable_registers_test_1): ... it. New proc.
20119 (gdb_unavailable_floats): Move some code to ...
20120 (gdb_unavailable_floats_1): ... it. New proc.
20121
30a1e6cc
SDJ
201222014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20123
20124 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20125 probes to test for bitness recognition.
20126 * gdb.arch/amd64-stap-optional-prefix.exp
20127 (test_probe_value_without_reg): New procedure.
20128 Add code to test for different kinds of bitness.
20129
f33da99a
SDJ
201302014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20131
20132 PR breakpoints/16889
20133 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20134 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20135
5b80f00d
PA
201362014-05-01 Pedro Alves <palves@redhat.com>
20137
20138 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20139 gdb_file_cmd if no file is specified.
20140 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20141 last_loaded_file to set the remote exec-file.
20142
f8c2a73c
PA
201432014-05-01 Pedro Alves <palves@redhat.com>
20144
20145 * boards/local-remote-host.exp: New file.
20146
be6e8ac7
PA
201472014-05-01 Pedro Alves <palves@redhat.com>
20148
20149 * boards/local-remote-host.exp: Rename to ...
20150 * boards/local-remote-host-notty.exp: ... this.
20151
cac0dc8f
JB
201522014-04-28 Joel Brobecker <brobecker@adacore.com>
20153
20154 * gdb.ada/dyn_arrayidx: New testcase.
20155
9730e6cc
YQ
201562014-04-26 Yao Qi <yao@codesourcery.com>
20157
20158 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20159 and compute the length of function main. Save it in
20160 $main_length.
20161 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20162 (top-level): Use gdb_compile to compile objects into
20163 executable and restart GDB. Remove invocation to
20164 prepare_for_testing.
20165
7ae1a6a6
PA
201662014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20167 Pedro Alves <palves@redhat.com>
20168
20169 PR server/16255
20170 * gdb.multi/multi-attach.c: New file.
20171 * gdb.multi/multi-attach.exp: New file.
20172
4082afcc
PA
201732014-04-25 Pedro Alves <palves@redhat.com>
20174
20175 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20176 user.
20177 (top level): Test that "set remote conditional-breakpoints-packet
20178 off" works as intended.
20179 * gdb.base/dprintf.exp: Test that "set remote
20180 breakpoint-commands-packet off" works as intended.
20181 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20182 New function.
20183 (top level): Call it.
20184 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20185 remote fast-tracepoints-packet off" works as intended.
20186 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20187 * lib/gdb.exp (gdb_is_target_remote): ... here.
20188
2abc3f8d
DB
201892014-04-24 David Blaikie <dblaikie@gmail.com>
20190
20191 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20192 ensure clang would not discard them.
20193 * gdb.base/gdbvars.c: Ditto.
20194 * gdb.base/memattr.c: Ditto.
20195 * gdb.base/whatis.c: Ditto.
20196 * gdb.python/py-prettyprint.c: Ditto.
20197 * gdb.trace/actions.c: Ditto.
20198 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20199 ensure clang would not discard it.
20200
bfd39632
DB
202012014-04-24 David Blaikie <dblaikie@gmail.com>
20202
20203 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20204 clang to emit the full definition of type required by the test
20205 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20206
22842ff6
DB
202072014-04-24 David Blaikie <dblaikie@gmail.com>
20208
20209 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20210 coax Clang into emitting the definition of the type.
20211 * gdb.cp/pr10728-x.h (y): Ditto.
20212 * gdb.cp/pr10728-y.cc (y): Ditto.
20213
c2e827ad
DB
202142014-04-24 David Blaikie <dblaikie@gmail.com>
20215
20216 * gdb.base/label.exp: XFAIL label related tests under Clang.
20217 * gdb.cp/cplabel.exp: Ditto.
20218 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20219 under Clang those using labels.
20220
4c2d33e7
YQ
202212014-04-25 Yao Qi <yao@codesourcery.com>
20222
20223 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20224 double_label.
20225 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20226 partial_label and double_label.
20227
56083b99
DB
202282014-04-24 David Blaikie <dblaikie@gmail.com>
20229
20230 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20231
25d4e99d
DB
202322014-04-24 David Blaikie <dblaikie@gmail.com>
20233
20234 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20235 of the function to work across GCC and Clang.
20236 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20237 pointer types (const void ** const V void **).
20238
01f9f808
MS
202392014-04-24 Michael Sturm <michael.sturm@mintel.com>
20240 Walfred Tedeschi <walfred.tedeschi@intel.com>
20241
20242 * Makefile.in (EXECUTABLES): Added i386-avx512.
20243 * gdb.arch/i386-avx512.c: New file.
20244 * gdb.arch/i386-avx512.exp: Likewise.
20245
4b48d439
KS
202462014-04-23 Keith Seitz <keiths@redhat.com>
20247
20248 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20249 (mi_make_breakpoint_table): New procedure.
20250 (mi_create_breakpoint): Use mi_make_breakpoint
20251 and return the result.
20252 (mi_make_breakpoint): New procedure.
20253 (mi_build_kv_pairs): New procedure.
20254
20255 * gdb.mi/mi-break.exp: Remove unused globals,
20256 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20257 All callers updated.
20258 * gdb.mi/mi-dprintf.exp: Use variable to track command
20259 number.
20260 Update all callers of mi_create_breakpoint and use
20261 mi_make_breakpoint_table.
20262 Remove any unused global variables.
20263 * gdb.mi/mi-nonstop.exp: Likewise.
20264 * gdb.mi/mi-nsintrall.exp: Likewise.
20265 * gdb.mi/mi-nsmoribund.exp: Likewise.
20266 * gdb.mi/mi-nsthrexec.exp: Likewise.
20267 * gdb.mi/mi-reverse.exp: Likewise.
20268 * gdb.mi/mi-simplerun.exp: Likewise.
20269 * gdb.mi/mi-stepn.exp: Likewise.
20270 * gdb.mi/mi-syn-frame.exp: Likewise.
20271 * gdb.mi/mi-until.exp: Likewise.
20272 * gdb.mi/mi-var-cp.exp: Likewise.
20273 * gdb.mi/mi-var-display.exp: Likewise.
20274 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20275 * gdb.mi/mi2-var-child.exp: Likewise.
20276 * gdb.mi/mi-vla-c99.exp: Likewise.
20277 * lib/mi-support.exp: Likewise.
20278
20279 From Ian Lance Taylor <iant@cygnus.com>:
20280 * lib/gdb.exp (parse_args): New procedure.
20281
08351840
PA
202822014-04-23 Pedro Alves <palves@redhat.com>
20283
20284 * gdb.base/break-unload-file.c: New file.
20285 * gdb.base/break-unload-file.exp: New file.
20286 * gdb.base/sym-file-lib.c (baz): New function.
20287 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20288 field.
20289 (load): Store the segment's mapped size.
20290 (unload): New function.
20291 (unload_shlib): New function.
20292 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20293 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20294 set a breakpoint at baz, and call it.
20295 * gdb.base/sym-file.exp: New tests for stale breakpoint
20296 instructions.
20297
076855f9
PA
202982014-04-23 Pedro Alves <palves@redhat.com>
20299
20300 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20301 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20302 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20303 * gdb.base/hbreak-unmapped.c: New file.
20304 * gdb.base/hbreak-unmapped.exp: New file.
20305 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20306 * lib/gdb.exp (gdb_is_target_remote): ... here.
20307
483805cf
PA
203082014-04-22 Pedro Alves <palves@redhat.com>
20309
20310 * gdb.base/consecutive-step-over.c: New file.
20311 * gdb.base/consecutive-step-over.exp: New file.
20312
06d97543
PA
203132014-04-22 Pedro Alves <palves@redhat.com>
20314
20315 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20316 instead of send_gdb/gdb_expect.
20317
b4429ea2
YQ
203182014-04-22 Yao Qi <yao@codesourcery.com>
20319
20320 * lib/trace-support.exp (generate_tracefile): New procedure.
20321 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20322 return 0.
20323 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20324 if generate_tracefile returns 1.
20325
51d48146
PA
203262014-04-18 Tom Tromey <palves@redhat.com>
20327 Pedro alves <tromey@redhat.com>
20328
20329 PR backtrace/15558
20330 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20331 with a backtrace limit.
20332 * gdb.python/py-frame-inline.exp: Test running to an inline
20333 function with a backtrace limit, and printing the newest frame.
20334 * gdb.python/py-frame-inline.c (main): Call f.
20335
bd1dce5f
MS
203362014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20337
20338 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20339
40d1a503
MS
203402014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20341
20342 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20343 Drop prefix from unsupported source file path.
20344
389b98f7
YQ
203452014-04-17 Yao Qi <yao@codesourcery.com>
20346
20347 * lib/gdb.exp (with_target_charset): New proc.
20348 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20349 with_target_charset.
20350 (test_print_strings): Likewise.
20351 (test_repeat_bytes): Likewise.
20352 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20353 for some tests.
20354
22869d73
KS
203552014-04-16 Keith Seitz <keiths@redhat.com>
20356
20357 PR gdb/15827
20358 * gdb.dwarf2/corrupt.c: New file.
20359 * gdb.dwarf2/corrupt.exp: New file.
20360
c4f87ca6
KS
203612014-04-16 Keith Seitz <keiths@redhat.com>
20362
20363 PR c++/16597
20364 * gdb.cp/namelessclass.cc: New file.
20365 * gdb.cp/namelessclass.exp: New file.
20366 * gdb.cp/namelessclass.S: New file.
20367
ab19de87
DE
203682014-04-16 Doug Evans <dje@google.com>
20369
20370 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20371 Add comment.
20372 (gdbserver_default_get_comm_port): New function.
20373 (gdbserver_start): Check if board file provided
20374 "gdbserver,get_comm_port" and use it if so.
20375 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20376 (gdb,socketport): Set to "stdio".
20377 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20378 (stdio_gdbserver_template): Delete.
20379 (${board}_get_remote_address): Update.
20380 (${board}_build_remote_cmd): Delete.
20381 (${board}_get_comm_port): New function.
20382 (${board}_spawn): Update.
20383 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20384 Delete.
20385 (${board}_get_remote_address): Update.
20386 (${board}_get_comm_port): New function.
20387
fc98a809
AB
203882014-04-16 Andrew Burgess <aburgess@broadcom.com>
20389
20390 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20391 appearing in any order.
20392
87fd9e6e
DE
203932014-04-15 Doug Evans <dje@google.com>
20394
20395 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20396 uninitialized value of "description".
20397
099fc3ea
KS
203982014-04-15 Keith Seitz <keiths@redhat.com>
20399
20400 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20401 Remove unused globals.
20402 (test_running_the_program): Likewise.
20403 (test_controlled_execution): Likewise.
20404 (test_controlling_breakpoints): Likewise.
20405 (test_program_termination): Likewise.
20406
5da151d4
KS
204072014-04-15 Keith Seitz <keiths@redhat.com>
20408
20409 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20410 unused globals.
20411 (test_rbreak_creation_and_listing): Likewise.
20412 (test_ignore_count): Likewise.
20413 (test_error): Likewise.
20414
35e5d2f0
PA
204152014-04-15 Pedro Alves <palves@redhat.com>
20416
20417 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20418 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20419 sym-file-loader.c.
20420 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20421 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20422 to sym-file-loader.c.
20423 (struct library): Forward declare.
20424 (load_shlib, lookup_function): Change prototypes.
20425 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20426 (translate_offset): Remove declarations.
20427 (get_text_addr): New declaration.
20428 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20429 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20430 sym-file-loader.h.
20431 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20432 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20433 here from sym-file-loader.h.
20434 (struct library): New structure.
20435 (load_shlib, lookup_function): Change prototypes and adjust to
20436 work with a struct library.
20437 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20438 (translate_offset): Make static.
20439 (get_text_addr): New function.
20440 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20441
eb4c1710
PA
204422014-04-15 Pedro Alves <palves@redhat.com>
20443
20444 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20445
2d1baf52
PA
204462014-04-15 Pedro Alves <palves@redhat.com>
20447
20448 * gdb.base/sym-file-loader.c: Include <limits.h>.
20449 (SELF_LINK): New define.
20450 (get_origin): New function.
20451 (load_shlib): Use it.
20452 * gdb.base/sym-file.exp: Don't early return if the target is
20453 remote. Use runto_main, and issue fail is that fails. Use
20454 gdb_load_shlibs.
20455 (shlib_name): Delete.
20456 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20457
7dd6df01
PA
204582014-04-15 Pedro Alves <palves@redhat.com>
20459
20460 * gdb.base/sym-file.exp: Remove regex characters from test
20461 message. Don't refer to breakpoint numbers in test messages.
20462
b50c8614
KS
204632014-04-14 Keith Seitz <keiths@redhat.com>
20464
20465 PR c++/16253
20466 * gdb.cp/var-tag.cc: New file.
20467 * gdb.cp/var-tag.exp: New file.
20468 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20469 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20470 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20471 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20472
3d567982
TT
204732014-04-14 Tom Tromey <tromey@redhat.com>
20474
20475 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20476 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20477 type.
20478 * gdb.cp/enum-class.exp: New file.
20479 * gdb.cp/enum-class.cc: New file.
20480
0626fc76
TT
204812014-04-14 Tom Tromey <tromey@redhat.com>
20482
20483 * gdb.dwarf2/enum-type.exp: New file.
20484
dca325b3
SA
204852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20486
20487 * gdb.mi/mi-vla-c99.exp: New file.
20488 * gdb.mi/vla.c: New file.
20489
5854b38a
SA
204902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20491
20492 * gdb.base/vla-datatypes.c: New file.
20493 * gdb.base/vla-datatypes.exp: New file.
20494
463bb957
SA
204952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20496
20497 * gdb.base/vla-ptr.c: New file.
20498 * gdb.base/vla-ptr.exp: New file.
20499
3dd170be
SA
205002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20501
20502 * gdb.dwarf2/count.exp: New file.
20503
5ecaaa66
SA
205042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20505
20506 * gdb.base/vla-sideeffect.c: New file.
20507 * gdb.base/vla-sideeffect.exp: New file.
20508
41f1ada5
DB
205092014-04-14 David Blaikie <dblaikie@gmail.com>
20510
20511 * gdb.mi/non-stop.c: Add return value for non-void function return
20512 statement.
20513 * gdb.threads/staticthreads.c: Ditto.
20514
0be03e84
DE
205152014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20516 Doug Evans <xdje42@gmail.com>
20517
20518 * gdb.guile/scm-value.c: Improve test case.
20519 * gdb.guile/scm-value.exp: Add new test.
20520
f180a1fb
DB
205212014-04-11 David Blaikie <dblaikie@gmail.com>
20522
20523 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20524 override Clang's default.
20525
6b662e19
JB
205262014-04-11 Joel Brobecker <brobecker@adacore.com>
20527
20528 Revert the following changes (regressions):
20529
20530 * gdb.base/vla-sideeffect.c: New file.
20531 * gdb.base/vla-sideeffect.exp: New file.
20532
20533 * gdb.dwarf2/count.exp: New file.
20534
20535 * gdb.base/vla-multi.c: New file.
20536 * gdb.base/vla-multi.exp: New file.
20537
20538 * gdb.base/vla-ptr.c: New file.
20539 * gdb.base/vla-ptr.exp: New file.
20540
20541 * gdb.base/vla-datatypes.c: New file.
20542 * gdb.base/vla-datatypes.exp: New file.
20543
20544 * gdb.mi/mi-vla-c99.exp: New file.
20545 * gdb.mi/vla.c: New file.
20546
245a5f0b
KS
205472014-04-11 Keith Seitz <keiths@redhat.com>
20548
20549 PR c++/16675
20550 * gdb.cp/cpsizeof.exp: New file.
20551 * gdb.cp/cpsizeof.cc: New file.
20552
58a84dcf
SA
205532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20554
191a8a90
JB
20555 * gdb.mi/mi-vla-c99.exp: New file.
20556 * gdb.mi/vla.c: New file.
58a84dcf 20557
c8655f75
SA
205582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20559
20560 * gdb.base/vla-datatypes.c: New file.
20561 * gdb.base/vla-datatypes.exp: New file.
20562
024e13b4
SA
205632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20564
20565 * gdb.base/vla-ptr.c: New file.
20566 * gdb.base/vla-ptr.exp: New file.
20567
1a237e0e
SA
205682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20569
20570 * gdb.base/vla-multi.c: New file.
20571 * gdb.base/vla-multi.exp: New file.
20572
504f3432
SA
205732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20574
20575 * gdb.dwarf2/count.exp: New file.
20576
3bce8237
SA
205772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20578
191a8a90
JB
20579 * gdb.base/vla-sideeffect.c: New file.
20580 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20581
322f9c21
YQ
205822014-04-11 Yao Qi <yao@codesourcery.com>
20583
20584 * gdb.base/completion.exp: Check file exists before running tests
20585 on file completion.
20586
d708bcd1
PA
205872014-04-10 Pedro Alves <palves@redhat.com>
20588
20589 * gdb.base/cond-eval-mode.c: New file.
20590 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20591 prepare_for_testing to build the new file. Check result of
20592 runto_main.
20593 (test_break, test_watch): New procedures.
20594 (top level): Use them.
20595
ae1d2761
PM
205962014-04-08 Pierre Muller <muller@sourceware.org>
20597
20598 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20599 Ctrl-V use for mingw hosts.
20600
7af389b8
SC
206012014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20602
20603 * gdb.python/py-value.c: Improve test case.
20604 * gdb.python/py-value.exp: Add new test.
20605
5e703181
DE
206062014-04-07 David Blaikie <dblaikie@gmail.com>
20607
20608 * lib/compiler.c: Identify the clang compiler.
20609 * lib/compiler.cc: Ditto.
20610
9810b410
YQ
206112014-04-03 Yao Qi <yao@codesourcery.com>
20612
20613 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20614
98d1b8dc
AB
206152014-04-01 Anton Blanchard <anton@samba.org>
20616
20617 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20618 messages unique.
20619
3114cea1
AB
206202014-04-01 Anton Blanchard <anton@samba.org>
20621
20622 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20623 prepare_for_testing.
20624
62f7182c
AB
206252014-04-01 Anton Blanchard <anton@samba.org>
20626
20627 * gdb.arch/ppc64-atomic-inst.c: Remove.
20628 * gdb.arch/ppc64-atomic-inst.S: New file.
20629 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20630
770e7fc7
DE
206312014-03-31 Doug Evans <dje@google.com>
20632
20633 * gdb.base/print-symbol-loading-lib.c: New file.
20634 * gdb.base/print-symbol-loading-main.c: New file.
20635 * gdb.base/print-symbol-loading.exp: New file.
20636
46e2bafa
YQ
206372014-03-31 Yao Qi <yao@codesourcery.com>
20638
20639 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20640
8776cfe9
JB
206412014-03-28 Joel Brobecker <brobecker@adacore.com>
20642
20643 * gdb.ada/mi_dyn_arr: New testcase.
20644
5d1ef361
DE
206452014-03-27 Doug Evans <dje@google.com>
20646
20647 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20648
b5bee914
YQ
206492014-03-27 Yao Qi <yao@codesourcery.com>
20650
20651 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20652 if target is nios2-*-*.
20653
0d4d0e77
YQ
206542014-03-26 Yao Qi <yao@codesourcery.com>
20655
20656 * lib/gdb.exp (readline_is_used): New proc.
20657 * gdb.base/completion.exp: Move tests on command complete up.
20658 Skip the rest of tests if readline is not used.
20659 * gdb.ada/complete.exp: Skp the test if readline is not
20660 used.
20661 * gdb.base/filesym.exp: Likewise.
20662 * gdb.base/macscp.exp: Likewise.
20663 * gdb.base/readline-ask.exp: Likewise.
20664 * gdb.base/readline.exp: Likewise.
20665 * gdb.python/py-cmd.exp: Likewise.
20666 * gdb.trace/tfile.exp: Likewise.
20667
29361eee
YQ
206682014-03-26 Yao Qi <yao@codesourcery.com>
20669
20670 * gdb.base/macscp.exp: Fix code format issues.
20671
bc9a5525
UW
206722014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20673
20674 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20675 * gdb.asm/powerpc64le.inc: New file.
20676
d3839ede
PA
206772014-03-25 Pedro Alves <palves@redhat.com>
20678 Doug Evans <dje@google.com>
20679
20680 * gdb.base/source-execution.c: New file.
20681 * gdb.base/source-execution.exp: New file.
20682 * gdb.base/source-execution.gdb: New file.
20683
01672a57
DE
206842014-03-24 Doug Evans <dje@google.com>
20685
20686 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20687 using fission.
20688
88bbeca9
HZ
206892014-03-24 Hui Zhu <hui@codesourcery.com>
20690 Pedro Alves <palves@redhat.com>
20691
20692 PR breakpoints/16101
20693 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20694 test pass/fail messages. Detect missing support for dprintf when
20695 breakpoints are actually inserted.
20696 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20697 breakpoints are actually inserted.
20698 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20699 fails.
20700
d2348791
JK
207012014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20702
20703 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20704
feef67ab
DE
207052014-03-22 Doug Evans <xdje42@gmail.com>
20706
20707 * gdb.python/python.exp (python not supported): Verify multi-line
20708 python command issues an error.
25d743f9 20709 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20710 guile command issues an error.
feef67ab 20711
ecebef6a
MR
207122014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20713
20714 * gdb.threads/thread-specific.exp: Handle the lack of usable
20715 $this_breakpoint and $this_thread.
20716
ccdd1909
HZ
207172014-03-21 Hui Zhu <hui@codesourcery.com>
20718
20719 * gdb.base/attach.exp (do_command_attach_tests): New.
20720
beb460e8
PA
207212014-03-20 Tom Tromey <tromey@redhat.com>
20722 Pedro Alves <palves@redhat.com>
20723
20724 PR cli/15718
20725 * gdb.base/condbreak-call-false.c: New file.
20726 * gdb.base/condbreak-call-false.exp: New file.
20727
40acf43a
PA
207282014-03-20 Pedro Alves <palves@redhat.com>
20729
20730 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20731 Delete.
20732 (block_signals, unblock_signals): Delete.
20733 (child_function_2, main): Remove references to deleted variable
20734 and functions.
20735
9f5e1e02
PA
207362014-03-20 Pedro Alves <palves@redhat.com>
20737
20738 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20739 Use pthread_kill to signal thread 2.
20740 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20741 Adjust to make the test send itself a signal rather than using the
20742 host's "kill" command.
20743
99619bea
PA
207442014-03-20 Pedro Alves <palves@redhat.com>
20745
20746 * gdb.threads/multiple-step-overs.c: New file.
20747 * gdb.threads/multiple-step-overs.exp: New file.
20748 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20749 Adjust expected infrun debug output.
20750
2adfaa28
PA
207512014-03-20 Pedro Alves <palves@redhat.com>
20752
20753 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20754 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20755
31e77af2
PA
207562014-03-20 Pedro Alves <palves@redhat.com>
20757
20758 PR breakpoints/7143
20759 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20760 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20761 of gdb_test_multiple.
20762 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20763 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20764
b9f437de
PA
207652014-03-20 Pedro Alves <palves@redhat.com>
20766
20767 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20768 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20769
05adc73e
PA
207702014-03-19 Pedro Alves <palves@redhat.com>
20771
20772 * gdb.base/async.exp: Remove early return.
20773
6048b950
PA
207742014-03-19 Pedro Alves <palves@redhat.com>
20775
20776 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20777
8bcfb00a
PA
207782014-03-19 Pedro Alves <palves@redhat.com>
20779
20780 * gdb.base/async.exp (test_background): Expect \r\n after
20781 "completed." in the fail pattern.
20782
884e37dc
PA
207832014-03-19 Pedro Alves <palves@redhat.com>
20784
20785 * gdb.base/async.exp (test_background): New procedure.
20786 Use it for all background execution command tests.
20787
148e57e2
PA
207882014-03-19 Pedro Alves <palves@redhat.com>
20789
20790 * gdb.base/async.exp: Use prepare_for_testing.
20791
f48088c7
PA
207922014-03-19 Pedro Alves <palves@redhat.com>
20793
20794 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20795 the same line.
20796
e2f6c966
PA
207972014-03-19 Pedro Alves <palves@redhat.com>
20798
20799 * gdb.base/async.c (main): Add "jump here" and "until here" line
20800 marker comments.
20801 * gdb.base/async.exp (jump_here): New global.
20802 (jump& test): Use it.
20803 (until_here): New global.
20804 (until& test): Use it.
20805
c30568d4
PA
208062014-03-19 Pedro Alves <palves@redhat.com>
20807
20808 * gdb.base/async.exp: Don't frob gdb_protocol.
20809
0172b6a7
DE
208102014-03-18 Doug Evans <xdje42@gmail.com>
20811
20812 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20813 Fix spelling of exec-done-display.
20814
06c868a8
JK
208152014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20816
20817 PR gdb/15358
20818 * gdb.base/gdb-sigterm.c: New file.
20819 * gdb.base/gdb-sigterm.exp: New file.
20820
0c7e1a46
PA
208212014-03-18 Pedro Alves <palves@redhat.com>
20822
20823 PR gdb/13860
20824 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20825 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20826 solib-event.
20827
f7c77d93
JB
208282014-03-17 Joel Brobecker <brobecker@adacore.com>
20829
20830 * gdb.ada/pckd_arr_ren: New testcase.
20831
5a1e8c7a
DE
208322014-03-13 Doug Evans <xdje42@gmail.com>
20833
20834 PR guile/16612
20835 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20836 collect after discarding symbols.
20837
350e1a76
DE
208382014-03-13 Ludovic Courtès <ludo@gnu.org>
20839 Doug Evans <xdje42@gmail.com>
20840
20841 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20842 to history survives a gc.
20843
a69900ae
PA
208442014-03-13 Pedro Alves <palves@redhat.com>
20845
20846 * gdb.base/default.exp: Don't test "target procfs".
20847
5db9f0bd
PA
208482014-03-13 Pedro Alves <palves@redhat.com>
20849
20850 * gdb.base/default.exp: Update "target child" and "target procfs"
20851 tests to not expect "Unix".
20852
b3ccfe11
TT
208532014-03-12 Tom Tromey <tromey@redhat.com>
20854
20855 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20856 New procs. Add target-async tests.
20857 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20858 Add target-async tests.
20859
646f4417
AA
208602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20861
20862 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20863 'func_start' and 'func_end' for the beginning and end of the
20864 function code, respectively.
20865 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20866 'func_end' instead of 'func' and 'main'.
20867
288c211f
AA
208682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20869
20870 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20871 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20872 generate the debug info assembler source.
20873
e0c0f156
AA
208742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20875
20876 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20877 * gdb.dwarf2/arr-subrange.exp: Likewise.
20878 * gdb.dwarf2/dwz.exp: Likewise.
20879 * gdb.dwarf2/method-ptr.exp: Likewise.
20880 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20881 * gdb.dwarf2/subrange.exp: Likewise.
20882 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20883 * gdb.dwarf2/implptrpiece.exp: Likewise.
20884 * gdb.dwarf2/nostaticblock.exp: Likewise.
20885
0e5c4555
AA
208862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20887
20888 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20889 directory to absolute path name arguments.
20890
5ec18f2b
JG
208912014-03-10 Joel Brobecker <brobecker@adacore.com>
20892
20893 * gdb.ada/tagged_access: New testcase.
20894
847fc4f2
MM
208952014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20896
20897 * gdb.btrace/data.exp: Update expected output.
20898
cc3da688
YQ
208992014-03-06 Yao Qi <yao@codesourcery.com>
20900
20901 * gdb.trace/pr16508.exp: New file.
20902
0f26cec1
PA
209032014-03-05 Pedro Alves <palves@redhat.com>
20904
20905 PR gdb/16575
20906 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20907 procedure.
20908 (top level): Adjust to use it. Add tests that exercise breakpoint
20909 interaction with the code-cache.
20910
7a5a839f
LC
209112014-02-26 Ludovic Courtès <ludo@gnu.org>
20912
20913 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20914 test for 'history-append!'.
20915
31aa7e4e
JB
209162014-02-26 Joel Brobecker <brobecker@adacore.com>
20917
20918 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20919 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20920 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20921 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20922 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20923 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20924
1b588015
JB
209252014-02-26 Joel Brobecker <brobecker@adacore.com>
20926
20927 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20928 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20929 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20930
55426c9d
JB
209312014-02-26 Joel Brobecker <brobecker@adacore.com>
20932
20933 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20934
dc53a7ad
JB
209352014-02-26 Joel Brobecker <brobecker@adacore.com>
20936
20937 * gdb.dwarf2/arr-stride.c: New file.
20938 * gdb.dwarf2/arr-stride.exp: New file.
20939
12ab52e9
PA
209402014-02-26 Pedro Alves <palves@redhat.com>
20941
20942 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20943 that won't ever trigger. Make sure that GDB reports the correct
20944 breakpoint that caused the stop.
20945
849c862e
JK
209462014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20947
20948 PR gdb/16626
20949 * gdb.base/auto-load-script: New file.
20950 * gdb.base/auto-load.c: New file.
20951 * gdb.base/auto-load.exp: New file.
20952
71b7d793
JK
20953 PR gdb/16626
20954 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20955
e2f0d509
JK
209562014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20957
20958 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20959 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20960
50cc37c8
DE
209612014-02-24 Doug Evans <dje@google.com>
20962
20963 * lib/gdb.exp (run_on_host): Log error output if program fails.
20964
ea4758f2
PA
209652014-02-21 Pedro Alves <palves@redhat.com>
20966
20967 * gdb.threads/step-after-sr-lock.c: Rename to ...
20968 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20969 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20970 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20971 ... this.
20972
d7b30f67
SDJ
209732014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20974
20975 PR tdep/16397
20976 * gdb.arch/amd64-stap-special-operands.exp: New file.
20977 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20978 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20979 * gdb.arch/amd64-stap-triplet.S: Likewise.
20980 * gdb.arch/amd64-stap-triplet.c: Likewise.
20981
83deb43f
JB
209822014-02-20 Joel Brobecker <brobecker@adacore.com>
20983
20984 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20985 in .section pseudo-op.
20986
adde2bff
DE
209872014-02-20 lin zuojian <manjian2006@gmail.com>
20988 Joel Brobecker <brobecker@adacore.com>
20989 Doug Evans <xdje42@gmail.com>
20990
20991 PR symtab/16581
20992 * gdb.dwarf2/dw2-icycle.S: New file.
20993 * gdb.dwarf2/dw2-icycle.c: New file.
20994 * gdb.dwarf2/dw2-icycle.exp: New file.
20995
f7bd0f78
SC
209962014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20997
20998 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20999 operations on gdb.Value objects.
21000 * gdb.python/py-value-cc.exp: Add new test to test operations on
21001 gdb.Value objects.
21002
c17ef0d5
DE
210032014-02-18 Doug Evans <dje@google.com>
21004
21005 * Makefile.in (TESTS): New variable.
21006 (expanded_tests, expanded_tests_or_none): New variables
21007 (check-single): Pass $(expanded_tests_or_none) to runtest.
21008 (check-parallel): Only run tests in $(TESTS) if non-empty.
21009 (check/no-matching-tests-found): New rule.
21010 * README: Document TESTS makefile variable.
21011
5dd3176f
DE
210122014-02-18 Doug Evans <dje@google.com>
21013
21014 * Makefile.in (check-parallel): rm -rf outputs temp.
21015
0b10be4f
JK
210162014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21017
21018 Fix "ERROR: no fileid for" in the testsuite.
21019 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21020
85f224e7
DE
210212014-02-12 Doug Evans <dje@google.com>
21022
21023 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21024 (MISCELLANEOUS): New variable.
21025 (clean): rm -rf $(MISCELLANEOUS).
21026 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21027 dwp live in the same directory as symlinks, with each symlink pointed
21028 to a differently named file in a different directory.
21029
149b30ff
DE
210302014-02-11 Doug Evans <dje@google.com>
21031
21032 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21033 of Tcl file commands.
21034
1dfdac32
MK
210352014-02-10 Mark Kettenis <kettenis@gnu.org>
21036
21037 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21038 "kill -SIGUSR1 -1".
21039
aa4fb036
JB
210402014-02-10 Joel Brobecker <brobecker@adacore.com>
21041
21042 * gdb.ada/tick_length_array_enum_idx: New testcase.
21043
ed3ef339
DE
210442014-02-10 Doug Evans <xdje42@gmail.com>
21045
21046 * configure.ac (AC_OUTPUT): Add gdb.guile.
21047 * configure: Regenerate.
21048 * lib/gdb-guile.exp: New file.
21049 * lib/gdb.exp (get_target_charset): New function.
21050 * gdb.base/help.exp: Update expected output from "apropos apropos".
21051 * gdb.guile/Makefile.in: New file.
21052 * gdb.guile/guile.exp: New file.
21053 * gdb.guile/scm-arch.c: New file.
21054 * gdb.guile/scm-arch.exp: New file.
21055 * gdb.guile/scm-block.c: New file.
21056 * gdb.guile/scm-block.exp: New file.
21057 * gdb.guile/scm-breakpoint.c: New file.
21058 * gdb.guile/scm-breakpoint.exp: New file.
21059 * gdb.guile/scm-disasm.c: New file.
21060 * gdb.guile/scm-disasm.exp: New file.
21061 * gdb.guile/scm-equal.c: New file.
21062 * gdb.guile/scm-equal.exp: New file.
21063 * gdb.guile/scm-error.exp: New file.
21064 * gdb.guile/scm-error.scm: New file.
21065 * gdb.guile/scm-frame-args.c: New file.
21066 * gdb.guile/scm-frame-args.exp: New file.
21067 * gdb.guile/scm-frame-args.scm: New file.
21068 * gdb.guile/scm-frame-inline.c: New file.
21069 * gdb.guile/scm-frame-inline.exp: New file.
21070 * gdb.guile/scm-frame.c: New file.
21071 * gdb.guile/scm-frame.exp: New file.
21072 * gdb.guile/scm-generics.exp: New file.
21073 * gdb.guile/scm-gsmob.exp: New file.
21074 * gdb.guile/scm-iterator.c: New file.
21075 * gdb.guile/scm-iterator.exp: New file.
21076 * gdb.guile/scm-math.c: New file.
21077 * gdb.guile/scm-math.exp: New file.
21078 * gdb.guile/scm-objfile-script-gdb.in: New file.
21079 * gdb.guile/scm-objfile-script.c: New file.
21080 * gdb.guile/scm-objfile-script.exp: New file.
21081 * gdb.guile/scm-objfile.c: New file.
21082 * gdb.guile/scm-objfile.exp: New file.
21083 * gdb.guile/scm-ports.exp: New file.
21084 * gdb.guile/scm-pretty-print.c: New file.
21085 * gdb.guile/scm-pretty-print.exp: New file.
21086 * gdb.guile/scm-pretty-print.scm: New file.
21087 * gdb.guile/scm-section-script.c: New file.
21088 * gdb.guile/scm-section-script.exp: New file.
21089 * gdb.guile/scm-section-script.scm: New file.
21090 * gdb.guile/scm-symbol.c: New file.
21091 * gdb.guile/scm-symbol.exp: New file.
21092 * gdb.guile/scm-symtab-2.c: New file.
21093 * gdb.guile/scm-symtab.c: New file.
21094 * gdb.guile/scm-symtab.exp: New file.
21095 * gdb.guile/scm-type.c: New file.
21096 * gdb.guile/scm-type.exp: New file.
21097 * gdb.guile/scm-value-cc.cc: New file.
21098 * gdb.guile/scm-value-cc.exp: New file.
21099 * gdb.guile/scm-value.c: New file.
21100 * gdb.guile/scm-value.exp: New file.
21101 * gdb.guile/source2.scm: New file.
21102 * gdb.guile/types-module.cc: New file.
21103 * gdb.guile/types-module.exp: New file.
21104
7026a7c1
YQ
211052014-02-10 Yao Qi <yao@codesourcery.com>
21106
21107 PR testsuite/16543
21108 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21109 * configure: Regenerated.
21110 * Makefile.in: New file.
21111
6c466447
AS
211122014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21113
21114 * gdb.python/py-framefilter.exp: Fix typo.
21115
6e854735
YQ
211162014-02-08 Yao Qi <yao@codesourcery.com>
21117
21118 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21119 that no =breakpoint-modified is emitted when breakpoints are
21120 modified through MI commands.
21121
d137e6dc
PA
211222014-02-07 Pedro Alves <pedro@codesourcery.com>
21123 Pedro Alves <palves@redhat.com>
21124
21125 * gdb.threads/step-after-sr-lock.c: New file.
21126 * gdb.threads/step-after-sr-lock.exp: New file.
21127
b5ee5a50
PA
211282014-02-07 Pedro Alves <palves@redhat.com>
21129
21130 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21131
3c77faf3
JK
211322014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21133
21134 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21135 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21136
6dddc817
DE
211372014-02-06 Doug Evans <xdje42@gmail.com>
21138
21139 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21140 output.
21141
21142 * gdb.gdb/python-interrupts.exp: New file.
21143
de7b2893
YQ
211442014-02-05 Yao Qi <yao@codesourcery.com>
21145
21146 * gdb.trace/report.exp (use_collected_data): Test the output
21147 of "info threads" and "info inferiors".
21148
66d032ac
YQ
211492014-02-05 Yao Qi <yao@codesourcery.com>
21150
21151 Revert this patch:
21152
21153 2013-05-24 Yao Qi <yao@codesourcery.com>
21154
21155 * gdb.trace/tfile.exp: Test inferior and thread.
21156
591a12a1
UW
211572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21158
21159 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21160 on a function.
21161 * gdb.base/step-bt.c: Call hello via function pointer to make
21162 sure its first instruction is executed on powerpc64le-linux.
21163
0ff3e01f
UW
211642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21165
21166 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21167
084ee545
UW
211682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21169
21170 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21171 of the test patterns for use on little-endian systems.
21172
6ed14ff3
UW
211732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21174
21175 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21176 (decimal_vector): Fix for little-endian.
21177
401e27fd
JM
211782014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21179
21180 * gdb.arch/sparc-sysstep.exp: New file.
21181 * gdb.arch/sparc-sysstep.c: Likewise.
21182
21183 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21184
8b924729
EBM
211852014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21186
21187 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21188
fb151210
JB
211892014-01-23 Tom Tromey <tromey@redhat.com>
21190
21191 * gdb.ada/array_char_idx: New testcase.
21192
0740f8d8
TT
211932014-01-23 Tom Tromey <tromey@redhat.com>
21194
21195 PR python/16487:
21196 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21197 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21198 classes.
21199
21909fa1
TT
212002014-01-23 Tom Tromey <tromey@redhat.com>
21201
21202 PR python/16491:
21203 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21204 string from an inferior frame.
21205 * gdb.python/py-framefilter-mi.exp: Update.
21206
87ce2a04
DE
212072014-01-22 Doug Evans <dje@google.com>
21208
21209 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21210
237b092b
AA
212112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21212
21213 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21214
d674a709
AA
212152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21216
21217 * gdb.trace/entry-values.exp: Remove excess space character from
21218 regex patterns. Handle s390 call instruction.
21219
20fa3390
AA
212202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21221
21222 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21223 define "*_start" label. Make "name" static.
21224 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21225 ${name} by references to ${name}_start.
21226
78466714
AA
212272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21228
21229 * gdb.base/info-macros.exp: Remove "debug" from the compile
21230 options.
21231
ec9f644a
IB
212322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21233
21234 * gdb.dlang/demangle.exp: New file.
21235
94b1b47e
IB
212362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21237
21238 * gdb.dlang/primitive-types.exp: New file.
21239
7f420862
IB
212402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21241
21242 * configure.ac: Create gdb.dlang/Makefile.
21243 * configure: Regenerate.
21244 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21245 * gdb.dlang/Makefile.in: New file.
21246 * lib/d-support.exp: New file.
21247 * lib/gdb.exp (skip_d_tests): New proc.
21248
52834460
MM
212492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21250
21251 * gdb.btrace/delta.exp: Check reverse stepi.
21252 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21253 * gdb.btrace/finish.exp: New.
21254 * gdb.btrace/next.exp: New.
21255 * gdb.btrace/nexti.exp: New.
21256 * gdb.btrace/record_goto.c: Add comments.
21257 * gdb.btrace/step.exp: New.
21258 * gdb.btrace/stepi.exp: New.
21259 * gdb.btrace/multi-thread-step.c: New.
21260 * gdb.btrace/multi-thread-step.exp: New.
21261 * gdb.btrace/rn-dl-bind.c: New.
21262 * gdb.btrace/rn-dl-bind.exp: New.
21263 * gdb.btrace/data.c: New.
21264 * gdb.btrace/data.exp: New.
21265 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21266
6e07b1d2
MM
212672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21268
21269 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21270 * gdb.btrace/exception.exp: Update.
21271 * gdb.btrace/instruction_history.exp: Update.
21272 * gdb.btrace/record_goto.exp: Update.
21273 * gdb.btrace/tailcall.exp: Update.
21274 * gdb.btrace/unknown_functions.exp: Update.
21275 * gdb.btrace/delta.exp: New.
21276
0b722aec
MM
212772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21278
21279 * gdb.btrace/record_goto.exp: Add backtrace test.
21280 * gdb.btrace/tailcall.exp: Add backtrace test.
21281
066ce621
MM
212822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21283
21284 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21285 * gdb.btrace/record_goto.c: New.
21286 * gdb.btrace/record_goto.exp: New.
21287 * gdb.btrace/x86-record_goto.S: New.
21288
0688d04e
MM
212892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21290
21291 * gdb.btrace/function_call_history.exp: Update tests.
21292 * gdb.btrace/instruction_history.exp: Update tests.
21293
8710b709
MM
212942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21295
21296 * gdb.btrace/function_call_history.exp: Fix expected field
21297 order for "record function-call-history".
21298 Add new tests for "record function-call-history /c".
21299 * gdb.btrace/exception.cc: New.
21300 * gdb.btrace/exception.exp: New.
21301 * gdb.btrace/tailcall.exp: New.
21302 * gdb.btrace/x86-tailcall.S: New.
21303 * gdb.btrace/x86-tailcall.c: New.
21304 * gdb.btrace/unknown_functions.c: New.
21305 * gdb.btrace/unknown_functions.exp: New.
21306 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21307
5de9129b
MM
213082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21309
21310 * gdb.btrace/instruction_history.exp: Update.
21311 * gdb.btrace/function_call_history.exp: Update.
21312
23a7fe75
MM
213132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21314
21315 * gdb.btrace/function_call_history.exp: Fix expected function
21316 trace.
21317 * gdb.btrace/instruction_history.exp: Initialize traced.
21318 Remove traced_functions.
21319
724c7dd8
MM
213202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21321
21322 * gdb.btrace/function_call_history.exp: Update
21323 * gdb.btrace/instruction_history.exp: Update.
21324
6d78d93b
MM
213252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21326
21327 * gdb.btrace/enable.exp: Update expected text.
21328
93a360cc
OJ
213292014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21330
21331 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21332 bytes.
21333
3772b53f
MR
213342014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21335
21336 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21337
596662fa
OJ
213382014-01-15 Omair Javaid <omair.javaid@linaro.org>
21339
21340 * lib/gdb.exp (supports_process_record): Return true for
21341 arm*-linux*. (supports_reverse): Likewise.
21342
b5b08fb4
SC
213432014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21344
21345 PR python/15464
21346 PR python/16113
21347 * gdb.python/py-type.c: Enhance test case.
21348 * gdb.python/py-value-cc.cc: Likewise
21349 * gdb.python/py-type.exp: Add new tests.
21350 * gdb.python/py-value-cc.exp: Likewise
21351
52d7fb13
AA
213522014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21353 Pedro Alves <palves@redhat.com>
21354
21355 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21356 Make "name" extern.
21357 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21358 references to ${name}_start by references to ${name}.
21359
a2cd8cfe
JB
213602014-01-10 Joel Brobecker <brobecker@adacore.com>
21361
21362 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21363
4e23fced
JB
213642014-01-10 Joel Brobecker <brobecker@adacore.com>
21365
21366 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21367
c6a9e42c
PA
213682014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21369 Pedro Alves <palves@redhat.com>
21370
21371 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21372 mi_gdb_target_load.
c6a9e42c 21373
b7ea362b
PA
213742014-01-08 Pedro Alves <palves@redhat.com>
21375
21376 * gdb.threads/reconnect-signal.c: New file.
21377 * gdb.threads/reconnect-signal.exp: New file.
21378
5e3f4fab
EBM
213792014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21380
21381 * gdb.base/source-dir.exp: New file.
21382
79301218
JB
213832014-01-07 Joel Brobecker <brobecker@adacore.com>
21384
21385 * gdb.ada/mi_interface: New testcase.
21386
8e355c5d
JB
213872014-01-07 Joel Brobecker <brobecker@adacore.com>
21388
21389 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21390 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21391 gdb.ada/pp-rec-component/pck.ads: New files.
21392
c0d48811
JB
213932014-01-07 Joel Brobecker <brobecker@adacore.com>
21394
21395 * gdb.python/py-pp-integral.c: New file.
21396 * gdb.python/py-pp-integral.py: New file.
21397 * gdb.python/py-pp-integral.exp: New file.
21398
17b609c3 21399For older changes see ChangeLog-1993-2013.
c906108c 21400\f
8d8cb839
EZ
21401;; Local Variables:
21402;; mode: change-log
21403;; left-margin: 8
21404;; fill-column: 74
21405;; version-control: never
21406;; End:
902f2ccb 21407
b811d2c2 21408 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21409 Copying and distribution of this file, with or without modification,
21410 are permitted provided the copyright notice and this notice are preserved.
This page took 3.99878 seconds and 4 git commands to generate.