[gdb/testsuite] Catch condition evaluation errors in gdb_assert
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-16 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/26624
4 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
5
6 2020-09-16 Tom de Vries <tdevries@suse.de>
7
8 PR testsuite/26618
9 * gdb.tui/new-layout.exp: Escape unbalanced braces.
10
11 2020-09-15 Tom Tromey <tromey@adacore.com>
12
13 PR rust/26197:
14 * lib/rust-support.exp (rust_llvm_version): New proc.
15 * gdb.rust/simple.exp: Check rust_llvm_version.
16
17 2020-09-14 Tom de Vries <tdevries@suse.de>
18
19 * gdb.rust/traits.exp: Fix PATH warning.
20
21 2020-09-13 Pedro Alves <pedro@palves.net>
22
23 * gdb.base/catch-follow-exec.c (main): Add explicit return
24 statement.
25 * gdb.base/catch-signal.c (main): Likewise.
26 * gdb.base/condbreak-call-false.c (main): Likewise.
27 * gdb.base/consecutive.c (main): Add explicit return
28 statement and return type.
29 * gdb.base/cursal.c (main): Add explicit return statement.
30 * gdb.base/cvexpr.c (main): Likewise.
31 * gdb.base/display.c (main): Add explicit return statement and
32 return type.
33 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
34 * gdb.base/endianity.c (main): Likewise.
35 * gdb.base/execd-prog.c (main): Likewise.
36 * gdb.base/gdb1090.c (main): Likewise.
37 * gdb.base/info_qt.c (main): Likewise.
38 * gdb.base/lineinc.c (main): Likewise.
39 * gdb.base/load-command.c (main): Likewise.
40 * gdb.base/macscp1.c (main): Likewise.
41 * gdb.base/pr10179-a.c (main): Likewise.
42 * gdb.base/quit-live.c (main): Likewise.
43 * gdb.base/scope0.c (main): Likewise.
44 * gdb.base/settings.c (main): Likewise.
45 * gdb.base/stack-checking.c (main): Return int.
46 * gdb.base/varargs.c (main): Add explicit return statement.
47 * gdb.cp/ambiguous.cc (main): Likewise.
48 * gdb.cp/anon-struct.cc (main): Likewise.
49 * gdb.cp/anon-union.cc (main): Likewise.
50 * gdb.cp/bool.cc (main): Likewise.
51 * gdb.cp/bs15503.cc (main): Likewise.
52 * gdb.cp/cplusfuncs.cc (main): Likewise.
53 * gdb.cp/cttiadd.cc (main): Likewise.
54 * gdb.cp/extern-c.cc (main): Likewise.
55 * gdb.cp/filename.cc (main): Likewise.
56 * gdb.cp/formatted-ref.cc (main): Likewise.
57 * gdb.cp/mb-ctor.cc (main): Likewise.
58 * gdb.cp/member-ptr.cc (main): Likewise.
59 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
60 * gdb.cp/overload-const.cc (main): Likewise.
61 * gdb.cp/paren-type.cc (main): Likewise.
62 * gdb.cp/parse-lang.cc (main): Likewise.
63 * gdb.cp/pr-1023.cc (main): Likewise.
64 * gdb.cp/psmang1.cc (main): Likewise.
65 * gdb.cp/readnow-language.cc (main): Likewise.
66 * gdb.cp/ref-params.cc (main): Likewise.
67 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
68 * gdb.cp/virtbase2.cc (main): Likewise.
69 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
70 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
71 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
72 * gdb.mi/mi-console.c (main): Likewise.
73 * gdb.mi/mi-read-memory.c (main): Likewise.
74 * gdb.modula2/multidim.c (main): Likewise.
75 * gdb.opt/inline-small-func.c (main): Likewise.
76 * gdb.python/py-rbreak.c (main): Likewise.
77 * gdb.stabs/exclfwd1.c (main): Likewise.
78 * gdb.trace/qtro.c (main): Likewise.
79
80 2020-09-13 Pedro Alves <pedro@palves.net>
81
82 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
83 instead of getenv.
84
85 2020-09-13 Pedro Alves <pedro@palves.net>
86
87 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
88 instead of spawning GDB with remote_spawn.
89 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
90 gdb_spawn instead of spawning GDB with remote_spawn.
91
92 2020-09-13 Pedro Alves <pedro@palves.net>
93
94 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
95 file and add calls to first and second.
96 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
97 add call to f.
98
99 2020-09-13 Pedro Alves <pedro@palves.net>
100
101 * gdb.mi/mi-break-qualified.cc: New file.
102 * gdb.mi/mi-break-qualified.exp: New file.
103 * lib/mi-support.exp (mi_create_breakpoint_multi)
104 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
105 procedures.
106 (mi_create_breakpoint_1): New, factored out from
107 mi_create_breakpoint.
108
109 2020-09-13 Pedro Alves <pedro@palves.net>
110
111 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
112 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
113 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
114 (register_class): Delete.
115 (main): Don't call register_class.
116
117 2020-09-13 Pedro Alves <pedro@palves.net>
118
119 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
120 (do_tests): Remove "calling method for small class" test.
121 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
122 (register_class): Delete.
123 (main): Don't call register_class.
124 * gdb.cp/call-method-register.exp: New file, based on bits removed
125 from classes.exp.
126 * gdb.cp/call-method-register.cc: New file, based on bits removed
127 from classes.cc.
128
129 2020-09-13 Pedro Alves <pedro@palves.net>
130
131 * gdb.base/msym-bp-2.c: New.
132 * gdb.base/msym-bp-shl-lib.c: New file.
133 * gdb.base/msym-bp-shl-main-2.c: New file.
134 * gdb.base/msym-bp-shl-main.c: New file.
135 * gdb.base/msym-bp-shl.exp: New file.
136 * gdb.base/msym-bp.c: New file.
137 * gdb.base/msym-bp.exp: New file.
138
139 2020-09-13 Joel Brobecker <brobecker@adacore.com>
140
141 * gdb.base/default.exp: Change $_gdb_major to 11.
142
143 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
144 Felix Willgerodt <Felix.Willgerodt@intel.com>
145
146 * x86-avx512bf16.c: New file.
147 * x86-avx512bf16.exp: Likewise.
148 * lib/gdb.exp (skip_avx512bf16_tests): New function.
149
150 2020-09-11 Tom de Vries <tdevries@suse.de>
151
152 PR exp/26602
153 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
154
155 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
156
157 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
158
159 2020-09-10 Alan Modra <amodra@gmail.com>
160
161 PR 26597
162 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
163
164 2020-09-08 Tom de Vries <tdevries@suse.de>
165
166 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
167 after gdb_starti_cmd.
168
169 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
170
171 * lib/fortran.exp (fortran_complex8): New proc.
172 (fortran_complex16): New proc.
173 * gdb.fortran/complex.exp: Use routines from fortran.exp
174 * gdb.fortran/pointer-to-pointer.exp: Likewise.
175 * gdb.fortran/vla-ptr-info.exp: Likewise.
176
177 2020-09-03 Tom de Vries <tdevries@suse.de>
178
179 PR breakpoint/26546
180 * gdb.base/label-without-address.exp: Runto main first.
181
182 2020-09-02 Tom Tromey <tromey@adacore.com>
183
184 * gdb.ada/mi_var_access.exp: Test children of access variable.
185 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
186 * gdb.ada/mi_var_array.exp: Update.
187
188 2020-08-31 Kevin Buettner <kevinb@redhat.com>
189
190 * gdb.base/corefile.exp (warning-free): XFAIL test when running
191 on docker w/ AUFS storage driver.
192
193 2020-08-31 Kevin Buettner <kevinb@redhat.com>
194
195 * gdb.base/corefile2.exp (renamed binfile): New tests.
196
197 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
198
199 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
200
201 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
202
203 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
204 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
205
206 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
207
208 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
209 output, printing a "not saved" value from history and printing a
210 convenience variable created from a "not saved" value.
211
212 2020-08-31 Tom de Vries <tdevries@suse.de>
213
214 * gdb.base/eh_return.exp: Use nopie.
215
216 2020-08-28 Pedro Alves <pedro@palves.net>
217
218 * gdb.base/advance-until-multiple-locations.exp
219 (advance_overload, until_overload): Adjust to match the
220 frame/function header instead of the source line text.
221
222 2020-08-28 Tom de Vries <tdevries@suse.de>
223
224 * gdb.base/label-without-address.c: New test.
225 * gdb.base/label-without-address.exp: New file.
226
227 2020-08-27 Pedro Alves <pedro@palves.net>
228
229 PR gdb/26523
230 PR gdb/26524
231 * gdb.base/advance-until-multiple-locations.cc: New.
232 * gdb.base/advance-until-multiple-locations.exp: New.
233
234 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
237
238 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * gdb.arch/amd64-byte.exp: Make test names unique, use
241 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
242 * gdb.arch/amd64-dword.exp: Likewise.
243 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
244 * gdb.arch/amd64-stap-special-operands.exp: Make test names
245 unique.
246 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
247 * gdb.arch/amd64-word.exp: Make test names unique, use
248 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
249 * gdb.arch/i386-byte.exp: Make test names unique, use
250 gdb_breakpoint.
251 * gdb.arch/i386-word.exp: Likewise.
252
253 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
254
255 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
256
257 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
258
259 PR gdb/26532
260 * gdb.threads/stepi-random-signal.exp: Update pattern.
261
262 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
263
264 PR gdb/26532
265 * gdb.base/ui-redirect.exp: Update pattern.
266
267 2020-08-25 Gary Benson <gbenson@redhat.com>
268
269 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
270 when compiling with clang.
271 * gdb.dwarf2/dw2-restore.exp: Likewise.
272
273 2020-08-25 Gary Benson <gbenson@redhat.com>
274
275 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
276 Add additional_flags=-Wno-inaccessible-base when compiling
277 with GCC >= 10.1 or clang. Add additional_flags=-w when
278 compiling with GCC < 10.
279
280 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
281
282 PR m2/26372
283 * gdb.modula2/multidim.c: New file.
284 * gdb.modula2/multidim.exp: New file.
285
286 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
287
288 * lib/gdb.exp (runto): Always emit fail on internal error.
289
290 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
291
292 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
293 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
294 Likewise.
295 * gdb.threads/stepi-random-signal.exp: Likewise.
296
297 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
298
299 * gdb.base/print-file-var.exp: Fix typo "breapoint".
300 * gdb.trace/strace.exp: Ditto.
301
302 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
303
304 * gdb.fortran/vla-type.exp: Skip commands not required for
305 the Flang compiled binaries after prologue fix.
306
307 2020-08-17 Tom de Vries <tdevries@suse.de>
308 Tom Tromey <tromey@adacore.com>
309
310 PR rust/26197:
311 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
312
313 2020-08-17 Tom Tromey <tromey@adacore.com>
314
315 * gdb.ada/mi_var_access.exp: New file.
316 * gdb.ada/mi_var_access/mi_access.adb: New file.
317 * gdb.ada/mi_var_access/pck.adb: New file.
318 * gdb.ada/mi_var_access/pck.ads: New file.
319
320 2020-08-16 Tom de Vries <tdevries@suse.de>
321
322 PR gdb/25350
323 * gdb.base/eh_return.c: New test.
324 * gdb.base/eh_return.exp: New file.
325
326 2020-08-15 Tom de Vries <tdevries@suse.de>
327
328 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
329 (mixed_func_1d_): Use fortran_charlen_t in decl.
330
331 2020-08-15 Tom de Vries <tdevries@suse.de>
332
333 PR backtrace/26390
334 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
335 Update expected pattern.
336
337 2020-08-13 Pedro Alves <pedro@palves.net>
338
339 * gdb.fortran/complex.exp: Check skip_fortran_tests.
340 * gdb.fortran/library-module.exp: Likewise.
341 * gdb.fortran/logical.exp: Likewise.
342 * gdb.fortran/module.exp: Likewise.
343 * gdb.fortran/print_type.exp: Likewise.
344 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
345 * gdb.fortran/vla-datatypes.exp: Likewise.
346 * gdb.fortran/vla-history.exp: Likewise.
347 * gdb.fortran/vla-ptr-info.exp: Likewise.
348 * gdb.fortran/vla-ptype-sub.exp: Likewise.
349 * gdb.fortran/vla-ptype.exp: Likewise.
350 * gdb.fortran/vla-sizeof.exp: Likewise.
351 * gdb.fortran/vla-type.exp: Likewise.
352 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
353 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
354 * gdb.fortran/vla-value-sub.exp: Likewise.
355 * gdb.fortran/vla-value.exp: Likewise.
356
357 2020-08-13 Pedro Alves <pedro@palves.net>
358
359 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
360 * gdb.ada/access_to_packed_array.exp: Likewise.
361 * gdb.ada/access_to_unbounded_array.exp: Likewise.
362 * gdb.ada/addr_arith.exp: Likewise.
363 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
364 * gdb.ada/arr_arr.exp: Likewise.
365 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
366 * gdb.ada/array_bounds.exp: Likewise.
367 * gdb.ada/array_of_variable_length.exp: Likewise.
368 * gdb.ada/array_ptr_renaming.exp: Likewise.
369 * gdb.ada/array_subscript_addr.exp: Likewise.
370 * gdb.ada/arraydim.exp: Likewise.
371 * gdb.ada/arrayparam.exp: Likewise.
372 * gdb.ada/arrayptr.exp: Likewise.
373 * gdb.ada/assign_1.exp: Likewise.
374 * gdb.ada/assign_arr.exp: Likewise.
375 * gdb.ada/atomic_enum.exp: Likewise.
376 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
377 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
378 * gdb.ada/bias.exp: Likewise.
379 * gdb.ada/boolean_expr.exp: Likewise.
380 * gdb.ada/bp_c_mixed_case.exp: Likewise.
381 * gdb.ada/bp_enum_homonym.exp: Likewise.
382 * gdb.ada/bp_inlined_func.exp: Likewise.
383 * gdb.ada/bp_on_var.exp: Likewise.
384 * gdb.ada/bp_range_type.exp: Likewise.
385 * gdb.ada/bp_reset.exp: Likewise.
386 * gdb.ada/call_pn.exp: Likewise.
387 * gdb.ada/catch_assert_if.exp: Likewise.
388 * gdb.ada/catch_ex.exp: Likewise.
389 * gdb.ada/catch_ex_std.exp: Likewise.
390 * gdb.ada/char_enum.exp: Likewise.
391 * gdb.ada/char_param.exp: Likewise.
392 * gdb.ada/complete.exp: Likewise.
393 * gdb.ada/cond_lang.exp: Likewise.
394 * gdb.ada/convvar_comp.exp: Likewise.
395 * gdb.ada/dgopt.exp: Likewise.
396 * gdb.ada/disc_arr_bound.exp: Likewise.
397 * gdb.ada/display_nested.exp: Likewise.
398 * gdb.ada/dot_all.exp: Likewise.
399 * gdb.ada/dyn_loc.exp: Likewise.
400 * gdb.ada/dyn_stride.exp: Likewise.
401 * gdb.ada/excep_handle.exp: Likewise.
402 * gdb.ada/expr_delims.exp: Likewise.
403 * gdb.ada/expr_with_funcall.exp: Likewise.
404 * gdb.ada/exprs.exp: Likewise.
405 * gdb.ada/fin_fun_out.exp: Likewise.
406 * gdb.ada/fixed_cmp.exp: Likewise.
407 * gdb.ada/formatted_ref.exp: Likewise.
408 * gdb.ada/frame_arg_lang.exp: Likewise.
409 * gdb.ada/frame_args.exp: Likewise.
410 * gdb.ada/fullname_bp.exp: Likewise.
411 * gdb.ada/fun_addr.exp: Likewise.
412 * gdb.ada/fun_in_declare.exp: Likewise.
413 * gdb.ada/fun_overload_menu.exp: Likewise.
414 * gdb.ada/fun_renaming.exp: Likewise.
415 * gdb.ada/funcall_char.exp: Likewise.
416 * gdb.ada/funcall_param.exp: Likewise.
417 * gdb.ada/funcall_ptr.exp: Likewise.
418 * gdb.ada/funcall_ref.exp: Likewise.
419 * gdb.ada/homonym.exp: Likewise.
420 * gdb.ada/info_addr_mixed_case.exp: Likewise.
421 * gdb.ada/info_auto_lang.exp: Likewise.
422 * gdb.ada/info_exc.exp: Likewise.
423 * gdb.ada/info_types.exp: Likewise.
424 * gdb.ada/int_deref.exp: Likewise.
425 * gdb.ada/interface.exp: Likewise.
426 * gdb.ada/iwide.exp: Likewise.
427 * gdb.ada/lang_switch.exp: Likewise.
428 * gdb.ada/length_cond.exp: Likewise.
429 * gdb.ada/maint_with_ada.exp: Likewise.
430 * gdb.ada/mi_catch_assert.exp: Likewise.
431 * gdb.ada/mi_catch_ex.exp: Likewise.
432 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
433 * gdb.ada/mi_dyn_arr.exp: Likewise.
434 * gdb.ada/mi_ex_cond.exp: Likewise.
435 * gdb.ada/mi_exc_info.exp: Likewise.
436 * gdb.ada/mi_interface.exp: Likewise.
437 * gdb.ada/mi_prot.exp: Likewise.
438 * gdb.ada/mi_ref_changeable.exp: Likewise.
439 * gdb.ada/mi_string_access.exp: Likewise.
440 * gdb.ada/mi_task_arg.exp: Likewise.
441 * gdb.ada/mi_task_info.exp: Likewise.
442 * gdb.ada/mi_var_array.exp: Likewise.
443 * gdb.ada/mi_var_union.exp: Likewise.
444 * gdb.ada/mi_variant.exp: Likewise.
445 * gdb.ada/minsyms.exp: Likewise.
446 * gdb.ada/mod_from_name.exp: Likewise.
447 * gdb.ada/nested.exp: Likewise.
448 * gdb.ada/null_array.exp: Likewise.
449 * gdb.ada/optim_drec.exp: Likewise.
450 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
451 * gdb.ada/packed_array_assign.exp: Likewise.
452 * gdb.ada/packed_tagged.exp: Likewise.
453 * gdb.ada/pp-rec-component.exp: Likewise.
454 * gdb.ada/print_chars.exp: Likewise.
455 * gdb.ada/print_pc.exp: Likewise.
456 * gdb.ada/ptr_typedef.exp: Likewise.
457 * gdb.ada/ptype_arith_binop.exp: Likewise.
458 * gdb.ada/ptype_array.exp: Likewise.
459 * gdb.ada/ptype_field.exp: Likewise.
460 * gdb.ada/ptype_tagged_param.exp: Likewise.
461 * gdb.ada/ptype_union.exp: Likewise.
462 * gdb.ada/py_range.exp: Likewise.
463 * gdb.ada/py_taft.exp: Likewise.
464 * gdb.ada/rdv_wait.exp: Likewise.
465 * gdb.ada/rec_comp.exp: Likewise.
466 * gdb.ada/rec_return.exp: Likewise.
467 * gdb.ada/ref_param.exp: Likewise.
468 * gdb.ada/ref_tick_size.exp: Likewise.
469 * gdb.ada/rename_subscript_param.exp: Likewise.
470 * gdb.ada/repeat_dyn.exp: Likewise.
471 * gdb.ada/same_component_name.exp: Likewise.
472 * gdb.ada/same_enum.exp: Likewise.
473 * gdb.ada/scalar_storage.exp: Likewise.
474 * gdb.ada/set_wstr.exp: Likewise.
475 * gdb.ada/small_reg_param.exp: Likewise.
476 * gdb.ada/str_binop_equal.exp: Likewise.
477 * gdb.ada/str_ref_cmp.exp: Likewise.
478 * gdb.ada/str_uninit.exp: Likewise.
479 * gdb.ada/sub_variant.exp: Likewise.
480 * gdb.ada/sym_print_name.exp: Likewise.
481 * gdb.ada/taft_type.exp: Likewise.
482 * gdb.ada/tagged.exp: Likewise.
483 * gdb.ada/tagged_access.exp: Likewise.
484 * gdb.ada/task_bp.exp: Likewise.
485 * gdb.ada/task_switch_in_core.exp: Likewise.
486 * gdb.ada/tasks.exp: Likewise.
487 * gdb.ada/tick_last_segv.exp: Likewise.
488 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
489 * gdb.ada/type_coercion.exp: Likewise.
490 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
491 * gdb.ada/unchecked_union.exp: Likewise.
492 * gdb.ada/uninitialized_vars.exp: Likewise.
493 * gdb.ada/var_arr_attrs.exp: Likewise.
494 * gdb.ada/var_arr_typedef.exp: Likewise.
495 * gdb.ada/var_rec_arr.exp: Likewise.
496 * gdb.ada/variant-record.exp: Likewise.
497 * gdb.ada/variant.exp: Likewise.
498 * gdb.ada/variant_record_packed_array.exp: Likewise.
499 * gdb.ada/varsize_limit.exp: Likewise.
500 * gdb.ada/whatis_array_val.exp: Likewise.
501 * gdb.ada/widewide.exp: Likewise.
502 * gdb.ada/win_fu_syms.exp: Likewise.
503
504 2020-08-12 Gary Benson <gbenson@redhat.com>
505
506 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
507
508 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
509
510 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
511 unset the array variable.
512
513 2020-08-03 Tom de Vries <tdevries@suse.de>
514
515 PR symtab/26333
516 * lib/dwarf.exp (DW_LNE_user): New proc.
517 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
518 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
519
520 2020-07-31 Kevin Buettner <kevinb@redhat.com>
521
522 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
523 to 'uintptr_t'
524 (inttypes.h): Include.
525
526 2020-07-31 Kevin Buettner <kevinb@redhat.com>
527
528 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
529 (C5_24k): Delete.
530 (C5_8k, C5_64k, C5_256k): New macros.
531 (buf_ro): Allocate 256 KiB of initialized data.
532
533 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
534
535 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
536 that attempt to overwrite an existing condition with a condition
537 that fails parsing and also with a condition that parses fine
538 but contains junk at the end.
539
540 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
541
542 * gdb.base/condbreak-bad.c: New test.
543 * gdb.base/condbreak-bad.exp: New file.
544
545 2020-07-30 Tom de Vries <tdevries@suse.de>
546
547 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
548 out of ...
549 (GDBInfoModuleSymbols::check_entry): ... here.
550 (GDBInfoModuleSymbols::check_optional_entry): New proc.
551 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
552 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
553
554 2020-07-30 Tom de Vries <tdevries@suse.de>
555
556 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
557 "__class_some_module_Number_t" optional.
558
559 2020-07-29 Tom de Vries <tdevries@suse.de>
560
561 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
562 multiple locations.
563
564 2020-07-29 Tom de Vries <tdevries@suse.de>
565
566 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
567 rather than function name.
568
569 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 PR symtab/26270:
572 * gdb.cp/disasm-func-name.cc: New file.
573 * gdb.cp/disasm-func-name.exp: New file.
574
575 2020-07-28 Tom Tromey <tromey@adacore.com>
576
577 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
578 'varval' location.
579
580 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.python/py-unwind.py: Update to make use of a register
583 descriptor.
584
585 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.python/py-arch-reg-names.exp: Add additional tests.
588
589 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 PR fortran/23051
592 PR fortran/26139
593 * gdb.fortran/class-allocatable-array.exp: New file.
594 * gdb.fortran/class-allocatable-array.f90: New file.
595 * gdb.fortran/pointer-to-pointer.exp: New file.
596 * gdb.fortran/pointer-to-pointer.f90: New file.
597
598 2020-07-25 Tom de Vries <tdevries@suse.de>
599
600 PR symtab/26243
601 * gdb.dwarf2/dw2-line-number-zero.c: New test.
602 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
603
604 2020-07-24 Tom de Vries <tdevries@suse.de>
605
606 PR testsuite/26293
607 * gdb.ada/mi_prot.exp: Require gnatmake-8.
608
609 2020-07-23 Pedro Alves <pedro@palves.net>
610
611 * gdb.server/server-kill.exp (prepare): New, factored out from the
612 top level.
613 (kill_server): New.
614 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
615 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
616
617 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
620
621 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
622
623 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
624 Initialize to empty string at top level.
625 (gdb_wrapper_init): Revert check for file existence on build.
626 Build the wrapper in its default place, not a build-specific
627 location. When host == build, make the pathname absolute.
628 (gdb_compile): Delete leftover declaration of
629 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
630 string instead of uninitialized.
631
632 2020-07-22 Kevin Buettner <kevinb@redhat.com>
633
634 * gdb.base/corefile2.exp: New file.
635 * gdb.base/coremaker2.exp: New file.
636
637 2020-07-22 Kevin Buettner <kevinb@redhat.com>
638
639 * gdb.base/coredump-filter.exp: Add second
640 non-Private-Shared-Anon-File test.
641 (test_disasm): Rename binfile for test which is expected
642 to fail.
643
644 2020-07-22 Kevin Buettner <kevinb@redhat.com>
645
646 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
647 data in core file".
648 * gdb.base/coremaker.c (buf2ro): New global.
649 (mmapdata): Add a read-only mmap mapping.
650
651 2020-07-22 Kevin Buettner <kevinb@redhat.com>
652
653 PR corefiles/25631
654 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
655 New test.
656 * gdb.base/coremaker.c (buf3): New global.
657 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
658 flags.
659
660 2020-07-22 Kevin Buettner <kevinb@redhat.com>
661
662 * gdb.base/coremaker.c (filler_ro): New global constant.
663
664 2020-07-22 Tom Tromey <tromey@adacore.com>
665
666 * gdb.ada/mi_prot.exp: New file.
667 * gdb.ada/mi_prot/pkg.adb: New file.
668 * gdb.ada/mi_prot/pkg.ads: New file.
669 * gdb.ada/mi_prot/prot.adb: New file.
670
671 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
672
673 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
674 loads two JITers.
675
676 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.python/py-arch-reg-groups.exp: Additional tests.
679
680 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.python/py-arch-reg-names.exp: Additional tests.
683
684 2020-07-21 Tom de Vries <tdevries@suse.de>
685
686 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
687 breakpoint locations".
688 * gdb.reverse/solib-reverse.exp: Same.
689
690 2020-07-21 Tom de Vries <tdevries@suse.de>
691
692 * gdb.reverse/step-reverse.c (callee): Merge statements.
693
694 2020-07-21 Tom de Vries <tdevries@suse.de>
695
696 * gdb.fortran/info-modules.exp (info module variables): Allow missing
697 line numbers for some variables.
698
699 2020-07-21 Tom de Vries <tdevries@suse.de>
700
701 * gdb.opt/inline-locals.c (init_array): New func.
702 (func1): Use init_array.
703 * gdb.opt/inline-locals.exp: Update pattern.
704
705 2020-07-21 Tom de Vries <tdevries@suse.de>
706
707 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
708 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
709
710 2020-07-20 Ludovic Courtès <ludo@gnu.org>
711
712 * gdb.guile/source2.scm: Add #f first argument to 'format'.
713 * gdb.guile/types-module.exp: Remove "ERROR:" from
714 regexps since Guile 3.0 no longer prints that.
715
716 2020-07-20 Ludovic Courtès <ludo@gnu.org>
717
718 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
719 error regexp to match on Guile 2.2.
720
721 2020-07-20 Gary Benson <gbenson@redhat.com>
722
723 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
724 with clang.
725
726 2020-07-20 Tom de Vries <tdevries@suse.de>
727
728 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
729 (omp_set_lock_in_order): New function.
730 (single_scope, multi_scope, nested_func, nested_parallel): Use
731 omp_set_lock_in_order and omp_unset_lock.
732 (main): Init and destroy lock and lock2.
733
734 2020-07-20 Tom de Vries <tdevries@suse.de>
735
736 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
737
738 2020-07-20 Tom de Vries <tdevries@suse.de>
739
740 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
741
742 2020-07-17 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/valgrind-infcall-2.c: New test.
745 * gdb.base/valgrind-infcall-2.exp: New file.
746 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
747
748 2020-07-17 Tom de Vries <tdevries@suse.de>
749
750 * gdb.dlang/circular.c (found): Use found_label as label name.
751 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
752 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
753 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
754 * gdb.dwarf2/ada-linkage-name.exp: Same.
755 * gdb.dwarf2/arr-subrange.exp: Same.
756 * gdb.dwarf2/atomic-type.exp: Same.
757 * gdb.dwarf2/comp-unit-lang.exp: Same.
758 * gdb.dwarf2/cpp-linkage-name.exp: Same.
759 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
760 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
761 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
762 * gdb.dwarf2/implptr-64bit.exp: Same.
763 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
764 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
765 * gdb.dwarf2/imported-unit.exp: Same.
766 * gdb.dwarf2/main-subprogram.exp: Same.
767 * gdb.dwarf2/missing-type-name.exp: Same.
768 * gdb.dwarf2/nonvar-access.exp: Same.
769 * gdb.dwarf2/struct-with-sig.exp: Same.
770 * gdb.dwarf2/typedef-void-finish.exp: Same.
771 * gdb.dwarf2/void-type.exp: Same.
772
773 2020-07-17 Tom de Vries <tdevries@suse.de>
774
775 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
776 src parameter.
777 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
778 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
779 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
780 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
781 * gdb.dwarf2/dwz.exp: Same.
782 * gdb.dwarf2/implptr-optimized-out.exp: Same.
783 * gdb.dwarf2/implref-array.exp: Same.
784 * gdb.dwarf2/implref-const.exp: Same.
785 * gdb.dwarf2/implref-global.exp: Same.
786 * gdb.dwarf2/implref-struct.exp: Same.
787 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
788 * gdb.dwarf2/opaque-type-lookup.exp: Same.
789 * gdb.dwarf2/var-access.exp: Same.
790 * gdb.dwarf2/varval.exp: Same.
791 * gdb.trace/entry-values.exp: Same.
792
793 2020-07-17 Tom de Vries <tdevries@suse.de>
794
795 * lib/dwarf.exp (Dwarf::extern): Remove.
796 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
797 * gdb.dlang/circular.exp: Same.
798 * gdb.dwarf2/comp-unit-lang.exp: Same.
799 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
800 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
801 * gdb.dwarf2/dwz.exp: Same.
802 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
803 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
804 * gdb.dwarf2/imported-unit.exp: Same.
805 * gdb.dwarf2/opaque-type-lookup.exp: Same.
806
807 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
808
809 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
810 Use double quotes instead of single quotes.
811
812 2020-07-16 Caroline Tice <cmtice@google.com>
813
814 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
815 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
816
817 2020-07-16 Tom de Vries <tdevries@suse.de>
818
819 * lib/dwarf.exp (program): Initialize _line.
820 (DW_LNE_end_sequence): Reinitialize _line.
821 (DW_LNS_advance_line): Update _line.
822 (line): New proc.
823 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
824 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
825 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
826 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
827 * gdb.dwarf2/dw2-is-stmt.exp: Same.
828 * gdb.dwarf2/dw2-ranges-func.exp: Same.
829
830 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
833 generic.
834
835 2020-07-15 Tom de Vries <tdevries@suse.de>
836
837 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
838 is_amd64_regs_target.
839
840 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.fortran/ptype-on-functions.exp: Add more tests.
843 * gdb.fortran/ptype-on-functions.f90: Likewise.
844
845 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
846
847 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
848 values in documentation for addr_size to 4 and 8.
849
850 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.arch/amd64-osabi.exp: Update.
853 * gdb.arch/arm-disassembler-options.exp: Update.
854 * gdb.arch/powerpc-disassembler-options.exp: Update.
855 * gdb.arch/ppc64-symtab-cordic.exp: Update.
856 * gdb.arch/s390-disassembler-options.exp: Update.
857 * gdb.base/all-architectures.exp.tcl: Update.
858 * gdb.base/attach-pie-noexec.exp: Update.
859 * gdb.base/catch-syscall.exp: Update.
860 * gdb.xml/tdesc-arch.exp: Update.
861
862 2020-07-14 Tom de Vries <tdevries@suse.de>
863
864 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
865 (local_gettid): ... this.
866 (fn): Update.
867
868 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
869
870 * gdb.base/info_sources.exp: Skip directory match tests on
871 remote hosts.
872
873 2020-07-13 Gary Benson <gbenson@redhat.com>
874
875 * gdb.base/savedregs.exp (caller): Use parentheses to
876 make expected expression evaluation ordering explicit.
877
878 2020-07-13 Gary Benson <gbenson@redhat.com>
879
880 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
881
882 2020-07-13 Gary Benson <gbenson@redhat.com>
883
884 * gdb.base/bigcore.c (main): Use a volatile pointer when
885 attempting to trigger a SIGSEGV.
886 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
887 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
888 * gdb.base/savedregs.c (thrower): Likewise.
889 * gdb.mi/mi-syn-frame.c (bar): Likewise.
890
891 2020-07-13 Gary Benson <gbenson@redhat.com>
892
893 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
894 defining and using VLA structure fields into...
895 * gdb.base/vla-struct-fields.c: New file.
896 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
897 tests into...
898 * gdb.base/vla-struct-fields.exp: New file.
899
900 2020-07-13 Tom de Vries <tdevries@suse.de>
901
902 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
903 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
904 * gdb.base/gold-gdb-index.exp: Same.
905 * gdb.base/morestack.exp: Same.
906
907 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
908
909 PR rust/26121
910 * gdb.rust/modules.rs: Prevent linker from discarding test
911 symbol.
912
913 2020-07-10 Pedro Alves <pedro@palves.net>
914
915 PR gdb/26199
916 * gdb.multi/multi-target.c (exit_thread): New.
917 (thread_start): Break loop if EXIT_THREAD.
918 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
919 (top level) Call test_no_resumed.
920
921 2020-07-08 Tom Tromey <tromey@adacore.com>
922
923 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
924 * gdb.ada/catch_ex.exp: Examine catchpoint text.
925
926 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
927
928 PR python/22748
929 * gdb.opt/inline-frame-tailcall.c: New file.
930 * gdb.opt/inline-frame-tailcall.exp: New file.
931 * gdb.python/py-unwind-inline.c: New file.
932 * gdb.python/py-unwind-inline.exp: New file.
933 * gdb.python/py-unwind-inline.py: New file.
934
935 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.python/py-arch-reg-groups.exp: New file.
938
939 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.python/py-arch-reg-names.exp: New file.
942
943 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
946 gdb.PendingFrame.architecture method.
947
948 2020-07-06 Tom de Vries <tdevries@suse.de>
949
950 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
951
952 2020-07-03 Pedro Alves <palves@redhat.com>
953
954 * gdb.base/structs2.c (main): Adjust second parem_reg call to
955 explicitly write negative numbers.
956 * gdb.base/structs2.exp: Adjust expected output.
957
958 2020-07-03 Pedro Alves <palves@redhat.com>
959
960 * gdb.base/charset.c (init_string): Change all char parameters to
961 unsigned char parameters.
962
963 2020-07-03 Pedro Alves <palves@redhat.com>
964
965 * gdb.base/call-sc.exp (start_scalars_test): Use
966 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
967 * gdb.base/overlays.c: Remove references to PARAMS.
968 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
969 * gdb.base/reread.exp: Don't set 'prototypes' global.
970 * gdb.base/structs.exp (start_structs_test): Use
971 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
972 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
973 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
974 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
975 call.
976 * gdb.base/varargs.exp: Don't set 'prototypes' global.
977
978 2020-07-03 Pedro Alves <palves@redhat.com>
979
980 * gdb.base/m32rovly.c: Delete.
981 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
982
983 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
984
985 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
986 of gdb_py_test_multiple.
987 * gdb.python/py-cmd.exp: Likewise.
988 * gdb.python/py-events.exp: Likewise.
989 * gdb.python/py-function.exp: Likewise.
990 * gdb.python/py-inferior.exp: Likewise.
991 * gdb.python/py-infthread.exp: Likewise.
992 * gdb.python/py-linetable.exp: Likewise.
993 * gdb.python/py-parameter.exp: Likewise.
994 * gdb.python/py-value.exp: Likewise.
995
996 2020-06-30 Tom de Vries <tdevries@suse.de>
997
998 PR testsuite/26175
999 * lib/future.exp (gdb_default_target_compile): Detect and handle
1000 early_flags.
1001
1002 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1003
1004 * boards/simavr.exp (gdb_load): Catch errors when closing
1005 previous connection. Close connection, wait for process and
1006 unset simavr_spawn_id on failure.
1007
1008 2020-06-29 Tom de Vries <tdevries@suse.de>
1009
1010 * lib/gdb.exp (unknown): Make test-case unresolved.
1011
1012 2020-06-29 Tom de Vries <tdevries@suse.de>
1013
1014 PR gdb/25475
1015 * gdb.server/solib-list.exp: Verify that the symbol reload
1016 confirmation question is asked.
1017
1018 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1019
1020 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1021 have a input seq nr in each pass message.
1022 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1023 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1024 * gdb.python/python.exp: Make test names unique,
1025 use gdb_test_multiline instead of gdb_py_test_multiple,
1026 use $gdb_test_name.
1027 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1028
1029 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1030
1031 * configure.ac: Add --enable-libctf.
1032 * aclocal.m4: sinclude ../config/enable.m4.
1033 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1034 * lib/gdb.exp (skip_ctf_tests): Use it.
1035 * gdb.base/ctf-constvars.exp: Error message tweak.
1036 * gdb.base/ctf-ptype.exp: Likewise.
1037 * configure: Regenerate.
1038
1039 2020-06-26 Gary Benson <gbenson@redhat.com>
1040
1041 * gdb.cp/try_catch.cc: Include string.h.
1042 (main): Replace comparison against string literal with
1043 strcmp, avoiding build failure with -Wstring-compare.
1044 Add "marker test-complete".
1045 * gdb.cp/try_catch.exp: Run the test to the above marker,
1046 then verify that the value of "test" is still true.
1047
1048 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1051
1052 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1055
1056 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1059 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1060 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1061 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1062 * gdb.arch/riscv-tdesc-loading.exp: New file.
1063
1064 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1067
1068 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1071 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1072 * gdb.arch/riscv-tdesc-regs.c: New file.
1073 * gdb.arch/riscv-tdesc-regs.exp: New file.
1074
1075 2020-06-24 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.arch/amd64-entry-value-paramref.exp: Use
1078 prepare_for_testing_full and don't pass "c++" for the .S file
1079 build spec.
1080 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1081 $options, since it's an assembly file. Remove -Wno-deprecated.
1082 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1083 compiling C++ programs.
1084
1085 2020-06-24 Pedro Alves <palves@redhat.com>
1086
1087 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1088 Clang, add "-Wno-unknown-warning-option" to the options.
1089
1090 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.xml/tdesc-reload.c: New file.
1093 * gdb.xml/tdesc-reload.exp: New file.
1094 * gdb.xml/maint-xml-dump-01.xml: New file.
1095 * gdb.xml/maint-xml-dump-02.xml: New file.
1096 * gdb.xml/maint-xml-dump.exp: New file.
1097
1098 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1099
1100 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1101 Adjust for omitted commands when TUI is disabled.
1102
1103 2020-06-23 Gary Benson <gbenson@redhat.com>
1104 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1107 * gdb.cp/nsimport.cc: Likewise.
1108 * gdb.cp/nsnested.cc: Likewise.
1109 * gdb.cp/nsnoimports.cc: Likewise.
1110 * gdb.cp/nsusing.cc: Likewise.
1111 * gdb.cp/smartp.cc: Likewise.
1112 * gdb.python/py-pp-integral.c: Likewise.
1113 * gdb.python/py-pp-re-notag.c: Likewise.
1114
1115 2020-06-23 Gary Benson <gbenson@redhat.com>
1116
1117 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1118 * gdb.cp/nsimport.cc: Likewise.
1119 * gdb.cp/nsnested.cc: Likewise.
1120 * gdb.cp/nsnoimports.cc: Likewise.
1121 * gdb.cp/nsusing.cc: Likewise.
1122 * gdb.cp/smartp.cc: Likewise.
1123 * gdb.python/py-pp-integral.c: Likewise.
1124 * gdb.python/py-pp-re-notag.c: Likewise.
1125
1126 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1127
1128 * gdb.base/default-args.exp: New test.
1129 * gdb.base/default-args.c: New file.
1130 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1131 * gdb.base/default.exp: Update to new help text.
1132 * gdb.base/help.exp: Likewise.
1133 * gdb.base/page.exp: Likewise.
1134 * gdb.base/style.exp: Likewise.
1135 * gdb.guile/guile.exp: Likewise.
1136 * gdb.python/python.exp: Likewise.
1137
1138 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1139
1140 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1141 remote host. Fix search path syntax on Windows host.
1142
1143 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1144
1145 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1146 over 'exec-file-mismatch'.
1147 * gdb.base/attach.c: Mark should_exit volatile.
1148 * gdb.base/attach2.c: Likewise. Add a comment explaining
1149 why the sleep cannot be big.
1150 * gdb.base/attach3.c: New file.
1151
1152 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1153
1154 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1155 prefix optional.
1156
1157 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1158
1159 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1160 for remote host.
1161
1162 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1163 Hafiz Abid Qadeer <abidh@codesourcery.com>
1164
1165 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1166 file sent to remote host.
1167 (top level): Allow int32_t as type of 32-bit register.
1168
1169 2020-06-19 Tom de Vries <tdevries@suse.de>
1170
1171 * lib/gdb.exp (gdb_note): New proc.
1172 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1173 (gdb_default_target_compile): ... here. Only call
1174 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1175 (use_gdb_compile): Change to array.
1176 (toplevel): Update sets of use_gdb_compile to specify language.
1177 Warn about default_target_compile override. Store dejagnu's version
1178 of default_target_compile in dejagnu_default_target_compile.
1179
1180 2020-06-18 Tom de Vries <tdevries@suse.de>
1181
1182 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1183 (default_gdb_init): ... here.
1184
1185 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1186
1187 Fix TUI support checks in gdb.tui tests.
1188
1189 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1190 just say UNSUPPORTED.
1191 * gdb.tui/corefile-run.exp: Likewise.
1192 * gdb.tui/empty.exp: Likewise.
1193 * gdb.tui/list-before.exp: Likewise.
1194 * gdb.tui/list.exp: Likewise.
1195 * gdb.tui/main.exp: Likewise.
1196 * gdb.tui/regs.exp: Likewise.
1197 * gdb.tui/resize.exp: Likewise.
1198 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1199 * gdb.tui/tui-layout-asm.exp: Likewise.
1200 * gdb.tui/tui-missing-src.exp: Likewise.
1201 * gdb.tui/winheight.exp: Likewise.
1202 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1203
1204 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1205
1206 Fix TCL error in gdb.python/py-format-string.exp.
1207
1208 * gdb.python/py-format-string.exp: Move test for python support
1209 earlier, out of function body.
1210
1211 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1212
1213 * gdb.base/index-cache-load-twice.c: New.
1214 * gdb.base/index-cache-load-twice.exp: New.
1215
1216 2020-06-17 Keith Seitz <keiths@redhat.com>
1217
1218 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1219 when executing "gdb --configuration".
1220
1221 2020-06-17 Tom de Vries <tdevries@suse.de>
1222
1223 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1224 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1225 conditional on presence of gdb_tcl_unknown.
1226 (gdb_finish): Make override undo conditional on presence of
1227 gdb_tcl_unknown.
1228
1229 2020-06-16 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.python/tui-window.py (failwin): New function. Register it
1232 as a TUI window type.
1233 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1234
1235 2020-06-16 Gary Benson <gbenson@redhat.com>
1236
1237 * gdb.python/py-nested-maps.c (create_map): Add missing return
1238 value.
1239 (create_map_map): Likewise.
1240
1241 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1242
1243 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1244 variable.
1245 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1246 and use the already-defined 'options' variable.
1247
1248 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1249 Tom de Vries <tdevries@suse.de>
1250
1251 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1252 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1253 (gdb_setup_known_globals): New proc.
1254 (gdb_cleanup_globals): New proc.
1255 * lib/gdb.exp (load_lib): New override proc.
1256 (gdb_stdin_log_init): Set var in_file as persistent global.
1257 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1258 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1259 fpc_compiler as persistent global.
1260
1261 2020-06-12 Tom de Vries <tdevries@suse.de>
1262
1263 * lib/tuiterm.exp (spawn): Rename to ...
1264 (tui_spawn): ... this.
1265 (toplevel): Move rename of spawn ...
1266 (gdb_init_tuiterm): ... here. New proc.
1267 (gdb_finish_tuiterm): New proc.
1268 * lib/gdb.exp (gdb_finish_hooks): New global var.
1269 (gdb_finish): Handle gdb_finish_hooks.
1270 (tuiterm_env): New proc.
1271 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1272 tuiterm_env.
1273 * gdb.tui/basic.exp: Same.
1274 * gdb.tui/corefile-run.exp: Same.
1275 * gdb.tui/empty.exp: Same.
1276 * gdb.tui/list-before.exp: Same.
1277 * gdb.tui/list.exp: Same.
1278 * gdb.tui/main.exp: Same.
1279 * gdb.tui/new-layout.exp: Same.
1280 * gdb.tui/regs.exp: Same.
1281 * gdb.tui/resize.exp: Same.
1282 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1283 * gdb.tui/tui-layout-asm.exp: Same.
1284 * gdb.tui/tui-missing-src.exp: Same.
1285 * gdb.tui/winheight.exp: Same.
1286
1287 2020-06-12 Tom de Vries <tdevries@suse.de>
1288
1289 PR testsuite/26110
1290 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1291 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1292
1293 2020-06-11 Tom Tromey <tom@tromey.com>
1294
1295 PR gdb/18318:
1296 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1297 floating point tests.
1298
1299 2020-06-11 Keith Seitz <keiths@redhat.com>
1300
1301 PR gdb/21356
1302 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1303 vla_struct.
1304 Add new struct vla_typedef and union vla_typedef_union and
1305 corresponding instantiation objects.
1306 Initialize new objects.
1307 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1308 and vla_typedef_union_object.
1309 Fixup type for vla_struct_object.
1310
1311 2020-06-11 Tom de Vries <tdevries@suse.de>
1312
1313 * lib/gdb.exp (with_override): New proc, factored out of ...
1314 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1315
1316 2020-06-10 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1319
1320 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1321
1322 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1323 parameter, update callers.
1324
1325 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1326
1327 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1328 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1329 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1330
1331 2020-06-04 Tom de Vries <tdevries@suse.de>
1332
1333 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1334
1335 2020-06-04 Tom de Vries <tdevries@suse.de>
1336
1337 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1338 exp_continue.
1339
1340 2020-06-04 Tom de Vries <tdevries@suse.de>
1341
1342 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1343
1344 2020-06-03 Tom de Vries <tdevries@suse.de>
1345
1346 PR symtab/26046
1347 * gdb.cp/breakpoint-locs-2.cc: New test.
1348 * gdb.cp/breakpoint-locs.cc: New test.
1349 * gdb.cp/breakpoint-locs.exp: New file.
1350 * gdb.cp/breakpoint-locs.h: New test.
1351
1352 2020-06-03 Tom de Vries <tdevries@suse.de>
1353
1354 PR testsuite/25609
1355 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1356 value of global verbose.
1357 * gdb.base/jit-elf.exp: Same.
1358 * gdb.base/jit-reader.exp: Same.
1359
1360 2020-06-02 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.dwarf2/multidictionary.exp: Don't use
1363 gdb_spawn_with_cmdline_opts.
1364
1365 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1368 use_header case.
1369 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1370 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1371 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1372 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1373 * gdb.dwarf2/dw2-inline-header.c: New file.
1374 * gdb.dwarf2/dw2-inline-header.h: New file.
1375
1376 2020-05-30 Pedro Alves <palves@redhat.com>
1377
1378 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1379 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1380
1381 2020-05-29 Gary Benson <gbenson@redhat.com>
1382
1383 * gdb.compile/compile-cplus.exp (additional_flags): Also
1384 set when building with clang.
1385 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1386 when building with clang.
1387
1388 2020-05-29 Gary Benson <gbenson@redhat.com>
1389
1390 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1391 building with clang.
1392 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1393
1394 2020-05-29 Gary Benson <gbenson@redhat.com>
1395
1396 * gdb.cp/koenig.exp (prepare_for_testing): Add
1397 additional_flags=-Wno-unused-comparison.
1398 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1399
1400 2020-05-28 Gary Benson <gbenson@redhat.com>
1401
1402 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1403 statement.
1404
1405 2020-05-28 Gary Benson <gbenson@redhat.com>
1406
1407 * gdb.cp/classes.exp (prepare_for_testing): Add
1408 additional_flags=-Wno-deprecated-register.
1409 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1410 * gdb.cp/misc.exp: Likewise.
1411
1412 2020-05-28 Gary Benson <gbenson@redhat.com>
1413
1414 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1415 (test_op_new::operator new): Add return statement.
1416 (test_op_new_array::operator new[]): Likewise.
1417
1418 2020-05-27 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1421 check. Use test_gdb_complete_unique instead of
1422 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1423 test_gdb_complete_multiple instead of
1424 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1425
1426 2020-05-27 Luis Machado <luis.machado@linaro.org>
1427
1428 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1429 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1430 * gdb.arch/arm-disassembler-options.exp: Likewise.
1431 * gdb.arch/arm-disp-step.exp: Likewise.
1432 * gdb.arch/thumb-prologue.exp: Likewise.
1433 * gdb.base/async.exp: Likewise.
1434 * gdb.base/auxv.exp: Likewise.
1435 * gdb.base/complex-parts.exp: Likewise.
1436 * gdb.base/ena-dis-br.exp: Likewise.
1437 * gdb.base/foll-exec.exp: Likewise.
1438 * gdb.base/permissions.exp: Likewise.
1439 * gdb.base/relocate.exp: Likewise.
1440 * gdb.base/return2.exp: Likewise.
1441 * gdb.base/sigbpt.exp: Likewise.
1442 * gdb.base/siginfo-obj.exp: Likewise.
1443 * gdb.cp/converts.exp: Likewise.
1444 * gdb.cp/exceptprint.exp: Likewise.
1445 * gdb.cp/inherit.exp: Likewise.
1446 * gdb.cp/nsnoimports.exp: Likewise.
1447 * gdb.cp/virtbase2.exp: Likewise.
1448 * gdb.mi/mi-var-cmd.exp: Likewise.
1449 * gdb.mi/var-cmd.c: Likewise.
1450
1451 2020-05-26 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1454
1455 2020-05-26 Tom Tromey <tromey@adacore.com>
1456
1457 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1458 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1459 type.
1460 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1461 variable.
1462
1463 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1464
1465 * Makefile.in: Use = instead of == for the test command
1466 for portability.
1467
1468 2020-05-26 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.base/gold-gdb-index-2.c: New test.
1471 * gdb.base/gold-gdb-index.c: New test.
1472 * gdb.base/gold-gdb-index.exp: New file.
1473 * gdb.base/gold-gdb-index.h: New test.
1474
1475 2020-05-25 Tom de Vries <tdevries@suse.de>
1476
1477 * boards/gold-gdb-index.exp: New file.
1478
1479 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1480
1481 * boards/simavr.exp: New file.
1482
1483 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1484
1485 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1486 * gdb.base/inferior-args.exp: New file.
1487 * gdb.base/inferior-args.c: New file.
1488
1489 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1490
1491 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1492 inferior_args. Pass it to gdb_reload.
1493 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1494 inferior_args.
1495 (gdb_reload): Add inferior_args argument.
1496 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1497 pass it to gdbserver_run.
1498 * boards/native-gdbserver.exp: Do not set noargs.
1499 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1500 inferior_args argument.
1501 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1502 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1503 * gdb.base/args.exp: Likewise.
1504
1505 2020-05-25 Tom de Vries <tdevries@suse.de>
1506
1507 * lib/gdb.exp (exec_is_pie): Add comment.
1508
1509 2020-05-25 Tom de Vries <tdevries@suse.de>
1510
1511 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1512 instead of $binfile in the untested message.
1513
1514 2020-05-25 Tom de Vries <tdevries@suse.de>
1515
1516 PR testsuite/26031
1517 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1518
1519 2020-05-25 Tom de Vries <tdevries@suse.de>
1520
1521 * boards/gold.exp: New file.
1522
1523 2020-05-23 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.base/style.exp: Remove completion styling test.
1526 * lib/gdb-utils.exp (style): Remove completion styles.
1527
1528 2020-05-23 Tom Tromey <tom@tromey.com>
1529
1530 * gdb.base/style.exp: Add completion styling test.
1531 * lib/gdb-utils.exp (style): Add completion styles.
1532
1533 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1534
1535 * gdb.base/annota1.exp: Update expected results.
1536 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1537 test name.
1538 * gdb.cp/annota3.exp: Update expected results.
1539
1540 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1541
1542 PR gdb/26016
1543 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1544 against MAP_FAILED.
1545 * gdb.base/coremaker.c (mmapdata): Likewise.
1546 * gdb.base/jit-reader-host.c (main): Likewise.
1547 * gdb.base/sym-file-loader.c (load): Likewise.
1548 (load_shlib): Likewise.
1549
1550 2020-05-20 Tom Tromey <tromey@adacore.com>
1551
1552 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1553
1554 2020-05-20 Tom de Vries <tdevries@suse.de>
1555
1556 PR symtab/25833
1557 * gdb.base/with-mf-inc.c: New test.
1558 * gdb.base/with-mf-main.c: New test.
1559 * gdb.base/with-mf.exp: New file.
1560
1561 2020-05-19 Tom Tromey <tromey@adacore.com>
1562
1563 * gdb.rust/simple.exp: Restore missing test result.
1564
1565 2020-05-19 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.base/gdb-caching-proc.exp: Fix typo.
1568
1569 2020-05-19 Tom Tromey <tromey@adacore.com>
1570
1571 * gdb.rust/simple.exp: Add some test descriptions.
1572 (test_one_slice): Use with_test_prefix.
1573
1574 2020-05-18 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1577
1578 2020-05-17 Pedro Alves <palves@redhat.com>
1579
1580 PR gdb/25741
1581 * gdb.base/hw-sw-break-same-address.exp: New file.
1582
1583 2020-05-16 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1586 LAST_LOADED_FILE accordingly.
1587
1588 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1589
1590 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1591
1592 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1593
1594 * gdb.base/help.exp: Test apropos and help for commands
1595 having aliases. Fixed comments not starting with an
1596 upper-case letter or not finishing with a dot.
1597
1598 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1599
1600 * gdb.base/alias.exp: Update help output check.
1601
1602 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1603
1604 * gdb.base/default.exp: Update output following fixes.
1605
1606 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1607
1608 * gdb.base/alias.exp: Test aliases starting with a prefix of
1609 another alias.
1610
1611 2020-05-15 Gary Benson <gbenson@redhat.com>
1612
1613 * gdb.base/info-os.c (main): Add return statement.
1614 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1615 * gdb.base/large-frame-2.c (func): Likewise.
1616 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1617 * gdb.base/pr10179-b.c (foo2): Likewise.
1618 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1619 * gdb.base/watch-cond.c (func): Likewise.
1620 * gdb.multi/goodbye.c (verylongfun): Likewise.
1621 * gdb.multi/hello.c (commonfun): Likewise.
1622 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1623 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1624 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1625 Likewise.
1626 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1627 * gdb.threads/interrupt-while-step-over.c (child_function):
1628 Likewise.
1629 * gdb.trace/actions-changed.c (end): Likewise.
1630
1631 2020-05-15 Gary Benson <gbenson@redhat.com>
1632
1633 * gdb.opencl/callfuncs.exp: Report when test skipped.
1634 * gdb.opencl/convs_casts.exp: Likewise.
1635 * gdb.opencl/datatypes.exp: Likewise.
1636 * gdb.opencl/operators.exp: Likewise.
1637 * gdb.opencl/vec_comps.exp: Likewise.
1638
1639 2020-05-15 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.base/align.exp.in: Rename to ...
1642 * gdb.base/align.exp.tcl: ... this.
1643 * gdb.base/align-c++.exp: Update.
1644 * gdb.base/align-c.exp: Update.
1645 * gdb.base/all-architectures.exp.in: Rename to ...
1646 * gdb.base/all-architectures.exp: ... this.
1647 * gdb.base/all-architectures-0.exp: Update.
1648 * gdb.base/all-architectures-1.exp: Update.
1649 * gdb.base/all-architectures-2.exp: Update.
1650 * gdb.base/all-architectures-3.exp: Update.
1651 * gdb.base/all-architectures-4.exp: Update.
1652 * gdb.base/all-architectures-5.exp: Update.
1653 * gdb.base/all-architectures-6.exp: Update.
1654 * gdb.base/all-architectures-7.exp: Update.
1655 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1656 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1657 * gdb.base/infcall-nested-structs-c++.exp: Update.
1658 * gdb.base/infcall-nested-structs-c.exp: Update.
1659 * gdb.base/info-types.exp.in: Rename to ...
1660 * gdb.base/info-types.exp.tcl: ... this.
1661 * gdb.base/info-types-c++.exp: Update.
1662 * gdb.base/info-types-c.exp: Update.
1663 * gdb.base/max-depth.exp.in: Rename to ...
1664 * gdb.base/max-depth.exp.tcl: ... this.
1665 * gdb.base/max-depth-c++.exp: Update.
1666 * gdb.base/max-depth-c.exp: Update.
1667 * gdb.cp/cpexprs.exp.in: Rename to ...
1668 * gdb.cp/cpexprs.exp.tcl: ... this.
1669 * gdb.cp/cpexprs-debug-types.exp: Update.
1670 * gdb.cp/cpexprs.exp: Update.
1671 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1672 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1673 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1674 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1675 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1676 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1677 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1678 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1679 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1680 * gdb.dwarf2/clang-debug-names.exp: Update.
1681
1682 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * lib/check-test-names.exp: Remove code that prevents this file
1685 loading when tests are run in parallel.
1686
1687 2020-05-15 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.multi/multi-kill.exp (start_inferior): Remove
1690 'testpid' parameter. Refer to namespace variable directly.
1691 (testpid): Declare as namespace variable.
1692
1693 2020-05-15 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.multi/multi-kill.exp: Wrap in namespace.
1696 (start_inferior): Add TESTPID parameter. Use it instead of the
1697 testpid global.
1698 (top level): Define empty TESTPID array, and pass it down to
1699 start_inferior.
1700
1701 2020-05-14 Tom de Vries <tdevries@suse.de>
1702
1703 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1704 output.
1705
1706 2020-05-14 Tom de Vries <tdevries@suse.de>
1707
1708 * gdb.base/align.exp: Split into ...
1709 * gdb.base/align.exp.in: ...
1710 * gdb.base/align-c++.exp: ...
1711 * gdb.base/align-c.exp: ... these.
1712 * gdb.base/infcall-nested-structs.exp: Split into ...
1713 * gdb.base/infcall-nested-structs.exp.in: ...
1714 * gdb.base/infcall-nested-structs-c++.exp: ...
1715 * gdb.base/infcall-nested-structs-c.exp: ... these.
1716 * gdb.base/info-types.exp: Split into ...
1717 * gdb.base/info-types.exp.in: ...
1718 * gdb.base/info-types-c++.exp: ...
1719 * gdb.base/info-types-c.exp: ... these.
1720 * gdb.base/max-depth.exp: Split into ...
1721 * gdb.base/max-depth.exp.in: ...
1722 * gdb.base/max-depth-c++.exp: ...
1723 * gdb.base/max-depth-c.exp: ... these.
1724 * gdb.cp/infcall-nodebug.exp: Split into ...
1725 * gdb.cp/infcall-nodebug.exp.in: ...
1726 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1727 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1728 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1729 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1730
1731 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1732 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.multi/multi-exit.c: New file.
1735 * gdb.multi/multi-exit.exp: New file.
1736 * gdb.multi/multi-kill.c: New file.
1737 * gdb.multi/multi-kill.exp: New file.
1738
1739 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1740
1741 * gdb.base/annota1.exp: Update the expected output.
1742 * gdb.cp/annota2.exp: Ditto.
1743
1744 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * lib/check-test-names.exp: Disable when testing is being run in
1747 parallel.
1748
1749 2020-05-12 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.base/jit-elf.exp: Fix string concat.
1752
1753 2020-05-12 Tom de Vries <tdevries@suse.de>
1754
1755 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1756 messages.
1757
1758 2020-05-12 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1761
1762 2020-05-12 Tom de Vries <tdevries@suse.de>
1763
1764 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1765 * gdb.ada/mi_catch_ex.exp: Same.
1766 * gdb.ada/mi_catch_ex_hand.exp: Same.
1767
1768 2020-05-12 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.fortran/complex.exp: Use with_test_prefix.
1771
1772 2020-05-12 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.trace/passcount.exp: Fix test-names.
1775
1776 2020-05-12 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1779
1780 2020-05-12 Tom de Vries <tdevries@suse.de>
1781
1782 * gdb.gdb/complaints.exp: Use with_test_prefix.
1783 * gdb.xml/tdesc-regs.exp: Same.
1784 * gdb.opt/inline-locals.exp: Fix test name.
1785
1786 2020-05-12 Tom de Vries <tdevries@suse.de>
1787
1788 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1789 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1790 * gdb.dwarf2/implref-struct.exp: Same.
1791 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1792 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1793
1794 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1795
1796 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1797
1798 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * lib/check-test-names.exp (all_test_names): New module variable.
1801 (counts): Add 'duplicates' field.
1802 (_check_duplicates): New procedure.
1803 (check): Also check for duplicates.
1804 (do_log_summary): Print duplicates count.
1805 (do_reset_vars): Reset counter for duplicate test names, and
1806 discard all know test names.
1807
1808 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * lib/gdb.exp: Include check-test-names.exp library.
1811 * lib/check-test-names.exp: New file.
1812
1813 2020-05-11 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1816
1817 2020-05-11 Keith Seitz <keiths@redhat.com>
1818
1819 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1820
1821 2020-05-11 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1824 * gdb.cp/cpexprs.exp.in: .. here.
1825 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1826 cpexprs.exp.
1827
1828 2020-05-11 Keith Seitz <keiths@redhat.com>
1829
1830 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1831 test names.
1832 * gdb.ada/arrayptr.exp: Likewise.
1833 * gdb.ada/assign_arr.exp: Likewise.
1834 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1835 * gdb.ada/bp_on_var.exp: Likewise.
1836 * gdb.ada/call_pn.exp: Likewise.
1837 * gdb.ada/complete.exp: Likewise.
1838 * gdb.ada/fun_overload_menu.exp: Likewise.
1839 * gdb.ada/funcall_param.exp: Likewise.
1840 * gdb.ada/funcall_ref.exp: Likewise.
1841 * gdb.ada/packed_array_assign.exp: Likewise.
1842 * gdb.ada/same_component_name.exp: Likewise.
1843 * gdb.ada/type_coercion.exp: Likewise.
1844 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1845 * gdb.ada/variant_record_packed_array.exp: Likewise.
1846
1847 2020-05-11 Tom de Vries <tdevries@suse.de>
1848
1849 PR symtab/25941
1850 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1851 out of ...
1852 * gdb.dwarf2/clang-debug-names.exp: ... here.
1853 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1854 clang-debug-names.exp.in.
1855 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1856 * gdb.dwarf2/clang-debug-names-2.c: New test.
1857
1858 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1859
1860 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1861 (fortran_runto_main): New Proc, fortran version of runto_main.
1862 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1863 * gdb.fortran/array-bounds.exp: Likewise.
1864 * gdb.fortran/array-slices.exp: Likewise.
1865 * gdb.fortran/block-data.exp: Likewise.
1866 * gdb.fortran/charset.exp: Likewise.
1867 * gdb.fortran/common-block.exp: Likewise.
1868 * gdb.fortran/complex.exp: Likewise.
1869 * gdb.fortran/derived-type-function.exp: Likewise.
1870 * gdb.fortran/derived-type.exp: Likewise.
1871 * gdb.fortran/info-modules.exp: Likewise.
1872 * gdb.fortran/info-types.exp: Likewise.
1873 * gdb.fortran/intrinsics.exp: Likewise.
1874 * gdb.fortran/library-module.exp: Likewise.
1875 * gdb.fortran/logical.exp: Likewise.
1876 * gdb.fortran/max-depth.exp: Likewise.
1877 * gdb.fortran/module.exp: Likewise.
1878 * gdb.fortran/multi-dim.exp: Likewise.
1879 * gdb.fortran/nested-funcs.exp: Likewise.
1880 * gdb.fortran/print-formatted.exp: Likewise.
1881 * gdb.fortran/print_type.exp: Likewise.
1882 * gdb.fortran/printing-types.exp: Likewise.
1883 * gdb.fortran/ptr-indentation.exp: Likewise.
1884 * gdb.fortran/ptype-on-functions.exp: Likewise.
1885 * gdb.fortran/subarray.exp: Likewise.
1886 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1887 * gdb.fortran/vla-datatypes.exp: Likewise.
1888 * gdb.fortran/vla-history.exp: Likewise.
1889 * gdb.fortran/vla-ptr-info.exp: Likewise.
1890 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1891 * gdb.fortran/vla-ptype.exp: Likewise.
1892 * gdb.fortran/vla-sizeof.exp: Likewise.
1893 * gdb.fortran/vla-type.exp: Likewise.
1894 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1895 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1896 * gdb.fortran/vla-value-sub.exp: Likewise.
1897 * gdb.fortran/vla-value.exp: Likewise.
1898 * gdb.fortran/whatis_type.exp: Likewise.
1899 * gdb.mi/mi-var-child-f.exp: Likewise.
1900
1901 2020-05-09 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1904
1905 2020-05-08 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.dwarf2/clang-debug-names.c: New test.
1908 * gdb.dwarf2/clang-debug-names.exp: New file.
1909
1910 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1911
1912 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1913 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1914
1915 2020-05-06 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1918 breakpoint is at a "recommended breakpoint location".
1919 * gdb.reverse/consecutive-reverse.exp: Same.
1920
1921 2020-05-06 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1924 address.
1925
1926 2020-05-06 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1929
1930 2020-05-06 Tom de Vries <tdevries@suse.de>
1931
1932 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1933 info for r.
1934
1935 2020-05-06 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1938 necessary.
1939
1940 2020-05-06 Tom de Vries <tdevries@suse.de>
1941
1942 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1943 void.
1944
1945 2020-05-06 Tom de Vries <tdevries@suse.de>
1946
1947 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1948 of ...
1949 * gdb.base/async.exp: ... here.
1950 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1951 "recommended breakpoint location".
1952
1953 2020-05-06 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1956
1957 2020-05-04 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.base/async.exp: Check whether instruction addresses are a
1960 "recommended breakpoint location".
1961
1962 2020-05-03 Tom Tromey <tom@tromey.com>
1963
1964 * gdb.base/sepdebug.exp: Remove "catch" test.
1965 * gdb.base/break.exp: Remove "catch" test.
1966 * gdb.base/default.exp: Update expected output.
1967
1968 2020-05-02 Tom de Vries <tdevries@suse.de>
1969
1970 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1971 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1972 * gdb.arch/i386-mpx-map.exp: Same.
1973 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1974 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1975 * gdb.arch/i386-mpx.exp: Same.
1976
1977 2020-05-02 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1980
1981 2020-05-01 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.ada/operator_bp.exp: Allow more than required amount of
1984 breakpoint.
1985
1986 2020-05-01 Tom de Vries <tdevries@suse.de>
1987
1988 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1989
1990 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1991
1992 PR gdb/18706
1993 * gdb.cp/stub-array-size.cc: New test.
1994 * gdb.cp/stub-array-size.exp: New file.
1995 * gdb.cp/stub-array-size.h: New test.
1996 * gdb.cp/stub-array-size2.cc: New test.
1997
1998 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1999
2000 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2001 output to the new format.
2002
2003 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2004
2005 * gdb.base/break.exp: Use with_test_prefix.
2006
2007 2020-04-29 Tom de Vries <tdevries@suse.de>
2008
2009 * lib/gdb.exp (debug_types): New proc.
2010 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2011 * gdb.python/py-symtab.exp: Same.
2012
2013 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2014
2015 PR gdb/17320
2016 * gdb.base/pretty-array.c: New test.
2017 * gdb.base/pretty-array.exp: New file.
2018
2019 2020-04-29 Tom de Vries <tdevries@suse.de>
2020
2021 PR symtab/25889
2022 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2023 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2024 and include cpexprs.exp.
2025
2026 2020-04-28 Mark Williams <mark@myosotissp.com>
2027
2028 PR gdb/24480
2029 * dw4-toplevel-types.exp: Test for top level types.
2030 * dw4-toplevel-types.cc: Test for top level types.
2031
2032 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2033
2034 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2035 (theads -> threads).
2036
2037 2020-04-28 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2040
2041 2020-04-28 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2044
2045 2020-04-28 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2048
2049 2020-04-28 Tom de Vries <tdevries@suse.de>
2050
2051 * gdb.dwarf2/main-foo.c: New test.
2052 * gdb.dwarf2/struct-with-sig.exp: New file.
2053
2054 2020-04-25 Tom de Vries <tdevries@suse.de>
2055
2056 * boards/debug-types.exp: New file.
2057
2058 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2061
2062 2020-04-24 Tom Tromey <tom@tromey.com>
2063
2064 PR symtab/12707:
2065 * gdb.python/py-symbol.exp: Update expected results for
2066 linkage_name test.
2067 * gdb.cp/print-demangle.exp: New file.
2068 * gdb.base/c-linkage-name.exp: Fix test.
2069 * gdb.guile/scm-symbol.exp: Update expected results for
2070 linkage_name test.
2071
2072 2020-04-24 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2075 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2076 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2077 assembler.
2078
2079 2020-04-24 Tom de Vries <tdevries@suse.de>
2080
2081 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2082 C++.
2083
2084 2020-04-24 Tom Tromey <tromey@adacore.com>
2085
2086 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2087 values.
2088 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2089 values. Update test for minimal encodings.
2090 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2091 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2092 values. Update test for minimal encodings.
2093
2094 2020-04-24 Tom Tromey <tromey@adacore.com>
2095
2096 PR python/23662:
2097 * gdb.ada/variant.exp: Add Python checks.
2098 * gdb.rust/simple.exp: Add dynamic type checks.
2099
2100 2020-04-24 Tom Tromey <tromey@adacore.com>
2101
2102 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2103 Make array type matching more lax.
2104 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2105 * gdb.ada/mi_variant.exp: New file.
2106 * gdb.ada/mi_variant/pck.ads: New file.
2107 * gdb.ada/mi_variant/pkg.adb: New file.
2108 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2109 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2110
2111 2020-04-24 Tom Tromey <tromey@adacore.com>
2112
2113 * gdb.ada/variant.exp: Add dynamic field offset tests.
2114 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2115 * gdb.ada/variant/pkg.adb: Add new variables.
2116
2117 2020-04-24 Tom Tromey <tromey@adacore.com>
2118
2119 * gdb.ada/variant.exp: New file
2120 * gdb.ada/variant/pkg.adb: New file
2121 * gdb.ada/variant/pck.adb: New file
2122
2123 2020-04-24 Tom de Vries <tdevries@suse.de>
2124
2125 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2126
2127 2020-04-24 Tom de Vries <tdevries@suse.de>
2128
2129 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2130 flags.
2131
2132 2020-04-24 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2135
2136 2020-04-24 Tom de Vries <tdevries@suse.de>
2137
2138 * lib/gdb.exp (default_gdb_start): Handle eof.
2139 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2140 failure.
2141 * gdb.base/readnever.exp: Handle clean_restart failure.
2142
2143 2020-04-23 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.base/decl-before-def.exp: Run to main and print a again.
2146
2147 2020-04-23 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.base/decl-before-def-decl.c: New test.
2150 * gdb.base/decl-before-def-def.c: New test.
2151 * gdb.base/decl-before-def.exp: New file.
2152
2153 2020-04-23 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2156
2157 2020-04-22 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2160 debug_info_offset.
2161 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2162 before $objsfile in the line line.
2163
2164 2020-04-22 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2167
2168 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2169
2170 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2171 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2172 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2173 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2174 * gdb.base/jit-protocol.h: Update definitions to match all usage
2175 contexts.
2176
2177 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2178
2179 * gdb.base: Rename all jit related test and source files.
2180
2181 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2182
2183 * gdb.base/jit-reader.exp: Relax register output check.
2184
2185 2020-04-22 Tom de Vries <tdevries@suse.de>
2186
2187 PR symtab/25764
2188 * gdb.base/psym-external-decl-2.c: New test.
2189 * gdb.base/psym-external-decl.c: New test.
2190 * gdb.base/psym-external-decl.exp: New file.
2191 * gdb.threads/tls.exp: Add PR25807 kfail.
2192
2193 2020-04-22 Tom de Vries <tdevries@suse.de>
2194
2195 PR symtab/25801
2196 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2197 in "info source" output.
2198
2199 2020-04-22 Tom de Vries <tdevries@suse.de>
2200
2201 PR symtab/25700
2202 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2203 symtab for imported_unit.c.
2204
2205 2020-04-21 Gary Benson <gbenson@redhat.com>
2206
2207 * gdb.base/advance.c (func): New argument, to match call site.
2208 (func2, func3): Add return statements.
2209
2210 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2211
2212 * gdb.multi/run-only-second-inf.c: New file.
2213 * gdb.multi/run-only-second-inf.exp: New file.
2214
2215 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2216
2217 * gdb.btrace/multi-inferior.c: New test.
2218 * gdb.btrace/multi-inferior.exp: New file.
2219
2220 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2221
2222 * gdb.btrace/enable-new-thread.c: New test.
2223 * gdb.btrace/enable-new-thread.exp: New file.
2224
2225 2020-04-21 Tom de Vries <tdevries@suse.de>
2226
2227 PR gdb/25471
2228 * gdb.threads/killed-outside.c: New test.
2229 * gdb.threads/killed-outside.exp: New file.
2230
2231 2020-04-20 Gary Benson <gbenson@redhat.com>
2232
2233 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2234 * gdb.base/nested-subp2.exp: Likewise.
2235 * gdb.base/nested-subp3.exp: Likewise.
2236
2237 2020-04-20 Gary Benson <gbenson@redhat.com>
2238
2239 * gdb.base/nested-subp1.exp: Disable test when using clang.
2240 * gdb.base/nested-subp2.exp: Likewise.
2241 * gdb.base/nested-subp3.exp: Likewise.
2242
2243 2020-04-20 Gary Benson <gbenson@redhat.com>
2244
2245 * gdb.cp/exception.cc: Fix compilation error with clang.
2246
2247 2020-04-20 Gary Benson <gbenson@redhat.com>
2248
2249 * gdb.trace/tspeed.c: Fix compilation error with clang.
2250
2251 2020-04-20 Gary Benson <gbenson@redhat.com>
2252
2253 * gdb.base/jit-main.c: Fix compilation error with clang.
2254
2255 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2256
2257 * gdb.base/attach-twice.c: Include "sys/types.h".
2258 (PTRACE_ATTACH): Add fallback definition.
2259 (main): Pass `0' to the 4th argument of `ptrace'.
2260
2261 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2262
2263 * gdb.base/fork-running-state.c: Include "signal.h".
2264
2265 2020-04-17 Tom Tromey <tromey@adacore.com>
2266
2267 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2268 Update tests.
2269 * gdb.btrace/cpu.exp: Update tests.
2270 * gdb.base/maint.exp: Update tests.
2271 * gdb.base/default.exp: Update tests.
2272 * gdb.base/completion.exp: Update tests.
2273
2274 2020-04-16 Tom de Vries <tdevries@suse.de>
2275
2276 PR symtab/25791
2277 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2278 (ensure_gdb_index): and factor out and move ...
2279 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2280 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2281
2282 2020-04-16 Tom de Vries <tdevries@suse.de>
2283
2284 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2285 loading exec.
2286
2287 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * gdb.base/many-completions.exp: New file.
2290
2291 2020-04-14 Tom de Vries <tdevries@suse.de>
2292
2293 PR symtab/25718
2294 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2295
2296 2020-04-14 Tom de Vries <tdevries@suse.de>
2297
2298 PR symtab/25720
2299 * gdb.base/maint-expand-symbols-header-file.c: New test.
2300 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2301 * gdb.base/maint-expand-symbols-header-file.h: New test.
2302
2303 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2306 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2307 get_func_info.
2308 (get_func_info): Delete.
2309 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2310 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2311 * lib/dwarf.exp (get_func_info): New function.
2312
2313 2020-04-13 Tom de Vries <tdevries@suse.de>
2314
2315 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2316 to what find_gnatmake does.
2317
2318 2020-04-10 Tom de Vries <tdevries@suse.de>
2319
2320 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2321 -readnow.
2322
2323 2020-04-10 Tom de Vries <tdevries@suse.de>
2324
2325 PR cli/25808
2326 * gdb.base/style.c: Add leading newlines.
2327 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2328 Check listing of main's one-line body.
2329
2330 2020-04-08 Tom de Vries <tdevries@suse.de>
2331
2332 * lib/gdb.exp (psymtabs_p): New proc.
2333 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2334 importing unit" unsupported if there are no partial symbols.
2335
2336 2020-04-08 Tom de Vries <tdevries@suse.de>
2337
2338 PR testsuite/25760
2339 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2340
2341 2020-04-07 Tom de Vries <tdevries@suse.de>
2342
2343 PR symtab/25796
2344 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2345
2346 2020-04-07 Tom de Vries <tdevries@suse.de>
2347
2348 * gdb.base/check-psymtab.c: New test.
2349 * gdb.base/check-psymtab.exp: New file.
2350
2351 2020-04-06 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.ada/variant-record/proc.adb: New file.
2354 * gdb.ada/variant-record/value.adb: New file.
2355 * gdb.ada/variant-record/value.s: New file.
2356 * gdb.ada/variant-record.exp: New file.
2357
2358 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2359
2360 PR gdb/25325
2361 * gdb.cp/typed-enum.cc: New test.
2362 * gdb.cp/typed-enum.exp: New file.
2363
2364 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2365
2366 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2367 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2368 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2369 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2370 * gdb.opt/inline-small-func.c: New file.
2371 * gdb.opt/inline-small-func.exp: New file.
2372 * gdb.opt/inline-small-func.h: New file.
2373
2374 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2377 function.
2378
2379 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * lib/dwarf.exp (function_range): Allow compiler options to be
2382 specified.
2383
2384 2020-04-02 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2387 __attribute__((always_inline)).
2388 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2389
2390 2020-04-02 Tom de Vries <tdevries@suse.de>
2391
2392 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2393 (gdbserver_gdb_exit): ... here. Add timeout warning.
2394 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2395 (connect_target_extended_remote): Append new server_spawn_id to
2396 server_spawn_ids.
2397 (cleanup): New proc.
2398 (setup, <toplevel>): Call cleanup.
2399
2400 2020-04-02 Tom de Vries <tdevries@suse.de>
2401
2402 * gdb.base/main-psymtab.exp: New file.
2403
2404 2020-04-02 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2407
2408 2020-04-01 Tom Tromey <tom@tromey.com>
2409
2410 * gdb.base/complex-parts.exp: Add type tests.
2411
2412 2020-04-01 Tom Tromey <tom@tromey.com>
2413
2414 * gdb.base/complex-parts.exp: Add arithmetic tests.
2415
2416 2020-04-01 Tom Tromey <tom@tromey.com>
2417
2418 * gdb.compile/compile.exp: Update.
2419 * gdb.compile/compile-cplus.exp: Update.
2420 * gdb.base/varargs.exp: Update.
2421 * gdb.base/floatn.exp: Update.
2422 * gdb.base/endianity.exp: Update.
2423 * gdb.base/callfuncs.exp (do_function_calls): Update.
2424 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2425 (complex_float_integral_args): Update.
2426 * gdb.base/complex.exp: Update.
2427 * gdb.base/complex-parts.exp: Update.
2428
2429 2020-04-01 Tom Tromey <tromey@adacore.com>
2430
2431 * gdb.rust/union.rs: New file.
2432 * gdb.rust/union.exp: New file.
2433 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2434 (main): Update.
2435 * gdb.rust/simple.exp: Move union tests to union.exp.
2436
2437 2020-04-01 Tom Tromey <tromey@adacore.com>
2438
2439 * gdb.rust/simple.rs (main): Remove "y0".
2440
2441 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2442
2443 * gdb.multi/stop-all-on-exit.c: New test.
2444 * gdb.multi/stop-all-on-exit.exp: New file.
2445
2446 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2447
2448 PR gdb/24789
2449 * gdb.cp/misc.cc: Add integer reference variable.
2450 * gdb.cp/misc.exp: Add test.
2451
2452 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2453
2454 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2455 scenario to cover execution until the end and also the case
2456
2457 2020-03-31 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2460 c. Use "maint info symtabs" to check symtab expansion.
2461
2462 2020-03-30 Tom de Vries <tdevries@suse.de>
2463
2464 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2465 unsupported.
2466 (verify_psymtab_expanded): Move ...
2467 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2468 test.
2469 (readnow): New proc.
2470
2471 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2472
2473 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2474 with $hex.
2475
2476 2020-03-20 Tom Tromey <tromey@adacore.com>
2477
2478 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2479
2480 2020-03-20 Tom Tromey <tromey@adacore.com>
2481
2482 * gdb.ada/sub_variant/subv.adb: New file.
2483 * gdb.ada/sub_variant.exp: New file.
2484
2485 2020-03-20 Tom de Vries <tdevries@suse.de>
2486
2487 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2488 first break fails.
2489 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2490
2491 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * gdb.server/exit-multiple-threads.c: New file.
2494 * gdb.server/exit-multiple-threads.exp: New file.
2495
2496 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2497
2498 * gdb.fortran/mixed-lang-stack.c: New file.
2499 * gdb.fortran/mixed-lang-stack.cpp: New file.
2500 * gdb.fortran/mixed-lang-stack.exp: New file.
2501 * gdb.fortran/mixed-lang-stack.f90: New file.
2502
2503 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.linespec/cp-completion-aliases.cc: New file.
2506 * gdb.linespec/cp-completion-aliases.exp: New file.
2507
2508 2020-03-19 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2511 more precise.
2512
2513 2020-03-18 Tom de Vries <tdevries@suse.de>
2514
2515 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2516 * gdb.dwarf2/break-inline-psymtab.c: New test.
2517 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2518
2519 2020-03-16 Tom de Vries <tdevries@suse.de>
2520
2521 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2522 cache_verify and cache_verify_proc.
2523
2524 2020-03-15 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.server/solib-list.exp: Handle
2527 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2528
2529 2020-03-15 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2532 objfiles".
2533
2534 2020-03-14 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2537
2538 2020-03-14 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2541
2542 2020-03-14 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2545 result in line-by-line fashion.
2546
2547 2020-03-14 Tom de Vries <tdevries@suse.de>
2548
2549 * lib/gdb.exp (supports_statement_frontiers): New proc.
2550 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2551
2552 2020-03-14 Tom de Vries <tdevries@suse.de>
2553
2554 * gdb.base/printcmds.exp: Add missing quoting for "print
2555 teststring2".
2556
2557 2020-03-13 Tom Tromey <tom@tromey.com>
2558
2559 * gdb.base/printcmds.exp (test_print_strings): Add regression
2560 test.
2561 * gdb.base/printcmds.c (charptr): New typedef.
2562 (teststring2): New global.
2563
2564 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2567 full path in the test name.
2568 (test_ld): Add some with_test_prefix blocks to make test names
2569 unique.
2570
2571 2020-03-13 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2574
2575 2020-03-13 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2578
2579 2020-03-13 Tom de Vries <tdevries@suse.de>
2580
2581 PR symtab/25646
2582 * gdb.dwarf2/imported-unit.exp: Add test.
2583
2584 2020-03-13 Tom de Vries <tdevries@suse.de>
2585
2586 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2587 (var1, var2): New variable.
2588 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2589 matching symbols.
2590
2591 2020-03-13 Tom de Vries <tdevries@suse.de>
2592
2593 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2594 (Term::command): Use prompt prefix.
2595 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2596 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2597 command_no_prompt_prefix instead of prefix.
2598 * gdb.tui/tui-layout-asm.exp: Same.
2599
2600 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2601
2602 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2603
2604 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2605
2606 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2607 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2608 on" while stepping over the test instruction, match printed
2609 message.
2610
2611 2020-03-12 Tom de Vries <tdevries@suse.de>
2612
2613 * gdb.base/info-types.exp: Use exp_continue during matching of output
2614 of "info types".
2615
2616 2020-03-12 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2619
2620 2020-03-12 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.fortran/module.exp: Use exp_continue during matching of output
2623 of "info variable -n".
2624
2625 2020-03-12 Tom de Vries <tdevries@suse.de>
2626
2627 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2628 gdb.dwarf2/dw2-ranges-base.c.
2629
2630 2020-03-12 Tom de Vries <tdevries@suse.de>
2631
2632 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2633 in presence of GLIBC debuginfo.
2634
2635 2020-03-12 Tom de Vries <tdevries@suse.de>
2636
2637 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2638 $core.
2639
2640 2020-03-12 Tom de Vries <tdevries@suse.de>
2641
2642 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2643 more precise.
2644
2645 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2646
2647 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2648 from Unix to Windows path.
2649
2650 2020-03-11 Tom de Vries <tdevries@suse.de>
2651
2652 * gdb.ada/minsyms.exp: Set language to ada.
2653
2654 2020-03-11 Tom de Vries <tdevries@suse.de>
2655
2656 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2657
2658 2020-03-11 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2661
2662 2020-03-11 Tom Tromey <tromey@adacore.com>
2663
2664 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2665
2666 2020-03-11 Tom de Vries <tdevries@suse.de>
2667
2668 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2669
2670 2020-03-11 Tom de Vries <tdevries@suse.de>
2671
2672 * gdb.base/break-interp.exp: Limit verbose scope.
2673
2674 2020-03-11 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.fortran/logical.f90: Define variable with character type.
2677 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2678
2679 2020-03-11 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2682
2683 2020-03-11 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2686 symtabs.
2687
2688 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2689 Bernd Edlinger <bernd.edlinger@hotmail.de>
2690
2691 * gdb.cp/step-and-next-inline.cc: New file.
2692 * gdb.cp/step-and-next-inline.exp: New file.
2693 * gdb.cp/step-and-next-inline.h: New file.
2694 * gdb.dwarf2/dw2-is-stmt.c: New file.
2695 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2696 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2697 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2698 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2699
2700 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2703 is-stmt flag in the line table.
2704
2705 2020-03-09 Tom de Vries <tdevries@suse.de>
2706
2707 * lib/gdb.exp (cached_file): Create cache dir.
2708
2709 2020-03-07 Tom de Vries <tdevries@suse.de>
2710
2711 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2712 * gdb.cp/rvalue-ref-params.exp: Same.
2713
2714 2020-03-06 Tom de Vries <tdevries@suse.de>
2715
2716 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2717 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2718
2719 2020-03-06 Tom de Vries <tdevries@suse.de>
2720
2721 * README: Fix "the the".
2722 * gdb.base/dprintf.exp: Same.
2723
2724 2020-03-05 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.base/maint.exp: Update "main print statistics" expected output.
2727
2728 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2729
2730 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2731 (fortran_int8): Likewise.
2732 (fortran_real4): Likewise.
2733 (fortran_real8): Likewise.
2734 (fortran_complex4): Likewise.
2735 (fortran_logical4): Likewise.
2736 (fortran_character1): Likewise.
2737
2738 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2741 printed as true.
2742
2743 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 * gdb.base/printcmds.exp: Add test to verify printf of a
2746 variable holding an address.
2747
2748 2020-03-03 Tom de Vries <tdevries@suse.de>
2749
2750 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2751
2752 2020-03-03 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2755 gdb_test_multiple call.
2756
2757 2020-03-03 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2760 gdb_test_multiple calls.
2761
2762 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2763
2764 * gdb.base/default.exp: Remove test of 'set history filename'.
2765 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2766 filename to the empty string.
2767 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2768 and GDBHISTSIZE.
2769
2770 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2771
2772 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2773 disabled.
2774
2775 2020-03-02 Pedro Alves <palves@redhat.com>
2776 Tom de Vries <tdevries@suse.de>
2777
2778 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2779 -prompt prefix, before user_code argument. Add -lbl option likewise.
2780 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2781 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2782 argument.
2783 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2784 have "\r\n" at start-of-line, instead of at end-of-line.
2785
2786 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2787
2788 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2789 libinproctrace.so.
2790
2791 2020-02-28 Luis Machado <luis.machado@linaro.org>
2792
2793 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2794 to "p/x".
2795
2796 2020-02-28 Luis Machado <luis.machado@linaro.org>
2797
2798 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2799 asm/ptrace.h and error.h.
2800
2801 2020-02-28 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2804 (struct wrapper, do_something, mundane/symada__cS): Move ...
2805 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2806 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2807 Update "print symada__cS before partial symtab expansion" regexp.
2808 Update breakpoint location. Flush symbol cache after expansion.
2809
2810 2020-02-28 Luis Machado <luis.machado@linaro.org>
2811
2812 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2813
2814 2020-02-27 Tom de Vries <tdevries@suse.de>
2815
2816 * config/sid.exp: Remove unused globals.
2817 * gdb.base/attach.exp: Same.
2818 * gdb.base/catch-load.exp: Same.
2819 * gdb.base/dbx.exp: Same.
2820 * lib/gdb.exp: Same.
2821 * lib/mi-support.exp: Same.
2822 * lib/prompt.exp: Same.
2823
2824 2020-02-27 Tom de Vries <tdevries@suse.de>
2825
2826 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2827 not set.
2828
2829 2020-02-26 Aaron Merey <amerey@redhat.com>
2830
2831 * gdb.debuginfod: New directory for debuginfod tests.
2832 * gdb.debuginfod/main.c: New test file.
2833 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2834
2835 2020-02-26 Tom de Vries <tdevries@suse.de>
2836
2837 PR gdb/25603
2838 * gdb.base/persistent-lang.cc: New test.
2839 * gdb.base/persistent-lang.exp: New file.
2840
2841 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * gdb.fortran/derived-type-striding.exp: Add a new test.
2844 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2845 new test.
2846
2847 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2848
2849 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2850 names.
2851
2852 2020-02-25 Tom de Vries <tdevries@suse.de>
2853
2854 PR go/18926
2855 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2856
2857 2020-02-24 Tom de Vries <tdevries@suse.de>
2858
2859 PR gdb/25592
2860 * gdb.base/info-locals-unused-static-var.c: New test.
2861 * gdb.base/info-locals-unused-static-var.exp: New file.
2862
2863 2020-02-22 Tom Tromey <tom@tromey.com>
2864
2865 * gdb.python/tui-window.exp: New file.
2866 * gdb.python/tui-window.py: New file.
2867
2868 2020-02-22 Tom Tromey <tom@tromey.com>
2869
2870 PR tui/17850:
2871 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2872 tests.
2873
2874 2020-02-22 Tom Tromey <tom@tromey.com>
2875
2876 * gdb.tui/new-layout.exp: Add sub-layout tests.
2877
2878 2020-02-22 Tom Tromey <tom@tromey.com>
2879
2880 * gdb.tui/new-layout.exp: New file.
2881
2882 2020-02-22 Tom Tromey <tom@tromey.com>
2883
2884 * gdb.rust/rust-style.rs: New file.
2885 * gdb.rust/rust-style.exp: New file.
2886 * gdb.base/style.exp: Test structure printing.
2887 * gdb.base/style.c (struct some_struct): New type.
2888 (enum etype): New type.
2889 (struct_value): New global.
2890
2891 2020-02-21 Tom de Vries <tdevries@suse.de>
2892
2893 PR go/18926
2894 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2895 Remove blanket xfails. Use message argument for gdb_breakpoint.
2896 Make continuing to breakpoint test conditional on setting breakpoint.
2897 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2898 DW_AT_name attribute. Add xfail for GCC PR93866.
2899
2900 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.dwarf2/cpp-linkage-name.c: New file.
2903 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2904
2905 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2906
2907 * lib/gdb.exp (gdb_wrapper_init): Reset
2908 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2909 not exist.
2910
2911 2020-02-20 Tom de Vries <tdevries@suse.de>
2912
2913 PR go/17018
2914 * gdb.go/hello.exp: Copy ...
2915 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2916 print of st to print value of global definition. Add xfail for GCC
2917 PR93844.
2918 * gdb.go/hello.exp: Remove printing of st before definition.
2919 * gdb.go/hello.go: Copy ...
2920 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2921 to st.
2922 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2923
2924 2020-02-20 Tom de Vries <tdevries@suse.de>
2925
2926 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2927 (gdb_simple_compile): Handle compile_flags go by using .go extension
2928 for source file.
2929 * gdb.go/chan.exp: Use support_go_compile.
2930 * gdb.go/handcall.exp: Same.
2931 * gdb.go/hello.exp: Same.
2932 * gdb.go/integers.exp: Same.
2933 * gdb.go/max-depth.exp: Same.
2934 * gdb.go/methods.exp: Same.
2935 * gdb.go/package.exp: Same.
2936 * gdb.go/strings.exp: Same.
2937 * gdb.go/types.exp: Same.
2938 * gdb.go/unsafe.exp: Same.
2939
2940 2020-02-19 Tom de Vries <tdevries@suse.de>
2941
2942 * gdb.python/lib-types.exp: Make xfail more strict.
2943
2944 2020-02-19 Tom de Vries <tdevries@suse.de>
2945
2946 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2947
2948 2020-02-19 Doug Evans <dje@google.com>
2949
2950 PR rust/25535
2951 * gdb.rust/simple.exp: Add test.
2952 * gdb.rust/simple.rs: Add test.
2953
2954 2020-02-19 Tom de Vries <tdevries@suse.de>
2955
2956 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2957 output line-by-line.
2958
2959 2020-02-19 Tom de Vries <tdevries@suse.de>
2960
2961 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2962
2963 2020-02-19 Tom de Vries <tdevries@suse.de>
2964
2965 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2966 prelink.
2967
2968 2020-02-19 Tom de Vries <tdevries@suse.de>
2969
2970 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2971 (gdb_do_cache): Use gdb_do_cache_wrap.
2972 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2973
2974 2020-02-19 Tom de Vries <tdevries@suse.de>
2975
2976 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2977 gdb_compile option.
2978
2979 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2980
2981 * gdb.base/printcmds.exp (test_print_enums): Update expected
2982 output.
2983
2984 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2985
2986 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2987 for "unknown".
2988
2989 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2990
2991 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2992 enumerator.
2993
2994 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2995
2996 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2997 FE_, add FE_NONE.
2998 (three): Update.
2999 (enum flag_enum_without_zero): New enum.
3000 (flag_enum_without_zero): New variable.
3001 (enum not_flag_enum): New enum.
3002 (three_not_flag): New variable.
3003 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3004 (test_print_enums): Add more tests for printing flag enums.
3005
3006 2020-02-18 Tom de Vries <tdevries@suse.de>
3007
3008 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3009 (gdb_compile_ada): ... here.
3010 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3011 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3012
3013 2020-02-14 Tom Tromey <tom@tromey.com>
3014
3015 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3016 build directory.
3017 * boards/gdbserver-base.exp: Update path to gdbserver.
3018
3019 2020-02-13 Tom de Vries <tdevries@suse.de>
3020
3021 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3022
3023 2020-02-13 Tom de Vries <tdevries@suse.de>
3024
3025 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3026 are missing.
3027
3028 2020-02-13 Tom de Vries <tdevries@suse.de>
3029
3030 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3031 call.
3032
3033 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3034
3035 PR tui/25126
3036 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3037 * gdb.base/cached-source-file.c: New file.
3038 * gdb.base/cached-source-file.exp: New file.
3039
3040 2020-02-11 Tom de Vries <tdevries@suse.de>
3041
3042 PR testsuite/25488
3043 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3044
3045 2020-02-10 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3048
3049 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3050
3051 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3052 and $after_addr are both integers before making a comparison.
3053
3054 2020-02-09 Tom de Vries <tdevries@suse.de>
3055
3056 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3057 command output and paste it into gdb.log. If any, paste catch message
3058 to gdb.log.
3059
3060 2020-02-07 Tom Tromey <tromey@adacore.com>
3061
3062 PR breakpoints/24915:
3063 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3064
3065 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3066
3067 * gdb.tui/tui-missing-src.exp: Add the "missing source
3068 file" test for the TUI.
3069
3070 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3073 including a port number in the output.
3074
3075 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3076
3077 * lib/fortran.exp (fortran_int4): Handle clang.
3078 (fortran_int8): Likewise.
3079 (fortran_real4): Likewise.
3080 (fortran_real8): Likewise.
3081 (fortran_complex4): Likewise.
3082 (fortran_logical4): Likewise.
3083 (fortran_character1): Likewise.
3084
3085 2020-02-04 Tom de Vries <tdevries@suse.de>
3086
3087 * README (Race detection): Add note.
3088
3089 2020-02-04 Tom de Vries <tdevries@suse.de>
3090
3091 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3092
3093 2020-02-04 Tom de Vries <tdevries@suse.de>
3094
3095 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3096
3097 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3098
3099 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3100 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3101 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3102 blttar, bnetarl.
3103 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3104 binary for blttar, bnetarl.
3105 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3106 wait instruction. Delete ldmx test.
3107 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3108
3109 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3110
3111 * gdb.fortran/array-bounds-high.exp: New file.
3112 * gdb.fortran/array-bounds-high.f90: New file.
3113
3114 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3115
3116 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3117 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3118
3119 2020-02-01 Tom de Vries <tdevries@suse.de>
3120
3121 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3122
3123 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 PR tui/9765
3126 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3127 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3128
3129 2020-01-29 Luis Machado <luis.machado@linaro.org>
3130
3131 * gdb.arch/aarch64-brk-patterns.c: New source file.
3132 * gdb.arch/aarch64-brk-patterns.exp: New test.
3133
3134 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3135
3136 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3137 GCC/Clang version.
3138 * gdb.cp/pass-by-ref.exp: Ditto.
3139
3140 2020-01-29 Tom de Vries <tdevries@suse.de>
3141
3142 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3143 * gdb.threads/watchpoint-fork-mt.c: Same.
3144 * gdb.threads/watchpoint-fork-parent.c: Same.
3145 * gdb.threads/watchpoint-fork-st.c: Same.
3146 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3147
3148 2020-01-27 Luis Machado <luis.machado@linaro.org>
3149
3150 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3151 sitting at a syscall instruction when we hit the syscall function's
3152 breakpoint.
3153 Check PC against one obtained with the x command.
3154 Validate syscall number.
3155 (step_over_syscall): Don't continue to the syscall instruction if
3156 we're already there.
3157
3158 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3159
3160 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3161
3162 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3165 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3166
3167 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3170 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3171
3172 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.base/maint.exp: Update line table parsing test.
3175 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3176
3177 2020-01-24 Pedro Alves <palves@redhat.com>
3178
3179 PR gdb/25410
3180 * gdb.multi/multi-re-run-1.c: New.
3181 * gdb.multi/multi-re-run-2.c: New.
3182 * gdb.multi/multi-re-run.exp: New.
3183
3184 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 PR gdb/23718
3187 * gdb.server/server-kill-python.exp: New file.
3188
3189 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3190
3191 * gdb.server/multi-ui-errors.c: New file.
3192 * gdb.server/multi-ui-errors.exp: New file.
3193
3194 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 PR tui/9765
3197 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3198
3199 2020-01-19 Tom Tromey <tom@tromey.com>
3200
3201 * gdb.tui/main.exp: Add check for plain "file".
3202
3203 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3204
3205 * lib/gdb.exp: Fix spelling error (seperatelly).
3206
3207 2020-01-14 Tom Tromey <tom@tromey.com>
3208
3209 PR symtab/12535:
3210 * gdb.python/python.exp: Test decode_line with empty string
3211 argument.
3212
3213 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3214
3215 * gdb.base/skip-inline.exp: Extend test.
3216
3217 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3220 * gdb.dwarf2/dw2-bad-elf.c: New file.
3221 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3222
3223 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3226 _line_saw_file.
3227
3228 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3231 border.
3232
3233 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3234
3235 * gdb.multi/multi-target.exp (setup): Factor out "info
3236 connections" and "info inferiors" tests to ...
3237 (test_info_inferiors): ... this new procedure.
3238 (top level): Run new "info-inferiors" tests.
3239
3240 2020-01-10 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.server/bkpt-other-inferior.exp: New file.
3243
3244 2020-01-10 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3247 of "add-inferior".
3248 * gdb.base/quit-live.exp: Likewise.
3249 * gdb.base/remote-exec-file.exp: Likewise.
3250 * gdb.guile/scm-progspace.exp: Likewise.
3251 * gdb.linespec/linespec.exp: Likewise.
3252 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3253 * gdb.mi/user-selected-context-sync.exp: Likewise.
3254 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3255 "info inferiors" tests.
3256 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3257 "add-inferior".
3258 * gdb.multi/watchpoint-multi.exp: Likewise.
3259 * gdb.python/py-inferior.exp: Likewise.
3260 * gdb.server/extended-remote-restart.exp: Likewise.
3261 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3262 "info inferiors".
3263 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3264 * gdb.trace/report.exp: Likewise.
3265
3266 2020-01-10 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.multi/multi-target.c: New file.
3269 * gdb.multi/multi-target.exp: New file.
3270 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3271 mode requested, but remote does not support non-stop".
3272
3273 2020-01-10 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3276 disconnect before reconnecting.
3277
3278 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3279 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.server/connect-without-multi-process.exp: Also test
3282 continuing to end.
3283
3284 2020-01-10 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.base/remote-exec-file.exp: New file.
3287
3288 2020-01-10 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3291 output.
3292 * gdb.threads/async.c: New.
3293 * gdb.threads/async.exp: New.
3294 * gdb.multi/tids-gid-reset.c: New.
3295 * gdb.multi/tids-gid-reset.exp: New.
3296
3297 2020-01-10 George Barrett <bob@bob131.so>
3298
3299 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3300 to help in finding the image relocation offset.
3301 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3302 options in arguments.
3303 (stap_test_no_debuginfo): Likewise.
3304 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3305 test variants.
3306 (stap_test): Add null semaphore relocation test.
3307
3308 2020-01-10 George Barrett <bob@bob131.so>
3309
3310 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3311 * gdb.base/stap-probe.exp: Likewise.
3312 (stap_test): Pass argument as an additional flag.
3313 (stap_test_no_debuginfo): Likewise.
3314 (stap_test): Check `info probes stap' output for semaphore
3315 addresses if the test binary is supposed to have them.
3316
3317 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3318
3319 * gdb.tui/basic.exp: Add more scrolling tests.
3320
3321 2020-01-09 Tom Tromey <tom@tromey.com>
3322
3323 PR tui/18932:
3324 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3325 meangingful value.
3326 (Term::command, Term::resize): Update.
3327 * gdb.tui/basic.exp: Add scrolling test.
3328
3329 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.tui/tui-layout-asm.exp: New file.
3332
3333 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3334
3335 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3336
3337 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3340 (Term::enter_tui): Use Term::prepare_for_tui.
3341
3342 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3345 called.
3346
3347 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * gdb.base/skip.exp: Fix race condition in test.
3350
3351 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.base/backtrace.c: New file.
3354 * gdb.base/backtrace.exp: New file.
3355
3356 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3357
3358 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3359
3360 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3361
3362 * gdb.base/style.exp: Test that warnings are styled.
3363
3364 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3365
3366 * gdb.base/line65535.exp: New file.
3367 * gdb.base/line65535.c: New file.
3368
3369 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3370
3371 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3372 * lib/gnat_debug_info_test.adb: New file.
3373 * gdb.ada/ptype_tagged_param.exp: Use
3374 gnat_runtime_has_debug_info, expect a different output if
3375 runtime does not have debug info.
3376
3377 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3378
3379 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3380 (another) quote in test name.
3381
3382 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3383
3384 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3385 Add quote in test name.
3386
3387 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3388
3389 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3390 directory instead.
3391 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3392 * gdb.cp/pass-by-ref-2.cc: New file.
3393 * gdb.cp/pass-by-ref-2.exp: New file.
3394
3395 2019-12-20 Tom Tromey <tom@tromey.com>
3396
3397 * gdb.tui/list-before.exp: New file.
3398
3399 2019-12-20 Tom Tromey <tom@tromey.com>
3400
3401 * gdb.tui/list.exp: Check for source on initial listing.
3402
3403 2019-12-11 Tom Tromey <tromey@adacore.com>
3404
3405 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3406 Add crlf test.
3407
3408 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3409
3410 * gdb.base/default.exp: Update value of $_gdb_major.
3411
3412 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3413
3414 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3415
3416 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3417
3418 * gdb.base/skip.exp: Whitespace fix.
3419
3420 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3421
3422 * gdb.base/skip-inline.c: New file.
3423 * gdb.base/skip-inline.exp: New file.
3424
3425 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3426
3427 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3428 jit_function_00 to jit_function_stack_mangle.
3429 * gdb.base/jithost.c (jit_function_t): Rename to...
3430 (jit_function_stack_mangle_t): ... this.
3431 (jit_function_add_t): New typedef.
3432 (jit_function_00_code): Rename to...
3433 (jit_function_stack_mangle_code): ... this, make static.
3434 (jit_function_add_code): New.
3435 (main): Generate "add" function and call it. Adjust to changes
3436 in jithost_abi.
3437 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3438 (struct jithost_abi) <begin, end>: Remove fields.
3439 <object, function_stack_mangle, function_add>: New fields.
3440 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3441 code_end>: Remove fields.
3442 <func_stack_mangle>: New field.
3443 (read_debug_info): Adjust to renaming, create block for "add"
3444 function.
3445 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3446
3447 2019-12-11 Tom Tromey <tom@tromey.com>
3448
3449 * gdb.tui/resize.exp: Fix regexp.
3450 * gdb.tui/regs.exp: Fix regexps.
3451 * gdb.tui/main.exp: Fix regexp.
3452
3453 2019-12-11 Tom Tromey <tom@tromey.com>
3454
3455 * gdb.tui/resize.exp: Update.
3456 * gdb.tui/empty.exp (layouts): Update.
3457
3458 2019-12-11 Tom Tromey <tom@tromey.com>
3459
3460 * gdb.tui/regs.exp: Update.
3461 * gdb.tui/empty.exp (layouts): Update.
3462 * gdb.tui/basic.exp: Update.
3463 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3464
3465 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3466
3467 * gdb.base/options.exp: Add -raw-values in the print completion list.
3468 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3469
3470 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3471
3472 * gdb.threads/omp-par-scope.c: New file.
3473 * gdb/threads/omp-par-scope.exp: New file.
3474
3475 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3476
3477 * lib/gdb.exp (support_nested_function_tests): New proc.
3478
3479 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3480
3481 * lib/gdb.exp (gdb_compile_openmp): New proc.
3482 (build_executable_from_specs): Add an "openmp" option.
3483 (gdb_compile_pthreads): Add non-executable case.
3484
3485 2019-12-10 Tom Tromey <tromey@adacore.com>
3486
3487 * gdb.ada/unchecked_union.exp: New file.
3488 * gdb.ada/unchecked_union/pck.adb: New file.
3489 * gdb.ada/unchecked_union/pck.ads: New file.
3490 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3491 * gdb-utils.exp (string_to_regexp): Also quote "?".
3492
3493 2019-12-10 George Barrett <bob@bob131.so>
3494
3495 Test scripted probe breakpoints.
3496 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3497 * gdb.python/py-breakpoint.c (main): Likewise.
3498 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3499 specifier test.
3500 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3501
3502 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3503
3504 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3505 an rvalue parameter.
3506 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3507 parameter.
3508
3509 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3510
3511 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3512 modules.
3513
3514 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3517 broken version of GCC.
3518
3519 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3522 sym-info-cmds library.
3523 * gdb.fortran/info-types.exp: Likewise.
3524 * lib/sym-info-cmds.exp: New file.
3525
3526 2019-12-08 Tom de Vries <tdevries@suse.de>
3527
3528 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3529
3530 2019-12-07 Keith Seitz <keiths@redhat.com>
3531
3532 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3533 * gdb.base/corefile-buildid-shlib.c: New file.
3534 * gdb.base/corefile-buildid.c: New file.
3535 * gdb.base/corefile-buildid.exp: New file.
3536
3537 2019-12-06 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.dwarf2/varval.exp: Add decl before def test.
3540
3541 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3542
3543 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3544
3545 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3546
3547 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3548 CV and reference conversion for overload resolution.
3549 * gdb.cp/rvalue-ref-overload.exp: Test it.
3550
3551 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3552
3553 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3554 * gdb.base/frameapply.exp: Test faas without command.
3555
3556 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3559 Fortran tests.
3560 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3561 order.
3562
3563 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3566 casting to type with no kind specified.
3567 (test_basic_parsing_of_type_kinds): Additional tests for types
3568 with no kind specified, and add tests for single/double
3569 precision/complex types.
3570
3571 2019-12-04 Tom Tromey <tromey@adacore.com>
3572
3573 * gdb.base/endianity.c (struct other) <x>: New field.
3574 (main): Initialize it.
3575 * gdb.base/endianity.exp: Update.
3576
3577 2019-12-04 Tom Tromey <tromey@adacore.com>
3578
3579 * gdb.ada/scalar_storage/storage.adb: New file.
3580 * gdb.ada/scalar_storage/pck.adb: New file.
3581 * gdb.ada/scalar_storage/pck.ads: New file.
3582 * gdb.ada/scalar_storage.exp: New file.
3583
3584 2019-12-04 Tom Tromey <tromey@adacore.com>
3585
3586 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3587 (main): Initialize it.
3588 * gdb.base/endianity.exp: Update.
3589
3590 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3591
3592 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3593
3594 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3597 -symbol-info-module-functions and -symbol-info-module-variables.
3598
3599 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3602
3603 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3604 Andrew Burgess <andrew.burgess@embecosm.com>
3605
3606 * gdb.fortran/derived-type-striding.exp: New file.
3607 * gdb.fortran/derived-type-striding.f90: New file.
3608 * gdb.fortran/array-slices.exp: New file.
3609 * gdb.fortran/array-slices.f90: New file.
3610
3611 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3612
3613 * gdb.base/define.exp: Test . in command names.
3614 * gdb.base/setshow.exp: Update test, as . is now part of
3615 command name.
3616
3617 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3618
3619 * gdb.base/define-prefix.exp: New file.
3620
3621 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3622
3623 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3624 compile.
3625 (skip_btrace_pt_tests): Likewise.
3626
3627 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.fortran/info-modules.exp: Compile source files in correct
3630 order.
3631
3632 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3633
3634 * gdb.dwarf2/imported-unit.exp: New file.
3635 * gdb.dwarf2/imported-unit.c: New file.
3636
3637 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.mi/mi-fortran-modules-2.f90: New file.
3640 * gdb.mi/mi-fortran-modules.exp: New file.
3641 * gdb.mi/mi-fortran-modules.f90: New file.
3642
3643 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3644
3645 * gdb.mi/mi-sym-info-1.c: New file.
3646 * gdb.mi/mi-sym-info-2.c: New file.
3647 * gdb.mi/mi-sym-info.exp: New file.
3648
3649 2019-11-22 Tom Tromey <tromey@adacore.com>
3650
3651 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3652 * gdb.ada/tasks/foo.adb: Add another stopping location.
3653
3654 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3655
3656 * gdb.base/endianity.c: New test.
3657 * gdb.base/endianity.exp: New file.
3658
3659 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3660
3661 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3662
3663 2019-11-21 Tom de Vries <tdevries@suse.de>
3664
3665 PR gdb/24956
3666 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3667
3668 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3669
3670 * gdb.python/py-progspace.exp: Add missing parentheses on some
3671 'print' commands.
3672
3673 2019-11-19 Tom Tromey <tom@tromey.com>
3674
3675 * gdb.tui/winheight.exp: New file.
3676
3677 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.base/ctf-whatis.c: Delete.
3680 * gdb.base/ctf-whatis.exp: Delete.
3681 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3682
3683 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3684
3685 * gdb.base/ctf-cvexpr.exp: Delete.
3686 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3687
3688 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3689
3690 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3691 the compiler. Clean up header comment a little.
3692 * gdb.base/ctf-ptype.exp: Likewise.
3693 * gdb.base/ctf-whatis.exp: Likewise.
3694 * lib/gdb.exp (skip_ctf_tests): New proc.
3695
3696 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3697
3698 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3699 * gdb.tui/corefile-run.exp: New file.
3700
3701 2019-11-14 Tom Tromey <tromey@adacore.com>
3702
3703 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3704 regression tests.
3705
3706 2019-11-12 Tom Tromey <tom@tromey.com>
3707
3708 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3709 after any command. Expect prompt after WAIT_FOR is seen.
3710 (enter_tui): Enable resize messages.
3711 (command): Expect command in output.
3712 (get_line): Avoid error when cursor appears to be off-screen.
3713 (dump_screen): Include screen size in title.
3714 (_do_resize): New proc, from "resize".
3715 (resize): Rewrite. Do resize in two steps.
3716 * gdb.tui/empty.exp (layouts): Fix entries.
3717 (check_boxes): Remove xfail.
3718 (check_text): Dump screen on failure.
3719
3720 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.python/py-symbol.exp: Add test for
3723 gdb.lookup_static_symbols.
3724
3725 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.python/py-symbol.c: Declare and call function from new
3728 py-symbol-2.c file.
3729 * gdb.python/py-symbol.exp: Compile both source files, and add new
3730 tests for gdb.lookup_static_symbol.
3731 * gdb.python/py-symbol-2.c: New file.
3732
3733 2019-11-02 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3736 * gdb.base/anon.exp: Same.
3737 * gdb.base/auto-connect-native-target.exp: Same.
3738 * gdb.base/call-ar-st.exp: Same.
3739 * gdb.base/catch-syscall.exp: Same.
3740 * gdb.base/commands.exp: Same.
3741 * gdb.base/default.exp: Same.
3742 * gdb.base/display.exp: Same.
3743 * gdb.base/float.exp: Same.
3744 * gdb.base/foll-fork.exp: Same.
3745 * gdb.base/help.exp: Same.
3746 * gdb.base/info-macros.exp: Same.
3747 * gdb.base/info-proc.exp: Same.
3748 * gdb.base/info-target.exp: Same.
3749 * gdb.base/long_long.exp: Same.
3750 * gdb.base/macscp.exp: Same.
3751 * gdb.base/memattr.exp: Same.
3752 * gdb.base/nofield.exp: Same.
3753 * gdb.base/pointers.exp: Same.
3754 * gdb.base/printcmds.exp: Same.
3755 * gdb.base/ptype.exp: Same.
3756 * gdb.base/restore.exp: Same.
3757 * gdb.base/return.exp: Same.
3758 * gdb.base/scope.exp: Same.
3759 * gdb.base/set-noassign.exp: Same.
3760 * gdb.base/setshow.exp: Same.
3761 * gdb.base/shlib-call.exp: Same.
3762 * gdb.base/signals.exp: Same.
3763 * gdb.base/sigstep.exp: Same.
3764 * gdb.base/skip.exp: Same.
3765 * gdb.base/solib-symbol.exp: Same.
3766 * gdb.base/stap-probe.exp: Same.
3767 * gdb.base/step-line.exp: Same.
3768 * gdb.base/step-test.exp: Same.
3769 * gdb.base/style.exp: Same.
3770 * gdb.base/varargs.exp: Same.
3771 * gdb.base/vla-datatypes.exp: Same.
3772 * gdb.base/vla-ptr.exp: Same.
3773 * gdb.base/vla-sideeffect.exp: Same.
3774 * gdb.base/volatile.exp: Same.
3775 * gdb.base/watch-cond-infcall.exp: Same.
3776 * gdb.base/watchpoint.exp: Same.
3777
3778 2019-11-02 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3781 * gdb.cp/cpexprs.exp: Same.
3782 * gdb.cp/except-multi-location.exp: Same.
3783 * gdb.cp/exceptprint.exp: Same.
3784 * gdb.cp/gdb2384.exp: Same.
3785 * gdb.cp/inherit.exp: Same.
3786 * gdb.cp/m-static.exp: Same.
3787 * gdb.cp/meth-typedefs.exp: Same.
3788 * gdb.cp/misc.exp: Same.
3789 * gdb.cp/namespace.exp: Same.
3790 * gdb.cp/non-trivial-retval.exp: Same.
3791 * gdb.cp/overload.exp: Same.
3792 * gdb.cp/pr17132.exp: Same.
3793 * gdb.cp/re-set-overloaded.exp: Same.
3794 * gdb.cp/rvalue-ref-types.exp: Same.
3795 * gdb.cp/templates.exp: Same.
3796
3797 2019-11-01 Luis Machado <luis.machado@linaro.org>
3798
3799 PR gdb/25124
3800
3801 * gdb.arch/pr25124.S: New file.
3802 * gdb.arch/pr25124.exp: New file.
3803
3804 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3805
3806 * gdb.fortran/info-modules.exp: Update expected results, and add
3807 additional tests for 'info module functinos', and 'info module
3808 variables'.
3809 * gdb.fortran/info-types.exp: Update expected results.
3810 * gdb.fortran/info-types.f90: Extend testcase with additional
3811 module variables and functions.
3812
3813 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3814
3815 * gdb.fortran/info-modules.exp: New file.
3816 * gdb.fortran/info-types.exp: Build with new file.
3817 * gdb.fortran/info-types.f90: Include and use new module.
3818 * gdb.fortran/info-types-2.f90: New file.
3819
3820 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3821
3822 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3823 * gdb.base/settings.exp: Test all settings types using
3824 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3825 that now verifies that the value of "maint show" is the same as
3826 returned by the settings functions. Test the type of the
3827 maintenance settings.
3828 * gdb.base/default.exp: Update show_conv_list.
3829
3830 2019-10-31 Tom de Vries <tdevries@suse.de>
3831
3832 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3833 gdb_test.
3834 * gdb.arch/amd64-disp-step.exp: Same.
3835 * gdb.asm/asm-source.exp: Same.
3836 * gdb.btrace/buffer-size.exp: Same.
3837 * gdb.btrace/cpu.exp: Same.
3838 * gdb.btrace/enable.exp: Same.
3839 * gdb.dwarf2/count.exp: Same.
3840 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3841 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3842 * gdb.fortran/vla-datatypes.exp: Same.
3843 * gdb.fortran/vla-history.exp: Same.
3844 * gdb.fortran/vla-ptype.exp: Same.
3845 * gdb.fortran/vla-value.exp: Same.
3846 * gdb.fortran/whatis_type.exp: Same.
3847 * gdb.guile/guile.exp: Same.
3848 * gdb.multi/tids.exp: Same.
3849 * gdb.python/py-finish-breakpoint.exp: Same.
3850 * gdb.python/py-framefilter.exp: Same.
3851 * gdb.python/py-pp-registration.exp: Same.
3852 * gdb.python/py-xmethods.exp: Same.
3853 * gdb.python/python.exp: Same.
3854 * gdb.server/connect-with-no-symbol-file.exp: Same.
3855 * gdb.server/no-thread-db.exp: Same.
3856 * gdb.server/run-without-local-binary.exp: Same.
3857 * gdb.stabs/weird.exp: Same.
3858 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3859 * gdb.threads/thread-find.exp: Same.
3860 * gdb.threads/tls-shared.exp: Same.
3861 * gdb.threads/tls.exp: Same.
3862 * gdb.threads/wp-replication.exp: Same.
3863 * gdb.trace/ax.exp: Same.
3864 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3865
3866 2019-10-31 Tom de Vries <tdevries@suse.de>
3867
3868 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3869 * gdb.ada/array_subscript_addr.exp: Same.
3870 * gdb.ada/arrayidx.exp: Same.
3871 * gdb.ada/arrayparam.exp: Same.
3872 * gdb.ada/arrayptr.exp: Same.
3873 * gdb.ada/boolean_expr.exp: Same.
3874 * gdb.ada/call_pn.exp: Same.
3875 * gdb.ada/complete.exp: Same.
3876 * gdb.ada/fixed_cmp.exp: Same.
3877 * gdb.ada/fun_addr.exp: Same.
3878 * gdb.ada/funcall_param.exp: Same.
3879 * gdb.ada/interface.exp: Same.
3880 * gdb.ada/mod_from_name.exp: Same.
3881 * gdb.ada/null_array.exp: Same.
3882 * gdb.ada/packed_array.exp: Same.
3883 * gdb.ada/packed_tagged.exp: Same.
3884 * gdb.ada/print_chars.exp: Same.
3885 * gdb.ada/print_pc.exp: Same.
3886 * gdb.ada/ptype_arith_binop.exp: Same.
3887 * gdb.ada/ptype_field.exp: Same.
3888 * gdb.ada/ptype_tagged_param.exp: Same.
3889 * gdb.ada/rec_return.exp: Same.
3890 * gdb.ada/ref_tick_size.exp: Same.
3891 * gdb.ada/str_ref_cmp.exp: Same.
3892 * gdb.ada/taft_type.exp: Same.
3893 * gdb.ada/tagged.exp: Same.
3894 * gdb.ada/type_coercion.exp: Same.
3895 * gdb.ada/uninitialized_vars.exp: Same.
3896
3897 2019-10-30 Tom de Vries <tdevries@suse.de>
3898
3899 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3900
3901 2019-10-26 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.base/bigcore.c: Fix typos in comments.
3904 * gdb.base/ctf-ptype.c: Same.
3905 * gdb.base/long_long.c: Same.
3906 * gdb.dwarf2/dw2-op-out-param.S: Same.
3907 * gdb.python/py-evthreads.c: Same.
3908 * gdb.reverse/i387-stack-reverse.c: Same.
3909 * gdb.trace/tfile.c: Same.
3910 * lib/compiler.c: Same.
3911 * lib/compiler.cc: Same.
3912
3913 2019-10-25 Tom de Vries <tdevries@suse.de>
3914
3915 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3916 gdb_test_multiple calls.
3917 * gdb.reverse/sigall-reverse.exp: Same.
3918 * gdb.reverse/solib-precsave.exp: Same.
3919 * gdb.reverse/solib-reverse.exp: Same.
3920 * gdb.reverse/until-precsave.exp: Same.
3921 * gdb.reverse/until-reverse.exp: Same.
3922
3923 2019-10-24 Tom de Vries <tdevries@suse.de>
3924
3925 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3926 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3927 kfail using -wrap pattern flag and convenience variable
3928 gdb_test_name.
3929
3930 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.python/py-progspace.exp: Add tests for the
3933 Progspace.block_for_pc method.
3934
3935 2019-10-23 Tom Tromey <tom@tromey.com>
3936
3937 * configure: Rebuild.
3938 * aclocal.m4: Use m4_include, not sinclude.
3939
3940 2019-10-21 Tom de Vries <tdevries@suse.de>
3941
3942 * gdb.base/infcall-nested-structs.c: Add
3943 __attribute__((noinline,noclone)) to all functions.
3944 (call_all): Add missing variable initialization. Simplify return value.
3945 (breakpt): Increment volatile variable, to prevent call from being
3946 optimized out.
3947 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3948
3949 2019-10-17 Tom de Vries <tdevries@suse.de>
3950
3951 * gdb.fortran/module.exp: Allow info variables to print info for files
3952 other than module.f90.
3953
3954 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3955
3956 * gdb.fortran/module.exp: Extend with 'info variables' test.
3957
3958 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3959
3960 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3961 F77_FOR_TARGET.
3962
3963 2019-10-16 Tom de Vries <tdevries@suse.de>
3964
3965 PR tdep/25096
3966 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3967
3968 2019-10-16 Tom de Vries <tdevries@suse.de>
3969
3970 PR tdep/24104
3971 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3972 Add KFAIL for PR tdep/25096.
3973
3974 2019-10-16 Tom de Vries <tdevries@suse.de>
3975
3976 PR testsuite/25059
3977 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3978
3979 2019-10-16 Tom de Vries <tdevries@suse.de>
3980
3981 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3982 as signed.
3983
3984 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3985
3986 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3987 one instead of increasing timeout.
3988
3989 2019-10-13 Tom de Vries <tdevries@suse.de>
3990
3991 PR record/25038
3992 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3993 * gdb.reverse/sigall-reverse.exp: Same.
3994 * gdb.reverse/solib-precsave.exp: Same.
3995 * gdb.reverse/solib-reverse.exp: Same.
3996 * gdb.reverse/step-precsave.exp: Same.
3997 * gdb.reverse/until-precsave.exp: Same.
3998 * gdb.reverse/until-reverse.exp: Same.
3999 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4000
4001 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4002
4003 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4004 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4005 (cmp_struct_05_01, cmp_struct_static_02_01)
4006 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4007 comparisons.
4008
4009 2019-10-10 Tom de Vries <tdevries@suse.de>
4010
4011 PR testsuite/24888
4012 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4013 gnatlink.
4014
4015 2019-10-09 Tom de Vries <tdevries@suse.de>
4016
4017 PR testsuite/25048
4018 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4019
4020 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4023 exceptions due to missing debug information.
4024
4025 2019-10-07 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4028
4029 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4030
4031 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4032 * gdb.base/annota1.exp: Update to use gdb_test_name.
4033
4034 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4035
4036 * gdb.base/ctf-whatis.exp: New file.
4037 * gdb.base/ctf-whatis.c: New file.
4038 * gdb.base/ctf-ptype.exp: New file.
4039 * gdb.base/ctf-ptype.c: New file.
4040 * gdb.base/ctf-constvars.exp: New file.
4041 * gdb.base/ctf-constvars.c: New file.
4042 * gdb.base/ctf-cvexpr.exp: New file.
4043
4044 2019-10-04 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4047 for loop.
4048
4049 2019-10-03 Tom Tromey <tom@tromey.com>
4050
4051 PR rust/24976:
4052 * gdb.rust/simple.rs (Union2): New type.
4053 (main): Use Union2.
4054 * gdb.rust/simple.exp: Add test.
4055
4056 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4059 nested function prefix.
4060
4061 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4062 Richard Bunt <richard.bunt@arm.com>
4063 Andrew Burgess <andrew.burgess@embecosm.com>
4064
4065 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4066 nested functions.
4067 * gdb.fortran/nested-funcs.f90: Update expected results.
4068 * gdb.fortran/nested-funcs-2.exp: New file.
4069 * gdb.fortran/nested-funcs-2.f90: New file.
4070
4071 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4072
4073 * gdb.python/py-parameter.exp: Make test names unique.
4074 * gdb.python/py-template.exp: Likewise.
4075 * gdb.python/py-value.exp: Likewise.
4076
4077 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4078
4079 * gdb.base/break-interp.exp: Reduce test name duplication.
4080 * gdb.base/call-sc.exp: Likewise.
4081 * gdb.base/callfuncs.exp: Likewise.
4082 * gdb.base/charset.exp: Likewise.
4083 * gdb.base/dump.exp: Likewise.
4084 * gdb.base/ena-dis-br.exp: Likewise.
4085 * gdb.base/relational.exp: Likewise.
4086 * gdb.base/step-over-syscall.exp: Likewise.
4087 * gdb.base/structs.exp: Likewise.
4088
4089 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * gdb.linespec/explicit.exp: Make test names unique.
4092 * gdb.linespec/ls-errs.exp: Likewise.
4093
4094 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * gdb.reverse/break-precsave.exp: Make test names unique.
4097 * gdb.reverse/break-reverse.exp: Likewise.
4098 * gdb.reverse/finish-precsave.exp: Likewise.
4099 * gdb.reverse/finish-reverse.exp: Likewise.
4100 * gdb.reverse/machinestate-precsave.exp: Likewise.
4101 * gdb.reverse/machinestate.exp: Likewise.
4102 * gdb.reverse/readv-reverse.exp: Likewise.
4103 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4104 * gdb.reverse/sigall-precsave.exp: Likewise.
4105 * gdb.reverse/sigall-reverse.exp: Likewise.
4106 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4107 * gdb.reverse/watch-precsave.exp: Likewise.
4108 * gdb.reverse/watch-reverse.exp: Likewise.
4109
4110 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4111
4112 * gdb.threads/stop-with-handle.c: New file.
4113 * gdb.threads/stop-with-handle.exp: New file.
4114
4115 2019-10-03 Tom de Vries <tdevries@suse.de>
4116
4117 PR testsuite/25059
4118 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4119 directory" line to be missing.
4120
4121 2019-10-03 Tom de Vries <tdevries@suse.de>
4122
4123 PR testsuite/25059
4124 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4125 type optional.
4126
4127 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4128
4129 * gdb.python/py-format-string.c (string.h): New include.
4130 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4131 the same value, for endianness-independence.
4132 * gdb.python/py-format-string.exp (default_regexp_dict)
4133 (test_pretty_structs, test_format): Adjust expected output to the
4134 changed initialization.
4135
4136 2019-10-02 Tom Tromey <tromey@adacore.com>
4137
4138 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4139
4140 2019-10-02 Pedro Alves <palves@redhat.com>
4141 Andrew Burgess <andrew.burgess@embecosm.com>
4142
4143 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4144 "print-file-var.h".
4145 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4146 (get_version_1): Print this_version_id and its address.
4147 Add extern "C" wrappers around interface functions.
4148 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4149 "print-file-var.h".
4150 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4151 (get_version_2): Print this_version_id and its address.
4152 Add extern "C" wrappers around interface functions.
4153 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4154 <stddef.h> and "print-file-var.h".
4155 Add extern "C" wrappers around interface functions.
4156 [VERSION_ID_MAIN] (this_version_id): Define.
4157 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4158 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4159 up extern "C" blocks.
4160 * gdb.base/print-file-var.exp (test): New, factored out from top
4161 level.
4162 (top level): Test all combinations of attribute hidden or not,
4163 dlopen or not, and this_version_id symbol in main file or not.
4164 Compile tests as both C++ and C, make test names unique.
4165
4166 2019-10-01 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.base/style.exp: Test "show logging filename".
4169
4170 2019-10-01 Tom Tromey <tom@tromey.com>
4171
4172 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4173 * gdb.base/style.exp: Add metadata style test.
4174
4175 2019-10-01 Tom Tromey <tom@tromey.com>
4176
4177 * gdb.base/style.exp: Test "pwd".
4178
4179 2019-10-01 Tom Tromey <tom@tromey.com>
4180
4181 * gdb.base/style.exp: Update tests.
4182
4183 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4184
4185 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4186 'six' to unsigned.
4187 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4188 'five'. Use an all-ones bit pattern for each.
4189 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4190 to its changed values.
4191
4192 2019-09-30 Tom Tromey <tromey@adacore.com>
4193
4194 * gdb.rust/traits.rs: Disable all warnings.
4195
4196 2019-09-29 Tom de Vries <tdevries@suse.de>
4197
4198 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4199
4200 2019-09-29 Tom de Vries <tdevries@suse.de>
4201
4202 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4203
4204 2019-09-27 Tom de Vries <tdevries@suse.de>
4205
4206 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4207
4208 2019-09-27 Tom de Vries <tdevries@suse.de>
4209
4210 PR record/23188
4211 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4212
4213 2019-09-26 Tom Tromey <tromey@adacore.com>
4214
4215 * gdb.ada/py_taft.exp: New file.
4216 * gdb.ada/py_taft/main.adb: New file.
4217 * gdb.ada/py_taft/pkg.adb: New file.
4218 * gdb.ada/py_taft/pkg.ads: New file.
4219
4220 2019-09-24 Tom de Vries <tdevries@suse.de>
4221
4222 PR gdb/24598
4223 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4224
4225 2019-09-22 Tom de Vries <tdevries@suse.de>
4226
4227 * gdb.base/restore.exp: Allow register variables to be optimized out at
4228 -O0.
4229
4230 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4231
4232 * gdb.arch/spu-info.exp: Remove file.
4233 * gdb.arch/spu-info.c: Remove file.
4234 * gdb.arch/spu-ls.exp: Remove file.
4235 * gdb.arch/spu-ls.c: Remove file.
4236
4237 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4238 * gdb.asm/spu.inc: Remove file.
4239
4240 * gdb.base/dump.exp: Remove support for spu*-*-*.
4241 * gdb.base/stack-checking.exp: Likewise.
4242 * gdb.base/overlays.exp: Likewise.
4243 * gdb.base/ovlymgr.c: Likewise.
4244 * gdb.base/spu.ld: Remove file.
4245
4246 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4247 * gdb.cp/cpexprs.exp: Likewise.
4248 * gdb.cp/exception.exp: Likewise.
4249 * gdb.cp/gdb2495.exp: Likewise.
4250 * gdb.cp/mb-templates.exp: Likewise.
4251 * gdb.cp/pr9167.exp: Likewise.
4252 * gdb.cp/userdef.exp: Likewise.
4253
4254 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4255
4256 * gdb.cell: Remove directory.
4257 * lib/cell.exp: Remove file.
4258
4259 2019-09-19 Tom de Vries <tdevries@suse.de>
4260
4261 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4262
4263 2019-09-19 Tom de Vries <tdevries@suse.de>
4264
4265 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4266
4267 2019-09-19 Tom de Vries <tdevries@suse.de>
4268
4269 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4270 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4271 (gdb_target_cmd): ... here.
4272 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4273 value 2.
4274
4275 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.base/source-dir.exp: Avoid having directory names in test
4278 names.
4279
4280 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4281
4282 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4283 directory.
4284
4285 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * gdb.base/list-missing-source.exp: New file.
4288
4289 2019-09-14 Tom de Vries <tdevries@suse.de>
4290
4291 PR teststuite/24599
4292 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4293 * lib/ada.exp (gnatmake_version_at_least): New proc.
4294
4295 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.base/maint.exp: Use exec_has_index_section.
4298
4299 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * gdb.base/maint.exp: Add test for 'maint info sections'.
4302
4303 2019-09-12 Tom de Vries <tdevries@suse.de>
4304
4305 * gdb.base/store.exp: Allow register variables to be optimized out at
4306 -O0.
4307
4308 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4309
4310 * gdb.ada/rdv_wait.exp: Update to new task names.
4311 * gdb.base/task_switch_in_core.exp: Likewise.
4312 * gdb.base/info_sources_base.c: Likewise.
4313
4314 2019-09-10 Tom Tromey <tromey@adacore.com>
4315
4316 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4317
4318 2019-09-10 Tom Tromey <tromey@adacore.com>
4319
4320 * gdb.ada/dgopt.exp: New file.
4321 * gdb.ada/dgopt/x.adb: New file.
4322
4323 2019-09-08 Tom Tromey <tom@tromey.com>
4324
4325 * gdb.tui/resize.exp: Remove setup_xfail.
4326 * gdb.tui/regs.exp: Remove setup_xfail.
4327 * gdb.tui/basic.exp: Remove setup_xfail.
4328
4329 2019-09-06 David Blaikie <dblaikie@gmail.com>
4330
4331 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4332 * gdb.cp/cplabel.exp: Ditto.
4333 * gdb.linespec/ls-errs.exp: Ditto.
4334
4335 2019-09-05 Tom de Vries <tdevries@suse.de>
4336
4337 * lib/gdb.exp (cmp_file_string): New proc.
4338 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4339 runto_main. Verify save breakpoints output.
4340
4341 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4342
4343 * gdb.base/info-var.exp: Test info variables without running
4344 to main, to avoid expect's buffer overflow.
4345
4346 2019-09-03 Tom Tromey <tromey@adacore.com>
4347
4348 * gdb.ada/bias.exp: New file.
4349 * gdb.ada/bias/bias.adb: New file.
4350 * gdb.ada/print_chars.exp: Add regression test.
4351 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4352 (MC): New variable.
4353
4354 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4355
4356 * gdb.base/argv0-symlink.exp: Run only on native target
4357 and local host.
4358
4359 2019-08-29 Tom de Vries <tdevries@suse.de>
4360
4361 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4362 diverse debug info.
4363 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4364
4365 2019-08-28 Tom de Vries <tdevries@suse.de>
4366
4367 * gdb.base/info-var.exp: Allow info variables to print info for files
4368 other than info-var-f1.c and info-var-f2.c.
4369
4370 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4371
4372 * gdb.fortran/info-types.exp: Add module.
4373 * gdb.fortran/info-types.f90: Update expected results.
4374
4375 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.fortran/info-types.exp: New file.
4378 * gdb.fortran/info-types.f90: New file.
4379 * lib/fortran.exp (fortran_character1): New proc.
4380
4381 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4382
4383 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4384 functions'. Reindent as needed.
4385 * gdb.base/info-var-f1.c: New file.
4386 * gdb.base/info-var-f2.c: New file.
4387 * gdb.base/info-var.exp: New file.
4388 * gdb.base/info-var.h: New file.
4389
4390 2019-08-26 Tom de Vries <tdevries@suse.de>
4391
4392 PR c++/24852
4393 * gdb.cp/no-libstdcxx-probe.exp: New test.
4394
4395 2019-08-26 Tom de Vries <tdevries@suse.de>
4396
4397 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4398 * tests need to be skipped.
4399 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4400 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4401 mi_skip_libstdcxx_probe_tests.
4402
4403 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4404
4405 * gdb.python/py-xmethods.exp: Use raw strings when passing
4406 arguments to SimpleXMethodMatcher.
4407
4408 2019-08-22 Tom de Vries <tdevries@suse.de>
4409
4410 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4411 more informative.
4412
4413 2019-08-21 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.base/with.exp: Test "with" with no arguments.
4416
4417 2019-08-21 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.base/gdb-caching-proc.exp: Sort files.
4420
4421 2019-08-20 Tom de Vries <tdevries@suse.de>
4422
4423 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4424 compilation.
4425
4426 2019-08-16 Tom de Vries <tdevries@suse.de>
4427
4428 * gdb.base/compare-sections.exp ("after run to main"): Allow
4429 mismatched read-only sections for PIE executables.
4430
4431 2019-08-16 Tom Tromey <tom@tromey.com>
4432
4433 * lib/tuiterm.exp (_csi_Z): New proc.
4434 * gdb.tui/basic.exp: Update window positions.
4435 * gdb.tui/empty.exp: Update window positions.
4436
4437 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4438
4439 * gdb.base/examine-backward.exp: Correct regexp for
4440 "examine 3 bytes backward from ${address_zero}".
4441
4442 2019-08-15 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.tui/empty.exp: Enable resizing tests.
4445
4446 2019-08-15 Tom Tromey <tromey@adacore.com>
4447
4448 * gdb.ada/char_enum.exp: Add regression tests.
4449 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4450 and '0'.
4451 (Char, Gchar): Update.
4452 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4453
4454 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4455
4456 * gdb.python/python.exp: Expect a leading underscore on
4457 GdbOutput{,Error}File.
4458
4459 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4460
4461 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4462 Windows host.
4463
4464 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4465
4466 * gdb.base/batch-preserve-term-settings.exp
4467 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4468
4469 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4470
4471 * lib/gdb.exp: When running on a mingw target, replace
4472 /x/ with x:/.
4473
4474 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4475
4476 * gdb.arch/aarch64-prologue.c: New test.
4477 * gdb.arch/aarch64-prologue.exp: New file.
4478
4479 2019-08-13 Tom de Vries <tdevries@suse.de>
4480
4481 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4482 Thread.
4483
4484 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4485
4486 * gdb.python/py-completion.exp: Download the .py file to the host
4487 and use its host pathname. Conditionalize tests that use
4488 tab completion and manipulate files on the build machine.
4489 * gdb.python/py-events.exp: Download the .py file to the host
4490 and use its host pathname.
4491 * gdb.python/py-evsignal.exp: Likewise.
4492 * gdb.python/py-evthreads.exp: Likewise.
4493 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4494 pathname syntax.
4495 * gdb.python/py-framefilter.exp: Download the .py file to the right
4496 place on the host. Match Windows pathname syntax.
4497 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4498 .py file to the host and use its host pathname.
4499 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4500 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4501 build pathname. Skip symlink test on Windows host. Add missing
4502 newline at end of file.
4503 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4504 and use its host pathname.
4505 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4506 * gdb.python/py-section-script.exp: Use host location of binfile
4507 on safe-path. Use correct path separator on Windows host.
4508 Reorder alternatives in gdb_test_multiple to prevent matching
4509 the wrong alternative on success.
4510 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4511
4512 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4513
4514 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4515 expect the GDB inferior to no longer immediately stop after
4516 being resumed with "signal SIGINT".
4517
4518 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4519
4520 * gdb.linespec/break-ask.exp: Generalize regexps to match
4521 Windows pathnames too.
4522
4523 2019-08-08 Tom de Vries <tdevries@suse.de>
4524
4525 PR testsuite/24862
4526 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4527
4528 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4529
4530 * gdb.base/style.exp: Update tests for help doc new invariants.
4531 * gdb.base/help.exp: Likewise.
4532
4533 2019-08-06 Tom Tromey <tom@tromey.com>
4534
4535 * gdb.base/style.exp: Add disassemble test.
4536 * gdb.base/style.c (some_called_function): New function.
4537 (main): Use it.
4538
4539 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4540
4541 * gdb.python/py-block.exp: Test dictionary access on blocks.
4542
4543 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4544
4545 PR gdb/24863
4546 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4547 -list-thread-groups --available test when running under
4548 check-read1.
4549
4550 2019-08-05 Tom de Vries <tdevries@suse.de>
4551
4552 PR testsuite/24863
4553 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4554 * gdb.base/help.exp: Use with_read1_timeout_factor.
4555 * gdb.base/info-macros.exp: Same.
4556 * gdb.cp/nested-types.exp: Same.
4557
4558 2019-08-05 Tom de Vries <tdevries@suse.de>
4559
4560 * lib/gdb.exp (version_at_least): Factor out of ...
4561 (tcl_version_at_least): ... here.
4562 (gdb_compile): Fail if pie results in non-PIE executable.
4563 (readelf_version, readelf_prints_pie): New proc.
4564 (exec_is_pie): Return -1 if unknown.
4565
4566 2019-08-05 Tom de Vries <tdevries@suse.de>
4567
4568 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4569
4570 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4571
4572 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4573
4574 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4575
4576 * lib/completion-support.exp (test_gdb_complete_none): Skip
4577 tab completion tests if no readline support.
4578 (test_gdb_complete_unique_re): Likewise.
4579 (test_gdb_complete_multiple): Likewise.
4580
4581 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4582
4583 * gdb.base/info_sources.exp: New file.
4584 * gdb.base/info_sources.c: New file.
4585 * gdb.base/info_sources_base.c: New file.
4586
4587 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4588
4589 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4590 prefix argument.
4591 (test_exit_status): Add prefix argument.
4592
4593 2019-08-01 Tom de Vries <tdevries@suse.de>
4594
4595 PR testsuite/24863
4596 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4597 calling exp_continue for new thread and thread exited messages.
4598
4599 2019-08-01 Tom de Vries <tdevries@suse.de>
4600
4601 PR testsuite/24863
4602 * gdb.base/structs.exp: Fix check-read1 timeout using
4603 gdb_test_sequence.
4604 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4605
4606 2019-08-01 Tom de Vries <tdevries@suse.de>
4607
4608 PR testsuite/24863
4609 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4610 line.
4611
4612 2019-08-01 Tom de Vries <tdevries@suse.de>
4613
4614 PR testsuite/24863
4615 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4616
4617 2019-07-30 Tom Tromey <tromey@adacore.com>
4618
4619 * gdb.ada/display_nested.exp: New file.
4620 * gdb.ada/display_nested/foo.adb: New file.
4621 * gdb.ada/display_nested/pack.adb: New file.
4622 * gdb.ada/display_nested/pack.ads: New file.
4623
4624 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4625
4626 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4627 namespace.
4628 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4629
4630 2019-07-30 Tom de Vries <tdevries@suse.de>
4631
4632 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4633 instead.
4634
4635 2019-07-30 Tom de Vries <tdevries@suse.de>
4636
4637 PR testsuite/24834
4638 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4639 (exec_is_pie): New proc.
4640
4641 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4642
4643 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4644
4645 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4646
4647 * gdb.python/py-objfile.c: Add global and static vars.
4648 * gdb.python/py-objfile.exp: Test new functions Objfile.
4649 lookup_global_symbol and lookup_static_symbol.
4650
4651 2019-07-29 Tom Tromey <tom@tromey.com>
4652
4653 * lib/tuiterm.exp (Term::_csi_@): New proc.
4654 (Term::_csi_X): Don't move cursor.
4655
4656 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4657
4658 * gdb.base/options.exp: Update backtrace - completion to
4659 new option -frame-info.
4660 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4661 Test new 'set print frame-info'. Test backtrace -frame-info
4662 overriding 'set print frame-info'.
4663 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4664 Test new 'set print frame-info'.
4665 Verify consistency of backtrace with and without filters, with and
4666 without -no-filters.
4667 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4668 default.
4669
4670 2019-07-29 Tom de Vries <tdevries@suse.de>
4671
4672 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4673 no arguments".
4674
4675 2019-07-29 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4678 is a substring of the first for "complete non-unique file name".
4679
4680 2019-07-29 Tom de Vries <tdevries@suse.de>
4681
4682 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4683 with ".*".
4684
4685 2019-07-29 Tom de Vries <tdevries@suse.de>
4686
4687 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4688 Pass prompt_regexp parameter to gdb_test_multiple calls.
4689
4690 2019-07-29 Tom de Vries <tdevries@suse.de>
4691
4692 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4693 print registers" regexps.
4694
4695 2019-07-29 Tom de Vries <tdevries@suse.de>
4696
4697 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4698
4699 2019-07-29 Tom de Vries <tdevries@suse.de>
4700
4701 PR gdb/24855
4702 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4703 (skip_python_tests_prompt): Add prompt_regexp argument to
4704 gdb_test_multiple calls.
4705
4706 2019-07-27 Tom Tromey <tom@tromey.com>
4707
4708 * gdb.tui/main.exp: New file.
4709
4710 2019-07-27 Tom Tromey <tom@tromey.com>
4711
4712 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4713 optional.
4714 * gdb.tui/empty.exp: New file.
4715
4716 2019-07-27 Tom Tromey <tom@tromey.com>
4717
4718 * lib/tuiterm.exp (spawn): New proc.
4719 (Term::resize): New proc.
4720 * gdb.tui/resize.exp: New file.
4721
4722 2019-07-27 Tom Tromey <tom@tromey.com>
4723
4724 * gdb.tui/list.exp: New file.
4725
4726 2019-07-27 Tom Tromey <tom@tromey.com>
4727
4728 * gdb.tui/regs.exp: New file.
4729
4730 2019-07-27 Tom Tromey <tom@tromey.com>
4731
4732 * gdb.tui/basic.exp: Add "layout split" test.
4733
4734 2019-07-27 Tom Tromey <tom@tromey.com>
4735
4736 * gdb.tui/basic.exp: Add "layout asm" test.
4737
4738 2019-07-27 Tom Tromey <tom@tromey.com>
4739
4740 * lib/tuiterm.exp: New file.
4741 * gdb.tui/basic.exp: New file.
4742
4743 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4744
4745 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4746 Enable tests associated with this flag. Adjust regex
4747 referencing "foo_low" to now refer to "foo_cold" instead.
4748
4749 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4750
4751 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4752 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4753 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4754 foo_cold. Revise comments to match.
4755 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4756 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4757 were wrapped into this proc; Call do_test in loop from outermost
4758 level.
4759 (foo_low): Rename all occurrences to "foo_cold".
4760 (backtrace from baz): New test.
4761 (x2/i foo_cold): New test.
4762 (info line *foo_cold): New test.
4763
4764 2019-07-26 Tom de Vries <tdevries@suse.de>
4765
4766 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4767
4768 2019-07-25 Tom de Vries <tdevries@suse.de>
4769
4770 PR testsuite/24830
4771 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4772 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4773 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4774 (skip_libstdcxx_probe_tests): ... here.
4775 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4776
4777 2019-07-24 Tom de Vries <tdevries@suse.de>
4778
4779 PR testsuite/24807
4780 * gdb.objc/basicclass.m: Include stdio.h.
4781 * gdb.objc/nondebug.m: Same.
4782 * gdb.objc/objcdecode.m: Same.
4783
4784 2019-07-24 Tom de Vries <tdevries@suse.de>
4785
4786 PR testsuite/24612
4787 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4788 additional_flags.
4789
4790 2019-07-24 Tom de Vries <tdevries@suse.de>
4791
4792 PR testsuite/24831
4793 * gdb.multi/tids.exp: Update error messages for info threads.
4794
4795 2019-07-24 Tom de Vries <tdevries@suse.de>
4796
4797 * gdb.base/info-types.exp: Allow info types to print info for more than
4798 one file.
4799
4800 2019-07-23 Tom de Vries <tdevries@suse.de>
4801
4802 PR testsuite/24842
4803 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4804 gdb_spawn_with_cmdline_opts.
4805
4806 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4807
4808 * gdb.arch/arm-cmse-sgstubs.c: New test.
4809 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4810
4811 2019-07-23 Tom de Vries <tdevries@suse.de>
4812
4813 PR testsuite/24711
4814 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4815 issuing next command.
4816
4817 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * gdb.ada/info_auto_lang.exp: Update expected results.
4820 * gdb.base/info-types.c: Add additional types to check.
4821 * gdb.base/info-types.exp: Update expected results.
4822
4823 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4824
4825 * gdb.base/info-types.c: New file.
4826 * gdb.base/info-types.exp: New file.
4827
4828 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.arch/riscv-bp-infcall.c: New file.
4831 * gdb.arch/riscv-bp-infcall.exp: New file.
4832
4833 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4834
4835 PR breakpoints/24541
4836 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4837
4838 2019-07-14 Tom de Vries <tdevries@suse.de>
4839
4840 PR testsuite/24760
4841 * gdb.objc/basicclass.exp: Fix unterminated string.
4842
4843 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4844 Andrew Burgess <andrew.burgess@embecosm.com>
4845
4846 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4847 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4848 negative bounds.
4849 * gdb.fortran/vla-value.exp: Print elements of an array with
4850 negative bounds.
4851 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4852 testing.
4853
4854 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4855
4856 * gdb.base/options.exp (expect_string): Dequote strings in
4857 results.
4858 (test-string): Test strings with different quoting and reindent.
4859
4860 2019-07-10 Tom Tromey <tromey@adacore.com>
4861
4862 * gdb.ada/mi_ex_cond.exp: Update expected results.
4863 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4864 * gdb.ada/mi_catch_ex.exp: Update expected results.
4865 * gdb.ada/mi_catch_assert.exp: Update expected results.
4866 * gdb.ada/catch_ex.exp (catch_exception_info)
4867 (catch_exception_entry, catch_assert_entry)
4868 (catch_unhandled_entry): Update.
4869 * gdb.ada/catch_assert_if.exp: Update expected results.
4870
4871 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4872 Stephen Roberts <stephen.roberts@arm.com>
4873
4874 * gdb.base/define.exp: Restore original prompt.
4875
4876 2019-07-09 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4879 breakpoints" output.
4880 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4881 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4882 throw" creates breakpoint.
4883 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4884 'type="catchpoint"'.
4885
4886 2019-07-09 Pedro Alves <palves@redhat.com>
4887
4888 PR c++/15468
4889 * gdb.cp/except-multi-location-lib.cc: New.
4890 * gdb.cp/except-multi-location-main.cc: New.
4891 * gdb.cp/except-multi-location.exp: New.
4892
4893 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4894
4895 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4896 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4897 argument and update callers.
4898
4899 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * gdb.arch/amd64-break-on-asm-line.S: New file.
4902 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4903
4904 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4905
4906 * gdb.base/printcmds.exp: Test printing C string and
4907 C wide string convenience vars without transiting via the inferior.
4908 Also make test names unique.
4909
4910 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4911
4912 PR breakpoints/25011
4913 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4914
4915 2019-07-04 Pedro Alves <palves@redhat.com>
4916
4917 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4918 body returned ok(0), break(3) or continue(4).
4919 * gdb.testsuite/foreach_with_prefix.exp: New file.
4920
4921 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4922
4923 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4924
4925 2019-07-03 Pedro Alves <palves@redhat.com>
4926
4927 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4928 "return -code".
4929
4930 2019-07-03 Pedro Alves <palves@redhat.com>
4931
4932 PR cli/24732
4933 * gdb.base/shell.exp: Load completion-support.exp.
4934 Adjust expected error output. Add completion tests.
4935
4936 2019-07-03 Pedro Alves <palves@redhat.com>
4937
4938 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4939 string_to_regexp.
4940
4941 2019-07-03 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4944 (expect_integer): Adjust to expect "-string".
4945 (expect_string): New.
4946 (all_options): Expect "-string".
4947 (test-flag, test-boolean): Adjust to expect "-string".
4948 (test-string): New proc.
4949 (top level): Call it.
4950
4951 2019-07-03 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4954 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4955 the expected output in the success.
4956
4957 2019-07-03 Pedro Alves <palves@redhat.com>
4958
4959 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4960 Split one gdb_test_multiple call in two to avoid a race.
4961
4962 2019-07-03 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.base/with.c: New file.
4965 * gdb.base/with.exp: New file.
4966
4967 2019-07-03 Pedro Alves <palves@redhat.com>
4968
4969 * gdb.base/settings.exp: Replace all references to "maint
4970 test-settings set" with references to "maint set test-settings",
4971 and all references to "maint test-settings show" with references
4972 to "maint show test-settings".
4973
4974 2019-07-03 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/settings.exp (test-string): Adjust expected out when
4977 testing "maint test-settings show filename"
4978
4979 2019-07-02 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/options.exp (test-info-threads): New procedure.
4982 (top level): Call it.
4983
4984 2019-06-28 Tom Tromey <tromey@adacore.com>
4985
4986 * gdb.dwarf2/ada-linkage-name.c: New file.
4987 * gdb.dwarf2/ada-linkage-name.exp: New file.
4988
4989 2019-06-27 Tom Tromey <tromey@adacore.com>
4990
4991 PR c++/20020:
4992 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4993
4994 2019-06-26 Tom de Vries <tdevries@suse.de>
4995
4996 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4997
4998 2019-06-26 Tom de Vries <tdevries@suse.de>
4999
5000 * gdb.base/index-cache.exp: Add back missing debug option.
5001
5002 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5003
5004 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5005
5006 2019-06-25 Tom de Vries <tdevries@suse.de>
5007
5008 PR testsuite/24727
5009 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5010
5011 2019-06-24 Tom de Vries <tdevries@suse.de>
5012
5013 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5014
5015 2019-06-24 Tom de Vries <tdevries@suse.de>
5016
5017 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5018 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5019 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5020
5021 2019-06-24 Tom de Vries <tdevries@suse.de>
5022
5023 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5024
5025 2019-06-21 Tom de Vries <tdevries@suse.de>
5026
5027 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5028
5029 2019-06-21 Tom de Vries <tdevries@suse.de>
5030
5031 PR testsuite/24518
5032 PR ada/24713
5033 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5034 index.
5035
5036 2019-06-19 Tom Tromey <tromey@adacore.com>
5037
5038 * gdb.ada/length_cond.exp: Add intro comment.
5039
5040 2019-06-19 Tom Tromey <tromey@adacore.com>
5041
5042 * gdb.ada/length_cond.exp: New file.
5043 * gdb.ada/length_cond/length_cond.adb: New file.
5044 * gdb.ada/length_cond/pck.adb: New file.
5045 * gdb.ada/length_cond/pck.ads: New file.
5046
5047 2019-06-18 Tom de Vries <tdevries@suse.de>
5048
5049 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5050
5051 2019-06-18 Tom Tromey <tromey@adacore.com>
5052
5053 * gdb.base/list0.h: Add comment explaining control character.
5054
5055 2019-06-18 Tom de Vries <tdevries@suse.de>
5056
5057 * boards/fission.exp: Break up long debug_flags line.
5058
5059 2019-06-16 Tom de Vries <tdevries@suse.de>
5060
5061 PR gdb/24445
5062 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5063 generated index.
5064
5065 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 PR gdb/24686
5068 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5069 improve detection of bug gdb/24541.
5070
5071 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5072
5073 PR gdb/24669
5074 * gdb.base/index-cache.exp (uses_readnow,
5075 expecting_index_cache_use): Define global variable.
5076 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5077 expecting_index_cache_use.
5078
5079 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5080 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.fortran/pointers.f90: New file.
5083 * gdb.fortran/print_type.exp: New file.
5084 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5085 * gdb.fortran/vla-type.exp: Likewise.
5086 * gdb.fortran/vla-value.exp: Likewise.
5087 * gdb.mi/mi-vla-fortran.exp: Likewise.
5088
5089 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5090
5091 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5092 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5093 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5094 as a stop reason.
5095
5096 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.base/annota1.exp: Update expected results.
5099 * gdb.cp/annota2.exp: Likewise.
5100 * gdb.cp/annota3.exp: Likewise.
5101
5102 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5103
5104 * gdb.base/style-logging.exp: Remove path from test name.
5105
5106 2019-06-14 Tom Tromey <tromey@adacore.com>
5107
5108 PR gdb/24502:
5109 * gdb.base/style-logging.exp: New file.
5110
5111 2019-06-14 Tom Tromey <tromey@adacore.com>
5112
5113 * gdb.base/symfile-warn.exp: New file.
5114 * gdb.base/symfile-warn.c: New file.
5115
5116 2019-06-14 Tom Tromey <tromey@adacore.com>
5117
5118 * gdb.base/annotate-symlink.exp: New file.
5119
5120 2019-06-14 Tom Tromey <tromey@adacore.com>
5121
5122 * gdb.ada/set_wstr.exp: Add reassignment test.
5123
5124 2019-06-14 Tom Tromey <tromey@adacore.com>
5125
5126 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5127 'unchecked_access and 'unrestricted_access as well.
5128
5129 2019-06-14 Tom Tromey <tromey@adacore.com>
5130
5131 PR ada/24539:
5132 * gdb.ada/vla.exp: Update tests.
5133 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5134 pragma.
5135
5136 2019-06-13 Pedro Alves <palves@redhat.com>
5137
5138 * gdb.base/settings.exp (test-integer): Test junk after
5139 "unlimited".
5140
5141 2019-06-13 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/options.exp (test-thread-apply): New.
5144 (top level): Call it.
5145
5146 2019-06-13 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.base/options.exp (test-frame-apply): New.
5149 (top level): Test print commands with different "frame apply"
5150 prefixes.
5151
5152 2019-06-13 Pedro Alves <palves@redhat.com>
5153
5154 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5155 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5156 'max_completions' parameter and handle it.
5157 (test_gdb_completion_offers_commands): New.
5158
5159 2019-06-13 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5162
5163 2019-06-13 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/options.exp (test-backtrace): New.
5166 (top level): Call it.
5167
5168 2019-06-13 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.guile/scm-frame-args.exp: Use "set print
5171 raw-frame-arguments" instead of "set print raw frame-arguments".
5172 * gdb.python/py-frame-args.exp: Likewise.
5173
5174 2019-06-13 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.compile/compile.exp: Adjust expected output to option
5177 processing changes.
5178
5179 2019-06-13 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/options.exp: Build executable.
5182 (test-print): New procedure.
5183 (top level): Call it, once for "print" and another for "compile
5184 print".
5185
5186 2019-06-13 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.base/options.c: New file.
5189 * gdb.base/options.exp: New file.
5190
5191 2019-06-13 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5194 that "o" is ambiguous.
5195
5196 2019-06-13 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/settings.c: New file.
5199 * gdb.base/settings.exp: New file.
5200
5201 2019-06-13 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/completion.exp: Fix comment typo.
5204
5205 2019-06-13 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5208 foo --1" test.
5209
5210 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5211
5212 * gdb.fortran/block-data.f: New.
5213 * gdb.fortran/block-data.exp: New.
5214
5215 2019-06-11 Tom de Vries <tdevries@suse.de>
5216
5217 PR testsuite/24521
5218 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5219 message.
5220
5221 2019-06-11 Tom de Vries <tdevries@suse.de>
5222
5223 PR testsuite/24521
5224 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5225
5226 2019-06-11 Tom de Vries <tdevries@suse.de>
5227
5228 * boards/readnow.exp: New file.
5229
5230 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5231
5232 * gdb.fortran/vla-sizeof.exp: Update expected results.
5233
5234 2019-06-06 Amos Bird <amosbird@gmail.com>
5235
5236 * gdb.base/annota1.exp (thread_switch): Add test for
5237 thread-exited annotation.
5238
5239 2019-06-06 Tom Tromey <tromey@adacore.com>
5240
5241 * gdb.base/maint.exp: Expect command started/finished output.
5242
5243 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5244
5245 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5246 comment.
5247 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5248
5249 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5252 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5253 * gdb.arch/riscv-unwind-long-insn.c: New file.
5254 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5255
5256 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5257
5258 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5259
5260 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5261
5262 * lib/gdb.exp (help_list_trailer): New regexp variable
5263 factorizing the help trailer message.
5264 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5265 arg to allow to better factorize various tests.
5266 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5267 (test_prefix_command_help): Use help_list_trailer.
5268 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5269 * gdb.guile/scm-cmd.exp: Likewise.
5270 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5271 * gdb.base/help.exp: Use test_user_defined_class_help.
5272 * gdb.base/style.exp: Add tests for styling of help and apropos.
5273 * lib/gdb-utils.exp (style): Add title and highlight styles.
5274
5275 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5276
5277 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5278 $_shell_exitsignal.
5279 * gdb.base/default.exp: Update for new convenience variables.
5280
5281 2019-05-29 Tom Tromey <tromey@adacore.com>
5282
5283 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5284 to "break complete ada" test case's regexp.
5285
5286 2019-05-29 Tom Tromey <tromey@adacore.com>
5287
5288 PR c++/20020:
5289 * gdb.cp/constexpr-field.exp: New file.
5290 * gdb.cp/constexpr-field.cc: New file.
5291
5292 2019-05-29 Tom Tromey <tromey@adacore.com>
5293
5294 * gdb.base/finish.exp (finish_no_print): New proc.
5295 (finish_tests): Call it.
5296
5297 2019-05-24 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.dwarf2/gdb-add-index.exp: New file.
5300
5301 2019-05-22 Tom Tromey <tromey@adacore.com>
5302
5303 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5304 * gdb.base/style.exp: Use "style".
5305 * lib/gdb-utils.exp (style): New proc.
5306
5307 2019-05-22 Tom de Vries <tdevries@suse.de>
5308
5309 * gdb.base/align.exp: Require c++11.
5310
5311 2019-05-22 Tom de Vries <tdevries@suse.de>
5312
5313 PR testsuite/24586
5314 * gdb.python/py-mi-var-info-path-expression.exp: Call
5315 mi_skip_python_tests to check if python is supported.
5316
5317 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5318
5319 * gdb.arch/aarch64-pauth.c: New test.
5320 * gdb.arch/aarch64-pauth.exp: New file.
5321
5322 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5323
5324 * README (Re-running Tests Outside The Testsuite): New section.
5325
5326 2019-05-21 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.arch/amd64-eval.exp: Require c++11.
5329 * gdb.base/max-depth.exp: Same.
5330 * gdb.compile/compile-cplus-array-decay.exp: Same.
5331 * gdb.cp/meth-typedefs.exp: Same.
5332 * gdb.cp/subtypes.exp: Same.
5333 * gdb.cp/temargs.exp: Same.
5334
5335 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5336
5337 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5338
5339 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 PR gdb/18644
5342 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5343 * gdb.fortran/printing-types.exp: Add new test.
5344 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5345 testing.
5346 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5347 setup_kfail call.
5348
5349 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5350
5351 * README (Running the Testsuite): Change example.
5352 (Testsuite Parameters): Remove TRANSCRIPT.
5353 * lib/gdb.exp: Remove TRANSCRIPT check.
5354
5355 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5356
5357 * README (Testsuite Parameters): Add replay logging to
5358 GDBSERVER_DEBUG.
5359 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5360 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5361 as a comma separated list.
5362 (gdb_debug_init): Override procedure.
5363
5364 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5365
5366 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5367 (gdb_write_cmd_file): New procedure.
5368 * lib/gdbserver-support.exp (gdbserver_start): Call
5369 gdbserver_write_cmd_file.
5370 (gdbserver_write_cmd_file): New procedure.
5371
5372 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5373
5374 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5375 (delete_breakpoints): Likewise.
5376 (gdb_run_cmd): Likewise.
5377 (gdb_start_cmd): Likewise.
5378 (gdb_starti_cmd): Likewise.
5379 (gdb_internal_error_resync): Likewise.
5380 (gdb_test_multiple): Likewise.
5381 (gdb_reinitialize_dir): Likewise.
5382 (default_gdb_exit): Likewise.
5383 (gdb_file_cmd): Mark kill as optional.
5384 (default_gdb_start): Call gdb_stdin_log_init.
5385 (send_gdb): Call gdb_stdin_log_write.
5386 (rerun_to_main): Mark Y as an answer.
5387 (gdb_stdin_log_init): New function.
5388 (gdb_stdin_log_write): Likewise.
5389
5390 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5391
5392 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5393 * gdb.base/debug-expr.exp: Likewise.
5394 * gdb.base/foll-fork.exp: Likewise.
5395 * gdb.base/foll-vfork.exp: Likewise.
5396 * gdb.base/fork-print-inferior-events.exp: Likewise.
5397 * gdb.base/gdb-sigterm.exp: Likewise.
5398 * gdb.base/gdbinit-history.exp: Likewise.
5399 * gdb.base/osabi.exp: Likewise.
5400 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5401 * gdb.base/ui-redirect.exp: Likewise.
5402 * gdb.gdb/unittest.exp: Likewise.
5403 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5404 * gdb.mi/mi-watch.exp: Likewise.
5405 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5406 * gdb.mi/user-selected-context-sync.exp: Likewise.
5407 * gdb.python/python.exp: Disable debug test when debugging.
5408 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5409 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5410 Likewise.
5411 * gdb.threads/stepi-random-signal.exp: Likewise.
5412
5413 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5414
5415 * Makefile.in: Pass through GDB_DEBUG.
5416 * README (Testsuite Parameters): Add GDB_DEBUG.
5417 (gdb,debug): Add board setting.
5418 * lib/gdb.exp (default_gdb_start): Start debugging.
5419 (gdb_debug_enabled): New procedure.
5420 (gdb_debug_init): Likewise.
5421
5422 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5423
5424 * Makefile.in: Pass through GDB_DEBUG.
5425 * README (Testsuite Parameters): Add GDB_DEBUG.
5426 (gdb,debug): Add board setting.
5427 * lib/gdb.exp (default_gdb_start): Start debugging.
5428 (gdb_debug_enabled): New procedure.
5429 (gdb_debug_init): Likewise.
5430
5431 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5432
5433 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5434
5435 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5436
5437 * gdb.base/ui-redirect.exp: Test redirection.
5438
5439 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5440
5441 * gdb.mi/mi-complete.exp: New file.
5442 * gdb.mi/mi-complete.cc: Likewise.
5443
5444 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5445
5446 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5447 indexed and sliced arrays, and pointers to arrays.
5448
5449 2019-05-14 Tom Tromey <tromey@adacore.com>
5450
5451 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5452 styling test.
5453
5454 2019-05-14 Tom de Vries <tdevries@suse.de>
5455
5456 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5457 selection entry encoding.
5458
5459 2019-05-10 Tom Tromey <tromey@adacore.com>
5460
5461 * gdb.ada/info_exc.exp: Add "complete" test.
5462
5463 2019-05-09 Tom de Vries <tdevries@suse.de>
5464
5465 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5466 CU-relative.
5467
5468 2019-05-09 Tom de Vries <tdevries@suse.de>
5469
5470 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5471 CU-relative.
5472
5473 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5474
5475 * gdb.ada/frame_arg_lang.exp: New testcase.
5476 * gdb.ada/frame_arg_lang/bla.adb: New file.
5477 * gdb.ada/frame_arg_lang/pck.ads: New file.
5478 * gdb.ada/frame_arg_lang/pck.adb: New file.
5479 * gdb.ada/frame_arg_lang/foo.c: New file.
5480
5481 2019-05-08 Tom Tromey <tromey@adacore.com>
5482
5483 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5484
5485 2019-05-08 Tom Tromey <tromey@adacore.com>
5486
5487 * gdb.base/ptype-offsets.exp: Update tests.
5488
5489 2019-05-08 Tom Tromey <tromey@adacore.com>
5490
5491 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5492 cases.
5493 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5494 "short".
5495
5496 2019-05-08 Tom Tromey <tromey@adacore.com>
5497
5498 * gdb.ada/vla.exp: New file.
5499 * gdb.ada/vla/vla.adb: New file.
5500
5501 2019-05-07 Tom de Vries <tdevries@suse.de>
5502
5503 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5504
5505 2019-05-07 Tom de Vries <tdevries@suse.de>
5506
5507 PR testsuite/24522
5508 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5509 section.
5510
5511 2019-05-07 Tom de Vries <tdevries@suse.de>
5512
5513 PR testsuite/24522
5514 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5515 .debug_aranges section.
5516
5517 2019-05-07 Tom de Vries <tdevries@suse.de>
5518
5519 PR testsuite/24159
5520 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5521
5522 2019-05-06 Tom de Vries <tdevries@suse.de>
5523
5524 * lib/gdb.exp (exec_has_index_section): New proc.
5525 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5526 section.
5527
5528 2019-05-04 Tom de Vries <tdevries@suse.de>
5529
5530 * boards/cc-with-debug-names.exp: New file.
5531
5532 2019-05-03 Tom Tromey <tromey@adacore.com>
5533
5534 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5535 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5536 * gdb.ada/char_enum.exp: Add test.
5537
5538 2019-05-03 Tom de Vries <tdevries@suse.de>
5539
5540 * boards/cc-with-gdb-index.exp: New file.
5541
5542 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5543
5544 * gdb.rust/simple.exp: Add new test case.
5545 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5546 (main): Initialise an instance of the new struct.
5547
5548 2019-05-01 Tom Tromey <tromey@adacore.com>
5549
5550 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5551 record.
5552 (NPR): New variable.
5553 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5554 test.
5555
5556 2019-05-01 Tom Tromey <tromey@adacore.com>
5557
5558 * gdb.ada/packed_array_assign.exp: Add packed assignment
5559 regression test.
5560
5561 2019-05-01 Tom de Vries <tdevries@suse.de>
5562
5563 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5564
5565 2019-05-01 Tom de Vries <tdevries@suse.de>
5566
5567 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5568
5569 2019-04-30 Ali Tamur <tamur@google.com>
5570
5571 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5572
5573 2019-04-30 Tom Tromey <tromey@adacore.com>
5574
5575 * lib/ada.exp (find_ada_tool): New proc.
5576 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5577 * gdb.ada/catch_ex_std.exp: New file.
5578 * gdb.ada/catch_ex_std/foo.adb: New file.
5579 * gdb.ada/catch_ex_std/some_package.adb: New file.
5580 * gdb.ada/catch_ex_std/some_package.ads: New file.
5581
5582 2019-04-30 Tom Tromey <tromey@adacore.com>
5583
5584 PR c++/24470:
5585 * gdb.cp/temargs.cc: Add test code from PR.
5586
5587 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.fortran/vla-datatypes.exp: Update expected results.
5590 * gdb.fortran/vla-ptype.exp: Likewise.
5591 * gdb.fortran/vla-type.exp: Likewise.
5592 * gdb.fortran/vla-value.exp: Likewise.
5593
5594 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5595
5596 * gdb.fortran/ptr-indentation.exp: Update expected results.
5597 * gdb.fortran/ptype-on-functions.exp: Likewise.
5598 * gdb.fortran/vla-ptr-info.exp: Likewise.
5599 * gdb.fortran/vla-value.exp: Likewise.
5600
5601 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5602
5603 * gdb.fortran/ptype-on-functions.exp: New file.
5604 * gdb.fortran/ptype-on-functions.f90: New file.
5605
5606 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5607
5608 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5609 case void string.
5610
5611 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * gdb.fortran/complex.exp: Expand.
5614 * gdb.fortran/complex.f: Renamed to...
5615 * gdb.fortran/complex.f90: ...this, and extended to add more
5616 complex values.
5617
5618 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5619
5620 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5621 MODULO, CMPLX.
5622
5623 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5624 Richard Bunt <richard.bunt@arm.com>
5625
5626 * gdb.base/max-depth.c: New file.
5627 * gdb.base/max-depth.exp: New file.
5628 * gdb.python/py-nested-maps.c: New file.
5629 * gdb.python/py-nested-maps.exp: New file.
5630 * gdb.python/py-nested-maps.py: New file.
5631 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5632 (test_all_common): Call test_max_depth.
5633 * gdb.fortran/max-depth.exp: New file.
5634 * gdb.fortran/max-depth.f90: New file.
5635 * gdb.go/max-depth.exp: New file.
5636 * gdb.go/max-depth.go: New file.
5637 * gdb.modula2/max-depth.exp: New file.
5638 * gdb.modula2/max-depth.c: New file.
5639 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5640
5641 2019-04-29 Tom de Vries <tdevries@suse.de>
5642
5643 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5644
5645 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5646
5647 * gdb.base/callexit.exp: Test may-call-functions off.
5648
5649 2019-04-25 Keith Seitz <keiths@redhat.com>
5650
5651 PR c++/24367
5652 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5653 (another_incomplete_struct, test_incomplete): New definitions.
5654 (main): Use new definitions.
5655 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5656 functions.
5657
5658 2019-04-25 Ali Tamur <tamur@google.com>
5659
5660 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5661
5662 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5663
5664 PR corefiles/11608
5665 PR corefiles/18187
5666 * gdb.base/coredump-filter-build-id.exp: New file.
5667
5668 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5669
5670 * Makefile.in: Pass through GDBSERVER_DEBUG.
5671 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5672 (gdbserver,debug): Add board setting.
5673 * gdb.trace/tspeed.exp: Skip when debugging.
5674 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5675 * lib/gdbserver-support.exp: Likewise
5676
5677 2019-04-24 Tom Tromey <tromey@adacore.com>
5678
5679 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5680 Rust.
5681
5682 2019-04-24 Tom Tromey <tromey@adacore.com>
5683
5684 * gdb.arch/amd64-eval.exp: Test bitfield return.
5685 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5686 (class Foo) <return_bitfields>: New method.
5687 (main): Call it.
5688
5689 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * gdb.cp/many-args.cc: New file.
5692 * gdb.cp/many-args.exp: New file.
5693
5694 2019-04-23 Tom de Vries <tdevries@suse.de>
5695
5696 PR gdb/24433
5697 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5698
5699 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5700
5701 * gdb.trace/backtrace.exp: Use nopie flag.
5702 * gdb.trace/circ.exp: Likewise.
5703 * gdb.trace/collection.exp: Likewise.
5704 * gdb.trace/ftrace.exp: Likewise.
5705 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5706 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5707 * gdb.trace/qtro.exp: Likewise.
5708 * gdb.trace/read-memory.exp: Likewise.
5709 * gdb.trace/report.exp: Likewise.
5710 * gdb.trace/tfile.exp: Likewise.
5711 * gdb.trace/tfind.exp: Likewise.
5712 * gdb.trace/unavailable.exp: Likewise.
5713
5714 2019-04-22 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/solib-probes-nosharedlibrary.c,
5717 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5718
5719 2019-04-19 Tom Tromey <tromey@adacore.com>
5720
5721 * gdb.ada/ptype_union.c: New file.
5722 * gdb.ada/ptype_union.exp: New file.
5723
5724 2019-04-19 Tom Tromey <tromey@adacore.com>
5725
5726 PR symtab/24423:
5727 * gdb.base/list0.h (foo): Add a control-l character.
5728
5729 2019-04-18 Tom de Vries <tdevries@suse.de>
5730
5731 PR gdb/24433
5732 * boards/local-board.exp: Set sysroot to "".
5733
5734 2019-04-18 Tom de Vries <tdevries@suse.de>
5735 Pedro Alves <palves@redhat.com>
5736
5737 PR gdb/24454
5738 * gdb.threads/vfork-follow-child-exec.c: New file.
5739 * gdb.threads/vfork-follow-child-exec.exp: New file.
5740 * gdb.threads/vfork-follow-child-exit.c: New file.
5741 * gdb.threads/vfork-follow-child-exit.exp: New file.
5742
5743 2019-04-15 Leszek Swirski <leszeks@google.com>
5744
5745 * gdb.arch/amd64-eval.cc: New file.
5746 * gdb.arch/amd64-eval.exp: New file.
5747
5748 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5749
5750 * gdb.server/sysroot.c: New test.
5751 * gdb.server/sysroot.exp: New file.
5752 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5753 matching param.
5754
5755 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * gdb.base/align.exp: Extend test to cover structures containing
5758 only static fields.
5759
5760 2019-04-11 Tom de Vries <tdevries@suse.de>
5761
5762 * boards/cc-with-dwz-m.exp: New file.
5763 * boards/cc-with-dwz.exp: New file.
5764 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5765
5766 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5767
5768 * gdb.base/start-cpp.exp: New file.
5769 * gdb.base/start-cpp.cc: New file.
5770
5771 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5772
5773 * gdb.python/py-thrhandle.exp: Adjust tests to call
5774 thread_from_handle instead of thread_from_thread_handle.
5775
5776 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5777
5778 * gdb.python/py-thrhandle.exp: Add tests for
5779 gdb.InferiorThread.handle.
5780
5781 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.python/py-function.exp: Check calling helper function from
5784 all languages.
5785 * lib/gdb.exp (gdb_supported_languages): New proc.
5786
5787 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * gdb.base/complex-parts.c: New file.
5790 * gdb.base/complex-parts.exp: New file.
5791
5792 2019-04-01 Tom Tromey <tromey@adacore.com>
5793
5794 PR symtab/23331:
5795 * gdb.dwarf2/dw2-ranges-main.c: New file.
5796 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5797 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5798
5799 2019-03-30 Simon Marchi <simark@simark.ca>
5800
5801 * gdb.base/default.exp: Add values for $_gdb_major and
5802 $_gdb_minor.
5803
5804 2019-03-29 Tom Tromey <tromey@adacore.com>
5805
5806 * gdb.base/help.exp: Tighten apropos regexp.
5807
5808 2019-03-29 Keith Seitz <keiths@redhat.com>
5809
5810 * gdb.fortran/array-bounds.exp: New file.
5811 * gdb.fortran/array-bounds.f90: New file.
5812
5813 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5814
5815 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5816
5817 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5818
5819 * gdb.multi/hello.c (main): Increase alarm timer.
5820
5821 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5822
5823 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5824 factor when no hardware watchpoint support.
5825
5826 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5827 Pedro Alves <palves@redhat.com>
5828
5829 * boards/local-board.exp: set sysroot to /.
5830
5831 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5832
5833 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5834 in child.
5835
5836 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5837
5838 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5839 field.
5840 (make_container): Initialise new field.
5841 * gdb.python/py-prettyprint.exp: Add new tests.
5842 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5843 <display_hint>: New method.
5844
5845 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5848 gdb_continue_to_breakpoint more throughout this test.
5849 (run_lang_tests) Supply unique test names, and use
5850 gdb_test_no_output.
5851
5852 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5853
5854 * gdb.base/finish-pretty.exp: Update expected results.
5855 * gdb.base/pretty-print.c: New file.
5856 * gdb.base/pretty-print.exp: New file.
5857
5858 2019-03-25 Pedro Alves <palves@redhat.com>
5859
5860 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5861 move comments outside list. Append '-i "" eof' section.
5862
5863 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5864
5865 PR testsuite/25016
5866 * README: Add pie options.
5867 * gdb.base/break-interp.exp: Ensure pie is disabled.
5868 * gdb.base/dump.exp: Likewise.
5869 * lib/gdb.exp (gdb_compile): Add pie option.
5870
5871 2019-03-19 Tom Tromey <tromey@adacore.com>
5872
5873 * gdb.mi/mi2-cli-display.c: New file.
5874 * gdb.mi/mi2-cli-display.exp: New file.
5875
5876 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5877 Tom Tromey <tromey@adacore.com>
5878
5879 * gdb.ada/ptype_array/pck.adb: New file.
5880 * gdb.ada/ptype_array/pck.ads: New file.
5881 * gdb.ada/ptype_array/foo.adb: New file.
5882 * gdb.ada/ptype_array.exp: New file.
5883
5884 2019-03-14 Tom Tromey <tromey@adacore.com>
5885
5886 * gdb.base/style.exp: Add "set style sources" test.
5887
5888 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5889
5890 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5891 * mi-breakpoint-multiple-locations.exp: ... this.
5892 (make_breakpoints_pattern): New proc.
5893 (do_test): Add mi_version parameter, test -break-insert,
5894 -break-info and =breakpoint-created.
5895
5896 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5897
5898 * config/default.exp: Remove 'load_lib gdb.exp'.
5899 * config/monitor.exp: Likewise.
5900 * config/sid.exp: Likewise.
5901 * config/sim.exp: Likewise.
5902 * config/slite.exp: Likewise.
5903 * config/unix.exp: Likewise.
5904 * gdb.base/default.exp: Remove unhelpful comment.
5905
5906 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5907
5908 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5909
5910 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5911
5912 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5913
5914 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5915
5916 * gdb.fortran/type-kinds.exp: Update expected results.
5917
5918 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5919
5920 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5921
5922 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5923
5924 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5925 function.
5926 (test_basic_parsing_of_type_kinds): Expand types tested.
5927 (test_parsing_invalid_type_kinds): New function.
5928
5929 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5930
5931 * gdb.fortran/intrinsics.exp: New file.
5932 * gdb.fortran/intrinsics.f90: New file.
5933 * gdb.fortran/type-kinds.exp: New file.
5934
5935 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5936
5937 * gdb.fortran/dot-ops.exp: New file.
5938
5939 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5942 Check upper and lower case logical literals.
5943
5944 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5945
5946 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5947 Remove duplicate tests.
5948
5949 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5950
5951 * lib/gdb.exp (builtin_cd): rename of cd.
5952 (cd): Override builtin.
5953
5954 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5955
5956 * gdb.fortran/function-calls.exp: New file.
5957 * gdb.fortran/function-calls.f90: New test.
5958
5959 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5960
5961 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5962 on user program standard output.
5963 * gdb.fortran/short-circuit-argument-list.f90: Record function
5964 calls.
5965
5966 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5967
5968 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5969 failure.
5970
5971 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5972
5973 PR gdb/8527
5974 * gdb.base/interrupt-daemon-attach.c,
5975 gdb.base/interrupt-daemon-attach.exp: New test.
5976
5977 2019-02-27 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/page.exp: Add tests for "set width/height -1".
5980
5981 2019-02-27 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/page.exp: Add tests for "set/show width/height" with
5984 "infinite" values.
5985
5986 2019-02-27 Tom Tromey <tromey@adacore.com>
5987
5988 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5989 2.4.
5990 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5991 workaround.
5992
5993 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5994
5995 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5996 tests for structs with static members.
5997
5998 2019-02-26 Tom Tromey <tromey@adacore.com>
5999
6000 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6001 ValueError, not TypeError.
6002
6003 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6004
6005 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6006 call from main program.
6007
6008 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6009
6010 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6011 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6012 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6013 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6014 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6015
6016 2019-02-22 Keith Seitz <keiths@redhat.com>
6017
6018 PR symtab/23853
6019 * gdb.base/symlink-sourcefile.c: New file.
6020 * gdb.base/symlink-sourcefile.exp: New file.
6021
6022 2019-02-20 Tom Tromey <tom@tromey.com>
6023
6024 * gdb.base/info_qt.exp: Update.
6025
6026 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6027
6028 * gdb.base/source.exp: Move "error in sourced script" code to
6029 the end.
6030 * gdb.base/source-error.gdb: Move contents to
6031 source-error-1.gdb. Add new code to source source-error-1.gdb.
6032 * gdb.base/source-error-1.gdb: New file, from previous
6033 source-error.gdb.
6034
6035 2019-02-17 Tom Tromey <tom@tromey.com>
6036
6037 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6038 for macro styling.
6039 * gdb.base/style.c (SOME_MACRO): New macro.
6040
6041 2019-02-17 Tom Tromey <tom@tromey.com>
6042
6043 * gdb.base/style.exp: Add line-wrapping tests.
6044 * gdb.base/page.exp: Add test for quitting during pagination.
6045
6046 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6047
6048 * gdb.ada/big_packed_array: New testcase.
6049 * gdb.ada/homonym.exp: Fix incorrect expected output for
6050 "break <homonym__get_value>" test.
6051
6052 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6053
6054 PR breakpoints/21870
6055 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6056 and prepare_for_testing. Add comment.
6057 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6058 redundant cleanup call. Clean up comment.
6059
6060 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6061
6062 PR breakpoints/21870
6063 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6064 * gdb.arch/aarch64-dbreg-contents.c: New file.
6065
6066 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6067
6068 * gdb.ada/mi_ref_changeable: New testcase.
6069
6070 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6071
6072 * gdb.base/attach.exp: Add double attach test.
6073
6074 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6075
6076 * lib/gdb.exp (default_gdb_start): Don't match pagination
6077 prompt.
6078 (gdb_init): Set stty_init.
6079
6080 2019-01-27 Tom Tromey <tom@tromey.com>
6081
6082 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6083 skip_python_tests.
6084
6085 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6086
6087 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6088 New structure.
6089 (struct struct_static_02_02): Likewise.
6090 (struct struct_static_02_03): Likewise.
6091 (struct struct_static_02_04): Likewise.
6092 (struct struct_static_04_01): Likewise.
6093 (struct struct_static_04_02): Likewise.
6094 (struct struct_static_04_03): Likewise.
6095 (struct struct_static_04_04): Likewise.
6096 (struct struct_static_06_01): Likewise.
6097 (struct struct_static_06_02): Likewise.
6098 (struct struct_static_06_03): Likewise.
6099 (struct struct_static_06_04): Likewise.
6100 (cmp_struct_static_02_01): Likewise.
6101 (cmp_struct_static_02_02): Likewise.
6102 (cmp_struct_static_02_03): Likewise.
6103 (cmp_struct_static_02_04): Likewise.
6104 (cmp_struct_static_04_01): Likewise.
6105 (cmp_struct_static_04_02): Likewise.
6106 (cmp_struct_static_04_03): Likewise.
6107 (cmp_struct_static_04_04): Likewise.
6108 (cmp_struct_static_06_01): Likewise.
6109 (cmp_struct_static_06_02): Likewise.
6110 (cmp_struct_static_06_03): Likewise.
6111 (cmp_struct_static_06_04): Likewise.
6112 (call_all): Test new structs.
6113 * gdb.base/infcall-nested-structs.exp: Likewise.
6114
6115 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6116 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6117
6118 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6119 * gdb.base/stack-protector.c: New test.
6120 * gdb.base/stack-protector.exp: New file.
6121 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6122 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6123 option.
6124 (gdb_compile): Remove stack protector for GCC and prevent
6125 recursion.
6126
6127 2019-01-16 Keith Seitz <keiths@redhat.com>
6128
6129 PR gdb/23773
6130 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6131
6132 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6133
6134 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6135 aliases.
6136 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6137 tests.
6138 * gdb.arch/powerpc-vector-regs.c: New file.
6139 * gdb.arch/powerpc-vector-regs.exp: New file.
6140
6141 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6142
6143 * gdb.arch/altivec-regs.exp: Fix the list passed to
6144 gdb_expect_list when testing "info vector".
6145
6146 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6147
6148 * gdb.base/style.exp: Don't include path in testname.
6149
6150 2019-01-10 Keith Seitz <keiths@redhat.com>
6151
6152 PR gdb/23712
6153 PR symtab/23010
6154 * gdb.dwarf2/multidictionary.exp: New file.
6155
6156 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6159 (test_gnuv3_style_demangling): ... this.
6160 (test_lucid_style_demangling): Remove.
6161 (test_arm_style_demangling): Remove.
6162 (test_hp_style_demangling): Remove.
6163 (do_tests): Remove calls to the above.
6164
6165 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6166
6167 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6168 case.
6169
6170 2019-01-06 Tom Tromey <tom@tromey.com>
6171
6172 PR gdb/28155:
6173 * gdb.dwarf2/typedef-void-finish.exp: New file.
6174
6175 2018-12-28 Tom Tromey <tom@tromey.com>
6176 Simon Marchi <simark@simark.ca>
6177
6178 * gdb.base/jit-exec.exp: New file.
6179 * gdb.base/jit-exec.c: New file.
6180 * gdb.base/jit-execd.c: New file.
6181
6182 2018-12-28 Tom Tromey <tom@tromey.com>
6183
6184 * gdb.base/style.exp: Update test to check for address styling.
6185
6186 2018-12-28 Tom Tromey <tom@tromey.com>
6187
6188 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6189 message.
6190
6191 2018-12-28 Tom Tromey <tom@tromey.com>
6192
6193 * gdb.base/style.exp: Add test for version number styling.
6194
6195 2018-12-28 Tom Tromey <tom@tromey.com>
6196
6197 * gdb.base/style.exp: Add test for print_address_symbolic.
6198
6199 2018-12-28 Tom Tromey <tom@tromey.com>
6200
6201 * gdb.base/style.exp: Add test for breakpoint setting.
6202
6203 2018-12-28 Tom Tromey <tom@tromey.com>
6204
6205 * gdb.base/style.exp: Add test for variable names.
6206
6207 2018-12-28 Tom Tromey <tom@tromey.com>
6208
6209 * gdb.base/style.exp: New file.
6210 * gdb.base/style.c: New file.
6211
6212 2018-12-28 Tom Tromey <tom@tromey.com>
6213
6214 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6215 "dumb".
6216 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6217 the TERM environment variable.
6218
6219 2018-12-27 Tom Tromey <tom@tromey.com>
6220
6221 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6222 pagination test.
6223
6224 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6225
6226 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6227 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6228
6229 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6230
6231 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6232 Filename a.adb changed to bp_fun_addr.adb.
6233 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6234
6235 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6236
6237 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6238 non-PIE executables.
6239 * README: Mention the gdb,nopie_flag board setting.
6240 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6241 non-PIE executable.
6242 * gdb.arch/amd64-entry-value.exp: Likewise.
6243 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6244 * gdb.arch/i386-float.exp: Likewise.
6245 * gdb.arch/i386-signal.exp: Likewise.
6246 * gdb.mi/mi-reg-undefined.exp: Likewise.
6247
6248 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6249
6250 PR gdb/23974
6251 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6252
6253 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6254
6255 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6256 Update order of results accordingly.
6257
6258 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6259
6260 * gdb.base/annota1.exp: Update a test regexp.
6261
6262 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6263
6264 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6265
6266 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6267
6268 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6269 (reuse_time): Initialize to REUSE_TIME_CAP.
6270 (check_rc): New function.
6271 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6272 Check pthread_create rc.
6273 (spawner_thread_func): Check pthread_create and pthread_join rc.
6274
6275 2018-12-08 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/list.exp (test_forward_search): Rename to ...
6278 (test_forward_reverse_search): ... this. Also test reverse-search
6279 and the forward-search alias.
6280
6281 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6282
6283 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6284 local timeout variable before return, and remove all local timeout
6285 variable entirely.
6286 (gdb_load): Likewise.
6287
6288 2018-12-01 Tom de Vries <tdevries@suse.de>
6289
6290 * gdb.base/gdb-caching-proc.exp: New file.
6291
6292 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6293
6294 * Makefile.in (TIMESTAMP): New variable.
6295 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6296 command.
6297 (check-single-racy): Likewise.
6298 (check/%.exp): Likewise.
6299 (check-racy/%.exp): Likewise.
6300 (workers/%.worker): Likewise.
6301 (build-perf): Likewise.
6302 (check-perf): Likewise.
6303 * README: Describe new "TS" and "TS_FORMAT" variables.
6304 * print-ts.py: New file.
6305
6306 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6307
6308 PR python/23714
6309 * gdb.python/python.exp: Test command repetition after
6310 gdb.execute.
6311
6312 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6313
6314 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6315 is correctly aligned.
6316
6317 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6318
6319 * gdb.ada/info_auto_lang.exp: New testcase.
6320 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6321 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6322 * gdb.ada/info_auto_lang/some_c.c: New file.
6323
6324 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6325
6326 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6327 FUNC_lang language syntax.
6328
6329 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6330
6331 * gdb.base/info_minsym.c: New file.
6332 * gdb.base/info_minsym.exp: New file.
6333
6334 2018-11-19 Tom Tromey <tom@tromey.com>
6335
6336 PR rust/23625:
6337 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6338 * gdb.rust/expr.exp: Update expected output. Change one test.
6339
6340 2018-11-19 Tom Tromey <tom@tromey.com>
6341
6342 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6343
6344 2018-11-19 Pedro Alves <palves@redhat.com>
6345
6346 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6347 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6348 see the expected warning.
6349
6350 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6351
6352 PR gdb/22736:
6353 * gdb.cp/infcall-nodebug-lib.c: New test.
6354 * gdb.cp/infcall-nodebug-main.c: New test.
6355 * gdb.cp/infcall-nodebug.exp: New file.
6356
6357 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6358
6359 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6360 completer tests.
6361
6362 2018-11-09 Tom de Vries <tdevries@suse.de>
6363
6364 * gdb.base/msym-lang.c: New test.
6365 * gdb.base/msym-lang.exp: New file.
6366 * gdb.base/msym-lang-main.c: New test.
6367
6368 2018-11-08 Tom Tromey <tom@tromey.com>
6369
6370 PR gdb/23555:
6371 PR gdb/23838:
6372 * gdb.base/warning.exp: New file.
6373
6374 2018-11-08 Jan Beulich <jbeulich@suse.com>
6375
6376 * testsuite/gdb.arch/i386-avx512.c,
6377 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6378
6379 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6380
6381 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6382 point hardware.
6383
6384 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6387 * gdb.dwarf2/missing-type-name.exp: New file.
6388
6389 2018-11-06 Tom de Vries <tdevries@suse.de>
6390
6391 * gdb.base/many-headers.c: New test.
6392 * gdb.base/many-headers.exp: New file.
6393
6394 2018-11-06 Jim Wilson <jimw@sifive.com>
6395
6396 * gdb.base/code_elim.exp: For riscv, set additional_flags
6397 to include -msmall-data-limit=0.
6398
6399 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.ada/watch_minus_l: New testcase.
6402
6403 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6404
6405 * gdb.arch/aix-sighandle.c: New file.
6406 * gdb.arch/aix-sighandle.exp: New file.
6407
6408 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6409
6410 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6411 registers being unions.
6412
6413 2018-10-31 Tom de Vries <tdevries@suse.de>
6414
6415 * lib/valgrind.exp: New file.
6416 (vgdb_start, vgdb_stop): New procs, factored out of ...
6417 * gdb.base/valgrind-bt.exp: ... here, ...
6418 * gdb.base/valgrind-disp-step.exp: ... here and ...
6419 * gdb.base/valgrind-infcall.exp: ... here.
6420
6421 2018-10-31 Tom de Vries <tdevries@suse.de>
6422
6423 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6424
6425 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6426
6427 * gdb.dwarf2/void-type.c: New file.
6428 * gdb.dwarf2/void-type.exp: New file.
6429
6430 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6431
6432 * gdb.base/info_qt.c: New file.
6433 * gdb.base/info_qt.exp: New file.
6434
6435 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6436
6437 * gdb.arch/powerpc-htm-regs.c: New file.
6438 * gdb.arch/powerpc-htm-regs.exp: New file.
6439
6440 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6441
6442 * gdb.arch/powerpc-tar.c: New file.
6443 * gdb.arch/powerpc-tar.exp: New file.
6444
6445 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6446
6447 * gdb.arch/powerpc-ppr-dscr.c: New file.
6448 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6449
6450 2018-10-25 Tom de Vries <tdevries@suse.de>
6451
6452 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6453
6454 2018-10-24 Tom de Vries <tdevries@suse.de>
6455
6456 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6457 longer exists error.
6458
6459 2018-10-24 Tom de Vries <tdevries@suse.de>
6460
6461 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6462
6463 2018-10-24 Tom de Vries <tdevries@suse.de>
6464
6465 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6466 --db-attach in valgrind.
6467
6468 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6469
6470 * gdb.arch/riscv-reg-aliases.c: New file.
6471 * gdb.arch/riscv-reg-aliases.exp: New file.
6472
6473 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6474
6475 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6476
6477 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6478
6479 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6480
6481 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6482
6483 * gdb.cp/ovldbreak.exp: Fix regexps.
6484
6485 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6486
6487 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6488
6489 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6490
6491 PR cli/23785
6492 * gdb.base/restore.exp: New test to check if "restore" with an
6493 invalid file doesn't segfault.
6494
6495 2018-10-18 Tom de Vries <tdevries@suse.de>
6496
6497 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6498 * gdb.ada/excep_handle.exp: Same.
6499 * gdb.ada/mi_string_access.exp: Same.
6500 * gdb.ada/mi_var_union.exp: Same.
6501 * gdb.arch/arc-analyze-prologue.exp: Same.
6502 * gdb.arch/arc-decode-insn.exp: Same.
6503 * gdb.base/readnever.exp: Same.
6504 * gdb.fortran/printing-types.exp: Same.
6505 * gdb.guile/scm-lazy-string.exp: Same.
6506
6507 2018-10-16 Tom de Vries <tdevries@suse.de>
6508
6509 PR gdb/23730
6510 * gdb.base/catch-follow-exec.c: Add copyright notice.
6511 * gdb.base/catch-follow-exec.exp: Rewrite to use
6512 gdb_spawn_with_cmdline_opts. Require gdb-native.
6513
6514 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6515
6516 * gdb.trace/actions-changed.exp: Check for arch support.
6517 * gdb.trace/actions.exp: Likewise.
6518 * gdb.trace/ax.exp: Likewise.
6519 * gdb.trace/backtrace.exp: Likewise.
6520 * gdb.trace/change-loc.exp: Likewise.
6521 * gdb.trace/deltrace.exp: Likewise.
6522 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6523 * gdb.trace/ftrace.exp: Likewise.
6524 * gdb.trace/infotrace.exp: Check for arch support.
6525 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6526 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6527 * gdb.trace/mi-tsv-changed.exp: Likewise.
6528 * gdb.trace/packetlen.exp: Likewise.
6529 * gdb.trace/passc-dyn.exp: Likewise.
6530 * gdb.trace/passcount.exp: Likewise.
6531 * gdb.trace/pending.exp: Likewise.
6532 * gdb.trace/range-stepping.exp: Check for shlib support.
6533 * gdb.trace/report.exp: Check for arch support.
6534 * gdb.trace/save-trace.exp: Likewise.
6535 * gdb.trace/signal.exp: Check for signal support.
6536 * gdb.trace/tfind.exp: Check for arch support.
6537 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6538 * gdb.trace/trace-common.h: Add comment.
6539 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6540 * gdb.trace/trace-enable-disable.exp: Likewise.
6541 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6542 * gdb.trace/tracecmd.exp: Check for arch support.
6543 * gdb.trace/tspeed.exp: Check for shlib and target support.
6544 * gdb.trace/tstatus.exp: Check for arch support.
6545 * gdb.trace/tsv.exp: Likewise.
6546 * gdb.trace/while-dyn.exp: Likewise.
6547 * gdb.trace/while-stepping.exp: Likewise.
6548 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6549
6550 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6551
6552 * gdb.trace/tspeed.exp: Remove nowarnings.
6553 (prepare_for_trace_test): Declare "global ipalib".
6554 * gdb.trace/tspeed.c: Include unistd.h.
6555 (main): Remove superfluous printf argument.
6556
6557 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6558
6559 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6560 directory prefix on the filename.
6561
6562 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6563
6564 * gdb.gdb/unittest.exp: Update expected message informing that
6565 selftests have been disabled.
6566 * gdb.server/unittest.exp: Likewise.
6567
6568 2018-10-09 Tom de Vries <tdevries@suse.de>
6569
6570 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6571 with runto_main.
6572
6573 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6574
6575 PR c++/16841
6576 * gdb.cp/virtbase2.cc: New file.
6577 * gdb.cp/virtbase2.exp: New file.
6578
6579 2018-10-06 Tom Tromey <tom@tromey.com>
6580
6581 PR python/19399:
6582 * gdb.python/py-inferior.exp: Add architecture test.
6583
6584 2018-10-06 Tom Tromey <tom@tromey.com>
6585
6586 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6587 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6588
6589 2018-10-06 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6592 of a "throw" catchpoint.
6593
6594 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6595
6596 * gdb.base/info-proc.exp: Update string expected from "help info
6597 proc".
6598
6599 2018-10-04 Tom Tromey <tom@tromey.com>
6600
6601 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6602 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6603 (test_initial_complaints, test_empty_complaints): Update.
6604 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6605
6606 2018-10-04 Tom Tromey <tom@tromey.com>
6607
6608 PR cli/19551:
6609 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6610 * lib/gdb.exp (gdb_file_cmd): Update.
6611 * gdb.stabs/weird.exp (print_weird_var): Update.
6612 * gdb.server/solib-list.exp: Update.
6613 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6614 * gdb.mi/mi-cli.exp: Update.
6615 * gdb.linespec/linespec.exp: Update.
6616 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6617 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6618 * gdb.cp/cp-relocate.exp: Update.
6619 * gdb.base/sym-file.exp: Update.
6620 * gdb.base/relocate.exp: Update.
6621 * gdb.base/readnever.exp: Update.
6622 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6623 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6624 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6625 * gdb.base/code_elim.exp: Update.
6626 * gdb.base/break-unload-file.exp (test_break): Update.
6627 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6628 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6629 Update.
6630 * gdb.base/attach.exp (do_attach_tests): Update.
6631 * gdb.base/sepdebug.exp: Update.
6632 * gdb.python/py-section-script.exp: Update.
6633
6634 2018-10-04 Tom Tromey <tom@tromey.com>
6635
6636 PR cli/22234:
6637 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6638 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6639 output.
6640
6641 2018-10-04 Tom Tromey <tom@tromey.com>
6642
6643 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6644 set width and height to 0.
6645 (test_command_line_attach_run): Use -quiet.
6646
6647 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6648
6649 * lib/gdb.exp (skip_ifunc_tests): New.
6650 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6651 other compile failures.
6652 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6653
6654 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6657 is_amd64_regs_target.
6658
6659 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6660
6661 * gdb.arch/aarch64-sighandler-regs.c: New test.
6662 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6663 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6664
6665 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6666
6667 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6668 assembly.
6669
6670 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6671
6672 * gdb.base/frame-selection.exp: New file.
6673 * gdb.base/frame-selection.c: New file.
6674
6675 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6676
6677 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6678 pthread barrier.
6679 (main): Likewise.
6680
6681 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * gdb.base/large-frame-1.c: New file.
6684 * gdb.base/large-frame-2.c: New file.
6685 * gdb.base/large-frame.exp: New file.
6686 * gdb.base/large-frame.h: New file.
6687
6688 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6689
6690 PR gdb/20948
6691 * gdb.base/write_mem.exp: New test.
6692 * gdb.base/write_mem.c: Likewise.
6693
6694 2018-09-23 Tom Tromey <tom@tromey.com>
6695
6696 PR python/18852:
6697 * gdb.python/py-parameter.exp: Add test for parameter that throws
6698 on "set".
6699
6700 2018-09-23 Tom Tromey <tom@tromey.com>
6701
6702 PR python/17284:
6703 * gdb.python/py-template.exp (test_template_arg): Add test for
6704 negative template argument number.
6705
6706 2018-09-23 Tom Tromey <tom@tromey.com>
6707
6708 PR python/14062:
6709 * gdb.python/python.exp: Add test for post_event error.
6710
6711 2018-09-23 Tom Tromey <tom@tromey.com>
6712
6713 PR python/18170:
6714 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6715 convert pointers to int and long.
6716
6717 2018-09-23 Tom Tromey <tom@tromey.com>
6718
6719 PR python/20126:
6720 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6721 signed-ness conversion tests.
6722
6723 2018-09-23 Tom Tromey <tom@tromey.com>
6724
6725 PR python/18352;
6726 * gdb.python/py-value.exp (test_float_conversion): New proc.
6727 Use it.
6728
6729 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6730
6731 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6732
6733 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6734
6735 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6736 no readline.
6737 * gdb.base/utf8-identifiers.exp: Likewise.
6738 * gdb.cp/cpcompletion.exp: Likewise.
6739 * gdb.linespec/cpcompletion.exp: Likewise.
6740 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6741 * gdb.linespec/cpls-ops.exp: Likewise.
6742
6743 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6744 Chris January <chris.january@arm.com>
6745
6746 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6747 * gdb.fortran/short-circuit-argument-list.exp: New file.
6748 * gdb.fortran/short-circuit-argument-list.f90: New test.
6749
6750 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6751
6752 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6753 "arch=" keyword when executing "-stack-list-frames".
6754
6755 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6756
6757 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6758 "arch=" keyword when executing "-stack-list-frames".
6759
6760 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6761
6762 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6763 break ada".
6764
6765 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6766
6767 PR python/23669
6768 * gdb.python/python.exp: Test gdb.execute("show commands").
6769
6770 2018-09-16 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.base/new-ui.exp (do_execution_tests): Update.
6773 * gdb.base/dbx.exp (test_breakpoints): Update.
6774
6775 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6776
6777 * lib/gdb.exp (gdb_simple_compile): Add proc.
6778 (is_elf_target): Use gdb_simple_compile.
6779 (skip_altivec_tests): Likewise.
6780 (skip_vsx_tests): Likewise.
6781 (skip_tsx_tests): Likewise.
6782 (skip_btrace_tests): Likewise.
6783 (skip_btrace_pt_tests): Likewise.
6784 (gdb_can_simple_compile): Likewise.
6785 (gdb_has_argv0): Likewise.
6786 (gdb_target_symbol_prefix): Likewise.
6787 (target_supports_scheduler_locking): Likewise.
6788
6789 2018-09-13 Tom Tromey <tom@tromey.com>
6790
6791 * Makefile.in (TAGS): Recognize proc_with_prefix and
6792 gdb_caching_proc.
6793
6794 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6795
6796 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6797 method.
6798
6799 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6800
6801 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6802 and a few other Inferior properties when the Inferior is no
6803 longer valid.
6804
6805 2018-09-13 Tom Tromey <tom@tromey.com>
6806
6807 PR rust/23650:
6808 * gdb.rust/simple.exp: Add test for enum field access error.
6809
6810 2018-09-13 Tom Tromey <tom@tromey.com>
6811
6812 PR rust/23626:
6813 * gdb.rust/simple.rs (EmptyEnum): New type.
6814 (main): Use it.
6815 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6816
6817 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6818
6819 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6820 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6821 * gdb.python/py-symtab.exp: Update test printing an objfile.
6822
6823 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6824
6825 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6826 object.
6827
6828 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6829
6830 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6831 (support_complex_tests): Use gdb_can_simple_compile.
6832 (is_ilp32_target): Likewise.
6833 (is_lp64_target): Likewise.
6834 (is_64_target): Likewise.
6835 (is_amd64_regs_target): Likewise.
6836 (is_aarch32_target): Likewise.
6837 (gdb_int128_helper): Likewise.
6838
6839 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6840
6841 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6842
6843 2018-09-10 Jerome Guitton <guitton@adacore.com>
6844
6845 * gdb.ada/same_component_name: Add test for case of tagged record
6846 with variable-length fields.
6847
6848 2018-09-10 Xavier Roirand <roirand@adacore.com>
6849
6850 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6851 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6852 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6853 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6854
6855 2018-09-10 Xavier Roirand <roirand@adacore.com>
6856
6857 * gdb.ada/mi_string_access.exp: New testcase.
6858 * gdb.ada/mi_string_access/bar.adb: New file.
6859 * gdb.ada/mi_string_access/pck.adb: New file.
6860 * gdb.ada/mi_string_access/pck.asd: New file.
6861
6862 2018-09-10 Xavier Roirand <roirand@adacore.com>
6863
6864 * gdb.ada/mi_var_union.exp: New testcase.
6865 * gdb.ada/mi_var_union/bar.adb: New file.
6866 * gdb.ada/mi_var_union/pck.adb: New file.
6867 * gdb.ada/mi_var_union/pck.asd: New file.
6868
6869 2018-09-08 Tom Tromey <tom@tromey.com>
6870
6871 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6872
6873 2018-09-08 Tom Tromey <tom@tromey.com>
6874
6875 PR python/16047:
6876 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6877 (register_pretty_printers): Register new printer.
6878 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6879 test.
6880 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6881 (an_int_type3): New global.
6882
6883 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6884
6885 * gdb.ada/expr_with_funcall: New testcase.
6886
6887 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.ada/packed_array_assign: New testcase.
6890
6891 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6892
6893 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6894 names, and add test prefixes to make test names unique.
6895
6896 2018-09-05 Tom de Vries <tdevries@suse.de>
6897
6898 * gdb.dwarf2/varval.exp: Add test.
6899
6900 2018-09-04 Gary Benson <gbenson@redhat.com>
6901
6902 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6903 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6904
6905 2018-08-31 Tom Tromey <tom@tromey.com>
6906
6907 * gdb.rust/simple.rs: Rename second variable "v".
6908
6909 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 * gdb.base/funcargs.c (use_a): New function.
6912 (recurse): Call use_a.
6913
6914 2018-08-29 Keith Seitz <keiths@redhat.com>
6915
6916 * gdb.compile/compile-cplus-anonymous.cc: New file.
6917 * gdb.compile/compile-cplus-anonymous.exp: New file.
6918 * gdb.compile/compile-cplus-array-decay.cc: New file.
6919 * gdb.compile/compile-cplus-array-decay.exp: New file.
6920 * gdb.compile/compile-cplus-inherit.cc: New file.
6921 * gdb.compile/compile-cplus-inherit.exp: New file.
6922 * gdb.compile/compile-cplus-member.cc: New file.
6923 * gdb.compile/compile-cplus-member.exp: New file.
6924 * gdb.compile/compile-cplus-method.cc: New file.
6925 * gdb.compile/compile-cplus-method.exp: New file.
6926 * gdb.compile/compile-cplus-mod.c: "New" file.
6927 * gdb.compile/compile-cplus-namespace.cc: New file.
6928 * gdb.compile/compile-cplus-namespace.exp: New file.
6929 * gdb.compile/compile-cplus-nested.cc: New file.
6930 * gdb.compile/compile-cplus-nested.exp: New file.
6931 * gdb.compile/compile-cplus-print.c: "New" file.
6932 * gdb.compile/compile-cplus-print.exp: "New" file.
6933 * gdb.compile/compile-cplus-virtual.cc: New file.
6934 * gdb.compile/compile-cplus-virtual.exp: New file.
6935 * gdb.compile/compile-cplus.c: "New" file.
6936 * gdb.compile/compile-cplus.exp: "New" file.
6937 * lib/compile-support.exp: New file.
6938
6939 2018-08-16 Gary Benson <gbenson@redhat.com>
6940
6941 PR gdb/13000:
6942 * gdb.base/batch-exit-status.exp: New file.
6943 * gdb.base/batch-exit-status.good-commands: Likewise.
6944 * gdb.base/batch-exit-status.bad-commands: Likewise.
6945
6946 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6947
6948 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6949 (struct struct02): Likewise.
6950 (struct struct03): Likewise.
6951 (struct struct04): Likewise.
6952 (struct struct_01_01): New struct.
6953 (struct struct_01_02): Likewise.
6954 (struct struct_01_03): Likewise.
6955 (struct struct_01_04): Likewise.
6956 (struct struct_02_01): Likewise.
6957 (struct struct_02_02): Likewise.
6958 (struct struct_02_03): Likewise.
6959 (struct struct_02_04): Likewise.
6960 (struct struct_04_01): Likewise.
6961 (struct struct_04_02): Likewise.
6962 (struct struct_04_03): Likewise.
6963 (struct struct_04_04): Likewise.
6964 (struct struct_05_01): Likewise.
6965 (struct struct_05_02): Likewise.
6966 (struct struct_05_03): Likewise.
6967 (struct struct_05_04): Likewise.
6968 (cmp_struct01): Remove function.
6969 (cmp_struct02): Likewise.
6970 (cmp_struct03): Likewise.
6971 (cmp_struct04): Likewise.
6972 (cmp_struct_01_01): Add Function.
6973 (cmp_struct_01_02): Likewise.
6974 (cmp_struct_01_03): Likewise.
6975 (cmp_struct_01_04): Likewise.
6976 (cmp_struct_02_01): Likewise.
6977 (cmp_struct_02_02): Likewise.
6978 (cmp_struct_02_03): Likewise.
6979 (cmp_struct_02_04): Likewise.
6980 (cmp_struct_04_01): Likewise.
6981 (cmp_struct_04_02): Likewise.
6982 (cmp_struct_04_03): Likewise.
6983 (cmp_struct_04_04): Likewise.
6984 (cmp_struct_05_01): Likewise.
6985 (cmp_struct_05_02): Likewise.
6986 (cmp_struct_05_03): Likewise.
6987 (cmp_struct_05_04): Likewise.
6988 (call_all): Add new structs.
6989 * gdb.base/infcall-nested-structs.exp: Likewise.
6990
6991 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6992
6993 * gdb.python/py-framefilter-mi.exp: Update regexp to
6994 check for "arch" field in frame output.
6995
6996 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6997
6998 * gdb.dwarf2/dw2-ranges-func.c: New file.
6999 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7000
7001 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7002
7003 * gdb.base/term.exp: Compare terminal settings with values from
7004 the inferior.
7005 * gdb.base/term.c: Get and set terminal settings.
7006
7007 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7008
7009 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7010 accommodate new "arch" field in frame output.
7011 * gdb.mi/mi-return.exp: Likewise.
7012 * gdb.mi/mi-stack.exp: Likewise.
7013 * gdb.mi/mi-syn-frame.exp: Likewise.
7014 * gdb.mi/user-selected-context-sync.exp: Likewise.
7015
7016 2018-08-19 Michael Spang <spang@google.com>
7017
7018 PR gdb/11786
7019 * gdb.base/gcore-tls-pie.c: New file.
7020 * gdb.base/gcore-tls-pie.exp: New file.
7021
7022 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7023
7024 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7025 * gdb.dwarf2/varval.c: New file.
7026 * gdb.dwarf2/varval.exp: New file.
7027
7028 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7029
7030 PR gdb/18931
7031 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7032
7033 2018-08-16 Keith Seitz <keiths@redhat.com>
7034
7035 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7036 tests expected to pass.
7037
7038 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7039
7040 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7041 -data-disassemble -a.
7042 (test_disassembly_bogus_args): Likewise.
7043
7044 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7045
7046 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7047
7048 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7049
7050 * gdb.base/vla-optimized-out.exp: Add new test.
7051
7052 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7053
7054 * gdb.base/vla-optimized-out-o3.exp: Delete.
7055 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7056 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7057 deleted tests.
7058
7059 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7060
7061 PR gdb/18050:
7062 * gdb.server/extended-remote-restart.c: New file.
7063 * gdb.server/extended-remote-restart.exp: New file.
7064
7065 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7066
7067 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7068 "set variable index = 42".
7069
7070 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7071
7072 * boards/index-cache-gdb.exp: New file.
7073 * gdb.dwarf2/index-cache.exp: New file.
7074 * gdb.dwarf2/index-cache.c: New file.
7075 * gdb.base/maint.exp: Check if we are using the index cache.
7076
7077 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7078
7079 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7080 MAKEFLAGS.
7081
7082 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7083
7084 * dg-extract-results.sh: Move to toplevel contrib.
7085 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7086 * Makefile.in (check-parallel-racy): Likewise.
7087
7088 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7089
7090 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7091 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7092 tests if the target supports scheduler locking.
7093
7094 2018-08-04 Tom de Vries <tdevries@suse.de>
7095
7096 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7097
7098 2018-08-02 Tom Tromey <tom@tromey.com>
7099
7100 PR symtab/16842.
7101 * gdb.cp/temargs.exp: Test "info address" of a template
7102 parameter.
7103
7104 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7105
7106 * gdb.python/py-mi-var-info-path-expression.c: New file.
7107 * gdb.python/py-mi-var-info-path-expression.py: New file.
7108 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7109
7110 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7111
7112 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7113 error after "cannot resolve name" string.
7114
7115 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7116
7117 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7118 started.
7119 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7120
7121 2018-07-28 Tom de Vries <tdevries@suse.de>
7122
7123 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7124
7125 2018-07-26 Tom de Vries <tdevries@suse.de>
7126
7127 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7128
7129 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7130
7131 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7132 is visible.
7133
7134 2018-07-26 Tom de Vries <tdevries@suse.de>
7135
7136 PR breakpoints/23366
7137 * gdb.base/catch-follow-exec.c: New test.
7138 * gdb.base/catch-follow-exec.exp: New file.
7139
7140 2018-07-25 Tom de Vries <tdevries@suse.de>
7141
7142 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7143 vla-optimized-out.c.
7144
7145 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7146
7147 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7148 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7149
7150 2018-07-20 Tom de Vries <tdevries@suse.de>
7151
7152 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7153 NOCLONE macro.
7154 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7155
7156 2018-07-19 Tom de Vries <tdevries@suse.de>
7157
7158 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7159 regular expression.
7160
7161 2018-07-18 Tom de Vries <tdevries@suse.de>
7162
7163 * gdb.base/vla-optimized-out.c: New test.
7164 * gdb.base/vla-optimized-out.exp: New file.
7165
7166 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7167
7168 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7169 message "No address associated with hostname" when gdbserver
7170 cannot resolve the hostname.
7171
7172 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7173
7174 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7175 Add some test prefixes to make tests unique.
7176
7177 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7178
7179 * gdb.base/frameapply.c: New file.
7180 * gdb.base/frameapply.exp: New file.
7181
7182 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7183
7184 * gdb.base/skip.exp: Update expected error message.
7185
7186 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7187 Jan Kratochvil <jan.kratochvil@redhat.com>
7188 Paul Fertser <fercerpav@gmail.com>
7189 Tsutomu Seki <sekiriki@gmail.com>
7190
7191 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7192 parameter.
7193 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7194 by default.
7195 * boards/native-gdbserver.exp: Likewise.
7196 * gdb.server/run-without-local-binary.exp: Improve regexp used
7197 for detecting when a remote debugging connection succeeds.
7198 * gdb.server/server-connect.exp: New file.
7199 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7200 Do not prefix the port number with ":".
7201 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7202 support for detecting and using it. Add '$debughost_gdbserver'
7203 to the list of arguments used to start gdbserver. Handle case
7204 when gdbserver cannot resolve a network name.
7205
7206 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7207
7208 PR c++/23373
7209 * gdb.base/ptype-offsets.cc (struct static_member): New
7210 struct.
7211 (main) <stmember>: New variable.
7212 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7213 with a static member in it.
7214
7215 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7216
7217 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7218 watchpoints enabled and disabled.
7219
7220 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * gdb.base/examine-backward.exp: Still run tests around address
7223 0x0, even if address 0x0 is not readable. Update the pattern for
7224 matching address 0x0 in expected output.
7225
7226 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7227
7228 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7229 malloc/free.
7230
7231 2018-07-04 Tom de Vries <tdevries@suse.de>
7232
7233 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7234
7235 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7236
7237 PR tdep/8282
7238 * gdb.arch/mips-disassembler-options.exp: New test.
7239 * gdb.arch/mips-disassembler-options.s: New test source.
7240
7241 2018-06-29 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.threads/names.exp: Adjust expected "info threads" output.
7244
7245 2018-06-29 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.opt/inline-break.exp (line number, address): Add "info
7248 break" tests.
7249
7250 2018-06-29 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7253 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7254 number and address and running to them.
7255
7256 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7257
7258 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7259
7260 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7261
7262 * lib/compiler.c: Remove executable permission flag.
7263
7264 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7265
7266 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7267 code.
7268 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7269
7270 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7271
7272 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7273
7274 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7275
7276 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7277 address argument is omitted.
7278
7279 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7280
7281 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7282
7283 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7284
7285 PR gdb/21695
7286 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7287 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7288
7289 2018-06-26 Tom Tromey <tom@tromey.com>
7290
7291 PR rust/22574:
7292 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7293 * gdb.rust/simple.rs (struct SimpleLayout): New.
7294
7295 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7296
7297 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7298 "info registers" output.
7299
7300 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7301
7302 * gdb.base/watchpoint-hw-attach.c: New test.
7303 * gdb.base/watchpoint-hw-attach.exp: New file.
7304
7305 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7306
7307 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7308 through /bin/sh.
7309 * boards/dwarf4-gdb-index.exp: Likewise.
7310 * boards/fission-dwp.exp: Likewise.
7311
7312 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7313
7314 * gdb.base/float128.exp: Add comment and improved fail message
7315 to the failure case of "print large128" test.
7316
7317 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7318
7319 * configure.ac: Remove AC_PREREQ.
7320 * configure: Re-generate.
7321
7322 2018-06-19 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7325 (func_extern_caller): New.
7326 (main): Call func_extern_caller.
7327 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7328 logic change.
7329
7330 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7331
7332 PR gdb/16841
7333 * gdb.cp/typedef-base.cc: New file.
7334 * gdb.cp/typedef-base.exp: New file.
7335
7336 2018-06-18 Tom de Vries <tdevries@suse.de>
7337
7338 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7339
7340 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7341 Richard Bunt <Richard.Bunt@arm.com>
7342
7343 * gdb.threads/attach-slow-waitpid.c: New file.
7344 * gdb.threads/attach-slow-waitpid.exp: New file.
7345 * gdb.threads/slow-waitpid.c: New file.
7346
7347 2018-06-14 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/fork-running-state.c: Include <errno.h>.
7350 (exit_if_relative_exits): New.
7351 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7352 exits.
7353 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7354 child exits.
7355
7356 2018-06-14 Tom de Vries <tdevries@suse.de>
7357
7358 PR cli/22573
7359 * gdb.base/finish-pretty.c: New test.
7360 * gdb.base/finish-pretty.exp: New file.
7361
7362 2018-06-14 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7365 gdb's expected startup output.
7366
7367 2018-06-14 Pedro Alves <palves@redhat.com>
7368
7369 * lib/selftest-support.exp (selftest_setup): Remove inlined
7370 function handling.
7371
7372 2018-06-14 Tom de Vries <tdevries@suse.de>
7373
7374 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7375 matching of breakpoint printing.
7376
7377 2018-06-13 Tom de Vries <tdevries@suse.de>
7378
7379 PR testsuite/23269
7380 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7381 (fork_child): ... here, and ...
7382 (fork_parent): ... here.
7383
7384 2018-06-12 Tom de Vries <tdevries@suse.de>
7385
7386 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7387
7388 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7389 Stephen Roberts <stephen.roberts@arm.com>
7390
7391 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7392 rewrite test to describe action performed, rather than possible
7393 failure.
7394
7395 2018-06-08 Gary Benson <gbenson@redhat.com>
7396
7397 * gdb.threads/check-libthread-db.exp: New file.
7398 * gdb.threads/check-libthread-db.c: Likewise.
7399
7400 2018-06-05 Tom Tromey <tom@tromey.com>
7401
7402 * gdb.base/default.exp: Update expected "show version" output.
7403
7404 2018-06-05 Tom Tromey <tom@tromey.com>
7405
7406 PR cli/12326:
7407 * gdb.cp/static-print-quit.exp: Update.
7408 * lib/gdb.exp (pagination_prompt): Update.
7409 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7410 * gdb.python/python.exp: Update.
7411
7412 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7415
7416 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7417
7418 * gdb.ada/bp_fun_addr: New testcase.
7419
7420 2018-06-01 Tom Tromey <tom@tromey.com>
7421
7422 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7423 results.
7424 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7425 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7426 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7427 * gdb.base/maint.exp (maint_pass_if): Update.
7428
7429 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7430
7431 * gdb.base/endian.exp: New test.
7432 * gdb.base/endian.c: New test source.
7433
7434 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7435
7436 PR gdb/23203
7437 * gdb.base/bt-selected-frame.c: New file.
7438 * gdb.base/bt-selected-frame.exp: New file.
7439 * lib/gdb.exp (get_current_frame_number): New function.
7440
7441 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7442 Pedro Alves <palves@redhat.com>
7443
7444 * gdb.threads/tls-core.c: Include <stdlib.h>
7445 (thread_proc): Call `abort'.
7446 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7447 (tls_core_test): New procedure, bits factored out from ...
7448 (top level): ... here. Test both native cores and gcore cores.
7449
7450 2018-05-23 Tom Tromey <tom@tromey.com>
7451
7452 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7453
7454 2018-05-23 Tom Tromey <tom@tromey.com>
7455
7456 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7457 symfile_complaints.
7458 (test_short_complaints): Likewise.
7459 (test_empty_complaints): Likewise.
7460 (test_initial_complaints): Update.
7461
7462 2018-05-23 Tom Tromey <tom@tromey.com>
7463
7464 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7465
7466 2018-05-23 Tom Tromey <tom@tromey.com>
7467
7468 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7469 (test_short_complaints): Update.
7470
7471 2018-05-22 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.base/remote.exp: Only gdb_start after compiling the
7474 testcase. Issue "disconnect" before testing "set remote" command
7475 defaults. Issue clean_restart before running to main.
7476
7477 2018-05-22 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/remote.exp: Adjust expected output of "show remote
7480 memory-write-packet-size". Add tests for "set remote
7481 memory-write-packet-size 0" and "set remote
7482 memory-write-packet-size fixed/limit".
7483
7484 2018-05-22 Pedro Alves <palves@redhat.com>
7485
7486 PR gdb/22973
7487 * gdb.base/utf8-identifiers.c: New file.
7488 * gdb.base/utf8-identifiers.exp: New file.
7489
7490 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7491
7492 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7493
7494 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7495
7496 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7497
7498 2018-05-18 Tom Tromey <tom@tromey.com>
7499
7500 * gdb.base/ptype-offsets.exp: Update.
7501
7502 2018-05-17 Keith Seitz <keiths@redhat.com>
7503
7504 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7505 in expected breakpoint stop locations.
7506 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7507 move to proper scope to test variable values.
7508 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7509 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7510 New functions.
7511 (main): Call not_inline_func3.
7512 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7513 inline_func1, inline_func2, and inline_func3. Test that when each
7514 breakpoint is hit, GDB properly reports both the stop location
7515 and the backtrace. Repeat tests for temporary breakpoints.
7516
7517 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7518
7519 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7520 rather then trying to access it in determining whether the PID
7521 of `gdbserver' could have been retrieved.
7522
7523 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7524
7525 * gdb.arch/amd64-init-x87-values.S: New file.
7526 * gdb.arch/amd64-init-x87-values.exp: New file.
7527
7528 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7529
7530 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7531
7532 2018-05-04 Tom Tromey <tom@tromey.com>
7533
7534 PR python/22730:
7535 * gdb.python/python.exp: Test multi-line execute.
7536
7537 2018-05-04 Tom Tromey <tom@tromey.com>
7538
7539 PR python/22731:
7540 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7541
7542 2018-05-04 Tom Tromey <tom@tromey.com>
7543
7544 PR gdb/11750:
7545 * gdb.base/define.exp: Test defining a user command inside a user
7546 command.
7547 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7548
7549 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7550 Pedro Alves <palves@redhat.com>
7551
7552 PR breakpoints/19806 and support for PR external/20207.
7553 * gdb.base/watchpoint-unaligned.c: New file.
7554 * gdb.base/watchpoint-unaligned.exp: New file.
7555
7556 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7557
7558 * gdb.base/maint.exp: Make test names unique, use
7559 test_prefix_command_help to test 'help maint info', and remove
7560 repeated test of 'help maint'.
7561
7562 2018-05-04 Tom Tromey <tom@tromey.com>
7563
7564 PR gdb/22619:
7565 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7566 behavior.
7567
7568 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7569
7570 * gdb.base/maint.exp: Process output from 'maint print registers'
7571 line at a time.
7572
7573 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7574
7575 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7576 timeout.
7577
7578 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7579
7580 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7581 filter pattern.
7582
7583 2018-05-02 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7586 to_log_command renames.
7587 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7588
7589 2018-05-02 Tom Tromey <tom@tromey.com>
7590
7591 * gdb.python/py-parameter.exp: Set test message.
7592
7593 2018-05-02 Tom Tromey <tom@tromey.com>
7594
7595 PR python/20084:
7596 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7597 PARAM_ZUINTEGER_UNLIMITED tests.
7598
7599 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7600
7601 PR rust/23124
7602 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7603 when casting.
7604
7605 2018-04-30 Tom Tromey <tom@tromey.com>
7606
7607 * gdb.python/py-type.exp: Check align attribute.
7608 * gdb.python/py-type.c: New "aligncheck" global.
7609
7610 2018-04-30 Tom Tromey <tom@tromey.com>
7611
7612 PR exp/17095:
7613 * gdb.dwarf2/dw2-align.exp: New file.
7614 * gdb.cp/align.exp: New file.
7615 * gdb.base/align.exp: New file.
7616 * lib/gdb.exp (gdb_int128_helper): New proc.
7617 (has_int128_c, has_int128_cxx): New caching procs.
7618
7619 2018-04-27 Tom Tromey <tom@tromey.com>
7620
7621 PR rust/22545:
7622 * gdb.rust/simple.exp: Add inclusive range tests.
7623
7624 2018-04-26 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7627 ifunc breakpoint locations correctly of ifunc breakpoints set
7628 while the program resolves the ifunc.
7629
7630 2018-04-26 Pedro Alves <palves@redhat.com>
7631
7632 * gdb.base/gnu-ifunc-final.c: New file.
7633 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7634 * gdb.base/gnu-ifunc.exp (executable): Delete.
7635 (staticexecutable): Adjust.
7636 (lib_opts, exec_opts): Delete.
7637 (make_binsuffix, build, set-break): New procedures.
7638 (misc_tests): New, with tests factored out from the top level.
7639 (top level): Test different combinations of ifunc resolver name,
7640 resolver with and with debug info, and ifunc target with and
7641 without debug info. Wrap static tests with with_target_prefix.
7642
7643 2018-04-26 Pedro Alves <palves@redhat.com>
7644
7645 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7646 return type" warnings.
7647
7648 2018-04-25 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7651 killed".
7652 * gdb.base/kill-after-signal.exp: Likewise.
7653 * gdb.threads/kill.exp: Likewise.
7654
7655 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7656 Sergio Durigan Junior <sergiodj@redhat.com>
7657 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7660 regexps to expect for '[Inferior ... detached]' as well.
7661 * gdb.base/attach.exp: Likewise.
7662 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7663 "gdb_continue_to_end".
7664 (test_catch_syscall_with_wrong_args): Likewise.
7665 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7666 ']'. Don't set 'verbose' on.
7667 * gdb.base/foll-vfork.exp: Likewise.
7668 * gdb.base/fork-print-inferior-events.c: New file.
7669 * gdb.base/fork-print-inferior-events.exp: New file.
7670 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7671 '[Inferior ... has been killed]' message.
7672 * gdb.base/kill-after-signal.exp: Likewise.
7673 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7674 detach message.
7675 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7676 message.
7677 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7678 regexps to expect for '[Inferior ... detached]' as well.
7679 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7680
7681 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7682
7683 PR gdb/23104
7684 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7685
7686 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7687
7688 PR gdb/23095
7689 * gdb.base/break-probes.exp: Pass shlib_load to
7690 prepare_for_testing. Set normal_bp to r_debug_state if target is
7691 bsd.
7692
7693 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7694
7695 * gdb.threads/multiple-successive-infcall.c: New test.
7696 * gdb.threads/multiple-successive-infcall.exp: New file.
7697
7698 2018-04-17 Tom Tromey <tom@tromey.com>
7699
7700 * gdb.rust/simple.rs (Union): New type.
7701 (main): New local "u".
7702 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7703
7704 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7705
7706 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7707 number information in output of "whereis" command.
7708 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7709
7710 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7711
7712 * gdb.ada/info_types.exp: Adjust expected output to the line
7713 numbers now printed by "info var/func/type".
7714 * gdb.base/completion.exp: Likewise.
7715 * gdb.base/included.exp: Likewise.
7716 * gdb.cp/cp-relocate.exp: Likewise.
7717 * gdb.cp/cplusfuncs.exp: Likewise.
7718 * gdb.cp/namespace.exp: Likewise.
7719 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7720
7721 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7722
7723 * gdb.btrace/cpu.exp: New.
7724
7725 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7726
7727 * gdb.base/step-indirect-call-thunk.exp: New.
7728 * gdb.base/step-indirect-call-thunk.c: New.
7729 * gdb.reverse/step-indirect-call-thunk.exp: New.
7730 * gdb.reverse/step-indirect-call-thunk.c: New.
7731
7732 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7733
7734 * gdb.base/pie-fork.c: New file.
7735 * gdb.base/pie-fork.exp: New file.
7736
7737 2018-04-11 Tom Tromey <tom@tromey.com>
7738
7739 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7740
7741 2018-04-10 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7744 exits. Instead loop running forever.
7745 (fork_parent): Run forever too.
7746
7747 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7748
7749 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7750 mi_continue_to_line.
7751 * gdb.mi/mi-stack.c (callee4): Add comment.
7752
7753 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7754
7755 * gdb.mi/mi-stack.exp: Fix indentation.
7756
7757 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7758
7759 PR gdb/22979
7760 * gdb.arch/amd64-osabi.exp: New file.
7761
7762 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 PR gdb/22980
7765 * gdb.base/osabi.exp: New file.
7766
7767 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7768
7769 * gdb.cp/static-typedef-print.exp: New file.
7770 * gdb.cp/static-typedef-print.cc: New file.
7771
7772 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7773
7774 * gdb.ada/varsize_limit: New testcase.
7775
7776 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7777
7778 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7779
7780 * gdb.ada/notcplusplus: New testcase.
7781
7782 * gdb.base/c-linkage-name.c: New file.
7783 * gdb.base/c-linkage-name.exp: New testcase.
7784
7785 2018-03-26 Tom Tromey <tom@tromey.com>
7786
7787 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7788 * gdb.python/py-framefilter.py (name_error): New global.
7789 (ErrorInName.function): Use name_error.
7790
7791 2018-03-26 Tom Tromey <tom@tromey.com>
7792
7793 PR backtrace/15582:
7794 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7795
7796 2018-03-23 Keith Seitz <keiths@redhat.com>
7797
7798 PR c++/22968
7799 * gdb.cp/subtypes.exp: New file.
7800 * gdb.cp/subtypes.h: New file.
7801 * gdb.cp/subtypes.cc: New file.
7802 * gdb.cp/subtypes-2.cc: New file.
7803
7804 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7805
7806 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7807 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7808 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7809 -nostartfiles when compiling the test. Confirm that all registers
7810 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7811
7812 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7813
7814 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7815 option, syntax was wrong anyway.
7816 * gdb.arch/arm-disp-step.exp: Likewise.
7817 * gdb.arch/sparc64-regs.exp: Likewise.
7818 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7819 option, syntax was wrong anyway, switch to use
7820 prepare_for_testing.
7821 * gdb.arch/i386-disp-step.exp: Likewise.
7822
7823 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7824
7825 * gdb.ada/exec_changed.exp: Replace "target_info exists
7826 use_gdb_stub" by "use_gdb_stub".
7827 * gdb.ada/start.exp: Likewise.
7828 * gdb.base/async-shell.exp: Likewise.
7829 * gdb.base/attach-pie-misread.exp: Likewise.
7830 * gdb.base/attach-wait-input.exp: Likewise.
7831 * gdb.base/break-entry.exp: Likewise.
7832 * gdb.base/break-interp.exp: Likewise.
7833 * gdb.base/dprintf-detach.exp: Likewise.
7834 * gdb.base/nostdlib.exp: Likewise.
7835 * gdb.base/solib-nodir.exp: Likewise.
7836 * gdb.base/statistics.exp: Likewise.
7837 * gdb.base/testenv.exp: Likewise.
7838 * gdb.mi/mi-exec-run.exp: Likewise.
7839 * gdb.mi/mi-start.exp: Likewise.
7840 * gdb.multi/dummy-frame-restore.exp: Likewise.
7841 * gdb.multi/multi-arch-exec.exp: Likewise.
7842 * gdb.multi/multi-arch.exp: Likewise.
7843 * gdb.multi/tids.exp: Likewise.
7844 * gdb.multi/watchpoint-multi.exp: Likewise.
7845 * gdb.python/py-events.exp: Likewise.
7846 * gdb.threads/attach-into-signal.exp: Likewise.
7847 * gdb.threads/attach-stopped.exp: Likewise.
7848 * gdb.threads/threadapply.exp: Likewise.
7849 * lib/selftest-support.exp: Likewise.
7850
7851 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7852
7853 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7854
7855 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7856
7857 * gdb.perf/template-breakpoints.cc: New file.
7858 * gdb.perf/template-breakpoints.exp: New file.
7859 * gdb.perf/template-breakpoints.py: New file.
7860
7861 2018-03-19 Tom Tromey <tom@tromey.com>
7862
7863 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7864 y0.
7865 * gdb.rust/simple.exp: Test bare identifier form of struct
7866 initializer.
7867
7868 2018-03-19 Tom Tromey <tom@tromey.com>
7869
7870 * gdb.gdb/observer.exp: Remove.
7871
7872 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7873
7874 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7875 "qualified" option when setting breakpoints.
7876 * gdb.trace/backtrace.exp: Likewise.
7877 * gdb.trace/circ.exp: Likewise.
7878 * gdb.trace/collection.exp: Likewise.
7879 * gdb.trace/disconnected-tracing.exp: Likewise.
7880 * gdb.trace/ftrace-lock.exp: Likewise.
7881 * gdb.trace/ftrace.exp: Likewise.
7882 * gdb.trace/infotrace.exp: Likewise.
7883 * gdb.trace/packetlen.exp: Likewise.
7884 * gdb.trace/passc-dyn.exp: Likewise.
7885 * gdb.trace/qtro.exp: Likewise.
7886 * gdb.trace/read-memory.exp: Likewise.
7887 * gdb.trace/report.exp: Likewise.
7888 * gdb.trace/signal.exp: Likewise.
7889 * gdb.trace/status-stop.exp: Likewise.
7890 * gdb.trace/strace.exp: Likewise.
7891 * gdb.trace/tfind.exp: Likewise.
7892 * gdb.trace/trace-break.exp: Likewise.
7893 * gdb.trace/trace-condition.exp: Likewise.
7894 * gdb.trace/trace-mt.exp: Likewise.
7895 * gdb.trace/tstatus.exp: Likewise.
7896 * gdb.trace/tsv.exp: Likewise.
7897 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7898 * gdb.trace/unavailable.exp: Likewise.
7899 * gdb.trace/while-dyn.exp: Likewise.
7900
7901 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7902
7903 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7904 that libinproctrace is copied to the target.
7905
7906 2018-03-14 Tom Tromey <tom@tromey.com>
7907
7908 PR cli/14977:
7909 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7910 a null pointer.
7911 * gdb.base/wchar.exp: Likewise.
7912
7913 2018-03-14 Tom Tromey <tom@tromey.com>
7914
7915 PR cli/19918:
7916 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7917 flag.
7918
7919 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7920
7921 PR gdb/22841
7922 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7923 "target" to remote_exec.
7924
7925 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7926
7927 PR gdb/22841
7928 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7929 ${board}_upload): Remove.
7930
7931 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7932
7933 * gdb.cp/watch-cp.cc: New test.
7934 * gdb.cp/watch-cp.exp: New file.
7935
7936 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7937
7938 * gdb.base/infcall-nested-structs.exp: New file.
7939 * gdb.base/infcall-nested-structs.c: New file.
7940 * gdb.base/float.exp: Add riscv support.
7941
7942 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7943
7944 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7945 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7946
7947 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7948
7949 * gdb.server/abspath.exp: New file.
7950 * lib/gdb.exp (with_cwd): New procedure.
7951
7952 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7953
7954 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7955 use it.
7956 (gdb_is_target_remote_prompt): New proc.
7957 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7958 (gdb_is_target_native): Pass prompt parameter to
7959 gdb_is_target_1.
7960
7961 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7962
7963 * gdb.base/load-command.c: New file.
7964 * gdb.base/load-command.exp: New file.
7965 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7966 (gdb_is_target_1): ...this, and generalize for other targets
7967 than just remote.
7968 (gdb_is_target_remote): Use gdb_is_target_1.
7969 (gdb_is_target_native): use gdb_is_target_1.
7970
7971 2018-02-26 Tom Tromey <tom@tromey.com>
7972
7973 PR python/16497:
7974 * gdb.python/py-framefilter.exp: Update test.
7975
7976 2018-02-26 Tom Tromey <tom@tromey.com>
7977
7978 * gdb.dwarf2/variant.c: New file.
7979 * gdb.dwarf2/variant.exp: New file.
7980
7981 2018-02-26 Tom Tromey <tom@tromey.com>
7982
7983 * gdb.rust/simple.exp: Accept more possible results in enum test.
7984
7985 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7986
7987 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7988 parentheses.
7989
7990 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7991
7992 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7993 name of a variable: $actual_linejj -> $actual_line.
7994
7995 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7996
7997 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7998
7999 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8000
8001 * gdb.btrace/buffer-size.exp: Do not force BTS.
8002
8003 2018-02-14 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8006 getting a "Quit".
8007
8008 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8009
8010 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8011 Fix test name.
8012
8013 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 * gdb.cp/m-static.exp: Check type of optimized out static
8016 member.
8017
8018 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8019
8020 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8021 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8022
8023 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8024 Leszek Swirski <leszeks@google.com>
8025
8026 * gdb.python/py-prettyprint.c
8027 (struct to_string_returns_value_inner,
8028 struct to_string_returns_value_wrapper): New.
8029 (main): Add tsrvw variable.
8030 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8031 ToStringReturnsValueWrapper): New classes.
8032 (register_pretty_printers): Register new pretty-printers.
8033 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8034 recursive pretty printer.
8035 * gdb.python/py-mi.exp: Likewise.
8036
8037 2018-02-01 Leszek Swirski <leszeks@google.com>
8038
8039 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8040 functions with the same name as an include file are parsed
8041 correctly.
8042
8043 2018-02-01 Yao Qi <yao.qi@linaro.org>
8044
8045 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8046 "\[^\r\n\]*".
8047
8048 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8049
8050 * gdb.arch/powerpc-prologue-frame.s: New file.
8051 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8052 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8053
8054 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8055
8056 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8057
8058 2018-01-30 Pedro Alves <palves@redhat.com>
8059
8060 PR gdb/13211
8061 * gdb.base/interrupt-daemon.c: New.
8062 * gdb.base/interrupt-daemon.exp: New.
8063 * gdb.multi/multi-term-settings.c: New.
8064 * gdb.multi/multi-term-settings.exp: New.
8065
8066 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8067
8068 * gdb.base/break.exp: Save the location where the breakpoint
8069 on break.c:47 was actually inserted when debugging the version
8070 compiled at -O2 and use it in the expected output of the "info
8071 break" test performed soon after.
8072
8073 2018-01-22 Pedro Alves <palves@redhat.com>
8074 Sergio Durigan Junior <sergiodj@redhat.com>
8075
8076 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8077 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8078
8079 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8080
8081 * gdb.base/break-include.c, gdb.base/break-include.inc,
8082 gdb.base/break-include.exp: New files.
8083 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8084 line number now being the actual line number where the breakpoint
8085 was inserted.
8086 * gdb.mi/mi-break.exp: Likewise.
8087 * gdb.mi/mi-reverse.exp: Likewise.
8088 * gdb.mi/mi-simplerun.exp: Ditto.
8089
8090 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8091
8092 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8093 varobj.
8094 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8095
8096 2018-01-21 Don Breazeal <donb@codesourcery.com>
8097 Andrew Burgess <andrew.burgess@embecosm.com>
8098
8099 * gdb.mi/basics.c: Add new global.
8100 * gdb.mi/mi-frame-regs.exp: New file.
8101 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8102 case.
8103
8104 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8105
8106 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8107 non-parameter, and on an unknown symbol.
8108
8109 2018-01-19 Tom Tromey <tom@tromey.com>
8110
8111 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8112 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8113
8114 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8115
8116 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8117 setrlimit and chdir to int.
8118
8119 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8120
8121 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8122 function.
8123 (my_tend): Likewise.
8124 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8125 rationale of avoiding FP- and vector instructions.
8126
8127 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8128
8129 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8130 "info reg" with "\[ \t\]*".
8131 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8132 "\[ \t\]+".
8133 * gdb.arch/s390-multiarch.exp: Ditto.
8134 * gdb.base/pc-fp.exp: Ditto.
8135 * gdb.reverse/i386-precsave.exp: Ditto.
8136 * gdb.reverse/i386-reverse.exp: Ditto.
8137 * gdb.reverse/i387-env-reverse.exp: Ditto.
8138 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8139
8140 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8141
8142 * lib/gdb.exp (gdb_compile): Re-enable use of
8143 universal_compile_options for languages other than Rust.
8144
8145 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8146
8147 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8148
8149 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8150
8151 PR gdb/16577
8152 * gdb.base/solib-vanish.exp: New.
8153 * gdb.base/solib-vanish-main.c: New.
8154 * gdb.base/solib-vanish-lib1.c: New.
8155 * gdb.base/solib-vanish-lib2.c: New.
8156
8157 2018-01-17 Yao Qi <yao.qi@linaro.org>
8158
8159 * gdb.compile/compile.exp: Match the address printed for
8160 frame in the output of command "bt".
8161
8162 2018-01-15 Tom Tromey <tom@tromey.com>
8163
8164 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8165 compute sp_reg.
8166
8167 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8168
8169 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8170 to prepare.
8171 (prepare): Return 0 on error, 1 on success.
8172
8173 2018-01-12 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.base/continue-after-aborted-step-over.c: New.
8176 * gdb.base/continue-after-aborted-step-over.exp: New.
8177
8178 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8181 options when not creating an executable.
8182
8183 2018-01-11 Pedro Alves <palves@redhat.com>
8184
8185 PR remote/22597
8186 * gdb.server/stop-reply-no-thread.c: New file.
8187 * gdb.server/stop-reply-no-thread.exp: New file.
8188
8189 2018-01-10 Pedro Alves <palves@redhat.com>
8190
8191 PR gdb/22670
8192 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8193 functions too. Test setting breakpoints and printing C functions
8194 with no debug info too.
8195 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8196
8197 2018-01-10 Pedro Alves <palves@redhat.com>
8198
8199 PR gdb/22670
8200 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8201 a fail.
8202
8203 2018-01-10 Pedro Alves <palves@redhat.com>
8204
8205 PR gdb/22670
8206 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8207
8208 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8209
8210 * gdb.server/unittest.exp: Match the output in non-development
8211 mode.
8212
8213 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8214
8215 * gdb.gdb/unittest.exp: Match output in non-development mode.
8216
8217 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8218
8219 * gdb.ada/access_tagged_param.exp: Relax expected output
8220 for value of "ObjL" in "continue" to pck.inspect breakpoint
8221 test.
8222
8223 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8224
8225 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8226 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8227
8228 2018-01-05 Pedro Alves <palves@redhat.com>
8229
8230 PR gdb/18653
8231 * gdb.base/libsegfault.exp: New.
8232
8233 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8234
8235 PR gdb/22670
8236 * gdb.ada/access_tagged_param.exp: New file.
8237 * gdb.ada/access_tagged_param/foo.adb: New file.
8238
8239 2018-01-05 Pedro Alves <palves@redhat.com>
8240
8241 PR gdb/22670
8242 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8243 exercise lower case too, and to exercise both full matching and
8244 wild matching.
8245
8246 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8247
8248 * gdb.ada/rename_subscript_param: New testcase.
8249
8250 2018-01-05 Jerome Guitton <guitton@adacore.com>
8251
8252 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8253
8254 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.ada/convvar_comp: New testcase.
8257
8258 2018-01-05 Xavier Roirand <roirand@adacore.com>
8259
8260 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8261 (My_Table): New global variable.
8262 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8263
8264 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8265
8266 PR gdb/22670
8267 * gdb.ada/maint_with_ada: New testcase.
8268
8269 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8270
8271 PR gdb/22670
8272 * gdb.ada/bp_c_mixed_case: New testcase.
8273
8274 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8275
8276 PR gdb/22670
8277 * gdb.ada/complete.exp: Add "complete break ada" test.
8278
8279 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8280
8281 PR gdb/22670
8282 * gdb.ada/info_addr_mixed_case: New testcase.
8283
8284 2018-01-03 Xavier Roirand <roirand@adacore.com>
8285
8286 * gdb.ada/excep_handle.exp: New testcase.
8287 * gdb.ada/excep_handle/foo.adb: New file.
8288 * gdb.ada/excep_handle/pck.ads: New file.
8289
8290 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8291
8292 * gdb.base/step-line.c: Add extra empty line in copyright header.
8293 * gdb.base/step-line.inp: Likewise.
8294
8295 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8296
8297 * gdb.ada/dyn_stride.exp: Add slice test.
8298
8299 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8300
8301 * gdb.ada/dyn_stride: New testcase.
8302
8303 2017-12-27 Stafford Horne <shorne@gmail.com>
8304
8305 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8306 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8307
8308 2017-12-27 Stafford Horne <shorne@gmail.com>
8309
8310 * gdb.base/reggroups.c: New file.
8311 * gdb.base/reggroups.exp: New file.
8312
8313 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8314
8315 * gdb.dwarf2/ada-valprint-error.c: New file.
8316 * gdb.dwarf2/ada-valprint-error.exp: New file.
8317
8318 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8319
8320 * gdb.ada/assign_arr: New testcase.
8321
8322 2017-12-18 Xavier Roirand <roirand@adacore.com>
8323
8324 * gdb.ada/funcall_ptr: New testcase.
8325
8326 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8327
8328 PR cli/16224
8329 * gdb.base/ptype-offsets.cc: New file.
8330 * gdb.base/ptype-offsets.exp: New file.
8331
8332 2017-12-15 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8335 if XML is disabled.
8336
8337 2017-12-15 Xavier Roirand <roirand@adacore.com>
8338
8339 * gdb.ada/same_component_name: New testcase.
8340
8341 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8342
8343 * gdb.ada/str_binop_equal: New testcase.
8344
8345 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8346
8347 * gdb.ada/task_switch_in_core: New testcase.
8348
8349 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8350
8351 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8352 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8353 call test_bkpt_qualified.
8354 (test_bkpt_qualified): New proc.
8355
8356 2017-12-13 Pedro Alves <palves@redhat.com>
8357
8358 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8359 Tighten regexp by matching with an anchor.
8360
8361 2017-12-13 Pedro Alves <palves@redhat.com>
8362
8363 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8364 ("expression with namespace"): New set of tests.
8365 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8366 (Nested::Test_NS::qux): New.
8367 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8368 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8369
8370 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8371
8372 * gdb.base/server-del-break.c: New file.
8373 * gdb.base/server-del-break.exp: New file.
8374
8375 2017-12-12 Stafford Horne <shorne@gmail.com>
8376
8377 * gdb.xml/tdesc-regs.exp: Add or1k support.
8378
8379 2017-12-12 Stafford Horne <shorne@gmail.com>
8380
8381 * gdb.base/bp-permanent.c: Define nop of or1k.
8382
8383 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8386 output with components being reordered.
8387
8388 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8391 output with components being reordered.
8392
8393 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8394 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.base/maint.exp (check for .gdb_index): Check also for
8397 .debug_names.
8398 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8399 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8400 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8401 (.gdb_index used after symbol reloading): Support also .debug_names.
8402 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8403
8404 2017-12-08 Yao Qi <yao.qi@linaro.org>
8405
8406 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8407 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8408
8409 2017-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 test for breakpoint.
8413
8414 2017-12-08 Yao Qi <yao.qi@linaro.org>
8415
8416 * gdb.arch/aarch64-tagged-pointer.c: New file.
8417 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8418
8419 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8420
8421 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8422 "int".
8423
8424 2017-12-07 Keith Seitz <keiths@redhat.com>
8425
8426 PR breakpoints/22569
8427 * gdb.linespec/ls-errs.exp: Change expected result of "break
8428 -source this file has spaces.c -line 3".
8429 Check that an explicit source file followed by whitespace is
8430 identified as an invalid explicit location.
8431
8432 2017-12-07 Keith Seitz <keiths@redhat.com>
8433
8434 * gdb.cp/nested-types.cc: New file.
8435 * gdb.cp/nested-types.exp: New file.
8436 * lib/cp-support.exp: Load data-structures.exp library.
8437 (debug_cp_test_ptype_class): New global.
8438 (cp_ptype_class_verbose, next_line): New procedures.
8439 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8440 Add and document new return value.
8441 Switch the list of lines to a queue.
8442 Add support for new `type' key for nested type definitions.
8443 Add debugging/troubleshooting messages.
8444 * lib/data-structures.exp: New file.
8445
8446 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8449 with proc_with_prefix, don't use with_test_prefix.
8450
8451 2017-12-07 Tom Tromey <tom@tromey.com>
8452
8453 * gdb.base/break.exp: Add test for empty "commands".
8454
8455 2017-12-07 Yao Qi <yao.qi@linaro.org>
8456
8457 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8458 malloc and catch syscall.
8459
8460 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8461
8462 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8463 tests for explicit locations.
8464
8465 2017-12-06 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8468 force-disabling XML descriptions.
8469
8470 2017-12-04 Pedro Alves <palves@redhat.com>
8471
8472 PR gdb/22499
8473 * gdb.arch/amd64-disp-step-avx.S: New file.
8474 * gdb.arch/amd64-disp-step-avx.exp: New file.
8475
8476 2017-12-03 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8479 and <string.h>.
8480 (parent_function): Print distinct messages when waitpid fails, or
8481 the child exits with a signal, or the child exits for an unhandled
8482 reason.
8483 * gdb.threads/process-dies-while-detaching.exp
8484 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8485 it. Wait for both inferior output and GDB's prompt. Use an
8486 indirect spawn id list.
8487 (do_detach): New parameter 'child_exit'. Use it to compute
8488 expected inferior output.
8489 (test_detach, test_detach_watch, test_detach_killed_outside):
8490 Adjust to pass down the expected child exit kind.
8491
8492 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8493 Sergio Durigan Junior <sergiodj@redhat.com>
8494 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8497
8498 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8499
8500 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8501 to 'symbol-file' and 'add-symbol-file' can be
8502 position-independent.
8503
8504 2017-12-01 Yao Qi <yao.qi@linaro.org>
8505
8506 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8507 the URL in copyright header.
8508 * gdb.arch/aarch64-fp.exp: Likewise.
8509 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8510 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8511 * gdb.base/expand-psymtabs.exp: Likewise.
8512 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8513 * gdb.fortran/common-block.exp: Likewise.
8514 * gdb.fortran/common-block.f90: Likewise.
8515 * gdb.fortran/logical.exp: Likewise.
8516 * gdb.fortran/vla-datatypes.f90: Likewise.
8517 * gdb.fortran/vla-sub.f90: Likewise.
8518
8519 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8520
8521 * gdb.ada/repeat_dyn: New testcase.
8522
8523 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8524
8525 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8526 Update for changed thread numbering.
8527 * gdb.cell/bt.exp: Update for changed GDB output.
8528
8529 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8530
8531 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8532 setting isremote by hand.
8533 * boards/dwarf4-gdb-index.exp: Likewise.
8534 * boards/fission.exp: Likewise.
8535 * boards/stabs.exp: Likewise.
8536
8537 2017-11-30 Pedro Alves <palves@redhat.com>
8538
8539 * gdb.linespec/cpls-ops.exp
8540 (check_explicit_skips_function_argument): Extract the underlying
8541 type of size_t instead of hardcoding it.
8542
8543 2017-11-29 Pedro Alves <palves@redhat.com>
8544
8545 PR c++/19436
8546 * gdb.linespec/cpls-abi-tag.cc: New file.
8547 * gdb.linespec/cpls-abi-tag.exp: New file.
8548
8549 2017-11-29 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/langs.exp: Use -qualified.
8552 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8553 it.
8554 * gdb.cp/namespace.exp: Use -qualified.
8555 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8556 (overload-3, template-overload, template-ret-type, const-overload)
8557 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8558 procedures.
8559 (test_driver): Call them.
8560 * gdb.cp/save-bp-qualified.cc: New.
8561 * gdb.cp/save-bp-qualified.exp: New.
8562 * gdb.linespec/explicit.exp: Test -qualified.
8563 * lib/completion-support.exp (completion::explicit_opts_list): Add
8564 "-qualified".
8565 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8566
8567 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8568
8569 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8570
8571 2017-11-29 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.base/relocate.exp: Update invalid argument test.
8574 Add new tests for invalid arguments.
8575
8576 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8577
8578 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8579 Return 0 as a long.
8580 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8581
8582 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8583
8584 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8585 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8586 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8587 func ().
8588 * gdb.cp/shadow.cc (B.func): Return 0.
8589
8590 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8591
8592 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8593 expected output in gdb_expect call to allow the exception
8594 message to be present as well. Fix syntax confusion to avoid
8595 TCL thinking that exception_name is an array.
8596
8597 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8598
8599 * gdb.arch/spu-info.c: Include <unistd.h>.
8600 (do_signal_test): Fix broken calls to write.
8601 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8602 Fix checks for empty mailboxes. Update signal tests for corrected
8603 do_signal_test routine. Allow nonzero event status.
8604 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8605 * gdb.cell/arch.exp: Use standard_output_file.
8606 * gdb.cell/break.exp: Likewise.
8607 * gdb.cell/bt.exp: Likewise.
8608 * gdb.cell/core.exp: Likewise.
8609 * gdb.cell/dwarfaddr.exp: Likewise.
8610 * gdb.cell/ea-cache.exp: Likewise.
8611 * gdb.cell/ea-standalone.exp: Likewise.
8612 * gdb.cell/f-regs.exp: Likewise.
8613 * gdb.cell/fork.exp: Likewise.
8614 * gdb.cell/gcore.exp: Likewise.
8615 * gdb.cell/mem-access.exp: Likewise.
8616 * gdb.cell/ptype.exp: Likewise.
8617 * gdb.cell/registers.exp: Likewise.
8618 * gdb.cell/sizeof.exp: Likewise.
8619 * gdb.cell/solib-symbol.exp: Likewise.
8620 * gdb.cell/solib.exp: Likewise.
8621
8622 2017-11-25 Pedro Alves <palves@redhat.com>
8623
8624 * gdb.base/complete-empty.exp: New file.
8625 * gdb.base/completion.exp: Adjust.
8626
8627 2017-11-25 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.linespec/cpls-ops.cc: New file.
8630 * gdb.linespec/cpls-ops.exp: New file.
8631 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8632 factored out from ...
8633 (test_complete_prefix_range): ... this.
8634
8635 2017-11-24 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.linespec/cpcompletion.exp: New file.
8638 * gdb.linespec/cpls-hyphen.cc: New file.
8639 * gdb.linespec/cpls.cc: New file.
8640 * gdb.linespec/cpls2.cc: New file.
8641 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8642 test to use test_gdb_complete_unique. Add label completion,
8643 keyword completion and explicit location completion tests.
8644 * lib/completion-support.exp: New file.
8645
8646 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8647
8648 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8649 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8650 when hitting an exception catchpoint.
8651
8652 2017-11-22 Yao Qi <yao.qi@linaro.org>
8653
8654 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8655
8656 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8657
8658 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8659 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8660 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8661
8662 2017-11-22 Yao Qi <yao.qi@linaro.org>
8663
8664 * gdb.base/info-os.exp: Pass pthreads.
8665 * gdb.multi/multi-attach.exp: Likewise.
8666
8667 2017-11-22 Yao Qi <yao.qi@linaro.org>
8668
8669 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8670 compiler.
8671
8672 2017-11-22 Yao Qi <yao.qi@linaro.org>
8673
8674 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8675 * gdb.base/break-interp.exp: Likewise.
8676 * gdb.base/jit-attach-pie.exp: Likewise.
8677
8678 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8679
8680 * gdb.base/float128.c (large128): New variable.
8681 * gdb.base/float128.exp: Add test to print largest __float128 value.
8682
8683 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8684
8685 * gdb.arch/vsx-regs.exp: Update register content checks.
8686
8687 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8688
8689 * gdb.arch/ppc-longdouble.exp: New file.
8690 * gdb.arch/ppc-longdouble.c: Likewise.
8691
8692 2017-11-21 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8695
8696 2017-11-20 Pedro Alves <palves@redhat.com>
8697
8698 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8699 (long_double_typedef): New typedefs.
8700 Use DEF on double and long double.
8701 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8702 cases.
8703 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8704 and 'long_double_ptr_same_size' locals. Use them to decide
8705 whether cast from array/function to float is valid/invalid.
8706
8707 2017-11-17 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.rust/traits.rs: New file.
8710 * gdb.rust/traits.exp: New file.
8711
8712 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8713
8714 * gdb.ada/minsyms: New testcase.
8715
8716 2017-11-16 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8719 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8720
8721 2017-11-16 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8724 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8725
8726 2017-11-16 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.server/reconnect-ctrl-c.c: New file.
8729 * gdb.server/reconnect-ctrl-c.exp: New file.
8730
8731 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8732
8733 * gdb.python/py-rbreak.exp: New file.
8734 * gdb.python/py-rbreak.c: New file.
8735 * gdb.python/py-rbreak-func2.c: New file.
8736
8737 2017-11-16 Pedro Alves <palves@redhat.com>
8738
8739 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8740 pattern.
8741 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8742 GDB.
8743
8744 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8745
8746 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8747 regex.
8748
8749 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8750
8751 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8752 test names.
8753
8754 2017-11-09 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8757 factored out from ...
8758 (top level): ... here, and adjusted to avoid expecting beyond the
8759 prompt in a single gdb_test_multiple.
8760
8761 2017-11-09 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8764 output.
8765 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8766 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8767 * gdb.server/ext-run.exp ("kill" test): Likewise.
8768 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8769
8770 2017-11-09 Pedro Alves <palves@redhat.com>
8771
8772 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8773 match till end of line.
8774
8775 2017-11-09 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8778
8779 2017-11-09 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8782 New procedures, factored out from ...
8783 (top level): ... here, and adjusted to avoid expecting beyond the
8784 prompt in one go.
8785
8786 2017-11-09 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8789 output. Fix '?' match.
8790
8791 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8792
8793 * gdb.ada/scoped_watch: New testcase.
8794 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8795 which is actually correct.
8796 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8797 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8798
8799 2017-11-08 Pedro Alves <palves@redhat.com>
8800
8801 * gdb.gdb/complaints.exp (test_initial_complaints)
8802 (test_serial_complaints, test_short_complaints): Call
8803 complaint_internal instead of complaint.
8804
8805 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8806
8807 * gdb.threads/tls-core.c: New file.
8808 * gdb.threads/tls-core.exp: Likewise.
8809
8810 2017-11-08 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8813 (p Exported_Capitalized): New test.
8814 (p exported_capitalized): New test.
8815
8816 2017-11-07 Pedro Alves <palves@redhat.com>
8817
8818 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8819
8820 2017-11-07 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8823 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8824 (disable_invalid, disable_inverted, disable_negative): New
8825 procedures.
8826 ("bad numbers"): New set of tests.
8827
8828 2017-11-07 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.cp/ena-dis-br-range.exp: Add tests.
8831
8832 2017-11-07 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8835
8836 2017-11-07 Xavier Roirand <roirand@adacore.com>
8837 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.base/ena-dis-br.exp: Add reference to
8840 gdb.cp/ena-dis-br-range.exp.
8841 * gdb.cp/ena-dis-br-range.exp: New file.
8842 * gdb.cp/ena-dis-br-range.cc: New file.
8843
8844 2017-11-06 Pedro Alves <palves@redhat.com>
8845
8846 * gdb.base/attach-non-pgrp-leader.c: New.
8847 * gdb.base/attach-non-pgrp-leader.exp: New.
8848
8849 2017-11-06 Pedro Alves <palves@redhat.com>
8850
8851 * configure.ac: No longer check for termio.h and sgtty.h.
8852 * configure: Regenerate.
8853 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8854 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8855 Remove termio and sgtty code.
8856
8857 2017-11-03 Yao Qi <yao.qi@linaro.org>
8858
8859 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8860 in GDB is disabled.
8861
8862 2017-11-03 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.python/py-thrhandle.exp: Skip it if python is not
8865 enabled.
8866
8867 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8868
8869 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8870 as a breakpoint command.
8871
8872 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8873
8874 PR python/21213
8875 * gdb.python/py-infthread.exp: Test calling
8876 InferiorThread.inferior () multiple times in a row.
8877
8878 2017-10-27 Keith Seitz <keiths@redhat.com>
8879
8880 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8881 Test "info break" for every inlined function breakpoint.
8882
8883 2017-10-27 Yao Qi <yao.qi@linaro.org>
8884
8885 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8886
8887 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8888
8889 * gdb.cp/classes.exp (test_static_members): Test printing
8890 Outer::instance.
8891 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8892 (Inner::instance, Outer::instance): New.
8893
8894 2017-10-24 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8897 extra console" test in two stages.
8898
8899 2017-10-24 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8902
8903 2017-10-24 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8906 loop.
8907
8908 2017-10-24 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8911 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8912
8913 2017-10-24 Pedro Alves <palves@redhat.com>
8914
8915 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8916 parameter and handle it. Don't output read value in test name.
8917
8918 2017-10-24 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8921 custom test name.
8922
8923 2017-10-24 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8926 include the unstable output directory name in the test's name.
8927 (initial_setup_simple) <'set args'>: Use custom test name.
8928
8929 2017-10-24 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8932 with explicit test name.
8933
8934 2017-10-20 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8937 'wait -i'. Use gdb_assert and remote_close.
8938
8939 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8940
8941 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8942 number from variable rather than hard-coded.
8943
8944 2017-10-19 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.base/long-inferior-output.c: New file.
8947 * gdb.base/long-inferior-output.exp: New file.
8948
8949 2017-11-18 Keith Seitz <keiths@redhat.com>
8950
8951 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8952 method.
8953 (main): Call it.
8954 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8955 Add additional user-defined conversion operator tests.
8956
8957 2017-10-17 Pedro Alves <palves@redhat.com>
8958
8959 * boards/native-stdio-gdbserver.exp: Load "local-board".
8960
8961 2017-10-17 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/quit-live.c: New file.
8964 * gdb.base/quit-live.exp: New file.
8965
8966 2017-10-16 Keith Seitz <keiths@redhat.com>
8967
8968 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8969 (class_with_protected_typedef, class_with_private_typedef)
8970 (struct_with_public_typedef, struct_with_protected_typedef)
8971 (struct_with_private_typedef): New classes/structs.
8972 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8973 typedefs and access specifiers.
8974
8975 2017-10-16 Pedro Alves <palves@redhat.com>
8976 Simon Marchi <simon.marchi@polymtl.ca>
8977
8978 * README (Local vs Remote vs Native): New section.
8979 * boards/local-board.exp: New file, with bits factored out from
8980 ...
8981 * boards/native-extended-gdbserver.exp: ... here. Load
8982 "local-board".
8983 * boards/native-gdbserver.exp: Load "local-board".
8984 (${board}_spawn, ${board}_exec): Delete.
8985 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8986 ...
8987 * boards/stdio-gdbserver-base.exp: ... this new file.
8988 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8989 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8990 procedure.
8991 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8992 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8993 stdio_gdbserver_command.
8994 (${board}_get_remote_address, ${board}_get_comm_port)
8995 (${board}_download, ${board}_upload): Delete.
8996 (get_target_remote_pipe_cmd): New.
8997
8998 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8999
9000 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9001 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9002 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9003 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9004 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9005 remove with_test_prefix.
9006
9007 2017-10-13 Pedro Alves <palves@redhat.com>
9008
9009 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9010 * gdb.base/annota1.exp: Use it instead of is_remote.
9011 * gdb.base/annota3.exp: Use it instead of is_remote.
9012 * gdb.cp/annota2.exp: Use it instead of is_remote.
9013 * gdb.cp/annota3.exp: Use it instead of is_remote.
9014 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9015
9016 2017-10-13 Pedro Alves <palves@redhat.com>
9017
9018 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9019 (test_num_test_vars, run_and_count_vars, find_env)
9020 (test_set_unset_env, test_inherit_env_var): New procedures.
9021 (top level): Use them.
9022
9023 2017-10-13 Pedro Alves <palves@redhat.com>
9024
9025 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9026 also skip on stub-like targets.
9027
9028 2017-10-13 Pedro Alves <palves@redhat.com>
9029
9030 PR gdb/22293
9031 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9032 (top level): Move some tests to ...
9033 (test_not_found): ... this new procedure.
9034 (top level): Call it.
9035
9036 2017-10-13 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9039 expect different "info terminal" output if testing with a
9040 non-native target.
9041
9042 2017-10-13 Pedro Alves <palves@redhat.com>
9043 Simon Marchi <simon.marchi@polymtl.ca>
9044
9045 PR python/12966
9046 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9047
9048 2017-10-13 Pedro Alves <palves@redhat.com>
9049
9050 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9051 already.
9052
9053 2017-10-13 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9056 is_remote.
9057
9058 2017-10-13 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9061 is_remote.
9062
9063 2017-10-13 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9066 is set.
9067 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9068 instead of is_remote.
9069
9070 2017-10-13 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9073 (top level): Add comment.
9074
9075 2017-10-13 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/remote.exp (top level): Fix comment typo and add
9078 missing return.
9079
9080 2017-10-13 Pedro Alves <palves@redhat.com>
9081 Simon Marchi <simon.marchi@polymtl.ca>
9082
9083 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9084 calls and add comments. Skip test if use_gdb_stub is set.
9085 (top level): Use "set cwd" command instead of "cd" command.
9086
9087 2017-10-13 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9090 is_remote target check.
9091
9092 2017-10-13 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/scope.exp: Use build_executable + clean_restart +
9095 gdb_file_cmd instead of prepare_for_testing and no longer skip
9096 "before run" tests on is_remote target boards. Update comments.
9097 * boards/native-extended-gdbserver.exp
9098 (extended_gdbserver_load_last_file): New, factored out from ...
9099 (gdb_load): ... this. Move further below and add comment.
9100 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9101
9102 2017-10-12 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.base/attach.exp: Remove references to gdb64.
9105 * gdb.base/dbx.exp: Remove references to gdb64.
9106
9107 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9108 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/label.exp: Remove is_remote target check.
9111
9112 2017-10-12 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/auvx.exp (coredir): Update comment.
9115 (top level) <core_works>: Use "set cwd" command instead of "cd"
9116 command.
9117
9118 2017-10-12 Pedro Alves <palves@redhat.com>
9119 Simon Marchi <simon.marchi@polymtl.ca>
9120
9121 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9122 target boards.
9123
9124 2017-10-12 Pedro Alves <palves@redhat.com>
9125 Simon Marchi <simon.marchi@polymtl.ca>
9126
9127 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9128 Instead skip if there's any gdb_protocol set.
9129
9130 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9131 Pedro Alves <palves@redhat.com>
9132
9133 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9134
9135 2017-10-12 Pedro Alves <palves@redhat.com>
9136 Simon Marchi <simon.marchi@polymtl.ca>
9137
9138 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9139 instead of on dejagnu remote boards.
9140
9141 2017-10-12 Pedro Alves <palves@redhat.com>
9142 Simon Marchi <simon.marchi@polymtl.ca>
9143
9144 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9145 checks. Use build_executable + clean_restart instead of
9146 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9147 of enabling non-stop after starting gdb.
9148
9149 2017-10-12 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9152 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9153 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9154 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9155
9156 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9157
9158 * gdb.arch/arc-tdesc-cpu.exp: New file.
9159 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9160
9161 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9162
9163 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9164
9165 2017-10-10 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9168 expect CLI output.
9169
9170 2017-10-10 Pedro Alves <palves@redhat.com>
9171
9172 * lib/selftest-support.exp (selftest_setup): Update for
9173 captured_command_loop's prototype change.
9174
9175 2017-10-09 Pedro Alves <palves@redhat.com>
9176
9177 Test both arch1=>arch2 and arch2=>arch1.
9178
9179 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9180 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9181 factored out to...
9182 (append_arch1_options, append_arch2_options, append_arch_options)
9183 (build_executables): New procedures.
9184 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9185 local.
9186 (top level): Add new 'first_arch' testing axis.
9187
9188 2017-10-09 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9191 (barrier): New.
9192 (thread_start, all_started): New functions.
9193 (main): Spawn new thread and wait until it is scheduled.
9194 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9195 option.
9196 (do_test): Add 'selected_thread' parameter. Run to all_started
9197 instead of main. Explicitly set the breakpoint at main. Switch
9198 to the SELECTED_THREAD thread.
9199 (top level): Test handling the exec event with either the main
9200 thread or the second thread selected.
9201
9202 2017-10-09 Pedro Alves <palves@redhat.com>
9203
9204 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9205 logic. Move STOP marker after the value checks.
9206 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9207 regexp.
9208
9209 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9210
9211 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9212
9213 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9214
9215 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9216 integer-to-dfp conversion.
9217 * gdb.base/dfp-test.exp: Likewise.
9218
9219 2017-10-04 Pedro Alves <palves@redhat.com>
9220
9221 * gdb.multi/hangout.c: Include <unistd.h>.
9222 (hangout_loop): New function.
9223 (main): Call alarm. Call hangout_loop in a loop.
9224 * gdb.multi/hello.c: Include <unistd.h>.
9225 (hello_loop): New function.
9226 (main): Call alarm. Call hangout_loop in a loop.
9227 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9228 inferior with the other selected.
9229
9230 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9231
9232 * gdb.mi/list-thread-groups-available.exp: New file.
9233 * gdb.mi/list-thread-groups-available.c: New file.
9234
9235 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9236
9237 * gdb.base/set-cwd.exp: Make it available on
9238 native-extended-gdbserver.
9239
9240 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9241
9242 * gdb.base/set-cwd.c: New file.
9243 * gdb.base/set-cwd.exp: Likewise.
9244
9245 2017-10-02 Tom Tromey <tom@tromey.com>
9246
9247 PR rust/22236:
9248 * gdb.rust/simple.rs (main): New variable "fslice".
9249 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9250
9251 2017-10-02 Tom Tromey <tom@tromey.com>
9252
9253 * gdb.rust/simple.exp: Test ptype of a slice.
9254
9255 2017-10-02 Tom Tromey <tom@tromey.com>
9256
9257 * gdb.rust/simple.exp: Test index of slice.
9258
9259 2017-09-27 Tom Tromey <tom@tromey.com>
9260
9261 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9262
9263 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9264 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.base/compare-sections.exp (get value of read-only section): Read
9267 as unsigned value.
9268 (corrupt read-only section): Likewise and don't set written if patching
9269 failed.
9270
9271 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9272
9273 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9274 files.
9275
9276 2017-09-20 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9279 symbol names in gdb's output.
9280 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9281
9282 2017-09-20 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9285 Rename to ...
9286 (test_list_ambiguous_symbol): ... this and add a symbol name
9287 parameter. Adjust.
9288 (test_list_ambiguous_function): Reimplement on top of
9289 test_list_ambiguous_symbol and also test listing ambiguous
9290 variables.
9291 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9292 (ambiguous_fun): ... this.
9293 (ambiguous_var): New.
9294 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9295 (ambiguous_fun): ... this.
9296 (ambiguous_var): New.
9297
9298 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9299
9300 * gdb.base/starti.c: New file.
9301 * gdb.base/starti.exp: New file.
9302 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9303
9304 2017-09-14 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9307 (top level): Use it instead of runto.
9308
9309 2017-09-11 Tom Tromey <tom@tromey.com>
9310
9311 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9312
9313 2017-09-11 Tom Tromey <tom@tromey.com>
9314
9315 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9316 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9317
9318 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9319
9320 * gdb.fortran/printing-types.exp: New file.
9321 * gdb.fortran/printing-types.exp: New file.
9322
9323 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9324
9325 * gdb.fortran/vla-ptype.exp: Fix typos.
9326 * gdb.fortran/vla-value.exp: Same.
9327
9328 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9329
9330 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9331 * gdb.mi/mi-var-child-f.exp: Likewise.
9332 * gdb.mi/mi-vla-fortran.exp: Likewise.
9333
9334 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9335 Christoph Weinmann <christoph.t.weinmann@intel.com>
9336 Bernhard Heckel <bernhard.heckel@intel.com>
9337
9338 * gdb.fortran/ptr-indentation.f90: New file.
9339 * gdb.fortran/ptr-indentation.exp: New file.
9340
9341 2017-09-05 Tom Tromey <tom@tromey.com>
9342
9343 PR gdb/22010:
9344 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9345
9346 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9347
9348 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9349
9350 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9351
9352 * gdb.threads/tls-nodebug-pie.c: New file.
9353 * gdb.threads/tls-nodebug-pie.exp: New file.
9354
9355 2017-09-05 Tom Tromey <tom@tromey.com>
9356
9357 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9358 for rust.
9359
9360 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9361
9362 * gdb.multi/multi-arch-exec.exp: Test with different
9363 "follow-exec-mode" settings.
9364 (do_test): New procedure.
9365
9366 2017-09-04 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/func-static.c (S::method const, S::method volatile)
9369 (S::method volatile const): New methods.
9370 (c_s, v_s, cv_s): New instances.
9371 (main): Call method() on them.
9372 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9373 (cannot_resolve): New procedure.
9374 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9375 print-quote-unquoted columns.
9376 (do_test): Test printing each scope too.
9377
9378 2017-09-04 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/local-static.exp: Also test with
9381 class::method::variable wholly quoted.
9382 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9383
9384 2017-09-04 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/local-static.c: New.
9387 * gdb.base/local-static.cc: New.
9388 * gdb.base/local-static.exp: New.
9389
9390 2017-09-04 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.asm/asm-source.exp: Add casts to int.
9393 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9394 (dataglobal64_1, dataglobal64_2): New globals.
9395 * gdb.base/nodebug.exp: Test different expressions involving the
9396 new globals, with print, whatis and ptype. Add casts to int.
9397 * gdb.base/solib-display.exp: Add casts to int.
9398 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9399 * gdb.cp/m-static.exp: Add cast to int.
9400 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9401 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9402 tls variable with no debug info without a cast. Test with a cast
9403 to int too.
9404 * gdb.trace/entry-values.exp: Add casts.
9405
9406 2017-09-04 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.base/nodebug.exp: Test that ptype's error about functions
9409 with unknown return type includes the function name too.
9410
9411 2017-09-04 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9414 return type of munmap in infcall.
9415 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9416 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9417 type of ftell in infcall.
9418 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9419 type of getpid in infcall.
9420 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9421 infcall.
9422 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9423 Bail on failure to extract the pid.
9424 * gdb.base/nodebug.c: #include <stdint.h>.
9425 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9426 New functions.
9427 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9428 Change expected output of print/whatis/ptype with functions with
9429 no debug info. Test all supported languages. Call
9430 test_call_promotion.
9431 * gdb.compile/compile.exp: Adjust expected output to expect
9432 warning.
9433 * gdb.threads/siginfo-threads.exp: Likewise.
9434
9435 2017-09-04 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9438 "prototypes". Test calling float functions via prototyped and
9439 unprototyped function pointers.
9440 (perform_all_tests): New parameter "prototypes". Pass it down.
9441 (top level): Pass down "prototypes" parameter to
9442 perform_all_tests.
9443
9444 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9447 Test with nested loops.
9448
9449 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9450
9451 * gdb.base/commands.exp: Call the new procedures.
9452 (loop_break_test, loop_continue_test): New procedures.
9453
9454 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9455
9456 * gdb.base/commands.exp: Call new procedure.
9457 (define_if_without_arg_test): New procedure.
9458
9459 2017-09-04 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.base/list-ambiguous.exp: New file.
9462 * gdb.base/list-ambiguous0.c: New file.
9463 * gdb.base/list-ambiguous1.c: New file.
9464 * gdb.base/list.exp (test_list_range): Adjust expected output.
9465
9466 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9467
9468 * gdb.base/share-env-with-gdbserver.c: New file.
9469 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9470
9471 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.base/commands.exp (gdbvar_simple_if_test,
9474 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9475 progvar_simple_if_test, progvar_simple_while_test,
9476 progvar_complex_if_while_test, user_defined_command_test,
9477 user_defined_command_args_eval,
9478 user_defined_command_args_stack_test,
9479 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9480 temporary_breakpoint_commands,
9481 gdb_test_no_prompt, redefine_hook_test,
9482 redefine_backtrace_test): Remove "global gdb_prompt".
9483
9484 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9485
9486 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9487 New proc, call it from toplevel.
9488
9489 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9490
9491 PR remote/21852
9492 * gdb.server/normal.c: New file, copied from gdb.base.
9493 * gdb.server/run-without-local-binary.exp: New file.
9494
9495 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9496
9497 * gdb.arch/sparc64-adi.exp: New file.
9498 * gdb.arch/sparc64-adi.c: New file.
9499
9500 2017-08-22 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9503 (top level): Add "list all overloads" tests.
9504
9505 2017-08-22 Tom Tromey <tom@tromey.com>
9506
9507 * gdb.gdb/xfullpath.exp: Remove.
9508
9509 2017-08-21 Pedro Alves <palves@redhat.com>
9510
9511 PR gdb/19487
9512 * gdb.base/symbol-alias.c: New.
9513 * gdb.base/symbol-alias2.c: New.
9514 * gdb.base/symbol-alias.exp: New.
9515
9516 2017-08-21 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/dfp-test.c
9519 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9520 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9521 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9522 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9523 * gdb.base/whatis-ptype-typedefs.c: New.
9524 * gdb.base/whatis-ptype-typedefs.exp: New.
9525 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9526 (an_int, an_int_type, an_int_type2): New globals.
9527 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9528 involving typedefs and cast expressions.
9529 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9530 (lookup_typedefs_function): New.
9531 (typedefs_pretty_printers_dict): New.
9532 (top level): Register lookup_typedefs_function in
9533 gdb.pretty_printers.
9534
9535 2017-08-18 Yao Qi <yao.qi@linaro.org>
9536
9537 * gdb.server/unittest.exp: New.
9538
9539 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9540
9541 PR gdb/21954
9542 * gdb.base/environ.exp: Add test to check if 'unset environment'
9543 works.
9544
9545 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9546
9547 * lib/gdb.exp (universal_compile_options): New caching proc.
9548 (gdb_compile): Suppress GCC's coloring of messages.
9549
9550 2017-08-14 Tom Tromey <tom@tromey.com>
9551
9552 PR gdb/21675:
9553 * gdb.base/printcmds.exp (test_radices): New function.
9554 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9555 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9556 * lib/gdb.exp (get_integer_valueof): Use p/d.
9557
9558 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9559
9560 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9561 characters.
9562
9563 2017-08-05 Tom Tromey <tom@tromey.com>
9564
9565 * gdb.rust/simple.exp: Allow String to appear in a different
9566 namespace.
9567
9568 2017-07-26 Yao Qi <yao.qi@linaro.org>
9569
9570 * gdb.gdb/unittest.exp: Invoke command
9571 "maintenance check xml-descriptions".
9572
9573 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9574
9575 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9576 calling context.
9577 (hex128): Drop erroneous calculation of parameters.
9578
9579 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9580
9581 * gdb.python/py-unwind.exp: Disable stack protection when
9582 building test file.
9583
9584 2017-07-20 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.base/default.exp (set language): Adjust expected output.
9587
9588 2017-07-20 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9591 (test_minsym): ... this, and make static.
9592 (get_pck__foo__bar__minsym): Rename to ...
9593 (get_test_minsym): ... this.
9594 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9595 symbol names and comments.
9596 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9597 (get_test_minsym): ... this.
9598 (pck__foo__bar__minsym__2): Rename to ...
9599 (test_minsym): ... this.
9600 (main): Adjust.
9601
9602 2017-07-17 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.base/completion.exp: Adjust expected output.
9605 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9606 the completer works.
9607
9608 2017-07-17 Pedro Alves <palves@redhat.com>
9609
9610 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9611
9612 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9613
9614 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9615
9616 2017-07-14 Tom Tromey <tom@tromey.com>
9617
9618 PR rust/21764:
9619 * gdb.rust/simple.exp: Add tests.
9620
9621 2017-07-14 Tom Tromey <tom@tromey.com>
9622
9623 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9624
9625 2017-07-14 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.linespec/base/one/thefile.cc (z1): New function.
9628 * gdb.linespec/base/two/thefile.cc (z2): New function.
9629 * gdb.linespec/linespec.exp: Add tests.
9630
9631 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9632
9633 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9634 to mi_create_breakpoint.
9635
9636 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9637
9638 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9639 mi_create_breakpoint.
9640
9641 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9642
9643 * gdb.dlang/demangle.exp: Update for demangling changes.
9644
9645 2017-07-09 Tom Tromey <tom@tromey.com>
9646
9647 * gdb.dwarf2/shortpiece.exp: New file.
9648
9649 2017-07-06 David Blaikie <dblaikie@gmail.com>
9650
9651 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9652 built from fissiont-multi-cu{1,2}.c.
9653 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9654 except putting 'main' and 'func' in separate CUs in the same DWO file.
9655 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9656 test.
9657 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9658 test.
9659
9660 2017-07-06 Pedro Alves <palves@redhat.com>
9661
9662 * gdb.python/py-unwind.exp: Test flushregs.
9663
9664 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9665
9666 PR cli/21688
9667 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9668 tests for alias commands and trailing whitespace.
9669
9670 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9671
9672 PR cli/21688
9673 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9674 procedure. Call it.
9675
9676 2017-06-29 Pedro Alves <palves@redhat.com>
9677
9678 * gdb.base/printcmds.exp: Add tests.
9679
9680 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9681
9682 PR gdb/21337
9683 * gdb.base/reread-readsym.exp: New file.
9684 * gdb.base/reread-readsym.c: New file.
9685
9686 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9687
9688 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9689 subpattern.
9690
9691 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9692
9693 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9694 extended mnemonic.
9695 * gdb.arch/powerpc-power9.s: Likewise.
9696
9697 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9698
9699 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9700 on 32-bit x86 targets. Exploit is_*_target macros where
9701 appropriate.
9702
9703 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9704
9705 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9706 register pieces.
9707
9708 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9709
9710 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9711 located in one or more DWARF pieces.
9712
9713 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9714
9715 * lib/gdb.exp (get_endianness): New proc.
9716 * gdb.arch/aarch64-fp.exp: Use it.
9717 * gdb.arch/altivec-regs.exp: Likewise.
9718 * gdb.arch/e500-regs.exp: Likewise.
9719 * gdb.arch/vsx-regs.exp: Likewise.
9720 * gdb.base/dump.exp: Likewise.
9721 * gdb.base/funcargs.exp: Likewise.
9722 * gdb.base/gnu_vector.exp: Likewise.
9723 * gdb.dwarf2/formdata16.exp: Likewise.
9724 * gdb.dwarf2/implptrpiece.exp: Likewise.
9725 * gdb.dwarf2/nonvar-access.exp: Likewise.
9726 * gdb.python/py-inferior.exp: Likewise.
9727 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9728
9729 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9730
9731 PR gdb/21226
9732 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9733 stack value pieces are taken from the LSB end.
9734
9735 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9736
9737 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9738 variable at nonzero offset.
9739
9740 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9741
9742 * gdb.dwarf2/var-access.c: New file.
9743 * gdb.dwarf2/var-access.exp: New test.
9744 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9745
9746 2017-06-12 Tom Tromey <tom@tromey.com>
9747
9748 * gdb.dwarf2/formdata16.exp: Add tests.
9749
9750 2017-06-12 Tom Tromey <tom@tromey.com>
9751
9752 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9753
9754 2017-06-12 Tom Tromey <tom@tromey.com>
9755
9756 PR exp/16225:
9757 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9758 * gdb.arch/vsx-regs.exp: Update tests.
9759 * gdb.arch/s390-vregs.exp (hex128): New proc.
9760 Update test.
9761 * gdb.arch/altivec-regs.exp: Update tests.
9762
9763 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9764
9765 * gdb.base/startup-with-shell.c: New file.
9766 * gdb.base/startup-with-shell.exp: Likewise.
9767
9768 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9769
9770 * gdb.server/non-existing-program.exp: Update regex in order to
9771 reflect the fact that gdbserver is now using fork_inferior (with a
9772 shell) to startup the inferior.
9773
9774 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9775
9776 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9777 support function calls from GDB.
9778
9779 2017-05-21 Tom Tromey <tom@tromey.com>
9780
9781 PR rust/21466:
9782 * gdb.rust/unsized.exp: New file.
9783 * gdb.rust/unsized.rs: New file.
9784
9785 2017-05-19 Tom Tromey <tom@tromey.com>
9786
9787 PR rust/21484:
9788 * gdb.rust/watch.exp: New file.
9789 * gdb.rust/watch.rs: New file.
9790
9791 2017-05-18 Tom Tromey <tom@tromey.com>
9792
9793 * gdb.rust/simple.exp: Allow Box to be qualified.
9794
9795 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9796
9797 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9798
9799 2017-05-18 Pedro Alves <palves@redhat.com>
9800
9801 * gdb.base/fileio.c (test_write, test_read, test_close)
9802 (test_fstat): Don't print 'ret' in the fail path.
9803
9804 2017-05-18 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9807 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9808 (test_system, test_rename, test_unlink, test_time): Change
9809 prototypes.
9810 * gdb.base/fileio.exp (stop_msg): Adjust.
9811
9812 2017-05-18 Pedro Alves <palves@redhat.com>
9813
9814 * gdb.base/fileio.c (null_str): New global.
9815 (test_stat): Use it.
9816 * gdb.base/fileio.exp: Remove nowarnings.
9817
9818 2017-05-17 Yao Qi <yao.qi@linaro.org>
9819
9820 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9821
9822 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9823
9824 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9825 argument command.
9826 (top-level): Invoke test_set_inferior_tty.
9827
9828 2017-05-04 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9831 Add parens to print call for Python 3.
9832
9833 2017-05-03 Keith Seitz <keiths@redhat.com>
9834
9835 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9836 (main): Call it.
9837
9838 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9839
9840 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9841 to prev and next.
9842
9843 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9844
9845 * gdb.python/py-record-btrace.exp: Remove test for
9846 gdb.BtraceInstruction.error.
9847
9848 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9849
9850 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9851
9852 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9853
9854 * gdb.python/py-record-btrace-threads.c: New file.
9855 * gdb.python/py-record-btrace-threads.exp: New file.
9856
9857 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9858
9859 PR testsuite/8595
9860 * gdb.base/environ.exp: Make test available in all architectures.
9861 Move bits related to "info program" testing to
9862 gdb.base/info-program.exp. Rewrite tests to use the two new
9863 procedures mentione below.
9864 (test_set_show_env_var) New procedure.
9865 (test_set_show_env_var_equal): Likewise.
9866 * gdb.base/info-program.exp: New file.
9867
9868 2017-04-27 Keith Seitz <keiths@redhat.com>
9869
9870 * gdb.cp/oranking.cc (test15): New function.
9871 (main): Call test15 and declare additional variables for testing.
9872 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9873 "p foo101('abc')" tests.
9874 Add tests for cv qualifier overloads.
9875 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9876 "lvalue reference overload" test.
9877 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9878 "print value of f1 on Child&& in f2" test.
9879
9880 2017-04-19 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9883 procedure.
9884 (top level): Call it.
9885 * lib/gdb.exp (gdb_define_cmd): New procedure.
9886
9887 2017-04-12 Pedro Alves <palves@redhat.com>
9888
9889 PR gdb/21323
9890 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9891 (wchar): New global.
9892 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9893 (do_test_wide_char, wide_char_types_no_program, top level): Add
9894 wchar_t testing.
9895
9896 2017-04-12 Pedro Alves <palves@redhat.com>
9897
9898 PR c++/21323
9899 * gdb.cp/wide_char_types.c: New file.
9900 * gdb.cp/wide_char_types.exp: New file.
9901
9902 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9903
9904 PR gdb/21352
9905 * gdb.trace/tsv.exp: Add test for "tsave -r".
9906
9907 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9908
9909 * gdb.dlang/watch-loc.c: New file.
9910 * gdb.dlang/watch-loc.exp: New file.
9911
9912 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9913
9914 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9915
9916 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9917
9918 * gdb.arch/arc-analyze-prologue.S: New file.
9919 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9920
9921 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9922
9923 * gdb.arch/arc-decode-insn.S: New file.
9924 * gdb.arch/arc-decode-insn.exp: Likewise.
9925
9926 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9927
9928 PR tdep/20928
9929 * gdb.arch/sparc64-regs.exp: New file.
9930 * gdb.arch/sparc64-regs.S: Likewise.
9931
9932 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9933
9934 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9935 and memory view on Python 3.
9936
9937 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9938 Keith Seitz <keiths@redhat.com>
9939
9940 PR gdb/14441
9941 * gdb.cp/demangle.exp: Add rvalue reference tests.
9942 * gdb.cp/rvalue-ref-casts.cc: New file.
9943 * gdb.cp/rvalue-ref-casts.exp: New file.
9944 * gdb.cp/rvalue-ref-overload.cc: New file.
9945 * gdb.cp/rvalue-ref-overload.exp: New file.
9946 * gdb.cp/rvalue-ref-params.cc: New file.
9947 * gdb.cp/rvalue-ref-params.exp: New file.
9948 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9949 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9950 * gdb.cp/rvalue-ref-types.cc: New file.
9951 * gdb.cp/rvalue-ref-types.exp: New file.
9952 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9953 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9954
9955 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9956
9957 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9958 New procedure.
9959
9960 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9961
9962 * lib/mi-support.exp (mi_gdb_test): Add additional message
9963 for unexpected output.
9964
9965 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9966
9967 * gdb.base/examine-backward.c (Barrier): New character array
9968 constant, to ensure that TestStrings is preceded by a string
9969 terminator.
9970
9971 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9972
9973 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9974 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9975 and implicit pointer into such a location.
9976
9977 2017-03-16 Doug Evans <dje@google.com>
9978
9979 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9980
9981 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9982
9983 * gdb.cp/m-static.exp: Fix expectation for prototype of
9984 test5.single_constructor and single_constructor::single_constructor.
9985
9986 2017-03-16 Doug Evans <dje@google.com>
9987
9988 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9989 * gdb.guile/scm-lazy-string.c: New file.
9990 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9991 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9992 for pointer, array, typedef lazy strings.
9993
9994 2017-03-16 Doug Evans <dje@google.com>
9995
9996 PR python/17728, python/18439, python/18779
9997 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9998 * gdb.python/py-lazy-string.c (pointer): New typedef.
9999 (main): New locals ptr, array, typedef_ptr.
10000 * gdb.python/py-value.exp: Move lazy string tests to ...
10001 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10002 array, typedef lazy strings.
10003
10004 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10005
10006 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10007 Add optional 'test' parameter.
10008
10009 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10010
10011 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10012 Skip for versions of DejaGnu < 1.5.
10013
10014 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10015
10016 * lib/gdb.exp (dejagnu_version): New proc.
10017 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10018 Use dejagnu_version.
10019
10020 2017-03-10 Keith Seitz <keiths@redhat.com>
10021
10022 PR c++/8128
10023 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10024 type from destructor regexps.
10025 Add a branch which actually passes the test.
10026 Adjust "ptype t5i" test names.
10027
10028 2017-03-08 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.base/step-over-exit.exp: Add explicit test message.
10031
10032 2017-03-08 Pedro Alves <palves@redhat.com>
10033
10034 PR gdb/18360
10035 * gdb.threads/interrupt-while-step-over.c: New file.
10036 * gdb.threads/interrupt-while-step-over.exp: New file.
10037
10038 2017-03-08 Pedro Alves <palves@redhat.com>
10039
10040 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10041 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10042
10043 2017-03-08 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10046 PKRU as not supported as a PASS.
10047
10048 2017-03-08 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10051 prefix instead of $binfile1/$binfile2.
10052 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10053 in test message.
10054 * gdb.python/py-completion.exp: Use "load python file" as test
10055 messages instead of unstable path names.
10056
10057 2017-03-08 Pedro Alves <palves@redhat.com>
10058 Jan Kratochvil <jan.kratochvil@redhat.com>
10059
10060 PR cli/21218
10061 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10062 New proc.
10063 (top level): Call it.
10064
10065 2017-03-08 Pedro Alves <palves@redhat.com>
10066
10067 PR tui/21216
10068 * gdb.tui/tui-nl-filtered-output.exp: New file.
10069
10070 2017-03-08 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/completion.exp: Move TUI completion tests to ...
10073 * gdb.tui/completion.exp: ... this new file.
10074
10075 2017-03-08 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.base/tui-disasm-long-lines.c,
10078 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10079 gdb.base/tui-layout.exp: Move to ...
10080 * gdb.tui/: ... this new directory.
10081
10082 2017-03-07 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.base/tui-layout.c: New file.
10085 * gdb.base/tui-layout.exp: New file.
10086
10087 2017-03-07 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/tui-layout.c: Rename to ...
10090 * gdb.base/tui-disasm-long-lines.c: ... this.
10091 * gdb.base/tui-layout.exp: Rename to ...
10092 * gdb.base/tui-disasm-long-lines.exp: ... this.
10093
10094 2017-03-07 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10097
10098 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10099
10100 * i386-mpx-call.c: New file.
10101 * i386-mpx-call.exp: New file.
10102
10103 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10104
10105 * gdb.arch/powerpc-power.exp: Delete test.
10106 * gdb.arch/powerpc-power.s: Likewise.
10107 * gdb.disasm/disassembler-options.exp: New test.
10108 * gdb.arch/powerpc-altivec.exp: Likewise.
10109 * gdb.arch/powerpc-altivec.s: Likewise.
10110 * gdb.arch/powerpc-altivec2.exp: Likewise.
10111 * gdb.arch/powerpc-altivec2.s: Likewise.
10112 * gdb.arch/powerpc-altivec3.exp: Likewise.
10113 * gdb.arch/powerpc-altivec3.s: Likewise.
10114 * gdb.arch/powerpc-power7.exp: Likewise.
10115 * gdb.arch/powerpc-power7.s: Likewise.
10116 * gdb.arch/powerpc-power8.exp: Likewise.
10117 * gdb.arch/powerpc-power8.s: Likewise.
10118 * gdb.arch/powerpc-power9.exp: Likewise.
10119 * gdb.arch/powerpc-power9.s: Likewise.
10120 * gdb.arch/powerpc-vsx.exp: Likewise.
10121 * gdb.arch/powerpc-vsx.s: Likewise.
10122 * gdb.arch/powerpc-vsx2.exp: Likewise.
10123 * gdb.arch/powerpc-vsx2.s: Likewise.
10124 * gdb.arch/powerpc-vsx3.exp: Likewise.
10125 * gdb.arch/powerpc-vsx3.s: Likewise.
10126 * gdb.arch/arm-disassembler-options.exp: Likewise.
10127 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10128 * gdb.arch/s390-disassembler-options.exp: Likewise.
10129
10130 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10131
10132 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10133 (check_supported_features): ... this. Changed return type to void.
10134 (supports_rdseed): New static global.
10135 (rdseed): Check supports_rdseed.
10136 (initialize): Call check_supported_features.
10137
10138 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10139
10140 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10141 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10142 and lqarx/stqcx.
10143 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10144 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10145
10146 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10147
10148 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10149 uppercase.
10150
10151 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10152
10153 * gdb.dwarf2/formdata16.c: New file.
10154 * gdb.dwarf2/formdata16.exp: New file.
10155 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10156
10157 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10158
10159 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10160 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10161 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10162 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10163 DW_AT_GNU_*.
10164
10165 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10166
10167 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10168
10169 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10170
10171 PR gdb/21164
10172 * gdb.base/maint.exp: Add testcases for when the commands do
10173 not have arguments.
10174
10175 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10176
10177 * gdb.cp/chained-calls.exp: Use p instead of P.
10178
10179 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10180
10181 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10182 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10183
10184 2017-02-14 Tom Tromey <tom@tromey.com>
10185
10186 PR python/13598:
10187 * gdb.python/py-events.exp: Add before_prompt event tests.
10188
10189 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10190
10191 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10192
10193 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10194
10195 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10196 (main): Call my_unique_function_name.
10197 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10198 completion of patterns with a single match.
10199 Add missing -re switches to gdb_test_multiple calls.
10200
10201 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10202
10203 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10204 return if core file is not recognized.
10205
10206 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10207
10208 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10209 and extra UIs.
10210
10211 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10212
10213 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10214 proc_with_prefix.
10215
10216 2017-02-10 Tom Tromey <tom@tromey.com>
10217
10218 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10219
10220 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10221
10222 PR gdb/21122
10223 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10224
10225 2017-02-08 Jerome Guitton <guitton@adacore.com>
10226
10227 * gdb.base/define.exp: Add test for command abbreviations
10228 in define.
10229
10230 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10231
10232 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10233 * gdb.reverse/insn-reverse-x86.c: New file.
10234
10235 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10236
10237 PR tdep/20936
10238 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10239
10240 2017-02-03 Tom Tromey <tom@tromey.com>
10241
10242 PR rust/21097:
10243 * gdb.rust/simple.exp: Add new tests.
10244
10245 2017-02-02 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10248 tests.
10249
10250 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10251
10252 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10253 taking a 2-byte value out of a 4-byte DWARF implicit value on
10254 big-endian targets.
10255 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10256 logic. Add test cases for DW_OP_implicit.
10257
10258 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10259
10260 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10261
10262 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10263
10264 * gdb.btrace/enable.exp: Call gdb_exit before
10265 skip_gdbserver_tests.
10266
10267 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10268
10269 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10270 GDBFLAGS.
10271
10272 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10273
10274 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10275 the test is skipped.
10276 * gdb.btrace/data.exp: Likewise.
10277 * gdb.btrace/delta.exp: Likewise.
10278 * gdb.btrace/dlopen.exp: Likewise.
10279 * gdb.btrace/enable-running.exp: Likewise.
10280 * gdb.btrace/enable.exp: Likewise.
10281 * gdb.btrace/exception.exp: Likewise.
10282 * gdb.btrace/function_call_history.exp: Likewise.
10283 * gdb.btrace/gcore.exp: Likewise.
10284 * gdb.btrace/instruction_history.exp: Likewise.
10285 * gdb.btrace/multi-thread-step.exp: Likewise.
10286 * gdb.btrace/nohist.exp: Likewise.
10287 * gdb.btrace/non-stop.exp: Likewise.
10288 * gdb.btrace/reconnect.exp: Likewise.
10289 * gdb.btrace/record_goto-step.exp: Likewise.
10290 * gdb.btrace/record_goto.exp: Likewise.
10291 * gdb.btrace/rn-dl-bind.exp: Likewise.
10292 * gdb.btrace/segv.exp: Likewise.
10293 * gdb.btrace/step.exp: Likewise.
10294 * gdb.btrace/stepi.exp: Likewise.
10295 * gdb.btrace/tailcall-only.exp: Likewise.
10296 * gdb.btrace/tailcall.exp: Likewise.
10297 * gdb.btrace/tsx.exp: Likewise.
10298 * gdb.btrace/unknown_functions.exp: Likewise.
10299 * gdb.btrace/vdso.exp: Likewise.
10300
10301 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10302
10303 * gdb.btrace/enable-running.c: New.
10304 * gdb.btrace/enable-running.exp: New.
10305
10306 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10307
10308 * gdb.arch/amd64-gs_base.c: New file.
10309 * gdb.arch/amd64-gs_base.exp: New file.
10310
10311 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10312
10313 * lib/memory.exp: Remove spurious empty newlines.
10314
10315 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10316
10317 * gdb.python/py-bad-printers.exp: Load python file using "source".
10318 * gdb.python/py-events.exp: Likewise.
10319 * gdb.python/py-evsignal.exp: Likewise.
10320 * gdb.python/py-evthreads.exp: Likewise.
10321 * gdb.python/py-frame-args.exp: Likewise.
10322 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10323 * gdb.python/py-framefilter-mi.exp: Likewise.
10324 * gdb.python/py-framefilter.exp: Likewise.
10325 * gdb.python/py-mi.exp: Likewise.
10326 * gdb.python/py-pp-maint.exp: Likewise.
10327 * gdb.python/py-pp-registration.exp: Likewise.
10328 * gdb.python/py-prettyprint.exp: Likewise.
10329 (run_lang_tests): Likewise.
10330 * gdb.python/py-typeprint.exp: Likewise.
10331
10332 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10333
10334 * lib/memory.exp: New file.
10335 * lib/gdb.exp: Load memory.exp.
10336 * gdb.base/memattr.exp (delete_memory): Move proc to
10337 lib/memory.exp and rename to delete_memory_regions.
10338 Replace delete_memory with delete_memory_regions.
10339 Cleanup memory regions before tests.
10340 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10341 before tests.
10342
10343 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10344
10345 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10346 files.
10347 (initialize): New function conditionally defined.
10348 (testcases): Move within conditional block.
10349 (main): Call initialize.
10350 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10351 of gdb.reverse/insn-reverse.c.
10352 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10353 gdb.reverse/insn-reverse.c.
10354
10355 2017-01-26 Yao Qi <yao.qi@linaro.org>
10356
10357 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10358 disassemble on address 0.
10359
10360 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10361 Yao Qi <yao.qi@linaro.org>
10362
10363 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10364 * gdb.dwarf2/implptr-64bit.S: Remove.
10365 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10366 variables in caller's context. Add DW_OP_implicit_value.
10367
10368 2017-01-25 Yao Qi <yao.qi@linaro.org>
10369
10370 * lib/dwarf.exp (Dwarf::_location): Handle
10371 DW_OP_GNU_implicit_pointer with proper size.
10372
10373 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10374
10375 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10376 and add untested calls.
10377
10378 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10379
10380 * gdb.python/python.exp: Check line number against what GDB thinks
10381 the line number is for func1.
10382
10383 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10384
10385 * gdb.dlang/debug-expr.exp: New file.
10386
10387 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10388
10389 Fix test names for the following files:
10390
10391 * gdb.ada/exec_changed.exp
10392 * gdb.ada/info_types.exp
10393 * gdb.arch/aarch64-atomic-inst.exp
10394 * gdb.arch/aarch64-fp.exp
10395 * gdb.arch/altivec-abi.exp
10396 * gdb.arch/altivec-regs.exp
10397 * gdb.arch/amd64-byte.exp
10398 * gdb.arch/amd64-disp-step.exp
10399 * gdb.arch/amd64-dword.exp
10400 * gdb.arch/amd64-entry-value-inline.exp
10401 * gdb.arch/amd64-entry-value-param.exp
10402 * gdb.arch/amd64-entry-value-paramref.exp
10403 * gdb.arch/amd64-entry-value.exp
10404 * gdb.arch/amd64-i386-address.exp
10405 * gdb.arch/amd64-invalid-stack-middle.exp
10406 * gdb.arch/amd64-invalid-stack-top.exp
10407 * gdb.arch/amd64-optimout-repeat.exp
10408 * gdb.arch/amd64-prologue-skip.exp
10409 * gdb.arch/amd64-prologue-xmm.exp
10410 * gdb.arch/amd64-stap-special-operands.exp
10411 * gdb.arch/amd64-stap-wrong-subexp.exp
10412 * gdb.arch/amd64-tailcall-cxx.exp
10413 * gdb.arch/amd64-tailcall-noret.exp
10414 * gdb.arch/amd64-tailcall-ret.exp
10415 * gdb.arch/amd64-tailcall-self.exp
10416 * gdb.arch/amd64-word.exp
10417 * gdb.arch/arm-bl-branch-dest.exp
10418 * gdb.arch/arm-disp-step.exp
10419 * gdb.arch/arm-neon.exp
10420 * gdb.arch/arm-single-step-kernel-helper.exp
10421 * gdb.arch/avr-flash-qualifier.exp
10422 * gdb.arch/disp-step-insn-reloc.exp
10423 * gdb.arch/e500-abi.exp
10424 * gdb.arch/e500-regs.exp
10425 * gdb.arch/ftrace-insn-reloc.exp
10426 * gdb.arch/i386-avx512.exp
10427 * gdb.arch/i386-bp_permanent.exp
10428 * gdb.arch/i386-byte.exp
10429 * gdb.arch/i386-cfi-notcurrent.exp
10430 * gdb.arch/i386-disp-step.exp
10431 * gdb.arch/i386-dr3-watch.exp
10432 * gdb.arch/i386-float.exp
10433 * gdb.arch/i386-gnu-cfi.exp
10434 * gdb.arch/i386-mpx-map.exp
10435 * gdb.arch/i386-mpx-sigsegv.exp
10436 * gdb.arch/i386-mpx-simple_segv.exp
10437 * gdb.arch/i386-mpx.exp
10438 * gdb.arch/i386-permbkpt.exp
10439 * gdb.arch/i386-prologue.exp
10440 * gdb.arch/i386-signal.exp
10441 * gdb.arch/i386-size-overlap.exp
10442 * gdb.arch/i386-unwind.exp
10443 * gdb.arch/i386-word.exp
10444 * gdb.arch/mips-fcr.exp
10445 * gdb.arch/powerpc-d128-regs.exp
10446 * gdb.arch/powerpc-stackless.exp
10447 * gdb.arch/ppc64-atomic-inst.exp
10448 * gdb.arch/s390-stackless.exp
10449 * gdb.arch/s390-tdbregs.exp
10450 * gdb.arch/s390-vregs.exp
10451 * gdb.arch/sparc-sysstep.exp
10452 * gdb.arch/thumb-bx-pc.exp
10453 * gdb.arch/thumb-singlestep.exp
10454 * gdb.arch/thumb2-it.exp
10455 * gdb.arch/vsx-regs.exp
10456 * gdb.asm/asm-source.exp
10457 * gdb.base/a2-run.exp
10458 * gdb.base/advance.exp
10459 * gdb.base/all-bin.exp
10460 * gdb.base/anon.exp
10461 * gdb.base/args.exp
10462 * gdb.base/arithmet.exp
10463 * gdb.base/async-shell.exp
10464 * gdb.base/async.exp
10465 * gdb.base/attach-pie-noexec.exp
10466 * gdb.base/attach-twice.exp
10467 * gdb.base/auto-load.exp
10468 * gdb.base/bang.exp
10469 * gdb.base/bitfields.exp
10470 * gdb.base/break-always.exp
10471 * gdb.base/break-caller-line.exp
10472 * gdb.base/break-entry.exp
10473 * gdb.base/break-inline.exp
10474 * gdb.base/break-on-linker-gcd-function.exp
10475 * gdb.base/break-probes.exp
10476 * gdb.base/break.exp
10477 * gdb.base/breakpoint-shadow.exp
10478 * gdb.base/call-ar-st.exp
10479 * gdb.base/call-sc.exp
10480 * gdb.base/call-signal-resume.exp
10481 * gdb.base/call-strs.exp
10482 * gdb.base/callfuncs.exp
10483 * gdb.base/catch-fork-static.exp
10484 * gdb.base/catch-gdb-caused-signals.exp
10485 * gdb.base/catch-load.exp
10486 * gdb.base/catch-signal-fork.exp
10487 * gdb.base/catch-signal.exp
10488 * gdb.base/catch-syscall.exp
10489 * gdb.base/charset.exp
10490 * gdb.base/checkpoint.exp
10491 * gdb.base/chng-syms.exp
10492 * gdb.base/code-expr.exp
10493 * gdb.base/code_elim.exp
10494 * gdb.base/commands.exp
10495 * gdb.base/completion.exp
10496 * gdb.base/complex.exp
10497 * gdb.base/cond-expr.exp
10498 * gdb.base/condbreak.exp
10499 * gdb.base/consecutive.exp
10500 * gdb.base/continue-all-already-running.exp
10501 * gdb.base/coredump-filter.exp
10502 * gdb.base/corefile.exp
10503 * gdb.base/dbx.exp
10504 * gdb.base/debug-expr.exp
10505 * gdb.base/define.exp
10506 * gdb.base/del.exp
10507 * gdb.base/disabled-location.exp
10508 * gdb.base/disasm-end-cu.exp
10509 * gdb.base/disasm-optim.exp
10510 * gdb.base/display.exp
10511 * gdb.base/duplicate-bp.exp
10512 * gdb.base/ena-dis-br.exp
10513 * gdb.base/ending-run.exp
10514 * gdb.base/enumval.exp
10515 * gdb.base/environ.exp
10516 * gdb.base/eu-strip-infcall.exp
10517 * gdb.base/eval-avoid-side-effects.exp
10518 * gdb.base/eval-skip.exp
10519 * gdb.base/exitsignal.exp
10520 * gdb.base/expand-psymtabs.exp
10521 * gdb.base/filesym.exp
10522 * gdb.base/find-unmapped.exp
10523 * gdb.base/finish.exp
10524 * gdb.base/float.exp
10525 * gdb.base/foll-exec-mode.exp
10526 * gdb.base/foll-exec.exp
10527 * gdb.base/foll-fork.exp
10528 * gdb.base/fortran-sym-case.exp
10529 * gdb.base/freebpcmd.exp
10530 * gdb.base/func-ptr.exp
10531 * gdb.base/func-ptrs.exp
10532 * gdb.base/funcargs.exp
10533 * gdb.base/gcore-buffer-overflow.exp
10534 * gdb.base/gcore-relro-pie.exp
10535 * gdb.base/gcore-relro.exp
10536 * gdb.base/gcore.exp
10537 * gdb.base/gdb1090.exp
10538 * gdb.base/gdb11530.exp
10539 * gdb.base/gdb11531.exp
10540 * gdb.base/gdb1821.exp
10541 * gdb.base/gdbindex-stabs.exp
10542 * gdb.base/gdbvars.exp
10543 * gdb.base/hbreak.exp
10544 * gdb.base/hbreak2.exp
10545 * gdb.base/included.exp
10546 * gdb.base/infcall-input.exp
10547 * gdb.base/inferior-died.exp
10548 * gdb.base/infnan.exp
10549 * gdb.base/info-macros.exp
10550 * gdb.base/info-os.exp
10551 * gdb.base/info-proc.exp
10552 * gdb.base/info-shared.exp
10553 * gdb.base/info-target.exp
10554 * gdb.base/infoline.exp
10555 * gdb.base/interp.exp
10556 * gdb.base/interrupt.exp
10557 * gdb.base/jit-reader.exp
10558 * gdb.base/jit-simple.exp
10559 * gdb.base/kill-after-signal.exp
10560 * gdb.base/kill-detach-inferiors-cmd.exp
10561 * gdb.base/label.exp
10562 * gdb.base/langs.exp
10563 * gdb.base/ldbl_e308.exp
10564 * gdb.base/line-symtabs.exp
10565 * gdb.base/linespecs.exp
10566 * gdb.base/list.exp
10567 * gdb.base/long_long.exp
10568 * gdb.base/longest-types.exp
10569 * gdb.base/maint.exp
10570 * gdb.base/max-value-size.exp
10571 * gdb.base/memattr.exp
10572 * gdb.base/mips_pro.exp
10573 * gdb.base/morestack.exp
10574 * gdb.base/moribund-step.exp
10575 * gdb.base/multi-forks.exp
10576 * gdb.base/nested-addr.exp
10577 * gdb.base/nextoverexit.exp
10578 * gdb.base/noreturn-finish.exp
10579 * gdb.base/noreturn-return.exp
10580 * gdb.base/nostdlib.exp
10581 * gdb.base/offsets.exp
10582 * gdb.base/opaque.exp
10583 * gdb.base/pc-fp.exp
10584 * gdb.base/permissions.exp
10585 * gdb.base/print-symbol-loading.exp
10586 * gdb.base/prologue-include.exp
10587 * gdb.base/psymtab.exp
10588 * gdb.base/ptype.exp
10589 * gdb.base/random-signal.exp
10590 * gdb.base/randomize.exp
10591 * gdb.base/range-stepping.exp
10592 * gdb.base/readline-ask.exp
10593 * gdb.base/recpar.exp
10594 * gdb.base/recurse.exp
10595 * gdb.base/relational.exp
10596 * gdb.base/restore.exp
10597 * gdb.base/return-nodebug.exp
10598 * gdb.base/return.exp
10599 * gdb.base/run-after-attach.exp
10600 * gdb.base/save-bp.exp
10601 * gdb.base/scope.exp
10602 * gdb.base/sect-cmd.exp
10603 * gdb.base/set-lang-auto.exp
10604 * gdb.base/set-noassign.exp
10605 * gdb.base/setvar.exp
10606 * gdb.base/sigall.exp
10607 * gdb.base/sigbpt.exp
10608 * gdb.base/siginfo-addr.exp
10609 * gdb.base/siginfo-infcall.exp
10610 * gdb.base/siginfo-obj.exp
10611 * gdb.base/siginfo.exp
10612 * gdb.base/signals-state-child.exp
10613 * gdb.base/signest.exp
10614 * gdb.base/sigstep.exp
10615 * gdb.base/sizeof.exp
10616 * gdb.base/skip.exp
10617 * gdb.base/solib-corrupted.exp
10618 * gdb.base/solib-nodir.exp
10619 * gdb.base/solib-search.exp
10620 * gdb.base/stack-checking.exp
10621 * gdb.base/stale-infcall.exp
10622 * gdb.base/stap-probe.exp
10623 * gdb.base/start.exp
10624 * gdb.base/step-break.exp
10625 * gdb.base/step-bt.exp
10626 * gdb.base/step-line.exp
10627 * gdb.base/step-over-exit.exp
10628 * gdb.base/step-over-syscall.exp
10629 * gdb.base/step-resume-infcall.exp
10630 * gdb.base/step-test.exp
10631 * gdb.base/store.exp
10632 * gdb.base/structs3.exp
10633 * gdb.base/sym-file.exp
10634 * gdb.base/symbol-without-target_section.exp
10635 * gdb.base/term.exp
10636 * gdb.base/testenv.exp
10637 * gdb.base/ui-redirect.exp
10638 * gdb.base/until.exp
10639 * gdb.base/unwindonsignal.exp
10640 * gdb.base/value-double-free.exp
10641 * gdb.base/vla-datatypes.exp
10642 * gdb.base/vla-ptr.exp
10643 * gdb.base/vla-sideeffect.exp
10644 * gdb.base/volatile.exp
10645 * gdb.base/watch-cond-infcall.exp
10646 * gdb.base/watch-cond.exp
10647 * gdb.base/watch-non-mem.exp
10648 * gdb.base/watch-read.exp
10649 * gdb.base/watch-vfork.exp
10650 * gdb.base/watchpoint-cond-gone.exp
10651 * gdb.base/watchpoint-delete.exp
10652 * gdb.base/watchpoint-hw-hit-once.exp
10653 * gdb.base/watchpoint-hw.exp
10654 * gdb.base/watchpoint-stops-at-right-insn.exp
10655 * gdb.base/watchpoints.exp
10656 * gdb.base/wchar.exp
10657 * gdb.base/whatis-exp.exp
10658 * gdb.btrace/buffer-size.exp
10659 * gdb.btrace/data.exp
10660 * gdb.btrace/delta.exp
10661 * gdb.btrace/dlopen.exp
10662 * gdb.btrace/enable.exp
10663 * gdb.btrace/exception.exp
10664 * gdb.btrace/function_call_history.exp
10665 * gdb.btrace/gcore.exp
10666 * gdb.btrace/instruction_history.exp
10667 * gdb.btrace/nohist.exp
10668 * gdb.btrace/reconnect.exp
10669 * gdb.btrace/record_goto-step.exp
10670 * gdb.btrace/record_goto.exp
10671 * gdb.btrace/rn-dl-bind.exp
10672 * gdb.btrace/segv.exp
10673 * gdb.btrace/step.exp
10674 * gdb.btrace/stepi.exp
10675 * gdb.btrace/tailcall-only.exp
10676 * gdb.btrace/tailcall.exp
10677 * gdb.btrace/tsx.exp
10678 * gdb.btrace/unknown_functions.exp
10679 * gdb.btrace/vdso.exp
10680 * gdb.compile/compile-ifunc.exp
10681 * gdb.compile/compile-ops.exp
10682 * gdb.compile/compile-print.exp
10683 * gdb.compile/compile-setjmp.exp
10684 * gdb.cp/abstract-origin.exp
10685 * gdb.cp/ambiguous.exp
10686 * gdb.cp/annota2.exp
10687 * gdb.cp/annota3.exp
10688 * gdb.cp/anon-ns.exp
10689 * gdb.cp/anon-struct.exp
10690 * gdb.cp/anon-union.exp
10691 * gdb.cp/arg-reference.exp
10692 * gdb.cp/baseenum.exp
10693 * gdb.cp/bool.exp
10694 * gdb.cp/breakpoint.exp
10695 * gdb.cp/bs15503.exp
10696 * gdb.cp/call-c.exp
10697 * gdb.cp/casts.exp
10698 * gdb.cp/chained-calls.exp
10699 * gdb.cp/class2.exp
10700 * gdb.cp/classes.exp
10701 * gdb.cp/cmpd-minsyms.exp
10702 * gdb.cp/converts.exp
10703 * gdb.cp/cp-relocate.exp
10704 * gdb.cp/cpcompletion.exp
10705 * gdb.cp/cpexprs.exp
10706 * gdb.cp/cplabel.exp
10707 * gdb.cp/cplusfuncs.exp
10708 * gdb.cp/cpsizeof.exp
10709 * gdb.cp/ctti.exp
10710 * gdb.cp/derivation.exp
10711 * gdb.cp/destrprint.exp
10712 * gdb.cp/dispcxx.exp
10713 * gdb.cp/enum-class.exp
10714 * gdb.cp/exception.exp
10715 * gdb.cp/exceptprint.exp
10716 * gdb.cp/expand-psymtabs-cxx.exp
10717 * gdb.cp/expand-sals.exp
10718 * gdb.cp/extern-c.exp
10719 * gdb.cp/filename.exp
10720 * gdb.cp/formatted-ref.exp
10721 * gdb.cp/fpointer.exp
10722 * gdb.cp/gdb1355.exp
10723 * gdb.cp/gdb2495.exp
10724 * gdb.cp/hang.exp
10725 * gdb.cp/impl-this.exp
10726 * gdb.cp/infcall-dlopen.exp
10727 * gdb.cp/inherit.exp
10728 * gdb.cp/iostream.exp
10729 * gdb.cp/koenig.exp
10730 * gdb.cp/local.exp
10731 * gdb.cp/m-data.exp
10732 * gdb.cp/m-static.exp
10733 * gdb.cp/mb-ctor.exp
10734 * gdb.cp/mb-inline.exp
10735 * gdb.cp/mb-templates.exp
10736 * gdb.cp/member-name.exp
10737 * gdb.cp/member-ptr.exp
10738 * gdb.cp/meth-typedefs.exp
10739 * gdb.cp/method.exp
10740 * gdb.cp/method2.exp
10741 * gdb.cp/minsym-fallback.exp
10742 * gdb.cp/misc.exp
10743 * gdb.cp/namelessclass.exp
10744 * gdb.cp/namespace-enum.exp
10745 * gdb.cp/namespace-nested-import.exp
10746 * gdb.cp/namespace.exp
10747 * gdb.cp/nextoverthrow.exp
10748 * gdb.cp/no-dmgl-verbose.exp
10749 * gdb.cp/non-trivial-retval.exp
10750 * gdb.cp/noparam.exp
10751 * gdb.cp/nsdecl.exp
10752 * gdb.cp/nsimport.exp
10753 * gdb.cp/nsnested.exp
10754 * gdb.cp/nsnoimports.exp
10755 * gdb.cp/nsrecurs.exp
10756 * gdb.cp/nsstress.exp
10757 * gdb.cp/nsusing.exp
10758 * gdb.cp/operator.exp
10759 * gdb.cp/oranking.exp
10760 * gdb.cp/overload-const.exp
10761 * gdb.cp/overload.exp
10762 * gdb.cp/ovldbreak.exp
10763 * gdb.cp/ovsrch.exp
10764 * gdb.cp/paren-type.exp
10765 * gdb.cp/parse-lang.exp
10766 * gdb.cp/pass-by-ref.exp
10767 * gdb.cp/pr-1023.exp
10768 * gdb.cp/pr-1210.exp
10769 * gdb.cp/pr-574.exp
10770 * gdb.cp/pr10687.exp
10771 * gdb.cp/pr12028.exp
10772 * gdb.cp/pr17132.exp
10773 * gdb.cp/pr17494.exp
10774 * gdb.cp/pr9067.exp
10775 * gdb.cp/pr9167.exp
10776 * gdb.cp/pr9631.exp
10777 * gdb.cp/printmethod.exp
10778 * gdb.cp/psmang.exp
10779 * gdb.cp/psymtab-parameter.exp
10780 * gdb.cp/ptype-cv-cp.exp
10781 * gdb.cp/ptype-flags.exp
10782 * gdb.cp/re-set-overloaded.exp
10783 * gdb.cp/ref-types.exp
10784 * gdb.cp/rtti.exp
10785 * gdb.cp/scope-err.exp
10786 * gdb.cp/shadow.exp
10787 * gdb.cp/smartp.exp
10788 * gdb.cp/static-method.exp
10789 * gdb.cp/static-print-quit.exp
10790 * gdb.cp/temargs.exp
10791 * gdb.cp/templates.exp
10792 * gdb.cp/try_catch.exp
10793 * gdb.cp/typedef-operator.exp
10794 * gdb.cp/typeid.exp
10795 * gdb.cp/userdef.exp
10796 * gdb.cp/using-crash.exp
10797 * gdb.cp/var-tag.exp
10798 * gdb.cp/virtbase.exp
10799 * gdb.cp/virtfunc.exp
10800 * gdb.cp/virtfunc2.exp
10801 * gdb.cp/vla-cxx.exp
10802 * gdb.disasm/t01_mov.exp
10803 * gdb.disasm/t02_mova.exp
10804 * gdb.disasm/t03_add.exp
10805 * gdb.disasm/t04_sub.exp
10806 * gdb.disasm/t05_cmp.exp
10807 * gdb.disasm/t06_ari2.exp
10808 * gdb.disasm/t07_ari3.exp
10809 * gdb.disasm/t08_or.exp
10810 * gdb.disasm/t09_xor.exp
10811 * gdb.disasm/t10_and.exp
10812 * gdb.disasm/t11_logs.exp
10813 * gdb.disasm/t12_bit.exp
10814 * gdb.disasm/t13_otr.exp
10815 * gdb.dlang/circular.exp
10816 * gdb.dwarf2/arr-stride.exp
10817 * gdb.dwarf2/arr-subrange.exp
10818 * gdb.dwarf2/atomic-type.exp
10819 * gdb.dwarf2/bad-regnum.exp
10820 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10821 * gdb.dwarf2/callframecfa.exp
10822 * gdb.dwarf2/clztest.exp
10823 * gdb.dwarf2/corrupt.exp
10824 * gdb.dwarf2/data-loc.exp
10825 * gdb.dwarf2/dup-psym.exp
10826 * gdb.dwarf2/dw2-anon-mptr.exp
10827 * gdb.dwarf2/dw2-anonymous-func.exp
10828 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10829 * gdb.dwarf2/dw2-bad-unresolved.exp
10830 * gdb.dwarf2/dw2-basic.exp
10831 * gdb.dwarf2/dw2-canonicalize-type.exp
10832 * gdb.dwarf2/dw2-case-insensitive.exp
10833 * gdb.dwarf2/dw2-common-block.exp
10834 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10835 * gdb.dwarf2/dw2-compressed.exp
10836 * gdb.dwarf2/dw2-const.exp
10837 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10838 * gdb.dwarf2/dw2-cu-size.exp
10839 * gdb.dwarf2/dw2-dup-frame.exp
10840 * gdb.dwarf2/dw2-entry-value.exp
10841 * gdb.dwarf2/dw2-icycle.exp
10842 * gdb.dwarf2/dw2-ifort-parameter.exp
10843 * gdb.dwarf2/dw2-inline-break.exp
10844 * gdb.dwarf2/dw2-inline-param.exp
10845 * gdb.dwarf2/dw2-intercu.exp
10846 * gdb.dwarf2/dw2-intermix.exp
10847 * gdb.dwarf2/dw2-lexical-block-bare.exp
10848 * gdb.dwarf2/dw2-linkage-name-trust.exp
10849 * gdb.dwarf2/dw2-minsym-in-cu.exp
10850 * gdb.dwarf2/dw2-noloc.exp
10851 * gdb.dwarf2/dw2-op-call.exp
10852 * gdb.dwarf2/dw2-op-out-param.exp
10853 * gdb.dwarf2/dw2-opt-structptr.exp
10854 * gdb.dwarf2/dw2-param-error.exp
10855 * gdb.dwarf2/dw2-producer.exp
10856 * gdb.dwarf2/dw2-ranges-base.exp
10857 * gdb.dwarf2/dw2-ref-missing-frame.exp
10858 * gdb.dwarf2/dw2-reg-undefined.exp
10859 * gdb.dwarf2/dw2-regno-invalid.exp
10860 * gdb.dwarf2/dw2-restore.exp
10861 * gdb.dwarf2/dw2-restrict.exp
10862 * gdb.dwarf2/dw2-single-line-discriminators.exp
10863 * gdb.dwarf2/dw2-strp.exp
10864 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10865 * gdb.dwarf2/dw2-unresolved.exp
10866 * gdb.dwarf2/dw2-var-zero-addr.exp
10867 * gdb.dwarf2/dw4-sig-types.exp
10868 * gdb.dwarf2/dwz.exp
10869 * gdb.dwarf2/dynarr-ptr.exp
10870 * gdb.dwarf2/enum-type.exp
10871 * gdb.dwarf2/gdb-index.exp
10872 * gdb.dwarf2/implptr-64bit.exp
10873 * gdb.dwarf2/implptr-optimized-out.exp
10874 * gdb.dwarf2/implptr.exp
10875 * gdb.dwarf2/implref-array.exp
10876 * gdb.dwarf2/implref-const.exp
10877 * gdb.dwarf2/implref-global.exp
10878 * gdb.dwarf2/implref-struct.exp
10879 * gdb.dwarf2/mac-fileno.exp
10880 * gdb.dwarf2/main-subprogram.exp
10881 * gdb.dwarf2/member-ptr-forwardref.exp
10882 * gdb.dwarf2/method-ptr.exp
10883 * gdb.dwarf2/missing-sig-type.exp
10884 * gdb.dwarf2/nonvar-access.exp
10885 * gdb.dwarf2/opaque-type-lookup.exp
10886 * gdb.dwarf2/pieces-optimized-out.exp
10887 * gdb.dwarf2/pieces.exp
10888 * gdb.dwarf2/pr10770.exp
10889 * gdb.dwarf2/pr13961.exp
10890 * gdb.dwarf2/staticvirtual.exp
10891 * gdb.dwarf2/subrange.exp
10892 * gdb.dwarf2/symtab-producer.exp
10893 * gdb.dwarf2/trace-crash.exp
10894 * gdb.dwarf2/typeddwarf.exp
10895 * gdb.dwarf2/valop.exp
10896 * gdb.dwarf2/watch-notconst.exp
10897 * gdb.fortran/array-element.exp
10898 * gdb.fortran/charset.exp
10899 * gdb.fortran/common-block.exp
10900 * gdb.fortran/complex.exp
10901 * gdb.fortran/derived-type-function.exp
10902 * gdb.fortran/derived-type.exp
10903 * gdb.fortran/logical.exp
10904 * gdb.fortran/module.exp
10905 * gdb.fortran/multi-dim.exp
10906 * gdb.fortran/nested-funcs.exp
10907 * gdb.fortran/print-formatted.exp
10908 * gdb.fortran/subarray.exp
10909 * gdb.fortran/vla-alloc-assoc.exp
10910 * gdb.fortran/vla-datatypes.exp
10911 * gdb.fortran/vla-history.exp
10912 * gdb.fortran/vla-ptr-info.exp
10913 * gdb.fortran/vla-ptype-sub.exp
10914 * gdb.fortran/vla-ptype.exp
10915 * gdb.fortran/vla-sizeof.exp
10916 * gdb.fortran/vla-type.exp
10917 * gdb.fortran/vla-value-sub-arbitrary.exp
10918 * gdb.fortran/vla-value-sub-finish.exp
10919 * gdb.fortran/vla-value-sub.exp
10920 * gdb.fortran/vla-value.exp
10921 * gdb.fortran/whatis_type.exp
10922 * gdb.go/chan.exp
10923 * gdb.go/handcall.exp
10924 * gdb.go/hello.exp
10925 * gdb.go/integers.exp
10926 * gdb.go/methods.exp
10927 * gdb.go/package.exp
10928 * gdb.go/strings.exp
10929 * gdb.go/types.exp
10930 * gdb.go/unsafe.exp
10931 * gdb.guile/scm-arch.exp
10932 * gdb.guile/scm-block.exp
10933 * gdb.guile/scm-breakpoint.exp
10934 * gdb.guile/scm-cmd.exp
10935 * gdb.guile/scm-disasm.exp
10936 * gdb.guile/scm-equal.exp
10937 * gdb.guile/scm-frame-args.exp
10938 * gdb.guile/scm-frame-inline.exp
10939 * gdb.guile/scm-frame.exp
10940 * gdb.guile/scm-iterator.exp
10941 * gdb.guile/scm-math.exp
10942 * gdb.guile/scm-objfile.exp
10943 * gdb.guile/scm-ports.exp
10944 * gdb.guile/scm-symbol.exp
10945 * gdb.guile/scm-symtab.exp
10946 * gdb.guile/scm-value-cc.exp
10947 * gdb.guile/types-module.exp
10948 * gdb.linespec/break-ask.exp
10949 * gdb.linespec/cpexplicit.exp
10950 * gdb.linespec/explicit.exp
10951 * gdb.linespec/keywords.exp
10952 * gdb.linespec/linespec.exp
10953 * gdb.linespec/ls-dollar.exp
10954 * gdb.linespec/ls-errs.exp
10955 * gdb.linespec/skip-two.exp
10956 * gdb.linespec/thread.exp
10957 * gdb.mi/mi-async.exp
10958 * gdb.mi/mi-basics.exp
10959 * gdb.mi/mi-break.exp
10960 * gdb.mi/mi-catch-load.exp
10961 * gdb.mi/mi-cli.exp
10962 * gdb.mi/mi-cmd-param-changed.exp
10963 * gdb.mi/mi-console.exp
10964 * gdb.mi/mi-detach.exp
10965 * gdb.mi/mi-disassemble.exp
10966 * gdb.mi/mi-eval.exp
10967 * gdb.mi/mi-file-transfer.exp
10968 * gdb.mi/mi-file.exp
10969 * gdb.mi/mi-fill-memory.exp
10970 * gdb.mi/mi-inheritance-syntax-error.exp
10971 * gdb.mi/mi-linespec-err-cp.exp
10972 * gdb.mi/mi-logging.exp
10973 * gdb.mi/mi-memory-changed.exp
10974 * gdb.mi/mi-read-memory.exp
10975 * gdb.mi/mi-record-changed.exp
10976 * gdb.mi/mi-reg-undefined.exp
10977 * gdb.mi/mi-regs.exp
10978 * gdb.mi/mi-return.exp
10979 * gdb.mi/mi-reverse.exp
10980 * gdb.mi/mi-simplerun.exp
10981 * gdb.mi/mi-solib.exp
10982 * gdb.mi/mi-stack.exp
10983 * gdb.mi/mi-stepi.exp
10984 * gdb.mi/mi-syn-frame.exp
10985 * gdb.mi/mi-until.exp
10986 * gdb.mi/mi-var-block.exp
10987 * gdb.mi/mi-var-child.exp
10988 * gdb.mi/mi-var-cmd.exp
10989 * gdb.mi/mi-var-cp.exp
10990 * gdb.mi/mi-var-display.exp
10991 * gdb.mi/mi-var-invalidate.exp
10992 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10993 * gdb.mi/mi-vla-fortran.exp
10994 * gdb.mi/mi-watch.exp
10995 * gdb.mi/mi2-var-child.exp
10996 * gdb.mi/user-selected-context-sync.exp
10997 * gdb.modula2/unbounded-array.exp
10998 * gdb.multi/dummy-frame-restore.exp
10999 * gdb.multi/multi-arch-exec.exp
11000 * gdb.multi/multi-arch.exp
11001 * gdb.multi/tids.exp
11002 * gdb.multi/watchpoint-multi.exp
11003 * gdb.opencl/callfuncs.exp
11004 * gdb.opencl/convs_casts.exp
11005 * gdb.opencl/datatypes.exp
11006 * gdb.opencl/operators.exp
11007 * gdb.opencl/vec_comps.exp
11008 * gdb.opt/clobbered-registers-O2.exp
11009 * gdb.opt/inline-break.exp
11010 * gdb.opt/inline-bt.exp
11011 * gdb.opt/inline-cmds.exp
11012 * gdb.opt/inline-locals.exp
11013 * gdb.pascal/case-insensitive-symbols.exp
11014 * gdb.pascal/floats.exp
11015 * gdb.pascal/gdb11492.exp
11016 * gdb.python/lib-types.exp
11017 * gdb.python/py-arch.exp
11018 * gdb.python/py-as-string.exp
11019 * gdb.python/py-bad-printers.exp
11020 * gdb.python/py-block.exp
11021 * gdb.python/py-breakpoint-create-fail.exp
11022 * gdb.python/py-breakpoint.exp
11023 * gdb.python/py-caller-is.exp
11024 * gdb.python/py-cmd.exp
11025 * gdb.python/py-explore-cc.exp
11026 * gdb.python/py-explore.exp
11027 * gdb.python/py-finish-breakpoint.exp
11028 * gdb.python/py-finish-breakpoint2.exp
11029 * gdb.python/py-frame-args.exp
11030 * gdb.python/py-frame-inline.exp
11031 * gdb.python/py-frame.exp
11032 * gdb.python/py-framefilter-mi.exp
11033 * gdb.python/py-infthread.exp
11034 * gdb.python/py-lazy-string.exp
11035 * gdb.python/py-linetable.exp
11036 * gdb.python/py-mi-events.exp
11037 * gdb.python/py-mi-objfile.exp
11038 * gdb.python/py-mi.exp
11039 * gdb.python/py-objfile.exp
11040 * gdb.python/py-pp-integral.exp
11041 * gdb.python/py-pp-maint.exp
11042 * gdb.python/py-pp-re-notag.exp
11043 * gdb.python/py-pp-registration.exp
11044 * gdb.python/py-recurse-unwind.exp
11045 * gdb.python/py-strfns.exp
11046 * gdb.python/py-symbol.exp
11047 * gdb.python/py-symtab.exp
11048 * gdb.python/py-sync-interp.exp
11049 * gdb.python/py-typeprint.exp
11050 * gdb.python/py-unwind-maint.exp
11051 * gdb.python/py-unwind.exp
11052 * gdb.python/py-value-cc.exp
11053 * gdb.python/py-xmethods.exp
11054 * gdb.reverse/amd64-tailcall-reverse.exp
11055 * gdb.reverse/break-precsave.exp
11056 * gdb.reverse/break-reverse.exp
11057 * gdb.reverse/consecutive-precsave.exp
11058 * gdb.reverse/consecutive-reverse.exp
11059 * gdb.reverse/finish-precsave.exp
11060 * gdb.reverse/finish-reverse-bkpt.exp
11061 * gdb.reverse/finish-reverse.exp
11062 * gdb.reverse/fstatat-reverse.exp
11063 * gdb.reverse/getresuid-reverse.exp
11064 * gdb.reverse/i386-precsave.exp
11065 * gdb.reverse/i386-reverse.exp
11066 * gdb.reverse/i386-sse-reverse.exp
11067 * gdb.reverse/i387-env-reverse.exp
11068 * gdb.reverse/i387-stack-reverse.exp
11069 * gdb.reverse/insn-reverse.exp
11070 * gdb.reverse/machinestate-precsave.exp
11071 * gdb.reverse/machinestate.exp
11072 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11073 * gdb.reverse/pipe-reverse.exp
11074 * gdb.reverse/readv-reverse.exp
11075 * gdb.reverse/recvmsg-reverse.exp
11076 * gdb.reverse/rerun-prec.exp
11077 * gdb.reverse/s390-mvcle.exp
11078 * gdb.reverse/step-precsave.exp
11079 * gdb.reverse/step-reverse.exp
11080 * gdb.reverse/time-reverse.exp
11081 * gdb.reverse/until-precsave.exp
11082 * gdb.reverse/until-reverse.exp
11083 * gdb.reverse/waitpid-reverse.exp
11084 * gdb.reverse/watch-precsave.exp
11085 * gdb.reverse/watch-reverse.exp
11086 * gdb.rust/generics.exp
11087 * gdb.rust/methods.exp
11088 * gdb.rust/modules.exp
11089 * gdb.rust/simple.exp
11090 * gdb.server/connect-with-no-symbol-file.exp
11091 * gdb.server/ext-attach.exp
11092 * gdb.server/ext-restart.exp
11093 * gdb.server/ext-wrapper.exp
11094 * gdb.server/file-transfer.exp
11095 * gdb.server/server-exec-info.exp
11096 * gdb.server/server-kill.exp
11097 * gdb.server/server-mon.exp
11098 * gdb.server/wrapper.exp
11099 * gdb.stabs/exclfwd.exp
11100 * gdb.stabs/gdb11479.exp
11101 * gdb.threads/clone-new-thread-event.exp
11102 * gdb.threads/corethreads.exp
11103 * gdb.threads/current-lwp-dead.exp
11104 * gdb.threads/dlopen-libpthread.exp
11105 * gdb.threads/gcore-thread.exp
11106 * gdb.threads/sigstep-threads.exp
11107 * gdb.threads/watchpoint-fork.exp
11108 * gdb.trace/actions-changed.exp
11109 * gdb.trace/backtrace.exp
11110 * gdb.trace/change-loc.exp
11111 * gdb.trace/circ.exp
11112 * gdb.trace/collection.exp
11113 * gdb.trace/disconnected-tracing.exp
11114 * gdb.trace/ftrace.exp
11115 * gdb.trace/mi-trace-frame-collected.exp
11116 * gdb.trace/mi-trace-unavailable.exp
11117 * gdb.trace/mi-traceframe-changed.exp
11118 * gdb.trace/mi-tsv-changed.exp
11119 * gdb.trace/no-attach-trace.exp
11120 * gdb.trace/passc-dyn.exp
11121 * gdb.trace/qtro.exp
11122 * gdb.trace/range-stepping.exp
11123 * gdb.trace/read-memory.exp
11124 * gdb.trace/save-trace.exp
11125 * gdb.trace/signal.exp
11126 * gdb.trace/status-stop.exp
11127 * gdb.trace/tfile.exp
11128 * gdb.trace/trace-break.exp
11129 * gdb.trace/trace-buffer-size.exp
11130 * gdb.trace/trace-condition.exp
11131 * gdb.trace/tracefile-pseudo-reg.exp
11132 * gdb.trace/tstatus.exp
11133 * gdb.trace/unavailable.exp
11134 * gdb.trace/while-dyn.exp
11135 * gdb.trace/while-stepping.exp
11136
11137 2016-12-22 Doug Evans <xdje42@gmail.com>
11138
11139 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11140 and msymbols.
11141
11142 2016-12-19 Yao Qi <yao.qi@linaro.org>
11143
11144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11145 (test_with_self): Don't call do_steps_and_nexts, and remove
11146 code about stepping into xmalloc.
11147
11148 2016-12-09 Yao Qi <yao.qi@linaro.org>
11149
11150 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11151
11152 2016-12-09 Yao Qi <yao.qi@linaro.org>
11153
11154 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11155
11156 2016-12-09 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.base/all-architectures-0.exp: New file.
11159 * gdb.base/all-architectures-1.exp: New file.
11160 * gdb.base/all-architectures-2.exp: New file.
11161 * gdb.base/all-architectures-3.exp: New file.
11162 * gdb.base/all-architectures-4.exp: New file.
11163 * gdb.base/all-architectures-5.exp: New file.
11164 * gdb.base/all-architectures-6.exp: New file.
11165 * gdb.base/all-architectures-7.exp: New file.
11166 * gdb.base/all-architectures.exp.in: New file.
11167
11168 2016-12-09 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11171
11172 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11173
11174 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11175 possible.
11176 Remove useless pattern-matching code.
11177
11178 2016-12-02 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11181 procedure.
11182 (top level): Call it.
11183
11184 2016-12-02 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11187 New procedure.
11188 (top level): Call it.
11189
11190 2016-12-02 Pedro Alves <palves@redhat.com>
11191
11192 PR cli/20559
11193 * gdb.base/commands.exp (user_defined_command_args_eval): New
11194 procedure.
11195 (top level): Call it.
11196
11197 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11198
11199 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11200 timeout handling.
11201
11202 2016-12-02 Tom Tromey <tom@tromey.com>
11203
11204 * gdb.dwarf2/main-subprogram.c: New file.
11205 * gdb.dwarf2/main-subprogram.exp: New file.
11206
11207 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11208
11209 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11210 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11211 gdb_test_no_output for a couple of cases.
11212 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11213
11214 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11215
11216 Fix test names and standardize compilation error messages throughout
11217 the following files:
11218
11219 * gdb.ada/start.exp
11220 * gdb.arch/alpha-step.exp
11221 * gdb.arch/e500-prologue.exp
11222 * gdb.arch/ftrace-insn-reloc.exp
11223 * gdb.arch/gdb1291.exp
11224 * gdb.arch/gdb1431.exp
11225 * gdb.arch/gdb1558.exp
11226 * gdb.arch/i386-dr3-watch.exp
11227 * gdb.arch/i386-sse-stack-align.exp
11228 * gdb.arch/ia64-breakpoint-shadow.exp
11229 * gdb.arch/pa-nullify.exp
11230 * gdb.arch/powerpc-aix-prologue.exp
11231 * gdb.arch/thumb-bx-pc.exp
11232 * gdb.base/annota1.exp
11233 * gdb.base/annota3.exp
11234 * gdb.base/arrayidx.exp
11235 * gdb.base/assign.exp
11236 * gdb.base/attach.exp
11237 * gdb.base/auxv.exp
11238 * gdb.base/bang.exp
11239 * gdb.base/bfp-test.exp
11240 * gdb.base/bigcore.exp
11241 * gdb.base/bitfields2.exp
11242 * gdb.base/break-fun-addr.exp
11243 * gdb.base/break-probes.exp
11244 * gdb.base/call-rt-st.exp
11245 * gdb.base/callexit.exp
11246 * gdb.base/catch-fork-kill.exp
11247 * gdb.base/charset.exp
11248 * gdb.base/checkpoint.exp
11249 * gdb.base/comprdebug.exp
11250 * gdb.base/constvars.exp
11251 * gdb.base/coredump-filter.exp
11252 * gdb.base/cursal.exp
11253 * gdb.base/cvexpr.exp
11254 * gdb.base/detach.exp
11255 * gdb.base/display.exp
11256 * gdb.base/dmsym.exp
11257 * gdb.base/dprintf-pending.exp
11258 * gdb.base/dso2dso.exp
11259 * gdb.base/dtrace-probe.exp
11260 * gdb.base/dump.exp
11261 * gdb.base/enum_cond.exp
11262 * gdb.base/exe-lock.exp
11263 * gdb.base/exec-invalid-sysroot.exp
11264 * gdb.base/execl-update-breakpoints.exp
11265 * gdb.base/exprs.exp
11266 * gdb.base/fileio.exp
11267 * gdb.base/find.exp
11268 * gdb.base/finish.exp
11269 * gdb.base/fixsection.exp
11270 * gdb.base/foll-vfork.exp
11271 * gdb.base/frame-args.exp
11272 * gdb.base/gcore.exp
11273 * gdb.base/gdb1250.exp
11274 * gdb.base/global-var-nested-by-dso.exp
11275 * gdb.base/gnu-ifunc.exp
11276 * gdb.base/hashline1.exp
11277 * gdb.base/hashline2.exp
11278 * gdb.base/hashline3.exp
11279 * gdb.base/hbreak-in-shr-unsupported.exp
11280 * gdb.base/huge.exp
11281 * gdb.base/infcall-input.exp
11282 * gdb.base/info-fun.exp
11283 * gdb.base/info-shared.exp
11284 * gdb.base/jit-simple.exp
11285 * gdb.base/jit-so.exp
11286 * gdb.base/jit.exp
11287 * gdb.base/jump.exp
11288 * gdb.base/label.exp
11289 * gdb.base/lineinc.exp
11290 * gdb.base/logical.exp
11291 * gdb.base/longjmp.exp
11292 * gdb.base/macscp.exp
11293 * gdb.base/miscexprs.exp
11294 * gdb.base/new-ui-echo.exp
11295 * gdb.base/new-ui-pending-input.exp
11296 * gdb.base/new-ui.exp
11297 * gdb.base/nodebug.exp
11298 * gdb.base/nofield.exp
11299 * gdb.base/offsets.exp
11300 * gdb.base/overlays.exp
11301 * gdb.base/pending.exp
11302 * gdb.base/pointers.exp
11303 * gdb.base/pr11022.exp
11304 * gdb.base/printcmds.exp
11305 * gdb.base/prologue.exp
11306 * gdb.base/ptr-typedef.exp
11307 * gdb.base/realname-expand.exp
11308 * gdb.base/relativedebug.exp
11309 * gdb.base/relocate.exp
11310 * gdb.base/remote.exp
11311 * gdb.base/reread.exp
11312 * gdb.base/return2.exp
11313 * gdb.base/savedregs.exp
11314 * gdb.base/sep.exp
11315 * gdb.base/sepdebug.exp
11316 * gdb.base/sepsymtab.exp
11317 * gdb.base/set-inferior-tty.exp
11318 * gdb.base/setshow.exp
11319 * gdb.base/shlib-call.exp
11320 * gdb.base/sigaltstack.exp
11321 * gdb.base/siginfo-addr.exp
11322 * gdb.base/signals.exp
11323 * gdb.base/signull.exp
11324 * gdb.base/sigrepeat.exp
11325 * gdb.base/so-impl-ld.exp
11326 * gdb.base/solib-display.exp
11327 * gdb.base/solib-overlap.exp
11328 * gdb.base/solib-search.exp
11329 * gdb.base/solib-symbol.exp
11330 * gdb.base/structs.exp
11331 * gdb.base/structs2.exp
11332 * gdb.base/symtab-search-order.exp
11333 * gdb.base/twice.exp
11334 * gdb.base/unload.exp
11335 * gdb.base/varargs.exp
11336 * gdb.base/watchpoint-solib.exp
11337 * gdb.base/watchpoint.exp
11338 * gdb.base/whatis.exp
11339 * gdb.base/wrong_frame_bt_full.exp
11340 * gdb.btrace/dlopen.exp
11341 * gdb.cell/ea-standalone.exp
11342 * gdb.cell/ea-test.exp
11343 * gdb.cp/dispcxx.exp
11344 * gdb.cp/gdb2384.exp
11345 * gdb.cp/method2.exp
11346 * gdb.cp/nextoverthrow.exp
11347 * gdb.cp/pr10728.exp
11348 * gdb.disasm/am33.exp
11349 * gdb.disasm/h8300s.exp
11350 * gdb.disasm/mn10300.exp
11351 * gdb.disasm/sh3.exp
11352 * gdb.dwarf2/dw2-dir-file-name.exp
11353 * gdb.fortran/complex.exp
11354 * gdb.fortran/library-module.exp
11355 * gdb.guile/scm-pretty-print.exp
11356 * gdb.guile/scm-symbol.exp
11357 * gdb.guile/scm-type.exp
11358 * gdb.guile/scm-value.exp
11359 * gdb.linespec/linespec.exp
11360 * gdb.mi/gdb701.exp
11361 * gdb.mi/gdb792.exp
11362 * gdb.mi/mi-breakpoint-changed.exp
11363 * gdb.mi/mi-dprintf-pending.exp
11364 * gdb.mi/mi-dprintf.exp
11365 * gdb.mi/mi-exit-code.exp
11366 * gdb.mi/mi-pending.exp
11367 * gdb.mi/mi-solib.exp
11368 * gdb.mi/new-ui-mi-sync.exp
11369 * gdb.mi/pr11022.exp
11370 * gdb.mi/user-selected-context-sync.exp
11371 * gdb.opt/solib-intra-step.exp
11372 * gdb.python/py-events.exp
11373 * gdb.python/py-finish-breakpoint.exp
11374 * gdb.python/py-mi.exp
11375 * gdb.python/py-prettyprint.exp
11376 * gdb.python/py-shared.exp
11377 * gdb.python/py-symbol.exp
11378 * gdb.python/py-template.exp
11379 * gdb.python/py-type.exp
11380 * gdb.python/py-value.exp
11381 * gdb.reverse/solib-precsave.exp
11382 * gdb.reverse/solib-reverse.exp
11383 * gdb.server/solib-list.exp
11384 * gdb.stabs/weird.exp
11385 * gdb.threads/reconnect-signal.exp
11386 * gdb.threads/stepi-random-signal.exp
11387 * gdb.trace/actions.exp
11388 * gdb.trace/ax.exp
11389 * gdb.trace/backtrace.exp
11390 * gdb.trace/change-loc.exp
11391 * gdb.trace/deltrace.exp
11392 * gdb.trace/ftrace-lock.exp
11393 * gdb.trace/ftrace.exp
11394 * gdb.trace/infotrace.exp
11395 * gdb.trace/mi-tracepoint-changed.exp
11396 * gdb.trace/packetlen.exp
11397 * gdb.trace/passcount.exp
11398 * gdb.trace/pending.exp
11399 * gdb.trace/range-stepping.exp
11400 * gdb.trace/report.exp
11401 * gdb.trace/stap-trace.exp
11402 * gdb.trace/tfind.exp
11403 * gdb.trace/trace-break.exp
11404 * gdb.trace/trace-condition.exp
11405 * gdb.trace/trace-enable-disable.exp
11406 * gdb.trace/trace-mt.exp
11407 * gdb.trace/tracecmd.exp
11408 * gdb.trace/tspeed.exp
11409 * gdb.trace/tsv.exp
11410 * lib/perftest.exp
11411
11412 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11413
11414 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11415 with gdb_test_no_output.
11416 Use command as test name.
11417
11418 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11419
11420 Fix test names starting with uppercase throughout the files.
11421
11422 * gdb.ada/assign_1.exp
11423 * gdb.ada/boolean_expr.exp
11424 * gdb.base/arrayidx.exp
11425 * gdb.base/del.exp
11426 * gdb.base/gcore-buffer-overflow.exp
11427 * gdb.base/testenv.exp
11428 * gdb.compile/compile.exp
11429 * gdb.python/py-framefilter-invalidarg.exp
11430 * gdb.python/py-framefilter.exp
11431
11432 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11433
11434 Fix test names starting with uppercase throughout the files.
11435
11436 * gdb.ada/array_return.exp
11437 * gdb.ada/expr_delims.exp
11438 * gdb.ada/mi_dyn_arr.exp
11439 * gdb.ada/mi_interface.exp
11440 * gdb.ada/mi_var_array.exp
11441 * gdb.ada/watch_arg.exp
11442 * gdb.arch/alpha-step.exp
11443 * gdb.arch/altivec-regs.exp
11444 * gdb.arch/e500-regs.exp
11445 * gdb.arch/powerpc-d128-regs.exp
11446 * gdb.base/arrayidx.exp
11447 * gdb.base/break.exp
11448 * gdb.base/checkpoint.exp
11449 * gdb.base/debug-expr.exp
11450 * gdb.base/dmsym.exp
11451 * gdb.base/radix.exp
11452 * gdb.base/sepdebug.exp
11453 * gdb.base/testenv.exp
11454 * gdb.base/watch_thread_num.exp
11455 * gdb.base/watchpoint-cond-gone.exp
11456 * gdb.cell/break.exp
11457 * gdb.cell/ea-cache.exp
11458 * gdb.compile/compile.exp
11459 * gdb.cp/gdb2495.exp
11460 * gdb.gdb/selftest.exp
11461 * gdb.gdb/xfullpath.exp
11462 * gdb.go/hello.exp
11463 * gdb.go/integers.exp
11464 * gdb.objc/basicclass.exp
11465 * gdb.pascal/hello.exp
11466 * gdb.pascal/integers.exp
11467 * gdb.python/py-breakpoint.exp
11468 * gdb.python/py-cmd.exp
11469 * gdb.python/py-linetable.exp
11470 * gdb.python/py-xmethods.exp
11471 * gdb.python/python.exp
11472 * gdb.reverse/consecutive-precsave.exp
11473 * gdb.reverse/finish-precsave.exp
11474 * gdb.reverse/i386-precsave.exp
11475 * gdb.reverse/machinestate-precsave.exp
11476 * gdb.reverse/sigall-precsave.exp
11477 * gdb.reverse/solib-precsave.exp
11478 * gdb.reverse/step-precsave.exp
11479 * gdb.reverse/until-precsave.exp
11480 * gdb.reverse/watch-precsave.exp
11481 * gdb.threads/leader-exit.exp
11482 * gdb.threads/pthreads.exp
11483 * gdb.threads/wp-replication.exp
11484 * gdb.trace/actions.exp
11485 * gdb.trace/mi-tsv-changed.exp
11486 * gdb.trace/tsv.exp
11487
11488 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11489
11490 Fix test names starting with uppercase throughout the files.
11491
11492 * gdb.arch/i386-bp_permanent.exp
11493 * gdb.arch/i386-gnu-cfi.exp
11494 * gdb.base/disasm-end-cu.exp
11495 * gdb.base/macscp.exp
11496 * gdb.base/pending.exp
11497 * gdb.base/watch_thread_num.exp
11498 * gdb.cp/exception.exp
11499 * gdb.cp/gdb2495.exp
11500 * gdb.cp/local.exp
11501 * gdb.python/py-evsignal.exp
11502 * gdb.python/python.exp
11503 * gdb.trace/tracecmd.exp
11504
11505 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11506
11507 Fix test names starting with uppercase throughout the files.
11508
11509 * gdb.base/charset.exp
11510 * gdb.base/eval.exp
11511 * gdb.base/multi-forks.exp
11512 * gdb.guile/scm-progspace.exp
11513 * gdb.opencl/datatypes.exp
11514 * gdb.python/py-block.exp
11515 * gdb.python/py-function.exp
11516 * gdb.python/py-symbol.exp
11517 * gdb.python/py-symtab.exp
11518 * gdb.python/py-xmethods.exp
11519 * gdb.reverse/break-precsave.exp
11520 * gdb.reverse/break-reverse.exp
11521 * gdb.reverse/consecutive-precsave.exp
11522 * gdb.reverse/consecutive-reverse.exp
11523 * gdb.reverse/finish-precsave.exp
11524 * gdb.reverse/finish-reverse-bkpt.exp
11525 * gdb.reverse/finish-reverse.exp
11526 * gdb.reverse/fstatat-reverse.exp
11527 * gdb.reverse/getresuid-reverse.exp
11528 * gdb.reverse/i386-precsave.exp
11529 * gdb.reverse/i386-reverse.exp
11530 * gdb.reverse/i386-sse-reverse.exp
11531 * gdb.reverse/i387-stack-reverse.exp
11532 * gdb.reverse/insn-reverse.exp
11533 * gdb.reverse/machinestate-precsave.exp
11534 * gdb.reverse/machinestate.exp
11535 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11536 * gdb.reverse/pipe-reverse.exp
11537 * gdb.reverse/readv-reverse.exp
11538 * gdb.reverse/recvmsg-reverse.exp
11539 * gdb.reverse/rerun-prec.exp
11540 * gdb.reverse/s390-mvcle.exp
11541 * gdb.reverse/sigall-precsave.exp
11542 * gdb.reverse/sigall-reverse.exp
11543 * gdb.reverse/solib-precsave.exp
11544 * gdb.reverse/solib-reverse.exp
11545 * gdb.reverse/step-precsave.exp
11546 * gdb.reverse/step-reverse.exp
11547 * gdb.reverse/time-reverse.exp
11548 * gdb.reverse/until-precsave.exp
11549 * gdb.reverse/until-reverse.exp
11550 * gdb.reverse/waitpid-reverse.exp
11551 * gdb.reverse/watch-precsave.exp
11552 * gdb.reverse/watch-reverse.exp
11553
11554 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11555
11556 Fix test names starting with uppercase throughout the files.
11557
11558 * gdb.arch/i386-mpx-simple_segv.exp
11559 * gdb.arch/i386-mpx.exp
11560 * gdb.arch/i386-permbkpt.exp
11561 * gdb.arch/pa-nullify.exp
11562 * gdb.arch/powerpc-d128-regs.exp
11563 * gdb.arch/vsx-regs.exp
11564 * gdb.base/bfp-test.exp
11565 * gdb.base/break.exp
11566 * gdb.base/breakpoint-shadow.exp
11567 * gdb.base/callfuncs.exp
11568 * gdb.base/charset.exp
11569 * gdb.base/commands.exp
11570 * gdb.base/completion.exp
11571 * gdb.base/dfp-test.exp
11572 * gdb.base/echo.exp
11573 * gdb.base/ending-run.exp
11574 * gdb.base/eval.exp
11575 * gdb.base/expand-psymtabs.exp
11576 * gdb.base/float128.exp
11577 * gdb.base/floatn.exp
11578 * gdb.base/foll-exec-mode.exp
11579 * gdb.base/gdb1056.exp
11580 * gdb.base/gdb11531.exp
11581 * gdb.base/kill-after-signal.exp
11582 * gdb.base/multi-forks.exp
11583 * gdb.base/overlays.exp
11584 * gdb.base/pending.exp
11585 * gdb.base/sepdebug.exp
11586 * gdb.base/testenv.exp
11587 * gdb.base/valgrind-db-attach.exp
11588 * gdb.base/watch_thread_num.exp
11589 * gdb.base/watchpoint-cond-gone.exp
11590 * gdb.base/watchpoint.exp
11591 * gdb.base/watchpoints.exp
11592 * gdb.cp/arg-reference.exp
11593 * gdb.cp/baseenum.exp
11594 * gdb.cp/operator.exp
11595 * gdb.cp/shadow.exp
11596 * gdb.dwarf2/dw2-op-out-param.exp
11597 * gdb.dwarf2/dw2-reg-undefined.exp
11598 * gdb.go/chan.exp
11599 * gdb.go/hello.exp
11600 * gdb.go/integers.exp
11601 * gdb.go/methods.exp
11602 * gdb.go/package.exp
11603 * gdb.guile/scm-parameter.exp
11604 * gdb.guile/scm-progspace.exp
11605 * gdb.guile/scm-value.exp
11606 * gdb.mi/mi-pending.exp
11607 * gdb.mi/user-selected-context-sync.exp
11608 * gdb.multi/multi-attach.exp
11609 * gdb.multi/tids.exp
11610 * gdb.opt/clobbered-registers-O2.exp
11611 * gdb.pascal/floats.exp
11612 * gdb.pascal/integers.exp
11613 * gdb.python/py-block.exp
11614 * gdb.python/py-events.exp
11615 * gdb.python/py-parameter.exp
11616 * gdb.python/py-symbol.exp
11617 * gdb.python/py-symtab.exp
11618 * gdb.python/py-type.exp
11619 * gdb.python/py-value.exp
11620 * gdb.python/py-xmethods.exp
11621 * gdb.python/python.exp
11622 * gdb.reverse/break-precsave.exp
11623 * gdb.reverse/consecutive-precsave.exp
11624 * gdb.reverse/finish-precsave.exp
11625 * gdb.reverse/i386-precsave.exp
11626 * gdb.reverse/machinestate-precsave.exp
11627 * gdb.reverse/sigall-precsave.exp
11628 * gdb.reverse/solib-precsave.exp
11629 * gdb.reverse/step-precsave.exp
11630 * gdb.reverse/until-precsave.exp
11631 * gdb.reverse/watch-precsave.exp
11632 * gdb.server/ext-attach.exp
11633 * gdb.server/ext-restart.exp
11634 * gdb.server/ext-run.exp
11635 * gdb.server/ext-wrapper.exp
11636 * gdb.stabs/gdb11479.exp
11637 * gdb.stabs/weird.exp
11638 * gdb.threads/attach-many-short-lived-threads.exp
11639 * gdb.threads/kill.exp
11640 * gdb.threads/watchpoint-fork.exp
11641
11642 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11643
11644 Fix test names starting with uppercase throughout all the files below.
11645
11646 * gdb.ada/array_return.exp
11647 * gdb.ada/catch_ex.exp
11648 * gdb.ada/info_exc.exp
11649 * gdb.ada/mi_catch_ex.exp
11650 * gdb.ada/mi_dyn_arr.exp
11651 * gdb.ada/mi_ex_cond.exp
11652 * gdb.ada/mi_exc_info.exp
11653 * gdb.ada/mi_interface.exp
11654 * gdb.ada/mi_task_arg.exp
11655 * gdb.ada/mi_task_info.exp
11656 * gdb.ada/mi_var_array.exp
11657 * gdb.arch/alpha-step.exp
11658 * gdb.arch/amd64-disp-step.exp
11659 * gdb.arch/arm-disp-step.exp
11660 * gdb.arch/disp-step-insn-reloc.exp
11661 * gdb.arch/e500-prologue.exp
11662 * gdb.arch/ftrace-insn-reloc.exp
11663 * gdb.arch/gdb1558.exp
11664 * gdb.arch/i386-bp_permanent.exp
11665 * gdb.arch/i386-disp-step.exp
11666 * gdb.arch/i386-float.exp
11667 * gdb.arch/i386-gnu-cfi.exp
11668 * gdb.arch/ia64-breakpoint-shadow.exp
11669 * gdb.arch/mips16-thunks.exp
11670 * gdb.arch/pa-nullify.exp
11671 * gdb.arch/powerpc-aix-prologue.exp
11672 * gdb.arch/powerpc-power.exp
11673 * gdb.arch/ppc-dfp.exp
11674 * gdb.arch/s390-tdbregs.exp
11675 * gdb.arch/spu-info.exp
11676 * gdb.arch/spu-ls.exp
11677 * gdb.arch/thumb-bx-pc.exp
11678 * gdb.base/advance.exp
11679 * gdb.base/annota-input-while-running.exp
11680 * gdb.base/arrayidx.exp
11681 * gdb.base/asmlabel.exp
11682 * gdb.base/async.exp
11683 * gdb.base/attach-wait-input.exp
11684 * gdb.base/auto-connect-native-target.exp
11685 * gdb.base/batch-preserve-term-settings.exp
11686 * gdb.base/bfp-test.exp
11687 * gdb.base/bigcore.exp
11688 * gdb.base/bp-permanent.exp
11689 * gdb.base/break-always.exp
11690 * gdb.base/break-fun-addr.exp
11691 * gdb.base/break-idempotent.exp
11692 * gdb.base/break-main-file-remove-fail.exp
11693 * gdb.base/break-probes.exp
11694 * gdb.base/break-unload-file.exp
11695 * gdb.base/break.exp
11696 * gdb.base/call-ar-st.exp
11697 * gdb.base/call-rt-st.exp
11698 * gdb.base/call-sc.exp
11699 * gdb.base/call-signal-resume.exp
11700 * gdb.base/call-strs.exp
11701 * gdb.base/callexit.exp
11702 * gdb.base/callfuncs.exp
11703 * gdb.base/catch-gdb-caused-signals.exp
11704 * gdb.base/catch-signal-siginfo-cond.exp
11705 * gdb.base/catch-syscall.exp
11706 * gdb.base/compare-sections.exp
11707 * gdb.base/cond-eval-mode.exp
11708 * gdb.base/condbreak-call-false.exp
11709 * gdb.base/consecutive-step-over.exp
11710 * gdb.base/cursal.exp
11711 * gdb.base/disabled-location.exp
11712 * gdb.base/disasm-end-cu.exp
11713 * gdb.base/display.exp
11714 * gdb.base/double-prompt-target-event-error.exp
11715 * gdb.base/dprintf-bp-same-addr.exp
11716 * gdb.base/dprintf-detach.exp
11717 * gdb.base/dprintf-next.exp
11718 * gdb.base/dprintf-non-stop.exp
11719 * gdb.base/dprintf-pending.exp
11720 * gdb.base/dso2dso.exp
11721 * gdb.base/ending-run.exp
11722 * gdb.base/enum_cond.exp
11723 * gdb.base/examine-backward.exp
11724 * gdb.base/exe-lock.exp
11725 * gdb.base/exec-invalid-sysroot.exp
11726 * gdb.base/execl-update-breakpoints.exp
11727 * gdb.base/execution-termios.exp
11728 * gdb.base/fileio.exp
11729 * gdb.base/fixsection.exp
11730 * gdb.base/foll-exec-mode.exp
11731 * gdb.base/foll-exec.exp
11732 * gdb.base/fork-running-state.exp
11733 * gdb.base/frame-args.exp
11734 * gdb.base/fullpath-expand.exp
11735 * gdb.base/func-ptr.exp
11736 * gdb.base/gcore-relro-pie.exp
11737 * gdb.base/gdb1090.exp
11738 * gdb.base/gdb1555.exp
11739 * gdb.base/global-var-nested-by-dso.exp
11740 * gdb.base/gnu-ifunc.exp
11741 * gdb.base/hbreak-in-shr-unsupported.exp
11742 * gdb.base/hbreak-unmapped.exp
11743 * gdb.base/hook-stop.exp
11744 * gdb.base/infcall-input.exp
11745 * gdb.base/info-fun.exp
11746 * gdb.base/info-shared.exp
11747 * gdb.base/interrupt-noterm.exp
11748 * gdb.base/jit-so.exp
11749 * gdb.base/jit.exp
11750 * gdb.base/line-symtabs.exp
11751 * gdb.base/list.exp
11752 * gdb.base/longjmp.exp
11753 * gdb.base/macscp.exp
11754 * gdb.base/max-value-size.exp
11755 * gdb.base/nodebug.exp
11756 * gdb.base/nofield.exp
11757 * gdb.base/overlays.exp
11758 * gdb.base/paginate-after-ctrl-c-running.exp
11759 * gdb.base/paginate-bg-execution.exp
11760 * gdb.base/paginate-inferior-exit.exp
11761 * gdb.base/pending.exp
11762 * gdb.base/pr11022.exp
11763 * gdb.base/printcmds.exp
11764 * gdb.base/ptr-typedef.exp
11765 * gdb.base/ptype.exp
11766 * gdb.base/randomize.exp
11767 * gdb.base/range-stepping.exp
11768 * gdb.base/realname-expand.exp
11769 * gdb.base/relativedebug.exp
11770 * gdb.base/remote.exp
11771 * gdb.base/savedregs.exp
11772 * gdb.base/sepdebug.exp
11773 * gdb.base/set-noassign.exp
11774 * gdb.base/shlib-call.exp
11775 * gdb.base/shreloc.exp
11776 * gdb.base/sigaltstack.exp
11777 * gdb.base/sigbpt.exp
11778 * gdb.base/siginfo-addr.exp
11779 * gdb.base/siginfo-obj.exp
11780 * gdb.base/siginfo-thread.exp
11781 * gdb.base/signest.exp
11782 * gdb.base/signull.exp
11783 * gdb.base/sigrepeat.exp
11784 * gdb.base/skip.exp
11785 * gdb.base/so-impl-ld.exp
11786 * gdb.base/solib-corrupted.exp
11787 * gdb.base/solib-disc.exp
11788 * gdb.base/solib-display.exp
11789 * gdb.base/solib-overlap.exp
11790 * gdb.base/solib-search.exp
11791 * gdb.base/solib-symbol.exp
11792 * gdb.base/source-execution.exp
11793 * gdb.base/sss-bp-on-user-bp-2.exp
11794 * gdb.base/sss-bp-on-user-bp.exp
11795 * gdb.base/stack-checking.exp
11796 * gdb.base/stale-infcall.exp
11797 * gdb.base/step-break.exp
11798 * gdb.base/step-line.exp
11799 * gdb.base/step-over-exit.exp
11800 * gdb.base/step-test.exp
11801 * gdb.base/structs.exp
11802 * gdb.base/sym-file.exp
11803 * gdb.base/symtab-search-order.exp
11804 * gdb.base/term.exp
11805 * gdb.base/type-opaque.exp
11806 * gdb.base/unload.exp
11807 * gdb.base/until-nodebug.exp
11808 * gdb.base/until.exp
11809 * gdb.base/unwindonsignal.exp
11810 * gdb.base/watch-cond.exp
11811 * gdb.base/watch-non-mem.exp
11812 * gdb.base/watch_thread_num.exp
11813 * gdb.base/watchpoint-reuse-slot.exp
11814 * gdb.base/watchpoint-solib.exp
11815 * gdb.base/watchpoint.exp
11816 * gdb.btrace/dlopen.exp
11817 * gdb.cell/arch.exp
11818 * gdb.cell/break.exp
11819 * gdb.cell/bt.exp
11820 * gdb.cell/core.exp
11821 * gdb.cell/data.exp
11822 * gdb.cell/dwarfaddr.exp
11823 * gdb.cell/ea-cache.exp
11824 * gdb.cell/ea-standalone.exp
11825 * gdb.cell/ea-test.exp
11826 * gdb.cell/f-regs.exp
11827 * gdb.cell/fork.exp
11828 * gdb.cell/gcore.exp
11829 * gdb.cell/mem-access.exp
11830 * gdb.cell/ptype.exp
11831 * gdb.cell/registers.exp
11832 * gdb.cell/sizeof.exp
11833 * gdb.cell/solib-symbol.exp
11834 * gdb.cell/solib.exp
11835 * gdb.compile/compile-tls.exp
11836 * gdb.cp/exception.exp
11837 * gdb.cp/gdb2495.exp
11838 * gdb.cp/local.exp
11839 * gdb.cp/mb-inline.exp
11840 * gdb.cp/mb-templates.exp
11841 * gdb.cp/pr10687.exp
11842 * gdb.cp/pr9167.exp
11843 * gdb.cp/scope-err.exp
11844 * gdb.cp/templates.exp
11845 * gdb.cp/virtfunc.exp
11846 * gdb.dwarf2/dw2-dir-file-name.exp
11847 * gdb.dwarf2/dw2-single-line-discriminators.exp
11848 * gdb.fortran/complex.exp
11849 * gdb.fortran/library-module.exp
11850 * gdb.guile/guile.exp
11851 * gdb.guile/scm-cmd.exp
11852 * gdb.guile/scm-frame-inline.exp
11853 * gdb.guile/scm-objfile.exp
11854 * gdb.guile/scm-pretty-print.exp
11855 * gdb.guile/scm-symbol.exp
11856 * gdb.guile/scm-type.exp
11857 * gdb.guile/scm-value.exp
11858 * gdb.linespec/keywords.exp
11859 * gdb.linespec/ls-errs.exp
11860 * gdb.linespec/macro-relative.exp
11861 * gdb.linespec/thread.exp
11862 * gdb.mi/mi-breakpoint-changed.exp
11863 * gdb.mi/mi-dprintf-pending.exp
11864 * gdb.mi/mi-fullname-deleted.exp
11865 * gdb.mi/mi-logging.exp
11866 * gdb.mi/mi-pending.exp
11867 * gdb.mi/mi-solib.exp
11868 * gdb.mi/new-ui-mi-sync.exp
11869 * gdb.mi/user-selected-context-sync.exp
11870 * gdb.multi/dummy-frame-restore.exp
11871 * gdb.multi/multi-arch-exec.exp
11872 * gdb.multi/remove-inferiors.exp
11873 * gdb.multi/watchpoint-multi-exit.exp
11874 * gdb.opt/solib-intra-step.exp
11875 * gdb.perf/backtrace.exp
11876 * gdb.perf/single-step.exp
11877 * gdb.perf/skip-command.exp
11878 * gdb.perf/skip-prologue.exp
11879 * gdb.perf/solib.exp
11880 * gdb.python/lib-types.exp
11881 * gdb.python/py-as-string.exp
11882 * gdb.python/py-bad-printers.exp
11883 * gdb.python/py-block.exp
11884 * gdb.python/py-breakpoint.exp
11885 * gdb.python/py-cmd.exp
11886 * gdb.python/py-events.exp
11887 * gdb.python/py-evthreads.exp
11888 * gdb.python/py-finish-breakpoint.exp
11889 * gdb.python/py-finish-breakpoint2.exp
11890 * gdb.python/py-frame-inline.exp
11891 * gdb.python/py-frame.exp
11892 * gdb.python/py-inferior.exp
11893 * gdb.python/py-infthread.exp
11894 * gdb.python/py-mi.exp
11895 * gdb.python/py-objfile.exp
11896 * gdb.python/py-pp-maint.exp
11897 * gdb.python/py-pp-registration.exp
11898 * gdb.python/py-prettyprint.exp
11899 * gdb.python/py-recurse-unwind.exp
11900 * gdb.python/py-shared.exp
11901 * gdb.python/py-symbol.exp
11902 * gdb.python/py-symtab.exp
11903 * gdb.python/py-template.exp
11904 * gdb.python/py-type.exp
11905 * gdb.python/py-unwind-maint.exp
11906 * gdb.python/py-unwind.exp
11907 * gdb.python/py-value.exp
11908 * gdb.python/python.exp
11909 * gdb.reverse/finish-reverse-bkpt.exp
11910 * gdb.reverse/insn-reverse.exp
11911 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11912 * gdb.reverse/solib-precsave.exp
11913 * gdb.reverse/solib-reverse.exp
11914 * gdb.stabs/gdb11479.exp
11915 * gdb.stabs/weird.exp
11916 * gdb.threads/fork-child-threads.exp
11917 * gdb.threads/fork-plus-threads.exp
11918 * gdb.threads/fork-thread-pending.exp
11919 * gdb.threads/forking-threads-plus-breakpoint.exp
11920 * gdb.threads/hand-call-in-threads.exp
11921 * gdb.threads/interrupted-hand-call.exp
11922 * gdb.threads/linux-dp.exp
11923 * gdb.threads/local-watch-wrong-thread.exp
11924 * gdb.threads/next-while-other-thread-longjmps.exp
11925 * gdb.threads/non-ldr-exit.exp
11926 * gdb.threads/pending-step.exp
11927 * gdb.threads/print-threads.exp
11928 * gdb.threads/process-dies-while-detaching.exp
11929 * gdb.threads/process-dies-while-handling-bp.exp
11930 * gdb.threads/pthreads.exp
11931 * gdb.threads/queue-signal.exp
11932 * gdb.threads/reconnect-signal.exp
11933 * gdb.threads/signal-command-handle-nopass.exp
11934 * gdb.threads/signal-command-multiple-signals-pending.exp
11935 * gdb.threads/signal-delivered-right-thread.exp
11936 * gdb.threads/signal-sigtrap.exp
11937 * gdb.threads/sigthread.exp
11938 * gdb.threads/staticthreads.exp
11939 * gdb.threads/stepi-random-signal.exp
11940 * gdb.threads/thread-unwindonsignal.exp
11941 * gdb.threads/thread_check.exp
11942 * gdb.threads/thread_events.exp
11943 * gdb.threads/tid-reuse.exp
11944 * gdb.threads/tls-nodebug.exp
11945 * gdb.threads/tls-shared.exp
11946 * gdb.threads/tls-so_extern.exp
11947 * gdb.threads/tls.exp
11948 * gdb.threads/wp-replication.exp
11949 * gdb.trace/actions-changed.exp
11950 * gdb.trace/actions.exp
11951 * gdb.trace/backtrace.exp
11952 * gdb.trace/change-loc.exp
11953 * gdb.trace/collection.exp
11954 * gdb.trace/deltrace.exp
11955 * gdb.trace/disconnected-tracing.exp
11956 * gdb.trace/entry-values.exp
11957 * gdb.trace/ftrace-lock.exp
11958 * gdb.trace/ftrace.exp
11959 * gdb.trace/infotrace.exp
11960 * gdb.trace/mi-trace-frame-collected.exp
11961 * gdb.trace/mi-trace-unavailable.exp
11962 * gdb.trace/mi-traceframe-changed.exp
11963 * gdb.trace/mi-tracepoint-changed.exp
11964 * gdb.trace/mi-tsv-changed.exp
11965 * gdb.trace/no-attach-trace.exp
11966 * gdb.trace/packetlen.exp
11967 * gdb.trace/passc-dyn.exp
11968 * gdb.trace/passcount.exp
11969 * gdb.trace/pending.exp
11970 * gdb.trace/pr16508.exp
11971 * gdb.trace/qtro.exp
11972 * gdb.trace/range-stepping.exp
11973 * gdb.trace/read-memory.exp
11974 * gdb.trace/report.exp
11975 * gdb.trace/save-trace.exp
11976 * gdb.trace/signal.exp
11977 * gdb.trace/stap-trace.exp
11978 * gdb.trace/status-stop.exp
11979 * gdb.trace/strace.exp
11980 * gdb.trace/tfile.exp
11981 * gdb.trace/tfind.exp
11982 * gdb.trace/trace-break.exp
11983 * gdb.trace/trace-condition.exp
11984 * gdb.trace/trace-enable-disable.exp
11985 * gdb.trace/trace-mt.exp
11986 * gdb.trace/tracecmd.exp
11987 * gdb.trace/tracefile-pseudo-reg.exp
11988 * gdb.trace/tspeed.exp
11989 * gdb.trace/tstatus.exp
11990 * gdb.trace/tsv.exp
11991 * gdb.trace/unavailable.exp
11992 * gdb.trace/while-dyn.exp
11993 * gdb.trace/while-stepping.exp
11994 * lib/gdb-guile.exp
11995 * lib/gdb.exp
11996 * lib/mi-support.exp
11997 * lib/pascal.exp
11998 * lib/perftest.exp
11999 * lib/prelink-support.exp
12000 * lib/selftest-support.exp
12001
12002 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12003
12004 * Makefile.in: Include disable-implicit-rules.mk.
12005
12006 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12007
12008 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12009 non-byte-aligned bit fields.
12010
12011 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12012
12013 PR gdb/12616
12014 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12015 respects the DW_AT_data_bit_offset attribute.
12016
12017 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12018
12019 * gdb.base/default.exp: Fix output of "set language".
12020
12021 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12022
12023 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12024 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12025 make.
12026 * configure.ac: Remove checks for the make program.
12027 * configure: Re-generate.
12028
12029 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12030
12031 * gdb.python/py-recurse-unwind.c (main): Add loop.
12032 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12033 to read_register() and gdb.parse_and_eval(). Make each code
12034 call a separate case that can be individually tested.
12035 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12036 proc. Call cont_and_backtrace for each of the code paths that
12037 we want to test in the unwinder.
12038
12039 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12040
12041 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12042 the definition of struct S.
12043
12044 2016-11-11 Catherine Moore <clm@codesourcery.com>
12045
12046 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12047
12048 2016-11-09 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.base/commands.exp (runto_or_return): New procedure.
12051 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12052 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12053 (progvar_simple_while_test, progvar_complex_if_while_test)
12054 (if_while_breakpoint_command_test)
12055 (infrun_breakpoint_command_test, breakpoint_command_test)
12056 (user_defined_command_test, watchpoint_command_test)
12057 (test_command_prompt_position, redefine_hook_test)
12058 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12059 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12060 multi_line_input and multi_line. Remove gdb_expect and
12061 gdb_stop_suppressing_tests uses.
12062 * lib/gdb.exp (valnum_re): New global.
12063 (multi_line_input): New procedure.
12064
12065 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12066
12067 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12068 Remove.
12069 (test_setup): Define with proc_with_prefix.
12070 (test_cli_inferior): Likewise.
12071 (test_cli_thread): Likewise.
12072 (test_cli_frame): Likewise.
12073 (test_cli_select_frame): Likewise.
12074 (test_cli_up_down): Likewise.
12075 (test_mi_thread_select): Likewise.
12076 (test_mi_stack_select_frame): Likewise.
12077 (test_cli_in_mi_inferior): Likewise.
12078 (test_cli_in_mi_thread): Likewise.
12079 (test_cli_in_mi_frame): Likewise.
12080 (top level): Do not use with_test_prefix_procname.
12081
12082 2016-11-09 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.base/commands.exp (gdbvar_simple_if_test)
12085 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12086 (progvar_simple_if_test, progvar_simple_while_test)
12087 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12088 (infrun_breakpoint_command_test, breakpoint_command_test)
12089 (user_defined_command_test, watchpoint_command_test)
12090 (test_command_prompt_position, deprecated_command_test)
12091 (bp_deleted_in_command, temporary_breakpoint_commands)
12092 (stray_arg0_test, source_file_with_indented_comment)
12093 (recursive_source_test, if_commands_test)
12094 (error_clears_commands_left, redefine_hook_test)
12095 (redefine_backtrace_test): Use proc_with_prefix.
12096 * lib/gdb.exp (proc_with_prefix): New proc.
12097
12098 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12099
12100 * gdb.base/tui-layout.c: New file.
12101 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12102 disassembly window contains very long lines.
12103
12104 2016-11-08 Tom Tromey <tom@tromey.com>
12105
12106 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12107 depend on Python 2.
12108
12109 2016-11-08 Tom Tromey <tom@tromey.com>
12110
12111 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12112 New method.
12113
12114 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12115
12116 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12117
12118 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12119
12120 * gdb.rust/simple.rs: Add test for univariant enums without
12121 discriminants and for encoded struct-like enums.
12122
12123 2016-10-28 Pedro Alves <palves@redhat.com>
12124
12125 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12126 gdb_test_multiple, tighten regexps and match symtabs and line
12127 tables incrementally.
12128
12129 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12130
12131 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12132 general.
12133
12134 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12135
12136 * gdb.base/exec-invalid-sysroot.exp: New file.
12137
12138 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12139
12140 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12141
12142 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12143
12144 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12145
12146 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12147
12148 * gdb.base/killed-outside.exp: Remove $options from a call to
12149 `prepare_for_testing'.
12150
12151 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12152
12153 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12154 Change test message.
12155
12156 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12157
12158 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12159 Update comment.
12160
12161 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * gdb.trace/mi-trace-save.exp: New file.
12164
12165 2016-10-13 Yao Qi <yao.qi@linaro.org>
12166
12167 * gdb.base/code_elim.exp (get_var_address): Remove.
12168 * gdb.base/relocate.exp: Likewise.
12169 * gdb.base/shreloc.exp: Likewise.
12170 * lib/gdb.exp (get_var_address): New.
12171
12172 2016-10-13 Yao Qi <yao.qi@linaro.org>
12173
12174 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12175 floating point tests if $skip_float_test is false.
12176
12177 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12178
12179 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12180 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12181 argc values.
12182 Add 1 to argc so we guarantee distinct initial/modified argc values.
12183
12184 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12185
12186 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12187
12188 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12189
12190 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12191 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12192 * gdb.arch/vsx-regs.exp: Likewise.
12193
12194 2016-10-07 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12197
12198 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12199
12200 * gdb.python/python.exp: Test decode_line("*0").
12201
12202 2016-10-06 Doug Evans <dje@google.com>
12203
12204 * gdb.python/py-value.exp (test_value_creation): Add test for large
12205 unsigned 64-bit value.
12206
12207 2016-10-06 Tom Tromey <tom@tromey.com>
12208
12209 * gdb.compile/compile.exp: Change java tests to rust.
12210 * gdb.base/setshow.exp: Change java tests to rust.
12211 * gdb.base/default.exp: Remove java from language list.
12212 * README (Examples): Update language example.
12213 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12214 test.
12215 * lib/gdb.exp (skip_java_tests): Remove.
12216 * lib/java.exp: Remove.
12217 * gdb.java: Remove.
12218
12219 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12220
12221 * gdb.arch/mips-fcr.exp: New test.
12222 * gdb.arch/mips-fcr.c: Source for the new test.
12223
12224 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12225
12226 * gdb.base/solib-disc.exp: Use `standard_output_file'
12227 throughout.
12228
12229 2016-10-06 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.base/jit-simple-dl.c: New file.
12232 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12233 * gdb.base/jit-simple.c: ... this.
12234 * gdb.base/jit-simple.exp (jit_run): Delete.
12235 (build_jit): New proc.
12236 (jit_test_reread): Recompile either the main program or the shared
12237 library, depending on what is being tested. Skip changing address
12238 if caller wants to. Compare before/after addresses. If testing
12239 standalone, explicitly load the binary. Test "maint info
12240 breakpoints".
12241 (top level): Add "standalone vs shared lib" and "change address"
12242 vs "same address" axes.
12243
12244 2016-10-06 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12247 call.
12248 (jit_run): Delete.
12249 (jit_test_reread): Use with_test_prefix. Reload the main binary
12250 explicitly. Compare the before/after addresses of the JIT
12251 descriptor.
12252
12253 2016-08-15 Doug Evans <dje@google.com>
12254
12255 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12256 for single bitfields is bool.
12257 * gdb.xml/tdesc-regs.exp: Ditto.
12258
12259 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12260
12261 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12262
12263 2016-10-05 Yao Qi <yao.qi@linaro.org>
12264
12265 * lib/gdb.exp (support_complex_tests): Return zero if
12266 gdb_skip_float_test return true.
12267
12268 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12269 Simon Marchi <simon.marchi@ericsson.com>
12270
12271 PR gdb/20487
12272 * gdb.mi/user-selected-context-sync.exp: New file.
12273 * gdb.mi/user-selected-context-sync.c: New file.
12274
12275 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12276 Simon Marchi <simon.marchi@ericsson.com>
12277
12278 PR gdb/20487
12279 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12280 =thread-select-event check.
12281
12282 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12283
12284 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12285 the compulsory L operand changes.
12286 * gdb.arch/powerpc-power.s: Likewise.
12287
12288 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12291 * gdb.base/jit-attach-pie.c: New file.
12292 * gdb.base/jit-attach-pie.exp: New file.
12293
12294 2016-09-28 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.base/infcall-input.c: New file.
12297 * gdb.base/infcall-input.exp: New file.
12298
12299 2016-09-22 Yao Qi <yao.qi@linaro.org>
12300
12301 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12302 (gdb_exit): Rename it to ...
12303 (gdbserver_gdb_exit): ... Close GDBserver.
12304 (gdb_exit): New proc, call gdbserver_gdb_exit.
12305 (mi_gdb_exit): Likewise.
12306
12307 2016-09-22 Yao Qi <yao.qi@linaro.org>
12308
12309 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12310 path.
12311 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12312 Remove duplication.
12313
12314 2016-09-22 Yao Qi <yao.qi@linaro.org>
12315
12316 * lib/gdbserver-support.exp: Check the existence of
12317 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12318
12319 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12320
12321 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12322
12323 2016-09-21 Tom Tromey <tom@tromey.com>
12324
12325 PR gdb/20604:
12326 * gdb.base/quit.exp: New file.
12327
12328 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12329
12330 * .gitignore: New file.
12331
12332 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12333
12334 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12335 throughout.
12336
12337 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12338
12339 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12340
12341 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12342
12343 * gdb.cp/casts.cc (decltype): Move it ...
12344 (main): ... with its call to ...
12345 * gdb.cp/casts03.cc: ... a new file.
12346 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12347
12348 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12351
12352 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12353
12354 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12355 and sync up the test with tests in gas/testsuite/gas/ppc.
12356 * gdb.arch/powerpc-power.exp: Likewise.
12357
12358 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12359
12360 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12361
12362 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12363 Jan Kratochvil <jan.kratochvil@redhat.com>
12364
12365 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12366 make m1's definition to be different from m2's. Use 'dummy' as an
12367 argument for probe 'two'.
12368
12369 2016-09-10 Jon Beniston <jon@beniston.com>
12370
12371 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12372 for sim target.
12373
12374 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12375
12376 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12377 variable declaration.
12378 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12379 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12380 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12381 received HWCAP as its argument.
12382
12383 2016-09-06 Pedro Alves <palves@redhat.com>
12384
12385 * gdb.base/new-ui-pending-input.c: New file.
12386 * gdb.base/new-ui-pending-input.exp: New file.
12387 * gdb.exp (clear_gdb_spawn_id): New procedure.
12388 (with_spawn_id): Check whether gdb_spawn_id exists before
12389 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12390 on exit.
12391
12392 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12393
12394 * gdb.base/float128.c: New file.
12395 * gdb.base/float128.exp: Likewise.
12396 * gdb.base/floatn.c: Likewise.
12397 * gdb.base/floatn.exp: Likewise.
12398
12399 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12400
12401 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12402
12403 2016-09-05 Pedro Alves <palves@redhat.com>
12404
12405 PR backtrace/19927
12406 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12407 unwinders are immediately called as side effect of "source" or
12408 "disable unwinder" commands.
12409 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12410
12411 2016-09-02 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12414 is true and $type is "float" or "double".
12415
12416 2016-09-02 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12419 true.
12420 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12421 * gdb.base/call-rt-st.exp: Likewise.
12422 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12423 return value instead of gdb,skip_float_test.
12424 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12425 (do_function_calls): Use its return value instead of
12426 gdb,skip_float_test.
12427 * gdb.base/finish.exp: Likewise.
12428 * gdb.base/funcargs.exp: Likewise.
12429 * gdb.base/return.exp: Likewise.
12430 * gdb.base/return2.exp: Likewise.
12431 * gdb.base/varargs.exp: Likewise.
12432 * lib/gdb.exp (gdb_skip_float_test): Change it to
12433 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12434
12435 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12436
12437 * gdb.multi/tids.exp: Test "thread apply all".
12438
12439 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12440
12441 * gdb.base/default.exp (tty): Remove.
12442
12443 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12444
12445 * gdb.python/py-recurse-unwind.c: New file.
12446 * gdb.python/py-recurse-unwind.py: New file.
12447 * gdb.python/py-recurse-unwind.exp: New file.
12448
12449 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12450
12451 * gdb.base/set-inferior-tty.exp: New file.
12452 * gdb.base/set-inferior-tty.c: New file.
12453
12454 2016-08-23 Pedro Alves <palves@redhat.com>
12455
12456 PR gdb/20494
12457 * gdb.base/new-ui-echo.c: New file.
12458 * gdb.base/new-ui-echo.exp: New file.
12459
12460 2016-08-23 Yao Qi <yao.qi@linaro.org>
12461
12462 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12463 gdbserver_spawn.
12464 * gdb.server/connect-without-multi-process.exp (do_test):
12465 Likewise.
12466
12467 2016-08-23 Yao Qi <yao.qi@linaro.org>
12468
12469 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12470 standalone_txt. Delete gdb_txt and standalone_txt on host
12471 and target. Spawn the binary on target. Copy files from
12472 target to host.
12473
12474 2016-08-22 Pedro Alves <palves@redhat.com>
12475
12476 PR gdb/20505
12477 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12478 with_test_prefix. Factor out bits to ...
12479 (test_no_vdso): ... this new procedure.
12480
12481 2016-08-19 Carl Love <cel@us.ibm.com>
12482
12483 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12484 maintaining separate logic for constructing the output path.
12485 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12486 * gdb.arch/ppc-dfp.exp: Likewise.
12487 * gdb.arch/ppc-fp.exp: Likewise.
12488 * gdb.arch/vsx-regs.exp: Likewise.
12489 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12490 binprefix for generating the additional binary files.
12491
12492 2016-08-19 Pedro Alves <palves@redhat.com>
12493
12494 * gdb.trace/mi-trace-frame-collected.exp
12495 (test_trace_frame_collected): On x32, expect two registers.
12496
12497 2016-08-18 Carl Love <cel@us.ibm.com>
12498
12499 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12500 and sync up the test with tests in gas/testsuite/gas/ppc.
12501 * gdb.arch/powerpc-power.exp: Likewise.
12502
12503 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12504
12505 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12506 expected error message.
12507
12508 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12509
12510 * gdb.multi/remove-inferiors.exp: New file.
12511 * gdb.multi/remove-inferiors.c: New file.
12512
12513 2016-08-12 Yao Qi <yao.qi@linaro.org>
12514
12515 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12516 argument list.
12517
12518 2016-08-10 Pedro Alves <palves@redhat.com>
12519
12520 PR gdb/19187
12521 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12522 setup_kfails.
12523
12524 2016-08-09 Pedro Alves <palves@redhat.com>
12525 Simon Marchi <simon.marchi@ericsson.com>
12526
12527 PR gdb/20418
12528 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12529 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12530
12531 2016-08-09 Pedro Alves <palves@redhat.com>
12532
12533 PR mi/20431
12534 * gdb.mi/mi-cmd-error.exp: New file.
12535
12536 2016-08-09 Pedro Alves <palves@redhat.com>
12537
12538 PR gdb/18653
12539 * gdb.base/signals-state-child.c: New file.
12540 * gdb.base/signals-state-child.exp: New file.
12541 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12542
12543 2016-08-09 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12546
12547 2016-08-03 Tom Tromey <tom@tromey.com>
12548
12549 PR python/18565:
12550 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12551
12552 2016-08-01 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12555 variable mode to "multi-process" if $multi_process is 1, otherwise
12556 set it to "single-process".
12557
12558 2016-08-01 Yao Qi <yao.qi@linaro.org>
12559
12560 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12561 * gdb.cp/cpexprs.exp: Likewise.
12562 * gdb.cp/m-static.exp: Likewise.
12563
12564 2016-07-26 Tom Tromey <tom@tromey.com>
12565
12566 PR python/20190:
12567 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12568 test.
12569
12570 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12571
12572 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12573 selecting assembly source files.
12574 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12575 assembly source files.
12576 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12577 assembly source files.
12578 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12579 selecting assembly source files.
12580
12581 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * gdb.base/new-ui.exp (do_test_invalid_args): New
12584 procedure.
12585
12586 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12587
12588 * gdb.btrace/reconnect.c: New file.
12589 * gdb.btrace/reconnect.exp: New file.
12590
12591 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12592
12593 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12594 to test_catch_syscall_group.
12595 (test_catch_syscall_group): New.
12596
12597 2016-07-21 Tom Tromey <tom@tromey.com>
12598
12599 * gdb.rust/simple.rs (main): Use empty struct expression.
12600 * gdb.rust/simple.exp: Add tests for empty struct expression.
12601
12602 2016-07-21 Yao Qi <yao.qi@linaro.org>
12603
12604 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12605 if gdb_skip_xml_test is true on some targets.
12606
12607 2016-07-21 Yao Qi <yao.qi@linaro.org>
12608
12609 * gdb.server/solib-list.exp: Unset last_loaded_file.
12610
12611 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12612
12613 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12614 "step into captured_main (args)".
12615
12616 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12617
12618 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12619
12620 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12621
12622 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12623
12624 2016-07-19 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12627 * gdb.opt/inline-bt.exp: Likewise.
12628 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12629 additional_flags=-Winline.
12630 * gdb.opt/inline-locals.exp: Likewise.
12631 * gdb.opt/inline-markers.c (ATTR): Define.
12632 (inlined_fn): Use it.
12633
12634 2016-07-19 Yao Qi <yao.qi@linaro.org>
12635
12636 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12637 (test_with_self): Remove some code. Remove argument executable.
12638 (top-level): Use do_self_tests.
12639
12640 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12641 Don Breazeal <donb@codesourcery.com>
12642
12643 * gdb.base/maint.exp: Escape paths used in regular expressions.
12644 * gdb.stabs/weird.exp: Likewise.
12645
12646 2016-07-13 Tom Tromey <tom@tromey.com>
12647
12648 PR python/15620, PR python/18620:
12649 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12650 (test_bkpt_events): New procs.
12651
12652 2016-07-13 Tom Tromey <tom@tromey.com>
12653
12654 PR python/17698:
12655 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12656 test.
12657 (test_watchpoints): Likewise.
12658 (test_bkpt_pending): New proc.
12659
12660 2016-07-13 Tom Tromey <tom@tromey.com>
12661
12662 PR cli/18053:
12663 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12664 completion test.
12665
12666 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12667
12668 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12669 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12670 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12671 f_label.
12672 (g): Rename g_end_lbl to g_label.
12673 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12674 low_pc and high_pc.
12675 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12676
12677 2016-07-12 Tom Tromey <tom@tromey.com>
12678
12679 PR python/19293:
12680 * gdb.python/py-unwind-maint.exp: Update tests.
12681
12682 2016-07-12 Yao Qi <yao.qi@linaro.org>
12683
12684 * lib/selftest-support.exp (selftest_setup): Match the output
12685 when captured_main is inlined.
12686
12687 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12688
12689 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12690 New variables.
12691 (print this%a, print this%b, print this): New tests.
12692 * gdb.fortran/derived-types.f90 (this): New object and
12693 initialization.
12694
12695 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12696
12697 * gdb.ada/arraydim.exp: Remove extra directory level in build
12698 directory.
12699
12700 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12701
12702 * lib/ada.exp: Remove extra directory level in build directory.
12703 * gdb.ada/cond_lang.exp: Likewise.
12704 * gdb.ada/exec_changed.exp: Likewise.
12705 * gdb.ada/lang_switch.exp: Likewise.
12706
12707 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12708
12709 * simple.rs: Add test for raw pointer subscripting.
12710 * simple.exp: Add test expectations.
12711
12712 2016-07-05 Yao Qi <yao.qi@linaro.org>
12713
12714 * gdb.mi/mi-reverse.exp: Match =record-started output.
12715
12716 2016-07-01 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12719 procedure.
12720 (jit_reader_test): Test the jit reader's unwinder.
12721 * gdb.base/jithost.c (jit_function_00_code): New global.
12722 (main): Use memcpy to fill in the mmapped code, instead of poking
12723 bytes manually here.
12724 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12725 value.
12726 (read_debug_info): Save the function's range.
12727 (read_sp): New function.
12728 (unwind_frame): Use it. Also unwind RBP.
12729 (get_frame_id): Use read_sp.
12730 (gdb_init_reader): Use calloc instead of malloc.
12731 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12732 parameter. Use gdb_test_multiple.
12733
12734 2016-07-01 Pedro Alves <palves@redhat.com>
12735 Antoine Tremblay <antoine.tremblay@ericsson.com>
12736
12737 * gdb.threads/process-dies-while-detaching.c: New file.
12738 * gdb.threads/process-dies-while-detaching.exp: New file.
12739
12740 2016-07-01 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.multi/watchpoint-multi-exit.c: New file.
12743 * gdb.multi/watchpoint-multi-exit.exp: New file.
12744
12745 2016-06-30 Pedro Alves <palves@redhat.com>
12746
12747 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12748 unset inferior_spawn_id.
12749
12750 2016-06-30 Pedro Alves <palves@redhat.com>
12751
12752 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12753 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12754
12755 2016-06-29 Yao Qi <yao.qi@linaro.org>
12756
12757 * gdb.base/return.c: Add copyright header.
12758
12759 2016-06-29 Tom Tromey <tom@tromey.com>
12760
12761 PR python/20129:
12762 * gdb.python/py-framefilter.exp: Add tests for setting priority
12763 and disabling of non-existent frame filter.
12764
12765 2016-06-29 Yao Qi <yao.qi@linaro.org>
12766
12767 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12768 0x0f07ff.
12769
12770 2016-06-28 Yao Qi <yao.qi@linaro.org>
12771
12772 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12773 triplets. Start gdb, execute catch syscall, and continue. Check
12774 gdb's output to determine catch syscall is supported.
12775
12776 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12777
12778 * gdb.rust/simple.rs: Add test for returning unit in a function.
12779 * gdb.rust/simple.exp: Add expectation for functions returning
12780 unit.
12781
12782 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12783
12784 * gdb.python/py-breakpoint-create-fail.c,
12785 gdb.python/py-breakpoint-create-fail.exp,
12786 gdb.python/py-breakpoint-create-fail.py: New testcase.
12787
12788 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12789
12790 PR gdb/20239
12791 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12792 * gdb.rust/simple.exp: Add test expectations for new NonZero
12793 tests.
12794
12795 2016-06-24 David Taylor <dtaylor@emc.com>
12796
12797 * gdb.base/offsets.exp: New file.
12798 * gdb.base/offsets.c: New file.
12799
12800 2016-06-23 Tom Tromey <tom@tromey.com>
12801
12802 PR gdb/16483:
12803 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12804 before any filters are loaded.
12805
12806 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12807
12808 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12809 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12810 structs.
12811 * gdb.fortran/derived-type-function.exp: New file.
12812 * gdb.fortran/derived-type-function.f90: New file.
12813
12814
12815 2016-06-21 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.base/new-ui.exp: New file.
12818 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12819 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12820 (with_spawn_id): New procedure.
12821
12822 2016-06-21 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.mi/mi-exec-run.exp: New file.
12825
12826 2016-06-21 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12829 breakpoint command's output on the main UI.
12830 (test_break): New procedure, factored out from calls in the top
12831 level.
12832 (top level): Use foreach_with_prefix to test MI as main UI and as
12833 separate UI.
12834
12835 2016-06-21 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12838 (test_awatch_creation_and_listing)
12839 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12840 Remove 'type' parameter.
12841 (test_watchpoint_all): New parameter mi_mode. Remove
12842 with_test_prefix.
12843 (top level): Use foreach_with_prefix, and add main/separate UI MI
12844 testing axis.
12845
12846 2016-06-21 Pedro Alves <palves@redhat.com>
12847
12848 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12849 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12850 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12851 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12852 (gdb_main_spawn_id, mi_spawn_id): Declare and
12853 comment.
12854 (mi_create_inferior_pty): New procedure,
12855 factored out from default_mi_gdb_start.
12856 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12857 procedures.
12858 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12859 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12860 Use mi_create_inferior_pty.
12861 (mi_gdb_start): Use eval to pass down args list.
12862
12863 2016-06-21 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12866 * gdb.opt/inline-cmds.exp: Add MI tests.
12867
12868 2016-06-21 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12871
12872 2016-06-21 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12875 (top level): Use it instead of mi_execute_to.
12876
12877 2016-06-21 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12880 (cont_handler_str): New.
12881 (signal_stop_handler): Set stop_handler_str instead of printing to
12882 stdout.
12883 (continue_handler): Set cont_handler_str instead of printing to
12884 stdout.
12885 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12886 mi_send_resuming_command. Print stop_handler_str and
12887 cont_handler_str instead of expecting the python events print
12888 directly.
12889
12890 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12891
12892 * gdb.base/jit-reader.exp: New file.
12893 * gdb.base/jithost.c: New file.
12894 * gdb.base/jithost.h: New file.
12895 * gdb.base/jitreader.c : New file.
12896 * gdb.base/jit-protocol.h: New file.
12897
12898 2016-06-17 Yao Qi <yao.qi@linaro.org>
12899
12900 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12901 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12902 and detach-on-fork. Adjust tests.
12903 (top level): Invoke break_cond_on_syscall with combinations of
12904 syscall, follow-fork-mode and detach-on-fork.
12905
12906 2016-06-17 Yao Qi <yao.qi@linaro.org>
12907
12908 * gdb.base/step-over-exit.c: New.
12909 * gdb.base/step-over-exit.exp: New.
12910
12911 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12912
12913 * gdb.base/float.exp: Add target check for nds32*-*-*.
12914 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12915
12916 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12917
12918 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12919 for unsupported target features.
12920 * gdb.base/call-rt-st.exp: Likewise.
12921 * gdb.base/call-sc.exp: Likewise.
12922 * gdb.base/call-signal-resume.exp: Likewise.
12923 * gdb.base/call-strs.exp: Likewise.
12924 * gdb.base/callexit.exp: Likewise.
12925 * gdb.base/callfuncs.exp: Likewise.
12926 * gdb.base/nodebug.exp: Likewise.
12927 * gdb.base/printcmds.exp: Likewise.
12928 * gdb.base/ptype.exp: Likewise.
12929 * gdb.base/structs.exp: Likewise.
12930 * gdb.base/unwindonsignal.exp: Likewise.
12931 * gdb.cp/gdb2495.exp: Likewise.
12932 * gdb.cp/templates.exp: Likewise.
12933 * gdb.cp/virtfunc.exp: Likewise.
12934 * gdb.threads/hand-call-in-threads.exp: Likewise.
12935 * gdb.threads/interrupted-hand-call.exp: Likewise.
12936 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12937
12938 2016-06-10 Tom Tromey <tom@tromey.com>
12939
12940 PR rust/20110:
12941 * gdb.rust/expr.exp: Add test for integer constant larger than
12942 i32.
12943
12944 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12945
12946 * gdb.fortran/nested-funcs.exp: New.
12947 * gdb.fortran/nested-funcs.f90: New.
12948
12949 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12950
12951 * gdb.base/examine-backward.c: New file.
12952 * gdb.base/examine-backward.exp: New file.
12953
12954 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12955
12956 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12957 matching.
12958
12959 2016-06-02 Tom Tromey <tom@tromey.com>
12960
12961 PR python/18984:
12962 * gdb.python/py-shared.exp: Add solib_name test.
12963
12964 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12967
12968 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12969
12970 PR c++/19893
12971 * gdb.dwarf2/implref.exp: Rename to...
12972 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12973 * gdb.dwarf2/implref-array.c: New file.
12974 * gdb.dwarf2/implref-array.exp: Likewise.
12975 * gdb.dwarf2/implref-global.c: Likewise.
12976 * gdb.dwarf2/implref-global.exp: Likewise.
12977 * gdb.dwarf2/implref-struct.c: Likewise.
12978 * gdb.dwarf2/implref-struct.exp: Likewise.
12979
12980 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12981
12982 * gdb.trace/trace-condition.exp: Add 64bit tests.
12983
12984 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12985
12986 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12987 bits types.
12988 (main): Adapt to 8 to 64 bits types.
12989 * gdb.trace/trace-condition.exp: Add new tests.
12990
12991 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12992
12993 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12994
12995 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12996
12997 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12998 Move condition tests...
12999 * gdb.trace/trace-condition.exp: Here.
13000
13001 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13002
13003 * gdb.trace/trace-condition.exp: Add counter-case tests.
13004
13005 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13006
13007 PR c++/15231
13008 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13009 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13010
13011 2016-05-27 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13014 New procedure.
13015 (top level): Call it, and bail out of DejaGnu is known to be bad.
13016
13017 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13018
13019 * gdb.base/whatis.c: Extend the test case.
13020 * gdb.base/whatis.exp: Add additional tests.
13021
13022 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13023
13024 * gdb.fortran/type.f90: Add pointer variable.
13025 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13026
13027 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13028
13029 * gdb.fortran/vla-type.exp: Fix testcase name.
13030
13031 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13032
13033 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13034
13035 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13036
13037 * gdb.fortran/type.f90: Add nested structures.
13038 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13039 * gdb.fortran/derived-type.exp: Adapt expected output.
13040 * gdb.fortran/vla-type.exp: Adapt expected output.
13041
13042 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13043
13044 * gdb.fortran/whatis_type.exp: Adapt expected output.
13045
13046 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13047
13048 * gdb.fortran/print_type.exp: Fix expected output.
13049 * gdb.fortran/whatis_type.exp: Fix expected output.
13050
13051 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13052
13053 * gdb.fortran/whatis_type.exp: Use multi_line.
13054
13055 2016-05-24 Tom Tromey <tom@tromey.com>
13056
13057 PR python/17386:
13058 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13059 use value as an index.
13060
13061 2016-05-23 Tom Tromey <tom@tromey.com>
13062
13063 PR python/17981:
13064 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13065 no-breakpoint case.
13066
13067 2016-05-24 Pedro Alves <palves@redhat.com>
13068
13069 PR gdb/19828
13070 * gdb.threads/clone-attach-detach.c: New file.
13071 * gdb.threads/clone-attach-detach.exp: New file.
13072
13073 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13074
13075 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13076
13077 2016-05-23 Tom Tromey <tom@tromey.com>
13078
13079 PR python/19438, PR python/18393:
13080 * gdb.python/py-progspace.exp: Add "dir" test.
13081 * gdb.python/py-objfile.exp: Add "dir" test.
13082
13083 2016-05-23 Yao Qi <yao.qi@linaro.org>
13084
13085 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13086 * gdb.arch/thumb2-it.exp: Likewise.
13087
13088 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13089
13090 * gdb.mi/mi-threads-interrupt.c: New file.
13091 * gdb.mi/mi-threads-interrupt.exp: New file.
13092
13093 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13094
13095 PR gdb/18077
13096 * gdb.mi/mi-async-run.exp: New file.
13097 * gdb.mi/mi-async-run.c: New file.
13098
13099 2016-05-17 Tom Tromey <tom@tromey.com>
13100 Manish Goregaokar <manishsmail@gmail.com>
13101
13102 * lib/rust-support.exp: New file.
13103 * lib/gdb.exp (skip_rust_tests): New proc.
13104 (build_executable_from_specs): Handle rust.
13105 * lib/future.exp (gdb_find_rustc): New proc.
13106 (gdb_default_target_compile): Handle rust.
13107 * gdb.rust/expr.exp: New file.
13108 * gdb.rust/generics.exp: New file.
13109 * gdb.rust/generics.rs: New file.
13110 * gdb.rust/methods.exp: New file.
13111 * gdb.rust/methods.rs: New file.
13112 * gdb.rust/modules.exp: New file.
13113 * gdb.rust/modules.rs: New file.
13114 * gdb.rust/simple.exp: New file.
13115 * gdb.rust/simple.rs: New file.
13116
13117 2016-05-17 Tom Tromey <tom@tromey.com>
13118
13119 * gdb.base/default.exp (set language): Add rust.
13120
13121 2016-05-17 Tom Tromey <tom@tromey.com>
13122
13123 * gdb.gdb/unittest.exp: New file.
13124
13125 2016-05-16 Yao Qi <yao.qi@linaro.org>
13126
13127 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13128 shell_prompt. Update shell_prompt_re.
13129
13130 2016-05-12 Doug Evans <dje@google.com>
13131
13132 PR symtab/19999
13133 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13134 $options when building executable.
13135 * gdb.dwarf2/fission-loclists-pie.S: New file.
13136 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13137
13138 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13139
13140 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13141 of [is_remote target],
13142
13143 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * lib/gdb.exp (use_gdb_stub): New procedure.
13146
13147 2016-05-03 Yunlian Jiang <yunlian@google.com>
13148 Doug Evans <dje@google.com>
13149
13150 PR symtab/19914
13151 * gdb.dwarf2/dwp-sepdebug.c: New file.
13152 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13153
13154 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * gdb.base/detach.exp: Remove is_remote check.
13157
13158 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13159
13160 * gdb.base/annota-input-while-running.exp: Don't check for
13161 [is_remote target]. Enable annotations after running to main.
13162 Remove unused "set test..." line.
13163
13164 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13165
13166 * gdb.trace/trace-enable-disable.exp: New file.
13167 * gdb.trace/trace-enable-disable.c: New file.
13168
13169 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13172 use it in info sharedlibrary test.
13173 * gdb.trace/ftrace-lock.exp: Likewise.
13174 * gdb.trace/ftrace.exp: Likewise.
13175 * gdb.trace/range-stepping.exp: Likewise.
13176 * gdb.trace/trace-break.exp: Likewise.
13177 * gdb.trace/trace-condition.exp: Likewise.
13178 * gdb.trace/trace-mt.exp: Likewise.
13179
13180 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13181
13182 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13183 (gdb_load_shlib): ... this.
13184 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13185 gdb_load_shlib.
13186 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13187 * gdb.base/ctxobj.exp: Likewise.
13188 * gdb.base/dprintf-pending.exp: Likewise.
13189 * gdb.base/dso2dso.exp: Likewise.
13190 * gdb.base/fixsection.exp: Likewise.
13191 * gdb.base/gcore-relro.exp: Likewise.
13192 * gdb.base/gdb1555.exp: Likewise.
13193 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13194 * gdb.base/gnu-ifunc.exp: Likewise.
13195 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13196 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13197 * gdb.base/pending.exp: Likewise.
13198 * gdb.base/print-file-var.exp: Likewise.
13199 * gdb.base/print-symbol-loading.exp: Likewise.
13200 * gdb.base/shlib-call.exp: Likewise.
13201 * gdb.base/shreloc.exp: Likewise.
13202 * gdb.base/so-impl-ld.exp: Likewise.
13203 * gdb.base/solib-disc.exp: Likewise.
13204 * gdb.base/solib-nodir.exp: Likewise.
13205 * gdb.base/solib-overlap.exp: Likewise.
13206 * gdb.base/solib-symbol.exp: Likewise.
13207 * gdb.base/solib-weak.exp (do_test): Likewise.
13208 * gdb.base/sym-file.exp: Likewise.
13209 * gdb.base/symtab-search-order.exp: Likewise.
13210 * gdb.base/type-opaque.exp: Likewise.
13211 * gdb.base/unload.exp: Likewise.
13212 * gdb.base/watchpoint-solib.exp: Likewise.
13213 * gdb.compile/compile.exp: Likewise.
13214 * gdb.cp/gdb2384.exp: Likewise.
13215 * gdb.cp/infcall-dlopen.exp: Likewise.
13216 * gdb.cp/re-set-overloaded.exp: Likewise.
13217 * gdb.fortran/library-module.exp: Likewise.
13218 * gdb.opt/solib-intra-step.exp: Likewise.
13219 * gdb.python/py-finish-breakpoint.exp: Likewise.
13220 * gdb.python/py-shared.exp: Likewise.
13221 * gdb.reverse/solib-precsave.exp: Likewise.
13222 * gdb.reverse/solib-reverse.exp: Likewise.
13223 * gdb.server/solib-list.exp: Likewise.
13224 * gdb.threads/dlopen-libpthread.exp: Likewise.
13225 * gdb.threads/tls-shared.exp: Likewise.
13226 * gdb.threads/tls-so_extern.exp: Likewise.
13227 * gdb.trace/change-loc.exp: Likewise.
13228 * gdb.trace/ftrace-lock.exp: Likewise.
13229 * gdb.trace/ftrace.exp: Likewise.
13230 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13231 * gdb.trace/pending.exp: Likewise.
13232 * gdb.trace/range-stepping.exp: Likewise.
13233 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13234 (strace_info_marker): Likewise.
13235 (strace_probe_marker): Likewise.
13236 (strace_trace_on_same_addr): Likewise.
13237 (strace_trace_on_diff_addr): Likewise.
13238 * gdb.trace/trace-break.exp: Likewise.
13239 * gdb.trace/trace-condition.exp: Likewise.
13240 * gdb.trace/trace-mt.exp: Likewise.
13241
13242 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13243
13244 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13245 result of gdb_remote_download.
13246 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13247 * gdb.base/dso2dso.exp: Likewise.
13248 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13249 * gdb.base/print-file-var.exp: Likewise.
13250 * gdb.base/shlib-call.exp: Likewise.
13251 * gdb.base/shreloc.exp: Likewise.
13252 * gdb.base/solib-overlap.exp: Likewise.
13253 * gdb.base/solib-weak.exp (do_test): Likewise.
13254 * gdb.base/unload.exp: Likewise.
13255
13256 2016-04-27 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13259 exists.
13260
13261 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13262
13263 * vla-type.exp: Print structure from toplevel.
13264
13265 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13266
13267 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13268 of dynamic types.
13269 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13270 of dynamic types.
13271
13272 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13273
13274 * gdb.fortran/vla-type.f90: New file.
13275 * gdb.fortran/vla-type.exp: New file.
13276
13277 2016-04-25 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.base/branch-to-self.c: New file.
13280 * gdb.base/branch-to-self.exp: New file.
13281
13282 2016-04-22 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13285 more after $hex.
13286
13287 2016-04-22 Yao Qi <yao.qi@linaro.org>
13288
13289 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13290 * gdb.base/annota3.exp: Likewise.
13291
13292 2016-04-22 Yao Qi <yao.qi@linaro.org>
13293
13294 * gdb.reverse/step-precsave.exp: Do one step and test program
13295 stops in "callee" and do multiple steps until program goes out
13296 of "callee".
13297 * gdb.reverse/step-reverse.exp: Likewise.
13298
13299 2016-04-22 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.trace/signal.exp: Also pass if
13302 $tracepoint_hits($i) > $iterations.
13303
13304 2016-04-22 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.trace/signal.c: New file.
13307 * gdb.trace/signal.exp: New file.
13308
13309 2016-04-19 Doug Evans <xdje42@gmail.com>
13310
13311 * gdb.base/bad-file.exp: New file.
13312
13313 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13314
13315 * gdb.dwarf2/implref.exp: New file.
13316
13317 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13318
13319 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13320 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13321 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13322 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13323 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13324 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13325 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13326 * lib/fortran.exp (fortran_int4): New procedure.
13327 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13328 (fortran_logical4): Likewise.
13329
13330 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13331
13332 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13333
13334 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13335
13336 * lib/compiler.c: Add Intel specific preprocessor macros.
13337 * lib/compiler.cc: Likewise.
13338
13339 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13340
13341 * gdb.server/connect-with-no-symbol-file.c: New file.
13342 * gdb.server/connect-with-no-symbol-file.exp: New file.
13343
13344 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13347
13348 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13349
13350 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13351 standard output directory.
13352
13353 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13354
13355 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13356
13357 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13358
13359 * gdb.btrace/instruction_history.c (loop): Add declaration.
13360
13361 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13362
13363 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13364
13365 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13366
13367 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13368 parentheses to print.
13369 (continue_handler): Likewise.
13370
13371 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13372
13373 * gdb.server/solib-list.exp: Remove is_remote check.
13374 Pass shlib= to gdb_compile. Don't link shared library with
13375 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13376 Run binary filename through "readlink -f" on the target.
13377
13378 2016-04-08 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13381 interpreter filename as argument to gdbserver_spawn.
13382 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13383 Return empty if $last_loaded_file does not exist.
13384
13385 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13386
13387 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13388 * gdb.base/jit-main.c: Use exit after usage.
13389
13390 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13391
13392 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13393 GDBHISTSIZE prior to the tests.
13394 * gdb.base/gdbinit-history.exp: Likewise.
13395
13396 2016-04-07 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13399 instead of build_executable. Use gdb_load_shlibs.
13400
13401 2016-04-07 Yao Qi <yao.qi@linaro.org>
13402
13403 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13404 Execute "si" command.
13405
13406 2016-04-07 Yao Qi <yao.qi@linaro.org>
13407
13408 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13409 number instead of the comments on some line.
13410
13411 2016-04-06 Don Breazeal <donb@codesourcery.com>
13412
13413 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13414 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13415
13416 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13417
13418 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13419 standard_output_file. Remove unused binfile variable.
13420
13421 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13422
13423 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13424 * gdb.python/py-mi-objfile.exp: Match "list main" output
13425 in console format.
13426
13427 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13428
13429 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13430 absolute.
13431
13432 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13433
13434 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13435 absolute.
13436 * gdb.trace/ftrace.exp: Likewise.
13437 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13438 targets as well.
13439 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13440 (gdb_load_shlibs): Copy libraries to test directory when testing
13441 natively. Only set solib-search-path if testing remotely.
13442 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13443
13444 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13445
13446 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13447 gdb_download. Use it even if the target is not remote.
13448 * gdb.base/jit.exp (compile_jit_test): Likewise.
13449 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13450 output directory if the destination board is local, otherwise use
13451 the standard remote_download from DejaGnu.
13452 (gdb_download): Remove.
13453 (gdb_load_shlibs): Use gdb_remote_download instead of
13454 gdb_download.
13455 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13456 Use gdb_remote_download instead of gdb_download. Use it even if
13457 the target is not remote.
13458 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13459 instead of gdb_download.
13460
13461 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13462
13463 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13464 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13465 run.
13466
13467 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13468
13469 PR gdb/19820
13470 * gdb.base/printcmds.exp: Add artificial arrays tests.
13471
13472 2016-03-31 Pedro Alves <palves@redhat.com>
13473
13474 PR gdb/19858
13475 * gdb.base/jit-main.c: Include unistd.h.
13476 (ATTACH): Define to 0 if not already defined.
13477 (wait_for_gdb, mypid): New globals.
13478 (WAIT_FOR_GDB): New macro.
13479 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13480 some breakpoint locations.
13481 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13482 New procedures.
13483 (one_jit_test): Add REATTACH parameter, and handle it. Use
13484 continue_to_test_location.
13485 (top level): Test attach, and adjusts calls to one_jit_test.
13486
13487 2016-03-31 Pedro Alves <palves@redhat.com>
13488
13489 PR gdb/19858
13490 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13491 BINSUFFIX parameter, and handle it.
13492 (top level): Adjust calls compile_jit_test.
13493
13494 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13495
13496 PR python/19743
13497 * gdb.python/py-mi-events-gdb.py: New file.
13498 * gdb.python/py-mi-events.c: New file.
13499 * gdb.python/py-mi-events.exp: New file.
13500
13501 2016-03-30 Yao Qi <yao.qi@linaro.org>
13502
13503 * gdb.reverse/until-precsave.exp: Match function name only.
13504 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13505 Move malloc to a condition block.
13506 * gdb.reverse/until-reverse.exp: Match function name only.
13507
13508 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13509
13510 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13511 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13512 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13513 variable for GPR 0 instead of assuming it is register 0.
13514 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13515 * lib/trace-support.exp: Add s390 registers.
13516
13517 2016-03-29 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13520
13521 2016-03-24 Yao Qi <yao.qi@linaro.org>
13522
13523 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13524 test message.
13525
13526 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13527
13528 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13529 maintaining separate logic for constructing the output path.
13530
13531 2016-03-16 Don Breazeal <donb@codesourcery.com>
13532
13533 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13534 Retry fork and waitpid on interrupted system call errors.
13535 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13536 Use with_timeout_factor to increase timeout by factor of 10.
13537
13538 2016-03-15 Don Breazeal <donb@codesourcery.com>
13539
13540 * gdb.cp/scope-err.cc: New test program.
13541 * gdb.cp/scope-err.exp: New test script.
13542 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13543 lines and "set breakpoint here" comment.
13544 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13545 Fixed some whitespace and format issues.
13546 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13547 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13548
13549 2016-03-15 Doug Evans <dje@google.com>
13550
13551 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13552 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13553 All callers updated. Add tests for enums, mixed flags register.
13554
13555 2016-03-15 Doug Evans <dje@google.com>
13556
13557 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13558 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13559
13560 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13561
13562 * gdb.base/default.exp: Add $_as_string to the list of expected
13563 convenience functions.
13564
13565 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13566
13567 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13568
13569 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13570
13571 * gdb.python/py-as-string.exp: New file.
13572 * gdb.python/py-as-string.c: New file.
13573
13574 2016-03-09 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13577 signal" -> "Thread NN received signal" output change.
13578 * gdb.threads/ia64-sigill.exp: Likewise.
13579 * gdb.threads/linux-dp.exp: Likewise.
13580 * gdb.threads/manythreads.exp: Likewise.
13581 * gdb.threads/pending-step.exp: Likewise.
13582 * gdb.threads/print-threads.exp: Likewise.
13583 * gdb.threads/sigstep-threads.exp: Likewise.
13584 * gdb.threads/staticthreads.exp: Likewise.
13585 * gdb.threads/tls.exp: Likewise.
13586
13587 2016-03-09 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.base/command-line-input.exp: New file.
13590
13591 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13592
13593 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13594 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13595 * gdb.trace/pending.exp: Accept leading dot before function name.
13596 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13597 * lib/trace-support.exp: Set registers for ppc.
13598
13599 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13600
13601 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13602 use it for disassembly; accept .main in addition to main in backtrace.
13603
13604 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13605 Marcin Kościelnicki <koriakin@0x04.net>
13606
13607 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13608 (gdb_recursion_test_ptr): New global variable.
13609 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13610 gdb_recursion_test.
13611 (gdb_c_test): Ditto.
13612
13613 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13614
13615 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13616 ordering.
13617
13618 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13619
13620 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13621 (bar): Add bar_start_lbl label.
13622 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13623 of foo/bar for emitting DWARF and tracing.
13624
13625 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13626
13627 * analyze-racy-logs.py: Set executable bit.
13628
13629 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13630
13631 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13632 (CHECK_TARGET_TMP): Likewise.
13633 (check-single-racy): New rule.
13634 (check-parallel-racy): Likewise.
13635 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13636 (do-check-parallel-racy): New rule.
13637 (check-racy/%.exp): Likewise.
13638 * README (Racy testcases): New section.
13639 * analyze-racy-logs.py: New file.
13640
13641 2016-03-03 Doug Evans <dje@google.com>
13642
13643 * gdb.base/skip.exp: Use with_test_prefix.
13644
13645 2016-03-03 Yao Qi <yao.qi@linaro.org>
13646
13647 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13648 Invoke step_over_syscall "clone" and break_cond_on_syscall
13649 "clone".
13650 * gdb.base/step-over-clone.c: New file.
13651
13652 2016-03-03 Yao Qi <yao.qi@linaro.org>
13653
13654 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13655 code format.
13656
13657 2016-03-03 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.base/disp-step-fork.c: Rename to ...
13660 * gdb.base/step-over-fork.c: ... it. New file.
13661 * gdb.base/disp-step-vfork.c: Rename to ...
13662 * gdb.base/step-over-vfork.c: ... it. New file.
13663 * gdb.base/disp-step-syscall.exp: Rename to ...
13664 * gdb.base/step-over-syscall.exp: ... it. New file.
13665 (disp_step_cross_syscall): Rename to ...
13666 (step_over_syscall): ... it.
13667
13668 2016-03-03 Yao Qi <yao.qi@linaro.org>
13669
13670 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13671 If target supports condition evaluation on target, invoke
13672 break_cond_on_syscall for fork and vfork.
13673
13674 2016-03-03 Yao Qi <yao.qi@linaro.org>
13675
13676 * gdb.base/disp-step-syscall.exp: Don't invoke
13677 support_displaced_stepping.
13678 (disp_step_cross_syscall): Test with displaced stepping off and
13679 on if supported.
13680
13681 2016-03-03 Yao Qi <yao.qi@linaro.org>
13682
13683 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13684 proc.
13685 (setup): New proc.
13686 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13687 and setup.
13688
13689 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13690
13691 * gdb.fortran/vla-history.exp: Remove breakpoint.
13692
13693 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13694
13695 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13696 exceeds timeout.
13697
13698 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13699
13700 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13701 breakpoint.
13702
13703 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13704
13705 * gdb.mi/vla.f90: Nullify pointer after declaration.
13706
13707 2016-03-01 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13710
13711 2016-03-01 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13714 before anything else.
13715 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13716 _GNU_SOURCE here.
13717 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13718 before anything else.
13719 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13720
13721 2016-03-01 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13724
13725 2016-03-01 Yao Qi <yao.qi@linaro.org>
13726
13727 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13728 prepare_for_testing.
13729
13730 2016-03-01 Yao Qi <yao.qi@linaro.org>
13731
13732 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13733
13734 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13735
13736 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13737 manually constructing the output path.
13738
13739 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13740
13741 * gdb.arch/s390-stackless.S: New.
13742 * gdb.arch/s390-stackless.exp: New.
13743
13744 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13745
13746 * gdb.dlang/circular.c: New file.
13747 * gdb.dlang/circular.exp: New file.
13748
13749 2016-02-26 Yao Qi <yao.qi@linaro.org>
13750
13751 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13752 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13753 (testcases): Update.
13754
13755 2016-02-26 Yao Qi <yao.qi@linaro.org>
13756
13757 * gdb.reverse/aarch64.c: Rename to ...
13758 * gdb.reverse/insn-reverse.c: ... it.
13759 * gdb.reverse/aarch64.exp: Rename to ...
13760 * gdb.reverse/insn-reverse.exp: ... it.
13761
13762 2016-02-26 Yao Qi <yao.qi@linaro.org>
13763
13764 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13765 (testcase_ftype): New.
13766 (testcases): New array.
13767 (n_testcases): New.
13768 (main): Call each element in testcases.
13769 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13770 (read_testcase): New.
13771 Do the tests in a loop.
13772
13773 2016-02-25 Yao Qi <yao.qi@linaro.org>
13774
13775 * gdb.base/branches.c: Remove.
13776
13777 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13778
13779 PR gdb/13808
13780 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13781
13782 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13783
13784 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13785
13786 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13787
13788 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13789 change x86_64 call_insn to 'callq'.
13790
13791 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13792
13793 * gdb.trace/tfile-avx.c: Move to...
13794 * gdb.trace/tracefile-pseudo-reg.c: Here.
13795 * gdb.trace/tfile-avx.exp: Move to...
13796 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13797
13798 2016-02-24 Gary Benson <gbenson@redhat.com>
13799
13800 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13801 message on attach.
13802
13803 2016-02-23 Doug Evans <dje@google.com>
13804
13805 * gdb.base/skip.c (test_skip): New function.
13806 (end_test_skip_file_and_function): New function.
13807 (test_skip_file_and_function): New function.
13808 * gdb.base/skip1.c (test_skip): New function.
13809 (skip1_test_skip_file_and_function): New function.
13810 * gdb.base/skip.exp: Add tests for new skip options.
13811 * gdb.base/skip-solib.exp: Update expected output.
13812 * gdb.perf/skip-command.cc: New file.
13813 * gdb.perf/skip-command.exp: New file.
13814 * gdb.perf/skip-command.py: New file.
13815
13816 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13817
13818 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13819 info registers pattern.
13820
13821 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13822
13823 * lib/future.exp: Add D support.
13824 (gdb_find_gdc): New proc.
13825 (gdb_default_target_compile): Add D support.
13826
13827 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13828
13829 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13830 user+system time.
13831 (trace_speed_test): Determine the iteration count for a time
13832 between 15..30 seconds.
13833
13834 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13835
13836 * gdb.arch/i386-mpx-sigsegv.c: New file.
13837 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13838 * gdb.arch/i386-mpx-simple_segv.c: New file.
13839 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13840
13841 2016-02-18 Yao Qi <yao.qi@linaro.org>
13842
13843 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13844 Don't call setup_kfail.
13845
13846 2016-02-18 Yao Qi <yao.qi@linaro.org>
13847
13848 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13849 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13850
13851 2016-02-16 Doug Evans <dje@google.com>
13852
13853 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13854 * gdb.base/skip1.c: Ditto.
13855 * gdb.base/skip.exp: Whitespace cleanup.
13856
13857 2016-02-16 Don Breazeal <donb@codesourcery.com>
13858
13859 PR remote/19496
13860 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13861 Remove kfail for PR remote/19496.
13862
13863 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13864
13865 * lib/gdb.exp (standard_temp_file): Return a path specific to
13866 the runtest invocation.
13867
13868 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13869
13870 * gdb.trace/save-trace.exp: Change relative path to be in the
13871 standard output directory.
13872
13873 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13874
13875 * gdb.arch/i386-prologue.c: Add missing prototypes.
13876
13877 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13878
13879 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13880 * gdb.arch/i386-prologue.exp: Likewise.
13881 * gdb.arch/i386-size.exp: Likewise.
13882
13883 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13884
13885 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13886 define object file path.
13887 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13888 file path.
13889 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13890 standard_output_file to define binfile.
13891
13892 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 Fix compatibility with recent gfortran-5.3.1.
13895 * gdb.fortran/vla-history.exp (print vla1 allocated)
13896 (print vla2 allocated, print $2, print $3): Remove
13897 (print $4): Rename to ...
13898 (print $2): ... here.
13899 (print $9): Rename to ...
13900 (print $5): ... here.
13901 (print $10): Rename to ...
13902 (print $6): ... here.
13903 * gdb.fortran/vla.f90: Add pvla initialization.
13904
13905 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13906
13907 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13908 New test.
13909 * gdb.fortran/vla-value-sub.exp: Likewise.
13910
13911 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13912
13913 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13914
13915 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13916
13917 * i386-biarch-core.exp: Define corefile using
13918 standard_output_file.
13919
13920 2016-02-12 Yao Qi <yao.qi@linaro.org>
13921
13922 * gdb.arch/arm-single-step-kernel-helper.c: New.
13923 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13924
13925 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13926
13927 * gdb.btrace/tailcall-only.exp: New.
13928 * gdb.btrace/tailcall-only.c: New.
13929 * gdb.btrace/x86_64-tailcall-only.S: New.
13930 * gdb.btrace/i686-tailcall-only.S: New.
13931
13932 2016-02-11 Pedro Alves <palves@redhat.com>
13933
13934 * README (Parallel testing): Add missing double quotes.
13935
13936 2016-02-11 Pedro Alves <palves@redhat.com>
13937
13938 * README (Parallel testing): New section.
13939 (GDB_PARALLEL): Rewrite.
13940 (FORCE_PARALLEL): Document.
13941
13942 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13943
13944 * gdb.trace/tfile-avx.c: New test.
13945 * gdb.trace/tfile-avx.exp: New test.
13946
13947 2016-02-09 Keith Seitz <keiths@redhat.com>
13948
13949 PR breakpoints/19546
13950 * gdb.base/infcall-exec.c: New file.
13951 * gdb.base/infcall-exec2.c: New file.
13952 * gdb.base/infcall-exec.exp: New file.
13953
13954 2016-02-09 Keith Seitz <keiths@redhat.com>
13955
13956 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13957 (toplevel): Call test_bkpt_address.
13958
13959 2016-02-09 Keith Seitz <keiths@redhat.com>
13960
13961 PR python/19506
13962 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13963 (toplevel): Call test_bkpt_address.
13964
13965 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13966
13967 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13968 to AC_OUTPUT.
13969 * configure: Regenerate.
13970
13971 2016-02-09 Pedro Alves <palves@redhat.com>
13972
13973 PR breakpoints/19548
13974 * gdb.base/execl-update-breakpoints.c (some_function): New
13975 function.
13976 (main): Call it.
13977 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13978 Tighten expected GDB output.
13979
13980 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13981
13982 * Makefile.in (ALL_SUBDIRS): Remove.
13983 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13984 (distclean maintainer-clean realclean): Likewise.
13985 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13986 * configure: Regenerate.
13987 * gdb.ada/Makefile.in: Delete.
13988 * gdb.arch/Makefile.in: Likewise.
13989 * gdb.asm/Makefile.in: Likewise.
13990 * gdb.base/Makefile.in: Likewise.
13991 * gdb.btrace/Makefile.in: Likewise.
13992 * gdb.cell/Makefile.in: Likewise.
13993 * gdb.compile/Makefile.in: Likewise.
13994 * gdb.cp/Makefile.in: Likewise.
13995 * gdb.disasm/Makefile.in: Likewise.
13996 * gdb.dlang/Makefile.in: Likewise.
13997 * gdb.dwarf2/Makefile.in: Likewise.
13998 * gdb.fortran/Makefile.in: Likewise.
13999 * gdb.gdb/Makefile.in: Likewise.
14000 * gdb.go/Makefile.in: Likewise.
14001 * gdb.guile/Makefile.in: Likewise.
14002 * gdb.java/Makefile.in: Likewise.
14003 * gdb.linespec/Makefile.in: Likewise.
14004 * gdb.mi/Makefile.in: Likewise.
14005 * gdb.modula2/Makefile.in: Likewise.
14006 * gdb.multi/Makefile.in: Likewise.
14007 * gdb.objc/Makefile.in: Likewise.
14008 * gdb.opencl/Makefile.in: Likewise.
14009 * gdb.opt/Makefile.in: Likewise.
14010 * gdb.pascal/Makefile.in: Likewise.
14011 * gdb.perf/Makefile.in: Likewise.
14012 * gdb.python/Makefile.in: Likewise.
14013 * gdb.reverse/Makefile.in: Likewise.
14014 * gdb.server/Makefile.in: Likewise.
14015 * gdb.stabs/Makefile.in: Likewise.
14016 * gdb.threads/Makefile.in: Likewise.
14017 * gdb.trace/Makefile.in: Likewise.
14018 * gdb.xml/Makefile.in: Likewise.
14019 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14020 GDB_PARALLEL.
14021 (standard_output_file): Remove check for GDB_PARALLEL, always
14022 return path in outputs/$subdir/$testname.
14023
14024 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14025
14026 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14027 (site.exp): Assign abs_srcdir to tcl's srcdir.
14028
14029 2016-02-04 Yao Qi <yao.qi@linaro.org>
14030
14031 * gdb.base/foll-exec-mode.c: Include limits.h.
14032 (main): Add parameters argc and argv. Get directory from
14033 argv[0].
14034 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14035 compilation.
14036 * gdb.base/foll-exec.c: Include limits.h.
14037 (main): Add parameters argc and argv.
14038 Get directory from argv[0].
14039 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14040 Adjust tests on the number of lines as source code changed.
14041 * gdb.base/foll-vfork-exit.c: Include limits.h.
14042 (main): Add one line of statement before vfork.
14043 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14044 (main): Add parameters argc and argv. Get directory from
14045 argv[0].
14046 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14047 (setup_gdb): Set tbreak to skip some source lines.
14048 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14049 (main): Add parameters argc and argv. Get directory from
14050 argv[0].
14051 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14052 compilation.
14053 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14054 (main): Add parameters argc and argv. Get directory from
14055 argv[0].
14056 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14057 compilation.
14058
14059 2016-02-01 Doug Evans <dje@google.com>
14060
14061 * gdb.base/skip.exp: Clean up multiple references to same test name.
14062
14063 2016-02-01 Pedro Alves <palves@redhat.com>
14064
14065 PR remote/19496
14066 * gdb.threads/forking-threads-plus-breakpoint.exp
14067 (displaced_stepping_supported): New global.
14068 (probe_displaced_stepping_support): New procedure.
14069 (do_test): Add 'displaced' parameter, and use it.
14070 (top level): Check for displaced stepping support. Add displaced
14071 stepping on/off testing axis.
14072
14073 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14074
14075 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14076 pointer. Don't perform further tests on the unassociated pointer
14077 if the first test fails.
14078
14079 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14080
14081 * gdb.base/max-value-size.c: New file.
14082 * gdb.base/max-value-size.exp: New file.
14083 * gdb.base/huge.exp: Disable max-value-size for this test.
14084
14085 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14086
14087 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14088
14089 2016-01-28 Yao Qi <yao.qi@linaro.org>
14090
14091 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14092
14093 2016-01-25 Pedro Alves <palves@redhat.com>
14094
14095 PR threads/19461
14096 * gdb.base/fork-running-state.c: New file.
14097 * gdb.base/fork-running-state.exp: New file.
14098
14099 2016-01-25 Pedro Alves <palves@redhat.com>
14100
14101 PR gdb/19494
14102 * gdb.base/catch-fork-kill.c: New file.
14103 * gdb.base/catch-fork-kill.exp: New file.
14104
14105 2016-01-25 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14108 Delete, moved to lib/gdb.exp.
14109 * gdb.threads/forking-threads-plus-breakpoint.exp
14110 (foreach_with_prefix): Likewise.
14111 * gdb.threads/process-dies-while-handling-bp.exp
14112 (foreach_with_prefix): Likewise.
14113 * lib/gdb.exp (foreach_with_prefix): New procedure.
14114
14115 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14116
14117 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14118 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14119
14120 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14121
14122 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14123 endian targets.
14124
14125 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14126 Pedro Alves <palves@redhat.com>
14127
14128 Fix testsuite compatibility with Guile.
14129 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14130 number.
14131
14132 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14133
14134 Fix testsuite compatibility with Guile.
14135 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14136 (thread 1): New test for backtrace through signal handler.
14137
14138 2016-01-22 Yao Qi <yao.qi@linaro.org>
14139
14140 PR testsuite/19491
14141 * gdb.base/multi-forks.c: Include
14142 ../lib/unbuffer_output.c
14143 (main): Call gdb_unbuffer_output.
14144
14145 2016-01-21 Doug Evans <dje@google.com>
14146
14147 * lib/ada.exp (gdb_compile_ada): Fix typo.
14148
14149 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14150
14151 * gdb.base/break-fun-addr.exp: New file.
14152 * gdb.base/break-fun-addr1.c: New file.
14153 * gdb.base/break-fun-addr2.c: New file.
14154
14155 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14156
14157 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14158 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14159 enum flag values.
14160
14161 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14162
14163 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14164 when GDB can not set the vector return value. Add more comments
14165 for clarification.
14166
14167 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14168
14169 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14170 command.
14171
14172 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14173
14174 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14175
14176 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14177
14178 * Makefile.in (check-single): Pass --status to runtest.
14179 (check/%.exp): Likewise.
14180
14181 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14182
14183 * Makefile.in (check-parallel): Propagate return code from make
14184 do-check-parallel.
14185
14186 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14187
14188 * gdb.trace/ftrace.exp: Fix expected message on continue.
14189 * gdb.trace/pending.exp: Fix expected message on continue.
14190 * gdb.trace/trace-break.exp: Fix expected message on continue.
14191
14192 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14193
14194 * lib/gdb.exp (gdb_test): Remove unused global references.
14195
14196 2016-01-18 Pedro Alves <palves@redhat.com>
14197
14198 * gdb.base/async-shell.exp: Adjust expected output.
14199 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14200 * gdb.base/siginfo-thread.exp: Adjust expected output.
14201 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14202 * gdb.java/jnpe.exp: Adjust expected output.
14203 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14204 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14205 * gdb.threads/leader-exit.exp: Adjust expected output.
14206 * gdb.threads/manythreads.exp: Adjust expected output.
14207 * gdb.threads/pthreads.exp: Adjust expected output.
14208 * gdb.threads/schedlock.exp: Adjust expected output.
14209 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14210 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14211 expected output.
14212 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14213 output.
14214 * gdb.threads/sigthread.exp: Adjust expected output.
14215 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14216
14217 2016-01-18 Yao Qi <yao.qi@linaro.org>
14218
14219 * gdb.guile/scm-section-script.c: Replace @progbits with
14220 %progbits.
14221 * gdb.python/py-section-script.c: Likewise.
14222
14223 2016-01-15 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.multi/tids.exp: Test star wildcard ranges.
14226
14227 2016-01-15 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14230 command from "thread apply" invocation.
14231 (thr_apply_info_thr_invalid): Default the expected output to the
14232 input tid list.
14233 (top level): Add tests that use convenience variables. Add tests
14234 for "thread apply" with a valid TID list, but missing the command.
14235
14236 2016-01-13 Pedro Alves <palves@redhat.com>
14237
14238 * gdb.base/default.exp: Expect $_gthread as well.
14239 * gdb.multi/tids.exp: Test $_gthread.
14240 * gdb.threads/thread-specific.exp: Test $_gthread.
14241
14242 2016-01-13 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.multi/tids.exp: Test "info threads -gid".
14245
14246 2016-01-13 Pedro Alves <palves@redhat.com>
14247
14248 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14249 Breakpoint.thread.
14250 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14251
14252 2016-01-07 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.base/break.exp: Adjust to output changes.
14255 * gdb.base/hbreak2.exp: Likewise.
14256 * gdb.base/sepdebug.exp: Likewise.
14257 * gdb.base/watch_thread_num.exp: Likewise.
14258 * gdb.linespec/keywords.exp: Likewise.
14259 * gdb.multi/info-threads.exp: Likewise.
14260 * gdb.threads/thread-find.exp: Likewise.
14261 * gdb.multi/tids.c: New file.
14262 * gdb.multi/tids.exp: New file.
14263
14264 2016-01-13 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14267
14268 2016-01-13 Pedro Alves <palves@redhat.com>
14269
14270 * gdb.base/default.exp: Expect $_inferior as well.
14271 * gdb.multi/base.exp: Test $_inferior.
14272
14273 2016-01-13 Pedro Alves <palves@redhat.com>
14274
14275 PR breakpoints/19388
14276 * gdb.base/catch-signal-siginfo-cond.c: New file.
14277 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14278
14279 2016-01-12 Josh Stone <jistone@redhat.com>
14280 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14281
14282 * gdb.base/catch-syscall.c (do_execve): New variable.
14283 (main): Conditionally trigger an execve.
14284 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14285 (test_catch_syscall_execve): New, check entry/return across execve.
14286 (do_syscall_tests): Call test_catch_syscall_execve.
14287
14288 2016-01-12 Pedro Alves <palves@redhat.com>
14289
14290 * gdb.base/random-signal.exp (do_test): New procedure, with body
14291 of testcase moved in.
14292
14293 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14294 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.base/funcargs.exp (finish from indirectly called function):
14297 Reintroduce the case for 'First'.
14298
14299 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14300 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14303 (tcatch_vfork_then_child_follow_exec)
14304 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14305 identification.
14306
14307 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14308
14309 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14310 and repeats to unlimited.
14311 * gdb.python/py-value.exp: Likewise.
14312 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14313 and repeats to unlimited.
14314
14315 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14316
14317 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14318 and reordering the functions.
14319 * gdb.multi/hangout.c: Likewise.
14320 * gdb.multi/hello.c: Likewise.
14321
14322 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14323
14324 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14325 absolute.
14326 (SingleStatisticTestResult.report): Use dict.keys instead of
14327 dict.iterkeys.
14328
14329 2016-01-06 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14332
14333 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14334
14335 * gdb.btrace/dlopen.exp: New.
14336 * gdb.btrace/dlopen.c: New.
14337 * gdb.btrace/dlopen-dso.c: New.
14338
14339 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14340
14341 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14342 PATTERN argument is optional.
14343
14344 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14345
14346 * lib/ada.exp (target_compile_ada_from_dir): New function.
14347 (gdb_compile_ada): Reimplement avoiding the use of project files.
14348 * gdb.ada/gnat_ada.gpr: Delete.
14349 * gdb.ada/cond_lang.exp: Adjust test to make path before
14350 filename optional.
14351 * gdb.ada/small_reg_param.exp: Likewise.
14352
14353 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14354
14355 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14356
14357 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14358
14359 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14360 case.
14361
14362 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14363
14364 * gdb.base/break.exp: Remove dead code.
14365 * gdb.base/sepdebug.exp: Likewise.
14366
14367 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14368
14369 * gdb.asm/asm-source.exp: Remove HP-UX references.
14370 * gdb.base/annota1.exp: Likewise.
14371 * gdb.base/annota3.exp: Likewise.
14372 * gdb.base/attach.exp: Likewise.
14373 * gdb.base/bigcore.exp: Likewise.
14374 * gdb.base/break.exp: Likewise.
14375 * gdb.base/call-ar-st.exp: Likewise.
14376 * gdb.base/callfuncs.exp: Likewise.
14377 * gdb.base/catch-fork-static.exp: Likewise.
14378 * gdb.base/display.exp: Likewise.
14379 * gdb.base/foll-exec-mode.exp: Likewise.
14380 * gdb.base/foll-exec.exp: Likewise.
14381 * gdb.base/foll-fork.exp: Likewise.
14382 * gdb.base/foll-vfork.exp: Likewise.
14383 * gdb.base/funcargs.exp: Likewise.
14384 * gdb.base/hbreak2.exp: Likewise.
14385 * gdb.base/inferior-died.exp: Likewise.
14386 * gdb.base/interrupt.exp: Likewise.
14387 * gdb.base/multi-forks.exp: Likewise.
14388 * gdb.base/nodebug.exp: Likewise.
14389 * gdb.base/sepdebug.exp: Likewise.
14390 * gdb.base/solib1.c: Likewise.
14391 * gdb.base/step-test.exp: Likewise.
14392 * gdb.mi/non-stop.c: Likewise.
14393 * gdb.mi/pthreads.c: Likewise.
14394 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14395 * gdb.threads/pthreads.c: Likewise.
14396 * gdb.threads/staticthreads.exp: Likewise.
14397 * lib/future.exp: Likewise.
14398 * lib/gdb.exp: Likewise.
14399 * gdb.base/so-indr-cl.c: Remove.
14400 * gdb.base/so-indr-cl.exp: Likewise.
14401 * gdb.base/solib.c: Likewise.
14402 * gdb.base/solib.exp: Likewise.
14403 * gdb.base/solib2.c: Likewise.
14404
14405 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14406
14407 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14408 * gdb.base/call-ar-st.exp: Likewise.
14409 * gdb.base/callfuncs.exp: Likewise.
14410 * gdb.base/condbreak.exp: Likewise.
14411 * gdb.base/constvars.exp: Likewise.
14412 * gdb.base/hbreak2.exp: Likewise.
14413 * gdb.base/langs.exp: Likewise.
14414 * gdb.base/list.exp: Likewise.
14415 * gdb.base/long_long.exp: Likewise.
14416 * gdb.base/ptype.exp: Likewise.
14417 * gdb.base/scope.exp: Likewise.
14418 * gdb.base/signals.exp: Likewise.
14419 * gdb.base/so-impl-ld.exp: Likewise.
14420 * gdb.base/varargs.exp: Likewise.
14421 * gdb.base/volatile.exp: Likewise.
14422 * gdb.base/whatis.exp: Likewise.
14423 * gdb.cp/cplusfuncs.exp: Likewise.
14424 * gdb.cp/inherit.exp: Likewise.
14425 * gdb.cp/local.exp: Likewise.
14426 * gdb.cp/member-ptr.exp: Likewise.
14427 * gdb.cp/method.exp: Likewise.
14428 * gdb.cp/overload.exp: Likewise.
14429 * gdb.cp/templates.exp: Likewise.
14430 * gdb.stabs/weird.exp: Likewise.
14431 * lib/compiler.c: Likewise.
14432 * lib/compiler.cc: Likewise.
14433 * lib/cp-support.exp: Likewise.
14434 * lib/gdb.exp: Likewise.
14435
14436 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14437
14438 * configure.ac: Remove HP-UX case.
14439 * configure: Regenerate.
14440
14441 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14442
14443 * lib/gdb.exp (gdb_compile): Add function doc.
14444
14445 2015-12-17 Pedro Alves <palves@redhat.com>
14446
14447 PR threads/19354
14448 * gdb.multi/info-threads.exp: New file.
14449
14450 2015-12-15 Yao Qi <yao.qi@linaro.org>
14451
14452 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14453 is aarch64*-*-*.
14454
14455 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14456
14457 * gdb.base/history-duplicates.exp: Skip if no readline support.
14458
14459 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14460
14461 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14462
14463 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14464
14465 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14466
14467 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14468
14469 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14470 ctrl-C if nointerrupts target property is set.
14471 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14472 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14473 * gdb.base/paginate-bg-execution.exp: Likewise.
14474 * gdb.base/paginate-execution-startup.exp: Likewise.
14475 * gdb.base/random-signal.exp: Likewise.
14476 * gdb.base/range-stepping.exp: Likewise.
14477 * gdb.cp/annota2.exp: Likewise.
14478 * gdb.cp/annota3.exp: Likewise.
14479 * gdb.gdb/selftest.exp: Likewise.
14480 * gdb.threads/continue-pending-status.exp: Likewise.
14481 * gdb.threads/leader-exit.exp: Likewise.
14482 * gdb.threads/manythreads.exp: Likewise.
14483 * gdb.threads/pthreads.exp: Likewise.
14484 * gdb.threads/schedlock.exp: Likewise.
14485 * gdb.threads/sigthread.exp: Likewise.
14486
14487 2015-12-11 Don Breazeal <donb@codesourcery.com>
14488
14489 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14490 remote.
14491 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14492 * gdb.base/foll-exec.exp (main): Enable for target remote.
14493 * gdb.base/foll-fork.exp (main): Likewise.
14494 * gdb.base/foll-vfork.exp (main): Likewise.
14495 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14496 (proc continue_to_exit_bp_loc): Use clean_restart.
14497 * gdb.base/pie-execl.exp (main): Disable for target remote.
14498 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14499 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14500 * gdb.threads/execl.exp (main): Likewise.
14501 * gdb.threads/fork-child-threads.exp (main): Likewise.
14502 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14503 remote.
14504 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14505 remote.
14506 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14507 pid.tid style ptids, instead of just tid.
14508 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14509 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14510 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14511 ptids, instead of just tid.
14512
14513 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14514
14515 * gdb.base/list.exp (test_list_forward): Add end of file error
14516 test.
14517 (test_repeat_list_command): Add end of file error test.
14518 (test_list_backwards): Add beginning of file error test.
14519
14520 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14521
14522 * gdb.base/list.exp (test_list_invalid_args): New function,
14523 defined, and called.
14524
14525 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14526
14527 * gdb.base/list.exp (test_list): Make test names unique.
14528
14529 2015-12-11 Yao Qi <yao.qi@linaro.org>
14530
14531 * gdb.base/coremaker2.c: Remove.
14532
14533 2015-12-10 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.multi/base.exp: Remove stale "spaces" references.
14536
14537 2015-12-10 Pedro Alves <palves@redhat.com>
14538
14539 * gdb.multi/base.exp: Don't use nowarnings.
14540 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14541 * gdb.multi/hangout.c: Include stdio.h.
14542 * gdb.multi/hello.c: Include stdlib.h.
14543 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14544 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14545 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14546
14547 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14548
14549 * gdb.dwarf2/dw2-ranges-base.c: New file.
14550 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14551 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14552 support additional line table, and debug ranges generation.
14553 (Dwarf::ranges): New function, generate .debug_ranges.
14554 (Dwarf::lines): Support generating simple line table programs.
14555 (Dwarf::assemble): Initialise new namespace variables.
14556
14557 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14558
14559 * gdb.base/async.exp (proc test_background): Add case for
14560 asynchronous execution not supported.
14561
14562 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14563
14564 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14565 format and change test names to make them unique.
14566
14567 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14568 Pedro Alves <pedro@redhat.com>
14569
14570 PR gdb/18702
14571 Add checking of floatformats setup on x86_64 hosts.
14572 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14573 (smallval, bigval): New labels/constants.
14574 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14575 float" after loading bigval and smallval.
14576
14577 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14578
14579 * gdb.ada/fun_overload_menu.exp: New testcase.
14580 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14581
14582 2015-12-04 Josh Stone <jistone@redhat.com>
14583
14584 * gdb.base/catch-fork-static.exp: New.
14585
14586 2015-12-03 Yao Qi <yao.qi@linaro.org>
14587
14588 * gdb.base/sizeof.c: Don't include stdio.h and
14589 ../lib/unbuffer_output.c.
14590 (main): New variable 'size' and 'value'. Remove printf and
14591 gdb_unbuffer_output. Assign return value to size and value.
14592 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14593 at the beginning.
14594 (check_sizeof): Check the result by printing variable 'size'.
14595 (check_valueof): Check the result by printing variable 'value'.
14596
14597 2015-12-01 Yao Qi <yao.qi@linaro.org>
14598
14599 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14600 for aarch64*-*-linux* target.
14601
14602 2015-11-30 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14605
14606 2015-11-30 Pedro Alves <palves@redhat.com>
14607
14608 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14609 Handle non-stop mode vCont replies.
14610
14611 2015-11-30 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14614 prepare_for_testing. Start gdb with "set non-stop on" appended to
14615 GDBFLAGS. Lax expected stop output.
14616
14617 2015-11-27 Yao Qi <yao.qi@linaro.org>
14618
14619 * gdb.arch/arm-neon.exp: New.
14620 * gdb.arch/arm-neon.c: New.
14621
14622 2015-11-27 Yao Qi <yao.qi@linaro.org>
14623
14624 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14625
14626 2015-11-27 Yao Qi <yao.qi@linaro.org>
14627
14628 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14629 frames-invalid annotation.
14630
14631 2015-11-27 Yao Qi <yao.qi@linaro.org>
14632
14633 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14634
14635 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14636
14637 * gdb.threads/names.exp: New file.
14638 * gdb.threads/names.c: New file.
14639 * README: Mention gdb,no_thread_names.
14640
14641 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14642
14643 PR 19297
14644 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14645 support" error.
14646
14647 2015-11-24 Pedro Alves <palves@redhat.com>
14648
14649 PR 17539
14650 * gdb.base/display.exp: Expect displays to be sorted in ascending
14651 order. Use multi_line.
14652 * gdb.base/solib-display.exp: Likewise.
14653
14654 2015-11-24 Pedro Alves <palves@redhat.com>
14655
14656 PR 17539
14657 * gdb.base/display.exp: Expect displays to be sorted in ascending
14658 order. Use multi_line.
14659 * gdb.base/solib-display.exp: Likewise.
14660
14661 2015-11-24 Pedro Alves <palves@redhat.com>
14662
14663 PR 17539
14664 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14665 threads in ascending order.
14666 * gdb.base/foll-fork.exp: Likewise.
14667 * gdb.base/foll-vfork.exp: Likewise.
14668 * gdb.base/multi-forks.exp: Likewise.
14669 * gdb.mi/mi-nonstop.exp: Likewise.
14670 * gdb.mi/mi-nsintrall.exp: Likewise.
14671 * gdb.multi/base.exp: Likewise.
14672 * gdb.multi/multi-arch.exp: Likewise.
14673 * gdb.python/py-inferior.exp: Likewise.
14674 * gdb.threads/break-while-running.exp: Likewise.
14675 * gdb.threads/execl.exp: Likewise.
14676 * gdb.threads/gcore-thread.exp: Likewise.
14677 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14678 * gdb.threads/kill.exp: Likewise.
14679 * gdb.threads/linux-dp.exp: Likewise.
14680 * gdb.threads/multiple-step-overs.exp: Likewise.
14681 * gdb.threads/next-bp-other-thread.exp: Likewise.
14682 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14683 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14684 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14685 * gdb.threads/thread-find.exp: Likewise.
14686 * gdb.threads/tls.exp: Likewise.
14687 * lib/mi-support.exp (mi_reverse_list): Delete.
14688 (mi_check_thread_states): No longer reverse list.
14689
14690 2015-11-24 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14693 use lowercase.
14694
14695 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14696
14697 * gdb.trace/actions.c: Include trace-common.h.
14698 (main): Add a location for a fast tracepoint.
14699 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14700 the normal tracepoints.
14701 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14702
14703 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14704
14705 * save-trace.exp: Factor out code to these...
14706 (gdb_save_tracepoints): New.
14707 (gdb_load_tracepoints): New.
14708 (do_save_load_test): New.
14709
14710 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14711
14712 * gdb.base/asmlabel.exp: New test.
14713 * gdb.base/asmlabel.c: New test case.
14714
14715 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14716
14717 * gdb.base/wrong_frame_bt_full-main.c: New file.
14718 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14719 * gdb.base/wrong_frame_bt_full.exp: New file.
14720
14721 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14722
14723 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14724
14725 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14726
14727 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14728 pstate register when comparing registers values in
14729 sparc64-*-linux-gnu targets to avoid spurious differences.
14730
14731 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14732
14733 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14734
14735 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14736
14737 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14738 as type argument to gdb_compile.
14739 * gdb.base/nested-subp2.exp: Likewise.
14740 * gdb.base/nested-subp3.exp: Likewise.
14741
14742 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14743
14744 * lib/dwarf.exp (_note): Fix left shift of negative value.
14745 * gdb.trace/trace-condition.exp: Likewise.
14746
14747 2015-11-13 Yao Qi <yao.qi@linaro.org>
14748
14749 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14750 comments about d10v.
14751 (test_scalar_returns): Likewise.
14752 * gdb.base/d10v.ld: Remove.
14753 * gdb.base/overlays.exp: Remove the target triplet checking for
14754 d10v-*-*.
14755 * gdb.base/structs.exp (test_struct_returns): Remove the
14756 comments about d10v.
14757 (test_struct_calls): Likewise.
14758
14759 2015-11-13 Yao Qi <yao.qi@linaro.org>
14760
14761 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14762 * gdb.base/gnu_vector.c: Don't include stdio.h.
14763 (main): Don't print res and call add_some_intvecs.
14764
14765 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14766
14767 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14768 macro.
14769 (func5): Removed.
14770 (func4): Use FAST_TRACEPOINT_LABEL.
14771 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14772 macro.
14773 (func): Removed.
14774 (thread_function): Use FAST_TRACEPOINT_LABEL.
14775 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14776 (func): Remove.
14777 (marker): Use FAST_TRACEPOINT_LABEL.
14778 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14779 (pendfunc1): Remove.
14780 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14781 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14782 (foo): Remove.
14783 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14784 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14785 macro.
14786 (func): Remove.
14787 (marker): Use FAST_TRACEPOINT_LABEL.
14788 * gdb.trace/trace-common.h: New header.
14789 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14790 macro.
14791 (func): Remove.
14792 (marker): Use FAST_TRACEPOINT_LABEL.
14793 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14794 (func): Remove.
14795 (thread_function): Use FAST_TRACEPOINT_LABEL.
14796
14797 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14798
14799 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14800 in front.
14801 * gdb.trace/change-loc.exp: Use global pcreg definition.
14802 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14803 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14804 in front.
14805 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14806 * gdb.trace/pending.exp: Likewise.
14807 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14808 * gdb.trace/trace-break.exp: Likewise.
14809 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14810 in front.
14811 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14812 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14813 in front.
14814 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14815
14816 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14817
14818 * gdb.ada/fin_fun_out: New testcase.
14819
14820 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14821
14822 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14823 value associated with DW_AT_byte_size.
14824 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14825 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14826 DW_AT_upper_bound.
14827
14828 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14829
14830 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14831 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14832 version.
14833 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14834 gdb.dwarf2/dw2-canonicalize-type.exp,
14835 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14836 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14837 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14838 provided by gdb_target_symbol_prefix_flags_asm.
14839 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14840 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14841 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14842 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14843 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14844 macros where needed). Use this macro for symbols which require
14845 the prefix provided by SYMBOL_PREFIX.
14846
14847 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14848
14849 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14850 New procs.
14851 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14852 representing expressions, of more than one list element.
14853 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14854 to prepend linker symbol prefix to f.
14855 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14856 table_1 and table_2.
14857 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14858 Likewise, for f and g.
14859 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14860 for ptr.
14861 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14862 for main.
14863 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14864 table_1_ptr and table_2_ptr.
14865
14866 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14867 Joel Brobecker <brobecker@adacore.com>
14868
14869 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14870
14871 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14872
14873 * gdb.reverse/s390-mvcle.c: New test.
14874 * gdb.reverse/s390-mvcle.exp: New file.
14875 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14876
14877 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14878
14879 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14880
14881 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14882
14883 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14884 reaching marker2.
14885 * gdb.reverse/getresuid-reverse.exp: Likewise.
14886 * gdb.reverse/pipe-reverse.exp: Likewise.
14887 * gdb.reverse/readv-reverse.exp: Likewise.
14888 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14889 * gdb.reverse/time-reverse.exp: Likewise.
14890 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14891
14892 2015-10-30 Yao Qi <yao.qi@linaro.org>
14893
14894 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14895 (empty_cycle): Remove.
14896 (main): Don't call empty_cycle. Don't use watch_count_done.
14897 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14898 empty_cycle. Rewrite the code counting HW watchpoints.
14899
14900 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14901
14902 * gdb.reverse/fstatat-reverse.c: New test.
14903 * gdb.reverse/fstatat-reverse.exp: New file.
14904 * gdb.reverse/getresuid-reverse.c: New test.
14905 * gdb.reverse/getresuid-reverse.exp: New file.
14906 * gdb.reverse/pipe-reverse.c: New test.
14907 * gdb.reverse/pipe-reverse.exp: New file.
14908 * gdb.reverse/readv-reverse.c: New test.
14909 * gdb.reverse/readv-reverse.exp: New file.
14910 * gdb.reverse/recvmsg-reverse.c: New test.
14911 * gdb.reverse/recvmsg-reverse.exp: New file.
14912 * gdb.reverse/time-reverse.c: New test.
14913 * gdb.reverse/time-reverse.exp: New file.
14914 * gdb.reverse/waitpid-reverse.c: New test.
14915 * gdb.reverse/waitpid-reverse.exp: New file.
14916
14917 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14918
14919 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14920
14921 2015-10-26 Doug Evans <dje@google.com>
14922
14923 PR symtab/17391
14924 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14925 * gdb.dwarf2/bad-regnum.c: New file.
14926 * gdb.dwarf2/bad-regnum.exp: New file.
14927
14928 2015-10-26 Doug Evans <dje@google.com>
14929
14930 PR python/18938
14931 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14932 file.
14933
14934 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14935
14936 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14937 for a change by "Mention language in compile error message".
14938
14939 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14940
14941 PR python/18073
14942 * gdb.python/py-type.c (C::a_method): New.
14943 (C::a_const_method): New.
14944 (C::a_static_method): New.
14945 (a_function): New.
14946 * gdb.python/py-type.exp (test_fields): Test getting fields
14947 from function and method.
14948
14949 2015-10-21 Keven Boell <keven.boell@intel.com>
14950
14951 * gdb.fortran/vla-alloc-assoc.exp: New file.
14952 * gdb.fortran/vla-datatypes.exp: New file.
14953 * gdb.fortran/vla-datatypes.f90: New file.
14954 * gdb.fortran/vla-history.exp: New file.
14955 * gdb.fortran/vla-ptype-sub.exp: New file.
14956 * gdb.fortran/vla-ptype.exp: New file.
14957 * gdb.fortran/vla-sizeof.exp: New file.
14958 * gdb.fortran/vla-sub.f90: New file.
14959 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14960 * gdb.fortran/vla-value-sub-finish.exp: New file.
14961 * gdb.fortran/vla-value-sub.exp: New file.
14962 * gdb.fortran/vla-value.exp: New file.
14963 * gdb.fortran/vla-ptr-info.exp: New file.
14964 * gdb.mi/mi-vla-fortran.exp: New file.
14965 * gdb.mi/vla.f90: New file.
14966
14967 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14968
14969 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14970 of hardwired timeout value.
14971
14972 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14973 Pedro Alves <palves@redhat.com>
14974
14975 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14976 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14977
14978 2015-10-19 Josh Stone <jistone@redhat.com>
14979
14980 * gdb.base/catch-syscall.c: Include <sched.h>.
14981 (unknown_syscall): New variable.
14982 (main): Trigger a vfork and an unknown syscall.
14983 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14984 (unknown_syscall_number): Likewise.
14985 (check_call_to_syscall): Accept an optional syscall pattern.
14986 (check_return_from_syscall): Likewise.
14987 (check_continue): Likewise.
14988 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14989 (test_catch_syscall_skipping_return): New test toggling off 'catch
14990 syscall' to step over the syscall return, then toggling back on.
14991 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14992 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14993 (do_syscall_tests): Call test_catch_syscall_without_args and
14994 test_catch_syscall_mid_vfork.
14995 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14996 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14997
14998 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14999
15000 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15001 print g_vE): Add new pass patterns.
15002 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15003 print various symbol names for vptr fields.
15004
15005 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15006
15007 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15008 results.
15009
15010 2015-10-12 Yao Qi <yao.qi@linaro.org>
15011
15012 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15013
15014 2015-10-12 Yao Qi <yao.qi@linaro.org>
15015
15016 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15017 is aarch64*-*-linux*.
15018
15019 2015-10-12 Yao Qi <yao.qi@linaro.org>
15020
15021 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15022 (can_relocate_bcond_true): ... it.
15023 (can_relocate_bcond_false): New function.
15024 (foo): Likewise.
15025 (can_relocate_bl): Likewise.
15026 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15027 can_relocate_bl.
15028
15029 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15030
15031 * gdb.base/nested-addr.c: New file.
15032 * gdb.base/nested-addr.exp: New testcase.
15033
15034 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15035
15036 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15037 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15038 its output. Ignore the output of "record goto begin" and instead
15039 check that GDB is replaying.
15040
15041 2015-10-09 Pedro Alves <palves@redhat.com>
15042
15043 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15044 (top level): Use it in the run with no args test.
15045
15046 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15047
15048 * gdb.dlang/properties.exp: New file.
15049
15050 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15051
15052 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15053 whether or not address 0x1000 is mapped on the target.
15054
15055 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15056
15057 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15058 build.
15059
15060 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15061
15062 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15063 instruction-history test.
15064
15065 2015-09-28 Doug Evans <dje@google.com>
15066
15067 * gdb.base/gcore.c (array_func): Add reference to static_array.
15068
15069 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15070
15071 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15072 source line.
15073
15074 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15075
15076 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15077 short or char as base type.
15078
15079 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15080
15081 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15082 to allow any size enum.
15083
15084 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15085
15086 * gdb.ada/array_ptr_renaming.exp: New testcase.
15087 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15088 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15089
15090 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15091
15092 * gdb.trace/ftrace-lock.c: New file.
15093 * gdb.trace/ftrace-lock.exp: New file.
15094
15095 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15096
15097 * gdb.arch/insn-reloc.c: New file.
15098 * gdb.arch/ftrace-insn-reloc.exp: New file.
15099
15100 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15101
15102 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15103 instruction.
15104 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15105 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15106 * gdb.trace/range-stepping.c: Likewise.
15107 * gdb.trace/trace-break.c: Likewise.
15108 * gdb.trace/trace-mt.c (thread_function): Likewise.
15109 * gdb.trace/ftrace.c (marker): Likewise.
15110 * gdb.trace/trace-condition.c (marker): Likewise.
15111 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15112 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15113 is_aarch64_target.
15114
15115 2015-09-18 Doug Evans <xdje42@gmail.com>
15116
15117 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15118 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15119
15120 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15121
15122 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15123 the breakpoint.
15124
15125 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15126
15127 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15128 the pending breakpoint. Remove timeout override for "Run till
15129 MI pending breakpoint on pendfunc3 on thread 2" test.
15130
15131 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15132
15133 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15134 filename pattern.
15135
15136 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15137
15138 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15139 in breakpoint filename pattern.
15140
15141 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15142
15143 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15144
15145 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15146
15147 * gdb.linespec/explicit.exp: Check for readline support for
15148 tab-completion tests. Fix obvious typo.
15149
15150 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15151
15152 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15153 and replay.
15154
15155 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15156
15157 * gdb.btrace/non-stop.c: New.
15158 * gdb.btrace/non-stop.exp: New.
15159
15160 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15161 Yao Qi <yao.qi@linaro.org>
15162
15163 * gdb.trace/trace-condition.c: New file.
15164 * gdb.trace/trace-condition.exp: New file.
15165
15166 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15167
15168 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15169 for testing bytecode compilation.
15170
15171 2015-09-16 Pedro Alves <palves@redhat.com>
15172 Sandra Loosemore <sandra@codesourcery.com>
15173
15174 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15175 (SECONDS): Redefine.
15176 (main): Call pthread_kill and alarm early.
15177 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15178 support.
15179 (test): If the target can't hardware step and doesn't support
15180 displaced stepping, increase the timeout.
15181
15182 2015-09-16 Pedro Alves <palves@redhat.com>
15183
15184 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15185 (enable_debug): New procedures.
15186 (test): Use them. Bail out if waiting for threads fails.
15187 (top level): Bail out if a test fails.
15188
15189 2015-09-16 Yao Qi <yao.qi@linaro.org>
15190
15191 * gdb.asm/asm-source.exp: Set asm-arch for
15192 aarch64*-*-* target.
15193 * gdb.asm/aarch64.inc: New file.
15194
15195 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15196
15197 * gdb.ada/array_of_variable_length.exp: New testcase.
15198 * gdb.ada/array_of_variable_length/foo.adb: New file.
15199 * gdb.ada/array_of_variable_length/pck.adb: New file.
15200 * gdb.ada/array_of_variable_length/pck.ads: New file.
15201
15202 2015-09-15 Doug Evans <dje@google.com>
15203
15204 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15205 of function static local variable.
15206
15207 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15208
15209 * gdb.threads/tls-so_extern.exp: New test file.
15210 * gdb.threads/tls-so_extern.c: New test file.
15211 * gdb.threads/tls-so_extern_main.c: New test file.
15212
15213 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15214
15215 * gdb.opt/solib-intra-step-lib.c: New file.
15216 * gdb.opt/solib-intra-step-main.c: New file.
15217 * gdb.opt/solib-intra-step.exp: New file.
15218
15219 2015-09-15 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15222 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15223
15224 2015-09-14 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.base/hook-stop-continue.c: Delete.
15227 * gdb.base/hook-stop-continue.exp: Delete.
15228 * gdb.base/hook-stop-frame.c: Delete.
15229 * gdb.base/hook-stop-frame.exp: Delete.
15230 * gdb.base/hook-stop.c: New file.
15231 * gdb.base/hook-stop.exp: New file.
15232
15233 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15234
15235 * gdb.ada/access_to_packed_array.exp: New testcase.
15236 * gdb.ada/access_to_packed_array/foo.adb: New file.
15237 * gdb.ada/access_to_packed_array/pack.adb: New file.
15238 * gdb.ada/access_to_packed_array/pack.ads: New file.
15239
15240 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15241
15242 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15243 buffer size test.
15244
15245 2015-09-11 Don Breazeal <donb@codesourcery.com>
15246
15247 * gdb.base/foll-exec.c: Add copyright header. Fix
15248 formatting issues.
15249 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15250 (do_exec_tests): Use clean_restart in place of zap_session,
15251 and for test initialization. Fix formatting issues. Use
15252 fail in place of perror.
15253 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15254 an expect statement to match an expression with output from
15255 the program under debug.
15256 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15257 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15258 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15259 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15260 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15261
15262 2015-09-09 Doug Evans <dje@google.com>
15263
15264 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15265
15266 2015-09-09 Doug Evans <dje@google.com>
15267
15268 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15269
15270 2015-09-09 Doug Evans <dje@google.com>
15271
15272 * gdb.base/savedregs.exp: Fix typo.
15273
15274 2015-09-09 Pedro Alves <palves@redhat.com>
15275
15276 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15277
15278 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15279
15280 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15281 command actually switches threads. Give up on remaining
15282 tests if target fails to stop at breakpoint.
15283
15284 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15285
15286 * gdb.ada/funcall_char.exp: New testcase.
15287 * gdb.ada/funcall_char/foo.adb: New file.
15288
15289 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15290
15291 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15292 expected outputs. Add two testcases for completing ambiguous
15293 functions.
15294 * gdb.ada/complete/aux_pck.adb: New file.
15295 * gdb.ada/complete/aux_pck.ads: New file.
15296 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15297 Ambiguous_Func functions.
15298 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15299 * gdb.ada/complete/pck.adb: Likewise.
15300
15301 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15302
15303 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15304 failures to run the test program under GDB.
15305
15306 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15307
15308 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15309 to C.
15310
15311 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15312
15313 * gdb.base/run-after-attach.exp: New test file.
15314 * gdb.base/run-after-attach.c: New test file.
15315
15316 2015-08-26 Don Breazeal <donb@codesourcery.com>
15317
15318 * gdb.base/foll-exec-2.c: New test program.
15319 * gdb.base/foll-exec-2.exp: New test.
15320
15321 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15322
15323 * gdb.base/nested-subp1.exp: New file.
15324 * gdb.base/nested-subp1.c: New file.
15325 * gdb.base/nested-subp2.exp: New file.
15326 * gdb.base/nested-subp2.c: New file.
15327 * gdb.base/nested-subp3.exp: New file.
15328 * gdb.base/nested-subp3.c: New file.
15329
15330 2015-08-24 Pedro Alves <palves@redhat.com>
15331
15332 * gdb.server/connect-without-multi-process.c: New file.
15333 * gdb.server/connect-without-multi-process.exp: New file.
15334
15335 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15336
15337 * gdb.opt/inline-markers.c: Make z int.
15338
15339 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15340
15341 * gdb.opt/inline-markers.c: Make z volatile.
15342
15343 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15344
15345 * gdb.opt/inline-bt.c: New volatile global z.
15346 * gdb.opt/inline-cmds.c: Likewise.
15347 * gdb.opt/inline-locals.c: Likewise.
15348 * gdb.opt/inline-markers.c: New extern global z.
15349 (marker): Use z.
15350 (inline_fn): Likewise.
15351
15352 2015-08-24 Pedro Alves <palves@redhat.com>
15353
15354 * config/m32r-stub.exp: Remove file.
15355 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15356 * gdb.base/call-rt-st.exp: Likewise.
15357 * gdb.base/call-strs.exp: Likewise.
15358 * gdb.base/default.exp: Remove references to h8300-*-hms and
15359 *-*-udi*.
15360 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15361
15362 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15363
15364 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15365 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15366 and "return" use KFAIL when GDB can not read/write the vector
15367 return value.
15368
15369 2015-08-21 Gary Benson <gbenson@redhat.com>
15370
15371 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15372
15373 2015-08-20 Pedro Alves <palves@redhat.com>
15374
15375 * gdb.server/solib-list.exp: No longer expect an interior stop in
15376 non-stop mode.
15377
15378 2015-08-20 Pedro Alves <palves@redhat.com>
15379
15380 * gdb.server/connect-stopped-target.c: New file.
15381 * gdb.server/connect-stopped-target.exp: New file.
15382
15383 2015-08-20 Pedro Alves <palves@redhat.com>
15384
15385 * gdb.dwarf2/comp-unit-lang.exp: New file.
15386 * gdb.dwarf2/comp-unit-lang.c: New file.
15387
15388 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15389
15390 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15391 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15392
15393 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15394
15395 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15396 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15397
15398 2015-08-18 Doug Evans <dje@google.com>
15399 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15400
15401 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15402 skip_python_tests. New arg prompt_regexp.
15403 (skip_python_tests): New function.
15404 * lib/mi-support.exp (mi_skip_python_tests): New function.
15405 * gdb.python/py-mi-objfile-gdb.py: New file.
15406 * gdb.python/py-mi-objfile.c: New file.
15407 * gdb.python/py-mi-objfile.exp: New file.
15408
15409 2015-08-17 Keith Seitz <keiths@redhat.com>
15410
15411 * gdb.linespec/explicit.exp: Move strace test from here ...
15412 * gdb.trace/strace.exp: ... to here.
15413
15414 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15415
15416 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15417 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15418
15419 2015-08-14 Doug Evans <xdje42@gmail.com>
15420
15421 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15422 inferior before selecting a new file.
15423
15424 2015-08-14 Doug Evans <xdje42@gmail.com>
15425
15426 * gdb.mi/mi-disassemble.exp: Update.
15427 * gdb.base/disasm-optim.S: New file.
15428 * gdb.base/disasm-optim.c: New file.
15429 * gdb.base/disasm-optim.h: New file.
15430 * gdb.base/disasm-optim.exp: New file.
15431
15432 2015-08-14 Keith Seitz <keiths@redhat.com>
15433
15434 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15435 "evaluated-by".
15436
15437 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15438
15439 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15440
15441 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15442
15443 * gdb.ada/fun_renaming.exp: New testcase.
15444 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15445 * gdb.ada/fun_renaming/pack.adb: New file.
15446 * gdb.ada/fun_renaming/pack.ads: New file.
15447
15448 2015-08-12 Keith Seitz <keiths@redhat.com>
15449
15450 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15451 gdb_get_line_number.
15452
15453 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15454
15455 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15456 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15457 gdb.base/dso2dso.exp: New files.
15458
15459 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15460 Pedro Alves <palves@redhat.com>
15461 Keith Seitz <keiths@redhat.com>
15462
15463 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15464 GDBFLAGS.
15465
15466 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15467
15468 * gdb.base/gdbhistsize-history.exp
15469 (test_histsize_history_setting): Use save_vars.
15470 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15471 Use save_vars.
15472 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15473 * gdb.base/readline.exp: Use save_vars.
15474
15475 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15476
15477 * lib/gdb.exp (save_vars): New proc.
15478
15479 2015-08-11 Keith Seitz <keiths@redhat.com>
15480
15481 * gdb.base/help.exp: Update help_breakpoint_text.
15482
15483 2015-08-11 Keith Seitz <keiths@redhat.com>
15484
15485 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15486 (at toplevel): Call test_explicit_breakpoints.
15487 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15488 breakpoints.
15489 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15490 breakpoint conditions, "-cond".
15491
15492 2015-08-11 Keith Seitz <keiths@redhat.com>
15493
15494 * gdb.linespec/3explicit.c: New file.
15495 * gdb.linespec/cpexplicit.cc: New file.
15496 * gdb.linespec/cpexplicit.exp: New file.
15497 * gdb.linespec/explicit.c: New file.
15498 * gdb.linespec/explicit.exp: New file.
15499 * gdb.linespec/explicit2.c: New file.
15500 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15501 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15502 before using in the matching pattern.
15503 Clarify that `prefix' is a regular expression.
15504
15505 2015-08-11 Keith Seitz <keiths@redhat.com>
15506
15507 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15508 test.
15509 Add tests for missing ",FMT" and ",".
15510
15511 2015-08-10 Doug Evans <dje@google.com>
15512 Keith Seitz <keiths@redhat.com>
15513
15514 PR gdb/17960
15515 * gdb.base/completion.exp: Add location completer tests.
15516
15517 2015-08-07 Pedro Alves <palves@redhat.com>
15518
15519 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15520 tests here.
15521 (top level): Run do_test with and without displaced stepping.
15522
15523 2015-08-07 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.base/valgrind-disp-step.c: New file.
15526 * gdb.base/valgrind-disp-step.exp: New file.
15527
15528 2015-08-07 Pedro Alves <palves@redhat.com>
15529
15530 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15531 Delete function.
15532 (main): Add alarm. Run an infinite loop instead of calling
15533 wait_threads.
15534 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15535 comment.
15536 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15537 Delete function.
15538 (main): Add alarm. Run an infinite loop instead of calling
15539 wait_threads.
15540 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15541 comment.
15542
15543 2015-08-07 Pedro Alves <palves@redhat.com>
15544
15545 * gdb.base/checkpoint-ns.exp: New file.
15546 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15547 standard_testfile.
15548
15549 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15550
15551 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15552 * gdb.btrace/instruction_history.exp: Update.
15553 * gdb.btrace/tsx.exp: New.
15554 * gdb.btrace/tsx.c: New.
15555
15556 2015-08-06 Pedro Alves <palves@redhat.com>
15557
15558 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15559 increase timeout.
15560 * gdb.reverse/until-precsave.exp: Bump timeouts.
15561
15562 2015-08-06 Pedro Alves <palves@redhat.com>
15563
15564 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15565
15566 2015-08-06 Pedro Alves <palves@redhat.com>
15567
15568 PR gdb/18749
15569 * gdb.threads/process-dies-while-handling-bp.c: New file.
15570 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15571
15572 2015-08-06 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15575 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15576
15577 2015-08-05 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15580 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15581
15582 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15583
15584 * gdb.base/bp-permanent.exp: Report test as unsupported if
15585 the target cannot stop at the permanent breakpoint.
15586
15587 2015-08-03 Doug Evans <dje@google.com>
15588
15589 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15590 10000.
15591
15592 2015-08-03 Doug Evans <dje@google.com>
15593
15594 * Makefile.in (workers/%.worker, build-perf): New rule.
15595 (GDB_PERFTEST_MODE): New variable.
15596 (check-perf): Use it.
15597 (clean): Clean up gdb.perf parallel build subdirs.
15598 * lib/build-piece.exp: New file.
15599 * lib/gdb.exp (make_gdb_parallel_path): New function
15600 (standard_output_file, standard_temp_file): Call it.
15601 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15602 of $GDB_PARALLEL.
15603 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15604
15605 2015-08-03 Doug Evans <dje@google.com>
15606
15607 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15608 (LOG_FILE_NAME): New global.
15609 (TextReporter.__init__): Initialize self.txt_sum.
15610 (TextReporter.report): Add support for multiple data-points.
15611 Move report to perftest.sum, put raw data in perftest.log.
15612 (TextReporter.start): Open sum and log files.
15613 (TextReporter.end): Close sum and log files.
15614 * gdb.perf/lib/perftest/testresult.py
15615 (SingleStatisticTestResult.record): Handle multiple data-points.
15616
15617 2015-07-31 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15620 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15621 kill_wait_spawned_process instead of explicit "kill -9".
15622 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15623 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15624 kill_wait_spawned_process.
15625 * gdb.base/attach-twice.exp: Likewise.
15626 * gdb.base/attach.exp: Likewise.
15627 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15628 gdb_test_multiple.
15629 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15630 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15631 kill_wait_spawned_process.
15632 * gdb.base/valgrind-infcall.exp: Likewise.
15633 * gdb.multi/multi-attach.exp: Likewise.
15634 * gdb.python/py-prompt.exp: Likewise.
15635 * gdb.python/py-sync-interp.exp: Likewise.
15636 * gdb.server/ext-attach.exp: Likewise.
15637 * gdb.threads/attach-into-signal.exp (corefunc): Use
15638 spawn_wait_for_attach, spawn_id_get_pid and
15639 kill_wait_spawned_process.
15640 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15641 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15642 spawn_id_get_pid and kill_wait_spawned_process.
15643 * gdb.threads/attach-stopped.exp (corefunc): Use
15644 spawn_wait_for_attach, spawn_id_get_pid and
15645 kill_wait_spawned_process.
15646 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15647 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15648 kill_wait_spawned_process instead of explicit "kill -9".
15649 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15650 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15651 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15652 processes. Don't map cygwin/windows pids here. Now returns a
15653 spawn id list.
15654
15655 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15656
15657 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15658 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15659 correct patch.
15660
15661 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15662
15663 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15664
15665 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15666
15667 Reapply:
15668 2014-05-21 Mark Wielaard <mjw@redhat.com>
15669
15670 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15671
15672 2015-07-30 Pedro Alves <palves@redhat.com>
15673
15674 * linux-low.c (handle_extended_wait): Set the child's last
15675 reported status to TARGET_WAITKIND_STOPPED.
15676
15677 2015-07-30 Pedro Alves <palves@redhat.com>
15678
15679 PR threads/18600
15680 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15681 only shows inferior 1.
15682
15683 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15684 Pedro Alves <palves@redhat.com>
15685
15686 PR threads/18600
15687 * gdb.threads/fork-plus-threads.c: New file.
15688 * gdb.threads/fork-plus-threads.exp: New file.
15689
15690 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15691
15692 * gdb.base/batch-preserve-term-settings.exp
15693 (test_terminal_settings_preserved_after_cli_exit): Use
15694 send_quit_command.
15695
15696 2015-07-29 Pedro Alves <palves@redhat.com>
15697 Don Breazeal <donb@codesourcery.com>
15698
15699 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15700 output from both inferior_spawn_id and gdb_spawn_id.
15701
15702 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15703
15704 * gdb.threads/attach-into-signal.exp (corefunc): Use
15705 with_test_prefix on nested loops, uniquefying the test messages.
15706
15707 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15708
15709 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15710 commit.
15711
15712 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15713
15714 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15715 New proc.
15716 (test_terminal_settings_preserved_after_sigterm): New test.
15717
15718 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15719
15720 * gdb.base/batch-preserve-term-settings.exp
15721 (test_terminal_settings_preserved_after_cli_exit): New test.
15722
15723 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15724
15725 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15726 manipulation of saved_gdbflags.
15727 (test_terminal_settings_preserved): Remove global declaration of
15728 the unused variable pagination_prompt. Remove manipulation of
15729 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15730 GDBFLAGS.
15731
15732 2015-07-29 Pedro Alves <palves@redhat.com>
15733
15734 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15735
15736 2015-07-29 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15739 at the top.
15740
15741 2015-07-29 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15744 (main): Call gdb_unbuffer_output.
15745 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15746 (main): Call gdb_unbuffer_output.
15747 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15748 (main): Call gdb_unbuffer_output.
15749 * gdb.base/call-strs.exp: Adjust to step over the
15750 gdb_unbuffer_output call.
15751 * gdb.base/catch-gdb-caused-signals.c: Include
15752 "../lib/unbuffer_output.c".
15753 (main): Call gdb_unbuffer_output.
15754 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15755 (main): Call gdb_unbuffer_output.
15756 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15757 (main): Call gdb_unbuffer_output.
15758 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15759 (main): Call gdb_unbuffer_output.
15760 * gdb.base/shlib-call.exp: Adjust to step over the
15761 gdb_unbuffer_output call.
15762 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15763 (main): Call gdb_unbuffer_output.
15764 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15765 (main): Call gdb_unbuffer_output.
15766 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15767 (main): Rename to ...
15768 (test): ... this.
15769 (main): Reimplement.
15770 * gdb.base/varargs.exp: Run to test instead of to main.
15771 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15772 (main): Call gdb_unbuffer_output.
15773
15774 2015-07-29 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15777 factore out from mi_continue_dprintf. For call-style dprintfs,
15778 expect dprintf output out of $inferior_spawn_id.
15779 (mi_continue_dprintf): Use mi_expect_dprintf.
15780 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15781 (main): Call gdb_unbuffer_output.
15782
15783 2015-07-29 Pedro Alves <palves@redhat.com>
15784
15785 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15786 (default_mi_gdb_start): Set inferior_spawn_id instead of
15787 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15788 gdb_spawn_id.
15789 (mi_gdb_test): Always expect inferior output from both
15790 $inferior_spawn_id and $gdb_spawn_id.
15791
15792 2015-07-29 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15795 send_inferior and $inferior_spawn_id.
15796
15797 2015-07-29 Pedro Alves <palves@redhat.com>
15798
15799 * gdb.gdb/complaints.exp (test_initial_complaints)
15800 (test_serial_complaints, test_short_complaints): Use
15801 gdb_test_stdio.
15802 (test_empty_complaint): Handle $inferior_spawn_id !=
15803 $gdb_spawn_id.
15804
15805 2015-07-29 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.base/varargs.exp: Use gdb_test_stdio.
15808
15809 2015-07-29 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15812
15813 2015-07-29 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15816
15817 2015-07-29 Pedro Alves <palves@redhat.com>
15818
15819 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15820 parameter into two new parameters, "inf_result" and "gdb_result".
15821 Expect inferior output and gdb output from $inferior_spawn_id and
15822 $gdb_spawn_id, respectively. Adjust all callers.
15823
15824 2015-07-29 Pedro Alves <palves@redhat.com>
15825
15826 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15827 of gdb_test_sequence.
15828
15829 2015-07-29 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15832 (saw_spurious_output): Expect inferior output from
15833 $inferior_spawn_id. Use gdb_test_stdio.
15834
15835 2015-07-29 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.base/dprintf.exp: Use standard_testfile. Change
15838 prepare_for_testing call.
15839 (srcfile): Don't set.
15840 (restart): New procedure.
15841 (test_dprintf): New procecure, use to continue over dprintfs.
15842 (test_call, test_agent): New procedures, tests moved here.
15843 Restart gdb and recreate dprintfs. Adjust expected output.
15844
15845 2015-07-29 Pedro Alves <palves@redhat.com>
15846
15847 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15848
15849 2015-07-29 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15852
15853 2015-07-29 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15856 gdb_test_stdio.
15857
15858 2015-07-29 Pedro Alves <palves@redhat.com>
15859
15860 * lib/gdb.exp (gdb_test_stdio): New procedure.
15861
15862 2015-07-29 Pedro Alves <palves@redhat.com>
15863
15864 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15865
15866 2015-07-29 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.base/call-signal-resume.exp: Remove check for
15869 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15870 * gdb.base/unwindonsignal.exp: Likewise.
15871 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15872 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15873
15874 2015-07-29 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/siginfo-addr.c (pass): New function.
15877 (handler): Call it iff si_addr is correct.
15878 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15879 Set a breakpoint at "pass" and continue to it.
15880
15881 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15882
15883 * gdb.python/py-objfile.exp: Make some tests have unique names.
15884 * gdb.python/py-pp-registration.exp: Likewise.
15885
15886 2015-07-28 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15889
15890 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15891
15892 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15893
15894 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15895
15896 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15897
15898 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15899
15900 * gdb.base/gdb-sigterm-2.exp: New test.
15901
15902 2015-07-25 Doug Evans <xdje42@gmail.com>
15903
15904 Revert:
15905 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15906 (workers/%.worker, build-perf): New rule.
15907 (GDB_PERFTEST_MODE): New variable.
15908 (check-perf): Use it.
15909 (clean): Clean up gdb.perf parallel build subdirs.
15910 * lib/build-piece.exp: New file.
15911 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15912 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15913 name.
15914 (standard_temp_file): Ditto.
15915 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15916 of $GDB_PARALLEL.
15917
15918 2015-07-24 Doug Evans <dje@google.com>
15919
15920 * gdb.perf/lib/perftest/utils.py: New file.
15921 * gdb.perf/gm-hello.cc: New file.
15922 * gdb.perf/gm-pervasive-typedef.cc: New file.
15923 * gdb.perf/gm-pervasive-typedef.h: New file.
15924 * gdb.perf/gm-std.cc: New file.
15925 * gdb.perf/gm-std.h: New file.
15926 * gdb.perf/gm-use-cerr.cc: New file.
15927 * gdb.perf/gm-utils.h: New file.
15928 * gdb.perf/gmonster-null-lookup.py: New file.
15929 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15930 * gdb.perf/gmonster-print-cerr.py: New file.
15931 * gdb.perf/gmonster-ptype-string.py: New file.
15932 * gdb.perf/gmonster-runto-main.py: New file.
15933 * gdb.perf/gmonster-select-file.py: New file.
15934 * gdb.perf/gmonster1-null-lookup.exp: New file.
15935 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15936 * gdb.perf/gmonster1-print-cerr.exp: New file.
15937 * gdb.perf/gmonster1-ptype-string.exp: New file.
15938 * gdb.perf/gmonster1-runto-main.exp: New file.
15939 * gdb.perf/gmonster1-select-file.exp: New file.
15940 * gdb.perf/gmonster1.cc: New file.
15941 * gdb.perf/gmonster1.exp: New file.
15942 * gdb.perf/gmonster2-null-lookup.exp: New file.
15943 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15944 * gdb.perf/gmonster2-print-cerr.exp: New file.
15945 * gdb.perf/gmonster2-ptype-string.exp: New file.
15946 * gdb.perf/gmonster2-runto-main.exp: New file.
15947 * gdb.perf/gmonster2-select-file.exp: New file.
15948 * gdb.perf/gmonster2.cc: New file.
15949 * gdb.perf/gmonster2.exp: New file.
15950
15951 2015-07-24 Doug Evans <dje@google.com>
15952
15953 * gdb.perf/README: New file.
15954 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15955 * lib/gen-perf-test.exp: New file.
15956
15957 2015-07-24 Doug Evans <dje@google.com>
15958
15959 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15960 (PerfTest::startup): New function.
15961 (PerfTest::run): Return result of calling body.
15962 (PerfTest::assemble): Rewrite.
15963 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15964 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15965 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15966 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15967 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15968
15969 2015-07-24 Doug Evans <dje@google.com>
15970
15971 * lib/gdb.exp (clean_restart): Make executable optional.
15972
15973 2015-07-24 Doug Evans <dje@google.com>
15974
15975 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15976 compiler_info references.
15977 * gdb.cp/temargs.exp: Ditto.
15978 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15979 (get_compiler_info): Early exit if already computed. Set compiler_info
15980 to "unknown" if there was a problem.
15981 (test_compiler_info): Add function comment. Call get_compiler_info.
15982
15983 2015-07-24 Doug Evans <dje@google.com>
15984
15985 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15986 (workers/%.worker, build-perf): New rule.
15987 (GDB_PERFTEST_MODE): New variable.
15988 (check-perf): Use it.
15989 (clean): Clean up gdb.perf parallel build subdirs.
15990 * lib/build-piece.exp: New file.
15991 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15992 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15993 name.
15994 (standard_temp_file): Ditto.
15995 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15996 of $GDB_PARALLEL.
15997
15998 2015-07-24 Doug Evans <dje@google.com>
15999
16000 * lib/future.exp (gdb_default_target_compile): New option
16001 "early_flags".
16002 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16003 --as-needed.
16004
16005 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16006
16007 * gdb.base/catch-syscall.exp: Call gdb_exit before
16008 gdb_skip_xml_test.
16009
16010 2015-07-24 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.python/py-events.exp: Accept output between the stop event
16013 and the prompt.
16014 * gdb.python/py-evsignal.exp: Likewise.
16015 * gdb.python/py-evthreads.exp: Likewise.
16016
16017 2015-07-24 Pedro Alves <palves@redhat.com>
16018
16019 PR gdb/18717
16020 * gdb.threads/non-ldr-exit.c: New file.
16021 * gdb.threads/non-ldr-exit.exp: New file.
16022
16023 2015-07-24 Yao Qi <yao.qi@linaro.org>
16024
16025 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16026 restarting process.
16027
16028 2015-07-24 Yao Qi <yao.qi@linaro.org>
16029
16030 * gdb.server/ext-restart.exp: New file.
16031
16032 2015-07-24 Yao Qi <yao.qi@linaro.org>
16033
16034 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16035 argument options.
16036 * gdb.server/ext-wrapper.exp: New file.
16037
16038 2015-07-23 Doug Evans <dje@google.com>
16039
16040 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16041 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16042
16043 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16044
16045 * gdb.ada/var_arr_typedef.exp: New testcase.
16046 * gdb.ada/var_arr_typedef/pack.adb: New file.
16047 * gdb.ada/var_arr_typedef/pack.ads: New file.
16048 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16049
16050 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16051
16052 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16053
16054 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16055
16056 * gdb.arch/i386-biarch-core.exp: Replace istarget
16057 by "complete set gnutarget". Remove expectation for the "core-file"
16058 command.
16059
16060 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16061
16062 Revert the previous commit:
16063 Tests for validate symbol file using build-id.
16064
16065 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16066
16067 Tests for validate symbol file using build-id.
16068 * gdb.base/solib-mismatch-lib.c: New file.
16069 * gdb.base/solib-mismatch-libmod.c: New file.
16070 * gdb.base/solib-mismatch.c: New file.
16071 * gdb.base/solib-mismatch.exp: New file.
16072
16073 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16074
16075 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16076 nios2-*-linux*.
16077 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16078 * gdb.base/siginfo.exp: Likewise.
16079 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16080
16081 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16082
16083 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16084 Move it to ...
16085 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16086 ... here.
16087 * gdb.trace/range-stepping.exp: Check that the target supports
16088 range stepping.
16089
16090 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16091
16092 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16093
16094 2015-07-14 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.base/killed-outside.exp: New file.
16097 * gdb.base/killed-outside.c: New file.
16098
16099 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16100
16101 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16102 (n at main): New.
16103 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16104
16105 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16106
16107 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16108 infcall tests instead of setting up for KFAIL.
16109
16110 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16111
16112 * gdb.btrace/record_goto-step.exp: New.
16113
16114 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16115
16116 PR compile/18484
16117 * gdb.compile/compile.c (struct struct_type): Add volatile to
16118 selffield's type.
16119 * gdb.compile/compile.exp
16120 (compile code struct_object.selffield = &struct_object): Skip further
16121 struct_object tests if this one xfails.
16122
16123 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16124
16125 PR exp/18617
16126 * gdb.trace/ax.exp: Add test.
16127
16128 2015-07-07 Yao Qi <yao.qi@linaro.org>
16129
16130 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16131 instead of istarget "aarch64*-*-*".
16132 * gdb.arch/aarch64-fp.exp: Likewise.
16133 * gdb.base/float.exp: Likewise.
16134 * gdb.reverse/aarch64.exp: Likewise.
16135 * lib/gdb.exp (is_aarch64_target): New proc.
16136
16137 2015-07-07 Yao Qi <yao.qi@linaro.org>
16138
16139 * lib/gdb.exp (is_aarch32_target): New proc.
16140 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16141 instead of "istarget "arm*-*-*"".
16142 * gdb.arch/arm-disp-step.exp: Likewise.
16143 * gdb.arch/thumb-bx-pc.exp: Likewise.
16144 * gdb.arch/thumb-prologue.exp: Likewise.
16145 * gdb.arch/thumb-singlestep.exp: Likewise.
16146 * gdb.base/disp-step-syscall.exp: Likewise.
16147 * gdb.base/float.exp: Likewise.
16148
16149 2015-07-07 Yao Qi <yao.qi@linaro.org>
16150
16151 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16152 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16153
16154 2015-07-07 Yao Qi <yao.qi@linaro.org>
16155
16156 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16157 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16158 if it exists.
16159 * gdb.multi/multi-arch.exp: Likewise.
16160
16161 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16162
16163 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16164 print.
16165
16166 2015-07-07 Yao Qi <yao.qi@linaro.org>
16167
16168 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16169
16170 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16171
16172 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16173 '[' and ']' characters.
16174
16175 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16176
16177 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16178
16179 2015-06-29 Pedro Alves <palves@redhat.com>
16180
16181 PR threads/18127
16182 * gdb.threads/hand-call-new-thread.c: New file.
16183 * gdb.threads/hand-call-new-thread.c: New file.
16184
16185 2015-06-26 Keith Seitz <keiths@redhat.com>
16186 Doug Evans <dje@google.com>
16187
16188 PR 16253
16189 * gdb.cp/var-tag-2.cc: New file.
16190 * gdb.cp/var-tag-3.cc: New file.
16191 * gdb.cp/var-tag-4.cc: New file.
16192 * gdb.cp/var-tag.cc: New file.
16193 * gdb.cp/var-tag.exp: New file.
16194
16195 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16196
16197 * gdb.base/history-duplicates.exp: New test.
16198
16199 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16200
16201 * gdb.base/completion.exp: Test the completion of the "focus"
16202 command.
16203
16204 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16205
16206 * gdb.arch/amd64-prologue-skip.S: New file.
16207 * gdb.arch/amd64-prologue-skip.exp: New file.
16208
16209 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16210
16211 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16212 is_address_zero_readable check.
16213
16214 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16215
16216 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16217 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16218
16219 2015-06-24 Yao Qi <yao.qi@linaro.org>
16220
16221 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16222 linux targets.
16223
16224 2015-06-24 Yao Qi <yao.qi@linaro.org>
16225
16226 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16227 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16228 * gdb.base/siginfo-thread.exp: Likewise.
16229
16230 2015-06-22 Yao Qi <yao.qi@linaro.org>
16231
16232 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16233
16234 2015-06-22 Yao Qi <yao.qi@linaro.org>
16235
16236 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16237 aarch64*-*-*.
16238 (skip_hw_watchpoint_tests): Likewise.
16239
16240 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16241
16242 * gdb.base/gdbinit-history.exp: Test the interaction between
16243 setting GDBHISTSIZE and setting the history size via .gdbinit.
16244
16245 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16246
16247 PR gdb/16999
16248 * gdb.base/gdbhistsize-history.exp: New test.
16249
16250 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16251
16252 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16253 with GDBHISTSIZE.
16254 * gdb.base/readline.exp: Likewise.
16255
16256 2015-06-17 Yao Qi <yao.qi@linaro.org>
16257
16258 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16259 line.
16260
16261 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16262
16263 * gdb.base/gdbinit-history.exp: Add test case to check that
16264 an unlimited history file does not get truncated on exit.
16265
16266 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16267
16268 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16269 (VECTOR): New macro. Use it...
16270 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16271 ...for these typedefs.
16272 (int8, char1, int1, double1): New typedefs.
16273 (struct just_int2, struct two_int2): New structures.
16274 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16275 (add_structvecs, add_singlevecs): New functions.
16276 (main): Call add_some_intvecs twice.
16277 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16278 the compile and exit upon failure. Try compiling for the "native"
16279 architecture. Test inferior function calls with vector arguments
16280 and vector return value handling with "finish" and "return".
16281
16282 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16283
16284 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16285 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16286 PE file.
16287 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16288
16289 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16290
16291 PR breakpoints/16465
16292 * gdb.mi/mi-dprintf-pending.c: New file.
16293 * gdb.mi/mi-dprintf-pending.exp: New test.
16294 * gdb.mi/mi-dprintf-pendshr.c: New file.
16295
16296 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16297 Mircea Gherzan <mircea.gherzan@intel.com>
16298
16299 * gdb.arch/i386-mpx-map.c: New file.
16300 * gdb.arch/i386-mpx-map.exp: New File.
16301
16302 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16303
16304 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16305 * gdb.arch/i386-mpx.exp: Indentation fixed.
16306
16307 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16308
16309 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16310 function and improved indentation.
16311 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16312 gdb_test_multiple. Added additional tests to skip the test.
16313
16314 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16315
16316 * gdb.arch/i386-avx512.c: Change path in include file.
16317 * gdb.arch/i386-avx512.exp: Change include dir path
16318 compilation flag.
16319 * gdb.arch/i386-mpx.c: Change path in include file.
16320 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16321 flag.
16322
16323 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16324
16325 * gdb.compile/compile-print.exp (compile print *vararray@3)
16326 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16327
16328 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16329
16330 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16331 (do not keep jit in memory): ... this.
16332 (expect 5): Change it to ...
16333 (expect no 5): ... this.
16334
16335 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16336
16337 PR gdb/15564
16338 * gdb.mi/mi-detach.exp: New file.
16339
16340 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16341
16342 PR symtab/18392
16343 * gdb.arch/amd64-tailcall-self.S: New file.
16344 * gdb.arch/amd64-tailcall-self.c: New file.
16345 * gdb.arch/amd64-tailcall-self.exp: New file.
16346
16347 2015-05-28 Don Breazeal <donb@codesourcery.com>
16348
16349 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16350 tests for remote targets by checking is_target_gdbserver.
16351
16352 2015-05-27 Doug Evans <dje@google.com>
16353
16354 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16355 * gdb.dwarf2/opaque-type-lookup.c: New file.
16356 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16357
16358 2015-05-26 Doug Evans <dje@google.com>
16359
16360 * gdb.cp/iostream.cc: New file.
16361 * gdb.cp/iostream.exp: New file.
16362
16363 2015-05-26 Doug Evans <dje@google.com>
16364
16365 * gdb.dwarf2/dw2-op-call.exp: Update.
16366 * gdb.dwarf2/dw4-sig-types.exp: Update.
16367 * gdb.dwarf2/implptr.exp: Update.
16368 * gdb.mi/mi-cmd-param-changed.exp: Update.
16369
16370 2015-05-26 Doug Evans <dje@google.com>
16371
16372 * gdb.python/py-lazy-string.c: New file.
16373 * gdb.python/py-lazy-string.exp: New file.
16374 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16375 (main): Update. Add estring3.
16376 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16377 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16378
16379 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16380 Yao Qi <yao.qi@linaro.org>
16381
16382 * gdb.reverse/aarch64.c: New.
16383 * gdb.reverse/aarch64.exp: New.
16384
16385 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16386
16387 * lib/gdb.exp (supports_process_record): Return true for
16388 aarch64*-linux*.
16389 (supports_reverse): Likewise.
16390
16391 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16392
16393 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16394 Use with_test_prefix.
16395
16396 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16397
16398 * gdb.base/completion.exp: Add test for completion of layout
16399 names.
16400
16401 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16402
16403 * lib/gdb.exp (skip_tui_tests): New proc.
16404 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16405
16406 2015-05-19 Pedro Alves <palves@redhat.com>
16407
16408 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16409 Save the whole env array instead of just HOME. Unset HISTSIZE in
16410 the environment while testing. Restore whole environment
16411 afterwards.
16412
16413 2015-05-16 Doug Evans <xdje42@gmail.com>
16414
16415 * gdb.guile/scm-ports.c: New file.
16416 * gdb.guile/scm-ports.exp: Add memory port tests.
16417
16418 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16419
16420 * gdb.compile/compile-print.c: New file.
16421 * gdb.compile/compile-print.exp: New file.
16422
16423 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16424
16425 * gdb.compile/compile-ops.exp: Cast param to void.
16426 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16427 (compile code struct_object.selffield = &struct_object): Add xfail.
16428
16429 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16430
16431 * gdb.ada/arr_enum_with_gap: New testcase.
16432
16433 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16434
16435 * gdb.ada/byte_packed_arr: New testcase.
16436
16437 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16438
16439 * gdb.ada/pckd_neg: New testcase.
16440
16441 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16442
16443 PR gdb/17820
16444 * gdb.base/gdbinit-history.exp: New test.
16445 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16446 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16447
16448 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16449
16450 * gdb.python/py-xmethods.cc: Enhance test case.
16451 * gdb.python/py-xmethods.exp: New tests.
16452 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16453 function.
16454 (B_indexoper): Likewise.
16455 (global_dm_list) : Add new xmethod worker functions.
16456
16457 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16458
16459 * gdb.base/coredump-filter.exp: Correctly unset
16460 "coredump_var_addr" array.
16461
16462 2015-05-08 Pedro Alves <palves@redhat.com>
16463
16464 * gdb.server/non-existing-program.exp: Unset spawn_id.
16465
16466 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16467
16468 PR python/18291
16469 * gdb.python/py-xmethods.exp: Add tests.
16470
16471 2015-05-08 Yao Qi <yao.qi@linaro.org>
16472
16473 PR gdb/18208
16474 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16475 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16476 function set_coredump_filter, and remove remote_exec call.
16477 Remove argument ipid. Callers update.
16478 (top level): Don't get inferior's PID.
16479
16480 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16481
16482 * gdb.base/watch_thread_num.exp: Skip test on targets without
16483 access watchpoints.
16484
16485 2015-05-06 Pedro Alves <palves@redhat.com>
16486
16487 PR server/18081
16488 * gdb.server/non-existing-program.exp: New file.
16489
16490 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16491
16492 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16493
16494 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.ada/out_of_line_in_inlined: New testcase.
16497
16498 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16499
16500 * gdb.ada/var_rec_arr: New testcase.
16501
16502 2015-04-30 Yao Qi <yao.qi@linaro.org>
16503
16504 * gdb.base/break-idempotent.exp: If
16505 skip_hw_watchpoint_multi_tests returns true, skip the tests
16506 on "rwatch" and "awatch".
16507
16508 2015-04-30 Yao Qi <yao.qi@linaro.org>
16509
16510 * gdb.base/relativedebug.exp: Invoke gdb command
16511 "info sharedlibrary", and if libc.so doesn't have debug info,
16512 skip the test.
16513
16514 2015-04-29 Doug Evans <dje@google.com>
16515
16516 * gdb.python/py-xmethods.exp: Add ptype tests.
16517 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16518 get_result_type method.
16519
16520 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16521
16522 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16523 the target does not support hardware watchpoints.
16524
16525 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16526
16527 * gdb.base/break-always.exp: Abort testing if writing to memory
16528 causes an error.
16529
16530 2015-04-28 Doug Evans <dje@google.com>
16531
16532 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16533 * gdb.python/py-pp-registration.exp: ... here. New file.
16534 * gdb.python/py-pp-registration.c: New file.
16535 * gdb.python/py-pp-registration.py: New file.
16536
16537 2015-04-28 Doug Evans <dje@google.com>
16538
16539 * gdb.python/py-bad-printers.c: New file.
16540 * gdb.python/py-bad-printers.py: New file.
16541 * gdb.python/py-bad-printers.exp: New file.
16542
16543 2015-04-28 Sasha Smundak <asmundak@google.com>
16544
16545 * gdb.python/py-type.exp: New test.
16546
16547 2015-04-28 Andy Wingo <wingo@igalia.com>
16548
16549 * gdb.python/py-parameter.exp:
16550 * gdb.guile/scm-parameter.exp: Escape the path that we are
16551 matching against, as it might contain characters that are special
16552 to regular expressions.
16553
16554 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16555
16556 * gdb.ada/rec_comp: New testcase.
16557
16558 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16559
16560 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16561 before using it.
16562
16563 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16564
16565 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16566 new tests for verilog output.
16567
16568 2015-04-24 Yao Qi <yao.qi@linaro.org>
16569
16570 * boards/remote-gdbserver-on-localhost.exp: New file.
16571
16572 2015-04-23 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16575 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16576 "end of file", remove $inferior_spawn_id from the indirect list.
16577
16578 2015-04-23 Pedro Alves <palves@redhat.com>
16579
16580 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16581
16582 2015-04-23 Pedro Alves <palves@redhat.com>
16583
16584 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16585 on $any_spawn_id instead of only on $gdb_spawn_id.
16586
16587 2015-04-21 Pierre Muller <muller@sourceware.org>
16588
16589 PR pascal/17815
16590 * lib/pascal.exp (gpc_compile): Add new option "class".
16591 (fpc_compile): Likewise.
16592 * gdb.pascal/case-insensitive-symbols.pas: New file.
16593 * gdb.pascal/case-insensitive-symbols.exp: New file.
16594
16595 2015-04-20 Gary Benson <gbenson@redhat.com>
16596
16597 * gdb.base/attach.exp: Fix three extended remote failures.
16598
16599 2015-04-17 Gary Benson <gbenson@redhat.com>
16600
16601 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16602 the main executable over the remote protocol.
16603
16604 2015-04-16 Pedro Alves <palves@redhat.com>
16605
16606 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16607 a new gdbserver if gdbserver_reconnect_p is set.
16608
16609 2015-04-16 Pedro Alves <palves@redhat.com>
16610
16611 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16612 is set, don't exit gdbserver.
16613
16614 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16615
16616 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16617 appropriate .insn, such that an older assembler can be used.
16618 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16619 the z/Architecture instruction set on 31-bit targets as well.
16620
16621 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16622
16623 * gdb.go/handcall.exp: Remove all logic related to the first
16624 breakpoint and rely on go_runto_main instead.
16625 * gdb.go/strings.exp: Likewise.
16626 * gdb.go/unsafe.exp: Likewise.
16627 * gdb.go/hello.exp: Likewise. Also rename the remaining
16628 breakpoint marker to "breakpoint 1".
16629 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16630 * gdb.go/strings.go: Likewise.
16631 * gdb.go/unsafe.go: Likewise.
16632 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16633 "set breakpoint 2 here" and rename the remaining breakpoint marker
16634 to "breakpoint 1".
16635
16636 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16637
16638 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16639 if itertools.imap is not present.
16640 * gdb.python/py-objfile.exp: Add parentheses.
16641 * gdb.python/py-type.exp: Same.
16642 * gdb.python/py-unwind-maint.py: Same.
16643
16644 2015-04-15 Yao Qi <yao.qi@linaro.org>
16645
16646 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16647 of ":$ptr_size" and set its form explicitly.
16648
16649 2015-04-15 Pedro Alves <palves@redhat.com>
16650 Yao Qi <yao.qi@linaro.org>
16651
16652 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16653 timeout by factor of 4.
16654 (test_regular_watch): Likewise.
16655 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16656 * gdb.reverse/sigall-reverse.exp: Likewise.
16657 * gdb.reverse/until-precsave.exp: Likewise.
16658 * lib/gdb.exp (with_timeout_factor): New proc.
16659 (gdb_expect): Move some code to ...
16660 (get_largest_timeout): ... here. New procedure.
16661
16662 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16663
16664 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16665
16666 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16667
16668 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16669 to write to the .text section.
16670
16671 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16672
16673 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16674 Handle the case of targets that do not provide PID information.
16675
16676 2015-04-13 Yao Qi <yao.qi@linaro.org>
16677
16678 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16679 and use expect instead of gdb_expect.
16680
16681 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16682
16683 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16684 "coredump_var_addr" to avoid naming conflict with other testcases.
16685
16686 2015-04-10 Pedro Alves <palves@redhat.com>
16687
16688 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16689 gdb_test_sequence and gdb_assert.
16690
16691 2015-04-10 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16694 test messages that don't include the breakpoint address.
16695
16696 2015-04-10 Yao Qi <yao.qi@linaro.org>
16697
16698 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16699 false for some offset and width combinations which aren't
16700 supported by linux kernel.
16701
16702 2015-04-10 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16705 procedure, factored out from ...
16706 (top level): ... here. Add "set displaced-stepping" testing axis.
16707 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16708 parameter "displaced". Use it.
16709 (top level): Use foreach and add "set displaced-stepping" testing
16710 axis.
16711
16712 2015-04-10 Pedro Alves <palves@redhat.com>
16713
16714 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16715 Remove comment.
16716 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16717 both the address of the instruction that triggers the watchpoint
16718 and the address of the instruction immediately after, and use
16719 those addresses for the test. Fix comment.
16720
16721 2015-04-10 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.base/sigstep.exp (breakpoint_to_handler)
16724 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16725 Test "backtrace" in handler.
16726 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16727 (top level): Add new "displaced" test axis to
16728 breakpoint_to_handler, breakpoint_to_handler_entry and
16729 breakpoint_over_handler.
16730
16731 2015-04-10 Pedro Alves <palves@redhat.com>
16732
16733 PR gdb/18216
16734 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16735
16736 2015-04-10 Yao Qi <yao.qi@linaro.org>
16737
16738 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16739 (test_add_rn_pc): New function.
16740 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16741 (top level): Invoke test_add_rn_pc.
16742
16743 2015-04-10 Pedro Alves <palves@redhat.com>
16744
16745 PR gdb/13858
16746 * gdb.base/step-over-no-symbols.exp: New file.
16747
16748 2015-04-09 Andy Wingo <wingo@igalia.com>
16749
16750 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16751 after the Python tests.
16752
16753 2015-04-08 Keith Seitz <keiths@redhat.com>
16754
16755 PR python/16699
16756 * gdb.python/py-completion.exp: New tests for completion.
16757 * gdb.python/py-completion.py (CompleteLimit1): New class.
16758 (CompleteLimit2): Likewise.
16759 (CompleteLimit3): Likewise.
16760 (CompleteLimit4): Likewise.
16761 (CompleteLimit5): Likewise.
16762 (CompleteLimit6): Likewise.
16763 (CompleteLimit7): Likewise.
16764
16765 2015-04-08 Pedro Alves <palves@redhat.com>
16766
16767 PR gdb/18214
16768 PR gdb/18216
16769 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16770 function.
16771 (main): Install it as SIGUSR1 handler.
16772 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16773 parameter. Always use "setup" as prefix. Toggle "set
16774 displaced-stepping" off/on depending on global. Don't switch to
16775 thread 1 here.
16776 (top level): Add displaced stepping "off/on" test axis. Update
16777 "setup" calls. Wrap each subtest with with_test_prefix. Test
16778 continuing with a queued signal in each thread.
16779
16780 2015-04-08 Pedro Alves <palves@redhat.com>
16781
16782 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16783 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16784 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16785 Return early if running to main fails.
16786 * gdb.trace/while-stepping.exp: Likewise.
16787
16788 2015-04-07 Pedro Alves <palves@redhat.com>
16789
16790 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16791 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16792 interact with inferior program.
16793
16794 2015-04-07 Pedro Alves <palves@redhat.com>
16795
16796 * lib/gdb.exp (inferior_spawn_id): New global.
16797 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16798 spawn id after processing the user code.
16799 (default_gdb_start): Set inferior_spawn_id.
16800 (send_inferior): New procedure.
16801 * lib/gdbserver-support.exp (gdbserver_start): Set
16802 inferior_spawn_id.
16803 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16804
16805 2015-04-07 Pedro Alves <palves@redhat.com>
16806
16807 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16808 * lib/gdbserver-support.exp (gdbserver_start): Make
16809 $server_spawn_id global.
16810 (gdbserver_start): Don't wait for gdbserver's spawn id with
16811 expect_background.
16812 (close_gdbserver): New procedure.
16813 (gdb_exit): Rename the default version and reimplement.
16814
16815 2015-04-07 Pedro Alves <palves@redhat.com>
16816
16817 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16818 append the substituted item, not the original item.
16819
16820 2015-04-07 Pedro Alves <palves@redhat.com>
16821
16822 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16823 gdb_expect.
16824
16825 2015-04-07 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16828 output appearing once only.
16829
16830 2015-04-07 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16833 that doesn't expect anything. Return early if running to main
16834 fails.
16835
16836 2015-04-07 Yao Qi <yao.qi@linaro.org>
16837
16838 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16839 (child_function): Call alarm.
16840 (main): Move call to alarm into the loop.
16841 * gdb.threads/non-stop-fair-events.exp: Build program with
16842 -DTIMEOUT=$timeout.
16843
16844 2015-04-06 Doug Evans <xdje42@gmail.com>
16845
16846 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16847 Fix dest parameter to board_info.
16848 (fpc_compile): Ditto.
16849 (gdb_compile_pascal): Rename dest arg to destfile.
16850
16851 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16852
16853 * gdb.ada/funcall_ref.exp: New file.
16854 * gdb.ada/funcall_ref/foo.adb: New file.
16855
16856 2015-04-02 Yao Qi <yao.qi@linaro.org>
16857
16858 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16859 is remote.
16860
16861 2015-04-02 Gary Benson <gbenson@redhat.com>
16862
16863 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16864
16865 2015-04-01 Sasha Smundak <asmundak@google.com>
16866
16867 * gdb.python/py-unwind-maint.c: New file.
16868 * gdb.python/py-unwind-maint.exp: New test.
16869 * gdb.python/py-unwind-maint.py: New file.
16870 * gdb.python/py-unwind.c: New file.
16871 * gdb.python/py-unwind.exp: New test.
16872 * gdb.python/py-unwind.py: New test.
16873
16874 2015-04-01 Pedro Alves <palves@redhat.com>
16875
16876 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16877 to fail instead of non-existent $test.
16878
16879 2015-04-01 Pedro Alves <palves@redhat.com>
16880
16881 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16882 GDBFLAGS if not empty.
16883
16884 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16885
16886 * gdb.ada/complete.exp: Remove "multi_line".
16887 * gdb.ada/info_exc.exp: Remove "multi_line".
16888 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16889 * gdb.ada/ptype_field.exp: Remove "multi_line".
16890 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16891 * gdb.ada/tagged.exp: Remove "multi_line".
16892 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16893 [multi_line ...]
16894 * gdb.btrace/delta.exp: Likewise.
16895 * gdb.btrace/exception.exp: Likewise.
16896 * gdb.btrace/function_call_history.exp: Likewise.
16897 * gdb.btrace/instruction_history.exp: Likewise.
16898 * gdb.btrace/nohist.exp: Likewise.
16899 * gdb.btrace/record_goto.exp: Likewise.
16900 * gdb.btrace/segv.exp: Likewise.
16901 * gdb.btrace/stepi.exp: Likewise.
16902 * gdb.btrace/tailcall.exp: Likewise.
16903 * gdb.btrace/unknown_functions.exp: Likewise.
16904 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16905 * lib/gdb.exp: Add the "multi_line" helper.
16906
16907 2015-04-01 Pedro Alves <palves@redhat.com>
16908
16909 * gdb.threads/tid-reuse.c: New file.
16910 * gdb.threads/tid-reuse.exp: New file.
16911
16912 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16913
16914 PR corefiles/16092
16915 * gdb.base/coredump-filter.c: New file.
16916 * gdb.base/coredump-filter.exp: Likewise.
16917
16918 2015-03-27 Petr Machata <pmachata@redhat.com>
16919
16920 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16921 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16922 (Dwarf::assemble): Initialize them.
16923 (Dwarf::lines): New function.
16924
16925 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16926
16927 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16928 SYMBOL_PREFIX for x86_64-*-cygwin.
16929
16930 2015-03-26 Andy Wingo <wingo@igalia.com>
16931
16932 PR symtab/18148
16933 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16934 const_value but not a location.
16935 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16936 location defined in non-main CUs are visible.
16937
16938 2015-03-26 Yao Qi <yao.qi@linaro.org>
16939
16940 PR testsuite/18139
16941 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16942 Add a line number entry for the same line.
16943 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16944 Add a line number entry for the same line.
16945
16946 2015-03-26 Yao Qi <yao.qi@linaro.org>
16947
16948 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16949 .int 0.
16950 (func): Likewise. Add .Lfunc_1 label.
16951 Use .Lfunc_1 label.
16952 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16953 .int 0.
16954 (func): Likewise.
16955 Use .Lfunc_1 label.
16956
16957 2015-03-26 Yao Qi <yao.qi@linaro.org>
16958
16959 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16960 Call gdb_compile instead to compile each .s files without debug
16961 information.
16962
16963 2015-03-26 Yao Qi <yao.qi@linaro.org>
16964
16965 * gdb.base/savedregs.exp (process_saved_regs): Make
16966 "Saved registers:" optional in the pattern.
16967
16968 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16969
16970 * gdb.btrace/next.exp: Merged into step.exp.
16971 * gdb.btrace/finish.exp: Merged into step.exp.
16972 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16973 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16974 "record goto" and checking the exact replay position.
16975 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16976 check for "Recording format" in "info record" output.
16977 * gdb.btrace/record_goto.exp: Choose test file based on target.
16978 * gdb.btrace/x86-record_goto.S: Renamed into ...
16979 * gdb.btrace/x86_64-record_goto.S: ... this.
16980 * gdb.btrace/i686-record_goto.S: New.
16981 * gdb.btrace/x86-tailcall.S: Renamed into ...
16982 * gdb.btrace/x86_64-tailcall.S: ... this.
16983 * gdb.btrace/i686-tailcall.S: New.
16984 * gdb.btrace/x86-tailcall.c: Renamed into ...
16985 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16986 separate statements. Update test.
16987 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16988 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16989 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16990 * gdb.btrace/tailcall.exp: Choose test file based on target.
16991 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16992
16993 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16994
16995 * gdb.btrace/exception.exp: Increase BTS buffer size.
16996
16997 2015-03-24 Pedro Alves <palves@redhat.com>
16998
16999 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17000
17001 2015-03-24 Pedro Alves <palves@redhat.com>
17002
17003 * gdb.threads/schedlock.exp (test_step): No longer expect that
17004 "set scheduler-locking step" with "next" over a function call runs
17005 threads unlocked.
17006
17007 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17008
17009 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17010
17011 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17012
17013 PR breakpoints/16466
17014 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17015 * gdb.mi/mi-pending.c (thread_func): New function.
17016 (int main): Add threading support required.
17017 * gdb.mi/mi-pending.exp: Add tests for this issue.
17018 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17019 (pendfunc2): Remove stdio dependency.
17020 * gdb.mi/mi-pendshr2.c: New file.
17021
17022 2015-03-23 Keith Seitz <keiths@redhat.com>
17023
17024 * gdb.linespec/keywords.c: New file.
17025 * gdb.linespec/keywords.exp: New file.
17026
17027 2015-03-23 Keith Seitz <keiths@redhat.com>
17028
17029 PR gdb/18021
17030 * gdb.dwarf2/staticvirtual.exp: New test.
17031
17032 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17033
17034 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17035 * README: Remove HP-UX and gdb.hp.
17036 (configuration):
17037 * configure: Regenerate.
17038 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17039 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17040 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17041 gdb.hp/gdb.defects/Makefile.
17042 * gdb.hp/Makefile.in: File deleted.
17043 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17044 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17045 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17046 * gdb.hp/gdb.aCC/run.c: File deleted.
17047 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17048 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17049 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17050 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17051 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17052 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17053 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17054 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17055 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17056 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17057 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17058 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17059 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17060 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17061 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17062 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17063 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17064 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17065 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17066 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17067 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17068 * gdb.hp/gdb.compat/average.c: File deleted.
17069 * gdb.hp/gdb.compat/sum.c: File deleted.
17070 * gdb.hp/gdb.compat/xdb.c: File deleted.
17071 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17072 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17073 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17074 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17075 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17076 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17077 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17078 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17079 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17080 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17081 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17082 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17083 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17084 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17085 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17086 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17087 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17088 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17089 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17090 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17091 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17092 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17093 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17094 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17095 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17096 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17097 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17098 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17099 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17100 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17101 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17102 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17103 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17104 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17105 * gdb.hp/tools/odump: File deleted.
17106
17107 2015-03-19 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17110 (saw_thread_3): New globals.
17111 (top level): Increment them when an event for the corresponding
17112 thread is seen.
17113 (no thread starvation): New test.
17114
17115 2015-03-19 Pedro Alves <palves@redhat.com>
17116
17117 * gdb.threads/continue-pending-status.c: New file.
17118 * gdb.threads/continue-pending-status.exp: New file.
17119
17120 2015-03-18 Pedro Alves <palves@redhat.com>
17121
17122 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17123 Use gdb_is_target_remote instead of is_remote. Use
17124 gdb_test_multiple instead of gdb_expect. Exit early if
17125 gdb_test_multiple hits its internal matches. Tighten stepi tests
17126 expected output. Fail on exit with any signal, instead of just
17127 SIGILL.
17128
17129 2015-03-18 Yao Qi <yao.qi@linaro.org>
17130
17131 PR tdep/18107
17132 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17133 variable.
17134 * gdb.base/catch-syscall.exp: Don't skip it on
17135 aarch64*-*-linux* target. Remove elements in all_syscalls.
17136 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17137 target.
17138 (setup_all_syscalls): New proc.
17139
17140 2015-03-16 Yao Qi <yao.qi@linaro.org>
17141
17142 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17143 (top level): Skip tests if valid_addr_p returns false for
17144 $cmd1 or $cmd2.
17145
17146 2015-03-11 Andy Wingo <wingo@igalia.com>
17147
17148 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17149
17150 2015-03-11 Yao Qi <yao.qi@linaro.org>
17151
17152 * gdb.base/catch-syscall.exp: Fix typo in comments.
17153
17154 2015-03-11 Yao Qi <yao.qi@linaro.org>
17155
17156 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17157
17158 2015-03-09 Pedro Alves <palves@redhat.com>
17159
17160 * dg-extract-results.py: Delete.
17161
17162 2015-03-09 Pedro Alves <palves@redhat.com>
17163
17164 Merge dg-extract-results.sh from GCC upstream (r218843).
17165
17166 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17167 * dg-extract-results.sh: Use --text with grep to avoid issues with
17168 binary files. Fall back to cat -v, if that doesn't work.
17169
17170 2015-03-05 Pedro Alves <palves@redhat.com>
17171
17172 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17173
17174 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17175
17176 * lib/mi-support.exp (mi_expect_interrupt): Accept
17177 alternative event for when in all-stop mode.
17178
17179 2015-03-04 Pedro Alves <palves@redhat.com>
17180
17181 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17182
17183 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17184
17185 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17186
17187 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17188
17189 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17190 regexps for GDB's current line display, accept a hex address
17191 preceding the line number.
17192
17193 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17194
17195 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17196 the 'arch1' variable for "s390*-linux*" targets.
17197
17198 2015-03-04 Pedro Alves <palves@redhat.com>
17199
17200 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17201 (main): Pass missing retval argument to pthread_join call.
17202
17203 2015-03-02 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17206 (top level): Call do_test with non-stop as well.
17207
17208 2015-03-02 Pedro Alves <palves@redhat.com>
17209
17210 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17211 -1.
17212
17213 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17214
17215 * gdb.arch/s390-vregs.exp: New test.
17216 * gdb.arch/s390-vregs.S: New file.
17217
17218 2015-02-27 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17221 call to catch_command_errors.
17222 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17223 catch_command_errors.
17224
17225 2015-02-27 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17228 "true" for boolean result.
17229 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17230 prototype of main.
17231
17232 2015-02-27 Pedro Alves <palves@redhat.com>
17233
17234 * lib/unbuffer_output.c: New file.
17235 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17236 (main): Call gdb_unbuffer_output.
17237
17238 2015-02-27 Yao Qi <yao.qi@linaro.org>
17239
17240 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17241 target.
17242
17243 2015-02-26 Doug Evans <dje@google.com>
17244
17245 * gdb.cp/class2.cc (Dbase, D): New classes.
17246 (main): New local delta.
17247 * gdb.cp/class2.exp: Test printing delta.
17248 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17249 (dynbar): New global.
17250 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17251
17252 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17253
17254 * gdb.compile/compile-ifunc.c: New file.
17255 * gdb.compile/compile-ifunc.exp: New file.
17256
17257 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17258
17259 * gdb.base/structs.exp: Check for correct struct on finish.
17260
17261 2015-02-26 Yao Qi <yao.qi@linaro.org>
17262
17263 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17264 is zero.
17265
17266 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17267
17268 * gdb.arch/cordic.ko.bz2: New file.
17269 * gdb.arch/cordic.ko.debug.bz2: New file.
17270 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17271
17272 2015-02-25 Yao Qi <yao.qi@linaro.org>
17273
17274 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17275 aarch64*-*-* target.
17276
17277 2015-02-23 Pedro Alves <palves@redhat.com>
17278
17279 * lib/gdb.exp (delete_breakpoints): Rewrite using
17280 gdb_test_multiple.
17281
17282 2015-02-23 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.base/info-os.c: Include stdlib.h.
17285
17286 2015-02-22 Doug Evans <xdje42@gmail.com>
17287
17288 PR symtab/17855
17289 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17290 is read after symbols have been re-read.
17291 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17292 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17293
17294 2015-02-21 Doug Evans <dje@google.com>
17295
17296 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17297
17298 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17299
17300 PR corefiles/17808
17301 * gdb.arch/i386-biarch-core.core.bz2: New file.
17302 * gdb.arch/i386-biarch-core.exp: New file.
17303
17304 2015-02-21 Pedro Alves <palves@redhat.com>
17305
17306 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17307 runto_main fails.
17308
17309 2015-02-20 Pedro Alves <palves@redhat.com>
17310
17311 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17312 info probes.
17313
17314 2015-02-20 Pedro Alves <palves@redhat.com>
17315
17316 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17317
17318 2015-02-20 Pedro Alves <palves@redhat.com>
17319
17320 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17321 clean_restart before gdb_target_supports_trace.
17322
17323 2015-02-20 Pedro Alves <palves@redhat.com>
17324
17325 PR threads/18006
17326 * gdb.threads/clone-thread_db.c: New file.
17327 * gdb.threads/clone-thread_db.exp: New file.
17328
17329 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17330
17331 PR breakpoints/16812
17332 * gdb.base/catch-gdb-caused-signals.c: New file.
17333 * gdb.base/catch-gdb-caused-signals.exp: New file.
17334
17335 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17336
17337 * configure: Regenerated.
17338 * configure.ac: Use GDB_AC_TRANSFORM.
17339 * aclocal.m4: sinclude ../transform.m4.
17340
17341 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17342
17343 * lib/dtrace.exp: New file.
17344 * gdb.base/dtrace-probe.exp: Likewise.
17345 * gdb.base/dtrace-probe.d: Likewise.
17346 * gdb.base/dtrace-probe.c: Likewise.
17347 * lib/pdtrace.in: Likewise.
17348 * configure.ac: Output variables with the transformed names of
17349 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17350 * configure: Regenerated.
17351
17352 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17353
17354 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17355 expected message when trying to access $_probe_* convenience
17356 variables while not on a probe.
17357
17358 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17359
17360 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17361
17362 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17363
17364 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17365 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17366
17367 2015-02-10 Doug Evans <xdje42@gmail.com>
17368
17369 * lib/gdb.exp (gdb_load): Always return a result.
17370
17371 2015-02-10 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.threads/signal-sigtrap.c: New file.
17374 * gdb.threads/signal-sigtrap.exp: New file.
17375
17376 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17377
17378 * gdb.trace/no-attach-trace.c: New file.
17379 * gdb.trace/no-attach-trace.exp: New file.
17380
17381 2015-02-09 Mark Wielaard <mjw@redhat.com>
17382
17383 * gdb.dwarf2/atomic.c: New file.
17384 * gdb.dwarf2/atomic-type.exp: Likewise.
17385
17386 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17387
17388 * gdb.btrace/buffer-size.exp: Update "info record" output.
17389 * gdb.btrace/delta.exp: Update "info record" output.
17390 * gdb.btrace/enable.exp: Update "info record" output.
17391 * gdb.btrace/finish.exp: Update "info record" output.
17392 * gdb.btrace/instruction_history.exp: Update "info record" output.
17393 * gdb.btrace/next.exp: Update "info record" output.
17394 * gdb.btrace/nexti.exp: Update "info record" output.
17395 * gdb.btrace/step.exp: Update "info record" output.
17396 * gdb.btrace/stepi.exp: Update "info record" output.
17397 * gdb.btrace/nohist.exp: Update "info record" output.
17398
17399 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17400
17401 * gdb.btrace/buffer-size: New.
17402
17403 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17404
17405 * gdb.btrace/delta.exp: Update "info record" output.
17406 * gdb.btrace/enable.exp: Update "info record" output.
17407 * gdb.btrace/finish.exp: Update "info record" output.
17408 * gdb.btrace/instruction_history.exp: Update "info record" output.
17409 * gdb.btrace/next.exp: Update "info record" output.
17410 * gdb.btrace/nexti.exp: Update "info record" output.
17411 * gdb.btrace/step.exp: Update "info record" output.
17412 * gdb.btrace/stepi.exp: Update "info record" output.
17413 * gdb.btrace/nohist.exp: Update "info record" output.
17414
17415 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17416
17417 PR gdb/15678
17418 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17419
17420 2015-02-06 Pedro Alves <palves@redhat.com>
17421
17422 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17423 macro.
17424 (seconds_left, again): New globals.
17425 (main): Wait seconds_left in a 1-second sleep loop instead of
17426 sleeping 180 seconds. If 'again' is set, reset the seconds
17427 counter.
17428 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17429 'again' in the inferior before detaching. Print the seconds left.
17430 (options): New global.
17431 (top level): Build program with -DTIMEOUT=$timeout.
17432
17433 2015-02-06 Pedro Alves <palves@redhat.com>
17434
17435 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17436 determine how many seconds to pass to 'alarm'.
17437 * gdb.base/gdb-sigterm.exp (top level): Build program with
17438 -DTIMEOUT=$timeout.
17439 (do_test): Return success/failure indication. Add more verbose
17440 logging. Don't fail if 200 single steps are seen. Instead, fail
17441 when the test times out.
17442 (passes): New global.
17443 (top level): Break the testing loop if testing fails on any
17444 iteration. Use gdb_assert.
17445
17446 2015-02-04 Don Breazeal <donb@codesourcery.com>
17447
17448 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17449 and initialize them.
17450 (ipc_cleanup): New function.
17451 (main): Don't declare shmid, semid, and msqid. Add a call to
17452 atexit so that we call ipc_cleanup on exit.
17453
17454 2015-02-04 Pedro Alves <palves@redhat.com>
17455
17456 * boards/native-extended-gdbserver.exp: Remove any target variant
17457 specifications from the board name before clearing the isremote
17458 flag from board_info.
17459
17460 2015-01-31 Doug Evans <xdje42@gmail.com>
17461
17462 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17463
17464 2015-01-31 Gary Benson <gbenson@redhat.com>
17465
17466 * gdb.base/completion.exp: Disable completion limiting for
17467 existing tests. Add new tests to check completion limiting.
17468 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17469
17470 2015-01-31 Doug Evans <xdje42@gmail.com>
17471
17472 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17473
17474 2015-01-31 Doug Evans <xdje42@gmail.com>
17475
17476 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17477 entries. Duplicate file section script entries.
17478 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17479 inlined entries. Add test for safe-path rejection.
17480 * gdb.python/py-section-script.c: Add duplicate inlined section script
17481 entries. Duplicate file section script entries.
17482 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17483 inlined entries. Add test for safe-path rejection.
17484
17485 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17486
17487 * gdb.ada/disc_arr_bound: New testcase.
17488
17489 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17490
17491 * gdb.ada/mi_var_array: New testcase.
17492
17493 2015-01-27 Doug Evans <dje@google.com>
17494
17495 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17496 Add test for objfile.filename, objfile.username after objfile
17497 has been unloaded.
17498
17499 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17500
17501 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17502 the second test to print the name attribute of value
17503 returned by the call to gdb.lookup_type, and adjust
17504 the expected output accordingly.
17505
17506 2015-01-25 Mark Wielaard <mjw@redhat.com>
17507
17508 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17509 * gdb.base/disp-step-fork.c: Include unistd.h.
17510 * gdb.base/siginfo-obj.c: Include stdio.h.
17511 * gdb.base/siginfo-thread.c: Likewise.
17512 * gdb.mi/non-stop.c: Include unistd.h.
17513 * gdb.mi/nsthrexec.c: Include stdio.h.
17514 * gdb.mi/pthreads.c: Include unistd.h.
17515 * gdb.modula2/unbounded1.c (main): Declare returns int.
17516 * gdb.reverse/consecutive-reverse.c: Likewise.
17517 * gdb.threads/create-fail.c: Include unistd.h.
17518 * gdb.threads/killed.c: Likewise.
17519 * gdb.threads/linux-dp.c: Likewise.
17520 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17521 * gdb.threads/non-ldr-exc-2.c: Likewise.
17522 * gdb.threads/non-ldr-exc-3.c: Likewise.
17523 * gdb.threads/non-ldr-exc-4.c: Likewise.
17524 * gdb.threads/pthreads.c: Include unistd.h.
17525 (main): Declare returns int.
17526 * gdb.threads/tls-main.c (foo): New declaration.
17527 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17528
17529 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17530
17531 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17532 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17533
17534 2015-01-15 Mark Wielaard <mjw@redhat.com>
17535
17536 * gdb.base/noreturn-return.c: New file.
17537 * gdb.base/noreturn-return.exp: New file.
17538 * gdb.base/noreturn-finish.c: New file.
17539 * gdb.base/noreturn-finish.exp: New file.
17540
17541 2015-01-23 Pedro Alves <palves@redhat.com>
17542
17543 * gdb.threads/continue-pending-after-query.c: New file.
17544 * gdb.threads/continue-pending-after-query.exp: New file.
17545
17546 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17547 Simon Marchi <simon.marchi@ericsson.com>
17548
17549 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17550 * gdb.base/valgrind-db-attach.exp: Same.
17551 * gdb.base/valgrind-infcall.exp: Same.
17552 * lib/mi-support.exp (default_mi_gdb_start): Same.
17553 * lib/prompt.exp (default_prompt_gdb_start): Same.
17554 * lib/gdb.exp (default_gdb_spawn): Same.
17555 (gdb_interact): New.
17556
17557
17558 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17559
17560 * gdb.compile/compile.exp (pointer to jit function): New test.
17561
17562 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17563
17564 * lib/gdb.exp (supports_process_record): Return true for
17565 powerpc*-*-linux*.
17566 (supports_reverse): Likewise.
17567
17568 2015-01-15 Don Breazeal <donb@codesourcery.com>
17569
17570 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17571 instead of checking whether the target board is remote and
17572 use spawn_wait_for_attach instead of exec/sleep.
17573 * gdb.base/attach-twice.exp: Likewise.
17574
17575 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17576
17577 * gdb.ada/var_arr_attrs: New testcase.
17578
17579 2015-01-14 Pedro Alves <palves@redhat.com>
17580 Joel Brobecker <brobecker@adacore.com>
17581
17582 PR gdb/17525
17583 * gdb.base/bp-cmds-execution-x-script.c: New file.
17584 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17585 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17586
17587 2015-01-14 Pedro Alves <palves@redhat.com>
17588
17589 PR cli/17828
17590 * gdb.base/batch-preserve-term-settings.c: New file.
17591 * gdb.base/batch-preserve-term-settings.exp: New file.
17592
17593 2015-01-13 Doug Evans <dje@google.com>
17594
17595 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17596 binary.
17597
17598 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17599
17600 * Makefile.in (clean mostlyclean): Do not delete *.py.
17601
17602 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17603
17604 * gdb.python/py-lookup-type.exp: New file.
17605
17606 2015-01-12 Pedro Alves <palves@redhat.com>
17607
17608 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17609 restore GDBFLAGS before returning.
17610
17611 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17612
17613 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17614 is_amd64_regs_target and is_x86_like_target.
17615
17616 2015-01-11 Doug Evans <xdje42@gmail.com>
17617
17618 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17619 is given without an explicit form.
17620 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17621 attributes.
17622 * gdb.dwarf/corrupt.exp: Ditto.
17623 * gdb.dwarf2/enum-type.exp: Ditto.
17624 * gdb.trace/entry-values.exp: Ditto.
17625 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17626
17627 2015-01-11 Doug Evans <xdje42@gmail.com>
17628
17629 PR gdb/15830
17630 * gdb.base/maint.exp: Remove references to "maint demangle".
17631 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17632 Add tests for explicitly specifying language to demangle.
17633 * gdb.dlang/demangle.exp: Ditto.
17634
17635 2015-01-09 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.threads/non-stop-fair-events.c: New file.
17638 * gdb.threads/non-stop-fair-events.exp: New file.
17639
17640 2015-01-09 Pedro Alves <palves@redhat.com>
17641
17642 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17643 the global scope. Set a breakpoint after all threads are started
17644 rather than stepping over two source lines. Expect the prompt.
17645 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17646 global.
17647 (NUM): Now 15.
17648 (main): Use threads_started_barrier to wait for all threads to
17649 start. Main thread no longer calls thread_function. Exit after
17650 180 seconds.
17651 (loop): New function.
17652 (thread_function): Wait on threads_started_barrier barrier. Call
17653 'loop' at each iteration.
17654 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17655 threads have started, instead of hardcoding number of "next"
17656 steps. Use an access watchpoint instead of a write watchpoint.
17657
17658 2015-01-09 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17661 (thread_func): Wait on barrier.
17662 (main): Wait for all threads to start before stopping GDB.
17663 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17664 global.
17665 (thread1_func, thread2_func): Wait on barrier.
17666 (main): Wait for all threads to start before stopping GDB.
17667 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17668 New global.
17669 (thread1_func, thread2_func): Wait on barrier.
17670 (main): Wait for all threads to start before stopping GDB.
17671
17672 2015-01-09 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.threads/attach-many-short-lived-threads.c: New file.
17675 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17676
17677 2014-01-09 Pedro Alves <palves@redhat.com>
17678
17679 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17680 instead of to thread 2.
17681 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17682 Add barrier around each pthread_create call instead of around all
17683 calls.
17684 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17685 Set a break on thread_function and have the child threads hit it
17686 one at at a time.
17687
17688 2015-01-09 Pedro Alves <palves@redhat.com>
17689
17690 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17691 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17692 false.
17693 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17694 checking whether the target board is remote.
17695 * gdb.multi/multi-attach.exp: Likewise.
17696 * gdb.python/py-sync-interp.exp: Likewise.
17697 * gdb.server/ext-attach.exp: Likewise.
17698 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17699 tests that need to attach, instead of checking whether the target
17700 board is remote at the top of the file.
17701
17702 2015-01-08 Yao Qi <yao@codesourcery.com>
17703
17704 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17705
17706 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17707
17708 Fix testcase compilation.
17709 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17710
17711 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17712
17713 * gdb.python/py-type.exp: Add a couple test about empty
17714 array creation, and negative-length array creation.
17715
17716 2015-01-02 Doug Evans <xdje42@gmail.com>
17717
17718 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17719
17720 2015-01-02 Doug Evans <dje@google.com>
17721
17722 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17723
17724 2014-12-29 Yao Qi <yao@codesourcery.com>
17725
17726 * gdb.trace/entry-values.exp: Update comments. Rename variable
17727 bar_call_foo to returned_from_foo.
17728
17729 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17730
17731 PR gdb/17394
17732 * gdb.linespec/break-asm-file.c: New file.
17733 * gdb.linespec/break-asm-file.exp: New file.
17734 * gdb.linespec/break-asm-file0.s: New file.
17735 * gdb.linespec/break-asm-file1.s: New file.
17736
17737 2014-12-18 Nigel Stephens <nigel@mips.com>
17738 Maciej W. Rozycki <macro@codesourcery.com>
17739
17740 * gdb.base/float.exp: Handle the new output from "info float" on
17741 MIPS targets.
17742
17743 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17744
17745 Fix MinGW compilation.
17746 * gdb.compile/compile-ops.exp: Update untested message if
17747 !skip_compile_feature_tests.
17748 * gdb.compile/compile-setjmp.exp: Likewise.
17749 * gdb.compile/compile-tls.exp: Likewise.
17750 * gdb.compile/compile.exp: Likewise.
17751 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17752 supported on this host".
17753
17754 2014-12-16 Doug Evans <xdje42@gmail.com>
17755
17756 * boards/stabs.exp: New file.
17757
17758 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17759
17760 * gdb.base/completion.exp: Adjust to format changes of "maint
17761 print user-registers".
17762
17763 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17764
17765 PR server/17457
17766 * gdb.arch/aarch64-fp.c: New file.
17767 * gdb.arch/aarch64-fp.exp: New file.
17768
17769 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17770
17771 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17772 r210637, r210913, r211666, r215400, r215817).
17773
17774 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17775 * dg-extract-results.py: New file.
17776 * dg-extract-results.sh: Use it if the environment seems
17777 suitable.
17778
17779 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17780
17781 * dg-extract-results.py (parse_run): Handle warnings that
17782 are printed before a test harness is run.
17783
17784 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17785
17786 * dg-extract-results.py (Named): Remove __cmp__ method.
17787 (output_variation): Use a key to sort variation.harnesses.
17788
17789 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17790
17791 * dg-extract-results.py: For Python 3, force sys.stdout to
17792 handle surrogate escape sequences.
17793 (safe_open): New function.
17794 (output_segment, main): Use it.
17795
17796 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17797
17798 * dg-extract-results.py (Prog.result_re): Include options
17799 in test name.
17800
17801 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17802
17803 * dg-extract-results.py (output_variation): Always sort if
17804 do_sum.
17805
17806 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17807
17808 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17809 as long as we get pagination notifications.
17810
17811 2014-12-15 Jason Merrill <jason@redhat.com>
17812
17813 * Makefile.in (check-gdb.%): Restore.
17814 * README: Mention it.
17815
17816 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17817
17818 * gdb.ada/str_uninit: New testcase.
17819
17820 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17821
17822 PR symtab/17642
17823 * gdb.base/vla-stub-define.c: New file.
17824 * gdb.base/vla-stub.c: New file.
17825 * gdb.base/vla-stub.exp: New file.
17826
17827 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17828 Jan Kratochvil <jan.kratochvil@redhat.com>
17829 Tom Tromey <tromey@redhat.com>
17830
17831 * configure.ac: Add gdb.compile/.
17832 * configure: Regenerate.
17833 * gdb.compile/Makefile.in: New file.
17834 * gdb.compile/compile-ops.exp: New file.
17835 * gdb.compile/compile-ops.c: New file.
17836 * gdb.compile/compile-tls.c: New file.
17837 * gdb.compile/compile-tls.exp: New file.
17838 * gdb.compile/compile-constvar.S: New file.
17839 * gdb.compile/compile-constvar.c: New file.
17840 * gdb.compile/compile-mod.c: New file.
17841 * gdb.compile/compile-nodebug.c: New file.
17842 * gdb.compile/compile-setjmp-mod.c: New file.
17843 * gdb.compile/compile-setjmp.c: New file.
17844 * gdb.compile/compile-setjmp.exp: New file.
17845 * gdb.compile/compile-shlib.c: New file.
17846 * gdb.compile/compile.c: New file.
17847 * gdb.compile/compile.exp: New file.
17848 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17849
17850 2014-12-12 Tom Tromey <tromey@redhat.com>
17851
17852 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17853 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17854
17855 2014-12-12 Doug Evans <dje@google.com>
17856
17857 * lib/gdb-python.exp (get_python_valueof): New function.
17858 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17859
17860 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17861
17862 * gdb.base/completion.exp: Add test for completion of "info
17863 registers ".
17864
17865 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17866
17867 * gdb.base/func-ptrs.c: New file.
17868 * gdb.base/func-ptrs.exp: New file.
17869
17870 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17871
17872 PR breakpoints/17012
17873 * gdb.base/dprintf-detach.c: New file.
17874 * gdb.base/dprintf-detach.exp: New file.
17875
17876 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17877
17878 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17879 * lib/gdb.exp (target_is_gdbserver): New procedure.
17880
17881 2014-12-08 Doug Evans <dje@google.com>
17882
17883 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17884
17885 2014-12-05 Yao Qi <yao@codesourcery.com>
17886
17887 * gdb.guile/scm-error.exp: Remove the third argument to
17888 gdb_remote_download.
17889 * gdb.guile/scm-frame-args.exp: Likewise.
17890 * gdb.guile/scm-section-script.exp: Likewise.
17891
17892 2014-12-05 Yao Qi <yao@codesourcery.com>
17893
17894 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17895
17896 2014-12-04 Doug Evans <dje@google.com>
17897
17898 * gdb.python/py-objfile.exp: Add tests for
17899 objfile.add_separate_debug_file.
17900
17901 2014-12-04 Doug Evans <dje@google.com>
17902
17903 * lib/gdb.exp (get_build_id): New function.
17904 (build_id_debug_filename_get): Rewrite to use it.
17905 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17906
17907 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17908
17909 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17910 `method(long)', not just 0x0.
17911 * gdb.cp/nsalias.exp: Align code labels to 4.
17912 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17913 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17914 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17915 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17916 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17917 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17918
17919 2014-12-02 Doug Evans <dje@google.com>
17920
17921 PR symtab/17602
17922 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17923 * gdb.cp/anon-ns2.cc: ... here. New file.
17924 * gdb.cp/anon-ns.exp: Update.
17925
17926 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17927
17928 * gdb.python/py-events.py (inferior_call_handler): New.
17929 (register_changed_handler, memory_changed_handler): New.
17930 (test_events.invoke): Register new handlers.
17931 * gdb.python/py-events.exp: Add tests for inferior call,
17932 memory_changed and register_changed events.
17933
17934 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17935
17936 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17937 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17938 if the linker doesn't understand this.
17939
17940 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17941
17942 * gdb.python/python.exp: Change expected reply to help().
17943
17944 2014-12-01 Yao Qi <yao@codesourcery.com>
17945
17946 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17947 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17948 * configure: Re-generated.
17949
17950 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17951
17952 * gdb.cp/chained-calls.cc: New file.
17953 * gdb.cp/chained-calls.exp: New file.
17954 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17955
17956 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17957
17958 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17959 * gdb.dwarf2/symtab-producer.exp: Same.
17960 * gdb.gdb/python-interrupts.exp: Same.
17961 * gdb.gdb/python-selftest.exp: Same.
17962 * gdb.python/py-linetable.exp: Same.
17963 * gdb.python/py-type.exp: Same.
17964 * gdb.python/py-value-cc.exp: Same.
17965 * gdb.python/py-value.exp: Same.
17966
17967 2014-11-28 Yao Qi <yao@codesourcery.com>
17968
17969 * gdb.base/break-probes.exp: Match library name prefixed with
17970 sysroot.
17971
17972 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17973
17974 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17975 test expected output. Add parentheses for the call to print.
17976 Remove L suffix from integers.
17977
17978 2014-11-26 Doug Evans <dje@google.com>
17979
17980 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17981
17982 2014-11-22 Yao Qi <yao@codesourcery.com>
17983
17984 * gdb.trace/entry-values.c: Remove asms.
17985 (foo): Add foo_label.
17986 (bar): Add bar_label.
17987 * gdb.trace/entry-values.exp: Remove code computing foo's
17988 length and bar's length.
17989 (Dwarf::assemble): Invoke function_range for bar and use
17990 MACRO_AT_func for foo.
17991
17992 2014-11-22 Yao Qi <yao@codesourcery.com>
17993
17994 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17995 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17996 Use .Lgcc43_procstart instead of gcc43.
17997
17998 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17999
18000 * gdb.ada/n_arr_bound: New testcase.
18001
18002 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18003
18004 PR breakpoints/10737
18005 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18006 test_catch_syscall_multi_arch.
18007 (test_catch_syscall_multi_arch): New function.
18008
18009 2014-11-20 Doug Evans <xdje42@gmail.com>
18010
18011 * gdb.base/maint.exp: Update expected output.
18012
18013 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18014
18015 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18016 4-byte instruction on S390.
18017
18018 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18019
18020 * gdb.ada/arr_arr: New testcase.
18021
18022 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18023
18024 * gdb.ada/pkd_arr_elem: New Testcase.
18025
18026 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18027
18028 * gdb.reverse/break-precsave: Expect completion message for
18029 core file reads.
18030 * gdb.reverse/consecutive-precsave.exp: Likewise.
18031 * gdb.reverse/finish-precsave.exp: Likewise.
18032 * gdb.reverse/i386-precsave.exp: Likewise.
18033 * gdb.reverse/machinestate-precsave.exp: Likewise.
18034 * gdb.reverse/sigall-precsave.exp: Likewise.
18035 * gdb.reverse/solib-precsave.exp: Likewise.
18036 * gdb.reverse/step-precsave.exp: Likewise.
18037 * gdb.reverse/until-precsave.exp: Likewise.
18038 * gdb.reverse/watch-precsave.exp: Likewise.
18039
18040 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18041
18042 * gdb.base/bp-permanent.c: Include unistd.h.
18043 * gdb.python/py-framefilter-mi.c (main): Add return type.
18044 * gdb.python/py-framefilter.c (main): Likewise.
18045 * gdb.trace/actions-changed.c (main): Likewise.
18046
18047 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18048
18049 * gdb.mi/until.c: Add eye-catchers.
18050 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18051 line numbers.
18052
18053 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18054
18055 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18056 function header variants in break1.c.
18057 * gdb.base/ena-dis-br.exp: Likewise.
18058 * gdb.base/hbreak2.exp: Likewise.
18059 * gdb.reverse/until-precsave.exp: Drop references to removed
18060 non-prototype function header variants in ur1.c.
18061 * gdb.reverse/until-reverse.exp: Likewise.
18062
18063 2014-11-17 Petr Machata <pmachata@redhat.com>
18064
18065 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18066 ${_cu_offset_size} bytes abbrev offset.
18067
18068 2014-11-15 Doug Evans <xdje42@gmail.com>
18069
18070 PR symtab/17559
18071 * gdb.base/line-symtabs.exp: New file.
18072 * gdb.base/line-symtabs.c: New file.
18073 * gdb.base/line-symtabs.h: New file.
18074
18075 2014-11-14 Yao Qi <yao@codesourcery.com>
18076
18077 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18078 (func): Add label func_label.
18079 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18080 Replace low_pc and high_pc with MACRO_AT_range.
18081 Replace name, low_pc and high_pc with MACRO_AT_func.
18082
18083 2014-11-14 Yao Qi <yao@codesourcery.com>
18084
18085 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18086 Replace name, low_pc and high_pc with MACRO_AT_func.
18087
18088 2014-11-14 Yao Qi <yao@codesourcery.com>
18089
18090 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18091 produce debug information.
18092 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18093
18094 2014-11-14 Yao Qi <yao@codesourcery.com>
18095
18096 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18097 object and get function length.
18098 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18099 with MACRO_AT_func.
18100 (top-level): Replace gdb_compile and clean_restart with
18101 prepare_for_testing.
18102 * gdb.dwarf2/main.c (main): Add label main_label.
18103
18104 2014-11-14 Yao Qi <yao@codesourcery.com>
18105
18106 * lib/dwarf.exp (function_range): New procedure.
18107 (Dwarf::_handle_macro_at_func): New procedure.
18108 (Dwarf::_handle_macro_at_range): New procedure.
18109 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18110
18111 2014-11-14 Yao Qi <yao@codesourcery.com>
18112
18113 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18114 (_handle_attribute): New procedure.
18115
18116 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18117
18118 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18119 * gdb.base/call-sc.c (zed): Likewise.
18120 * gdb.base/checkpoint.c (main): Likewise.
18121 * gdb.base/dump.c (main): Likewise.
18122 * gdb.base/gcore.c (main): Likewise.
18123 * gdb.base/huge.c (main): Likewise.
18124 * gdb.base/multi-forks.c (main): Likewise.
18125 * gdb.base/pr10179-a.c (main): Likewise.
18126 * gdb.base/savedregs.c (main): Likewise.
18127 * gdb.base/sigaltstack.c (main): Likewise.
18128 * gdb.base/siginfo.c (main): Likewise.
18129 * gdb.base/structs.c (zed): Likewise.
18130 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18131 * gdb.mi/mi-syn-frame.c (main): Likewise.
18132 * gdb.mi/until.c (foo, main): Likewise.
18133 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18134 * gdb.base/solib-weak.c (foo): Declare.
18135 * gdb.base/attach-twice.c: Include stdio.h.
18136 * gdb.base/weaklib1.c: Likewise.
18137 * gdb.base/weaklib2.c: Likewise.
18138 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18139 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18140 unistd.h.
18141 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18142 * gdb.mi/mi-exit-code.c: Likewise.
18143 * gdb.base/break-interp-lib.c: Include string.h.
18144 * gdb.base/coremaker.c: Likewise.
18145 * gdb.base/testenv.c: Likewise.
18146 * gdb.python/py-finish-breakpoint.c: Likewise.
18147 * gdb.base/inferior-died.c: Include sys/wait.h.
18148 * gdb.base/fileio.c: Include time.h.
18149 * gdb.base/async-shell.c: Include unistd.h.
18150 * gdb.base/dprintf-non-stop.c: Likewise.
18151 * gdb.base/info-os.c: Likewise.
18152 * gdb.mi/mi-console.c: Likewise.
18153 * gdb.mi/watch-nonstop.c: Likewise.
18154 * gdb.python/py-events.c: Likewise.
18155 * gdb.base/async.c (baz): Move up before its invocation.
18156 * gdb.base/code_elim2.c (my_global_func): Likewise.
18157 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18158 * gdb.base/advance.c (func2): Likewise.
18159
18160 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18161
18162 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18163 variant.
18164 * gdb.base/annota3.c: Likewise.
18165 * gdb.base/async.c: Likewise.
18166 * gdb.base/average.c: Likewise.
18167 * gdb.base/call-ar-st.c: Likewise.
18168 * gdb.base/call-rt-st.c: Likewise.
18169 * gdb.base/call-sc.c: Likewise.
18170 * gdb.base/call-strs.c: Likewise.
18171 * gdb.base/ending-run.c: Likewise.
18172 * gdb.base/execd-prog.c: Likewise.
18173 * gdb.base/exprs.c: Likewise.
18174 * gdb.base/foll-exec.c: Likewise.
18175 * gdb.base/foll-fork.c: Likewise.
18176 * gdb.base/foll-vfork.c: Likewise.
18177 * gdb.base/funcargs.c: Likewise.
18178 * gdb.base/gcore.c: Likewise.
18179 * gdb.base/jump.c: Likewise.
18180 * gdb.base/langs0.c: Likewise.
18181 * gdb.base/langs1.c: Likewise.
18182 * gdb.base/langs2.c: Likewise.
18183 * gdb.base/mips_pro.c: Likewise.
18184 * gdb.base/nodebug.c: Likewise.
18185 * gdb.base/opaque0.c: Likewise.
18186 * gdb.base/opaque1.c: Likewise.
18187 * gdb.base/recurse.c: Likewise.
18188 * gdb.base/run.c: Likewise.
18189 * gdb.base/scope0.c: Likewise.
18190 * gdb.base/scope1.c: Likewise.
18191 * gdb.base/setshow.c: Likewise.
18192 * gdb.base/setvar.c: Likewise.
18193 * gdb.base/shmain.c: Likewise.
18194 * gdb.base/shr1.c: Likewise.
18195 * gdb.base/shr2.c: Likewise.
18196 * gdb.base/sigall.c: Likewise.
18197 * gdb.base/signals.c: Likewise.
18198 * gdb.base/so-indr-cl.c: Likewise.
18199 * gdb.base/solib2.c: Likewise.
18200 * gdb.base/structs.c: Likewise.
18201 * gdb.base/sum.c: Likewise.
18202 * gdb.base/vforked-prog.c: Likewise.
18203 * gdb.base/watchpoint.c: Likewise.
18204 * gdb.reverse/shr2.c: Likewise.
18205 * gdb.reverse/until-reverse.c: Likewise.
18206 * gdb.reverse/ur1.c: Likewise.
18207 * gdb.reverse/watch-reverse.c: Likewise.
18208
18209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18210
18211 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18212 variant.
18213 * gdb.base/sepdebug.exp: Drop references to removed code.
18214
18215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18216
18217 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18218 variant. Preserve original line numbering.
18219 * gdb.base/list1.c: Likewise.
18220
18221 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18222
18223 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18224 variant.
18225 * gdb.base/break1.c: Likewise.
18226 * gdb.base/break.exp: Drop references to removed code.
18227
18228 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18229
18230 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18231 variant.
18232
18233 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18234
18235 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18236
18237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18238
18239 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18240 logic into perform_all_tests() and invoke it with and without
18241 function header prototypes.
18242 (do_function_calls): Remove conditional XFAIL for PR 5318.
18243 (rerun_and_prepare): Remove duplicate code.
18244 (perform_all_tests): New. Main logic moved here.
18245
18246 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18247
18248 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18249 code guarded by #ifdef NO_PROTOTYPES.
18250 (t_double_many_args): Likewise.
18251 (DEF_FUNC_MANY_ARGS_1): Likewise.
18252 (DEF_FUNC_VALUES_1): Likewise.
18253 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18254 guarded by #ifdef PROTOTYPES.
18255
18256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18257
18258 * gdb.mi/mi-console.c: Add eye-catcher.
18259 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18260 instead of literal line number.
18261
18262 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18263
18264 * gdb.base/shr2.c: Add eye-catcher.
18265 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18266 line number.
18267
18268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18269
18270 * gdb.base/jump.c: Add eye-catchers.
18271 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18272 numbers.
18273
18274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18275
18276 * gdb.base/execd-prog.c: Add eye-catchers.
18277 * gdb.base/foll-exec.c: Likewise.
18278 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18279 line numbers.
18280
18281 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18282
18283 * gdb.base/ending-run.c: Add eye-catchers.
18284 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18285 literal line numbers.
18286
18287 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18288
18289 * gdb.base/call-rt-st.c: Add eye-catchers.
18290 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18291 literal line numbers.
18292
18293 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18294
18295 * gdb.base/call-ar-st.c: Add eye-catchers.
18296 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18297 literal line numbers.
18298
18299 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18300
18301 * gdb.base/average.c: Add eye-catchers.
18302 * gdb.base/sum.c: Likewise.
18303 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18304 regexps dynamically.
18305
18306 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18307
18308 * gdb.base/solib1.c: Add eye-catchers.
18309 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18310 literal line numbers.
18311
18312 2014-11-12 Pedro Alves <palves@redhat.com>
18313
18314 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18315 leader has exited.
18316
18317 2014-11-12 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.arch/i386-bp_permanent.c: New file.
18320 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18321 (srcfile): Set to i386-bp_permanent.c.
18322 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18323 that stepi does not execute the 'leave' instruction, instead of
18324 testing it does execute.
18325 * gdb.base/bp-permanent.c: New file.
18326 * gdb.base/bp-permanent.exp: New file.
18327
18328 2014-11-10 Doug Evans <xdje42@gmail.com>
18329
18330 PR symtab/17564
18331 * gdb.base/symtab-search-order.exp: New file.
18332 * gdb.base/symtab-search-order.c: New file.
18333 * gdb.base/symtab-search-order-1.c: New file.
18334 * gdb.base/symtab-search-order-shlib-1.c: New file.
18335
18336 2014-11-07 Pedro Alves <palves@redhat.com>
18337
18338 PR gdb/17511
18339 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18340 i?86-*-linux*.
18341
18342 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18343
18344 PR c++/17494
18345 * gdb.cp/pr17494.cc: New file.
18346 * gdb.cp/pr17494.exp: New file.
18347
18348 2014-11-02 Yao Qi <yao@codesourcery.com>
18349
18350 * gdb.python/python.exp: Get working directory and match the
18351 output of "set extended-prompt \\w " with it.
18352
18353 2014-10-30 Doug Evans <dje@google.com>
18354
18355 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18356 in objfiles.
18357 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18358 in progspaces.
18359
18360 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18361
18362 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18363 * gdb.base/realname-expand.exp: Likewise.
18364 * gdb.linespec/macro-relative.exp: Likewise.
18365
18366 2014-10-29 Pedro Alves <palves@redhat.com>
18367
18368 PR gdb/17408
18369 * gdb.threads/schedlock.c (some_function): New function.
18370 (call_function): New global.
18371 (MAYBE_CALL_SOME_FUNCTION): New macro.
18372 (thread_function): Call it.
18373 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18374 and use it instead of a global counter. Adjust all callers.
18375 (get_current_thread): Use "find current thread" for test message
18376 here rather than having all callers pass down the same string.
18377 (goto_loop): New procedure, factored out from ...
18378 (my_continue): ... this.
18379 (step_ten_loops): Change parameter from test message to command to
18380 use. Adjust.
18381 (list_count): Delete global.
18382 (check_result): New procedure, factored out from duplicate top
18383 level code.
18384 (continue tests): Wrap in with_test_prefix.
18385 (test_step): New procedure, factored out from duplicate top level
18386 code.
18387 (top level): Test "step" in combination with all scheduler-locking
18388 modes. Test "next" in combination with all scheduler-locking
18389 modes, and in combination with stepping over a function call or
18390 not.
18391 * gdb.threads/next-bp-other-thread.c: New file.
18392 * gdb.threads/next-bp-other-thread.exp: New file.
18393
18394 2014-10-29 Pedro Alves <palves@redhat.com>
18395
18396 PR python/17372
18397 * gdb.python/python.exp: Test a multi-line command that spawns
18398 interactive Python.
18399 * gdb.base/multi-line-starts-subshell.exp: New file.
18400
18401 2014-10-29 Yao Qi <yao@codesourcery.com>
18402
18403 * gdb.base/fileio.exp: Make directories on host.
18404
18405 2014-10-29 Yao Qi <yao@codesourcery.com>
18406
18407 * gdb.base/fileio.c (test_write): Close the file.
18408
18409 2014-10-28 Pedro Alves <palves@redhat.com>
18410
18411 PR gdb/12623
18412 * gdb.base/sigstep.c (no_handler): New global.
18413 (main): If 'no_handler is true, set the signal handlers to
18414 SIG_IGN.
18415 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18416 with_sw_watch and no_handler parameters. Handle them.
18417 (top level) <stepping over handler when stopped at a breakpoint
18418 test>: Add a test axis for testing with a software watchpoint, and
18419 another for testing with the signal handler set to SIG_IGN.
18420 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18421 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18422
18423 2014-10-28 Pedro Alves <palves@redhat.com>
18424
18425 PR gdb/17511
18426 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18427 * gdb.base/sigstep.exp (other_handler_location): New global.
18428 (advance): Support stepping into the signal handler, and running
18429 commands while in the handler.
18430 (in_handler_map): New global.
18431 (top level): In the advance test, add combinations for getting
18432 into the handler with stepping commands, and for running commands
18433 in the handler. Add comment descripting the advancei tests.
18434
18435 2014-10-28 Pedro Alves <palves@redhat.com>
18436
18437 * gdb.base/sigstep.exp: Use build_executable instead of
18438 prepare_for_testing.
18439 (top level): Move code that starts GDB, runs to main and creates a
18440 display to ...
18441 (restart): ... this new procedure.
18442 (top level): Move backtrace from signal handler test to ...
18443 (validate_backtrace): ... this new procedure.
18444 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18445 with_test_prefix. Always restart GDB.
18446 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18447 with_test_prefix. Always restart GDB. No need to delete
18448 breakpoints after the test.
18449 (test_skip_handler): Remove prefix parameter.
18450 (skip_over_handler, breakpoint_to_handler)
18451 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18452 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18453 restart GDB. No need to delete breakpoints after the test.
18454 (top level): Use foreach to call the test procedures with
18455 different commands.
18456
18457 2014-10-28 Pedro Alves <palves@redhat.com>
18458
18459 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18460 instead of GNATS numbers.
18461 * gdb.base/sigbpt.exp: Likewise.
18462 * gdb.base/siginfo.exp: Likewise.
18463 * gdb.base/sigstep.exp: Likewise.
18464
18465 2014-10-27 Pedro Alves <palves@redhat.com>
18466
18467 * gdb.base/sigstep.c (dummy): New global.
18468 (main): Issue a couple writes to the new global.
18469 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18470 procedures.
18471 (skip_over_handler): Use test_skip_handler.
18472 (top level): Call skip_over_handler for stepi and nexti too.
18473 (breakpoint_over_handler): Use test_skip_handler.
18474 (top level): Call breakpoint_over_handler for stepi and nexti too.
18475
18476 2014-10-27 Yao Qi <yao@codesourcery.com>
18477
18478 * gdb.trace/tfile.c (adjust_function_address)
18479 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18480 function descriptor.
18481
18482 2014-10-24 Don Breazeal <donb@codesourcery.com>
18483
18484 * gdb.base/foll-fork.exp (test_follow_fork,
18485 catch_fork_child_follow): Check for updated fork messages emitted
18486 from infrun.c.
18487 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18488 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18489 vfork_and_exec_child_follow_through_step): Check for updated vfork
18490 messages emitted from infrun.c.
18491
18492 2014-10-24 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.base/corefile.exp: Remove references to ultrix.
18495 * gdb.base/interrupt.exp: Likewise.
18496 * gdb.base/whatis.exp: Likewise.
18497 * gdb.gdb/selftest.exp: Likewise.
18498 * gdb.threads/manythreads.exp: Likewise.
18499 * gdb.threads/print-threads.exp: Likewise.
18500 * gdb.threads/pthreads.exp:: Likewise.
18501 * gdb.threads/schedlock.exp: Likewise.
18502
18503 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18504
18505 * gdb.cp/non-trivial-retval.cc: Add a test case.
18506 * gdb.cp/non-trivial-retval.exp: Add a test.
18507
18508 2014-10-20 Yao Qi <yao@codesourcery.com>
18509
18510 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18511 * gdb.python/py-objfile-script-gdb.py: New file.
18512 * gdb.python/py-objfile-script.exp: Update reference to
18513 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18514 of remote_download. Remove the dest file.
18515
18516 2014-10-20 Yao Qi <yao@codesourcery.com>
18517
18518 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18519 * gdb.base/step-line.exp: Likewise.
18520 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18521 * gdb.dwarf2/dw2-basic.exp: Likewise.
18522 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18523 * gdb.dwarf2/dw2-filename.exp: Likewise.
18524 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18525 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18526 * gdb.dwarf2/dw2-producer.exp: Likewise.
18527 * gdb.dwarf2/mac-fileno.exp: Likewise.
18528 * gdb.python/py-frame-args.exp: Likewise.
18529 * gdb.python/py-framefilter.exp: Likewise.
18530 * gdb.python/py-mi.exp: Likewise.
18531 * gdb.python/py-objfile-script.exp: Likewise
18532 * gdb.python/py-pp-integral.exp: Likewise.
18533 * gdb.python/py-pp-re-notag.exp: Likewise.
18534 * gdb.python/py-prettyprint.exp: Likewise.
18535 * gdb.python/py-section-script.exp: Likewise.
18536 * gdb.python/py-typeprint.exp: Likewise.
18537 * gdb.python/py-xmethods.exp: Likewise.
18538 * gdb.stabs/weird.exp: Likewise.
18539 * gdb.xml/tdesc-regs.exp: Likewise.
18540
18541 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18542
18543 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18544 (out_cu): Use addr_len for the size of addresses.
18545 (out_line): Likewise. Size DW_LNE_set_address instruction
18546 according to addr_len.
18547 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18548 (FUNC): Add START_INSNS to definition.
18549
18550 2014-10-18 Yao Qi <yao@codesourcery.com>
18551
18552 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18553 gdb_has_argv0 return true.
18554 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18555 check [target_info exists noargs], check [gdb_has_argv0]
18556 instead.
18557 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18558 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18559 procedures.
18560
18561 2014-10-17 Doug Evans <dje@google.com>
18562
18563 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18564 event.
18565 * gdb.python/py-events.py: Add clear_objfiles event.
18566
18567 2014-10-17 Doug Evans <dje@google.com>
18568
18569 * gdb.python/py-objfile.exp: Test progspace attribute.
18570
18571 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18572
18573 * gdb.guile/scm-breakpoint.exp: Do not assume any
18574 directory separators when matching source file paths.
18575 * gdb.python/py-breakpoint.exp: Likewise.
18576 * gdb.reverse/break-precsave.exp: Likewise.
18577 * gdb.reverse/break-reverse.exp: Likewise.
18578 * gdb.reverse/consecutive-precsave.exp: Likewise.
18579 * gdb.reverse/finish-precsave.exp: Likewise.
18580 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18581 * gdb.reverse/finish-reverse.exp: Likewise.
18582 * gdb.reverse/i386-precsave.exp: Likewise.
18583 * gdb.reverse/i387-env-reverse.exp: Likewise.
18584 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18585 * gdb.reverse/machinestate-precsave.exp: Likewise.
18586 * gdb.reverse/machinestate.exp: Likewise.
18587 * gdb.reverse/sigall-precsave.exp: Likewise.
18588 * gdb.reverse/solib-precsave.exp: Likewise.
18589 * gdb.reverse/step-precsave.exp: Likewise.
18590 * gdb.reverse/until-precsave.exp: Likewise.
18591 * gdb.reverse/watch-precsave.exp: Likewise.
18592 * gdb.reverse/watch-reverse.exp: Likewise.
18593
18594 2014-10-17 Yao Qi <yao@codesourcery.com>
18595
18596 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18597 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18598
18599 2014-10-17 Pedro Alves <palves@redhat.com>
18600
18601 PR gdb/17471
18602 * gdb.base/bg-execution-repeat.c: New file.
18603 * gdb.base/bg-execution-repeat.exp: New file.
18604
18605 2014-10-17 Pedro Alves <palves@redhat.com>
18606
18607 PR gdb/17300
18608 * gdb.base/continue-all-already-running.c: New file.
18609 * gdb.base/continue-all-already-running.exp: New file.
18610
18611 2014-10-17 Pedro Alves <palves@redhat.com>
18612
18613 PR gdb/17472
18614 * gdb.base/annota-input-while-running.c: New file.
18615 * gdb.base/annota-input-while-running.exp: New file.
18616
18617 2014-10-17 Pedro Alves <palves@redhat.com>
18618
18619 * gdb.base/callfuncs.exp: emove references to osf.
18620 * gdb.base/sigall.exp: Likewise.
18621 * gdb.gdb/selftest.exp: Likewise.
18622 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18623 * gdb.mi/non-stop.c: Likewise.
18624 * gdb.mi/pthreads.c: Likewise.
18625 * gdb.reverse/sigall-precsave.exp: Likewise.
18626 * gdb.reverse/sigall-reverse.exp: Likewise.
18627 * gdb.threads/pthreads.c: Likewise.
18628 * gdb.threads/pthreads.exp: Likewise.
18629
18630 2014-10-17 Yao Qi <yao@codesourcery.com>
18631
18632 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18633 check 'target_info exists noargs'.
18634 (test_command_prompt_position): Likewise.
18635 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18636 Remove "set args".
18637 (progvar_simple_while_test): Likewise.
18638 (progvar_complex_if_while_test): Likewise.
18639 (if_while_breakpoint_command_test): Likewise.
18640 (infrun_breakpoint_command_test): Likewise.
18641 (breakpoint_command_test): Likewise.
18642 (watchpoint_command_test): Likewise.
18643 (bp_deleted_in_command_test): Likewise.
18644 (temporary_breakpoint_commands): Likewise.
18645
18646 2014-10-16 Yao Qi <yao@codesourcery.com>
18647
18648 * gdb.base/remotetimeout.exp: Remove noargs checking.
18649
18650 2014-10-15 Pedro Alves <palves@redhat.com>
18651
18652 PR breakpoints/9649
18653 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18654 * gdb.base/breakpoint-in-ro-region.exp
18655 (probe_target_hardware_step): New procedure.
18656 (top level): Probe hardware stepping and hardware breakpoint
18657 support. Test stepping through a read-only region, with both
18658 "breakpoint auto-hw" on and off and both "always-inserted" on and
18659 off.
18660
18661 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18662
18663 * gdb.dlang/demangle.exp: Update for demangling changes.
18664
18665 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18666
18667 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18668 * gdb.cp/non-trivial-retval.exp: Add new tests.
18669
18670 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18671
18672 PR c++/13403
18673 PR c++/15154
18674 * gdb.cp/non-trivial-retval.cc: New file.
18675 * gdb.cp/non-trivial-retval.exp: New file.
18676
18677 2014-10-15 Yao Qi <yao@codesourcery.com>
18678
18679 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18680 remote host.
18681
18682 2014-10-15 Yao Qi <yao@codesourcery.com>
18683
18684 * gdb.python/py-symbol.exp: Match file base name if host is
18685 remote, otherwise match file name with dir name.
18686 * gdb.python/py-symtab.exp: Likewise.
18687 * gdb.python/python.exp: Likewise.
18688
18689 2014-10-15 Yao Qi <yao@codesourcery.com>
18690
18691 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18692 pattern.
18693 * gdb.python/py-symtab.exp: Likewise.
18694 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18695 locationn.
18696
18697 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18698
18699 * gdb.ada/addr_arith: New testcase.
18700
18701 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18702
18703 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18704 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18705 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18706 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18707
18708 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18709
18710 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18711 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18712 * gdb.arch/stap-eval-lang-ada.exp: New file.
18713
18714 2014-10-14 Yao Qi <yao@codesourcery.com>
18715
18716 * gdb.mi/mi-var-child.c (nothing1): New function.
18717 (nothing2): New function.
18718 (do_children_tests): Set function pointers by nothing1 and
18719 nothing2.
18720 * gdb.mi/mi-var-child.exp: Step over new added statements.
18721 Update test to match the new output.
18722 * gdb.mi/var-cmd.c (nothing1): New function.
18723 (nothing2): New function.
18724 (do_children_tests): Set function pointers by nothing1 and
18725 nothing2.
18726 * gdb.mi/mi-var-display.exp: Update test to match output.
18727 Step to the line specified by $line_dct_nothing.
18728 Increase the number of lines to step.
18729
18730 2014-10-14 Yao Qi <yao@codesourcery.com>
18731
18732 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18733 tests.
18734 * gdb.mi/mi2-var-child.exp: Likewise.
18735
18736 2014-10-13 Doug Evans <dje@google.com>
18737
18738 * gdb.python/py-objfile.exp: Change name of file name test.
18739
18740 2014-10-13 Doug Evans <dje@google.com>
18741
18742 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18743 from the start of the CU.
18744
18745 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18746 Yao Qi <yao@codesourcery.com>
18747
18748 Fix "save breakpoints" for "catch" command.
18749 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18750 Remove -nonewline. Match also the added "main" line.
18751
18752 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18753
18754 Fix "save breakpoints" for "disable $bpnum" command.
18755 * gdb.base/save-bp.c (main): Add label.
18756 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18757
18758 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18759
18760 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18761
18762 2014-10-11 Yao Qi <yao@codesourcery.com>
18763
18764 * gdb.server/server-kill.exp: Execute command
18765 "set remote trace-status-packet on" before "tstatus".
18766
18767 2014-10-11 Yao Qi <yao@codesourcery.com>
18768
18769 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18770 (main): Call getppid.
18771 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18772 and continue to it. Read variable "server_pid".
18773
18774 2014-10-11 Yao Qi <yao@codesourcery.com>
18775
18776 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18777
18778 2014-10-11 Yao Qi <yao@codesourcery.com>
18779
18780 * gdb.threads/thread-find.exp: Don't execute command
18781 "info threads".
18782 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18783 * gdb.threads/linux-dp.exp: Don't check the condition
18784 $threads_created equals to zero.
18785
18786 2014-10-10 Pedro Alves <palves@redhat.com>
18787
18788 * gdb.base/bigcore.exp: Remove references to IRIX.
18789 * gdb.base/funcargs.exp: Likewise.
18790 * gdb.base/interrupt.exp: Likewise.
18791 * gdb.base/mips_pro.exp: Likewise.
18792 * gdb.base/nodebug.exp: Likewise.
18793 * gdb.base/setvar.exp: Likewise.
18794 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18795
18796 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18797 Pedro Alves <palves@redhat.com>
18798
18799 PR symtab/14466
18800 * gdb.base/vdso-warning.c: New file.
18801 * gdb.base/vdso-warning.exp: New file.
18802
18803 2014-10-02 Doug Evans <dje@google.com>
18804
18805 * gdb.base/structs.c (main): Don't run forever.
18806
18807 2014-10-02 Pedro Alves <palves@redhat.com>
18808
18809 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18810 (top level) <stop threads 1, stop threads 2>: Use it.
18811
18812 2014-10-02 Pedro Alves <palves@redhat.com>
18813
18814 * gdb.threads/break-while-running.exp (test): Add new
18815 'update_thread_list' argument. Skip "info threads" if false.
18816 (top level): Add new 'update_thread_list' axis.
18817
18818 2014-10-02 Pedro Alves <palves@redhat.com>
18819
18820 PR breakpoints/17431
18821 * gdb.base/execl-update-breakpoints.c: New file.
18822 * gdb.base/execl-update-breakpoints.exp: New file.
18823
18824 2014-10-01 Pedro Alves <palves@redhat.com>
18825
18826 * gdb.base/breakpoint-in-ro-region.c: New file.
18827 * gdb.base/breakpoint-in-ro-region.exp: New file.
18828
18829 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18830
18831 * gdb.mi/mi-exit-code.exp: New file.
18832 * gdb.mi/mi-exit-code.c: New file.
18833
18834 2014-09-30 Yao Qi <yao@codesourcery.com>
18835
18836 * lib/prelink-support.exp (build_executable_own_libs): Error if
18837 the target isn't native.
18838
18839 2014-09-30 Yao Qi <yao@codesourcery.com>
18840
18841 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18842 false.
18843
18844 2014-09-22 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.threads/break-while-running.exp: New file.
18847 * gdb.threads/break-while-running.c: New file.
18848
18849 2014-09-19 Yao Qi <yao@codesourcery.com>
18850
18851 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18852 Invoke test. Restart GDB with --readnow and invoke test again.
18853
18854 2014-09-19 Yao Qi <yao@codesourcery.com>
18855
18856 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18857 proc set_breakpoint_on_gcd_function. Invoke
18858 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18859 invoke set_breakpoint_on_gcd_function again.
18860
18861 2014-09-18 Doug Evans <dje@google.com>
18862
18863 * gdb.dwarf2/symtab-producer.exp: New file.
18864
18865 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18866
18867 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18868 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18869 * gdb.base/global-var-nested-by-dso.c: Likewise.
18870 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18871
18872 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18873 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.base/watch-bitfields.exp: Pass string other than test file
18876 name to prepare_for_testing.
18877 (watch): New procedure.
18878 (expect_watchpoint): Use with_test_prefix.
18879 (top level): Factor out tests to ...
18880 (test_watch_location, test_regular_watch): ... these new
18881 procedures, and use with_test_prefix and gdb_continue_to_end.
18882
18883 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18884
18885 PR breakpoints/12526
18886 * gdb.base/watch-bitfields.exp: New file.
18887 * gdb.base/watch-bitfields.c: New file.
18888
18889 2014-09-16 Pedro Alves <palves@redhat.com>
18890
18891 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18892 software and hardware addresses, not software address against
18893 itself.
18894
18895 2014-09-16 Pedro Alves <palves@redhat.com>
18896
18897 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18898 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18899
18900 2014-09-16 Pedro Alves <palves@redhat.com>
18901
18902 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18903 files.
18904 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18905 "*-*-vxworks*" throughout.
18906 * gdb.base/break.exp: Likewise.
18907 * gdb.base/default.exp: Likewise.
18908 * gdb.base/scope.exp: Likewise.
18909 * gdb.base/sepdebug.exp: Likewise.
18910 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18911 throughout.
18912 * gdb.base/run.c: Likewise.
18913 * gdb.base/sepdebug.c: Likewise.
18914 * gdb.hp/gdb.aCC/run.c: Likewise.
18915 * gdb.reverse/until-reverse.c: Likewise.
18916 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18917
18918 2014-09-16 Yao Qi <yao@codesourcery.com>
18919
18920 * boards/local-remote-host-native.exp: New file.
18921
18922 2014-09-14 Doug Evans <xdje42@gmail.com>
18923
18924 * gdb.threads/queue-signal.c (thread_count): New variable.
18925 (thread_count_mutex, thread_count_condvar): New variables.
18926 (incr_thread_count, wait_all_threads_running): New functions.
18927 (main): Wait for all threads to be in their thread functions.
18928
18929 2014-09-13 Doug Evans <xdje42@gmail.com>
18930
18931 * gdb.threads/queue-signal.c: New file.
18932 * gdb.threads/queue-signal.exp: New file.
18933
18934 2014-09-13 Doug Evans <xdje42@gmail.com>
18935
18936 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18937 be consistent with what default_gdb_init uses.
18938 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18939 the plain text of the prompt. Add some logging printfs.
18940 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18941
18942 2014-09-12 Pedro Alves <palves@redhat.com>
18943
18944 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18945 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18946 * gdb.arch/i386-size-overlap.exp: Likewise.
18947 * gdb.arch/i386-size.exp: Likewise.
18948 * gdb.arch/i386-unwind.exp: Likewise.
18949 * gdb.base/a2-run.exp: Likewise.
18950 * gdb.base/break.exp: Likewise.
18951 * gdb.base/charset.exp: Likewise.
18952 * gdb.base/chng-syms.exp: Likewise.
18953 * gdb.base/commands.exp: Likewise.
18954 * gdb.base/dbx.exp: Likewise.
18955 * gdb.base/find.exp: Likewise.
18956 * gdb.base/funcargs.exp: Likewise.
18957 * gdb.base/jit-simple.exp: Likewise.
18958 * gdb.base/reread.exp: Likewise.
18959 * gdb.base/sepdebug.exp: Likewise.
18960 * gdb.base/step-bt.exp: Likewise.
18961 * gdb.cp/mb-inline.exp: Likewise.
18962 * gdb.cp/mb-templates.exp: Likewise.
18963 * gdb.objc/basicclass.exp: Likewise.
18964 * gdb.threads/killed.exp: Likewise.
18965
18966 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18967
18968 PR tdep/17379
18969 * gdb.arch/powerpc-stackless.S: New file.
18970 * gdb.arch/powerpc-stackless.exp: New file.
18971
18972 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18973
18974 * gdb.base/attach.c: Include unistd.h.
18975 (main): Call alarm. Add label postloop.
18976 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18977 gdb_breakpoint, gdb_continue_to_breakpoint.
18978 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18979
18980 2014-09-11 Pedro Alves <palves@redhat.com>
18981
18982 PR gdb/17347
18983 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18984 * gdb.base/attach.exp (test_command_line_attach_run): New
18985 procedure.
18986 (top level): Call it.
18987
18988 2014-09-11 Pedro Alves <palves@redhat.com>
18989
18990 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18991 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18992 (do_command_attach_tests): Use spawn_wait_for_attach.
18993 * gdb.base/solib-overlap.exp: Likewise.
18994 * gdb.multi/multi-attach.exp: Likewise.
18995 * gdb.python/py-prompt.exp: Likewise.
18996 * gdb.python/py-sync-interp.exp: Likewise.
18997 * gdb.server/ext-attach.exp: Likewise.
18998
18999 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19000
19001 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19002 command in testcase. Simplify testcase.
19003
19004 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19005
19006 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19007
19008 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19009
19010 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19011
19012 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19013
19014 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19015
19016 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19017
19018 * gdb.dwarf2/dynarr-ptr.c: New file.
19019 * gdb.dwarf2/dynarr-ptr.exp: New file.
19020
19021 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19022
19023 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19024 of 30 rather than hardcoding 120 for a slow test case. Take the
19025 `gdb,timeout' target setting into account for this calculation.
19026 Don't extend the timeout for the test cases that don't need it.
19027
19028 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19029
19030 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19031 a factor of 2 for a slow test case. Take the `gdb,timeout'
19032 target setting into account for this calculation.
19033 * gdb.reverse/until-precsave.exp: Increase the timeout by
19034 a factor of 15 and 3 respectively rather than adding 120
19035 for a pair of slow test cases. Take the `gdb,timeout'
19036 target setting into account for this calculation.
19037
19038 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19039
19040 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19041 timeout, don't pass one down to gdb_expect.
19042 (gdb_expect): Rework timeout selection.
19043
19044 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19045
19046 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19047 exception on timeout.
19048 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19049 (gdbserver_start_extended): Catch any `gdbserver_start' error
19050 exceptions.
19051 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19052 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19053 `gdbserver_gdb_load' error exceptions.
19054
19055 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19056
19057 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19058 120 on waiting for the TCP socket to open.
19059
19060 2014-09-09 Doug Evans <xdje42@gmail.com>
19061
19062 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19063 _caller_matches, _any_caller_is, _any_caller_matches.
19064
19065 2014-09-09 Doug Evans <xdje42@gmail.com>
19066
19067 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19068
19069 2014-09-09 Yao Qi <yao@codesourcery.com>
19070
19071 * gdb.mi/mi-var-display.exp: Set print symbol off.
19072
19073 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19074
19075 PR gdb/17035
19076 * gdb.base/commands.exp: Add tests to verify user-defined
19077 commands with empty bodies.
19078 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19079 python commands in `show user command`.
19080 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19081 scheme commands in `show user command`.
19082
19083 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19084
19085 PR python/17355
19086 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19087 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19088 * gdb.python/py-framefilter-invalidarg.exp: New file.
19089 * gdb.python/py-framefilter-invalidarg.py: New file.
19090
19091 2014-09-06 Doug Evans <xdje42@gmail.com>
19092
19093 PR 15276
19094 * gdb.python/py-caller-is.c: New file.
19095 * gdb.python/py-caller-is.exp: New file.
19096
19097 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19098
19099 PR gdb/17235
19100 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19101 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19102
19103 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19104
19105 PR fortran/17237
19106 * gdb.fortran/print-formatted.exp: New file.
19107 * gdb.fortran/print-formatted.f90: Likewise.
19108
19109 2014-09-03 Sasha Smundak <asmundak@google.com>
19110
19111 * gdb.python/py-frame.exp: Test Frame.read_register.
19112
19113 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19114
19115 PR python/16699
19116 * gdb.python/py-completion.exp: New file.
19117 * gdb.python/py-completion.py: Likewise.
19118
19119 2014-08-28 Doug Evans <dje@google.com>
19120
19121 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19122 eax,etc. are live with values set by gdb and thus the compiler can't
19123 use them.
19124 * gdb.arch/i386-pseudo.c (main): Ditto.
19125
19126 2014-08-27 Doug Evans <dje@google.com>
19127
19128 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19129
19130 2014-08-25 Doug Evans <dje@google.com>
19131
19132 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19133 (main): Ditto.
19134
19135 2014-08-25 Doug Evans <dje@google.com>
19136
19137 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19138
19139 2014-08-24 Yao Qi <yao@codesourcery.com>
19140
19141 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19142 symbol off.
19143 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19144
19145 2014-08-22 Doug Evans <dje@google.com>
19146
19147 PR 17276
19148 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19149 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19150 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19151
19152 2014-08-22 Yao Qi <yao@codesourcery.com>
19153
19154 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19155 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19156 * gdb.python/python.exp: Likewise. Use .py file on the host
19157 instead of the build.
19158
19159 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19160
19161 * gdb.threads/gcore-stale-thread.c: New file.
19162 * gdb.threads/gcore-stale-thread.exp: New file.
19163
19164 2014-08-21 Pedro Alves <palves@redhat.com>
19165
19166 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19167 * gdb.base/gcore-relro-pie.exp: Likewise.
19168 * gdb.base/gcore-relro.exp: Likewise.
19169 * gdb.base/gcore.exp: Likewise.
19170 * gdb.base/print-symbol-loading.exp: Likewise.
19171 * gdb.threads/gcore-thread.exp: Likewise.
19172 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19173
19174 2014-08-20 Pedro Alves <palves@redhat.com>
19175 Jan Kratochvil <jan.kratochvil@redhat.com>
19176
19177 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19178 configure.
19179 (EXPECT): Handle READ1 being set.
19180 (all): Depend on EXTRA_RULES.
19181 (check-read1, expect-read1, read1.so, read1): New rules.
19182 * README (Testsuite Parameters): Document the READ1 make variable.
19183 (Race detection): New section.
19184 * configure: Regenerate.
19185 * configure.ac: If build==host==target, and running under a
19186 GNU/glibc system, add read1 to the extra Makefile rules.
19187 (EXTRA_RULES): AC_SUBST it.
19188 * lib/read1.c: New file.
19189
19190 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19191
19192 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19193 the handling of variables declared as a typedef to an array
19194 which a DW_AT_data_location attribute.
19195
19196 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19197 Pedro Alves <palves@redhat.com>
19198
19199 PR symtab/14604
19200 PR symtab/14605
19201 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19202 gdb_test.
19203
19204 2014-08-19 Pedro Alves <palves@redhat.com>
19205
19206 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19207
19208 2014-08-19 Yao Qi <yao@codesourcery.com>
19209
19210 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19211 right line.
19212
19213 2014-08-18 David Blaikie <dblaikie@gmail.com>
19214
19215 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19216
19217 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19218
19219 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19220 attribute in array range.
19221
19222 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19223
19224 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19225
19226 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19227
19228 PR c++/17132
19229 * gdb.cp/pr17132.cc: New file.
19230 * gdb.cp/pr17132.exp: New file.
19231
19232 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19233
19234 * gdb.python/py-xmethods.py (A_getarrayind)
19235 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19236 Use 'print' with function call syntax.
19237 (E_method_matcher.match): Fix tab vs space indentation mixup.
19238
19239 2014-08-15 Yao Qi <yao@codesourcery.com>
19240
19241 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19242 false.
19243
19244 2014-08-15 Yao Qi <yao@codesourcery.com>
19245
19246 * gdb.cp/casts.exp: Set print symbol off.
19247 * gdb.cp/class2.exp: Likewise.
19248 * gdb.cp/overload.exp: Likewise.
19249 * gdb.cp/templates.exp: Likewise.
19250
19251 2014-08-11 Doug Evans <dje@google.com>
19252
19253 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19254 (test_load_shlib): Update.
19255
19256 2014-08-09 Yao Qi <yao@codesourcery.com>
19257
19258 * gdb.base/display.exp: Invoke is_address_zero_readable.
19259 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19260 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19261 * gdb.base/hbreak-unmapped.exp: Return if
19262 is_address_zero_readable returns true.
19263 * gdb.base/signest.exp: Likewise.
19264 * gdb.base/signull.exp: Likewise.
19265 * gdb.base/sigbpt.exp: Likewise.
19266 * gdb.guile/scm-disasm.exp: Do the test if
19267 is_address_zero_readable returns false.
19268 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19269 * gdb.python/py-arch.exp: Likewise.
19270 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19271 * lib/gdb.exp (is_address_zero_readable): New proc.
19272
19273 2014-08-09 Yao Qi <yao@codesourcery.com>
19274
19275 PR testsuite/13443
19276 * gdb.mi/mi-var-display.exp: Make test messages unique.
19277
19278 2014-08-04 Tom Tromey <tromey@redhat.com>
19279
19280 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19281 target 0".
19282
19283 2014-08-04 Tom Tromey <tromey@redhat.com>
19284
19285 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19286 "target_resume".
19287
19288 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19289
19290 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19291 inner_vla_struct_object_size.
19292 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19293 as xfail.
19294
19295 2014-07-30 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19298 comment.
19299
19300 2014-07-29 Yao Qi <yao@codesourcery.com>
19301
19302 PR gdb/17206
19303 * gdb.base/until-nodebug.exp: New.
19304
19305 2014-07-28 Doug Evans <xdje42@gmail.com>
19306
19307 PR guile/17203
19308 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19309 previously existing parameter, and previously ambiguously spelled
19310 parameter.
19311
19312 2014-07-28 Will Newton <will.newton@linaro.org>
19313
19314 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19315
19316 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19317 Doug Evans <xdje42@gmail.com>
19318
19319 PR guile/17146
19320 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19321
19322 2014-07-25 Pedro Alves <palves@redhat.com>
19323
19324 * gdb.threads/signal-command-handle-nopass.c: New file.
19325 * gdb.threads/signal-command-handle-nopass.exp: New file.
19326 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19327 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19328 * gdb.threads/signal-delivered-right-thread.c: New file.
19329 * gdb.threads/signal-delivered-right-thread.exp: New file.
19330
19331 2014-07-25 Pedro Alves <palves@redhat.com>
19332
19333 * gdb.base/double-prompt-target-event-error.exp
19334 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19335 match.
19336 (cancel_pagination_in_target_event): Rework double prompt
19337 detection.
19338 * gdb.base/paginate-after-ctrl-c-running.exp
19339 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19340 <return>' match.
19341 * gdb.base/paginate-bg-execution.exp
19342 (test_bg_execution_pagination_return)
19343 (test_bg_execution_pagination_cancel): Remove '-notransfer
19344 <return>' matches.
19345 * gdb.base/paginate-execution-startup.exp
19346 (test_fg_execution_pagination_return)
19347 (test_fg_execution_pagination_cancel): Remove '-notransfer
19348 <return>' matches.
19349 * gdb.base/paginate-inferior-exit.exp
19350 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19351 match.
19352 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19353 * lib/gdb.exp (pagination_prompt): Run text through
19354 string_to_regexp.
19355 (gdb_test_multiple): Match $pagination_prompt instead of
19356 "<return>".
19357 (string_to_regexp): Move to lib/gdb-utils.exp.
19358
19359 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19360
19361 * gdb.arch/amd64-entry-value-paramref.S: New file.
19362 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19363 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19364 * gdb.arch/amd64-optimout-repeat.S: New file.
19365 * gdb.arch/amd64-optimout-repeat.c: New file.
19366 * gdb.arch/amd64-optimout-repeat.exp: New file.
19367
19368 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19369
19370 PR gdb/17170
19371 * gdb.base/statistics.exp: New file.
19372
19373 2014-07-17 Doug Evans <dje@google.com>
19374
19375 PR gdb/17170
19376 * gdb.base/maint.exp: Update testing of per-command stats.
19377
19378 2014-07-16 Pedro Alves <palves@redhat.com>
19379
19380 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19381 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19382 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19383 (tfile_write_buf): New functions.
19384 (add_memory_block): Rewrite using the above.
19385 (adjust_function_address): New function.
19386 (FUNCTION_ADDRESS): New macro.
19387 (write_basic_trace_file): Remove short_x local, and use
19388 tfile_write_16. Change type of func_addr local to unsigned long
19389 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19390 here. Cast argument of add_memory_block to char pointer.
19391 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19392 (main): Remove parameters.
19393 * gdb.trace/tfile.exp: Remove nowarnings.
19394
19395 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19396
19397 * gdb.base/debug-expr.exp: Test string evaluation with
19398 "debug expression" on.
19399
19400 2014-07-15 Pedro Alves <palves@redhat.com>
19401
19402 * gdb.base/reread.exp: Use clean_restart.
19403
19404 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19405
19406 * gdb.arch/avr-flash-qualifer.c: New.
19407 * gdb.arch/avr-flash-qualifer.exp: New.
19408
19409 2014-07-14 Pedro Alves <palves@redhat.com>
19410
19411 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19412 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19413
19414 2014-07-14 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/double-prompt-target-event-error.c: New file.
19417 * gdb.base/double-prompt-target-event-error.exp: New file.
19418
19419 2014-07-14 Pedro Alves <palves@redhat.com>
19420
19421 PR gdb/17072
19422 * gdb.base/paginate-inferior-exit.c: New file.
19423 * gdb.base/paginate-inferior-exit.exp: New file.
19424
19425 2014-07-14 Pedro Alves <palves@redhat.com>
19426
19427 PR gdb/17072
19428 * gdb.base/paginate-bg-execution.c: New file.
19429 * gdb.base/paginate-bg-execution.exp: New file.
19430
19431 2014-07-14 Pedro Alves <palves@redhat.com>
19432
19433 PR gdb/17072
19434 * gdb.base/paginate-execution-startup.c: New file.
19435 * gdb.base/paginate-execution-startup.exp: New file.
19436 * lib/gdb.exp (pagination_prompt): New global.
19437 (default_gdb_spawn): New procedure, factored out from
19438 default_gdb_spawn.
19439 (default_gdb_start): Adjust to call default_gdb_spawn.
19440 (gdb_spawn): New procedure.
19441
19442 2014-07-14 Pedro Alves <palves@redhat.com>
19443
19444 * lib/gdb.exp (gdb_assert): New procedure.
19445 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19446
19447 2014-07-14 Pedro Alves <palves@redhat.com>
19448
19449 * gdb.base/execution-termios.c: New file.
19450 * gdb.base/execution-termios.exp: New file.
19451
19452 2014-07-14 Tom Tromey <tromey@redhat.com>
19453
19454 * gdb.cp/vla-cxx.cc: New file.
19455 * gdb.cp/vla-cxx.exp: New file.
19456
19457 2014-07-14 Tom Tromey <tromey@redhat.com>
19458
19459 * gdb.reverse/rerun-prec.c: New file.
19460 * gdb.reverse/rerun-prec.exp: New file.
19461
19462 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19463 Maciej W. Rozycki <macro@codesourcery.com>
19464
19465 * lib/gdb-utils.exp: New file.
19466 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19467 inline `gdb_init_command' processing.
19468 (gdb_start_cmd): Likewise.
19469 * lib/mi-support.exp (mi_run_cmd): Likewise.
19470 * README: Document `gdb_init_command' and `gdb_init_commands'.
19471
19472 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19473
19474 Fix false FAIL running under a very long directory name.
19475 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19476 and "set print elements 10000". Twice.
19477
19478 2014-07-11 Yao Qi <yao@codesourcery.com>
19479
19480 * gdb.base/exprs.exp: "set print symbol off".
19481
19482 2014-07-11 Pedro Alves <palves@redhat.com>
19483
19484 * gdb.threads/kill.c: New file.
19485 * gdb.threads/kill.exp: New file.
19486
19487 2014-07-10 Yao Qi <yao@codesourcery.com>
19488
19489 * gdb.trace/tfile.c (write_basic_trace_file)
19490 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19491 address written to trace file.
19492
19493 2014-07-09 Pedro Alves <palves@redhat.com>
19494
19495 * gdb.base/attach-wait-input.exp: New file.
19496 * gdb.base/attach-wait-input.c: New file.
19497
19498 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19499
19500 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19501 setting up test structures.
19502 (main): Call new test function.
19503 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19504 test function, continue into test function and walk test
19505 structures.
19506
19507 2014-07-02 Yao Qi <yao@codesourcery.com>
19508
19509 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19510 'bar_start' at the beginning of functions 'foo' and 'bar'
19511 respectively.
19512 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19513 instead of 'foo' and 'bar'.
19514
19515 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19516
19517 * gdb.btrace/segv.exp: New.
19518 * gdb.btrace/segv.c: New.
19519
19520 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19521
19522 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19523 instruction.
19524
19525 2014-06-30 Mark Wielaard <mjw@redhat.com>
19526
19527 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19528 vulture, vilify, villar): New volatile array constants.
19529 (vindictive, vegetation): New const volatile array constants.
19530 * gdb.base/volatile.exp: Test volatile and const volatile array
19531 types.
19532
19533 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19534
19535 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19536 target lacks support for awatch, rwatch, or hbreak.
19537
19538 2014-06-27 Yao Qi <yao@codesourcery.com>
19539
19540 * gdb.multi/dummy-frame-restore.exp: New.
19541 * gdb.multi/dummy-frame-restore.c: New.
19542
19543 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19544
19545 * gdb.btrace/gcore.exp: New.
19546
19547 2014-06-23 Pedro Alves <palves@redhat.com>
19548
19549 * gdb.base/watchpoint-reuse-slot.c: New file.
19550 * gdb.base/watchpoint-reuse-slot.exp: New file.
19551
19552 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19553
19554 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19555 progspace's filename in 'info', 'enable' and 'disable' command
19556 tests.
19557
19558 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19559
19560 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19561 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19562 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19563
19564 2014-06-20 Gary Benson <gbenson@redhat.com>
19565
19566 * gdb.arch/i386-avx.exp: Fix include file location.
19567 * gdb.arch/i386-sse.exp: Likewise.
19568
19569 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19570
19571 * gdb.dlang/expression.exp: New file.
19572
19573 2014-06-19 Pedro Alves <palves@redhat.com>
19574
19575 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19576 out from ...
19577 (top level): ... here. Iterate running tests under different
19578 scheduler-locking settings.
19579
19580 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19581
19582 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19583 to DW_FORM_addr and use non-zero addresses.
19584
19585 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19586
19587 PR gdb/17017
19588 * gdb.python/py-xmethods.cc: Add global function call counters and
19589 increment them in their respective functions. Remove "cout"
19590 statements.
19591 * gdb.python/py-xmethods.exp: Make tests check the global function
19592 call counters instead of depending on inferior IO.
19593
19594 2014-06-18 Don Breazeal <donb@codesourcery.com>
19595
19596 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19597 Deleted procedure.
19598 (explicit_fork_parent_follow): Deleted procedure.
19599 (explicit_fork_child_follow): Deleted procedure.
19600 (test_follow_fork): New procedure.
19601 (do_fork_tests): Replace calls to deleted procedures with
19602 calls to test_follow_fork and reset GDB for subsequent
19603 procedure calls.
19604
19605 2014-06-17 Yao Qi <yao@codesourcery.com>
19606
19607 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19608 CP1252.
19609
19610 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19611
19612 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19613 Initialize ptr and S explicitly.
19614 (skip_type_update_when_not_use_rtti_test): Likewise.
19615
19616 2014-06-16 Keith Seitz <keiths@redhat.com>
19617
19618 PR mi/15863
19619 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19620 the inferior is started.
19621
19622 2014-06-16 Pedro Alves <palves@redhat.com>
19623
19624 * gdb.base/break-main-file-remove-fail.c: New file.
19625 * gdb.base/break-main-file-remove-fail.exp: New file.
19626 * gdb.base/break-unload-file.exp: Use build_executable instead of
19627 prepare_for_testing.
19628 (test_break): New parameter "initial_load". Handle it.
19629 (top level): Add initial_load cmdline/file axis.
19630
19631 2014-06-12 Tom Tromey <tromey@redhat.com>
19632
19633 * gdb.base/completion.exp: Don't use directory name in test.
19634
19635 2014-06-09 Gary Benson <gbenson@redhat.com>
19636
19637 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19638 separate the always-available ANSI-standard signals from the
19639 signals that require checking.
19640 (main): Likewise.
19641 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19642 Likewise.
19643 (main): Likewise.
19644
19645 2014-06-07 Keith Seitz <keiths@redhat.com>
19646
19647 Revert:
19648 PR c++/16253
19649 * gdb.cp/var-tag.cc: New file.
19650 * gdb.cp/var-tag.exp: New file.
19651 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19652 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19653 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19654 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19655
19656 2014-06-06 Doug Evans <xdje42@gmail.com>
19657
19658 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19659
19660 2014-06-06 Pedro Alves <palves@redhat.com>
19661
19662 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19663 in target debug output instead of looking at RSP packets,
19664 disabling the test on any target that uses hardware stepping.
19665 Update comments.
19666
19667 2014-06-06 Pedro Alves <palves@redhat.com>
19668
19669 * gdb.base/break-unload-file.exp: Fix typo.
19670
19671 2014-06-06 Yao Qi <yao@codesourcery.com>
19672
19673 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19674 from "jit_function" to "^jit_function".
19675
19676 2014-06-06 Yao Qi <yao@codesourcery.com>
19677
19678 * gdb.base/async.c (foo): Add one statement.
19679 * gdb.base/async.exp: Get the next instruction address and
19680 match the output of "nexti" by instruction address. Match
19681 the hex address in the output of "finish".
19682
19683 2014-06-06 Gary Benson <gbenson@redhat.com>
19684
19685 * gdb.base/call-signals.c: Remove preprocessor conditionals
19686 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19687 SIGSEGV and SIGTERM.
19688 * gdb.base/sigall.c: Likewise.
19689 * gdb.base/unwindonsignal.c: Likewise.
19690 * gdb.reverse/sigall-reverse.c: Likewise.
19691
19692 2014-06-06 Yao Qi <yao@codesourcery.com>
19693
19694 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19695 readable, skip the test.
19696
19697 2014-06-06 Yao Qi <yao@codesourcery.com>
19698
19699 * gdb.threads/staticthreads.c (thread_function): Move the line
19700 setting breakpoint on forward.
19701 * gdb.threads/staticthreads.exp: Update comments.
19702
19703 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19704
19705 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19706 "history-append! type error".
19707
19708 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19709
19710 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19711 erroneous dprintf expected input.
19712
19713 2014-06-04 Doug Evans <xdje42@gmail.com>
19714
19715 * gdb.guile/scm-generics.exp: Delete.
19716
19717 2014-06-04 Doug Evans <xdje42@gmail.com>
19718
19719 * gdb.guile/scm-breakpoint.exp: Update.
19720 Add tests for breakpoint registration.
19721
19722 2014-06-04 Tom Tromey <tromey@redhat.com>
19723
19724 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19725 VLA-in-union.
19726 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19727 inner_vla_struct, vla_union types. Initialize objects of those
19728 types and compute their sizes.
19729
19730 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19731 Hui Zhu <hui@codesourcery.com>
19732
19733 * gdb.base/fileio.exp: Add test for shell not available as well as
19734 available.
19735 * gdb.base/fileio.c (test_system): Check for shell twice.
19736
19737 2014-06-04 Yao Qi <yao@codesourcery.com>
19738
19739 * gdb.base/auto-connect-native-target.exp: Remove redundant
19740 space from the regexp pattern.
19741
19742 2014-06-04 Yao Qi <yao@codesourcery.com>
19743
19744 * gdb.base/default.exp: Replace "child" with "native" in
19745 regexp pattern.
19746
19747 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19748
19749 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19750 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19751 * gdb.python/py-xmethods.py: Python script supporting the
19752 new testcase and tests.
19753
19754 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19755 Pedro Alves <palves@redhat.com>
19756
19757 PR breakpoints/17000
19758 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19759 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19760
19761 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19762
19763 * gdb.base/subst.exp: Add tests to verify partial path matching
19764 output.
19765
19766 2014-06-03 Pedro Alves <palves@redhat.com>
19767
19768 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19769 target that doesn't use software single-stepping.
19770
19771 2014-06-03 Pedro Alves <palves@redhat.com>
19772
19773 PR breakpoints/17000
19774 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19775 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19776
19777 2014-06-02 Doug Evans <xdje42@gmail.com>
19778
19779 * gdb.guile/scm-parameter.exp: New file.
19780
19781 2014-06-02 Doug Evans <xdje42@gmail.com>
19782
19783 * gdb.guile/scm-cmd.c: New file.
19784 * gdb.guile/scm-cmd.exp: New file.
19785
19786 2014-06-02 Doug Evans <xdje42@gmail.com>
19787
19788 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19789 pretty-printer lookup.
19790 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19791 (make-pp_s-printer): Call it.
19792 (make-pretty-printer-from-dict): New function.
19793 (lookup-pretty-printer-maker-from-dict): New function.
19794 (*pretty-printer*): Simplify.
19795 (make-objfile-pp_s-printer): New function.
19796 (install-objfile-pretty-printers!): New function.
19797 (make-progspace-pp_s-printer): New function.
19798 (install-progspace-pretty-printers!): New function.
19799 * gdb.guile/scm-progspace.c: New file.
19800 * gdb.guile/scm-progspace.exp: New file.
19801
19802 2014-06-02 Pedro Alves <palves@redhat.com>
19803
19804 * gdb.base/dprintf-bp-same-addr.c: New file.
19805 * gdb.base/dprintf-bp-same-addr.exp: New file.
19806
19807 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19808
19809 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19810 * gdb.arch/powerpc-power.s: Likewise.
19811
19812 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19813
19814 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19815
19816 2014-06-01 Yao Qi <yao@codesourcery.com>
19817
19818 * gdb.base/watchpoint.exp (test_watch_location): Check null
19819 pointer can be dereferenced. If not, do the test, otherwise
19820 skip it.
19821
19822 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19823
19824 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19825 results.
19826 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19827
19828 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19829
19830 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19831 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19832 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19833 * gdb.arch/amd64-invalid-stack-top.c: New file.
19834 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19835
19836 2014-05-30 Pedro Alves <palves@redhat.com>
19837
19838 PR breakpoints/17000
19839 * gdb.base/sss-bp-on-user-bp.c: New file.
19840 * gdb.base/sss-bp-on-user-bp.exp: New file.
19841
19842 2014-05-30 David Blaikie <dblaikie@gmail.com>
19843
19844 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19845 gnu_inline semantics via attribute.
19846 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19847 source explicitly specifies the required semantics.
19848
19849 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19850
19851 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19852
19853 2014-05-29 Pedro Alves <palves@redhat.com>
19854 Tom Tromey <tromey@redhat.com>
19855
19856 * gdb.base/async-shell.exp: Don't enable target-async.
19857 * gdb.base/async.exp
19858 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19859 parameter. Adjust.
19860 (top level): Don't test with "target-async".
19861 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19862 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19863 * gdb.base/inferior-died.exp: Don't enable target-async.
19864 * gdb.base/interrupt-noterm.exp: Likewise.
19865 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19866 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19867 * gdb.mi/mi-nonstop.exp: Likewise.
19868 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19869 * gdb.mi/mi-nsintrall.exp: Likewise.
19870 * gdb.mi/mi-nsmoribund.exp: Likewise.
19871 * gdb.mi/mi-nsthrexec.exp: Likewise.
19872 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19873 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19874 * gdb.python/py-evsignal.exp: Don't enable target-async.
19875 * gdb.python/py-evthreads.exp: Likewise.
19876 * gdb.python/py-prompt.exp: Likewise.
19877 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19878 * gdb.server/solib-list.exp: Don't enable target-async.
19879 * gdb.threads/thread-specific-bp.exp: Likewise.
19880 * lib/mi-support.exp: Adjust to use mi-async.
19881
19882 2014-05-29 Pedro Alves <palves@redhat.com>
19883
19884 PR gdb/13860
19885 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19886 reason, even in sync mode.
19887
19888 2014-05-29 Pedro Alves <palves@redhat.com>
19889 Hui Zhu <hui@codesourcery.com>
19890
19891 PR PR15693
19892 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19893 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19894 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19895 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19896
19897 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19898
19899 * config/monitor.exp (gdb_target_monitor): Replace use of
19900 "set remotebaud" by "set serial baud".
19901
19902 2014-05-26 Andy Wingo <wingo@igalia.com>
19903
19904 * gdb.guile/scm-breakpoint.exp:
19905 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19906 properties instead of gdb-object-properties.
19907
19908 2014-05-26 Yao Qi <yao@codesourcery.com>
19909
19910 * gdb.server/no-thread-db.exp: Specify source file name
19911 explicitly when setting a breakpoint.
19912
19913 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19914
19915 * gdb.btrace/vdso.c: New.
19916 * gdb.btrace/vdso.exp: New.
19917
19918 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19919
19920 * gdb.base/gcore.exp (capture_command_output): Move ...
19921 * lib/gdb.exp (capture_command_output): ... here.
19922
19923 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19924
19925 * gdb.btrace/data.exp: Test memory access during btrace replay.
19926
19927 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19928
19929 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19930
19931 2014-05-21 Pedro Alves <palves@redhat.com>
19932
19933 PR gdb/13860
19934 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19935 (top level): Test that output related to execution commands is
19936 sent to the console with CLI commands, but not with MI commands.
19937 Test that breakpoint events are always mirrored to the console.
19938 Also expect the new source line to be output after a "next" in
19939 async mode too. Make it a pass/fail test.
19940 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19941 output.
19942 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19943
19944 2014-05-21 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19947 Use them to test variations of "list" after reaching a breakpoint.
19948 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19949 Test "list" with listsize 10 after reaching a breakpoint.
19950 * gdb.python/python.exp (decode_line current location line
19951 number): Adjust expected line number.
19952
19953 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19954
19955 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19956 behavior for $args, pass it directly to "run".
19957
19958 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19959
19960 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19961 30000 to 65536.
19962
19963 2014-05-21 Pedro Alves <palves@redhat.com>
19964
19965 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19966 auto-connect-native-target off".
19967 * gdb.base/auto-connect-native-target.c: New file.
19968 * gdb.base/auto-connect-native-target.exp: New file.
19969
19970 2014-05-21 Pedro Alves <palves@redhat.com>
19971
19972 * gdb.base/default.exp: Test "target native" instead of "target
19973 child".
19974
19975 2014-05-21 Mark Wielaard <mjw@redhat.com>
19976
19977 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19978
19979 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19980
19981 Fix TLS access for -static -pthread.
19982 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19983 <HAVE_TLS> (thread_function, main): Initialize it.
19984 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19985 Add clean_restart.
19986 <$have_tls != "">: Check TLSVAR.
19987
19988 2014-05-21 Pedro Alves <palves@redhat.com>
19989
19990 * gdb.base/dcache-line-read-error.c: New.
19991 * gdb.base/dcache-line-read-error.exp: New.
19992
19993 2014-05-20 Pedro Alves <palves@redhat.com>
19994
19995 * gdb.base/compare-sections.c: New file.
19996 * gdb.base/compare-sections.exp: New file.
19997
19998 2014-05-20 Pedro Alves <palves@redhat.com>
19999
20000 * gdb.base/break-idempotent.c: New file.
20001 * gdb.base/break-idempotent.exp: New file.
20002
20003 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20004
20005 * gdb.btrace/nohist.exp: New.
20006
20007 2014-05-20 Yao Qi <yao@codesourcery.com>
20008
20009 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20010 gdb.reverse directory and gdb_reverse_timeout exists in board
20011 setting.
20012 * README: Document gdb_reverse_timeout.
20013
20014 2014-05-20 Yao Qi <yao@codesourcery.com>
20015
20016 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20017 'test_file_name'. Treat args as a string instead of a list.
20018 (gdb_init): Rename argument 'args' by 'test_file_name'.
20019
20020 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20021
20022 * gdb.arch/powerpc-power.exp: New file.
20023 * gdb.arch/powerpc-power.s: New file.
20024
20025 2014-05-16 Doug Evans <dje@google.com>
20026
20027 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20028 * gdb.base/completion.exp: Check that all expected files exist
20029 before doing file completion.
20030
20031 2014-05-16 Doug Evans <dje@google.com>
20032
20033 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20034 Update.
20035 (do_syscall_tests_without_xml): Update.
20036
20037 2014-05-16 Pedro Alves <palves@redhat.com>
20038
20039 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20040 instead of "unknown output after running".
20041
20042 2014-05-16 Yao Qi <yao@codesourcery.com>
20043
20044 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20045 file1.txt from host at the end.
20046 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20047
20048 2014-05-15 Doug Evans <dje@google.com>
20049
20050 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20051 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20052 loading file. Add test for TU lookup.
20053
20054 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20055
20056 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20057 calling "-exec-arguments" or "set args" before running the
20058 inferior.
20059
20060 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20061
20062 * lib/mi-support.exp (mi_expect_stop): Expect message for
20063 inferiors that exit with non-zero exit code.
20064
20065 2014-05-14 Yao Qi <yao@codesourcery.com>
20066
20067 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20068 match absolute path on remote host.
20069 (test_file_list_exec_source_files): Remove "/" from the
20070 pattern.
20071
20072 2014-05-14 Yao Qi <yao@codesourcery.com>
20073
20074 * boards/local-remote-host-notty.exp (${board}_file): New
20075 proc.
20076
20077 2014-05-07 Kyle McMartin <kyle@redhat.com>
20078
20079 Pushed by Joel Brobecker <brobecker@adacore.com>.
20080 * gdb.arch/aarch64-atomic-inst.c: New file.
20081 * gdb.arch/aarch64-atomic-inst.exp: New file.
20082
20083 2014-05-07 Yao Qi <yao@codesourcery.com>
20084
20085 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20086 in current context" too.
20087
20088 2014-05-05 Keith Seitz <keiths@redhat.com>
20089
20090 * gdb.linespec/ls-dollar.exp: Add test for linespec
20091 file:convenience_variable.
20092
20093 2014-05-05 Yao Qi <yao@codesourcery.com>
20094
20095 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20096 traceframes into tfile and ctf trace files. Read data from
20097 trace file and test collected data.
20098 (gdb_collect_locals_test): Likewise.
20099 (gdb_unavailable_registers_test): Likewise.
20100 (gdb_unavailable_floats): Likewise.
20101 (gdb_collect_globals_test): Likewise.
20102 (top-level): Append "ctf" to trace_file_targets if GDB
20103 supports.
20104
20105 2014-05-05 Yao Qi <yao@codesourcery.com>
20106
20107 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20108 code to ...
20109 (gdb_collect_args_test_1): ... it. New proc.
20110 (gdb_collect_locals_test): Move some code to ...
20111 (gdb_collect_locals_test_1): ... it. New proc.
20112 (gdb_unavailable_registers_test): Move some code to ...
20113 (gdb_unavailable_registers_test_1): ... it. New proc.
20114 (gdb_unavailable_floats): Move some code to ...
20115 (gdb_unavailable_floats_1): ... it. New proc.
20116
20117 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20118
20119 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20120 probes to test for bitness recognition.
20121 * gdb.arch/amd64-stap-optional-prefix.exp
20122 (test_probe_value_without_reg): New procedure.
20123 Add code to test for different kinds of bitness.
20124
20125 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20126
20127 PR breakpoints/16889
20128 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20129 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20130
20131 2014-05-01 Pedro Alves <palves@redhat.com>
20132
20133 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20134 gdb_file_cmd if no file is specified.
20135 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20136 last_loaded_file to set the remote exec-file.
20137
20138 2014-05-01 Pedro Alves <palves@redhat.com>
20139
20140 * boards/local-remote-host.exp: New file.
20141
20142 2014-05-01 Pedro Alves <palves@redhat.com>
20143
20144 * boards/local-remote-host.exp: Rename to ...
20145 * boards/local-remote-host-notty.exp: ... this.
20146
20147 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20148
20149 * gdb.ada/dyn_arrayidx: New testcase.
20150
20151 2014-04-26 Yao Qi <yao@codesourcery.com>
20152
20153 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20154 and compute the length of function main. Save it in
20155 $main_length.
20156 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20157 (top-level): Use gdb_compile to compile objects into
20158 executable and restart GDB. Remove invocation to
20159 prepare_for_testing.
20160
20161 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20162 Pedro Alves <palves@redhat.com>
20163
20164 PR server/16255
20165 * gdb.multi/multi-attach.c: New file.
20166 * gdb.multi/multi-attach.exp: New file.
20167
20168 2014-04-25 Pedro Alves <palves@redhat.com>
20169
20170 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20171 user.
20172 (top level): Test that "set remote conditional-breakpoints-packet
20173 off" works as intended.
20174 * gdb.base/dprintf.exp: Test that "set remote
20175 breakpoint-commands-packet off" works as intended.
20176 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20177 New function.
20178 (top level): Call it.
20179 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20180 remote fast-tracepoints-packet off" works as intended.
20181 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20182 * lib/gdb.exp (gdb_is_target_remote): ... here.
20183
20184 2014-04-24 David Blaikie <dblaikie@gmail.com>
20185
20186 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20187 ensure clang would not discard them.
20188 * gdb.base/gdbvars.c: Ditto.
20189 * gdb.base/memattr.c: Ditto.
20190 * gdb.base/whatis.c: Ditto.
20191 * gdb.python/py-prettyprint.c: Ditto.
20192 * gdb.trace/actions.c: Ditto.
20193 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20194 ensure clang would not discard it.
20195
20196 2014-04-24 David Blaikie <dblaikie@gmail.com>
20197
20198 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20199 clang to emit the full definition of type required by the test
20200 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20201
20202 2014-04-24 David Blaikie <dblaikie@gmail.com>
20203
20204 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20205 coax Clang into emitting the definition of the type.
20206 * gdb.cp/pr10728-x.h (y): Ditto.
20207 * gdb.cp/pr10728-y.cc (y): Ditto.
20208
20209 2014-04-24 David Blaikie <dblaikie@gmail.com>
20210
20211 * gdb.base/label.exp: XFAIL label related tests under Clang.
20212 * gdb.cp/cplabel.exp: Ditto.
20213 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20214 under Clang those using labels.
20215
20216 2014-04-25 Yao Qi <yao@codesourcery.com>
20217
20218 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20219 double_label.
20220 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20221 partial_label and double_label.
20222
20223 2014-04-24 David Blaikie <dblaikie@gmail.com>
20224
20225 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20226
20227 2014-04-24 David Blaikie <dblaikie@gmail.com>
20228
20229 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20230 of the function to work across GCC and Clang.
20231 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20232 pointer types (const void ** const V void **).
20233
20234 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20235 Walfred Tedeschi <walfred.tedeschi@intel.com>
20236
20237 * Makefile.in (EXECUTABLES): Added i386-avx512.
20238 * gdb.arch/i386-avx512.c: New file.
20239 * gdb.arch/i386-avx512.exp: Likewise.
20240
20241 2014-04-23 Keith Seitz <keiths@redhat.com>
20242
20243 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20244 (mi_make_breakpoint_table): New procedure.
20245 (mi_create_breakpoint): Use mi_make_breakpoint
20246 and return the result.
20247 (mi_make_breakpoint): New procedure.
20248 (mi_build_kv_pairs): New procedure.
20249
20250 * gdb.mi/mi-break.exp: Remove unused globals,
20251 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20252 All callers updated.
20253 * gdb.mi/mi-dprintf.exp: Use variable to track command
20254 number.
20255 Update all callers of mi_create_breakpoint and use
20256 mi_make_breakpoint_table.
20257 Remove any unused global variables.
20258 * gdb.mi/mi-nonstop.exp: Likewise.
20259 * gdb.mi/mi-nsintrall.exp: Likewise.
20260 * gdb.mi/mi-nsmoribund.exp: Likewise.
20261 * gdb.mi/mi-nsthrexec.exp: Likewise.
20262 * gdb.mi/mi-reverse.exp: Likewise.
20263 * gdb.mi/mi-simplerun.exp: Likewise.
20264 * gdb.mi/mi-stepn.exp: Likewise.
20265 * gdb.mi/mi-syn-frame.exp: Likewise.
20266 * gdb.mi/mi-until.exp: Likewise.
20267 * gdb.mi/mi-var-cp.exp: Likewise.
20268 * gdb.mi/mi-var-display.exp: Likewise.
20269 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20270 * gdb.mi/mi2-var-child.exp: Likewise.
20271 * gdb.mi/mi-vla-c99.exp: Likewise.
20272 * lib/mi-support.exp: Likewise.
20273
20274 From Ian Lance Taylor <iant@cygnus.com>:
20275 * lib/gdb.exp (parse_args): New procedure.
20276
20277 2014-04-23 Pedro Alves <palves@redhat.com>
20278
20279 * gdb.base/break-unload-file.c: New file.
20280 * gdb.base/break-unload-file.exp: New file.
20281 * gdb.base/sym-file-lib.c (baz): New function.
20282 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20283 field.
20284 (load): Store the segment's mapped size.
20285 (unload): New function.
20286 (unload_shlib): New function.
20287 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20288 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20289 set a breakpoint at baz, and call it.
20290 * gdb.base/sym-file.exp: New tests for stale breakpoint
20291 instructions.
20292
20293 2014-04-23 Pedro Alves <palves@redhat.com>
20294
20295 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20296 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20297 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20298 * gdb.base/hbreak-unmapped.c: New file.
20299 * gdb.base/hbreak-unmapped.exp: New file.
20300 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20301 * lib/gdb.exp (gdb_is_target_remote): ... here.
20302
20303 2014-04-22 Pedro Alves <palves@redhat.com>
20304
20305 * gdb.base/consecutive-step-over.c: New file.
20306 * gdb.base/consecutive-step-over.exp: New file.
20307
20308 2014-04-22 Pedro Alves <palves@redhat.com>
20309
20310 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20311 instead of send_gdb/gdb_expect.
20312
20313 2014-04-22 Yao Qi <yao@codesourcery.com>
20314
20315 * lib/trace-support.exp (generate_tracefile): New procedure.
20316 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20317 return 0.
20318 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20319 if generate_tracefile returns 1.
20320
20321 2014-04-18 Tom Tromey <palves@redhat.com>
20322 Pedro alves <tromey@redhat.com>
20323
20324 PR backtrace/15558
20325 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20326 with a backtrace limit.
20327 * gdb.python/py-frame-inline.exp: Test running to an inline
20328 function with a backtrace limit, and printing the newest frame.
20329 * gdb.python/py-frame-inline.c (main): Call f.
20330
20331 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20332
20333 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20334
20335 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20336
20337 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20338 Drop prefix from unsupported source file path.
20339
20340 2014-04-17 Yao Qi <yao@codesourcery.com>
20341
20342 * lib/gdb.exp (with_target_charset): New proc.
20343 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20344 with_target_charset.
20345 (test_print_strings): Likewise.
20346 (test_repeat_bytes): Likewise.
20347 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20348 for some tests.
20349
20350 2014-04-16 Keith Seitz <keiths@redhat.com>
20351
20352 PR gdb/15827
20353 * gdb.dwarf2/corrupt.c: New file.
20354 * gdb.dwarf2/corrupt.exp: New file.
20355
20356 2014-04-16 Keith Seitz <keiths@redhat.com>
20357
20358 PR c++/16597
20359 * gdb.cp/namelessclass.cc: New file.
20360 * gdb.cp/namelessclass.exp: New file.
20361 * gdb.cp/namelessclass.S: New file.
20362
20363 2014-04-16 Doug Evans <dje@google.com>
20364
20365 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20366 Add comment.
20367 (gdbserver_default_get_comm_port): New function.
20368 (gdbserver_start): Check if board file provided
20369 "gdbserver,get_comm_port" and use it if so.
20370 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20371 (gdb,socketport): Set to "stdio".
20372 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20373 (stdio_gdbserver_template): Delete.
20374 (${board}_get_remote_address): Update.
20375 (${board}_build_remote_cmd): Delete.
20376 (${board}_get_comm_port): New function.
20377 (${board}_spawn): Update.
20378 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20379 Delete.
20380 (${board}_get_remote_address): Update.
20381 (${board}_get_comm_port): New function.
20382
20383 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20384
20385 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20386 appearing in any order.
20387
20388 2014-04-15 Doug Evans <dje@google.com>
20389
20390 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20391 uninitialized value of "description".
20392
20393 2014-04-15 Keith Seitz <keiths@redhat.com>
20394
20395 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20396 Remove unused globals.
20397 (test_running_the_program): Likewise.
20398 (test_controlled_execution): Likewise.
20399 (test_controlling_breakpoints): Likewise.
20400 (test_program_termination): Likewise.
20401
20402 2014-04-15 Keith Seitz <keiths@redhat.com>
20403
20404 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20405 unused globals.
20406 (test_rbreak_creation_and_listing): Likewise.
20407 (test_ignore_count): Likewise.
20408 (test_error): Likewise.
20409
20410 2014-04-15 Pedro Alves <palves@redhat.com>
20411
20412 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20413 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20414 sym-file-loader.c.
20415 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20416 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20417 to sym-file-loader.c.
20418 (struct library): Forward declare.
20419 (load_shlib, lookup_function): Change prototypes.
20420 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20421 (translate_offset): Remove declarations.
20422 (get_text_addr): New declaration.
20423 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20424 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20425 sym-file-loader.h.
20426 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20427 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20428 here from sym-file-loader.h.
20429 (struct library): New structure.
20430 (load_shlib, lookup_function): Change prototypes and adjust to
20431 work with a struct library.
20432 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20433 (translate_offset): Make static.
20434 (get_text_addr): New function.
20435 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20436
20437 2014-04-15 Pedro Alves <palves@redhat.com>
20438
20439 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20440
20441 2014-04-15 Pedro Alves <palves@redhat.com>
20442
20443 * gdb.base/sym-file-loader.c: Include <limits.h>.
20444 (SELF_LINK): New define.
20445 (get_origin): New function.
20446 (load_shlib): Use it.
20447 * gdb.base/sym-file.exp: Don't early return if the target is
20448 remote. Use runto_main, and issue fail is that fails. Use
20449 gdb_load_shlibs.
20450 (shlib_name): Delete.
20451 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20452
20453 2014-04-15 Pedro Alves <palves@redhat.com>
20454
20455 * gdb.base/sym-file.exp: Remove regex characters from test
20456 message. Don't refer to breakpoint numbers in test messages.
20457
20458 2014-04-14 Keith Seitz <keiths@redhat.com>
20459
20460 PR c++/16253
20461 * gdb.cp/var-tag.cc: New file.
20462 * gdb.cp/var-tag.exp: New file.
20463 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20464 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20465 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20466 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20467
20468 2014-04-14 Tom Tromey <tromey@redhat.com>
20469
20470 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20471 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20472 type.
20473 * gdb.cp/enum-class.exp: New file.
20474 * gdb.cp/enum-class.cc: New file.
20475
20476 2014-04-14 Tom Tromey <tromey@redhat.com>
20477
20478 * gdb.dwarf2/enum-type.exp: New file.
20479
20480 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20481
20482 * gdb.mi/mi-vla-c99.exp: New file.
20483 * gdb.mi/vla.c: New file.
20484
20485 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20486
20487 * gdb.base/vla-datatypes.c: New file.
20488 * gdb.base/vla-datatypes.exp: New file.
20489
20490 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20491
20492 * gdb.base/vla-ptr.c: New file.
20493 * gdb.base/vla-ptr.exp: New file.
20494
20495 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20496
20497 * gdb.dwarf2/count.exp: New file.
20498
20499 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20500
20501 * gdb.base/vla-sideeffect.c: New file.
20502 * gdb.base/vla-sideeffect.exp: New file.
20503
20504 2014-04-14 David Blaikie <dblaikie@gmail.com>
20505
20506 * gdb.mi/non-stop.c: Add return value for non-void function return
20507 statement.
20508 * gdb.threads/staticthreads.c: Ditto.
20509
20510 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20511 Doug Evans <xdje42@gmail.com>
20512
20513 * gdb.guile/scm-value.c: Improve test case.
20514 * gdb.guile/scm-value.exp: Add new test.
20515
20516 2014-04-11 David Blaikie <dblaikie@gmail.com>
20517
20518 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20519 override Clang's default.
20520
20521 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20522
20523 Revert the following changes (regressions):
20524
20525 * gdb.base/vla-sideeffect.c: New file.
20526 * gdb.base/vla-sideeffect.exp: New file.
20527
20528 * gdb.dwarf2/count.exp: New file.
20529
20530 * gdb.base/vla-multi.c: New file.
20531 * gdb.base/vla-multi.exp: New file.
20532
20533 * gdb.base/vla-ptr.c: New file.
20534 * gdb.base/vla-ptr.exp: New file.
20535
20536 * gdb.base/vla-datatypes.c: New file.
20537 * gdb.base/vla-datatypes.exp: New file.
20538
20539 * gdb.mi/mi-vla-c99.exp: New file.
20540 * gdb.mi/vla.c: New file.
20541
20542 2014-04-11 Keith Seitz <keiths@redhat.com>
20543
20544 PR c++/16675
20545 * gdb.cp/cpsizeof.exp: New file.
20546 * gdb.cp/cpsizeof.cc: New file.
20547
20548 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20549
20550 * gdb.mi/mi-vla-c99.exp: New file.
20551 * gdb.mi/vla.c: New file.
20552
20553 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20554
20555 * gdb.base/vla-datatypes.c: New file.
20556 * gdb.base/vla-datatypes.exp: New file.
20557
20558 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20559
20560 * gdb.base/vla-ptr.c: New file.
20561 * gdb.base/vla-ptr.exp: New file.
20562
20563 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20564
20565 * gdb.base/vla-multi.c: New file.
20566 * gdb.base/vla-multi.exp: New file.
20567
20568 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20569
20570 * gdb.dwarf2/count.exp: New file.
20571
20572 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20573
20574 * gdb.base/vla-sideeffect.c: New file.
20575 * gdb.base/vla-sideeffect.exp: New file.
20576
20577 2014-04-11 Yao Qi <yao@codesourcery.com>
20578
20579 * gdb.base/completion.exp: Check file exists before running tests
20580 on file completion.
20581
20582 2014-04-10 Pedro Alves <palves@redhat.com>
20583
20584 * gdb.base/cond-eval-mode.c: New file.
20585 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20586 prepare_for_testing to build the new file. Check result of
20587 runto_main.
20588 (test_break, test_watch): New procedures.
20589 (top level): Use them.
20590
20591 2014-04-08 Pierre Muller <muller@sourceware.org>
20592
20593 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20594 Ctrl-V use for mingw hosts.
20595
20596 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20597
20598 * gdb.python/py-value.c: Improve test case.
20599 * gdb.python/py-value.exp: Add new test.
20600
20601 2014-04-07 David Blaikie <dblaikie@gmail.com>
20602
20603 * lib/compiler.c: Identify the clang compiler.
20604 * lib/compiler.cc: Ditto.
20605
20606 2014-04-03 Yao Qi <yao@codesourcery.com>
20607
20608 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20609
20610 2014-04-01 Anton Blanchard <anton@samba.org>
20611
20612 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20613 messages unique.
20614
20615 2014-04-01 Anton Blanchard <anton@samba.org>
20616
20617 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20618 prepare_for_testing.
20619
20620 2014-04-01 Anton Blanchard <anton@samba.org>
20621
20622 * gdb.arch/ppc64-atomic-inst.c: Remove.
20623 * gdb.arch/ppc64-atomic-inst.S: New file.
20624 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20625
20626 2014-03-31 Doug Evans <dje@google.com>
20627
20628 * gdb.base/print-symbol-loading-lib.c: New file.
20629 * gdb.base/print-symbol-loading-main.c: New file.
20630 * gdb.base/print-symbol-loading.exp: New file.
20631
20632 2014-03-31 Yao Qi <yao@codesourcery.com>
20633
20634 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20635
20636 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20637
20638 * gdb.ada/mi_dyn_arr: New testcase.
20639
20640 2014-03-27 Doug Evans <dje@google.com>
20641
20642 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20643
20644 2014-03-27 Yao Qi <yao@codesourcery.com>
20645
20646 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20647 if target is nios2-*-*.
20648
20649 2014-03-26 Yao Qi <yao@codesourcery.com>
20650
20651 * lib/gdb.exp (readline_is_used): New proc.
20652 * gdb.base/completion.exp: Move tests on command complete up.
20653 Skip the rest of tests if readline is not used.
20654 * gdb.ada/complete.exp: Skp the test if readline is not
20655 used.
20656 * gdb.base/filesym.exp: Likewise.
20657 * gdb.base/macscp.exp: Likewise.
20658 * gdb.base/readline-ask.exp: Likewise.
20659 * gdb.base/readline.exp: Likewise.
20660 * gdb.python/py-cmd.exp: Likewise.
20661 * gdb.trace/tfile.exp: Likewise.
20662
20663 2014-03-26 Yao Qi <yao@codesourcery.com>
20664
20665 * gdb.base/macscp.exp: Fix code format issues.
20666
20667 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20668
20669 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20670 * gdb.asm/powerpc64le.inc: New file.
20671
20672 2014-03-25 Pedro Alves <palves@redhat.com>
20673 Doug Evans <dje@google.com>
20674
20675 * gdb.base/source-execution.c: New file.
20676 * gdb.base/source-execution.exp: New file.
20677 * gdb.base/source-execution.gdb: New file.
20678
20679 2014-03-24 Doug Evans <dje@google.com>
20680
20681 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20682 using fission.
20683
20684 2014-03-24 Hui Zhu <hui@codesourcery.com>
20685 Pedro Alves <palves@redhat.com>
20686
20687 PR breakpoints/16101
20688 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20689 test pass/fail messages. Detect missing support for dprintf when
20690 breakpoints are actually inserted.
20691 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20692 breakpoints are actually inserted.
20693 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20694 fails.
20695
20696 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20697
20698 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20699
20700 2014-03-22 Doug Evans <xdje42@gmail.com>
20701
20702 * gdb.python/python.exp (python not supported): Verify multi-line
20703 python command issues an error.
20704 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20705 guile command issues an error.
20706
20707 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20708
20709 * gdb.threads/thread-specific.exp: Handle the lack of usable
20710 $this_breakpoint and $this_thread.
20711
20712 2014-03-21 Hui Zhu <hui@codesourcery.com>
20713
20714 * gdb.base/attach.exp (do_command_attach_tests): New.
20715
20716 2014-03-20 Tom Tromey <tromey@redhat.com>
20717 Pedro Alves <palves@redhat.com>
20718
20719 PR cli/15718
20720 * gdb.base/condbreak-call-false.c: New file.
20721 * gdb.base/condbreak-call-false.exp: New file.
20722
20723 2014-03-20 Pedro Alves <palves@redhat.com>
20724
20725 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20726 Delete.
20727 (block_signals, unblock_signals): Delete.
20728 (child_function_2, main): Remove references to deleted variable
20729 and functions.
20730
20731 2014-03-20 Pedro Alves <palves@redhat.com>
20732
20733 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20734 Use pthread_kill to signal thread 2.
20735 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20736 Adjust to make the test send itself a signal rather than using the
20737 host's "kill" command.
20738
20739 2014-03-20 Pedro Alves <palves@redhat.com>
20740
20741 * gdb.threads/multiple-step-overs.c: New file.
20742 * gdb.threads/multiple-step-overs.exp: New file.
20743 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20744 Adjust expected infrun debug output.
20745
20746 2014-03-20 Pedro Alves <palves@redhat.com>
20747
20748 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20749 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20750
20751 2014-03-20 Pedro Alves <palves@redhat.com>
20752
20753 PR breakpoints/7143
20754 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20755 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20756 of gdb_test_multiple.
20757 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20758 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20759
20760 2014-03-20 Pedro Alves <palves@redhat.com>
20761
20762 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20763 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20764
20765 2014-03-19 Pedro Alves <palves@redhat.com>
20766
20767 * gdb.base/async.exp: Remove early return.
20768
20769 2014-03-19 Pedro Alves <palves@redhat.com>
20770
20771 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20772
20773 2014-03-19 Pedro Alves <palves@redhat.com>
20774
20775 * gdb.base/async.exp (test_background): Expect \r\n after
20776 "completed." in the fail pattern.
20777
20778 2014-03-19 Pedro Alves <palves@redhat.com>
20779
20780 * gdb.base/async.exp (test_background): New procedure.
20781 Use it for all background execution command tests.
20782
20783 2014-03-19 Pedro Alves <palves@redhat.com>
20784
20785 * gdb.base/async.exp: Use prepare_for_testing.
20786
20787 2014-03-19 Pedro Alves <palves@redhat.com>
20788
20789 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20790 the same line.
20791
20792 2014-03-19 Pedro Alves <palves@redhat.com>
20793
20794 * gdb.base/async.c (main): Add "jump here" and "until here" line
20795 marker comments.
20796 * gdb.base/async.exp (jump_here): New global.
20797 (jump& test): Use it.
20798 (until_here): New global.
20799 (until& test): Use it.
20800
20801 2014-03-19 Pedro Alves <palves@redhat.com>
20802
20803 * gdb.base/async.exp: Don't frob gdb_protocol.
20804
20805 2014-03-18 Doug Evans <xdje42@gmail.com>
20806
20807 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20808 Fix spelling of exec-done-display.
20809
20810 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20811
20812 PR gdb/15358
20813 * gdb.base/gdb-sigterm.c: New file.
20814 * gdb.base/gdb-sigterm.exp: New file.
20815
20816 2014-03-18 Pedro Alves <palves@redhat.com>
20817
20818 PR gdb/13860
20819 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20820 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20821 solib-event.
20822
20823 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20824
20825 * gdb.ada/pckd_arr_ren: New testcase.
20826
20827 2014-03-13 Doug Evans <xdje42@gmail.com>
20828
20829 PR guile/16612
20830 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20831 collect after discarding symbols.
20832
20833 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20834 Doug Evans <xdje42@gmail.com>
20835
20836 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20837 to history survives a gc.
20838
20839 2014-03-13 Pedro Alves <palves@redhat.com>
20840
20841 * gdb.base/default.exp: Don't test "target procfs".
20842
20843 2014-03-13 Pedro Alves <palves@redhat.com>
20844
20845 * gdb.base/default.exp: Update "target child" and "target procfs"
20846 tests to not expect "Unix".
20847
20848 2014-03-12 Tom Tromey <tromey@redhat.com>
20849
20850 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20851 New procs. Add target-async tests.
20852 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20853 Add target-async tests.
20854
20855 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20856
20857 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20858 'func_start' and 'func_end' for the beginning and end of the
20859 function code, respectively.
20860 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20861 'func_end' instead of 'func' and 'main'.
20862
20863 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20864
20865 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20866 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20867 generate the debug info assembler source.
20868
20869 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20870
20871 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20872 * gdb.dwarf2/arr-subrange.exp: Likewise.
20873 * gdb.dwarf2/dwz.exp: Likewise.
20874 * gdb.dwarf2/method-ptr.exp: Likewise.
20875 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20876 * gdb.dwarf2/subrange.exp: Likewise.
20877 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20878 * gdb.dwarf2/implptrpiece.exp: Likewise.
20879 * gdb.dwarf2/nostaticblock.exp: Likewise.
20880
20881 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20882
20883 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20884 directory to absolute path name arguments.
20885
20886 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20887
20888 * gdb.ada/tagged_access: New testcase.
20889
20890 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20891
20892 * gdb.btrace/data.exp: Update expected output.
20893
20894 2014-03-06 Yao Qi <yao@codesourcery.com>
20895
20896 * gdb.trace/pr16508.exp: New file.
20897
20898 2014-03-05 Pedro Alves <palves@redhat.com>
20899
20900 PR gdb/16575
20901 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20902 procedure.
20903 (top level): Adjust to use it. Add tests that exercise breakpoint
20904 interaction with the code-cache.
20905
20906 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20907
20908 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20909 test for 'history-append!'.
20910
20911 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20912
20913 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20914 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20915 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20916 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20917 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20918 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20919
20920 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20921
20922 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20923 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20924 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20925
20926 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20927
20928 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20929
20930 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20931
20932 * gdb.dwarf2/arr-stride.c: New file.
20933 * gdb.dwarf2/arr-stride.exp: New file.
20934
20935 2014-02-26 Pedro Alves <palves@redhat.com>
20936
20937 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20938 that won't ever trigger. Make sure that GDB reports the correct
20939 breakpoint that caused the stop.
20940
20941 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20942
20943 PR gdb/16626
20944 * gdb.base/auto-load-script: New file.
20945 * gdb.base/auto-load.c: New file.
20946 * gdb.base/auto-load.exp: New file.
20947
20948 PR gdb/16626
20949 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20950
20951 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20952
20953 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20954 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20955
20956 2014-02-24 Doug Evans <dje@google.com>
20957
20958 * lib/gdb.exp (run_on_host): Log error output if program fails.
20959
20960 2014-02-21 Pedro Alves <palves@redhat.com>
20961
20962 * gdb.threads/step-after-sr-lock.c: Rename to ...
20963 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20964 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20965 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20966 ... this.
20967
20968 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20969
20970 PR tdep/16397
20971 * gdb.arch/amd64-stap-special-operands.exp: New file.
20972 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20973 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20974 * gdb.arch/amd64-stap-triplet.S: Likewise.
20975 * gdb.arch/amd64-stap-triplet.c: Likewise.
20976
20977 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20978
20979 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20980 in .section pseudo-op.
20981
20982 2014-02-20 lin zuojian <manjian2006@gmail.com>
20983 Joel Brobecker <brobecker@adacore.com>
20984 Doug Evans <xdje42@gmail.com>
20985
20986 PR symtab/16581
20987 * gdb.dwarf2/dw2-icycle.S: New file.
20988 * gdb.dwarf2/dw2-icycle.c: New file.
20989 * gdb.dwarf2/dw2-icycle.exp: New file.
20990
20991 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20992
20993 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20994 operations on gdb.Value objects.
20995 * gdb.python/py-value-cc.exp: Add new test to test operations on
20996 gdb.Value objects.
20997
20998 2014-02-18 Doug Evans <dje@google.com>
20999
21000 * Makefile.in (TESTS): New variable.
21001 (expanded_tests, expanded_tests_or_none): New variables
21002 (check-single): Pass $(expanded_tests_or_none) to runtest.
21003 (check-parallel): Only run tests in $(TESTS) if non-empty.
21004 (check/no-matching-tests-found): New rule.
21005 * README: Document TESTS makefile variable.
21006
21007 2014-02-18 Doug Evans <dje@google.com>
21008
21009 * Makefile.in (check-parallel): rm -rf outputs temp.
21010
21011 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21012
21013 Fix "ERROR: no fileid for" in the testsuite.
21014 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21015
21016 2014-02-12 Doug Evans <dje@google.com>
21017
21018 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21019 (MISCELLANEOUS): New variable.
21020 (clean): rm -rf $(MISCELLANEOUS).
21021 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21022 dwp live in the same directory as symlinks, with each symlink pointed
21023 to a differently named file in a different directory.
21024
21025 2014-02-11 Doug Evans <dje@google.com>
21026
21027 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21028 of Tcl file commands.
21029
21030 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21031
21032 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21033 "kill -SIGUSR1 -1".
21034
21035 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21036
21037 * gdb.ada/tick_length_array_enum_idx: New testcase.
21038
21039 2014-02-10 Doug Evans <xdje42@gmail.com>
21040
21041 * configure.ac (AC_OUTPUT): Add gdb.guile.
21042 * configure: Regenerate.
21043 * lib/gdb-guile.exp: New file.
21044 * lib/gdb.exp (get_target_charset): New function.
21045 * gdb.base/help.exp: Update expected output from "apropos apropos".
21046 * gdb.guile/Makefile.in: New file.
21047 * gdb.guile/guile.exp: New file.
21048 * gdb.guile/scm-arch.c: New file.
21049 * gdb.guile/scm-arch.exp: New file.
21050 * gdb.guile/scm-block.c: New file.
21051 * gdb.guile/scm-block.exp: New file.
21052 * gdb.guile/scm-breakpoint.c: New file.
21053 * gdb.guile/scm-breakpoint.exp: New file.
21054 * gdb.guile/scm-disasm.c: New file.
21055 * gdb.guile/scm-disasm.exp: New file.
21056 * gdb.guile/scm-equal.c: New file.
21057 * gdb.guile/scm-equal.exp: New file.
21058 * gdb.guile/scm-error.exp: New file.
21059 * gdb.guile/scm-error.scm: New file.
21060 * gdb.guile/scm-frame-args.c: New file.
21061 * gdb.guile/scm-frame-args.exp: New file.
21062 * gdb.guile/scm-frame-args.scm: New file.
21063 * gdb.guile/scm-frame-inline.c: New file.
21064 * gdb.guile/scm-frame-inline.exp: New file.
21065 * gdb.guile/scm-frame.c: New file.
21066 * gdb.guile/scm-frame.exp: New file.
21067 * gdb.guile/scm-generics.exp: New file.
21068 * gdb.guile/scm-gsmob.exp: New file.
21069 * gdb.guile/scm-iterator.c: New file.
21070 * gdb.guile/scm-iterator.exp: New file.
21071 * gdb.guile/scm-math.c: New file.
21072 * gdb.guile/scm-math.exp: New file.
21073 * gdb.guile/scm-objfile-script-gdb.in: New file.
21074 * gdb.guile/scm-objfile-script.c: New file.
21075 * gdb.guile/scm-objfile-script.exp: New file.
21076 * gdb.guile/scm-objfile.c: New file.
21077 * gdb.guile/scm-objfile.exp: New file.
21078 * gdb.guile/scm-ports.exp: New file.
21079 * gdb.guile/scm-pretty-print.c: New file.
21080 * gdb.guile/scm-pretty-print.exp: New file.
21081 * gdb.guile/scm-pretty-print.scm: New file.
21082 * gdb.guile/scm-section-script.c: New file.
21083 * gdb.guile/scm-section-script.exp: New file.
21084 * gdb.guile/scm-section-script.scm: New file.
21085 * gdb.guile/scm-symbol.c: New file.
21086 * gdb.guile/scm-symbol.exp: New file.
21087 * gdb.guile/scm-symtab-2.c: New file.
21088 * gdb.guile/scm-symtab.c: New file.
21089 * gdb.guile/scm-symtab.exp: New file.
21090 * gdb.guile/scm-type.c: New file.
21091 * gdb.guile/scm-type.exp: New file.
21092 * gdb.guile/scm-value-cc.cc: New file.
21093 * gdb.guile/scm-value-cc.exp: New file.
21094 * gdb.guile/scm-value.c: New file.
21095 * gdb.guile/scm-value.exp: New file.
21096 * gdb.guile/source2.scm: New file.
21097 * gdb.guile/types-module.cc: New file.
21098 * gdb.guile/types-module.exp: New file.
21099
21100 2014-02-10 Yao Qi <yao@codesourcery.com>
21101
21102 PR testsuite/16543
21103 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21104 * configure: Regenerated.
21105 * Makefile.in: New file.
21106
21107 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21108
21109 * gdb.python/py-framefilter.exp: Fix typo.
21110
21111 2014-02-08 Yao Qi <yao@codesourcery.com>
21112
21113 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21114 that no =breakpoint-modified is emitted when breakpoints are
21115 modified through MI commands.
21116
21117 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21118 Pedro Alves <palves@redhat.com>
21119
21120 * gdb.threads/step-after-sr-lock.c: New file.
21121 * gdb.threads/step-after-sr-lock.exp: New file.
21122
21123 2014-02-07 Pedro Alves <palves@redhat.com>
21124
21125 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21126
21127 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21128
21129 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21130 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21131
21132 2014-02-06 Doug Evans <xdje42@gmail.com>
21133
21134 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21135 output.
21136
21137 * gdb.gdb/python-interrupts.exp: New file.
21138
21139 2014-02-05 Yao Qi <yao@codesourcery.com>
21140
21141 * gdb.trace/report.exp (use_collected_data): Test the output
21142 of "info threads" and "info inferiors".
21143
21144 2014-02-05 Yao Qi <yao@codesourcery.com>
21145
21146 Revert this patch:
21147
21148 2013-05-24 Yao Qi <yao@codesourcery.com>
21149
21150 * gdb.trace/tfile.exp: Test inferior and thread.
21151
21152 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21153
21154 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21155 on a function.
21156 * gdb.base/step-bt.c: Call hello via function pointer to make
21157 sure its first instruction is executed on powerpc64le-linux.
21158
21159 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21160
21161 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21162
21163 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21164
21165 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21166 of the test patterns for use on little-endian systems.
21167
21168 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21169
21170 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21171 (decimal_vector): Fix for little-endian.
21172
21173 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21174
21175 * gdb.arch/sparc-sysstep.exp: New file.
21176 * gdb.arch/sparc-sysstep.c: Likewise.
21177
21178 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21179
21180 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21181
21182 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21183
21184 2014-01-23 Tom Tromey <tromey@redhat.com>
21185
21186 * gdb.ada/array_char_idx: New testcase.
21187
21188 2014-01-23 Tom Tromey <tromey@redhat.com>
21189
21190 PR python/16487:
21191 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21192 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21193 classes.
21194
21195 2014-01-23 Tom Tromey <tromey@redhat.com>
21196
21197 PR python/16491:
21198 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21199 string from an inferior frame.
21200 * gdb.python/py-framefilter-mi.exp: Update.
21201
21202 2014-01-22 Doug Evans <dje@google.com>
21203
21204 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21205
21206 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21207
21208 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21209
21210 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21211
21212 * gdb.trace/entry-values.exp: Remove excess space character from
21213 regex patterns. Handle s390 call instruction.
21214
21215 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21216
21217 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21218 define "*_start" label. Make "name" static.
21219 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21220 ${name} by references to ${name}_start.
21221
21222 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21223
21224 * gdb.base/info-macros.exp: Remove "debug" from the compile
21225 options.
21226
21227 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21228
21229 * gdb.dlang/demangle.exp: New file.
21230
21231 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21232
21233 * gdb.dlang/primitive-types.exp: New file.
21234
21235 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21236
21237 * configure.ac: Create gdb.dlang/Makefile.
21238 * configure: Regenerate.
21239 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21240 * gdb.dlang/Makefile.in: New file.
21241 * lib/d-support.exp: New file.
21242 * lib/gdb.exp (skip_d_tests): New proc.
21243
21244 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21245
21246 * gdb.btrace/delta.exp: Check reverse stepi.
21247 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21248 * gdb.btrace/finish.exp: New.
21249 * gdb.btrace/next.exp: New.
21250 * gdb.btrace/nexti.exp: New.
21251 * gdb.btrace/record_goto.c: Add comments.
21252 * gdb.btrace/step.exp: New.
21253 * gdb.btrace/stepi.exp: New.
21254 * gdb.btrace/multi-thread-step.c: New.
21255 * gdb.btrace/multi-thread-step.exp: New.
21256 * gdb.btrace/rn-dl-bind.c: New.
21257 * gdb.btrace/rn-dl-bind.exp: New.
21258 * gdb.btrace/data.c: New.
21259 * gdb.btrace/data.exp: New.
21260 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21261
21262 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21263
21264 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21265 * gdb.btrace/exception.exp: Update.
21266 * gdb.btrace/instruction_history.exp: Update.
21267 * gdb.btrace/record_goto.exp: Update.
21268 * gdb.btrace/tailcall.exp: Update.
21269 * gdb.btrace/unknown_functions.exp: Update.
21270 * gdb.btrace/delta.exp: New.
21271
21272 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21273
21274 * gdb.btrace/record_goto.exp: Add backtrace test.
21275 * gdb.btrace/tailcall.exp: Add backtrace test.
21276
21277 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21278
21279 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21280 * gdb.btrace/record_goto.c: New.
21281 * gdb.btrace/record_goto.exp: New.
21282 * gdb.btrace/x86-record_goto.S: New.
21283
21284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21285
21286 * gdb.btrace/function_call_history.exp: Update tests.
21287 * gdb.btrace/instruction_history.exp: Update tests.
21288
21289 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21290
21291 * gdb.btrace/function_call_history.exp: Fix expected field
21292 order for "record function-call-history".
21293 Add new tests for "record function-call-history /c".
21294 * gdb.btrace/exception.cc: New.
21295 * gdb.btrace/exception.exp: New.
21296 * gdb.btrace/tailcall.exp: New.
21297 * gdb.btrace/x86-tailcall.S: New.
21298 * gdb.btrace/x86-tailcall.c: New.
21299 * gdb.btrace/unknown_functions.c: New.
21300 * gdb.btrace/unknown_functions.exp: New.
21301 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21302
21303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21304
21305 * gdb.btrace/instruction_history.exp: Update.
21306 * gdb.btrace/function_call_history.exp: Update.
21307
21308 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21309
21310 * gdb.btrace/function_call_history.exp: Fix expected function
21311 trace.
21312 * gdb.btrace/instruction_history.exp: Initialize traced.
21313 Remove traced_functions.
21314
21315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21316
21317 * gdb.btrace/function_call_history.exp: Update
21318 * gdb.btrace/instruction_history.exp: Update.
21319
21320 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21321
21322 * gdb.btrace/enable.exp: Update expected text.
21323
21324 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21325
21326 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21327 bytes.
21328
21329 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21330
21331 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21332
21333 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21334
21335 * lib/gdb.exp (supports_process_record): Return true for
21336 arm*-linux*. (supports_reverse): Likewise.
21337
21338 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21339
21340 PR python/15464
21341 PR python/16113
21342 * gdb.python/py-type.c: Enhance test case.
21343 * gdb.python/py-value-cc.cc: Likewise
21344 * gdb.python/py-type.exp: Add new tests.
21345 * gdb.python/py-value-cc.exp: Likewise
21346
21347 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21348 Pedro Alves <palves@redhat.com>
21349
21350 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21351 Make "name" extern.
21352 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21353 references to ${name}_start by references to ${name}.
21354
21355 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21356
21357 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21358
21359 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21360
21361 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21362
21363 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21364 Pedro Alves <palves@redhat.com>
21365
21366 * gdb.mi/mi-info-os.exp: Connect to the target with
21367 mi_gdb_target_load.
21368
21369 2014-01-08 Pedro Alves <palves@redhat.com>
21370
21371 * gdb.threads/reconnect-signal.c: New file.
21372 * gdb.threads/reconnect-signal.exp: New file.
21373
21374 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21375
21376 * gdb.base/source-dir.exp: New file.
21377
21378 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21379
21380 * gdb.ada/mi_interface: New testcase.
21381
21382 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21383
21384 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21385 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21386 gdb.ada/pp-rec-component/pck.ads: New files.
21387
21388 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21389
21390 * gdb.python/py-pp-integral.c: New file.
21391 * gdb.python/py-pp-integral.py: New file.
21392 * gdb.python/py-pp-integral.exp: New file.
21393
21394 For older changes see ChangeLog-1993-2013.
21395 \f
21396 ;; Local Variables:
21397 ;; mode: change-log
21398 ;; left-margin: 8
21399 ;; fill-column: 74
21400 ;; version-control: never
21401 ;; End:
21402
21403 Copyright 2014-2020 Free Software Foundation, Inc.
21404 Copying and distribution of this file, with or without modification,
21405 are permitted provided the copyright notice and this notice are preserved.
This page took 0.488887 seconds and 5 git commands to generate.