]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: make frame_unwind_got_optimized return a not_lval value
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
4 output, printing a "not saved" value from history and printing a
5 convenience variable created from a "not saved" value.
6
7 2020-08-31 Tom de Vries <tdevries@suse.de>
8
9 * gdb.base/eh_return.exp: Use nopie.
10
11 2020-08-28 Pedro Alves <pedro@palves.net>
12
13 * gdb.base/advance-until-multiple-locations.exp
14 (advance_overload, until_overload): Adjust to match the
15 frame/function header instead of the source line text.
16
17 2020-08-28 Tom de Vries <tdevries@suse.de>
18
19 * gdb.base/label-without-address.c: New test.
20 * gdb.base/label-without-address.exp: New file.
21
22 2020-08-27 Pedro Alves <pedro@palves.net>
23
24 PR gdb/26523
25 PR gdb/26524
26 * gdb.base/advance-until-multiple-locations.cc: New.
27 * gdb.base/advance-until-multiple-locations.exp: New.
28
29 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
30
31 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
32
33 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * gdb.arch/amd64-byte.exp: Make test names unique, use
36 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
37 * gdb.arch/amd64-dword.exp: Likewise.
38 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
39 * gdb.arch/amd64-stap-special-operands.exp: Make test names
40 unique.
41 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
42 * gdb.arch/amd64-word.exp: Make test names unique, use
43 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
44 * gdb.arch/i386-byte.exp: Make test names unique, use
45 gdb_breakpoint.
46 * gdb.arch/i386-word.exp: Likewise.
47
48 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
49
50 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
51
52 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
53
54 PR gdb/26532
55 * gdb.threads/stepi-random-signal.exp: Update pattern.
56
57 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
58
59 PR gdb/26532
60 * gdb.base/ui-redirect.exp: Update pattern.
61
62 2020-08-25 Gary Benson <gbenson@redhat.com>
63
64 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
65 when compiling with clang.
66 * gdb.dwarf2/dw2-restore.exp: Likewise.
67
68 2020-08-25 Gary Benson <gbenson@redhat.com>
69
70 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
71 Add additional_flags=-Wno-inaccessible-base when compiling
72 with GCC >= 10.1 or clang. Add additional_flags=-w when
73 compiling with GCC < 10.
74
75 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
76
77 PR m2/26372
78 * gdb.modula2/multidim.c: New file.
79 * gdb.modula2/multidim.exp: New file.
80
81 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * lib/gdb.exp (runto): Always emit fail on internal error.
84
85 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
86
87 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
88 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
89 Likewise.
90 * gdb.threads/stepi-random-signal.exp: Likewise.
91
92 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
93
94 * gdb.base/print-file-var.exp: Fix typo "breapoint".
95 * gdb.trace/strace.exp: Ditto.
96
97 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
98
99 * gdb.fortran/vla-type.exp: Skip commands not required for
100 the Flang compiled binaries after prologue fix.
101
102 2020-08-17 Tom de Vries <tdevries@suse.de>
103 Tom Tromey <tromey@adacore.com>
104
105 PR rust/26197:
106 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
107
108 2020-08-17 Tom Tromey <tromey@adacore.com>
109
110 * gdb.ada/mi_var_access.exp: New file.
111 * gdb.ada/mi_var_access/mi_access.adb: New file.
112 * gdb.ada/mi_var_access/pck.adb: New file.
113 * gdb.ada/mi_var_access/pck.ads: New file.
114
115 2020-08-16 Tom de Vries <tdevries@suse.de>
116
117 PR gdb/25350
118 * gdb.base/eh_return.c: New test.
119 * gdb.base/eh_return.exp: New file.
120
121 2020-08-15 Tom de Vries <tdevries@suse.de>
122
123 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
124 (mixed_func_1d_): Use fortran_charlen_t in decl.
125
126 2020-08-15 Tom de Vries <tdevries@suse.de>
127
128 PR backtrace/26390
129 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
130 Update expected pattern.
131
132 2020-08-13 Pedro Alves <pedro@palves.net>
133
134 * gdb.fortran/complex.exp: Check skip_fortran_tests.
135 * gdb.fortran/library-module.exp: Likewise.
136 * gdb.fortran/logical.exp: Likewise.
137 * gdb.fortran/module.exp: Likewise.
138 * gdb.fortran/print_type.exp: Likewise.
139 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
140 * gdb.fortran/vla-datatypes.exp: Likewise.
141 * gdb.fortran/vla-history.exp: Likewise.
142 * gdb.fortran/vla-ptr-info.exp: Likewise.
143 * gdb.fortran/vla-ptype-sub.exp: Likewise.
144 * gdb.fortran/vla-ptype.exp: Likewise.
145 * gdb.fortran/vla-sizeof.exp: Likewise.
146 * gdb.fortran/vla-type.exp: Likewise.
147 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
148 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
149 * gdb.fortran/vla-value-sub.exp: Likewise.
150 * gdb.fortran/vla-value.exp: Likewise.
151
152 2020-08-13 Pedro Alves <pedro@palves.net>
153
154 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
155 * gdb.ada/access_to_packed_array.exp: Likewise.
156 * gdb.ada/access_to_unbounded_array.exp: Likewise.
157 * gdb.ada/addr_arith.exp: Likewise.
158 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
159 * gdb.ada/arr_arr.exp: Likewise.
160 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
161 * gdb.ada/array_bounds.exp: Likewise.
162 * gdb.ada/array_of_variable_length.exp: Likewise.
163 * gdb.ada/array_ptr_renaming.exp: Likewise.
164 * gdb.ada/array_subscript_addr.exp: Likewise.
165 * gdb.ada/arraydim.exp: Likewise.
166 * gdb.ada/arrayparam.exp: Likewise.
167 * gdb.ada/arrayptr.exp: Likewise.
168 * gdb.ada/assign_1.exp: Likewise.
169 * gdb.ada/assign_arr.exp: Likewise.
170 * gdb.ada/atomic_enum.exp: Likewise.
171 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
172 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
173 * gdb.ada/bias.exp: Likewise.
174 * gdb.ada/boolean_expr.exp: Likewise.
175 * gdb.ada/bp_c_mixed_case.exp: Likewise.
176 * gdb.ada/bp_enum_homonym.exp: Likewise.
177 * gdb.ada/bp_inlined_func.exp: Likewise.
178 * gdb.ada/bp_on_var.exp: Likewise.
179 * gdb.ada/bp_range_type.exp: Likewise.
180 * gdb.ada/bp_reset.exp: Likewise.
181 * gdb.ada/call_pn.exp: Likewise.
182 * gdb.ada/catch_assert_if.exp: Likewise.
183 * gdb.ada/catch_ex.exp: Likewise.
184 * gdb.ada/catch_ex_std.exp: Likewise.
185 * gdb.ada/char_enum.exp: Likewise.
186 * gdb.ada/char_param.exp: Likewise.
187 * gdb.ada/complete.exp: Likewise.
188 * gdb.ada/cond_lang.exp: Likewise.
189 * gdb.ada/convvar_comp.exp: Likewise.
190 * gdb.ada/dgopt.exp: Likewise.
191 * gdb.ada/disc_arr_bound.exp: Likewise.
192 * gdb.ada/display_nested.exp: Likewise.
193 * gdb.ada/dot_all.exp: Likewise.
194 * gdb.ada/dyn_loc.exp: Likewise.
195 * gdb.ada/dyn_stride.exp: Likewise.
196 * gdb.ada/excep_handle.exp: Likewise.
197 * gdb.ada/expr_delims.exp: Likewise.
198 * gdb.ada/expr_with_funcall.exp: Likewise.
199 * gdb.ada/exprs.exp: Likewise.
200 * gdb.ada/fin_fun_out.exp: Likewise.
201 * gdb.ada/fixed_cmp.exp: Likewise.
202 * gdb.ada/formatted_ref.exp: Likewise.
203 * gdb.ada/frame_arg_lang.exp: Likewise.
204 * gdb.ada/frame_args.exp: Likewise.
205 * gdb.ada/fullname_bp.exp: Likewise.
206 * gdb.ada/fun_addr.exp: Likewise.
207 * gdb.ada/fun_in_declare.exp: Likewise.
208 * gdb.ada/fun_overload_menu.exp: Likewise.
209 * gdb.ada/fun_renaming.exp: Likewise.
210 * gdb.ada/funcall_char.exp: Likewise.
211 * gdb.ada/funcall_param.exp: Likewise.
212 * gdb.ada/funcall_ptr.exp: Likewise.
213 * gdb.ada/funcall_ref.exp: Likewise.
214 * gdb.ada/homonym.exp: Likewise.
215 * gdb.ada/info_addr_mixed_case.exp: Likewise.
216 * gdb.ada/info_auto_lang.exp: Likewise.
217 * gdb.ada/info_exc.exp: Likewise.
218 * gdb.ada/info_types.exp: Likewise.
219 * gdb.ada/int_deref.exp: Likewise.
220 * gdb.ada/interface.exp: Likewise.
221 * gdb.ada/iwide.exp: Likewise.
222 * gdb.ada/lang_switch.exp: Likewise.
223 * gdb.ada/length_cond.exp: Likewise.
224 * gdb.ada/maint_with_ada.exp: Likewise.
225 * gdb.ada/mi_catch_assert.exp: Likewise.
226 * gdb.ada/mi_catch_ex.exp: Likewise.
227 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
228 * gdb.ada/mi_dyn_arr.exp: Likewise.
229 * gdb.ada/mi_ex_cond.exp: Likewise.
230 * gdb.ada/mi_exc_info.exp: Likewise.
231 * gdb.ada/mi_interface.exp: Likewise.
232 * gdb.ada/mi_prot.exp: Likewise.
233 * gdb.ada/mi_ref_changeable.exp: Likewise.
234 * gdb.ada/mi_string_access.exp: Likewise.
235 * gdb.ada/mi_task_arg.exp: Likewise.
236 * gdb.ada/mi_task_info.exp: Likewise.
237 * gdb.ada/mi_var_array.exp: Likewise.
238 * gdb.ada/mi_var_union.exp: Likewise.
239 * gdb.ada/mi_variant.exp: Likewise.
240 * gdb.ada/minsyms.exp: Likewise.
241 * gdb.ada/mod_from_name.exp: Likewise.
242 * gdb.ada/nested.exp: Likewise.
243 * gdb.ada/null_array.exp: Likewise.
244 * gdb.ada/optim_drec.exp: Likewise.
245 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
246 * gdb.ada/packed_array_assign.exp: Likewise.
247 * gdb.ada/packed_tagged.exp: Likewise.
248 * gdb.ada/pp-rec-component.exp: Likewise.
249 * gdb.ada/print_chars.exp: Likewise.
250 * gdb.ada/print_pc.exp: Likewise.
251 * gdb.ada/ptr_typedef.exp: Likewise.
252 * gdb.ada/ptype_arith_binop.exp: Likewise.
253 * gdb.ada/ptype_array.exp: Likewise.
254 * gdb.ada/ptype_field.exp: Likewise.
255 * gdb.ada/ptype_tagged_param.exp: Likewise.
256 * gdb.ada/ptype_union.exp: Likewise.
257 * gdb.ada/py_range.exp: Likewise.
258 * gdb.ada/py_taft.exp: Likewise.
259 * gdb.ada/rdv_wait.exp: Likewise.
260 * gdb.ada/rec_comp.exp: Likewise.
261 * gdb.ada/rec_return.exp: Likewise.
262 * gdb.ada/ref_param.exp: Likewise.
263 * gdb.ada/ref_tick_size.exp: Likewise.
264 * gdb.ada/rename_subscript_param.exp: Likewise.
265 * gdb.ada/repeat_dyn.exp: Likewise.
266 * gdb.ada/same_component_name.exp: Likewise.
267 * gdb.ada/same_enum.exp: Likewise.
268 * gdb.ada/scalar_storage.exp: Likewise.
269 * gdb.ada/set_wstr.exp: Likewise.
270 * gdb.ada/small_reg_param.exp: Likewise.
271 * gdb.ada/str_binop_equal.exp: Likewise.
272 * gdb.ada/str_ref_cmp.exp: Likewise.
273 * gdb.ada/str_uninit.exp: Likewise.
274 * gdb.ada/sub_variant.exp: Likewise.
275 * gdb.ada/sym_print_name.exp: Likewise.
276 * gdb.ada/taft_type.exp: Likewise.
277 * gdb.ada/tagged.exp: Likewise.
278 * gdb.ada/tagged_access.exp: Likewise.
279 * gdb.ada/task_bp.exp: Likewise.
280 * gdb.ada/task_switch_in_core.exp: Likewise.
281 * gdb.ada/tasks.exp: Likewise.
282 * gdb.ada/tick_last_segv.exp: Likewise.
283 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
284 * gdb.ada/type_coercion.exp: Likewise.
285 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
286 * gdb.ada/unchecked_union.exp: Likewise.
287 * gdb.ada/uninitialized_vars.exp: Likewise.
288 * gdb.ada/var_arr_attrs.exp: Likewise.
289 * gdb.ada/var_arr_typedef.exp: Likewise.
290 * gdb.ada/var_rec_arr.exp: Likewise.
291 * gdb.ada/variant-record.exp: Likewise.
292 * gdb.ada/variant.exp: Likewise.
293 * gdb.ada/variant_record_packed_array.exp: Likewise.
294 * gdb.ada/varsize_limit.exp: Likewise.
295 * gdb.ada/whatis_array_val.exp: Likewise.
296 * gdb.ada/widewide.exp: Likewise.
297 * gdb.ada/win_fu_syms.exp: Likewise.
298
299 2020-08-12 Gary Benson <gbenson@redhat.com>
300
301 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
302
303 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
304
305 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
306 unset the array variable.
307
308 2020-08-03 Tom de Vries <tdevries@suse.de>
309
310 PR symtab/26333
311 * lib/dwarf.exp (DW_LNE_user): New proc.
312 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
313 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
314
315 2020-07-31 Kevin Buettner <kevinb@redhat.com>
316
317 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
318 to 'uintptr_t'
319 (inttypes.h): Include.
320
321 2020-07-31 Kevin Buettner <kevinb@redhat.com>
322
323 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
324 (C5_24k): Delete.
325 (C5_8k, C5_64k, C5_256k): New macros.
326 (buf_ro): Allocate 256 KiB of initialized data.
327
328 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
329
330 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
331 that attempt to overwrite an existing condition with a condition
332 that fails parsing and also with a condition that parses fine
333 but contains junk at the end.
334
335 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
336
337 * gdb.base/condbreak-bad.c: New test.
338 * gdb.base/condbreak-bad.exp: New file.
339
340 2020-07-30 Tom de Vries <tdevries@suse.de>
341
342 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
343 out of ...
344 (GDBInfoModuleSymbols::check_entry): ... here.
345 (GDBInfoModuleSymbols::check_optional_entry): New proc.
346 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
347 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
348
349 2020-07-30 Tom de Vries <tdevries@suse.de>
350
351 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
352 "__class_some_module_Number_t" optional.
353
354 2020-07-29 Tom de Vries <tdevries@suse.de>
355
356 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
357 multiple locations.
358
359 2020-07-29 Tom de Vries <tdevries@suse.de>
360
361 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
362 rather than function name.
363
364 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 PR symtab/26270:
367 * gdb.cp/disasm-func-name.cc: New file.
368 * gdb.cp/disasm-func-name.exp: New file.
369
370 2020-07-28 Tom Tromey <tromey@adacore.com>
371
372 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
373 'varval' location.
374
375 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.python/py-unwind.py: Update to make use of a register
378 descriptor.
379
380 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.python/py-arch-reg-names.exp: Add additional tests.
383
384 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 PR fortran/23051
387 PR fortran/26139
388 * gdb.fortran/class-allocatable-array.exp: New file.
389 * gdb.fortran/class-allocatable-array.f90: New file.
390 * gdb.fortran/pointer-to-pointer.exp: New file.
391 * gdb.fortran/pointer-to-pointer.f90: New file.
392
393 2020-07-25 Tom de Vries <tdevries@suse.de>
394
395 PR symtab/26243
396 * gdb.dwarf2/dw2-line-number-zero.c: New test.
397 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
398
399 2020-07-24 Tom de Vries <tdevries@suse.de>
400
401 PR testsuite/26293
402 * gdb.ada/mi_prot.exp: Require gnatmake-8.
403
404 2020-07-23 Pedro Alves <pedro@palves.net>
405
406 * gdb.server/server-kill.exp (prepare): New, factored out from the
407 top level.
408 (kill_server): New.
409 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
410 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
411
412 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
415
416 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
417
418 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
419 Initialize to empty string at top level.
420 (gdb_wrapper_init): Revert check for file existence on build.
421 Build the wrapper in its default place, not a build-specific
422 location. When host == build, make the pathname absolute.
423 (gdb_compile): Delete leftover declaration of
424 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
425 string instead of uninitialized.
426
427 2020-07-22 Kevin Buettner <kevinb@redhat.com>
428
429 * gdb.base/corefile2.exp: New file.
430 * gdb.base/coremaker2.exp: New file.
431
432 2020-07-22 Kevin Buettner <kevinb@redhat.com>
433
434 * gdb.base/coredump-filter.exp: Add second
435 non-Private-Shared-Anon-File test.
436 (test_disasm): Rename binfile for test which is expected
437 to fail.
438
439 2020-07-22 Kevin Buettner <kevinb@redhat.com>
440
441 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
442 data in core file".
443 * gdb.base/coremaker.c (buf2ro): New global.
444 (mmapdata): Add a read-only mmap mapping.
445
446 2020-07-22 Kevin Buettner <kevinb@redhat.com>
447
448 PR corefiles/25631
449 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
450 New test.
451 * gdb.base/coremaker.c (buf3): New global.
452 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
453 flags.
454
455 2020-07-22 Kevin Buettner <kevinb@redhat.com>
456
457 * gdb.base/coremaker.c (filler_ro): New global constant.
458
459 2020-07-22 Tom Tromey <tromey@adacore.com>
460
461 * gdb.ada/mi_prot.exp: New file.
462 * gdb.ada/mi_prot/pkg.adb: New file.
463 * gdb.ada/mi_prot/pkg.ads: New file.
464 * gdb.ada/mi_prot/prot.adb: New file.
465
466 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
467
468 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
469 loads two JITers.
470
471 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.python/py-arch-reg-groups.exp: Additional tests.
474
475 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.python/py-arch-reg-names.exp: Additional tests.
478
479 2020-07-21 Tom de Vries <tdevries@suse.de>
480
481 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
482 breakpoint locations".
483 * gdb.reverse/solib-reverse.exp: Same.
484
485 2020-07-21 Tom de Vries <tdevries@suse.de>
486
487 * gdb.reverse/step-reverse.c (callee): Merge statements.
488
489 2020-07-21 Tom de Vries <tdevries@suse.de>
490
491 * gdb.fortran/info-modules.exp (info module variables): Allow missing
492 line numbers for some variables.
493
494 2020-07-21 Tom de Vries <tdevries@suse.de>
495
496 * gdb.opt/inline-locals.c (init_array): New func.
497 (func1): Use init_array.
498 * gdb.opt/inline-locals.exp: Update pattern.
499
500 2020-07-21 Tom de Vries <tdevries@suse.de>
501
502 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
503 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
504
505 2020-07-20 Ludovic Courtès <ludo@gnu.org>
506
507 * gdb.guile/source2.scm: Add #f first argument to 'format'.
508 * gdb.guile/types-module.exp: Remove "ERROR:" from
509 regexps since Guile 3.0 no longer prints that.
510
511 2020-07-20 Ludovic Courtès <ludo@gnu.org>
512
513 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
514 error regexp to match on Guile 2.2.
515
516 2020-07-20 Gary Benson <gbenson@redhat.com>
517
518 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
519 with clang.
520
521 2020-07-20 Tom de Vries <tdevries@suse.de>
522
523 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
524 (omp_set_lock_in_order): New function.
525 (single_scope, multi_scope, nested_func, nested_parallel): Use
526 omp_set_lock_in_order and omp_unset_lock.
527 (main): Init and destroy lock and lock2.
528
529 2020-07-20 Tom de Vries <tdevries@suse.de>
530
531 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
532
533 2020-07-20 Tom de Vries <tdevries@suse.de>
534
535 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
536
537 2020-07-17 Tom de Vries <tdevries@suse.de>
538
539 * gdb.base/valgrind-infcall-2.c: New test.
540 * gdb.base/valgrind-infcall-2.exp: New file.
541 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
542
543 2020-07-17 Tom de Vries <tdevries@suse.de>
544
545 * gdb.dlang/circular.c (found): Use found_label as label name.
546 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
547 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
548 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
549 * gdb.dwarf2/ada-linkage-name.exp: Same.
550 * gdb.dwarf2/arr-subrange.exp: Same.
551 * gdb.dwarf2/atomic-type.exp: Same.
552 * gdb.dwarf2/comp-unit-lang.exp: Same.
553 * gdb.dwarf2/cpp-linkage-name.exp: Same.
554 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
555 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
556 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
557 * gdb.dwarf2/implptr-64bit.exp: Same.
558 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
559 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
560 * gdb.dwarf2/imported-unit.exp: Same.
561 * gdb.dwarf2/main-subprogram.exp: Same.
562 * gdb.dwarf2/missing-type-name.exp: Same.
563 * gdb.dwarf2/nonvar-access.exp: Same.
564 * gdb.dwarf2/struct-with-sig.exp: Same.
565 * gdb.dwarf2/typedef-void-finish.exp: Same.
566 * gdb.dwarf2/void-type.exp: Same.
567
568 2020-07-17 Tom de Vries <tdevries@suse.de>
569
570 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
571 src parameter.
572 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
573 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
574 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
575 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
576 * gdb.dwarf2/dwz.exp: Same.
577 * gdb.dwarf2/implptr-optimized-out.exp: Same.
578 * gdb.dwarf2/implref-array.exp: Same.
579 * gdb.dwarf2/implref-const.exp: Same.
580 * gdb.dwarf2/implref-global.exp: Same.
581 * gdb.dwarf2/implref-struct.exp: Same.
582 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
583 * gdb.dwarf2/opaque-type-lookup.exp: Same.
584 * gdb.dwarf2/var-access.exp: Same.
585 * gdb.dwarf2/varval.exp: Same.
586 * gdb.trace/entry-values.exp: Same.
587
588 2020-07-17 Tom de Vries <tdevries@suse.de>
589
590 * lib/dwarf.exp (Dwarf::extern): Remove.
591 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
592 * gdb.dlang/circular.exp: Same.
593 * gdb.dwarf2/comp-unit-lang.exp: Same.
594 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
595 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
596 * gdb.dwarf2/dwz.exp: Same.
597 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
598 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
599 * gdb.dwarf2/imported-unit.exp: Same.
600 * gdb.dwarf2/opaque-type-lookup.exp: Same.
601
602 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
603
604 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
605 Use double quotes instead of single quotes.
606
607 2020-07-16 Caroline Tice <cmtice@google.com>
608
609 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
610 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
611
612 2020-07-16 Tom de Vries <tdevries@suse.de>
613
614 * lib/dwarf.exp (program): Initialize _line.
615 (DW_LNE_end_sequence): Reinitialize _line.
616 (DW_LNS_advance_line): Update _line.
617 (line): New proc.
618 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
619 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
620 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
621 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
622 * gdb.dwarf2/dw2-is-stmt.exp: Same.
623 * gdb.dwarf2/dw2-ranges-func.exp: Same.
624
625 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
628 generic.
629
630 2020-07-15 Tom de Vries <tdevries@suse.de>
631
632 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
633 is_amd64_regs_target.
634
635 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
636
637 * gdb.fortran/ptype-on-functions.exp: Add more tests.
638 * gdb.fortran/ptype-on-functions.f90: Likewise.
639
640 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
641
642 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
643 values in documentation for addr_size to 4 and 8.
644
645 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * gdb.arch/amd64-osabi.exp: Update.
648 * gdb.arch/arm-disassembler-options.exp: Update.
649 * gdb.arch/powerpc-disassembler-options.exp: Update.
650 * gdb.arch/ppc64-symtab-cordic.exp: Update.
651 * gdb.arch/s390-disassembler-options.exp: Update.
652 * gdb.base/all-architectures.exp.tcl: Update.
653 * gdb.base/attach-pie-noexec.exp: Update.
654 * gdb.base/catch-syscall.exp: Update.
655 * gdb.xml/tdesc-arch.exp: Update.
656
657 2020-07-14 Tom de Vries <tdevries@suse.de>
658
659 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
660 (local_gettid): ... this.
661 (fn): Update.
662
663 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
664
665 * gdb.base/info_sources.exp: Skip directory match tests on
666 remote hosts.
667
668 2020-07-13 Gary Benson <gbenson@redhat.com>
669
670 * gdb.base/savedregs.exp (caller): Use parentheses to
671 make expected expression evaluation ordering explicit.
672
673 2020-07-13 Gary Benson <gbenson@redhat.com>
674
675 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
676
677 2020-07-13 Gary Benson <gbenson@redhat.com>
678
679 * gdb.base/bigcore.c (main): Use a volatile pointer when
680 attempting to trigger a SIGSEGV.
681 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
682 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
683 * gdb.base/savedregs.c (thrower): Likewise.
684 * gdb.mi/mi-syn-frame.c (bar): Likewise.
685
686 2020-07-13 Gary Benson <gbenson@redhat.com>
687
688 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
689 defining and using VLA structure fields into...
690 * gdb.base/vla-struct-fields.c: New file.
691 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
692 tests into...
693 * gdb.base/vla-struct-fields.exp: New file.
694
695 2020-07-13 Tom de Vries <tdevries@suse.de>
696
697 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
698 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
699 * gdb.base/gold-gdb-index.exp: Same.
700 * gdb.base/morestack.exp: Same.
701
702 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
703
704 PR rust/26121
705 * gdb.rust/modules.rs: Prevent linker from discarding test
706 symbol.
707
708 2020-07-10 Pedro Alves <pedro@palves.net>
709
710 PR gdb/26199
711 * gdb.multi/multi-target.c (exit_thread): New.
712 (thread_start): Break loop if EXIT_THREAD.
713 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
714 (top level) Call test_no_resumed.
715
716 2020-07-08 Tom Tromey <tromey@adacore.com>
717
718 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
719 * gdb.ada/catch_ex.exp: Examine catchpoint text.
720
721 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 PR python/22748
724 * gdb.opt/inline-frame-tailcall.c: New file.
725 * gdb.opt/inline-frame-tailcall.exp: New file.
726 * gdb.python/py-unwind-inline.c: New file.
727 * gdb.python/py-unwind-inline.exp: New file.
728 * gdb.python/py-unwind-inline.py: New file.
729
730 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.python/py-arch-reg-groups.exp: New file.
733
734 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.python/py-arch-reg-names.exp: New file.
737
738 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
739
740 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
741 gdb.PendingFrame.architecture method.
742
743 2020-07-06 Tom de Vries <tdevries@suse.de>
744
745 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
746
747 2020-07-03 Pedro Alves <palves@redhat.com>
748
749 * gdb.base/structs2.c (main): Adjust second parem_reg call to
750 explicitly write negative numbers.
751 * gdb.base/structs2.exp: Adjust expected output.
752
753 2020-07-03 Pedro Alves <palves@redhat.com>
754
755 * gdb.base/charset.c (init_string): Change all char parameters to
756 unsigned char parameters.
757
758 2020-07-03 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/call-sc.exp (start_scalars_test): Use
761 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
762 * gdb.base/overlays.c: Remove references to PARAMS.
763 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
764 * gdb.base/reread.exp: Don't set 'prototypes' global.
765 * gdb.base/structs.exp (start_structs_test): Use
766 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
767 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
768 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
769 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
770 call.
771 * gdb.base/varargs.exp: Don't set 'prototypes' global.
772
773 2020-07-03 Pedro Alves <palves@redhat.com>
774
775 * gdb.base/m32rovly.c: Delete.
776 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
777
778 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
779
780 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
781 of gdb_py_test_multiple.
782 * gdb.python/py-cmd.exp: Likewise.
783 * gdb.python/py-events.exp: Likewise.
784 * gdb.python/py-function.exp: Likewise.
785 * gdb.python/py-inferior.exp: Likewise.
786 * gdb.python/py-infthread.exp: Likewise.
787 * gdb.python/py-linetable.exp: Likewise.
788 * gdb.python/py-parameter.exp: Likewise.
789 * gdb.python/py-value.exp: Likewise.
790
791 2020-06-30 Tom de Vries <tdevries@suse.de>
792
793 PR testsuite/26175
794 * lib/future.exp (gdb_default_target_compile): Detect and handle
795 early_flags.
796
797 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
798
799 * boards/simavr.exp (gdb_load): Catch errors when closing
800 previous connection. Close connection, wait for process and
801 unset simavr_spawn_id on failure.
802
803 2020-06-29 Tom de Vries <tdevries@suse.de>
804
805 * lib/gdb.exp (unknown): Make test-case unresolved.
806
807 2020-06-29 Tom de Vries <tdevries@suse.de>
808
809 PR gdb/25475
810 * gdb.server/solib-list.exp: Verify that the symbol reload
811 confirmation question is asked.
812
813 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
814
815 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
816 have a input seq nr in each pass message.
817 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
818 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
819 * gdb.python/python.exp: Make test names unique,
820 use gdb_test_multiline instead of gdb_py_test_multiple,
821 use $gdb_test_name.
822 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
823
824 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
825
826 * configure.ac: Add --enable-libctf.
827 * aclocal.m4: sinclude ../config/enable.m4.
828 * Makefile.in (site.exp): Add enable_libctf to site.exp.
829 * lib/gdb.exp (skip_ctf_tests): Use it.
830 * gdb.base/ctf-constvars.exp: Error message tweak.
831 * gdb.base/ctf-ptype.exp: Likewise.
832 * configure: Regenerate.
833
834 2020-06-26 Gary Benson <gbenson@redhat.com>
835
836 * gdb.cp/try_catch.cc: Include string.h.
837 (main): Replace comparison against string literal with
838 strcmp, avoiding build failure with -Wstring-compare.
839 Add "marker test-complete".
840 * gdb.cp/try_catch.exp: Run the test to the above marker,
841 then verify that the value of "test" is still true.
842
843 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
846
847 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
850
851 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
854 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
855 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
856 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
857 * gdb.arch/riscv-tdesc-loading.exp: New file.
858
859 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
860
861 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
862
863 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
866 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
867 * gdb.arch/riscv-tdesc-regs.c: New file.
868 * gdb.arch/riscv-tdesc-regs.exp: New file.
869
870 2020-06-24 Pedro Alves <palves@redhat.com>
871
872 * gdb.arch/amd64-entry-value-paramref.exp: Use
873 prepare_for_testing_full and don't pass "c++" for the .S file
874 build spec.
875 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
876 $options, since it's an assembly file. Remove -Wno-deprecated.
877 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
878 compiling C++ programs.
879
880 2020-06-24 Pedro Alves <palves@redhat.com>
881
882 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
883 Clang, add "-Wno-unknown-warning-option" to the options.
884
885 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.xml/tdesc-reload.c: New file.
888 * gdb.xml/tdesc-reload.exp: New file.
889 * gdb.xml/maint-xml-dump-01.xml: New file.
890 * gdb.xml/maint-xml-dump-02.xml: New file.
891 * gdb.xml/maint-xml-dump.exp: New file.
892
893 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
894
895 * lib/completion-support.exp (test_gdb_completion_offers_commands):
896 Adjust for omitted commands when TUI is disabled.
897
898 2020-06-23 Gary Benson <gbenson@redhat.com>
899 Pedro Alves <palves@redhat.com>
900
901 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
902 * gdb.cp/nsimport.cc: Likewise.
903 * gdb.cp/nsnested.cc: Likewise.
904 * gdb.cp/nsnoimports.cc: Likewise.
905 * gdb.cp/nsusing.cc: Likewise.
906 * gdb.cp/smartp.cc: Likewise.
907 * gdb.python/py-pp-integral.c: Likewise.
908 * gdb.python/py-pp-re-notag.c: Likewise.
909
910 2020-06-23 Gary Benson <gbenson@redhat.com>
911
912 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
913 * gdb.cp/nsimport.cc: Likewise.
914 * gdb.cp/nsnested.cc: Likewise.
915 * gdb.cp/nsnoimports.cc: Likewise.
916 * gdb.cp/nsusing.cc: Likewise.
917 * gdb.cp/smartp.cc: Likewise.
918 * gdb.python/py-pp-integral.c: Likewise.
919 * gdb.python/py-pp-re-notag.c: Likewise.
920
921 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
922
923 * gdb.base/default-args.exp: New test.
924 * gdb.base/default-args.c: New file.
925 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
926 * gdb.base/default.exp: Update to new help text.
927 * gdb.base/help.exp: Likewise.
928 * gdb.base/page.exp: Likewise.
929 * gdb.base/style.exp: Likewise.
930 * gdb.guile/guile.exp: Likewise.
931 * gdb.python/python.exp: Likewise.
932
933 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
934
935 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
936 remote host. Fix search path syntax on Windows host.
937
938 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
939
940 * gdb.base/attach.exp: Test priority of 'exec-file' changed
941 over 'exec-file-mismatch'.
942 * gdb.base/attach.c: Mark should_exit volatile.
943 * gdb.base/attach2.c: Likewise. Add a comment explaining
944 why the sleep cannot be big.
945 * gdb.base/attach3.c: New file.
946
947 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
948
949 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
950 prefix optional.
951
952 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
953
954 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
955 for remote host.
956
957 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
958 Hafiz Abid Qadeer <abidh@codesourcery.com>
959
960 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
961 file sent to remote host.
962 (top level): Allow int32_t as type of 32-bit register.
963
964 2020-06-19 Tom de Vries <tdevries@suse.de>
965
966 * lib/gdb.exp (gdb_note): New proc.
967 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
968 (gdb_default_target_compile): ... here. Only call
969 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
970 (use_gdb_compile): Change to array.
971 (toplevel): Update sets of use_gdb_compile to specify language.
972 Warn about default_target_compile override. Store dejagnu's version
973 of default_target_compile in dejagnu_default_target_compile.
974
975 2020-06-18 Tom de Vries <tdevries@suse.de>
976
977 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
978 (default_gdb_init): ... here.
979
980 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
981
982 Fix TUI support checks in gdb.tui tests.
983
984 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
985 just say UNSUPPORTED.
986 * gdb.tui/corefile-run.exp: Likewise.
987 * gdb.tui/empty.exp: Likewise.
988 * gdb.tui/list-before.exp: Likewise.
989 * gdb.tui/list.exp: Likewise.
990 * gdb.tui/main.exp: Likewise.
991 * gdb.tui/regs.exp: Likewise.
992 * gdb.tui/resize.exp: Likewise.
993 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
994 * gdb.tui/tui-layout-asm.exp: Likewise.
995 * gdb.tui/tui-missing-src.exp: Likewise.
996 * gdb.tui/winheight.exp: Likewise.
997 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
998
999 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1000
1001 Fix TCL error in gdb.python/py-format-string.exp.
1002
1003 * gdb.python/py-format-string.exp: Move test for python support
1004 earlier, out of function body.
1005
1006 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1007
1008 * gdb.base/index-cache-load-twice.c: New.
1009 * gdb.base/index-cache-load-twice.exp: New.
1010
1011 2020-06-17 Keith Seitz <keiths@redhat.com>
1012
1013 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1014 when executing "gdb --configuration".
1015
1016 2020-06-17 Tom de Vries <tdevries@suse.de>
1017
1018 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1019 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1020 conditional on presence of gdb_tcl_unknown.
1021 (gdb_finish): Make override undo conditional on presence of
1022 gdb_tcl_unknown.
1023
1024 2020-06-16 Tom Tromey <tom@tromey.com>
1025
1026 * gdb.python/tui-window.py (failwin): New function. Register it
1027 as a TUI window type.
1028 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1029
1030 2020-06-16 Gary Benson <gbenson@redhat.com>
1031
1032 * gdb.python/py-nested-maps.c (create_map): Add missing return
1033 value.
1034 (create_map_map): Likewise.
1035
1036 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1037
1038 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1039 variable.
1040 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1041 and use the already-defined 'options' variable.
1042
1043 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1044 Tom de Vries <tdevries@suse.de>
1045
1046 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1047 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1048 (gdb_setup_known_globals): New proc.
1049 (gdb_cleanup_globals): New proc.
1050 * lib/gdb.exp (load_lib): New override proc.
1051 (gdb_stdin_log_init): Set var in_file as persistent global.
1052 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1053 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1054 fpc_compiler as persistent global.
1055
1056 2020-06-12 Tom de Vries <tdevries@suse.de>
1057
1058 * lib/tuiterm.exp (spawn): Rename to ...
1059 (tui_spawn): ... this.
1060 (toplevel): Move rename of spawn ...
1061 (gdb_init_tuiterm): ... here. New proc.
1062 (gdb_finish_tuiterm): New proc.
1063 * lib/gdb.exp (gdb_finish_hooks): New global var.
1064 (gdb_finish): Handle gdb_finish_hooks.
1065 (tuiterm_env): New proc.
1066 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1067 tuiterm_env.
1068 * gdb.tui/basic.exp: Same.
1069 * gdb.tui/corefile-run.exp: Same.
1070 * gdb.tui/empty.exp: Same.
1071 * gdb.tui/list-before.exp: Same.
1072 * gdb.tui/list.exp: Same.
1073 * gdb.tui/main.exp: Same.
1074 * gdb.tui/new-layout.exp: Same.
1075 * gdb.tui/regs.exp: Same.
1076 * gdb.tui/resize.exp: Same.
1077 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1078 * gdb.tui/tui-layout-asm.exp: Same.
1079 * gdb.tui/tui-missing-src.exp: Same.
1080 * gdb.tui/winheight.exp: Same.
1081
1082 2020-06-12 Tom de Vries <tdevries@suse.de>
1083
1084 PR testsuite/26110
1085 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1086 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1087
1088 2020-06-11 Tom Tromey <tom@tromey.com>
1089
1090 PR gdb/18318:
1091 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1092 floating point tests.
1093
1094 2020-06-11 Keith Seitz <keiths@redhat.com>
1095
1096 PR gdb/21356
1097 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1098 vla_struct.
1099 Add new struct vla_typedef and union vla_typedef_union and
1100 corresponding instantiation objects.
1101 Initialize new objects.
1102 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1103 and vla_typedef_union_object.
1104 Fixup type for vla_struct_object.
1105
1106 2020-06-11 Tom de Vries <tdevries@suse.de>
1107
1108 * lib/gdb.exp (with_override): New proc, factored out of ...
1109 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1110
1111 2020-06-10 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1114
1115 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1116
1117 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1118 parameter, update callers.
1119
1120 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1121
1122 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1123 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1124 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1125
1126 2020-06-04 Tom de Vries <tdevries@suse.de>
1127
1128 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1129
1130 2020-06-04 Tom de Vries <tdevries@suse.de>
1131
1132 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1133 exp_continue.
1134
1135 2020-06-04 Tom de Vries <tdevries@suse.de>
1136
1137 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1138
1139 2020-06-03 Tom de Vries <tdevries@suse.de>
1140
1141 PR symtab/26046
1142 * gdb.cp/breakpoint-locs-2.cc: New test.
1143 * gdb.cp/breakpoint-locs.cc: New test.
1144 * gdb.cp/breakpoint-locs.exp: New file.
1145 * gdb.cp/breakpoint-locs.h: New test.
1146
1147 2020-06-03 Tom de Vries <tdevries@suse.de>
1148
1149 PR testsuite/25609
1150 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1151 value of global verbose.
1152 * gdb.base/jit-elf.exp: Same.
1153 * gdb.base/jit-reader.exp: Same.
1154
1155 2020-06-02 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.dwarf2/multidictionary.exp: Don't use
1158 gdb_spawn_with_cmdline_opts.
1159
1160 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1163 use_header case.
1164 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1165 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1166 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1167 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1168 * gdb.dwarf2/dw2-inline-header.c: New file.
1169 * gdb.dwarf2/dw2-inline-header.h: New file.
1170
1171 2020-05-30 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1174 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1175
1176 2020-05-29 Gary Benson <gbenson@redhat.com>
1177
1178 * gdb.compile/compile-cplus.exp (additional_flags): Also
1179 set when building with clang.
1180 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1181 when building with clang.
1182
1183 2020-05-29 Gary Benson <gbenson@redhat.com>
1184
1185 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1186 building with clang.
1187 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1188
1189 2020-05-29 Gary Benson <gbenson@redhat.com>
1190
1191 * gdb.cp/koenig.exp (prepare_for_testing): Add
1192 additional_flags=-Wno-unused-comparison.
1193 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1194
1195 2020-05-28 Gary Benson <gbenson@redhat.com>
1196
1197 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1198 statement.
1199
1200 2020-05-28 Gary Benson <gbenson@redhat.com>
1201
1202 * gdb.cp/classes.exp (prepare_for_testing): Add
1203 additional_flags=-Wno-deprecated-register.
1204 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1205 * gdb.cp/misc.exp: Likewise.
1206
1207 2020-05-28 Gary Benson <gbenson@redhat.com>
1208
1209 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1210 (test_op_new::operator new): Add return statement.
1211 (test_op_new_array::operator new[]): Likewise.
1212
1213 2020-05-27 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1216 check. Use test_gdb_complete_unique instead of
1217 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1218 test_gdb_complete_multiple instead of
1219 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1220
1221 2020-05-27 Luis Machado <luis.machado@linaro.org>
1222
1223 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1224 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1225 * gdb.arch/arm-disassembler-options.exp: Likewise.
1226 * gdb.arch/arm-disp-step.exp: Likewise.
1227 * gdb.arch/thumb-prologue.exp: Likewise.
1228 * gdb.base/async.exp: Likewise.
1229 * gdb.base/auxv.exp: Likewise.
1230 * gdb.base/complex-parts.exp: Likewise.
1231 * gdb.base/ena-dis-br.exp: Likewise.
1232 * gdb.base/foll-exec.exp: Likewise.
1233 * gdb.base/permissions.exp: Likewise.
1234 * gdb.base/relocate.exp: Likewise.
1235 * gdb.base/return2.exp: Likewise.
1236 * gdb.base/sigbpt.exp: Likewise.
1237 * gdb.base/siginfo-obj.exp: Likewise.
1238 * gdb.cp/converts.exp: Likewise.
1239 * gdb.cp/exceptprint.exp: Likewise.
1240 * gdb.cp/inherit.exp: Likewise.
1241 * gdb.cp/nsnoimports.exp: Likewise.
1242 * gdb.cp/virtbase2.exp: Likewise.
1243 * gdb.mi/mi-var-cmd.exp: Likewise.
1244 * gdb.mi/var-cmd.c: Likewise.
1245
1246 2020-05-26 Tom Tromey <tromey@adacore.com>
1247
1248 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1249
1250 2020-05-26 Tom Tromey <tromey@adacore.com>
1251
1252 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1253 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1254 type.
1255 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1256 variable.
1257
1258 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1259
1260 * Makefile.in: Use = instead of == for the test command
1261 for portability.
1262
1263 2020-05-26 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.base/gold-gdb-index-2.c: New test.
1266 * gdb.base/gold-gdb-index.c: New test.
1267 * gdb.base/gold-gdb-index.exp: New file.
1268 * gdb.base/gold-gdb-index.h: New test.
1269
1270 2020-05-25 Tom de Vries <tdevries@suse.de>
1271
1272 * boards/gold-gdb-index.exp: New file.
1273
1274 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1275
1276 * boards/simavr.exp: New file.
1277
1278 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1279
1280 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1281 * gdb.base/inferior-args.exp: New file.
1282 * gdb.base/inferior-args.c: New file.
1283
1284 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1285
1286 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1287 inferior_args. Pass it to gdb_reload.
1288 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1289 inferior_args.
1290 (gdb_reload): Add inferior_args argument.
1291 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1292 pass it to gdbserver_run.
1293 * boards/native-gdbserver.exp: Do not set noargs.
1294 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1295 inferior_args argument.
1296 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1297 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1298 * gdb.base/args.exp: Likewise.
1299
1300 2020-05-25 Tom de Vries <tdevries@suse.de>
1301
1302 * lib/gdb.exp (exec_is_pie): Add comment.
1303
1304 2020-05-25 Tom de Vries <tdevries@suse.de>
1305
1306 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1307 instead of $binfile in the untested message.
1308
1309 2020-05-25 Tom de Vries <tdevries@suse.de>
1310
1311 PR testsuite/26031
1312 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1313
1314 2020-05-25 Tom de Vries <tdevries@suse.de>
1315
1316 * boards/gold.exp: New file.
1317
1318 2020-05-23 Tom Tromey <tom@tromey.com>
1319
1320 * gdb.base/style.exp: Remove completion styling test.
1321 * lib/gdb-utils.exp (style): Remove completion styles.
1322
1323 2020-05-23 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.base/style.exp: Add completion styling test.
1326 * lib/gdb-utils.exp (style): Add completion styles.
1327
1328 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.base/annota1.exp: Update expected results.
1331 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1332 test name.
1333 * gdb.cp/annota3.exp: Update expected results.
1334
1335 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1336
1337 PR gdb/26016
1338 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1339 against MAP_FAILED.
1340 * gdb.base/coremaker.c (mmapdata): Likewise.
1341 * gdb.base/jit-reader-host.c (main): Likewise.
1342 * gdb.base/sym-file-loader.c (load): Likewise.
1343 (load_shlib): Likewise.
1344
1345 2020-05-20 Tom Tromey <tromey@adacore.com>
1346
1347 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1348
1349 2020-05-20 Tom de Vries <tdevries@suse.de>
1350
1351 PR symtab/25833
1352 * gdb.base/with-mf-inc.c: New test.
1353 * gdb.base/with-mf-main.c: New test.
1354 * gdb.base/with-mf.exp: New file.
1355
1356 2020-05-19 Tom Tromey <tromey@adacore.com>
1357
1358 * gdb.rust/simple.exp: Restore missing test result.
1359
1360 2020-05-19 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.base/gdb-caching-proc.exp: Fix typo.
1363
1364 2020-05-19 Tom Tromey <tromey@adacore.com>
1365
1366 * gdb.rust/simple.exp: Add some test descriptions.
1367 (test_one_slice): Use with_test_prefix.
1368
1369 2020-05-18 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1372
1373 2020-05-17 Pedro Alves <palves@redhat.com>
1374
1375 PR gdb/25741
1376 * gdb.base/hw-sw-break-same-address.exp: New file.
1377
1378 2020-05-16 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1381 LAST_LOADED_FILE accordingly.
1382
1383 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1384
1385 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1386
1387 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1388
1389 * gdb.base/help.exp: Test apropos and help for commands
1390 having aliases. Fixed comments not starting with an
1391 upper-case letter or not finishing with a dot.
1392
1393 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1394
1395 * gdb.base/alias.exp: Update help output check.
1396
1397 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1398
1399 * gdb.base/default.exp: Update output following fixes.
1400
1401 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1402
1403 * gdb.base/alias.exp: Test aliases starting with a prefix of
1404 another alias.
1405
1406 2020-05-15 Gary Benson <gbenson@redhat.com>
1407
1408 * gdb.base/info-os.c (main): Add return statement.
1409 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1410 * gdb.base/large-frame-2.c (func): Likewise.
1411 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1412 * gdb.base/pr10179-b.c (foo2): Likewise.
1413 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1414 * gdb.base/watch-cond.c (func): Likewise.
1415 * gdb.multi/goodbye.c (verylongfun): Likewise.
1416 * gdb.multi/hello.c (commonfun): Likewise.
1417 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1418 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1419 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1420 Likewise.
1421 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1422 * gdb.threads/interrupt-while-step-over.c (child_function):
1423 Likewise.
1424 * gdb.trace/actions-changed.c (end): Likewise.
1425
1426 2020-05-15 Gary Benson <gbenson@redhat.com>
1427
1428 * gdb.opencl/callfuncs.exp: Report when test skipped.
1429 * gdb.opencl/convs_casts.exp: Likewise.
1430 * gdb.opencl/datatypes.exp: Likewise.
1431 * gdb.opencl/operators.exp: Likewise.
1432 * gdb.opencl/vec_comps.exp: Likewise.
1433
1434 2020-05-15 Tom de Vries <tdevries@suse.de>
1435
1436 * gdb.base/align.exp.in: Rename to ...
1437 * gdb.base/align.exp.tcl: ... this.
1438 * gdb.base/align-c++.exp: Update.
1439 * gdb.base/align-c.exp: Update.
1440 * gdb.base/all-architectures.exp.in: Rename to ...
1441 * gdb.base/all-architectures.exp: ... this.
1442 * gdb.base/all-architectures-0.exp: Update.
1443 * gdb.base/all-architectures-1.exp: Update.
1444 * gdb.base/all-architectures-2.exp: Update.
1445 * gdb.base/all-architectures-3.exp: Update.
1446 * gdb.base/all-architectures-4.exp: Update.
1447 * gdb.base/all-architectures-5.exp: Update.
1448 * gdb.base/all-architectures-6.exp: Update.
1449 * gdb.base/all-architectures-7.exp: Update.
1450 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1451 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1452 * gdb.base/infcall-nested-structs-c++.exp: Update.
1453 * gdb.base/infcall-nested-structs-c.exp: Update.
1454 * gdb.base/info-types.exp.in: Rename to ...
1455 * gdb.base/info-types.exp.tcl: ... this.
1456 * gdb.base/info-types-c++.exp: Update.
1457 * gdb.base/info-types-c.exp: Update.
1458 * gdb.base/max-depth.exp.in: Rename to ...
1459 * gdb.base/max-depth.exp.tcl: ... this.
1460 * gdb.base/max-depth-c++.exp: Update.
1461 * gdb.base/max-depth-c.exp: Update.
1462 * gdb.cp/cpexprs.exp.in: Rename to ...
1463 * gdb.cp/cpexprs.exp.tcl: ... this.
1464 * gdb.cp/cpexprs-debug-types.exp: Update.
1465 * gdb.cp/cpexprs.exp: Update.
1466 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1467 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1468 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1469 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1470 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1471 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1472 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1473 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1474 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1475 * gdb.dwarf2/clang-debug-names.exp: Update.
1476
1477 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * lib/check-test-names.exp: Remove code that prevents this file
1480 loading when tests are run in parallel.
1481
1482 2020-05-15 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.multi/multi-kill.exp (start_inferior): Remove
1485 'testpid' parameter. Refer to namespace variable directly.
1486 (testpid): Declare as namespace variable.
1487
1488 2020-05-15 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.multi/multi-kill.exp: Wrap in namespace.
1491 (start_inferior): Add TESTPID parameter. Use it instead of the
1492 testpid global.
1493 (top level): Define empty TESTPID array, and pass it down to
1494 start_inferior.
1495
1496 2020-05-14 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1499 output.
1500
1501 2020-05-14 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.base/align.exp: Split into ...
1504 * gdb.base/align.exp.in: ...
1505 * gdb.base/align-c++.exp: ...
1506 * gdb.base/align-c.exp: ... these.
1507 * gdb.base/infcall-nested-structs.exp: Split into ...
1508 * gdb.base/infcall-nested-structs.exp.in: ...
1509 * gdb.base/infcall-nested-structs-c++.exp: ...
1510 * gdb.base/infcall-nested-structs-c.exp: ... these.
1511 * gdb.base/info-types.exp: Split into ...
1512 * gdb.base/info-types.exp.in: ...
1513 * gdb.base/info-types-c++.exp: ...
1514 * gdb.base/info-types-c.exp: ... these.
1515 * gdb.base/max-depth.exp: Split into ...
1516 * gdb.base/max-depth.exp.in: ...
1517 * gdb.base/max-depth-c++.exp: ...
1518 * gdb.base/max-depth-c.exp: ... these.
1519 * gdb.cp/infcall-nodebug.exp: Split into ...
1520 * gdb.cp/infcall-nodebug.exp.in: ...
1521 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1522 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1523 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1524 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1525
1526 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1527 Pedro Alves <palves@redhat.com>
1528
1529 * gdb.multi/multi-exit.c: New file.
1530 * gdb.multi/multi-exit.exp: New file.
1531 * gdb.multi/multi-kill.c: New file.
1532 * gdb.multi/multi-kill.exp: New file.
1533
1534 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1535
1536 * gdb.base/annota1.exp: Update the expected output.
1537 * gdb.cp/annota2.exp: Ditto.
1538
1539 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * lib/check-test-names.exp: Disable when testing is being run in
1542 parallel.
1543
1544 2020-05-12 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.base/jit-elf.exp: Fix string concat.
1547
1548 2020-05-12 Tom de Vries <tdevries@suse.de>
1549
1550 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1551 messages.
1552
1553 2020-05-12 Tom de Vries <tdevries@suse.de>
1554
1555 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1556
1557 2020-05-12 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1560 * gdb.ada/mi_catch_ex.exp: Same.
1561 * gdb.ada/mi_catch_ex_hand.exp: Same.
1562
1563 2020-05-12 Tom de Vries <tdevries@suse.de>
1564
1565 * gdb.fortran/complex.exp: Use with_test_prefix.
1566
1567 2020-05-12 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.trace/passcount.exp: Fix test-names.
1570
1571 2020-05-12 Tom de Vries <tdevries@suse.de>
1572
1573 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1574
1575 2020-05-12 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.gdb/complaints.exp: Use with_test_prefix.
1578 * gdb.xml/tdesc-regs.exp: Same.
1579 * gdb.opt/inline-locals.exp: Fix test name.
1580
1581 2020-05-12 Tom de Vries <tdevries@suse.de>
1582
1583 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1584 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1585 * gdb.dwarf2/implref-struct.exp: Same.
1586 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1587 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1588
1589 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1590
1591 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1592
1593 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * lib/check-test-names.exp (all_test_names): New module variable.
1596 (counts): Add 'duplicates' field.
1597 (_check_duplicates): New procedure.
1598 (check): Also check for duplicates.
1599 (do_log_summary): Print duplicates count.
1600 (do_reset_vars): Reset counter for duplicate test names, and
1601 discard all know test names.
1602
1603 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * lib/gdb.exp: Include check-test-names.exp library.
1606 * lib/check-test-names.exp: New file.
1607
1608 2020-05-11 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1611
1612 2020-05-11 Keith Seitz <keiths@redhat.com>
1613
1614 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1615
1616 2020-05-11 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1619 * gdb.cp/cpexprs.exp.in: .. here.
1620 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1621 cpexprs.exp.
1622
1623 2020-05-11 Keith Seitz <keiths@redhat.com>
1624
1625 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1626 test names.
1627 * gdb.ada/arrayptr.exp: Likewise.
1628 * gdb.ada/assign_arr.exp: Likewise.
1629 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1630 * gdb.ada/bp_on_var.exp: Likewise.
1631 * gdb.ada/call_pn.exp: Likewise.
1632 * gdb.ada/complete.exp: Likewise.
1633 * gdb.ada/fun_overload_menu.exp: Likewise.
1634 * gdb.ada/funcall_param.exp: Likewise.
1635 * gdb.ada/funcall_ref.exp: Likewise.
1636 * gdb.ada/packed_array_assign.exp: Likewise.
1637 * gdb.ada/same_component_name.exp: Likewise.
1638 * gdb.ada/type_coercion.exp: Likewise.
1639 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1640 * gdb.ada/variant_record_packed_array.exp: Likewise.
1641
1642 2020-05-11 Tom de Vries <tdevries@suse.de>
1643
1644 PR symtab/25941
1645 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1646 out of ...
1647 * gdb.dwarf2/clang-debug-names.exp: ... here.
1648 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1649 clang-debug-names.exp.in.
1650 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1651 * gdb.dwarf2/clang-debug-names-2.c: New test.
1652
1653 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1654
1655 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1656 (fortran_runto_main): New Proc, fortran version of runto_main.
1657 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1658 * gdb.fortran/array-bounds.exp: Likewise.
1659 * gdb.fortran/array-slices.exp: Likewise.
1660 * gdb.fortran/block-data.exp: Likewise.
1661 * gdb.fortran/charset.exp: Likewise.
1662 * gdb.fortran/common-block.exp: Likewise.
1663 * gdb.fortran/complex.exp: Likewise.
1664 * gdb.fortran/derived-type-function.exp: Likewise.
1665 * gdb.fortran/derived-type.exp: Likewise.
1666 * gdb.fortran/info-modules.exp: Likewise.
1667 * gdb.fortran/info-types.exp: Likewise.
1668 * gdb.fortran/intrinsics.exp: Likewise.
1669 * gdb.fortran/library-module.exp: Likewise.
1670 * gdb.fortran/logical.exp: Likewise.
1671 * gdb.fortran/max-depth.exp: Likewise.
1672 * gdb.fortran/module.exp: Likewise.
1673 * gdb.fortran/multi-dim.exp: Likewise.
1674 * gdb.fortran/nested-funcs.exp: Likewise.
1675 * gdb.fortran/print-formatted.exp: Likewise.
1676 * gdb.fortran/print_type.exp: Likewise.
1677 * gdb.fortran/printing-types.exp: Likewise.
1678 * gdb.fortran/ptr-indentation.exp: Likewise.
1679 * gdb.fortran/ptype-on-functions.exp: Likewise.
1680 * gdb.fortran/subarray.exp: Likewise.
1681 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1682 * gdb.fortran/vla-datatypes.exp: Likewise.
1683 * gdb.fortran/vla-history.exp: Likewise.
1684 * gdb.fortran/vla-ptr-info.exp: Likewise.
1685 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1686 * gdb.fortran/vla-ptype.exp: Likewise.
1687 * gdb.fortran/vla-sizeof.exp: Likewise.
1688 * gdb.fortran/vla-type.exp: Likewise.
1689 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1690 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1691 * gdb.fortran/vla-value-sub.exp: Likewise.
1692 * gdb.fortran/vla-value.exp: Likewise.
1693 * gdb.fortran/whatis_type.exp: Likewise.
1694 * gdb.mi/mi-var-child-f.exp: Likewise.
1695
1696 2020-05-09 Tom de Vries <tdevries@suse.de>
1697
1698 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1699
1700 2020-05-08 Tom de Vries <tdevries@suse.de>
1701
1702 * gdb.dwarf2/clang-debug-names.c: New test.
1703 * gdb.dwarf2/clang-debug-names.exp: New file.
1704
1705 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1706
1707 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1708 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1709
1710 2020-05-06 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1713 breakpoint is at a "recommended breakpoint location".
1714 * gdb.reverse/consecutive-reverse.exp: Same.
1715
1716 2020-05-06 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1719 address.
1720
1721 2020-05-06 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1724
1725 2020-05-06 Tom de Vries <tdevries@suse.de>
1726
1727 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1728 info for r.
1729
1730 2020-05-06 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1733 necessary.
1734
1735 2020-05-06 Tom de Vries <tdevries@suse.de>
1736
1737 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1738 void.
1739
1740 2020-05-06 Tom de Vries <tdevries@suse.de>
1741
1742 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1743 of ...
1744 * gdb.base/async.exp: ... here.
1745 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1746 "recommended breakpoint location".
1747
1748 2020-05-06 Tom de Vries <tdevries@suse.de>
1749
1750 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1751
1752 2020-05-04 Tom de Vries <tdevries@suse.de>
1753
1754 * gdb.base/async.exp: Check whether instruction addresses are a
1755 "recommended breakpoint location".
1756
1757 2020-05-03 Tom Tromey <tom@tromey.com>
1758
1759 * gdb.base/sepdebug.exp: Remove "catch" test.
1760 * gdb.base/break.exp: Remove "catch" test.
1761 * gdb.base/default.exp: Update expected output.
1762
1763 2020-05-02 Tom de Vries <tdevries@suse.de>
1764
1765 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1766 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1767 * gdb.arch/i386-mpx-map.exp: Same.
1768 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1769 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1770 * gdb.arch/i386-mpx.exp: Same.
1771
1772 2020-05-02 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1775
1776 2020-05-01 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.ada/operator_bp.exp: Allow more than required amount of
1779 breakpoint.
1780
1781 2020-05-01 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1784
1785 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1786
1787 PR gdb/18706
1788 * gdb.cp/stub-array-size.cc: New test.
1789 * gdb.cp/stub-array-size.exp: New file.
1790 * gdb.cp/stub-array-size.h: New test.
1791 * gdb.cp/stub-array-size2.cc: New test.
1792
1793 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1794
1795 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1796 output to the new format.
1797
1798 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1799
1800 * gdb.base/break.exp: Use with_test_prefix.
1801
1802 2020-04-29 Tom de Vries <tdevries@suse.de>
1803
1804 * lib/gdb.exp (debug_types): New proc.
1805 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1806 * gdb.python/py-symtab.exp: Same.
1807
1808 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1809
1810 PR gdb/17320
1811 * gdb.base/pretty-array.c: New test.
1812 * gdb.base/pretty-array.exp: New file.
1813
1814 2020-04-29 Tom de Vries <tdevries@suse.de>
1815
1816 PR symtab/25889
1817 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1818 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1819 and include cpexprs.exp.
1820
1821 2020-04-28 Mark Williams <mark@myosotissp.com>
1822
1823 PR gdb/24480
1824 * dw4-toplevel-types.exp: Test for top level types.
1825 * dw4-toplevel-types.cc: Test for top level types.
1826
1827 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1828
1829 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1830 (theads -> threads).
1831
1832 2020-04-28 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1835
1836 2020-04-28 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1839
1840 2020-04-28 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1843
1844 2020-04-28 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.dwarf2/main-foo.c: New test.
1847 * gdb.dwarf2/struct-with-sig.exp: New file.
1848
1849 2020-04-25 Tom de Vries <tdevries@suse.de>
1850
1851 * boards/debug-types.exp: New file.
1852
1853 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1856
1857 2020-04-24 Tom Tromey <tom@tromey.com>
1858
1859 PR symtab/12707:
1860 * gdb.python/py-symbol.exp: Update expected results for
1861 linkage_name test.
1862 * gdb.cp/print-demangle.exp: New file.
1863 * gdb.base/c-linkage-name.exp: Fix test.
1864 * gdb.guile/scm-symbol.exp: Update expected results for
1865 linkage_name test.
1866
1867 2020-04-24 Tom Tromey <tom@tromey.com>
1868
1869 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1870 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1871 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1872 assembler.
1873
1874 2020-04-24 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1877 C++.
1878
1879 2020-04-24 Tom Tromey <tromey@adacore.com>
1880
1881 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1882 values.
1883 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1884 values. Update test for minimal encodings.
1885 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1886 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1887 values. Update test for minimal encodings.
1888
1889 2020-04-24 Tom Tromey <tromey@adacore.com>
1890
1891 PR python/23662:
1892 * gdb.ada/variant.exp: Add Python checks.
1893 * gdb.rust/simple.exp: Add dynamic type checks.
1894
1895 2020-04-24 Tom Tromey <tromey@adacore.com>
1896
1897 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1898 Make array type matching more lax.
1899 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1900 * gdb.ada/mi_variant.exp: New file.
1901 * gdb.ada/mi_variant/pck.ads: New file.
1902 * gdb.ada/mi_variant/pkg.adb: New file.
1903 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1904 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1905
1906 2020-04-24 Tom Tromey <tromey@adacore.com>
1907
1908 * gdb.ada/variant.exp: Add dynamic field offset tests.
1909 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1910 * gdb.ada/variant/pkg.adb: Add new variables.
1911
1912 2020-04-24 Tom Tromey <tromey@adacore.com>
1913
1914 * gdb.ada/variant.exp: New file
1915 * gdb.ada/variant/pkg.adb: New file
1916 * gdb.ada/variant/pck.adb: New file
1917
1918 2020-04-24 Tom de Vries <tdevries@suse.de>
1919
1920 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1921
1922 2020-04-24 Tom de Vries <tdevries@suse.de>
1923
1924 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1925 flags.
1926
1927 2020-04-24 Tom de Vries <tdevries@suse.de>
1928
1929 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1930
1931 2020-04-24 Tom de Vries <tdevries@suse.de>
1932
1933 * lib/gdb.exp (default_gdb_start): Handle eof.
1934 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1935 failure.
1936 * gdb.base/readnever.exp: Handle clean_restart failure.
1937
1938 2020-04-23 Tom de Vries <tdevries@suse.de>
1939
1940 * gdb.base/decl-before-def.exp: Run to main and print a again.
1941
1942 2020-04-23 Tom de Vries <tdevries@suse.de>
1943
1944 * gdb.base/decl-before-def-decl.c: New test.
1945 * gdb.base/decl-before-def-def.c: New test.
1946 * gdb.base/decl-before-def.exp: New file.
1947
1948 2020-04-23 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1951
1952 2020-04-22 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1955 debug_info_offset.
1956 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1957 before $objsfile in the line line.
1958
1959 2020-04-22 Tom de Vries <tdevries@suse.de>
1960
1961 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1962
1963 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1964
1965 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1966 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1967 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1968 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1969 * gdb.base/jit-protocol.h: Update definitions to match all usage
1970 contexts.
1971
1972 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1973
1974 * gdb.base: Rename all jit related test and source files.
1975
1976 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1977
1978 * gdb.base/jit-reader.exp: Relax register output check.
1979
1980 2020-04-22 Tom de Vries <tdevries@suse.de>
1981
1982 PR symtab/25764
1983 * gdb.base/psym-external-decl-2.c: New test.
1984 * gdb.base/psym-external-decl.c: New test.
1985 * gdb.base/psym-external-decl.exp: New file.
1986 * gdb.threads/tls.exp: Add PR25807 kfail.
1987
1988 2020-04-22 Tom de Vries <tdevries@suse.de>
1989
1990 PR symtab/25801
1991 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1992 in "info source" output.
1993
1994 2020-04-22 Tom de Vries <tdevries@suse.de>
1995
1996 PR symtab/25700
1997 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1998 symtab for imported_unit.c.
1999
2000 2020-04-21 Gary Benson <gbenson@redhat.com>
2001
2002 * gdb.base/advance.c (func): New argument, to match call site.
2003 (func2, func3): Add return statements.
2004
2005 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2006
2007 * gdb.multi/run-only-second-inf.c: New file.
2008 * gdb.multi/run-only-second-inf.exp: New file.
2009
2010 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2011
2012 * gdb.btrace/multi-inferior.c: New test.
2013 * gdb.btrace/multi-inferior.exp: New file.
2014
2015 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2016
2017 * gdb.btrace/enable-new-thread.c: New test.
2018 * gdb.btrace/enable-new-thread.exp: New file.
2019
2020 2020-04-21 Tom de Vries <tdevries@suse.de>
2021
2022 PR gdb/25471
2023 * gdb.threads/killed-outside.c: New test.
2024 * gdb.threads/killed-outside.exp: New file.
2025
2026 2020-04-20 Gary Benson <gbenson@redhat.com>
2027
2028 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2029 * gdb.base/nested-subp2.exp: Likewise.
2030 * gdb.base/nested-subp3.exp: Likewise.
2031
2032 2020-04-20 Gary Benson <gbenson@redhat.com>
2033
2034 * gdb.base/nested-subp1.exp: Disable test when using clang.
2035 * gdb.base/nested-subp2.exp: Likewise.
2036 * gdb.base/nested-subp3.exp: Likewise.
2037
2038 2020-04-20 Gary Benson <gbenson@redhat.com>
2039
2040 * gdb.cp/exception.cc: Fix compilation error with clang.
2041
2042 2020-04-20 Gary Benson <gbenson@redhat.com>
2043
2044 * gdb.trace/tspeed.c: Fix compilation error with clang.
2045
2046 2020-04-20 Gary Benson <gbenson@redhat.com>
2047
2048 * gdb.base/jit-main.c: Fix compilation error with clang.
2049
2050 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2051
2052 * gdb.base/attach-twice.c: Include "sys/types.h".
2053 (PTRACE_ATTACH): Add fallback definition.
2054 (main): Pass `0' to the 4th argument of `ptrace'.
2055
2056 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2057
2058 * gdb.base/fork-running-state.c: Include "signal.h".
2059
2060 2020-04-17 Tom Tromey <tromey@adacore.com>
2061
2062 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2063 Update tests.
2064 * gdb.btrace/cpu.exp: Update tests.
2065 * gdb.base/maint.exp: Update tests.
2066 * gdb.base/default.exp: Update tests.
2067 * gdb.base/completion.exp: Update tests.
2068
2069 2020-04-16 Tom de Vries <tdevries@suse.de>
2070
2071 PR symtab/25791
2072 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2073 (ensure_gdb_index): and factor out and move ...
2074 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2075 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2076
2077 2020-04-16 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2080 loading exec.
2081
2082 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.base/many-completions.exp: New file.
2085
2086 2020-04-14 Tom de Vries <tdevries@suse.de>
2087
2088 PR symtab/25718
2089 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2090
2091 2020-04-14 Tom de Vries <tdevries@suse.de>
2092
2093 PR symtab/25720
2094 * gdb.base/maint-expand-symbols-header-file.c: New test.
2095 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2096 * gdb.base/maint-expand-symbols-header-file.h: New test.
2097
2098 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2101 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2102 get_func_info.
2103 (get_func_info): Delete.
2104 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2105 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2106 * lib/dwarf.exp (get_func_info): New function.
2107
2108 2020-04-13 Tom de Vries <tdevries@suse.de>
2109
2110 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2111 to what find_gnatmake does.
2112
2113 2020-04-10 Tom de Vries <tdevries@suse.de>
2114
2115 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2116 -readnow.
2117
2118 2020-04-10 Tom de Vries <tdevries@suse.de>
2119
2120 PR cli/25808
2121 * gdb.base/style.c: Add leading newlines.
2122 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2123 Check listing of main's one-line body.
2124
2125 2020-04-08 Tom de Vries <tdevries@suse.de>
2126
2127 * lib/gdb.exp (psymtabs_p): New proc.
2128 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2129 importing unit" unsupported if there are no partial symbols.
2130
2131 2020-04-08 Tom de Vries <tdevries@suse.de>
2132
2133 PR testsuite/25760
2134 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2135
2136 2020-04-07 Tom de Vries <tdevries@suse.de>
2137
2138 PR symtab/25796
2139 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2140
2141 2020-04-07 Tom de Vries <tdevries@suse.de>
2142
2143 * gdb.base/check-psymtab.c: New test.
2144 * gdb.base/check-psymtab.exp: New file.
2145
2146 2020-04-06 Tom Tromey <tromey@adacore.com>
2147
2148 * gdb.ada/variant-record/proc.adb: New file.
2149 * gdb.ada/variant-record/value.adb: New file.
2150 * gdb.ada/variant-record/value.s: New file.
2151 * gdb.ada/variant-record.exp: New file.
2152
2153 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2154
2155 PR gdb/25325
2156 * gdb.cp/typed-enum.cc: New test.
2157 * gdb.cp/typed-enum.exp: New file.
2158
2159 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2162 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2163 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2164 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2165 * gdb.opt/inline-small-func.c: New file.
2166 * gdb.opt/inline-small-func.exp: New file.
2167 * gdb.opt/inline-small-func.h: New file.
2168
2169 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2172 function.
2173
2174 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * lib/dwarf.exp (function_range): Allow compiler options to be
2177 specified.
2178
2179 2020-04-02 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2182 __attribute__((always_inline)).
2183 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2184
2185 2020-04-02 Tom de Vries <tdevries@suse.de>
2186
2187 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2188 (gdbserver_gdb_exit): ... here. Add timeout warning.
2189 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2190 (connect_target_extended_remote): Append new server_spawn_id to
2191 server_spawn_ids.
2192 (cleanup): New proc.
2193 (setup, <toplevel>): Call cleanup.
2194
2195 2020-04-02 Tom de Vries <tdevries@suse.de>
2196
2197 * gdb.base/main-psymtab.exp: New file.
2198
2199 2020-04-02 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2202
2203 2020-04-01 Tom Tromey <tom@tromey.com>
2204
2205 * gdb.base/complex-parts.exp: Add type tests.
2206
2207 2020-04-01 Tom Tromey <tom@tromey.com>
2208
2209 * gdb.base/complex-parts.exp: Add arithmetic tests.
2210
2211 2020-04-01 Tom Tromey <tom@tromey.com>
2212
2213 * gdb.compile/compile.exp: Update.
2214 * gdb.compile/compile-cplus.exp: Update.
2215 * gdb.base/varargs.exp: Update.
2216 * gdb.base/floatn.exp: Update.
2217 * gdb.base/endianity.exp: Update.
2218 * gdb.base/callfuncs.exp (do_function_calls): Update.
2219 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2220 (complex_float_integral_args): Update.
2221 * gdb.base/complex.exp: Update.
2222 * gdb.base/complex-parts.exp: Update.
2223
2224 2020-04-01 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.rust/union.rs: New file.
2227 * gdb.rust/union.exp: New file.
2228 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2229 (main): Update.
2230 * gdb.rust/simple.exp: Move union tests to union.exp.
2231
2232 2020-04-01 Tom Tromey <tromey@adacore.com>
2233
2234 * gdb.rust/simple.rs (main): Remove "y0".
2235
2236 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2237
2238 * gdb.multi/stop-all-on-exit.c: New test.
2239 * gdb.multi/stop-all-on-exit.exp: New file.
2240
2241 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2242
2243 PR gdb/24789
2244 * gdb.cp/misc.cc: Add integer reference variable.
2245 * gdb.cp/misc.exp: Add test.
2246
2247 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2248
2249 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2250 scenario to cover execution until the end and also the case
2251
2252 2020-03-31 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2255 c. Use "maint info symtabs" to check symtab expansion.
2256
2257 2020-03-30 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2260 unsupported.
2261 (verify_psymtab_expanded): Move ...
2262 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2263 test.
2264 (readnow): New proc.
2265
2266 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2269 with $hex.
2270
2271 2020-03-20 Tom Tromey <tromey@adacore.com>
2272
2273 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2274
2275 2020-03-20 Tom Tromey <tromey@adacore.com>
2276
2277 * gdb.ada/sub_variant/subv.adb: New file.
2278 * gdb.ada/sub_variant.exp: New file.
2279
2280 2020-03-20 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2283 first break fails.
2284 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2285
2286 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.server/exit-multiple-threads.c: New file.
2289 * gdb.server/exit-multiple-threads.exp: New file.
2290
2291 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.fortran/mixed-lang-stack.c: New file.
2294 * gdb.fortran/mixed-lang-stack.cpp: New file.
2295 * gdb.fortran/mixed-lang-stack.exp: New file.
2296 * gdb.fortran/mixed-lang-stack.f90: New file.
2297
2298 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * gdb.linespec/cp-completion-aliases.cc: New file.
2301 * gdb.linespec/cp-completion-aliases.exp: New file.
2302
2303 2020-03-19 Tom de Vries <tdevries@suse.de>
2304
2305 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2306 more precise.
2307
2308 2020-03-18 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2311 * gdb.dwarf2/break-inline-psymtab.c: New test.
2312 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2313
2314 2020-03-16 Tom de Vries <tdevries@suse.de>
2315
2316 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2317 cache_verify and cache_verify_proc.
2318
2319 2020-03-15 Tom de Vries <tdevries@suse.de>
2320
2321 * gdb.server/solib-list.exp: Handle
2322 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2323
2324 2020-03-15 Tom de Vries <tdevries@suse.de>
2325
2326 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2327 objfiles".
2328
2329 2020-03-14 Tom Tromey <tom@tromey.com>
2330
2331 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2332
2333 2020-03-14 Tom de Vries <tdevries@suse.de>
2334
2335 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2336
2337 2020-03-14 Tom de Vries <tdevries@suse.de>
2338
2339 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2340 result in line-by-line fashion.
2341
2342 2020-03-14 Tom de Vries <tdevries@suse.de>
2343
2344 * lib/gdb.exp (supports_statement_frontiers): New proc.
2345 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2346
2347 2020-03-14 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/printcmds.exp: Add missing quoting for "print
2350 teststring2".
2351
2352 2020-03-13 Tom Tromey <tom@tromey.com>
2353
2354 * gdb.base/printcmds.exp (test_print_strings): Add regression
2355 test.
2356 * gdb.base/printcmds.c (charptr): New typedef.
2357 (teststring2): New global.
2358
2359 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2360
2361 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2362 full path in the test name.
2363 (test_ld): Add some with_test_prefix blocks to make test names
2364 unique.
2365
2366 2020-03-13 Tom de Vries <tdevries@suse.de>
2367
2368 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2369
2370 2020-03-13 Tom de Vries <tdevries@suse.de>
2371
2372 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2373
2374 2020-03-13 Tom de Vries <tdevries@suse.de>
2375
2376 PR symtab/25646
2377 * gdb.dwarf2/imported-unit.exp: Add test.
2378
2379 2020-03-13 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2382 (var1, var2): New variable.
2383 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2384 matching symbols.
2385
2386 2020-03-13 Tom de Vries <tdevries@suse.de>
2387
2388 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2389 (Term::command): Use prompt prefix.
2390 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2391 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2392 command_no_prompt_prefix instead of prefix.
2393 * gdb.tui/tui-layout-asm.exp: Same.
2394
2395 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2396
2397 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2398
2399 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2400
2401 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2402 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2403 on" while stepping over the test instruction, match printed
2404 message.
2405
2406 2020-03-12 Tom de Vries <tdevries@suse.de>
2407
2408 * gdb.base/info-types.exp: Use exp_continue during matching of output
2409 of "info types".
2410
2411 2020-03-12 Tom de Vries <tdevries@suse.de>
2412
2413 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2414
2415 2020-03-12 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.fortran/module.exp: Use exp_continue during matching of output
2418 of "info variable -n".
2419
2420 2020-03-12 Tom de Vries <tdevries@suse.de>
2421
2422 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2423 gdb.dwarf2/dw2-ranges-base.c.
2424
2425 2020-03-12 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2428 in presence of GLIBC debuginfo.
2429
2430 2020-03-12 Tom de Vries <tdevries@suse.de>
2431
2432 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2433 $core.
2434
2435 2020-03-12 Tom de Vries <tdevries@suse.de>
2436
2437 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2438 more precise.
2439
2440 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2441
2442 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2443 from Unix to Windows path.
2444
2445 2020-03-11 Tom de Vries <tdevries@suse.de>
2446
2447 * gdb.ada/minsyms.exp: Set language to ada.
2448
2449 2020-03-11 Tom de Vries <tdevries@suse.de>
2450
2451 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2452
2453 2020-03-11 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2456
2457 2020-03-11 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2460
2461 2020-03-11 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2464
2465 2020-03-11 Tom de Vries <tdevries@suse.de>
2466
2467 * gdb.base/break-interp.exp: Limit verbose scope.
2468
2469 2020-03-11 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.fortran/logical.f90: Define variable with character type.
2472 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2473
2474 2020-03-11 Tom de Vries <tdevries@suse.de>
2475
2476 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2477
2478 2020-03-11 Tom de Vries <tdevries@suse.de>
2479
2480 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2481 symtabs.
2482
2483 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2484 Bernd Edlinger <bernd.edlinger@hotmail.de>
2485
2486 * gdb.cp/step-and-next-inline.cc: New file.
2487 * gdb.cp/step-and-next-inline.exp: New file.
2488 * gdb.cp/step-and-next-inline.h: New file.
2489 * gdb.dwarf2/dw2-is-stmt.c: New file.
2490 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2491 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2492 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2493 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2494
2495 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2496
2497 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2498 is-stmt flag in the line table.
2499
2500 2020-03-09 Tom de Vries <tdevries@suse.de>
2501
2502 * lib/gdb.exp (cached_file): Create cache dir.
2503
2504 2020-03-07 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2507 * gdb.cp/rvalue-ref-params.exp: Same.
2508
2509 2020-03-06 Tom de Vries <tdevries@suse.de>
2510
2511 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2512 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2513
2514 2020-03-06 Tom de Vries <tdevries@suse.de>
2515
2516 * README: Fix "the the".
2517 * gdb.base/dprintf.exp: Same.
2518
2519 2020-03-05 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.base/maint.exp: Update "main print statistics" expected output.
2522
2523 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2524
2525 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2526 (fortran_int8): Likewise.
2527 (fortran_real4): Likewise.
2528 (fortran_real8): Likewise.
2529 (fortran_complex4): Likewise.
2530 (fortran_logical4): Likewise.
2531 (fortran_character1): Likewise.
2532
2533 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2534
2535 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2536 printed as true.
2537
2538 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2539
2540 * gdb.base/printcmds.exp: Add test to verify printf of a
2541 variable holding an address.
2542
2543 2020-03-03 Tom de Vries <tdevries@suse.de>
2544
2545 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2546
2547 2020-03-03 Tom de Vries <tdevries@suse.de>
2548
2549 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2550 gdb_test_multiple call.
2551
2552 2020-03-03 Tom de Vries <tdevries@suse.de>
2553
2554 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2555 gdb_test_multiple calls.
2556
2557 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * gdb.base/default.exp: Remove test of 'set history filename'.
2560 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2561 filename to the empty string.
2562 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2563 and GDBHISTSIZE.
2564
2565 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2568 disabled.
2569
2570 2020-03-02 Pedro Alves <palves@redhat.com>
2571 Tom de Vries <tdevries@suse.de>
2572
2573 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2574 -prompt prefix, before user_code argument. Add -lbl option likewise.
2575 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2576 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2577 argument.
2578 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2579 have "\r\n" at start-of-line, instead of at end-of-line.
2580
2581 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2582
2583 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2584 libinproctrace.so.
2585
2586 2020-02-28 Luis Machado <luis.machado@linaro.org>
2587
2588 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2589 to "p/x".
2590
2591 2020-02-28 Luis Machado <luis.machado@linaro.org>
2592
2593 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2594 asm/ptrace.h and error.h.
2595
2596 2020-02-28 Tom de Vries <tdevries@suse.de>
2597
2598 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2599 (struct wrapper, do_something, mundane/symada__cS): Move ...
2600 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2601 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2602 Update "print symada__cS before partial symtab expansion" regexp.
2603 Update breakpoint location. Flush symbol cache after expansion.
2604
2605 2020-02-28 Luis Machado <luis.machado@linaro.org>
2606
2607 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2608
2609 2020-02-27 Tom de Vries <tdevries@suse.de>
2610
2611 * config/sid.exp: Remove unused globals.
2612 * gdb.base/attach.exp: Same.
2613 * gdb.base/catch-load.exp: Same.
2614 * gdb.base/dbx.exp: Same.
2615 * lib/gdb.exp: Same.
2616 * lib/mi-support.exp: Same.
2617 * lib/prompt.exp: Same.
2618
2619 2020-02-27 Tom de Vries <tdevries@suse.de>
2620
2621 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2622 not set.
2623
2624 2020-02-26 Aaron Merey <amerey@redhat.com>
2625
2626 * gdb.debuginfod: New directory for debuginfod tests.
2627 * gdb.debuginfod/main.c: New test file.
2628 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2629
2630 2020-02-26 Tom de Vries <tdevries@suse.de>
2631
2632 PR gdb/25603
2633 * gdb.base/persistent-lang.cc: New test.
2634 * gdb.base/persistent-lang.exp: New file.
2635
2636 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.fortran/derived-type-striding.exp: Add a new test.
2639 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2640 new test.
2641
2642 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2645 names.
2646
2647 2020-02-25 Tom de Vries <tdevries@suse.de>
2648
2649 PR go/18926
2650 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2651
2652 2020-02-24 Tom de Vries <tdevries@suse.de>
2653
2654 PR gdb/25592
2655 * gdb.base/info-locals-unused-static-var.c: New test.
2656 * gdb.base/info-locals-unused-static-var.exp: New file.
2657
2658 2020-02-22 Tom Tromey <tom@tromey.com>
2659
2660 * gdb.python/tui-window.exp: New file.
2661 * gdb.python/tui-window.py: New file.
2662
2663 2020-02-22 Tom Tromey <tom@tromey.com>
2664
2665 PR tui/17850:
2666 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2667 tests.
2668
2669 2020-02-22 Tom Tromey <tom@tromey.com>
2670
2671 * gdb.tui/new-layout.exp: Add sub-layout tests.
2672
2673 2020-02-22 Tom Tromey <tom@tromey.com>
2674
2675 * gdb.tui/new-layout.exp: New file.
2676
2677 2020-02-22 Tom Tromey <tom@tromey.com>
2678
2679 * gdb.rust/rust-style.rs: New file.
2680 * gdb.rust/rust-style.exp: New file.
2681 * gdb.base/style.exp: Test structure printing.
2682 * gdb.base/style.c (struct some_struct): New type.
2683 (enum etype): New type.
2684 (struct_value): New global.
2685
2686 2020-02-21 Tom de Vries <tdevries@suse.de>
2687
2688 PR go/18926
2689 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2690 Remove blanket xfails. Use message argument for gdb_breakpoint.
2691 Make continuing to breakpoint test conditional on setting breakpoint.
2692 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2693 DW_AT_name attribute. Add xfail for GCC PR93866.
2694
2695 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.dwarf2/cpp-linkage-name.c: New file.
2698 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2699
2700 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2701
2702 * lib/gdb.exp (gdb_wrapper_init): Reset
2703 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2704 not exist.
2705
2706 2020-02-20 Tom de Vries <tdevries@suse.de>
2707
2708 PR go/17018
2709 * gdb.go/hello.exp: Copy ...
2710 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2711 print of st to print value of global definition. Add xfail for GCC
2712 PR93844.
2713 * gdb.go/hello.exp: Remove printing of st before definition.
2714 * gdb.go/hello.go: Copy ...
2715 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2716 to st.
2717 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2718
2719 2020-02-20 Tom de Vries <tdevries@suse.de>
2720
2721 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2722 (gdb_simple_compile): Handle compile_flags go by using .go extension
2723 for source file.
2724 * gdb.go/chan.exp: Use support_go_compile.
2725 * gdb.go/handcall.exp: Same.
2726 * gdb.go/hello.exp: Same.
2727 * gdb.go/integers.exp: Same.
2728 * gdb.go/max-depth.exp: Same.
2729 * gdb.go/methods.exp: Same.
2730 * gdb.go/package.exp: Same.
2731 * gdb.go/strings.exp: Same.
2732 * gdb.go/types.exp: Same.
2733 * gdb.go/unsafe.exp: Same.
2734
2735 2020-02-19 Tom de Vries <tdevries@suse.de>
2736
2737 * gdb.python/lib-types.exp: Make xfail more strict.
2738
2739 2020-02-19 Tom de Vries <tdevries@suse.de>
2740
2741 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2742
2743 2020-02-19 Doug Evans <dje@google.com>
2744
2745 PR rust/25535
2746 * gdb.rust/simple.exp: Add test.
2747 * gdb.rust/simple.rs: Add test.
2748
2749 2020-02-19 Tom de Vries <tdevries@suse.de>
2750
2751 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2752 output line-by-line.
2753
2754 2020-02-19 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2757
2758 2020-02-19 Tom de Vries <tdevries@suse.de>
2759
2760 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2761 prelink.
2762
2763 2020-02-19 Tom de Vries <tdevries@suse.de>
2764
2765 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2766 (gdb_do_cache): Use gdb_do_cache_wrap.
2767 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2768
2769 2020-02-19 Tom de Vries <tdevries@suse.de>
2770
2771 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2772 gdb_compile option.
2773
2774 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2775
2776 * gdb.base/printcmds.exp (test_print_enums): Update expected
2777 output.
2778
2779 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2780
2781 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2782 for "unknown".
2783
2784 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2785
2786 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2787 enumerator.
2788
2789 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2790
2791 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2792 FE_, add FE_NONE.
2793 (three): Update.
2794 (enum flag_enum_without_zero): New enum.
2795 (flag_enum_without_zero): New variable.
2796 (enum not_flag_enum): New enum.
2797 (three_not_flag): New variable.
2798 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2799 (test_print_enums): Add more tests for printing flag enums.
2800
2801 2020-02-18 Tom de Vries <tdevries@suse.de>
2802
2803 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2804 (gdb_compile_ada): ... here.
2805 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2806 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2807
2808 2020-02-14 Tom Tromey <tom@tromey.com>
2809
2810 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2811 build directory.
2812 * boards/gdbserver-base.exp: Update path to gdbserver.
2813
2814 2020-02-13 Tom de Vries <tdevries@suse.de>
2815
2816 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2817
2818 2020-02-13 Tom de Vries <tdevries@suse.de>
2819
2820 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2821 are missing.
2822
2823 2020-02-13 Tom de Vries <tdevries@suse.de>
2824
2825 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2826 call.
2827
2828 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2829
2830 PR tui/25126
2831 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2832 * gdb.base/cached-source-file.c: New file.
2833 * gdb.base/cached-source-file.exp: New file.
2834
2835 2020-02-11 Tom de Vries <tdevries@suse.de>
2836
2837 PR testsuite/25488
2838 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2839
2840 2020-02-10 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2843
2844 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2845
2846 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2847 and $after_addr are both integers before making a comparison.
2848
2849 2020-02-09 Tom de Vries <tdevries@suse.de>
2850
2851 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2852 command output and paste it into gdb.log. If any, paste catch message
2853 to gdb.log.
2854
2855 2020-02-07 Tom Tromey <tromey@adacore.com>
2856
2857 PR breakpoints/24915:
2858 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2859
2860 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2861
2862 * gdb.tui/tui-missing-src.exp: Add the "missing source
2863 file" test for the TUI.
2864
2865 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2868 including a port number in the output.
2869
2870 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2871
2872 * lib/fortran.exp (fortran_int4): Handle clang.
2873 (fortran_int8): Likewise.
2874 (fortran_real4): Likewise.
2875 (fortran_real8): Likewise.
2876 (fortran_complex4): Likewise.
2877 (fortran_logical4): Likewise.
2878 (fortran_character1): Likewise.
2879
2880 2020-02-04 Tom de Vries <tdevries@suse.de>
2881
2882 * README (Race detection): Add note.
2883
2884 2020-02-04 Tom de Vries <tdevries@suse.de>
2885
2886 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2887
2888 2020-02-04 Tom de Vries <tdevries@suse.de>
2889
2890 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2891
2892 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2893
2894 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2895 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2896 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2897 blttar, bnetarl.
2898 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2899 binary for blttar, bnetarl.
2900 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2901 wait instruction. Delete ldmx test.
2902 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2903
2904 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2905
2906 * gdb.fortran/array-bounds-high.exp: New file.
2907 * gdb.fortran/array-bounds-high.f90: New file.
2908
2909 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2910
2911 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2912 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2913
2914 2020-02-01 Tom de Vries <tdevries@suse.de>
2915
2916 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2917
2918 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2919
2920 PR tui/9765
2921 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2922 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2923
2924 2020-01-29 Luis Machado <luis.machado@linaro.org>
2925
2926 * gdb.arch/aarch64-brk-patterns.c: New source file.
2927 * gdb.arch/aarch64-brk-patterns.exp: New test.
2928
2929 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2930
2931 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2932 GCC/Clang version.
2933 * gdb.cp/pass-by-ref.exp: Ditto.
2934
2935 2020-01-29 Tom de Vries <tdevries@suse.de>
2936
2937 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2938 * gdb.threads/watchpoint-fork-mt.c: Same.
2939 * gdb.threads/watchpoint-fork-parent.c: Same.
2940 * gdb.threads/watchpoint-fork-st.c: Same.
2941 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2942
2943 2020-01-27 Luis Machado <luis.machado@linaro.org>
2944
2945 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2946 sitting at a syscall instruction when we hit the syscall function's
2947 breakpoint.
2948 Check PC against one obtained with the x command.
2949 Validate syscall number.
2950 (step_over_syscall): Don't continue to the syscall instruction if
2951 we're already there.
2952
2953 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2954
2955 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2956
2957 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2960 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2961
2962 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2965 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2966
2967 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * gdb.base/maint.exp: Update line table parsing test.
2970 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2971
2972 2020-01-24 Pedro Alves <palves@redhat.com>
2973
2974 PR gdb/25410
2975 * gdb.multi/multi-re-run-1.c: New.
2976 * gdb.multi/multi-re-run-2.c: New.
2977 * gdb.multi/multi-re-run.exp: New.
2978
2979 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 PR gdb/23718
2982 * gdb.server/server-kill-python.exp: New file.
2983
2984 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.server/multi-ui-errors.c: New file.
2987 * gdb.server/multi-ui-errors.exp: New file.
2988
2989 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 PR tui/9765
2992 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2993
2994 2020-01-19 Tom Tromey <tom@tromey.com>
2995
2996 * gdb.tui/main.exp: Add check for plain "file".
2997
2998 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2999
3000 * lib/gdb.exp: Fix spelling error (seperatelly).
3001
3002 2020-01-14 Tom Tromey <tom@tromey.com>
3003
3004 PR symtab/12535:
3005 * gdb.python/python.exp: Test decode_line with empty string
3006 argument.
3007
3008 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3009
3010 * gdb.base/skip-inline.exp: Extend test.
3011
3012 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3015 * gdb.dwarf2/dw2-bad-elf.c: New file.
3016 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3017
3018 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3021 _line_saw_file.
3022
3023 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3024
3025 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3026 border.
3027
3028 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3029
3030 * gdb.multi/multi-target.exp (setup): Factor out "info
3031 connections" and "info inferiors" tests to ...
3032 (test_info_inferiors): ... this new procedure.
3033 (top level): Run new "info-inferiors" tests.
3034
3035 2020-01-10 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.server/bkpt-other-inferior.exp: New file.
3038
3039 2020-01-10 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3042 of "add-inferior".
3043 * gdb.base/quit-live.exp: Likewise.
3044 * gdb.base/remote-exec-file.exp: Likewise.
3045 * gdb.guile/scm-progspace.exp: Likewise.
3046 * gdb.linespec/linespec.exp: Likewise.
3047 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3048 * gdb.mi/user-selected-context-sync.exp: Likewise.
3049 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3050 "info inferiors" tests.
3051 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3052 "add-inferior".
3053 * gdb.multi/watchpoint-multi.exp: Likewise.
3054 * gdb.python/py-inferior.exp: Likewise.
3055 * gdb.server/extended-remote-restart.exp: Likewise.
3056 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3057 "info inferiors".
3058 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3059 * gdb.trace/report.exp: Likewise.
3060
3061 2020-01-10 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.multi/multi-target.c: New file.
3064 * gdb.multi/multi-target.exp: New file.
3065 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3066 mode requested, but remote does not support non-stop".
3067
3068 2020-01-10 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3071 disconnect before reconnecting.
3072
3073 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3074 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.server/connect-without-multi-process.exp: Also test
3077 continuing to end.
3078
3079 2020-01-10 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.base/remote-exec-file.exp: New file.
3082
3083 2020-01-10 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3086 output.
3087 * gdb.threads/async.c: New.
3088 * gdb.threads/async.exp: New.
3089 * gdb.multi/tids-gid-reset.c: New.
3090 * gdb.multi/tids-gid-reset.exp: New.
3091
3092 2020-01-10 George Barrett <bob@bob131.so>
3093
3094 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3095 to help in finding the image relocation offset.
3096 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3097 options in arguments.
3098 (stap_test_no_debuginfo): Likewise.
3099 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3100 test variants.
3101 (stap_test): Add null semaphore relocation test.
3102
3103 2020-01-10 George Barrett <bob@bob131.so>
3104
3105 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3106 * gdb.base/stap-probe.exp: Likewise.
3107 (stap_test): Pass argument as an additional flag.
3108 (stap_test_no_debuginfo): Likewise.
3109 (stap_test): Check `info probes stap' output for semaphore
3110 addresses if the test binary is supposed to have them.
3111
3112 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.tui/basic.exp: Add more scrolling tests.
3115
3116 2020-01-09 Tom Tromey <tom@tromey.com>
3117
3118 PR tui/18932:
3119 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3120 meangingful value.
3121 (Term::command, Term::resize): Update.
3122 * gdb.tui/basic.exp: Add scrolling test.
3123
3124 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.tui/tui-layout-asm.exp: New file.
3127
3128 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3131
3132 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3135 (Term::enter_tui): Use Term::prepare_for_tui.
3136
3137 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3140 called.
3141
3142 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.base/skip.exp: Fix race condition in test.
3145
3146 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.base/backtrace.c: New file.
3149 * gdb.base/backtrace.exp: New file.
3150
3151 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3152
3153 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3154
3155 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3156
3157 * gdb.base/style.exp: Test that warnings are styled.
3158
3159 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3160
3161 * gdb.base/line65535.exp: New file.
3162 * gdb.base/line65535.c: New file.
3163
3164 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3165
3166 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3167 * lib/gnat_debug_info_test.adb: New file.
3168 * gdb.ada/ptype_tagged_param.exp: Use
3169 gnat_runtime_has_debug_info, expect a different output if
3170 runtime does not have debug info.
3171
3172 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3173
3174 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3175 (another) quote in test name.
3176
3177 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3178
3179 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3180 Add quote in test name.
3181
3182 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3183
3184 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3185 directory instead.
3186 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3187 * gdb.cp/pass-by-ref-2.cc: New file.
3188 * gdb.cp/pass-by-ref-2.exp: New file.
3189
3190 2019-12-20 Tom Tromey <tom@tromey.com>
3191
3192 * gdb.tui/list-before.exp: New file.
3193
3194 2019-12-20 Tom Tromey <tom@tromey.com>
3195
3196 * gdb.tui/list.exp: Check for source on initial listing.
3197
3198 2019-12-11 Tom Tromey <tromey@adacore.com>
3199
3200 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3201 Add crlf test.
3202
3203 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3204
3205 * gdb.base/default.exp: Update value of $_gdb_major.
3206
3207 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3208
3209 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3210
3211 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3212
3213 * gdb.base/skip.exp: Whitespace fix.
3214
3215 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3216
3217 * gdb.base/skip-inline.c: New file.
3218 * gdb.base/skip-inline.exp: New file.
3219
3220 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3221
3222 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3223 jit_function_00 to jit_function_stack_mangle.
3224 * gdb.base/jithost.c (jit_function_t): Rename to...
3225 (jit_function_stack_mangle_t): ... this.
3226 (jit_function_add_t): New typedef.
3227 (jit_function_00_code): Rename to...
3228 (jit_function_stack_mangle_code): ... this, make static.
3229 (jit_function_add_code): New.
3230 (main): Generate "add" function and call it. Adjust to changes
3231 in jithost_abi.
3232 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3233 (struct jithost_abi) <begin, end>: Remove fields.
3234 <object, function_stack_mangle, function_add>: New fields.
3235 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3236 code_end>: Remove fields.
3237 <func_stack_mangle>: New field.
3238 (read_debug_info): Adjust to renaming, create block for "add"
3239 function.
3240 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3241
3242 2019-12-11 Tom Tromey <tom@tromey.com>
3243
3244 * gdb.tui/resize.exp: Fix regexp.
3245 * gdb.tui/regs.exp: Fix regexps.
3246 * gdb.tui/main.exp: Fix regexp.
3247
3248 2019-12-11 Tom Tromey <tom@tromey.com>
3249
3250 * gdb.tui/resize.exp: Update.
3251 * gdb.tui/empty.exp (layouts): Update.
3252
3253 2019-12-11 Tom Tromey <tom@tromey.com>
3254
3255 * gdb.tui/regs.exp: Update.
3256 * gdb.tui/empty.exp (layouts): Update.
3257 * gdb.tui/basic.exp: Update.
3258 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3259
3260 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3261
3262 * gdb.base/options.exp: Add -raw-values in the print completion list.
3263 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3264
3265 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3266
3267 * gdb.threads/omp-par-scope.c: New file.
3268 * gdb/threads/omp-par-scope.exp: New file.
3269
3270 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3271
3272 * lib/gdb.exp (support_nested_function_tests): New proc.
3273
3274 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3275
3276 * lib/gdb.exp (gdb_compile_openmp): New proc.
3277 (build_executable_from_specs): Add an "openmp" option.
3278 (gdb_compile_pthreads): Add non-executable case.
3279
3280 2019-12-10 Tom Tromey <tromey@adacore.com>
3281
3282 * gdb.ada/unchecked_union.exp: New file.
3283 * gdb.ada/unchecked_union/pck.adb: New file.
3284 * gdb.ada/unchecked_union/pck.ads: New file.
3285 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3286 * gdb-utils.exp (string_to_regexp): Also quote "?".
3287
3288 2019-12-10 George Barrett <bob@bob131.so>
3289
3290 Test scripted probe breakpoints.
3291 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3292 * gdb.python/py-breakpoint.c (main): Likewise.
3293 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3294 specifier test.
3295 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3296
3297 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3298
3299 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3300 an rvalue parameter.
3301 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3302 parameter.
3303
3304 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3307 modules.
3308
3309 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3312 broken version of GCC.
3313
3314 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3317 sym-info-cmds library.
3318 * gdb.fortran/info-types.exp: Likewise.
3319 * lib/sym-info-cmds.exp: New file.
3320
3321 2019-12-08 Tom de Vries <tdevries@suse.de>
3322
3323 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3324
3325 2019-12-07 Keith Seitz <keiths@redhat.com>
3326
3327 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3328 * gdb.base/corefile-buildid-shlib.c: New file.
3329 * gdb.base/corefile-buildid.c: New file.
3330 * gdb.base/corefile-buildid.exp: New file.
3331
3332 2019-12-06 Tom de Vries <tdevries@suse.de>
3333
3334 * gdb.dwarf2/varval.exp: Add decl before def test.
3335
3336 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3337
3338 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3339
3340 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3341
3342 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3343 CV and reference conversion for overload resolution.
3344 * gdb.cp/rvalue-ref-overload.exp: Test it.
3345
3346 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3347
3348 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3349 * gdb.base/frameapply.exp: Test faas without command.
3350
3351 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3354 Fortran tests.
3355 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3356 order.
3357
3358 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3359
3360 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3361 casting to type with no kind specified.
3362 (test_basic_parsing_of_type_kinds): Additional tests for types
3363 with no kind specified, and add tests for single/double
3364 precision/complex types.
3365
3366 2019-12-04 Tom Tromey <tromey@adacore.com>
3367
3368 * gdb.base/endianity.c (struct other) <x>: New field.
3369 (main): Initialize it.
3370 * gdb.base/endianity.exp: Update.
3371
3372 2019-12-04 Tom Tromey <tromey@adacore.com>
3373
3374 * gdb.ada/scalar_storage/storage.adb: New file.
3375 * gdb.ada/scalar_storage/pck.adb: New file.
3376 * gdb.ada/scalar_storage/pck.ads: New file.
3377 * gdb.ada/scalar_storage.exp: New file.
3378
3379 2019-12-04 Tom Tromey <tromey@adacore.com>
3380
3381 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3382 (main): Initialize it.
3383 * gdb.base/endianity.exp: Update.
3384
3385 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3388
3389 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3392 -symbol-info-module-functions and -symbol-info-module-variables.
3393
3394 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3397
3398 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3399 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * gdb.fortran/derived-type-striding.exp: New file.
3402 * gdb.fortran/derived-type-striding.f90: New file.
3403 * gdb.fortran/array-slices.exp: New file.
3404 * gdb.fortran/array-slices.f90: New file.
3405
3406 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3407
3408 * gdb.base/define.exp: Test . in command names.
3409 * gdb.base/setshow.exp: Update test, as . is now part of
3410 command name.
3411
3412 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3413
3414 * gdb.base/define-prefix.exp: New file.
3415
3416 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3419 compile.
3420 (skip_btrace_pt_tests): Likewise.
3421
3422 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3423
3424 * gdb.fortran/info-modules.exp: Compile source files in correct
3425 order.
3426
3427 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3428
3429 * gdb.dwarf2/imported-unit.exp: New file.
3430 * gdb.dwarf2/imported-unit.c: New file.
3431
3432 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3433
3434 * gdb.mi/mi-fortran-modules-2.f90: New file.
3435 * gdb.mi/mi-fortran-modules.exp: New file.
3436 * gdb.mi/mi-fortran-modules.f90: New file.
3437
3438 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3439
3440 * gdb.mi/mi-sym-info-1.c: New file.
3441 * gdb.mi/mi-sym-info-2.c: New file.
3442 * gdb.mi/mi-sym-info.exp: New file.
3443
3444 2019-11-22 Tom Tromey <tromey@adacore.com>
3445
3446 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3447 * gdb.ada/tasks/foo.adb: Add another stopping location.
3448
3449 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3450
3451 * gdb.base/endianity.c: New test.
3452 * gdb.base/endianity.exp: New file.
3453
3454 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3455
3456 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3457
3458 2019-11-21 Tom de Vries <tdevries@suse.de>
3459
3460 PR gdb/24956
3461 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3462
3463 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3464
3465 * gdb.python/py-progspace.exp: Add missing parentheses on some
3466 'print' commands.
3467
3468 2019-11-19 Tom Tromey <tom@tromey.com>
3469
3470 * gdb.tui/winheight.exp: New file.
3471
3472 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.base/ctf-whatis.c: Delete.
3475 * gdb.base/ctf-whatis.exp: Delete.
3476 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3477
3478 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.base/ctf-cvexpr.exp: Delete.
3481 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3482
3483 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3486 the compiler. Clean up header comment a little.
3487 * gdb.base/ctf-ptype.exp: Likewise.
3488 * gdb.base/ctf-whatis.exp: Likewise.
3489 * lib/gdb.exp (skip_ctf_tests): New proc.
3490
3491 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3492
3493 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3494 * gdb.tui/corefile-run.exp: New file.
3495
3496 2019-11-14 Tom Tromey <tromey@adacore.com>
3497
3498 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3499 regression tests.
3500
3501 2019-11-12 Tom Tromey <tom@tromey.com>
3502
3503 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3504 after any command. Expect prompt after WAIT_FOR is seen.
3505 (enter_tui): Enable resize messages.
3506 (command): Expect command in output.
3507 (get_line): Avoid error when cursor appears to be off-screen.
3508 (dump_screen): Include screen size in title.
3509 (_do_resize): New proc, from "resize".
3510 (resize): Rewrite. Do resize in two steps.
3511 * gdb.tui/empty.exp (layouts): Fix entries.
3512 (check_boxes): Remove xfail.
3513 (check_text): Dump screen on failure.
3514
3515 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3516
3517 * gdb.python/py-symbol.exp: Add test for
3518 gdb.lookup_static_symbols.
3519
3520 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3521
3522 * gdb.python/py-symbol.c: Declare and call function from new
3523 py-symbol-2.c file.
3524 * gdb.python/py-symbol.exp: Compile both source files, and add new
3525 tests for gdb.lookup_static_symbol.
3526 * gdb.python/py-symbol-2.c: New file.
3527
3528 2019-11-02 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3531 * gdb.base/anon.exp: Same.
3532 * gdb.base/auto-connect-native-target.exp: Same.
3533 * gdb.base/call-ar-st.exp: Same.
3534 * gdb.base/catch-syscall.exp: Same.
3535 * gdb.base/commands.exp: Same.
3536 * gdb.base/default.exp: Same.
3537 * gdb.base/display.exp: Same.
3538 * gdb.base/float.exp: Same.
3539 * gdb.base/foll-fork.exp: Same.
3540 * gdb.base/help.exp: Same.
3541 * gdb.base/info-macros.exp: Same.
3542 * gdb.base/info-proc.exp: Same.
3543 * gdb.base/info-target.exp: Same.
3544 * gdb.base/long_long.exp: Same.
3545 * gdb.base/macscp.exp: Same.
3546 * gdb.base/memattr.exp: Same.
3547 * gdb.base/nofield.exp: Same.
3548 * gdb.base/pointers.exp: Same.
3549 * gdb.base/printcmds.exp: Same.
3550 * gdb.base/ptype.exp: Same.
3551 * gdb.base/restore.exp: Same.
3552 * gdb.base/return.exp: Same.
3553 * gdb.base/scope.exp: Same.
3554 * gdb.base/set-noassign.exp: Same.
3555 * gdb.base/setshow.exp: Same.
3556 * gdb.base/shlib-call.exp: Same.
3557 * gdb.base/signals.exp: Same.
3558 * gdb.base/sigstep.exp: Same.
3559 * gdb.base/skip.exp: Same.
3560 * gdb.base/solib-symbol.exp: Same.
3561 * gdb.base/stap-probe.exp: Same.
3562 * gdb.base/step-line.exp: Same.
3563 * gdb.base/step-test.exp: Same.
3564 * gdb.base/style.exp: Same.
3565 * gdb.base/varargs.exp: Same.
3566 * gdb.base/vla-datatypes.exp: Same.
3567 * gdb.base/vla-ptr.exp: Same.
3568 * gdb.base/vla-sideeffect.exp: Same.
3569 * gdb.base/volatile.exp: Same.
3570 * gdb.base/watch-cond-infcall.exp: Same.
3571 * gdb.base/watchpoint.exp: Same.
3572
3573 2019-11-02 Tom de Vries <tdevries@suse.de>
3574
3575 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3576 * gdb.cp/cpexprs.exp: Same.
3577 * gdb.cp/except-multi-location.exp: Same.
3578 * gdb.cp/exceptprint.exp: Same.
3579 * gdb.cp/gdb2384.exp: Same.
3580 * gdb.cp/inherit.exp: Same.
3581 * gdb.cp/m-static.exp: Same.
3582 * gdb.cp/meth-typedefs.exp: Same.
3583 * gdb.cp/misc.exp: Same.
3584 * gdb.cp/namespace.exp: Same.
3585 * gdb.cp/non-trivial-retval.exp: Same.
3586 * gdb.cp/overload.exp: Same.
3587 * gdb.cp/pr17132.exp: Same.
3588 * gdb.cp/re-set-overloaded.exp: Same.
3589 * gdb.cp/rvalue-ref-types.exp: Same.
3590 * gdb.cp/templates.exp: Same.
3591
3592 2019-11-01 Luis Machado <luis.machado@linaro.org>
3593
3594 PR gdb/25124
3595
3596 * gdb.arch/pr25124.S: New file.
3597 * gdb.arch/pr25124.exp: New file.
3598
3599 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.fortran/info-modules.exp: Update expected results, and add
3602 additional tests for 'info module functinos', and 'info module
3603 variables'.
3604 * gdb.fortran/info-types.exp: Update expected results.
3605 * gdb.fortran/info-types.f90: Extend testcase with additional
3606 module variables and functions.
3607
3608 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.fortran/info-modules.exp: New file.
3611 * gdb.fortran/info-types.exp: Build with new file.
3612 * gdb.fortran/info-types.f90: Include and use new module.
3613 * gdb.fortran/info-types-2.f90: New file.
3614
3615 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3616
3617 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3618 * gdb.base/settings.exp: Test all settings types using
3619 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3620 that now verifies that the value of "maint show" is the same as
3621 returned by the settings functions. Test the type of the
3622 maintenance settings.
3623 * gdb.base/default.exp: Update show_conv_list.
3624
3625 2019-10-31 Tom de Vries <tdevries@suse.de>
3626
3627 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3628 gdb_test.
3629 * gdb.arch/amd64-disp-step.exp: Same.
3630 * gdb.asm/asm-source.exp: Same.
3631 * gdb.btrace/buffer-size.exp: Same.
3632 * gdb.btrace/cpu.exp: Same.
3633 * gdb.btrace/enable.exp: Same.
3634 * gdb.dwarf2/count.exp: Same.
3635 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3636 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3637 * gdb.fortran/vla-datatypes.exp: Same.
3638 * gdb.fortran/vla-history.exp: Same.
3639 * gdb.fortran/vla-ptype.exp: Same.
3640 * gdb.fortran/vla-value.exp: Same.
3641 * gdb.fortran/whatis_type.exp: Same.
3642 * gdb.guile/guile.exp: Same.
3643 * gdb.multi/tids.exp: Same.
3644 * gdb.python/py-finish-breakpoint.exp: Same.
3645 * gdb.python/py-framefilter.exp: Same.
3646 * gdb.python/py-pp-registration.exp: Same.
3647 * gdb.python/py-xmethods.exp: Same.
3648 * gdb.python/python.exp: Same.
3649 * gdb.server/connect-with-no-symbol-file.exp: Same.
3650 * gdb.server/no-thread-db.exp: Same.
3651 * gdb.server/run-without-local-binary.exp: Same.
3652 * gdb.stabs/weird.exp: Same.
3653 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3654 * gdb.threads/thread-find.exp: Same.
3655 * gdb.threads/tls-shared.exp: Same.
3656 * gdb.threads/tls.exp: Same.
3657 * gdb.threads/wp-replication.exp: Same.
3658 * gdb.trace/ax.exp: Same.
3659 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3660
3661 2019-10-31 Tom de Vries <tdevries@suse.de>
3662
3663 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3664 * gdb.ada/array_subscript_addr.exp: Same.
3665 * gdb.ada/arrayidx.exp: Same.
3666 * gdb.ada/arrayparam.exp: Same.
3667 * gdb.ada/arrayptr.exp: Same.
3668 * gdb.ada/boolean_expr.exp: Same.
3669 * gdb.ada/call_pn.exp: Same.
3670 * gdb.ada/complete.exp: Same.
3671 * gdb.ada/fixed_cmp.exp: Same.
3672 * gdb.ada/fun_addr.exp: Same.
3673 * gdb.ada/funcall_param.exp: Same.
3674 * gdb.ada/interface.exp: Same.
3675 * gdb.ada/mod_from_name.exp: Same.
3676 * gdb.ada/null_array.exp: Same.
3677 * gdb.ada/packed_array.exp: Same.
3678 * gdb.ada/packed_tagged.exp: Same.
3679 * gdb.ada/print_chars.exp: Same.
3680 * gdb.ada/print_pc.exp: Same.
3681 * gdb.ada/ptype_arith_binop.exp: Same.
3682 * gdb.ada/ptype_field.exp: Same.
3683 * gdb.ada/ptype_tagged_param.exp: Same.
3684 * gdb.ada/rec_return.exp: Same.
3685 * gdb.ada/ref_tick_size.exp: Same.
3686 * gdb.ada/str_ref_cmp.exp: Same.
3687 * gdb.ada/taft_type.exp: Same.
3688 * gdb.ada/tagged.exp: Same.
3689 * gdb.ada/type_coercion.exp: Same.
3690 * gdb.ada/uninitialized_vars.exp: Same.
3691
3692 2019-10-30 Tom de Vries <tdevries@suse.de>
3693
3694 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3695
3696 2019-10-26 Tom de Vries <tdevries@suse.de>
3697
3698 * gdb.base/bigcore.c: Fix typos in comments.
3699 * gdb.base/ctf-ptype.c: Same.
3700 * gdb.base/long_long.c: Same.
3701 * gdb.dwarf2/dw2-op-out-param.S: Same.
3702 * gdb.python/py-evthreads.c: Same.
3703 * gdb.reverse/i387-stack-reverse.c: Same.
3704 * gdb.trace/tfile.c: Same.
3705 * lib/compiler.c: Same.
3706 * lib/compiler.cc: Same.
3707
3708 2019-10-25 Tom de Vries <tdevries@suse.de>
3709
3710 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3711 gdb_test_multiple calls.
3712 * gdb.reverse/sigall-reverse.exp: Same.
3713 * gdb.reverse/solib-precsave.exp: Same.
3714 * gdb.reverse/solib-reverse.exp: Same.
3715 * gdb.reverse/until-precsave.exp: Same.
3716 * gdb.reverse/until-reverse.exp: Same.
3717
3718 2019-10-24 Tom de Vries <tdevries@suse.de>
3719
3720 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3721 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3722 kfail using -wrap pattern flag and convenience variable
3723 gdb_test_name.
3724
3725 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.python/py-progspace.exp: Add tests for the
3728 Progspace.block_for_pc method.
3729
3730 2019-10-23 Tom Tromey <tom@tromey.com>
3731
3732 * configure: Rebuild.
3733 * aclocal.m4: Use m4_include, not sinclude.
3734
3735 2019-10-21 Tom de Vries <tdevries@suse.de>
3736
3737 * gdb.base/infcall-nested-structs.c: Add
3738 __attribute__((noinline,noclone)) to all functions.
3739 (call_all): Add missing variable initialization. Simplify return value.
3740 (breakpt): Increment volatile variable, to prevent call from being
3741 optimized out.
3742 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3743
3744 2019-10-17 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.fortran/module.exp: Allow info variables to print info for files
3747 other than module.f90.
3748
3749 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.fortran/module.exp: Extend with 'info variables' test.
3752
3753 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3756 F77_FOR_TARGET.
3757
3758 2019-10-16 Tom de Vries <tdevries@suse.de>
3759
3760 PR tdep/25096
3761 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3762
3763 2019-10-16 Tom de Vries <tdevries@suse.de>
3764
3765 PR tdep/24104
3766 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3767 Add KFAIL for PR tdep/25096.
3768
3769 2019-10-16 Tom de Vries <tdevries@suse.de>
3770
3771 PR testsuite/25059
3772 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3773
3774 2019-10-16 Tom de Vries <tdevries@suse.de>
3775
3776 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3777 as signed.
3778
3779 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3780
3781 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3782 one instead of increasing timeout.
3783
3784 2019-10-13 Tom de Vries <tdevries@suse.de>
3785
3786 PR record/25038
3787 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3788 * gdb.reverse/sigall-reverse.exp: Same.
3789 * gdb.reverse/solib-precsave.exp: Same.
3790 * gdb.reverse/solib-reverse.exp: Same.
3791 * gdb.reverse/step-precsave.exp: Same.
3792 * gdb.reverse/until-precsave.exp: Same.
3793 * gdb.reverse/until-reverse.exp: Same.
3794 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3795
3796 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3797
3798 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3799 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3800 (cmp_struct_05_01, cmp_struct_static_02_01)
3801 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3802 comparisons.
3803
3804 2019-10-10 Tom de Vries <tdevries@suse.de>
3805
3806 PR testsuite/24888
3807 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3808 gnatlink.
3809
3810 2019-10-09 Tom de Vries <tdevries@suse.de>
3811
3812 PR testsuite/25048
3813 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3814
3815 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3816
3817 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3818 exceptions due to missing debug information.
3819
3820 2019-10-07 Tom de Vries <tdevries@suse.de>
3821
3822 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3823
3824 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3827 * gdb.base/annota1.exp: Update to use gdb_test_name.
3828
3829 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3830
3831 * gdb.base/ctf-whatis.exp: New file.
3832 * gdb.base/ctf-whatis.c: New file.
3833 * gdb.base/ctf-ptype.exp: New file.
3834 * gdb.base/ctf-ptype.c: New file.
3835 * gdb.base/ctf-constvars.exp: New file.
3836 * gdb.base/ctf-constvars.c: New file.
3837 * gdb.base/ctf-cvexpr.exp: New file.
3838
3839 2019-10-04 Tom de Vries <tdevries@suse.de>
3840
3841 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3842 for loop.
3843
3844 2019-10-03 Tom Tromey <tom@tromey.com>
3845
3846 PR rust/24976:
3847 * gdb.rust/simple.rs (Union2): New type.
3848 (main): Use Union2.
3849 * gdb.rust/simple.exp: Add test.
3850
3851 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3854 nested function prefix.
3855
3856 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3857 Richard Bunt <richard.bunt@arm.com>
3858 Andrew Burgess <andrew.burgess@embecosm.com>
3859
3860 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3861 nested functions.
3862 * gdb.fortran/nested-funcs.f90: Update expected results.
3863 * gdb.fortran/nested-funcs-2.exp: New file.
3864 * gdb.fortran/nested-funcs-2.f90: New file.
3865
3866 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 * gdb.python/py-parameter.exp: Make test names unique.
3869 * gdb.python/py-template.exp: Likewise.
3870 * gdb.python/py-value.exp: Likewise.
3871
3872 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.base/break-interp.exp: Reduce test name duplication.
3875 * gdb.base/call-sc.exp: Likewise.
3876 * gdb.base/callfuncs.exp: Likewise.
3877 * gdb.base/charset.exp: Likewise.
3878 * gdb.base/dump.exp: Likewise.
3879 * gdb.base/ena-dis-br.exp: Likewise.
3880 * gdb.base/relational.exp: Likewise.
3881 * gdb.base/step-over-syscall.exp: Likewise.
3882 * gdb.base/structs.exp: Likewise.
3883
3884 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdb.linespec/explicit.exp: Make test names unique.
3887 * gdb.linespec/ls-errs.exp: Likewise.
3888
3889 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * gdb.reverse/break-precsave.exp: Make test names unique.
3892 * gdb.reverse/break-reverse.exp: Likewise.
3893 * gdb.reverse/finish-precsave.exp: Likewise.
3894 * gdb.reverse/finish-reverse.exp: Likewise.
3895 * gdb.reverse/machinestate-precsave.exp: Likewise.
3896 * gdb.reverse/machinestate.exp: Likewise.
3897 * gdb.reverse/readv-reverse.exp: Likewise.
3898 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3899 * gdb.reverse/sigall-precsave.exp: Likewise.
3900 * gdb.reverse/sigall-reverse.exp: Likewise.
3901 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3902 * gdb.reverse/watch-precsave.exp: Likewise.
3903 * gdb.reverse/watch-reverse.exp: Likewise.
3904
3905 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3906
3907 * gdb.threads/stop-with-handle.c: New file.
3908 * gdb.threads/stop-with-handle.exp: New file.
3909
3910 2019-10-03 Tom de Vries <tdevries@suse.de>
3911
3912 PR testsuite/25059
3913 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3914 directory" line to be missing.
3915
3916 2019-10-03 Tom de Vries <tdevries@suse.de>
3917
3918 PR testsuite/25059
3919 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3920 type optional.
3921
3922 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3923
3924 * gdb.python/py-format-string.c (string.h): New include.
3925 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3926 the same value, for endianness-independence.
3927 * gdb.python/py-format-string.exp (default_regexp_dict)
3928 (test_pretty_structs, test_format): Adjust expected output to the
3929 changed initialization.
3930
3931 2019-10-02 Tom Tromey <tromey@adacore.com>
3932
3933 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3934
3935 2019-10-02 Pedro Alves <palves@redhat.com>
3936 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3939 "print-file-var.h".
3940 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3941 (get_version_1): Print this_version_id and its address.
3942 Add extern "C" wrappers around interface functions.
3943 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3944 "print-file-var.h".
3945 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3946 (get_version_2): Print this_version_id and its address.
3947 Add extern "C" wrappers around interface functions.
3948 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3949 <stddef.h> and "print-file-var.h".
3950 Add extern "C" wrappers around interface functions.
3951 [VERSION_ID_MAIN] (this_version_id): Define.
3952 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3953 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3954 up extern "C" blocks.
3955 * gdb.base/print-file-var.exp (test): New, factored out from top
3956 level.
3957 (top level): Test all combinations of attribute hidden or not,
3958 dlopen or not, and this_version_id symbol in main file or not.
3959 Compile tests as both C++ and C, make test names unique.
3960
3961 2019-10-01 Tom Tromey <tom@tromey.com>
3962
3963 * gdb.base/style.exp: Test "show logging filename".
3964
3965 2019-10-01 Tom Tromey <tom@tromey.com>
3966
3967 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3968 * gdb.base/style.exp: Add metadata style test.
3969
3970 2019-10-01 Tom Tromey <tom@tromey.com>
3971
3972 * gdb.base/style.exp: Test "pwd".
3973
3974 2019-10-01 Tom Tromey <tom@tromey.com>
3975
3976 * gdb.base/style.exp: Update tests.
3977
3978 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3979
3980 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3981 'six' to unsigned.
3982 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3983 'five'. Use an all-ones bit pattern for each.
3984 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3985 to its changed values.
3986
3987 2019-09-30 Tom Tromey <tromey@adacore.com>
3988
3989 * gdb.rust/traits.rs: Disable all warnings.
3990
3991 2019-09-29 Tom de Vries <tdevries@suse.de>
3992
3993 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3994
3995 2019-09-29 Tom de Vries <tdevries@suse.de>
3996
3997 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3998
3999 2019-09-27 Tom de Vries <tdevries@suse.de>
4000
4001 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4002
4003 2019-09-27 Tom de Vries <tdevries@suse.de>
4004
4005 PR record/23188
4006 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4007
4008 2019-09-26 Tom Tromey <tromey@adacore.com>
4009
4010 * gdb.ada/py_taft.exp: New file.
4011 * gdb.ada/py_taft/main.adb: New file.
4012 * gdb.ada/py_taft/pkg.adb: New file.
4013 * gdb.ada/py_taft/pkg.ads: New file.
4014
4015 2019-09-24 Tom de Vries <tdevries@suse.de>
4016
4017 PR gdb/24598
4018 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4019
4020 2019-09-22 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.base/restore.exp: Allow register variables to be optimized out at
4023 -O0.
4024
4025 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4026
4027 * gdb.arch/spu-info.exp: Remove file.
4028 * gdb.arch/spu-info.c: Remove file.
4029 * gdb.arch/spu-ls.exp: Remove file.
4030 * gdb.arch/spu-ls.c: Remove file.
4031
4032 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4033 * gdb.asm/spu.inc: Remove file.
4034
4035 * gdb.base/dump.exp: Remove support for spu*-*-*.
4036 * gdb.base/stack-checking.exp: Likewise.
4037 * gdb.base/overlays.exp: Likewise.
4038 * gdb.base/ovlymgr.c: Likewise.
4039 * gdb.base/spu.ld: Remove file.
4040
4041 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4042 * gdb.cp/cpexprs.exp: Likewise.
4043 * gdb.cp/exception.exp: Likewise.
4044 * gdb.cp/gdb2495.exp: Likewise.
4045 * gdb.cp/mb-templates.exp: Likewise.
4046 * gdb.cp/pr9167.exp: Likewise.
4047 * gdb.cp/userdef.exp: Likewise.
4048
4049 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4050
4051 * gdb.cell: Remove directory.
4052 * lib/cell.exp: Remove file.
4053
4054 2019-09-19 Tom de Vries <tdevries@suse.de>
4055
4056 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4057
4058 2019-09-19 Tom de Vries <tdevries@suse.de>
4059
4060 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4061
4062 2019-09-19 Tom de Vries <tdevries@suse.de>
4063
4064 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4065 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4066 (gdb_target_cmd): ... here.
4067 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4068 value 2.
4069
4070 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * gdb.base/source-dir.exp: Avoid having directory names in test
4073 names.
4074
4075 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4076
4077 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4078 directory.
4079
4080 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4081
4082 * gdb.base/list-missing-source.exp: New file.
4083
4084 2019-09-14 Tom de Vries <tdevries@suse.de>
4085
4086 PR teststuite/24599
4087 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4088 * lib/ada.exp (gnatmake_version_at_least): New proc.
4089
4090 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4091
4092 * gdb.base/maint.exp: Use exec_has_index_section.
4093
4094 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * gdb.base/maint.exp: Add test for 'maint info sections'.
4097
4098 2019-09-12 Tom de Vries <tdevries@suse.de>
4099
4100 * gdb.base/store.exp: Allow register variables to be optimized out at
4101 -O0.
4102
4103 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * gdb.ada/rdv_wait.exp: Update to new task names.
4106 * gdb.base/task_switch_in_core.exp: Likewise.
4107 * gdb.base/info_sources_base.c: Likewise.
4108
4109 2019-09-10 Tom Tromey <tromey@adacore.com>
4110
4111 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4112
4113 2019-09-10 Tom Tromey <tromey@adacore.com>
4114
4115 * gdb.ada/dgopt.exp: New file.
4116 * gdb.ada/dgopt/x.adb: New file.
4117
4118 2019-09-08 Tom Tromey <tom@tromey.com>
4119
4120 * gdb.tui/resize.exp: Remove setup_xfail.
4121 * gdb.tui/regs.exp: Remove setup_xfail.
4122 * gdb.tui/basic.exp: Remove setup_xfail.
4123
4124 2019-09-06 David Blaikie <dblaikie@gmail.com>
4125
4126 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4127 * gdb.cp/cplabel.exp: Ditto.
4128 * gdb.linespec/ls-errs.exp: Ditto.
4129
4130 2019-09-05 Tom de Vries <tdevries@suse.de>
4131
4132 * lib/gdb.exp (cmp_file_string): New proc.
4133 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4134 runto_main. Verify save breakpoints output.
4135
4136 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4137
4138 * gdb.base/info-var.exp: Test info variables without running
4139 to main, to avoid expect's buffer overflow.
4140
4141 2019-09-03 Tom Tromey <tromey@adacore.com>
4142
4143 * gdb.ada/bias.exp: New file.
4144 * gdb.ada/bias/bias.adb: New file.
4145 * gdb.ada/print_chars.exp: Add regression test.
4146 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4147 (MC): New variable.
4148
4149 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4150
4151 * gdb.base/argv0-symlink.exp: Run only on native target
4152 and local host.
4153
4154 2019-08-29 Tom de Vries <tdevries@suse.de>
4155
4156 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4157 diverse debug info.
4158 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4159
4160 2019-08-28 Tom de Vries <tdevries@suse.de>
4161
4162 * gdb.base/info-var.exp: Allow info variables to print info for files
4163 other than info-var-f1.c and info-var-f2.c.
4164
4165 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4166
4167 * gdb.fortran/info-types.exp: Add module.
4168 * gdb.fortran/info-types.f90: Update expected results.
4169
4170 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4171
4172 * gdb.fortran/info-types.exp: New file.
4173 * gdb.fortran/info-types.f90: New file.
4174 * lib/fortran.exp (fortran_character1): New proc.
4175
4176 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4179 functions'. Reindent as needed.
4180 * gdb.base/info-var-f1.c: New file.
4181 * gdb.base/info-var-f2.c: New file.
4182 * gdb.base/info-var.exp: New file.
4183 * gdb.base/info-var.h: New file.
4184
4185 2019-08-26 Tom de Vries <tdevries@suse.de>
4186
4187 PR c++/24852
4188 * gdb.cp/no-libstdcxx-probe.exp: New test.
4189
4190 2019-08-26 Tom de Vries <tdevries@suse.de>
4191
4192 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4193 * tests need to be skipped.
4194 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4195 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4196 mi_skip_libstdcxx_probe_tests.
4197
4198 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4199
4200 * gdb.python/py-xmethods.exp: Use raw strings when passing
4201 arguments to SimpleXMethodMatcher.
4202
4203 2019-08-22 Tom de Vries <tdevries@suse.de>
4204
4205 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4206 more informative.
4207
4208 2019-08-21 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.base/with.exp: Test "with" with no arguments.
4211
4212 2019-08-21 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.base/gdb-caching-proc.exp: Sort files.
4215
4216 2019-08-20 Tom de Vries <tdevries@suse.de>
4217
4218 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4219 compilation.
4220
4221 2019-08-16 Tom de Vries <tdevries@suse.de>
4222
4223 * gdb.base/compare-sections.exp ("after run to main"): Allow
4224 mismatched read-only sections for PIE executables.
4225
4226 2019-08-16 Tom Tromey <tom@tromey.com>
4227
4228 * lib/tuiterm.exp (_csi_Z): New proc.
4229 * gdb.tui/basic.exp: Update window positions.
4230 * gdb.tui/empty.exp: Update window positions.
4231
4232 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4233
4234 * gdb.base/examine-backward.exp: Correct regexp for
4235 "examine 3 bytes backward from ${address_zero}".
4236
4237 2019-08-15 Tom Tromey <tom@tromey.com>
4238
4239 * gdb.tui/empty.exp: Enable resizing tests.
4240
4241 2019-08-15 Tom Tromey <tromey@adacore.com>
4242
4243 * gdb.ada/char_enum.exp: Add regression tests.
4244 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4245 and '0'.
4246 (Char, Gchar): Update.
4247 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4248
4249 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4250
4251 * gdb.python/python.exp: Expect a leading underscore on
4252 GdbOutput{,Error}File.
4253
4254 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4255
4256 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4257 Windows host.
4258
4259 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4260
4261 * gdb.base/batch-preserve-term-settings.exp
4262 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4263
4264 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4265
4266 * lib/gdb.exp: When running on a mingw target, replace
4267 /x/ with x:/.
4268
4269 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4270
4271 * gdb.arch/aarch64-prologue.c: New test.
4272 * gdb.arch/aarch64-prologue.exp: New file.
4273
4274 2019-08-13 Tom de Vries <tdevries@suse.de>
4275
4276 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4277 Thread.
4278
4279 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4280
4281 * gdb.python/py-completion.exp: Download the .py file to the host
4282 and use its host pathname. Conditionalize tests that use
4283 tab completion and manipulate files on the build machine.
4284 * gdb.python/py-events.exp: Download the .py file to the host
4285 and use its host pathname.
4286 * gdb.python/py-evsignal.exp: Likewise.
4287 * gdb.python/py-evthreads.exp: Likewise.
4288 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4289 pathname syntax.
4290 * gdb.python/py-framefilter.exp: Download the .py file to the right
4291 place on the host. Match Windows pathname syntax.
4292 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4293 .py file to the host and use its host pathname.
4294 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4295 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4296 build pathname. Skip symlink test on Windows host. Add missing
4297 newline at end of file.
4298 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4299 and use its host pathname.
4300 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4301 * gdb.python/py-section-script.exp: Use host location of binfile
4302 on safe-path. Use correct path separator on Windows host.
4303 Reorder alternatives in gdb_test_multiple to prevent matching
4304 the wrong alternative on success.
4305 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4306
4307 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4308
4309 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4310 expect the GDB inferior to no longer immediately stop after
4311 being resumed with "signal SIGINT".
4312
4313 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4314
4315 * gdb.linespec/break-ask.exp: Generalize regexps to match
4316 Windows pathnames too.
4317
4318 2019-08-08 Tom de Vries <tdevries@suse.de>
4319
4320 PR testsuite/24862
4321 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4322
4323 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4324
4325 * gdb.base/style.exp: Update tests for help doc new invariants.
4326 * gdb.base/help.exp: Likewise.
4327
4328 2019-08-06 Tom Tromey <tom@tromey.com>
4329
4330 * gdb.base/style.exp: Add disassemble test.
4331 * gdb.base/style.c (some_called_function): New function.
4332 (main): Use it.
4333
4334 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4335
4336 * gdb.python/py-block.exp: Test dictionary access on blocks.
4337
4338 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4339
4340 PR gdb/24863
4341 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4342 -list-thread-groups --available test when running under
4343 check-read1.
4344
4345 2019-08-05 Tom de Vries <tdevries@suse.de>
4346
4347 PR testsuite/24863
4348 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4349 * gdb.base/help.exp: Use with_read1_timeout_factor.
4350 * gdb.base/info-macros.exp: Same.
4351 * gdb.cp/nested-types.exp: Same.
4352
4353 2019-08-05 Tom de Vries <tdevries@suse.de>
4354
4355 * lib/gdb.exp (version_at_least): Factor out of ...
4356 (tcl_version_at_least): ... here.
4357 (gdb_compile): Fail if pie results in non-PIE executable.
4358 (readelf_version, readelf_prints_pie): New proc.
4359 (exec_is_pie): Return -1 if unknown.
4360
4361 2019-08-05 Tom de Vries <tdevries@suse.de>
4362
4363 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4364
4365 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4366
4367 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4368
4369 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4370
4371 * lib/completion-support.exp (test_gdb_complete_none): Skip
4372 tab completion tests if no readline support.
4373 (test_gdb_complete_unique_re): Likewise.
4374 (test_gdb_complete_multiple): Likewise.
4375
4376 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4377
4378 * gdb.base/info_sources.exp: New file.
4379 * gdb.base/info_sources.c: New file.
4380 * gdb.base/info_sources_base.c: New file.
4381
4382 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4383
4384 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4385 prefix argument.
4386 (test_exit_status): Add prefix argument.
4387
4388 2019-08-01 Tom de Vries <tdevries@suse.de>
4389
4390 PR testsuite/24863
4391 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4392 calling exp_continue for new thread and thread exited messages.
4393
4394 2019-08-01 Tom de Vries <tdevries@suse.de>
4395
4396 PR testsuite/24863
4397 * gdb.base/structs.exp: Fix check-read1 timeout using
4398 gdb_test_sequence.
4399 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4400
4401 2019-08-01 Tom de Vries <tdevries@suse.de>
4402
4403 PR testsuite/24863
4404 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4405 line.
4406
4407 2019-08-01 Tom de Vries <tdevries@suse.de>
4408
4409 PR testsuite/24863
4410 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4411
4412 2019-07-30 Tom Tromey <tromey@adacore.com>
4413
4414 * gdb.ada/display_nested.exp: New file.
4415 * gdb.ada/display_nested/foo.adb: New file.
4416 * gdb.ada/display_nested/pack.adb: New file.
4417 * gdb.ada/display_nested/pack.ads: New file.
4418
4419 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4420
4421 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4422 namespace.
4423 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4424
4425 2019-07-30 Tom de Vries <tdevries@suse.de>
4426
4427 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4428 instead.
4429
4430 2019-07-30 Tom de Vries <tdevries@suse.de>
4431
4432 PR testsuite/24834
4433 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4434 (exec_is_pie): New proc.
4435
4436 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4437
4438 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4439
4440 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4441
4442 * gdb.python/py-objfile.c: Add global and static vars.
4443 * gdb.python/py-objfile.exp: Test new functions Objfile.
4444 lookup_global_symbol and lookup_static_symbol.
4445
4446 2019-07-29 Tom Tromey <tom@tromey.com>
4447
4448 * lib/tuiterm.exp (Term::_csi_@): New proc.
4449 (Term::_csi_X): Don't move cursor.
4450
4451 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4452
4453 * gdb.base/options.exp: Update backtrace - completion to
4454 new option -frame-info.
4455 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4456 Test new 'set print frame-info'. Test backtrace -frame-info
4457 overriding 'set print frame-info'.
4458 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4459 Test new 'set print frame-info'.
4460 Verify consistency of backtrace with and without filters, with and
4461 without -no-filters.
4462 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4463 default.
4464
4465 2019-07-29 Tom de Vries <tdevries@suse.de>
4466
4467 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4468 no arguments".
4469
4470 2019-07-29 Tom de Vries <tdevries@suse.de>
4471
4472 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4473 is a substring of the first for "complete non-unique file name".
4474
4475 2019-07-29 Tom de Vries <tdevries@suse.de>
4476
4477 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4478 with ".*".
4479
4480 2019-07-29 Tom de Vries <tdevries@suse.de>
4481
4482 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4483 Pass prompt_regexp parameter to gdb_test_multiple calls.
4484
4485 2019-07-29 Tom de Vries <tdevries@suse.de>
4486
4487 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4488 print registers" regexps.
4489
4490 2019-07-29 Tom de Vries <tdevries@suse.de>
4491
4492 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4493
4494 2019-07-29 Tom de Vries <tdevries@suse.de>
4495
4496 PR gdb/24855
4497 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4498 (skip_python_tests_prompt): Add prompt_regexp argument to
4499 gdb_test_multiple calls.
4500
4501 2019-07-27 Tom Tromey <tom@tromey.com>
4502
4503 * gdb.tui/main.exp: New file.
4504
4505 2019-07-27 Tom Tromey <tom@tromey.com>
4506
4507 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4508 optional.
4509 * gdb.tui/empty.exp: New file.
4510
4511 2019-07-27 Tom Tromey <tom@tromey.com>
4512
4513 * lib/tuiterm.exp (spawn): New proc.
4514 (Term::resize): New proc.
4515 * gdb.tui/resize.exp: New file.
4516
4517 2019-07-27 Tom Tromey <tom@tromey.com>
4518
4519 * gdb.tui/list.exp: New file.
4520
4521 2019-07-27 Tom Tromey <tom@tromey.com>
4522
4523 * gdb.tui/regs.exp: New file.
4524
4525 2019-07-27 Tom Tromey <tom@tromey.com>
4526
4527 * gdb.tui/basic.exp: Add "layout split" test.
4528
4529 2019-07-27 Tom Tromey <tom@tromey.com>
4530
4531 * gdb.tui/basic.exp: Add "layout asm" test.
4532
4533 2019-07-27 Tom Tromey <tom@tromey.com>
4534
4535 * lib/tuiterm.exp: New file.
4536 * gdb.tui/basic.exp: New file.
4537
4538 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4539
4540 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4541 Enable tests associated with this flag. Adjust regex
4542 referencing "foo_low" to now refer to "foo_cold" instead.
4543
4544 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4545
4546 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4547 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4548 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4549 foo_cold. Revise comments to match.
4550 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4551 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4552 were wrapped into this proc; Call do_test in loop from outermost
4553 level.
4554 (foo_low): Rename all occurrences to "foo_cold".
4555 (backtrace from baz): New test.
4556 (x2/i foo_cold): New test.
4557 (info line *foo_cold): New test.
4558
4559 2019-07-26 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4562
4563 2019-07-25 Tom de Vries <tdevries@suse.de>
4564
4565 PR testsuite/24830
4566 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4567 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4568 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4569 (skip_libstdcxx_probe_tests): ... here.
4570 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4571
4572 2019-07-24 Tom de Vries <tdevries@suse.de>
4573
4574 PR testsuite/24807
4575 * gdb.objc/basicclass.m: Include stdio.h.
4576 * gdb.objc/nondebug.m: Same.
4577 * gdb.objc/objcdecode.m: Same.
4578
4579 2019-07-24 Tom de Vries <tdevries@suse.de>
4580
4581 PR testsuite/24612
4582 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4583 additional_flags.
4584
4585 2019-07-24 Tom de Vries <tdevries@suse.de>
4586
4587 PR testsuite/24831
4588 * gdb.multi/tids.exp: Update error messages for info threads.
4589
4590 2019-07-24 Tom de Vries <tdevries@suse.de>
4591
4592 * gdb.base/info-types.exp: Allow info types to print info for more than
4593 one file.
4594
4595 2019-07-23 Tom de Vries <tdevries@suse.de>
4596
4597 PR testsuite/24842
4598 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4599 gdb_spawn_with_cmdline_opts.
4600
4601 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4602
4603 * gdb.arch/arm-cmse-sgstubs.c: New test.
4604 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4605
4606 2019-07-23 Tom de Vries <tdevries@suse.de>
4607
4608 PR testsuite/24711
4609 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4610 issuing next command.
4611
4612 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4613
4614 * gdb.ada/info_auto_lang.exp: Update expected results.
4615 * gdb.base/info-types.c: Add additional types to check.
4616 * gdb.base/info-types.exp: Update expected results.
4617
4618 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.base/info-types.c: New file.
4621 * gdb.base/info-types.exp: New file.
4622
4623 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4624
4625 * gdb.arch/riscv-bp-infcall.c: New file.
4626 * gdb.arch/riscv-bp-infcall.exp: New file.
4627
4628 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4629
4630 PR breakpoints/24541
4631 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4632
4633 2019-07-14 Tom de Vries <tdevries@suse.de>
4634
4635 PR testsuite/24760
4636 * gdb.objc/basicclass.exp: Fix unterminated string.
4637
4638 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4639 Andrew Burgess <andrew.burgess@embecosm.com>
4640
4641 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4642 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4643 negative bounds.
4644 * gdb.fortran/vla-value.exp: Print elements of an array with
4645 negative bounds.
4646 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4647 testing.
4648
4649 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4650
4651 * gdb.base/options.exp (expect_string): Dequote strings in
4652 results.
4653 (test-string): Test strings with different quoting and reindent.
4654
4655 2019-07-10 Tom Tromey <tromey@adacore.com>
4656
4657 * gdb.ada/mi_ex_cond.exp: Update expected results.
4658 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4659 * gdb.ada/mi_catch_ex.exp: Update expected results.
4660 * gdb.ada/mi_catch_assert.exp: Update expected results.
4661 * gdb.ada/catch_ex.exp (catch_exception_info)
4662 (catch_exception_entry, catch_assert_entry)
4663 (catch_unhandled_entry): Update.
4664 * gdb.ada/catch_assert_if.exp: Update expected results.
4665
4666 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4667 Stephen Roberts <stephen.roberts@arm.com>
4668
4669 * gdb.base/define.exp: Restore original prompt.
4670
4671 2019-07-09 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4674 breakpoints" output.
4675 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4676 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4677 throw" creates breakpoint.
4678 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4679 'type="catchpoint"'.
4680
4681 2019-07-09 Pedro Alves <palves@redhat.com>
4682
4683 PR c++/15468
4684 * gdb.cp/except-multi-location-lib.cc: New.
4685 * gdb.cp/except-multi-location-main.cc: New.
4686 * gdb.cp/except-multi-location.exp: New.
4687
4688 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4689
4690 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4691 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4692 argument and update callers.
4693
4694 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4695
4696 * gdb.arch/amd64-break-on-asm-line.S: New file.
4697 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4698
4699 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4700
4701 * gdb.base/printcmds.exp: Test printing C string and
4702 C wide string convenience vars without transiting via the inferior.
4703 Also make test names unique.
4704
4705 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4706
4707 PR breakpoints/25011
4708 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4709
4710 2019-07-04 Pedro Alves <palves@redhat.com>
4711
4712 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4713 body returned ok(0), break(3) or continue(4).
4714 * gdb.testsuite/foreach_with_prefix.exp: New file.
4715
4716 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4717
4718 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4719
4720 2019-07-03 Pedro Alves <palves@redhat.com>
4721
4722 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4723 "return -code".
4724
4725 2019-07-03 Pedro Alves <palves@redhat.com>
4726
4727 PR cli/24732
4728 * gdb.base/shell.exp: Load completion-support.exp.
4729 Adjust expected error output. Add completion tests.
4730
4731 2019-07-03 Pedro Alves <palves@redhat.com>
4732
4733 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4734 string_to_regexp.
4735
4736 2019-07-03 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4739 (expect_integer): Adjust to expect "-string".
4740 (expect_string): New.
4741 (all_options): Expect "-string".
4742 (test-flag, test-boolean): Adjust to expect "-string".
4743 (test-string): New proc.
4744 (top level): Call it.
4745
4746 2019-07-03 Pedro Alves <palves@redhat.com>
4747
4748 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4749 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4750 the expected output in the success.
4751
4752 2019-07-03 Pedro Alves <palves@redhat.com>
4753
4754 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4755 Split one gdb_test_multiple call in two to avoid a race.
4756
4757 2019-07-03 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.base/with.c: New file.
4760 * gdb.base/with.exp: New file.
4761
4762 2019-07-03 Pedro Alves <palves@redhat.com>
4763
4764 * gdb.base/settings.exp: Replace all references to "maint
4765 test-settings set" with references to "maint set test-settings",
4766 and all references to "maint test-settings show" with references
4767 to "maint show test-settings".
4768
4769 2019-07-03 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.base/settings.exp (test-string): Adjust expected out when
4772 testing "maint test-settings show filename"
4773
4774 2019-07-02 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/options.exp (test-info-threads): New procedure.
4777 (top level): Call it.
4778
4779 2019-06-28 Tom Tromey <tromey@adacore.com>
4780
4781 * gdb.dwarf2/ada-linkage-name.c: New file.
4782 * gdb.dwarf2/ada-linkage-name.exp: New file.
4783
4784 2019-06-27 Tom Tromey <tromey@adacore.com>
4785
4786 PR c++/20020:
4787 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4788
4789 2019-06-26 Tom de Vries <tdevries@suse.de>
4790
4791 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4792
4793 2019-06-26 Tom de Vries <tdevries@suse.de>
4794
4795 * gdb.base/index-cache.exp: Add back missing debug option.
4796
4797 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4798
4799 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4800
4801 2019-06-25 Tom de Vries <tdevries@suse.de>
4802
4803 PR testsuite/24727
4804 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4805
4806 2019-06-24 Tom de Vries <tdevries@suse.de>
4807
4808 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4809
4810 2019-06-24 Tom de Vries <tdevries@suse.de>
4811
4812 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4813 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4814 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4815
4816 2019-06-24 Tom de Vries <tdevries@suse.de>
4817
4818 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4819
4820 2019-06-21 Tom de Vries <tdevries@suse.de>
4821
4822 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4823
4824 2019-06-21 Tom de Vries <tdevries@suse.de>
4825
4826 PR testsuite/24518
4827 PR ada/24713
4828 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4829 index.
4830
4831 2019-06-19 Tom Tromey <tromey@adacore.com>
4832
4833 * gdb.ada/length_cond.exp: Add intro comment.
4834
4835 2019-06-19 Tom Tromey <tromey@adacore.com>
4836
4837 * gdb.ada/length_cond.exp: New file.
4838 * gdb.ada/length_cond/length_cond.adb: New file.
4839 * gdb.ada/length_cond/pck.adb: New file.
4840 * gdb.ada/length_cond/pck.ads: New file.
4841
4842 2019-06-18 Tom de Vries <tdevries@suse.de>
4843
4844 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4845
4846 2019-06-18 Tom Tromey <tromey@adacore.com>
4847
4848 * gdb.base/list0.h: Add comment explaining control character.
4849
4850 2019-06-18 Tom de Vries <tdevries@suse.de>
4851
4852 * boards/fission.exp: Break up long debug_flags line.
4853
4854 2019-06-16 Tom de Vries <tdevries@suse.de>
4855
4856 PR gdb/24445
4857 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4858 generated index.
4859
4860 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4861
4862 PR gdb/24686
4863 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4864 improve detection of bug gdb/24541.
4865
4866 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4867
4868 PR gdb/24669
4869 * gdb.base/index-cache.exp (uses_readnow,
4870 expecting_index_cache_use): Define global variable.
4871 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4872 expecting_index_cache_use.
4873
4874 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4875 Andrew Burgess <andrew.burgess@embecosm.com>
4876
4877 * gdb.fortran/pointers.f90: New file.
4878 * gdb.fortran/print_type.exp: New file.
4879 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4880 * gdb.fortran/vla-type.exp: Likewise.
4881 * gdb.fortran/vla-value.exp: Likewise.
4882 * gdb.mi/mi-vla-fortran.exp: Likewise.
4883
4884 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4885
4886 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4887 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4888 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4889 as a stop reason.
4890
4891 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.base/annota1.exp: Update expected results.
4894 * gdb.cp/annota2.exp: Likewise.
4895 * gdb.cp/annota3.exp: Likewise.
4896
4897 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.base/style-logging.exp: Remove path from test name.
4900
4901 2019-06-14 Tom Tromey <tromey@adacore.com>
4902
4903 PR gdb/24502:
4904 * gdb.base/style-logging.exp: New file.
4905
4906 2019-06-14 Tom Tromey <tromey@adacore.com>
4907
4908 * gdb.base/symfile-warn.exp: New file.
4909 * gdb.base/symfile-warn.c: New file.
4910
4911 2019-06-14 Tom Tromey <tromey@adacore.com>
4912
4913 * gdb.base/annotate-symlink.exp: New file.
4914
4915 2019-06-14 Tom Tromey <tromey@adacore.com>
4916
4917 * gdb.ada/set_wstr.exp: Add reassignment test.
4918
4919 2019-06-14 Tom Tromey <tromey@adacore.com>
4920
4921 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4922 'unchecked_access and 'unrestricted_access as well.
4923
4924 2019-06-14 Tom Tromey <tromey@adacore.com>
4925
4926 PR ada/24539:
4927 * gdb.ada/vla.exp: Update tests.
4928 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4929 pragma.
4930
4931 2019-06-13 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.base/settings.exp (test-integer): Test junk after
4934 "unlimited".
4935
4936 2019-06-13 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.base/options.exp (test-thread-apply): New.
4939 (top level): Call it.
4940
4941 2019-06-13 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/options.exp (test-frame-apply): New.
4944 (top level): Test print commands with different "frame apply"
4945 prefixes.
4946
4947 2019-06-13 Pedro Alves <palves@redhat.com>
4948
4949 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4950 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4951 'max_completions' parameter and handle it.
4952 (test_gdb_completion_offers_commands): New.
4953
4954 2019-06-13 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4957
4958 2019-06-13 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/options.exp (test-backtrace): New.
4961 (top level): Call it.
4962
4963 2019-06-13 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.guile/scm-frame-args.exp: Use "set print
4966 raw-frame-arguments" instead of "set print raw frame-arguments".
4967 * gdb.python/py-frame-args.exp: Likewise.
4968
4969 2019-06-13 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.compile/compile.exp: Adjust expected output to option
4972 processing changes.
4973
4974 2019-06-13 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/options.exp: Build executable.
4977 (test-print): New procedure.
4978 (top level): Call it, once for "print" and another for "compile
4979 print".
4980
4981 2019-06-13 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.base/options.c: New file.
4984 * gdb.base/options.exp: New file.
4985
4986 2019-06-13 Pedro Alves <palves@redhat.com>
4987
4988 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4989 that "o" is ambiguous.
4990
4991 2019-06-13 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/settings.c: New file.
4994 * gdb.base/settings.exp: New file.
4995
4996 2019-06-13 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/completion.exp: Fix comment typo.
4999
5000 2019-06-13 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5003 foo --1" test.
5004
5005 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5006
5007 * gdb.fortran/block-data.f: New.
5008 * gdb.fortran/block-data.exp: New.
5009
5010 2019-06-11 Tom de Vries <tdevries@suse.de>
5011
5012 PR testsuite/24521
5013 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5014 message.
5015
5016 2019-06-11 Tom de Vries <tdevries@suse.de>
5017
5018 PR testsuite/24521
5019 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5020
5021 2019-06-11 Tom de Vries <tdevries@suse.de>
5022
5023 * boards/readnow.exp: New file.
5024
5025 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5026
5027 * gdb.fortran/vla-sizeof.exp: Update expected results.
5028
5029 2019-06-06 Amos Bird <amosbird@gmail.com>
5030
5031 * gdb.base/annota1.exp (thread_switch): Add test for
5032 thread-exited annotation.
5033
5034 2019-06-06 Tom Tromey <tromey@adacore.com>
5035
5036 * gdb.base/maint.exp: Expect command started/finished output.
5037
5038 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5039
5040 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5041 comment.
5042 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5043
5044 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5045
5046 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5047 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5048 * gdb.arch/riscv-unwind-long-insn.c: New file.
5049 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5050
5051 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5052
5053 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5054
5055 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5056
5057 * lib/gdb.exp (help_list_trailer): New regexp variable
5058 factorizing the help trailer message.
5059 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5060 arg to allow to better factorize various tests.
5061 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5062 (test_prefix_command_help): Use help_list_trailer.
5063 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5064 * gdb.guile/scm-cmd.exp: Likewise.
5065 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5066 * gdb.base/help.exp: Use test_user_defined_class_help.
5067 * gdb.base/style.exp: Add tests for styling of help and apropos.
5068 * lib/gdb-utils.exp (style): Add title and highlight styles.
5069
5070 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5071
5072 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5073 $_shell_exitsignal.
5074 * gdb.base/default.exp: Update for new convenience variables.
5075
5076 2019-05-29 Tom Tromey <tromey@adacore.com>
5077
5078 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5079 to "break complete ada" test case's regexp.
5080
5081 2019-05-29 Tom Tromey <tromey@adacore.com>
5082
5083 PR c++/20020:
5084 * gdb.cp/constexpr-field.exp: New file.
5085 * gdb.cp/constexpr-field.cc: New file.
5086
5087 2019-05-29 Tom Tromey <tromey@adacore.com>
5088
5089 * gdb.base/finish.exp (finish_no_print): New proc.
5090 (finish_tests): Call it.
5091
5092 2019-05-24 Tom de Vries <tdevries@suse.de>
5093
5094 * gdb.dwarf2/gdb-add-index.exp: New file.
5095
5096 2019-05-22 Tom Tromey <tromey@adacore.com>
5097
5098 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5099 * gdb.base/style.exp: Use "style".
5100 * lib/gdb-utils.exp (style): New proc.
5101
5102 2019-05-22 Tom de Vries <tdevries@suse.de>
5103
5104 * gdb.base/align.exp: Require c++11.
5105
5106 2019-05-22 Tom de Vries <tdevries@suse.de>
5107
5108 PR testsuite/24586
5109 * gdb.python/py-mi-var-info-path-expression.exp: Call
5110 mi_skip_python_tests to check if python is supported.
5111
5112 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5113
5114 * gdb.arch/aarch64-pauth.c: New test.
5115 * gdb.arch/aarch64-pauth.exp: New file.
5116
5117 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5118
5119 * README (Re-running Tests Outside The Testsuite): New section.
5120
5121 2019-05-21 Tom de Vries <tdevries@suse.de>
5122
5123 * gdb.arch/amd64-eval.exp: Require c++11.
5124 * gdb.base/max-depth.exp: Same.
5125 * gdb.compile/compile-cplus-array-decay.exp: Same.
5126 * gdb.cp/meth-typedefs.exp: Same.
5127 * gdb.cp/subtypes.exp: Same.
5128 * gdb.cp/temargs.exp: Same.
5129
5130 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5131
5132 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5133
5134 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5135
5136 PR gdb/18644
5137 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5138 * gdb.fortran/printing-types.exp: Add new test.
5139 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5140 testing.
5141 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5142 setup_kfail call.
5143
5144 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5145
5146 * README (Running the Testsuite): Change example.
5147 (Testsuite Parameters): Remove TRANSCRIPT.
5148 * lib/gdb.exp: Remove TRANSCRIPT check.
5149
5150 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5151
5152 * README (Testsuite Parameters): Add replay logging to
5153 GDBSERVER_DEBUG.
5154 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5155 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5156 as a comma separated list.
5157 (gdb_debug_init): Override procedure.
5158
5159 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5160
5161 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5162 (gdb_write_cmd_file): New procedure.
5163 * lib/gdbserver-support.exp (gdbserver_start): Call
5164 gdbserver_write_cmd_file.
5165 (gdbserver_write_cmd_file): New procedure.
5166
5167 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5168
5169 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5170 (delete_breakpoints): Likewise.
5171 (gdb_run_cmd): Likewise.
5172 (gdb_start_cmd): Likewise.
5173 (gdb_starti_cmd): Likewise.
5174 (gdb_internal_error_resync): Likewise.
5175 (gdb_test_multiple): Likewise.
5176 (gdb_reinitialize_dir): Likewise.
5177 (default_gdb_exit): Likewise.
5178 (gdb_file_cmd): Mark kill as optional.
5179 (default_gdb_start): Call gdb_stdin_log_init.
5180 (send_gdb): Call gdb_stdin_log_write.
5181 (rerun_to_main): Mark Y as an answer.
5182 (gdb_stdin_log_init): New function.
5183 (gdb_stdin_log_write): Likewise.
5184
5185 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5186
5187 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5188 * gdb.base/debug-expr.exp: Likewise.
5189 * gdb.base/foll-fork.exp: Likewise.
5190 * gdb.base/foll-vfork.exp: Likewise.
5191 * gdb.base/fork-print-inferior-events.exp: Likewise.
5192 * gdb.base/gdb-sigterm.exp: Likewise.
5193 * gdb.base/gdbinit-history.exp: Likewise.
5194 * gdb.base/osabi.exp: Likewise.
5195 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5196 * gdb.base/ui-redirect.exp: Likewise.
5197 * gdb.gdb/unittest.exp: Likewise.
5198 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5199 * gdb.mi/mi-watch.exp: Likewise.
5200 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5201 * gdb.mi/user-selected-context-sync.exp: Likewise.
5202 * gdb.python/python.exp: Disable debug test when debugging.
5203 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5204 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5205 Likewise.
5206 * gdb.threads/stepi-random-signal.exp: Likewise.
5207
5208 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5209
5210 * Makefile.in: Pass through GDB_DEBUG.
5211 * README (Testsuite Parameters): Add GDB_DEBUG.
5212 (gdb,debug): Add board setting.
5213 * lib/gdb.exp (default_gdb_start): Start debugging.
5214 (gdb_debug_enabled): New procedure.
5215 (gdb_debug_init): Likewise.
5216
5217 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5218
5219 * Makefile.in: Pass through GDB_DEBUG.
5220 * README (Testsuite Parameters): Add GDB_DEBUG.
5221 (gdb,debug): Add board setting.
5222 * lib/gdb.exp (default_gdb_start): Start debugging.
5223 (gdb_debug_enabled): New procedure.
5224 (gdb_debug_init): Likewise.
5225
5226 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5227
5228 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5229
5230 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5231
5232 * gdb.base/ui-redirect.exp: Test redirection.
5233
5234 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5235
5236 * gdb.mi/mi-complete.exp: New file.
5237 * gdb.mi/mi-complete.cc: Likewise.
5238
5239 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5240
5241 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5242 indexed and sliced arrays, and pointers to arrays.
5243
5244 2019-05-14 Tom Tromey <tromey@adacore.com>
5245
5246 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5247 styling test.
5248
5249 2019-05-14 Tom de Vries <tdevries@suse.de>
5250
5251 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5252 selection entry encoding.
5253
5254 2019-05-10 Tom Tromey <tromey@adacore.com>
5255
5256 * gdb.ada/info_exc.exp: Add "complete" test.
5257
5258 2019-05-09 Tom de Vries <tdevries@suse.de>
5259
5260 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5261 CU-relative.
5262
5263 2019-05-09 Tom de Vries <tdevries@suse.de>
5264
5265 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5266 CU-relative.
5267
5268 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.ada/frame_arg_lang.exp: New testcase.
5271 * gdb.ada/frame_arg_lang/bla.adb: New file.
5272 * gdb.ada/frame_arg_lang/pck.ads: New file.
5273 * gdb.ada/frame_arg_lang/pck.adb: New file.
5274 * gdb.ada/frame_arg_lang/foo.c: New file.
5275
5276 2019-05-08 Tom Tromey <tromey@adacore.com>
5277
5278 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5279
5280 2019-05-08 Tom Tromey <tromey@adacore.com>
5281
5282 * gdb.base/ptype-offsets.exp: Update tests.
5283
5284 2019-05-08 Tom Tromey <tromey@adacore.com>
5285
5286 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5287 cases.
5288 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5289 "short".
5290
5291 2019-05-08 Tom Tromey <tromey@adacore.com>
5292
5293 * gdb.ada/vla.exp: New file.
5294 * gdb.ada/vla/vla.adb: New file.
5295
5296 2019-05-07 Tom de Vries <tdevries@suse.de>
5297
5298 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5299
5300 2019-05-07 Tom de Vries <tdevries@suse.de>
5301
5302 PR testsuite/24522
5303 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5304 section.
5305
5306 2019-05-07 Tom de Vries <tdevries@suse.de>
5307
5308 PR testsuite/24522
5309 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5310 .debug_aranges section.
5311
5312 2019-05-07 Tom de Vries <tdevries@suse.de>
5313
5314 PR testsuite/24159
5315 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5316
5317 2019-05-06 Tom de Vries <tdevries@suse.de>
5318
5319 * lib/gdb.exp (exec_has_index_section): New proc.
5320 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5321 section.
5322
5323 2019-05-04 Tom de Vries <tdevries@suse.de>
5324
5325 * boards/cc-with-debug-names.exp: New file.
5326
5327 2019-05-03 Tom Tromey <tromey@adacore.com>
5328
5329 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5330 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5331 * gdb.ada/char_enum.exp: Add test.
5332
5333 2019-05-03 Tom de Vries <tdevries@suse.de>
5334
5335 * boards/cc-with-gdb-index.exp: New file.
5336
5337 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5338
5339 * gdb.rust/simple.exp: Add new test case.
5340 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5341 (main): Initialise an instance of the new struct.
5342
5343 2019-05-01 Tom Tromey <tromey@adacore.com>
5344
5345 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5346 record.
5347 (NPR): New variable.
5348 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5349 test.
5350
5351 2019-05-01 Tom Tromey <tromey@adacore.com>
5352
5353 * gdb.ada/packed_array_assign.exp: Add packed assignment
5354 regression test.
5355
5356 2019-05-01 Tom de Vries <tdevries@suse.de>
5357
5358 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5359
5360 2019-05-01 Tom de Vries <tdevries@suse.de>
5361
5362 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5363
5364 2019-04-30 Ali Tamur <tamur@google.com>
5365
5366 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5367
5368 2019-04-30 Tom Tromey <tromey@adacore.com>
5369
5370 * lib/ada.exp (find_ada_tool): New proc.
5371 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5372 * gdb.ada/catch_ex_std.exp: New file.
5373 * gdb.ada/catch_ex_std/foo.adb: New file.
5374 * gdb.ada/catch_ex_std/some_package.adb: New file.
5375 * gdb.ada/catch_ex_std/some_package.ads: New file.
5376
5377 2019-04-30 Tom Tromey <tromey@adacore.com>
5378
5379 PR c++/24470:
5380 * gdb.cp/temargs.cc: Add test code from PR.
5381
5382 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * gdb.fortran/vla-datatypes.exp: Update expected results.
5385 * gdb.fortran/vla-ptype.exp: Likewise.
5386 * gdb.fortran/vla-type.exp: Likewise.
5387 * gdb.fortran/vla-value.exp: Likewise.
5388
5389 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5390
5391 * gdb.fortran/ptr-indentation.exp: Update expected results.
5392 * gdb.fortran/ptype-on-functions.exp: Likewise.
5393 * gdb.fortran/vla-ptr-info.exp: Likewise.
5394 * gdb.fortran/vla-value.exp: Likewise.
5395
5396 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 * gdb.fortran/ptype-on-functions.exp: New file.
5399 * gdb.fortran/ptype-on-functions.f90: New file.
5400
5401 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5402
5403 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5404 case void string.
5405
5406 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5407
5408 * gdb.fortran/complex.exp: Expand.
5409 * gdb.fortran/complex.f: Renamed to...
5410 * gdb.fortran/complex.f90: ...this, and extended to add more
5411 complex values.
5412
5413 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5414
5415 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5416 MODULO, CMPLX.
5417
5418 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5419 Richard Bunt <richard.bunt@arm.com>
5420
5421 * gdb.base/max-depth.c: New file.
5422 * gdb.base/max-depth.exp: New file.
5423 * gdb.python/py-nested-maps.c: New file.
5424 * gdb.python/py-nested-maps.exp: New file.
5425 * gdb.python/py-nested-maps.py: New file.
5426 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5427 (test_all_common): Call test_max_depth.
5428 * gdb.fortran/max-depth.exp: New file.
5429 * gdb.fortran/max-depth.f90: New file.
5430 * gdb.go/max-depth.exp: New file.
5431 * gdb.go/max-depth.go: New file.
5432 * gdb.modula2/max-depth.exp: New file.
5433 * gdb.modula2/max-depth.c: New file.
5434 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5435
5436 2019-04-29 Tom de Vries <tdevries@suse.de>
5437
5438 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5439
5440 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5441
5442 * gdb.base/callexit.exp: Test may-call-functions off.
5443
5444 2019-04-25 Keith Seitz <keiths@redhat.com>
5445
5446 PR c++/24367
5447 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5448 (another_incomplete_struct, test_incomplete): New definitions.
5449 (main): Use new definitions.
5450 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5451 functions.
5452
5453 2019-04-25 Ali Tamur <tamur@google.com>
5454
5455 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5456
5457 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5458
5459 PR corefiles/11608
5460 PR corefiles/18187
5461 * gdb.base/coredump-filter-build-id.exp: New file.
5462
5463 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5464
5465 * Makefile.in: Pass through GDBSERVER_DEBUG.
5466 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5467 (gdbserver,debug): Add board setting.
5468 * gdb.trace/tspeed.exp: Skip when debugging.
5469 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5470 * lib/gdbserver-support.exp: Likewise
5471
5472 2019-04-24 Tom Tromey <tromey@adacore.com>
5473
5474 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5475 Rust.
5476
5477 2019-04-24 Tom Tromey <tromey@adacore.com>
5478
5479 * gdb.arch/amd64-eval.exp: Test bitfield return.
5480 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5481 (class Foo) <return_bitfields>: New method.
5482 (main): Call it.
5483
5484 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5485
5486 * gdb.cp/many-args.cc: New file.
5487 * gdb.cp/many-args.exp: New file.
5488
5489 2019-04-23 Tom de Vries <tdevries@suse.de>
5490
5491 PR gdb/24433
5492 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5493
5494 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5495
5496 * gdb.trace/backtrace.exp: Use nopie flag.
5497 * gdb.trace/circ.exp: Likewise.
5498 * gdb.trace/collection.exp: Likewise.
5499 * gdb.trace/ftrace.exp: Likewise.
5500 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5501 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5502 * gdb.trace/qtro.exp: Likewise.
5503 * gdb.trace/read-memory.exp: Likewise.
5504 * gdb.trace/report.exp: Likewise.
5505 * gdb.trace/tfile.exp: Likewise.
5506 * gdb.trace/tfind.exp: Likewise.
5507 * gdb.trace/unavailable.exp: Likewise.
5508
5509 2019-04-22 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/solib-probes-nosharedlibrary.c,
5512 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5513
5514 2019-04-19 Tom Tromey <tromey@adacore.com>
5515
5516 * gdb.ada/ptype_union.c: New file.
5517 * gdb.ada/ptype_union.exp: New file.
5518
5519 2019-04-19 Tom Tromey <tromey@adacore.com>
5520
5521 PR symtab/24423:
5522 * gdb.base/list0.h (foo): Add a control-l character.
5523
5524 2019-04-18 Tom de Vries <tdevries@suse.de>
5525
5526 PR gdb/24433
5527 * boards/local-board.exp: Set sysroot to "".
5528
5529 2019-04-18 Tom de Vries <tdevries@suse.de>
5530 Pedro Alves <palves@redhat.com>
5531
5532 PR gdb/24454
5533 * gdb.threads/vfork-follow-child-exec.c: New file.
5534 * gdb.threads/vfork-follow-child-exec.exp: New file.
5535 * gdb.threads/vfork-follow-child-exit.c: New file.
5536 * gdb.threads/vfork-follow-child-exit.exp: New file.
5537
5538 2019-04-15 Leszek Swirski <leszeks@google.com>
5539
5540 * gdb.arch/amd64-eval.cc: New file.
5541 * gdb.arch/amd64-eval.exp: New file.
5542
5543 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5544
5545 * gdb.server/sysroot.c: New test.
5546 * gdb.server/sysroot.exp: New file.
5547 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5548 matching param.
5549
5550 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5551
5552 * gdb.base/align.exp: Extend test to cover structures containing
5553 only static fields.
5554
5555 2019-04-11 Tom de Vries <tdevries@suse.de>
5556
5557 * boards/cc-with-dwz-m.exp: New file.
5558 * boards/cc-with-dwz.exp: New file.
5559 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5560
5561 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5562
5563 * gdb.base/start-cpp.exp: New file.
5564 * gdb.base/start-cpp.cc: New file.
5565
5566 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5567
5568 * gdb.python/py-thrhandle.exp: Adjust tests to call
5569 thread_from_handle instead of thread_from_thread_handle.
5570
5571 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5572
5573 * gdb.python/py-thrhandle.exp: Add tests for
5574 gdb.InferiorThread.handle.
5575
5576 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5577
5578 * gdb.python/py-function.exp: Check calling helper function from
5579 all languages.
5580 * lib/gdb.exp (gdb_supported_languages): New proc.
5581
5582 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5583
5584 * gdb.base/complex-parts.c: New file.
5585 * gdb.base/complex-parts.exp: New file.
5586
5587 2019-04-01 Tom Tromey <tromey@adacore.com>
5588
5589 PR symtab/23331:
5590 * gdb.dwarf2/dw2-ranges-main.c: New file.
5591 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5592 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5593
5594 2019-03-30 Simon Marchi <simark@simark.ca>
5595
5596 * gdb.base/default.exp: Add values for $_gdb_major and
5597 $_gdb_minor.
5598
5599 2019-03-29 Tom Tromey <tromey@adacore.com>
5600
5601 * gdb.base/help.exp: Tighten apropos regexp.
5602
5603 2019-03-29 Keith Seitz <keiths@redhat.com>
5604
5605 * gdb.fortran/array-bounds.exp: New file.
5606 * gdb.fortran/array-bounds.f90: New file.
5607
5608 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5609
5610 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5611
5612 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5613
5614 * gdb.multi/hello.c (main): Increase alarm timer.
5615
5616 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5617
5618 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5619 factor when no hardware watchpoint support.
5620
5621 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5622 Pedro Alves <palves@redhat.com>
5623
5624 * boards/local-board.exp: set sysroot to /.
5625
5626 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5627
5628 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5629 in child.
5630
5631 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5632
5633 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5634 field.
5635 (make_container): Initialise new field.
5636 * gdb.python/py-prettyprint.exp: Add new tests.
5637 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5638 <display_hint>: New method.
5639
5640 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5641
5642 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5643 gdb_continue_to_breakpoint more throughout this test.
5644 (run_lang_tests) Supply unique test names, and use
5645 gdb_test_no_output.
5646
5647 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5648
5649 * gdb.base/finish-pretty.exp: Update expected results.
5650 * gdb.base/pretty-print.c: New file.
5651 * gdb.base/pretty-print.exp: New file.
5652
5653 2019-03-25 Pedro Alves <palves@redhat.com>
5654
5655 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5656 move comments outside list. Append '-i "" eof' section.
5657
5658 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5659
5660 PR testsuite/25016
5661 * README: Add pie options.
5662 * gdb.base/break-interp.exp: Ensure pie is disabled.
5663 * gdb.base/dump.exp: Likewise.
5664 * lib/gdb.exp (gdb_compile): Add pie option.
5665
5666 2019-03-19 Tom Tromey <tromey@adacore.com>
5667
5668 * gdb.mi/mi2-cli-display.c: New file.
5669 * gdb.mi/mi2-cli-display.exp: New file.
5670
5671 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5672 Tom Tromey <tromey@adacore.com>
5673
5674 * gdb.ada/ptype_array/pck.adb: New file.
5675 * gdb.ada/ptype_array/pck.ads: New file.
5676 * gdb.ada/ptype_array/foo.adb: New file.
5677 * gdb.ada/ptype_array.exp: New file.
5678
5679 2019-03-14 Tom Tromey <tromey@adacore.com>
5680
5681 * gdb.base/style.exp: Add "set style sources" test.
5682
5683 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5684
5685 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5686 * mi-breakpoint-multiple-locations.exp: ... this.
5687 (make_breakpoints_pattern): New proc.
5688 (do_test): Add mi_version parameter, test -break-insert,
5689 -break-info and =breakpoint-created.
5690
5691 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5692
5693 * config/default.exp: Remove 'load_lib gdb.exp'.
5694 * config/monitor.exp: Likewise.
5695 * config/sid.exp: Likewise.
5696 * config/sim.exp: Likewise.
5697 * config/slite.exp: Likewise.
5698 * config/unix.exp: Likewise.
5699 * gdb.base/default.exp: Remove unhelpful comment.
5700
5701 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5702
5703 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5704
5705 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5706
5707 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5708
5709 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.fortran/type-kinds.exp: Update expected results.
5712
5713 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5716
5717 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5718
5719 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5720 function.
5721 (test_basic_parsing_of_type_kinds): Expand types tested.
5722 (test_parsing_invalid_type_kinds): New function.
5723
5724 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5725
5726 * gdb.fortran/intrinsics.exp: New file.
5727 * gdb.fortran/intrinsics.f90: New file.
5728 * gdb.fortran/type-kinds.exp: New file.
5729
5730 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.fortran/dot-ops.exp: New file.
5733
5734 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5735
5736 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5737 Check upper and lower case logical literals.
5738
5739 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5740
5741 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5742 Remove duplicate tests.
5743
5744 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5745
5746 * lib/gdb.exp (builtin_cd): rename of cd.
5747 (cd): Override builtin.
5748
5749 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5750
5751 * gdb.fortran/function-calls.exp: New file.
5752 * gdb.fortran/function-calls.f90: New test.
5753
5754 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5755
5756 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5757 on user program standard output.
5758 * gdb.fortran/short-circuit-argument-list.f90: Record function
5759 calls.
5760
5761 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5762
5763 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5764 failure.
5765
5766 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5767
5768 PR gdb/8527
5769 * gdb.base/interrupt-daemon-attach.c,
5770 gdb.base/interrupt-daemon-attach.exp: New test.
5771
5772 2019-02-27 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/page.exp: Add tests for "set width/height -1".
5775
5776 2019-02-27 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/page.exp: Add tests for "set/show width/height" with
5779 "infinite" values.
5780
5781 2019-02-27 Tom Tromey <tromey@adacore.com>
5782
5783 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5784 2.4.
5785 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5786 workaround.
5787
5788 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5789
5790 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5791 tests for structs with static members.
5792
5793 2019-02-26 Tom Tromey <tromey@adacore.com>
5794
5795 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5796 ValueError, not TypeError.
5797
5798 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5799
5800 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5801 call from main program.
5802
5803 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5804
5805 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5806 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5807 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5808 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5809 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5810
5811 2019-02-22 Keith Seitz <keiths@redhat.com>
5812
5813 PR symtab/23853
5814 * gdb.base/symlink-sourcefile.c: New file.
5815 * gdb.base/symlink-sourcefile.exp: New file.
5816
5817 2019-02-20 Tom Tromey <tom@tromey.com>
5818
5819 * gdb.base/info_qt.exp: Update.
5820
5821 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5822
5823 * gdb.base/source.exp: Move "error in sourced script" code to
5824 the end.
5825 * gdb.base/source-error.gdb: Move contents to
5826 source-error-1.gdb. Add new code to source source-error-1.gdb.
5827 * gdb.base/source-error-1.gdb: New file, from previous
5828 source-error.gdb.
5829
5830 2019-02-17 Tom Tromey <tom@tromey.com>
5831
5832 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5833 for macro styling.
5834 * gdb.base/style.c (SOME_MACRO): New macro.
5835
5836 2019-02-17 Tom Tromey <tom@tromey.com>
5837
5838 * gdb.base/style.exp: Add line-wrapping tests.
5839 * gdb.base/page.exp: Add test for quitting during pagination.
5840
5841 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5842
5843 * gdb.ada/big_packed_array: New testcase.
5844 * gdb.ada/homonym.exp: Fix incorrect expected output for
5845 "break <homonym__get_value>" test.
5846
5847 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5848
5849 PR breakpoints/21870
5850 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5851 and prepare_for_testing. Add comment.
5852 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5853 redundant cleanup call. Clean up comment.
5854
5855 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5856
5857 PR breakpoints/21870
5858 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5859 * gdb.arch/aarch64-dbreg-contents.c: New file.
5860
5861 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5862
5863 * gdb.ada/mi_ref_changeable: New testcase.
5864
5865 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5866
5867 * gdb.base/attach.exp: Add double attach test.
5868
5869 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5870
5871 * lib/gdb.exp (default_gdb_start): Don't match pagination
5872 prompt.
5873 (gdb_init): Set stty_init.
5874
5875 2019-01-27 Tom Tromey <tom@tromey.com>
5876
5877 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5878 skip_python_tests.
5879
5880 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5881
5882 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5883 New structure.
5884 (struct struct_static_02_02): Likewise.
5885 (struct struct_static_02_03): Likewise.
5886 (struct struct_static_02_04): Likewise.
5887 (struct struct_static_04_01): Likewise.
5888 (struct struct_static_04_02): Likewise.
5889 (struct struct_static_04_03): Likewise.
5890 (struct struct_static_04_04): Likewise.
5891 (struct struct_static_06_01): Likewise.
5892 (struct struct_static_06_02): Likewise.
5893 (struct struct_static_06_03): Likewise.
5894 (struct struct_static_06_04): Likewise.
5895 (cmp_struct_static_02_01): Likewise.
5896 (cmp_struct_static_02_02): Likewise.
5897 (cmp_struct_static_02_03): Likewise.
5898 (cmp_struct_static_02_04): Likewise.
5899 (cmp_struct_static_04_01): Likewise.
5900 (cmp_struct_static_04_02): Likewise.
5901 (cmp_struct_static_04_03): Likewise.
5902 (cmp_struct_static_04_04): Likewise.
5903 (cmp_struct_static_06_01): Likewise.
5904 (cmp_struct_static_06_02): Likewise.
5905 (cmp_struct_static_06_03): Likewise.
5906 (cmp_struct_static_06_04): Likewise.
5907 (call_all): Test new structs.
5908 * gdb.base/infcall-nested-structs.exp: Likewise.
5909
5910 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5911 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5912
5913 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5914 * gdb.base/stack-protector.c: New test.
5915 * gdb.base/stack-protector.exp: New file.
5916 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5917 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5918 option.
5919 (gdb_compile): Remove stack protector for GCC and prevent
5920 recursion.
5921
5922 2019-01-16 Keith Seitz <keiths@redhat.com>
5923
5924 PR gdb/23773
5925 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5926
5927 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5928
5929 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5930 aliases.
5931 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5932 tests.
5933 * gdb.arch/powerpc-vector-regs.c: New file.
5934 * gdb.arch/powerpc-vector-regs.exp: New file.
5935
5936 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5937
5938 * gdb.arch/altivec-regs.exp: Fix the list passed to
5939 gdb_expect_list when testing "info vector".
5940
5941 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5942
5943 * gdb.base/style.exp: Don't include path in testname.
5944
5945 2019-01-10 Keith Seitz <keiths@redhat.com>
5946
5947 PR gdb/23712
5948 PR symtab/23010
5949 * gdb.dwarf2/multidictionary.exp: New file.
5950
5951 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5952
5953 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5954 (test_gnuv3_style_demangling): ... this.
5955 (test_lucid_style_demangling): Remove.
5956 (test_arm_style_demangling): Remove.
5957 (test_hp_style_demangling): Remove.
5958 (do_tests): Remove calls to the above.
5959
5960 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5961
5962 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5963 case.
5964
5965 2019-01-06 Tom Tromey <tom@tromey.com>
5966
5967 PR gdb/28155:
5968 * gdb.dwarf2/typedef-void-finish.exp: New file.
5969
5970 2018-12-28 Tom Tromey <tom@tromey.com>
5971 Simon Marchi <simark@simark.ca>
5972
5973 * gdb.base/jit-exec.exp: New file.
5974 * gdb.base/jit-exec.c: New file.
5975 * gdb.base/jit-execd.c: New file.
5976
5977 2018-12-28 Tom Tromey <tom@tromey.com>
5978
5979 * gdb.base/style.exp: Update test to check for address styling.
5980
5981 2018-12-28 Tom Tromey <tom@tromey.com>
5982
5983 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5984 message.
5985
5986 2018-12-28 Tom Tromey <tom@tromey.com>
5987
5988 * gdb.base/style.exp: Add test for version number styling.
5989
5990 2018-12-28 Tom Tromey <tom@tromey.com>
5991
5992 * gdb.base/style.exp: Add test for print_address_symbolic.
5993
5994 2018-12-28 Tom Tromey <tom@tromey.com>
5995
5996 * gdb.base/style.exp: Add test for breakpoint setting.
5997
5998 2018-12-28 Tom Tromey <tom@tromey.com>
5999
6000 * gdb.base/style.exp: Add test for variable names.
6001
6002 2018-12-28 Tom Tromey <tom@tromey.com>
6003
6004 * gdb.base/style.exp: New file.
6005 * gdb.base/style.c: New file.
6006
6007 2018-12-28 Tom Tromey <tom@tromey.com>
6008
6009 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6010 "dumb".
6011 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6012 the TERM environment variable.
6013
6014 2018-12-27 Tom Tromey <tom@tromey.com>
6015
6016 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6017 pagination test.
6018
6019 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6022 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6023
6024 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6025
6026 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6027 Filename a.adb changed to bp_fun_addr.adb.
6028 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6029
6030 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6031
6032 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6033 non-PIE executables.
6034 * README: Mention the gdb,nopie_flag board setting.
6035 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6036 non-PIE executable.
6037 * gdb.arch/amd64-entry-value.exp: Likewise.
6038 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6039 * gdb.arch/i386-float.exp: Likewise.
6040 * gdb.arch/i386-signal.exp: Likewise.
6041 * gdb.mi/mi-reg-undefined.exp: Likewise.
6042
6043 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6044
6045 PR gdb/23974
6046 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6047
6048 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6049
6050 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6051 Update order of results accordingly.
6052
6053 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6054
6055 * gdb.base/annota1.exp: Update a test regexp.
6056
6057 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6060
6061 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6062
6063 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6064 (reuse_time): Initialize to REUSE_TIME_CAP.
6065 (check_rc): New function.
6066 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6067 Check pthread_create rc.
6068 (spawner_thread_func): Check pthread_create and pthread_join rc.
6069
6070 2018-12-08 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/list.exp (test_forward_search): Rename to ...
6073 (test_forward_reverse_search): ... this. Also test reverse-search
6074 and the forward-search alias.
6075
6076 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6077
6078 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6079 local timeout variable before return, and remove all local timeout
6080 variable entirely.
6081 (gdb_load): Likewise.
6082
6083 2018-12-01 Tom de Vries <tdevries@suse.de>
6084
6085 * gdb.base/gdb-caching-proc.exp: New file.
6086
6087 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6088
6089 * Makefile.in (TIMESTAMP): New variable.
6090 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6091 command.
6092 (check-single-racy): Likewise.
6093 (check/%.exp): Likewise.
6094 (check-racy/%.exp): Likewise.
6095 (workers/%.worker): Likewise.
6096 (build-perf): Likewise.
6097 (check-perf): Likewise.
6098 * README: Describe new "TS" and "TS_FORMAT" variables.
6099 * print-ts.py: New file.
6100
6101 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6102
6103 PR python/23714
6104 * gdb.python/python.exp: Test command repetition after
6105 gdb.execute.
6106
6107 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6108
6109 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6110 is correctly aligned.
6111
6112 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6113
6114 * gdb.ada/info_auto_lang.exp: New testcase.
6115 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6116 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6117 * gdb.ada/info_auto_lang/some_c.c: New file.
6118
6119 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6120
6121 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6122 FUNC_lang language syntax.
6123
6124 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6125
6126 * gdb.base/info_minsym.c: New file.
6127 * gdb.base/info_minsym.exp: New file.
6128
6129 2018-11-19 Tom Tromey <tom@tromey.com>
6130
6131 PR rust/23625:
6132 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6133 * gdb.rust/expr.exp: Update expected output. Change one test.
6134
6135 2018-11-19 Tom Tromey <tom@tromey.com>
6136
6137 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6138
6139 2018-11-19 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6142 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6143 see the expected warning.
6144
6145 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6146
6147 PR gdb/22736:
6148 * gdb.cp/infcall-nodebug-lib.c: New test.
6149 * gdb.cp/infcall-nodebug-main.c: New test.
6150 * gdb.cp/infcall-nodebug.exp: New file.
6151
6152 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6153
6154 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6155 completer tests.
6156
6157 2018-11-09 Tom de Vries <tdevries@suse.de>
6158
6159 * gdb.base/msym-lang.c: New test.
6160 * gdb.base/msym-lang.exp: New file.
6161 * gdb.base/msym-lang-main.c: New test.
6162
6163 2018-11-08 Tom Tromey <tom@tromey.com>
6164
6165 PR gdb/23555:
6166 PR gdb/23838:
6167 * gdb.base/warning.exp: New file.
6168
6169 2018-11-08 Jan Beulich <jbeulich@suse.com>
6170
6171 * testsuite/gdb.arch/i386-avx512.c,
6172 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6173
6174 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6177 point hardware.
6178
6179 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6180
6181 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6182 * gdb.dwarf2/missing-type-name.exp: New file.
6183
6184 2018-11-06 Tom de Vries <tdevries@suse.de>
6185
6186 * gdb.base/many-headers.c: New test.
6187 * gdb.base/many-headers.exp: New file.
6188
6189 2018-11-06 Jim Wilson <jimw@sifive.com>
6190
6191 * gdb.base/code_elim.exp: For riscv, set additional_flags
6192 to include -msmall-data-limit=0.
6193
6194 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6195
6196 * gdb.ada/watch_minus_l: New testcase.
6197
6198 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6199
6200 * gdb.arch/aix-sighandle.c: New file.
6201 * gdb.arch/aix-sighandle.exp: New file.
6202
6203 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6204
6205 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6206 registers being unions.
6207
6208 2018-10-31 Tom de Vries <tdevries@suse.de>
6209
6210 * lib/valgrind.exp: New file.
6211 (vgdb_start, vgdb_stop): New procs, factored out of ...
6212 * gdb.base/valgrind-bt.exp: ... here, ...
6213 * gdb.base/valgrind-disp-step.exp: ... here and ...
6214 * gdb.base/valgrind-infcall.exp: ... here.
6215
6216 2018-10-31 Tom de Vries <tdevries@suse.de>
6217
6218 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6219
6220 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6221
6222 * gdb.dwarf2/void-type.c: New file.
6223 * gdb.dwarf2/void-type.exp: New file.
6224
6225 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * gdb.base/info_qt.c: New file.
6228 * gdb.base/info_qt.exp: New file.
6229
6230 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6231
6232 * gdb.arch/powerpc-htm-regs.c: New file.
6233 * gdb.arch/powerpc-htm-regs.exp: New file.
6234
6235 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6236
6237 * gdb.arch/powerpc-tar.c: New file.
6238 * gdb.arch/powerpc-tar.exp: New file.
6239
6240 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6241
6242 * gdb.arch/powerpc-ppr-dscr.c: New file.
6243 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6244
6245 2018-10-25 Tom de Vries <tdevries@suse.de>
6246
6247 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6248
6249 2018-10-24 Tom de Vries <tdevries@suse.de>
6250
6251 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6252 longer exists error.
6253
6254 2018-10-24 Tom de Vries <tdevries@suse.de>
6255
6256 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6257
6258 2018-10-24 Tom de Vries <tdevries@suse.de>
6259
6260 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6261 --db-attach in valgrind.
6262
6263 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6264
6265 * gdb.arch/riscv-reg-aliases.c: New file.
6266 * gdb.arch/riscv-reg-aliases.exp: New file.
6267
6268 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6269
6270 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6271
6272 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6273
6274 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6275
6276 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6277
6278 * gdb.cp/ovldbreak.exp: Fix regexps.
6279
6280 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6281
6282 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6283
6284 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6285
6286 PR cli/23785
6287 * gdb.base/restore.exp: New test to check if "restore" with an
6288 invalid file doesn't segfault.
6289
6290 2018-10-18 Tom de Vries <tdevries@suse.de>
6291
6292 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6293 * gdb.ada/excep_handle.exp: Same.
6294 * gdb.ada/mi_string_access.exp: Same.
6295 * gdb.ada/mi_var_union.exp: Same.
6296 * gdb.arch/arc-analyze-prologue.exp: Same.
6297 * gdb.arch/arc-decode-insn.exp: Same.
6298 * gdb.base/readnever.exp: Same.
6299 * gdb.fortran/printing-types.exp: Same.
6300 * gdb.guile/scm-lazy-string.exp: Same.
6301
6302 2018-10-16 Tom de Vries <tdevries@suse.de>
6303
6304 PR gdb/23730
6305 * gdb.base/catch-follow-exec.c: Add copyright notice.
6306 * gdb.base/catch-follow-exec.exp: Rewrite to use
6307 gdb_spawn_with_cmdline_opts. Require gdb-native.
6308
6309 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6310
6311 * gdb.trace/actions-changed.exp: Check for arch support.
6312 * gdb.trace/actions.exp: Likewise.
6313 * gdb.trace/ax.exp: Likewise.
6314 * gdb.trace/backtrace.exp: Likewise.
6315 * gdb.trace/change-loc.exp: Likewise.
6316 * gdb.trace/deltrace.exp: Likewise.
6317 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6318 * gdb.trace/ftrace.exp: Likewise.
6319 * gdb.trace/infotrace.exp: Check for arch support.
6320 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6321 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6322 * gdb.trace/mi-tsv-changed.exp: Likewise.
6323 * gdb.trace/packetlen.exp: Likewise.
6324 * gdb.trace/passc-dyn.exp: Likewise.
6325 * gdb.trace/passcount.exp: Likewise.
6326 * gdb.trace/pending.exp: Likewise.
6327 * gdb.trace/range-stepping.exp: Check for shlib support.
6328 * gdb.trace/report.exp: Check for arch support.
6329 * gdb.trace/save-trace.exp: Likewise.
6330 * gdb.trace/signal.exp: Check for signal support.
6331 * gdb.trace/tfind.exp: Check for arch support.
6332 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6333 * gdb.trace/trace-common.h: Add comment.
6334 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6335 * gdb.trace/trace-enable-disable.exp: Likewise.
6336 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6337 * gdb.trace/tracecmd.exp: Check for arch support.
6338 * gdb.trace/tspeed.exp: Check for shlib and target support.
6339 * gdb.trace/tstatus.exp: Check for arch support.
6340 * gdb.trace/tsv.exp: Likewise.
6341 * gdb.trace/while-dyn.exp: Likewise.
6342 * gdb.trace/while-stepping.exp: Likewise.
6343 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6344
6345 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6346
6347 * gdb.trace/tspeed.exp: Remove nowarnings.
6348 (prepare_for_trace_test): Declare "global ipalib".
6349 * gdb.trace/tspeed.c: Include unistd.h.
6350 (main): Remove superfluous printf argument.
6351
6352 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6353
6354 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6355 directory prefix on the filename.
6356
6357 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6358
6359 * gdb.gdb/unittest.exp: Update expected message informing that
6360 selftests have been disabled.
6361 * gdb.server/unittest.exp: Likewise.
6362
6363 2018-10-09 Tom de Vries <tdevries@suse.de>
6364
6365 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6366 with runto_main.
6367
6368 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6369
6370 PR c++/16841
6371 * gdb.cp/virtbase2.cc: New file.
6372 * gdb.cp/virtbase2.exp: New file.
6373
6374 2018-10-06 Tom Tromey <tom@tromey.com>
6375
6376 PR python/19399:
6377 * gdb.python/py-inferior.exp: Add architecture test.
6378
6379 2018-10-06 Tom Tromey <tom@tromey.com>
6380
6381 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6382 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6383
6384 2018-10-06 Tom Tromey <tom@tromey.com>
6385
6386 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6387 of a "throw" catchpoint.
6388
6389 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6390
6391 * gdb.base/info-proc.exp: Update string expected from "help info
6392 proc".
6393
6394 2018-10-04 Tom Tromey <tom@tromey.com>
6395
6396 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6397 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6398 (test_initial_complaints, test_empty_complaints): Update.
6399 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6400
6401 2018-10-04 Tom Tromey <tom@tromey.com>
6402
6403 PR cli/19551:
6404 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6405 * lib/gdb.exp (gdb_file_cmd): Update.
6406 * gdb.stabs/weird.exp (print_weird_var): Update.
6407 * gdb.server/solib-list.exp: Update.
6408 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6409 * gdb.mi/mi-cli.exp: Update.
6410 * gdb.linespec/linespec.exp: Update.
6411 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6412 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6413 * gdb.cp/cp-relocate.exp: Update.
6414 * gdb.base/sym-file.exp: Update.
6415 * gdb.base/relocate.exp: Update.
6416 * gdb.base/readnever.exp: Update.
6417 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6418 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6419 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6420 * gdb.base/code_elim.exp: Update.
6421 * gdb.base/break-unload-file.exp (test_break): Update.
6422 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6423 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6424 Update.
6425 * gdb.base/attach.exp (do_attach_tests): Update.
6426 * gdb.base/sepdebug.exp: Update.
6427 * gdb.python/py-section-script.exp: Update.
6428
6429 2018-10-04 Tom Tromey <tom@tromey.com>
6430
6431 PR cli/22234:
6432 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6433 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6434 output.
6435
6436 2018-10-04 Tom Tromey <tom@tromey.com>
6437
6438 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6439 set width and height to 0.
6440 (test_command_line_attach_run): Use -quiet.
6441
6442 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6443
6444 * lib/gdb.exp (skip_ifunc_tests): New.
6445 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6446 other compile failures.
6447 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6448
6449 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6450
6451 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6452 is_amd64_regs_target.
6453
6454 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6455
6456 * gdb.arch/aarch64-sighandler-regs.c: New test.
6457 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6458 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6459
6460 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6461
6462 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6463 assembly.
6464
6465 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.base/frame-selection.exp: New file.
6468 * gdb.base/frame-selection.c: New file.
6469
6470 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6471
6472 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6473 pthread barrier.
6474 (main): Likewise.
6475
6476 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6477
6478 * gdb.base/large-frame-1.c: New file.
6479 * gdb.base/large-frame-2.c: New file.
6480 * gdb.base/large-frame.exp: New file.
6481 * gdb.base/large-frame.h: New file.
6482
6483 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6484
6485 PR gdb/20948
6486 * gdb.base/write_mem.exp: New test.
6487 * gdb.base/write_mem.c: Likewise.
6488
6489 2018-09-23 Tom Tromey <tom@tromey.com>
6490
6491 PR python/18852:
6492 * gdb.python/py-parameter.exp: Add test for parameter that throws
6493 on "set".
6494
6495 2018-09-23 Tom Tromey <tom@tromey.com>
6496
6497 PR python/17284:
6498 * gdb.python/py-template.exp (test_template_arg): Add test for
6499 negative template argument number.
6500
6501 2018-09-23 Tom Tromey <tom@tromey.com>
6502
6503 PR python/14062:
6504 * gdb.python/python.exp: Add test for post_event error.
6505
6506 2018-09-23 Tom Tromey <tom@tromey.com>
6507
6508 PR python/18170:
6509 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6510 convert pointers to int and long.
6511
6512 2018-09-23 Tom Tromey <tom@tromey.com>
6513
6514 PR python/20126:
6515 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6516 signed-ness conversion tests.
6517
6518 2018-09-23 Tom Tromey <tom@tromey.com>
6519
6520 PR python/18352;
6521 * gdb.python/py-value.exp (test_float_conversion): New proc.
6522 Use it.
6523
6524 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6525
6526 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6527
6528 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6529
6530 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6531 no readline.
6532 * gdb.base/utf8-identifiers.exp: Likewise.
6533 * gdb.cp/cpcompletion.exp: Likewise.
6534 * gdb.linespec/cpcompletion.exp: Likewise.
6535 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6536 * gdb.linespec/cpls-ops.exp: Likewise.
6537
6538 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6539 Chris January <chris.january@arm.com>
6540
6541 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6542 * gdb.fortran/short-circuit-argument-list.exp: New file.
6543 * gdb.fortran/short-circuit-argument-list.f90: New test.
6544
6545 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6546
6547 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6548 "arch=" keyword when executing "-stack-list-frames".
6549
6550 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6551
6552 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6553 "arch=" keyword when executing "-stack-list-frames".
6554
6555 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6556
6557 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6558 break ada".
6559
6560 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6561
6562 PR python/23669
6563 * gdb.python/python.exp: Test gdb.execute("show commands").
6564
6565 2018-09-16 Tom Tromey <tom@tromey.com>
6566
6567 * gdb.base/new-ui.exp (do_execution_tests): Update.
6568 * gdb.base/dbx.exp (test_breakpoints): Update.
6569
6570 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6571
6572 * lib/gdb.exp (gdb_simple_compile): Add proc.
6573 (is_elf_target): Use gdb_simple_compile.
6574 (skip_altivec_tests): Likewise.
6575 (skip_vsx_tests): Likewise.
6576 (skip_tsx_tests): Likewise.
6577 (skip_btrace_tests): Likewise.
6578 (skip_btrace_pt_tests): Likewise.
6579 (gdb_can_simple_compile): Likewise.
6580 (gdb_has_argv0): Likewise.
6581 (gdb_target_symbol_prefix): Likewise.
6582 (target_supports_scheduler_locking): Likewise.
6583
6584 2018-09-13 Tom Tromey <tom@tromey.com>
6585
6586 * Makefile.in (TAGS): Recognize proc_with_prefix and
6587 gdb_caching_proc.
6588
6589 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6590
6591 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6592 method.
6593
6594 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6595
6596 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6597 and a few other Inferior properties when the Inferior is no
6598 longer valid.
6599
6600 2018-09-13 Tom Tromey <tom@tromey.com>
6601
6602 PR rust/23650:
6603 * gdb.rust/simple.exp: Add test for enum field access error.
6604
6605 2018-09-13 Tom Tromey <tom@tromey.com>
6606
6607 PR rust/23626:
6608 * gdb.rust/simple.rs (EmptyEnum): New type.
6609 (main): Use it.
6610 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6611
6612 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6615 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6616 * gdb.python/py-symtab.exp: Update test printing an objfile.
6617
6618 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6619
6620 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6621 object.
6622
6623 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6624
6625 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6626 (support_complex_tests): Use gdb_can_simple_compile.
6627 (is_ilp32_target): Likewise.
6628 (is_lp64_target): Likewise.
6629 (is_64_target): Likewise.
6630 (is_amd64_regs_target): Likewise.
6631 (is_aarch32_target): Likewise.
6632 (gdb_int128_helper): Likewise.
6633
6634 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6637
6638 2018-09-10 Jerome Guitton <guitton@adacore.com>
6639
6640 * gdb.ada/same_component_name: Add test for case of tagged record
6641 with variable-length fields.
6642
6643 2018-09-10 Xavier Roirand <roirand@adacore.com>
6644
6645 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6646 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6647 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6648 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6649
6650 2018-09-10 Xavier Roirand <roirand@adacore.com>
6651
6652 * gdb.ada/mi_string_access.exp: New testcase.
6653 * gdb.ada/mi_string_access/bar.adb: New file.
6654 * gdb.ada/mi_string_access/pck.adb: New file.
6655 * gdb.ada/mi_string_access/pck.asd: New file.
6656
6657 2018-09-10 Xavier Roirand <roirand@adacore.com>
6658
6659 * gdb.ada/mi_var_union.exp: New testcase.
6660 * gdb.ada/mi_var_union/bar.adb: New file.
6661 * gdb.ada/mi_var_union/pck.adb: New file.
6662 * gdb.ada/mi_var_union/pck.asd: New file.
6663
6664 2018-09-08 Tom Tromey <tom@tromey.com>
6665
6666 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6667
6668 2018-09-08 Tom Tromey <tom@tromey.com>
6669
6670 PR python/16047:
6671 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6672 (register_pretty_printers): Register new printer.
6673 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6674 test.
6675 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6676 (an_int_type3): New global.
6677
6678 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6679
6680 * gdb.ada/expr_with_funcall: New testcase.
6681
6682 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6683
6684 * gdb.ada/packed_array_assign: New testcase.
6685
6686 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6687
6688 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6689 names, and add test prefixes to make test names unique.
6690
6691 2018-09-05 Tom de Vries <tdevries@suse.de>
6692
6693 * gdb.dwarf2/varval.exp: Add test.
6694
6695 2018-09-04 Gary Benson <gbenson@redhat.com>
6696
6697 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6698 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6699
6700 2018-08-31 Tom Tromey <tom@tromey.com>
6701
6702 * gdb.rust/simple.rs: Rename second variable "v".
6703
6704 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6705
6706 * gdb.base/funcargs.c (use_a): New function.
6707 (recurse): Call use_a.
6708
6709 2018-08-29 Keith Seitz <keiths@redhat.com>
6710
6711 * gdb.compile/compile-cplus-anonymous.cc: New file.
6712 * gdb.compile/compile-cplus-anonymous.exp: New file.
6713 * gdb.compile/compile-cplus-array-decay.cc: New file.
6714 * gdb.compile/compile-cplus-array-decay.exp: New file.
6715 * gdb.compile/compile-cplus-inherit.cc: New file.
6716 * gdb.compile/compile-cplus-inherit.exp: New file.
6717 * gdb.compile/compile-cplus-member.cc: New file.
6718 * gdb.compile/compile-cplus-member.exp: New file.
6719 * gdb.compile/compile-cplus-method.cc: New file.
6720 * gdb.compile/compile-cplus-method.exp: New file.
6721 * gdb.compile/compile-cplus-mod.c: "New" file.
6722 * gdb.compile/compile-cplus-namespace.cc: New file.
6723 * gdb.compile/compile-cplus-namespace.exp: New file.
6724 * gdb.compile/compile-cplus-nested.cc: New file.
6725 * gdb.compile/compile-cplus-nested.exp: New file.
6726 * gdb.compile/compile-cplus-print.c: "New" file.
6727 * gdb.compile/compile-cplus-print.exp: "New" file.
6728 * gdb.compile/compile-cplus-virtual.cc: New file.
6729 * gdb.compile/compile-cplus-virtual.exp: New file.
6730 * gdb.compile/compile-cplus.c: "New" file.
6731 * gdb.compile/compile-cplus.exp: "New" file.
6732 * lib/compile-support.exp: New file.
6733
6734 2018-08-16 Gary Benson <gbenson@redhat.com>
6735
6736 PR gdb/13000:
6737 * gdb.base/batch-exit-status.exp: New file.
6738 * gdb.base/batch-exit-status.good-commands: Likewise.
6739 * gdb.base/batch-exit-status.bad-commands: Likewise.
6740
6741 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6742
6743 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6744 (struct struct02): Likewise.
6745 (struct struct03): Likewise.
6746 (struct struct04): Likewise.
6747 (struct struct_01_01): New struct.
6748 (struct struct_01_02): Likewise.
6749 (struct struct_01_03): Likewise.
6750 (struct struct_01_04): Likewise.
6751 (struct struct_02_01): Likewise.
6752 (struct struct_02_02): Likewise.
6753 (struct struct_02_03): Likewise.
6754 (struct struct_02_04): Likewise.
6755 (struct struct_04_01): Likewise.
6756 (struct struct_04_02): Likewise.
6757 (struct struct_04_03): Likewise.
6758 (struct struct_04_04): Likewise.
6759 (struct struct_05_01): Likewise.
6760 (struct struct_05_02): Likewise.
6761 (struct struct_05_03): Likewise.
6762 (struct struct_05_04): Likewise.
6763 (cmp_struct01): Remove function.
6764 (cmp_struct02): Likewise.
6765 (cmp_struct03): Likewise.
6766 (cmp_struct04): Likewise.
6767 (cmp_struct_01_01): Add Function.
6768 (cmp_struct_01_02): Likewise.
6769 (cmp_struct_01_03): Likewise.
6770 (cmp_struct_01_04): Likewise.
6771 (cmp_struct_02_01): Likewise.
6772 (cmp_struct_02_02): Likewise.
6773 (cmp_struct_02_03): Likewise.
6774 (cmp_struct_02_04): Likewise.
6775 (cmp_struct_04_01): Likewise.
6776 (cmp_struct_04_02): Likewise.
6777 (cmp_struct_04_03): Likewise.
6778 (cmp_struct_04_04): Likewise.
6779 (cmp_struct_05_01): Likewise.
6780 (cmp_struct_05_02): Likewise.
6781 (cmp_struct_05_03): Likewise.
6782 (cmp_struct_05_04): Likewise.
6783 (call_all): Add new structs.
6784 * gdb.base/infcall-nested-structs.exp: Likewise.
6785
6786 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6787
6788 * gdb.python/py-framefilter-mi.exp: Update regexp to
6789 check for "arch" field in frame output.
6790
6791 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6792
6793 * gdb.dwarf2/dw2-ranges-func.c: New file.
6794 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6795
6796 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6797
6798 * gdb.base/term.exp: Compare terminal settings with values from
6799 the inferior.
6800 * gdb.base/term.c: Get and set terminal settings.
6801
6802 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6803
6804 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6805 accommodate new "arch" field in frame output.
6806 * gdb.mi/mi-return.exp: Likewise.
6807 * gdb.mi/mi-stack.exp: Likewise.
6808 * gdb.mi/mi-syn-frame.exp: Likewise.
6809 * gdb.mi/user-selected-context-sync.exp: Likewise.
6810
6811 2018-08-19 Michael Spang <spang@google.com>
6812
6813 PR gdb/11786
6814 * gdb.base/gcore-tls-pie.c: New file.
6815 * gdb.base/gcore-tls-pie.exp: New file.
6816
6817 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6818
6819 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6820 * gdb.dwarf2/varval.c: New file.
6821 * gdb.dwarf2/varval.exp: New file.
6822
6823 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6824
6825 PR gdb/18931
6826 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6827
6828 2018-08-16 Keith Seitz <keiths@redhat.com>
6829
6830 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6831 tests expected to pass.
6832
6833 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6834
6835 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6836 -data-disassemble -a.
6837 (test_disassembly_bogus_args): Likewise.
6838
6839 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6842
6843 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * gdb.base/vla-optimized-out.exp: Add new test.
6846
6847 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6848
6849 * gdb.base/vla-optimized-out-o3.exp: Delete.
6850 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6851 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6852 deleted tests.
6853
6854 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6855
6856 PR gdb/18050:
6857 * gdb.server/extended-remote-restart.c: New file.
6858 * gdb.server/extended-remote-restart.exp: New file.
6859
6860 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6861
6862 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6863 "set variable index = 42".
6864
6865 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6866
6867 * boards/index-cache-gdb.exp: New file.
6868 * gdb.dwarf2/index-cache.exp: New file.
6869 * gdb.dwarf2/index-cache.c: New file.
6870 * gdb.base/maint.exp: Check if we are using the index cache.
6871
6872 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6873
6874 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6875 MAKEFLAGS.
6876
6877 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6878
6879 * dg-extract-results.sh: Move to toplevel contrib.
6880 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6881 * Makefile.in (check-parallel-racy): Likewise.
6882
6883 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6884
6885 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6886 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6887 tests if the target supports scheduler locking.
6888
6889 2018-08-04 Tom de Vries <tdevries@suse.de>
6890
6891 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6892
6893 2018-08-02 Tom Tromey <tom@tromey.com>
6894
6895 PR symtab/16842.
6896 * gdb.cp/temargs.exp: Test "info address" of a template
6897 parameter.
6898
6899 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6900
6901 * gdb.python/py-mi-var-info-path-expression.c: New file.
6902 * gdb.python/py-mi-var-info-path-expression.py: New file.
6903 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6904
6905 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6906
6907 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6908 error after "cannot resolve name" string.
6909
6910 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6911
6912 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6913 started.
6914 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6915
6916 2018-07-28 Tom de Vries <tdevries@suse.de>
6917
6918 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6919
6920 2018-07-26 Tom de Vries <tdevries@suse.de>
6921
6922 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6923
6924 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6925
6926 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6927 is visible.
6928
6929 2018-07-26 Tom de Vries <tdevries@suse.de>
6930
6931 PR breakpoints/23366
6932 * gdb.base/catch-follow-exec.c: New test.
6933 * gdb.base/catch-follow-exec.exp: New file.
6934
6935 2018-07-25 Tom de Vries <tdevries@suse.de>
6936
6937 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6938 vla-optimized-out.c.
6939
6940 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6941
6942 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6943 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6944
6945 2018-07-20 Tom de Vries <tdevries@suse.de>
6946
6947 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6948 NOCLONE macro.
6949 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6950
6951 2018-07-19 Tom de Vries <tdevries@suse.de>
6952
6953 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6954 regular expression.
6955
6956 2018-07-18 Tom de Vries <tdevries@suse.de>
6957
6958 * gdb.base/vla-optimized-out.c: New test.
6959 * gdb.base/vla-optimized-out.exp: New file.
6960
6961 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6962
6963 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6964 message "No address associated with hostname" when gdbserver
6965 cannot resolve the hostname.
6966
6967 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6968
6969 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6970 Add some test prefixes to make tests unique.
6971
6972 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6973
6974 * gdb.base/frameapply.c: New file.
6975 * gdb.base/frameapply.exp: New file.
6976
6977 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6978
6979 * gdb.base/skip.exp: Update expected error message.
6980
6981 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6982 Jan Kratochvil <jan.kratochvil@redhat.com>
6983 Paul Fertser <fercerpav@gmail.com>
6984 Tsutomu Seki <sekiriki@gmail.com>
6985
6986 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6987 parameter.
6988 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6989 by default.
6990 * boards/native-gdbserver.exp: Likewise.
6991 * gdb.server/run-without-local-binary.exp: Improve regexp used
6992 for detecting when a remote debugging connection succeeds.
6993 * gdb.server/server-connect.exp: New file.
6994 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6995 Do not prefix the port number with ":".
6996 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6997 support for detecting and using it. Add '$debughost_gdbserver'
6998 to the list of arguments used to start gdbserver. Handle case
6999 when gdbserver cannot resolve a network name.
7000
7001 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7002
7003 PR c++/23373
7004 * gdb.base/ptype-offsets.cc (struct static_member): New
7005 struct.
7006 (main) <stmember>: New variable.
7007 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7008 with a static member in it.
7009
7010 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7011
7012 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7013 watchpoints enabled and disabled.
7014
7015 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7016
7017 * gdb.base/examine-backward.exp: Still run tests around address
7018 0x0, even if address 0x0 is not readable. Update the pattern for
7019 matching address 0x0 in expected output.
7020
7021 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7022
7023 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7024 malloc/free.
7025
7026 2018-07-04 Tom de Vries <tdevries@suse.de>
7027
7028 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7029
7030 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7031
7032 PR tdep/8282
7033 * gdb.arch/mips-disassembler-options.exp: New test.
7034 * gdb.arch/mips-disassembler-options.s: New test source.
7035
7036 2018-06-29 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.threads/names.exp: Adjust expected "info threads" output.
7039
7040 2018-06-29 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.opt/inline-break.exp (line number, address): Add "info
7043 break" tests.
7044
7045 2018-06-29 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7048 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7049 number and address and running to them.
7050
7051 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7052
7053 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7054
7055 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 * lib/compiler.c: Remove executable permission flag.
7058
7059 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7060
7061 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7062 code.
7063 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7064
7065 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7066
7067 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7068
7069 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7070
7071 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7072 address argument is omitted.
7073
7074 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7075
7076 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7077
7078 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7079
7080 PR gdb/21695
7081 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7082 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7083
7084 2018-06-26 Tom Tromey <tom@tromey.com>
7085
7086 PR rust/22574:
7087 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7088 * gdb.rust/simple.rs (struct SimpleLayout): New.
7089
7090 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7091
7092 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7093 "info registers" output.
7094
7095 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7096
7097 * gdb.base/watchpoint-hw-attach.c: New test.
7098 * gdb.base/watchpoint-hw-attach.exp: New file.
7099
7100 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7101
7102 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7103 through /bin/sh.
7104 * boards/dwarf4-gdb-index.exp: Likewise.
7105 * boards/fission-dwp.exp: Likewise.
7106
7107 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7108
7109 * gdb.base/float128.exp: Add comment and improved fail message
7110 to the failure case of "print large128" test.
7111
7112 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7113
7114 * configure.ac: Remove AC_PREREQ.
7115 * configure: Re-generate.
7116
7117 2018-06-19 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7120 (func_extern_caller): New.
7121 (main): Call func_extern_caller.
7122 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7123 logic change.
7124
7125 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7126
7127 PR gdb/16841
7128 * gdb.cp/typedef-base.cc: New file.
7129 * gdb.cp/typedef-base.exp: New file.
7130
7131 2018-06-18 Tom de Vries <tdevries@suse.de>
7132
7133 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7134
7135 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7136 Richard Bunt <Richard.Bunt@arm.com>
7137
7138 * gdb.threads/attach-slow-waitpid.c: New file.
7139 * gdb.threads/attach-slow-waitpid.exp: New file.
7140 * gdb.threads/slow-waitpid.c: New file.
7141
7142 2018-06-14 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/fork-running-state.c: Include <errno.h>.
7145 (exit_if_relative_exits): New.
7146 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7147 exits.
7148 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7149 child exits.
7150
7151 2018-06-14 Tom de Vries <tdevries@suse.de>
7152
7153 PR cli/22573
7154 * gdb.base/finish-pretty.c: New test.
7155 * gdb.base/finish-pretty.exp: New file.
7156
7157 2018-06-14 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7160 gdb's expected startup output.
7161
7162 2018-06-14 Pedro Alves <palves@redhat.com>
7163
7164 * lib/selftest-support.exp (selftest_setup): Remove inlined
7165 function handling.
7166
7167 2018-06-14 Tom de Vries <tdevries@suse.de>
7168
7169 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7170 matching of breakpoint printing.
7171
7172 2018-06-13 Tom de Vries <tdevries@suse.de>
7173
7174 PR testsuite/23269
7175 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7176 (fork_child): ... here, and ...
7177 (fork_parent): ... here.
7178
7179 2018-06-12 Tom de Vries <tdevries@suse.de>
7180
7181 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7182
7183 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7184 Stephen Roberts <stephen.roberts@arm.com>
7185
7186 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7187 rewrite test to describe action performed, rather than possible
7188 failure.
7189
7190 2018-06-08 Gary Benson <gbenson@redhat.com>
7191
7192 * gdb.threads/check-libthread-db.exp: New file.
7193 * gdb.threads/check-libthread-db.c: Likewise.
7194
7195 2018-06-05 Tom Tromey <tom@tromey.com>
7196
7197 * gdb.base/default.exp: Update expected "show version" output.
7198
7199 2018-06-05 Tom Tromey <tom@tromey.com>
7200
7201 PR cli/12326:
7202 * gdb.cp/static-print-quit.exp: Update.
7203 * lib/gdb.exp (pagination_prompt): Update.
7204 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7205 * gdb.python/python.exp: Update.
7206
7207 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7208
7209 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7210
7211 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7212
7213 * gdb.ada/bp_fun_addr: New testcase.
7214
7215 2018-06-01 Tom Tromey <tom@tromey.com>
7216
7217 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7218 results.
7219 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7220 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7221 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7222 * gdb.base/maint.exp (maint_pass_if): Update.
7223
7224 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7225
7226 * gdb.base/endian.exp: New test.
7227 * gdb.base/endian.c: New test source.
7228
7229 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7230
7231 PR gdb/23203
7232 * gdb.base/bt-selected-frame.c: New file.
7233 * gdb.base/bt-selected-frame.exp: New file.
7234 * lib/gdb.exp (get_current_frame_number): New function.
7235
7236 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7237 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.threads/tls-core.c: Include <stdlib.h>
7240 (thread_proc): Call `abort'.
7241 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7242 (tls_core_test): New procedure, bits factored out from ...
7243 (top level): ... here. Test both native cores and gcore cores.
7244
7245 2018-05-23 Tom Tromey <tom@tromey.com>
7246
7247 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7248
7249 2018-05-23 Tom Tromey <tom@tromey.com>
7250
7251 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7252 symfile_complaints.
7253 (test_short_complaints): Likewise.
7254 (test_empty_complaints): Likewise.
7255 (test_initial_complaints): Update.
7256
7257 2018-05-23 Tom Tromey <tom@tromey.com>
7258
7259 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7260
7261 2018-05-23 Tom Tromey <tom@tromey.com>
7262
7263 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7264 (test_short_complaints): Update.
7265
7266 2018-05-22 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/remote.exp: Only gdb_start after compiling the
7269 testcase. Issue "disconnect" before testing "set remote" command
7270 defaults. Issue clean_restart before running to main.
7271
7272 2018-05-22 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.base/remote.exp: Adjust expected output of "show remote
7275 memory-write-packet-size". Add tests for "set remote
7276 memory-write-packet-size 0" and "set remote
7277 memory-write-packet-size fixed/limit".
7278
7279 2018-05-22 Pedro Alves <palves@redhat.com>
7280
7281 PR gdb/22973
7282 * gdb.base/utf8-identifiers.c: New file.
7283 * gdb.base/utf8-identifiers.exp: New file.
7284
7285 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7286
7287 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7288
7289 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7290
7291 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7292
7293 2018-05-18 Tom Tromey <tom@tromey.com>
7294
7295 * gdb.base/ptype-offsets.exp: Update.
7296
7297 2018-05-17 Keith Seitz <keiths@redhat.com>
7298
7299 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7300 in expected breakpoint stop locations.
7301 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7302 move to proper scope to test variable values.
7303 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7304 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7305 New functions.
7306 (main): Call not_inline_func3.
7307 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7308 inline_func1, inline_func2, and inline_func3. Test that when each
7309 breakpoint is hit, GDB properly reports both the stop location
7310 and the backtrace. Repeat tests for temporary breakpoints.
7311
7312 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7313
7314 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7315 rather then trying to access it in determining whether the PID
7316 of `gdbserver' could have been retrieved.
7317
7318 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7319
7320 * gdb.arch/amd64-init-x87-values.S: New file.
7321 * gdb.arch/amd64-init-x87-values.exp: New file.
7322
7323 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7326
7327 2018-05-04 Tom Tromey <tom@tromey.com>
7328
7329 PR python/22730:
7330 * gdb.python/python.exp: Test multi-line execute.
7331
7332 2018-05-04 Tom Tromey <tom@tromey.com>
7333
7334 PR python/22731:
7335 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7336
7337 2018-05-04 Tom Tromey <tom@tromey.com>
7338
7339 PR gdb/11750:
7340 * gdb.base/define.exp: Test defining a user command inside a user
7341 command.
7342 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7343
7344 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7345 Pedro Alves <palves@redhat.com>
7346
7347 PR breakpoints/19806 and support for PR external/20207.
7348 * gdb.base/watchpoint-unaligned.c: New file.
7349 * gdb.base/watchpoint-unaligned.exp: New file.
7350
7351 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7352
7353 * gdb.base/maint.exp: Make test names unique, use
7354 test_prefix_command_help to test 'help maint info', and remove
7355 repeated test of 'help maint'.
7356
7357 2018-05-04 Tom Tromey <tom@tromey.com>
7358
7359 PR gdb/22619:
7360 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7361 behavior.
7362
7363 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7364
7365 * gdb.base/maint.exp: Process output from 'maint print registers'
7366 line at a time.
7367
7368 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7369
7370 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7371 timeout.
7372
7373 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7374
7375 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7376 filter pattern.
7377
7378 2018-05-02 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7381 to_log_command renames.
7382 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7383
7384 2018-05-02 Tom Tromey <tom@tromey.com>
7385
7386 * gdb.python/py-parameter.exp: Set test message.
7387
7388 2018-05-02 Tom Tromey <tom@tromey.com>
7389
7390 PR python/20084:
7391 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7392 PARAM_ZUINTEGER_UNLIMITED tests.
7393
7394 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7395
7396 PR rust/23124
7397 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7398 when casting.
7399
7400 2018-04-30 Tom Tromey <tom@tromey.com>
7401
7402 * gdb.python/py-type.exp: Check align attribute.
7403 * gdb.python/py-type.c: New "aligncheck" global.
7404
7405 2018-04-30 Tom Tromey <tom@tromey.com>
7406
7407 PR exp/17095:
7408 * gdb.dwarf2/dw2-align.exp: New file.
7409 * gdb.cp/align.exp: New file.
7410 * gdb.base/align.exp: New file.
7411 * lib/gdb.exp (gdb_int128_helper): New proc.
7412 (has_int128_c, has_int128_cxx): New caching procs.
7413
7414 2018-04-27 Tom Tromey <tom@tromey.com>
7415
7416 PR rust/22545:
7417 * gdb.rust/simple.exp: Add inclusive range tests.
7418
7419 2018-04-26 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7422 ifunc breakpoint locations correctly of ifunc breakpoints set
7423 while the program resolves the ifunc.
7424
7425 2018-04-26 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.base/gnu-ifunc-final.c: New file.
7428 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7429 * gdb.base/gnu-ifunc.exp (executable): Delete.
7430 (staticexecutable): Adjust.
7431 (lib_opts, exec_opts): Delete.
7432 (make_binsuffix, build, set-break): New procedures.
7433 (misc_tests): New, with tests factored out from the top level.
7434 (top level): Test different combinations of ifunc resolver name,
7435 resolver with and with debug info, and ifunc target with and
7436 without debug info. Wrap static tests with with_target_prefix.
7437
7438 2018-04-26 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7441 return type" warnings.
7442
7443 2018-04-25 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7446 killed".
7447 * gdb.base/kill-after-signal.exp: Likewise.
7448 * gdb.threads/kill.exp: Likewise.
7449
7450 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7451 Sergio Durigan Junior <sergiodj@redhat.com>
7452 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7455 regexps to expect for '[Inferior ... detached]' as well.
7456 * gdb.base/attach.exp: Likewise.
7457 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7458 "gdb_continue_to_end".
7459 (test_catch_syscall_with_wrong_args): Likewise.
7460 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7461 ']'. Don't set 'verbose' on.
7462 * gdb.base/foll-vfork.exp: Likewise.
7463 * gdb.base/fork-print-inferior-events.c: New file.
7464 * gdb.base/fork-print-inferior-events.exp: New file.
7465 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7466 '[Inferior ... has been killed]' message.
7467 * gdb.base/kill-after-signal.exp: Likewise.
7468 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7469 detach message.
7470 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7471 message.
7472 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7473 regexps to expect for '[Inferior ... detached]' as well.
7474 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7475
7476 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7477
7478 PR gdb/23104
7479 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7480
7481 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7482
7483 PR gdb/23095
7484 * gdb.base/break-probes.exp: Pass shlib_load to
7485 prepare_for_testing. Set normal_bp to r_debug_state if target is
7486 bsd.
7487
7488 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7489
7490 * gdb.threads/multiple-successive-infcall.c: New test.
7491 * gdb.threads/multiple-successive-infcall.exp: New file.
7492
7493 2018-04-17 Tom Tromey <tom@tromey.com>
7494
7495 * gdb.rust/simple.rs (Union): New type.
7496 (main): New local "u".
7497 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7498
7499 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7500
7501 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7502 number information in output of "whereis" command.
7503 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7504
7505 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7506
7507 * gdb.ada/info_types.exp: Adjust expected output to the line
7508 numbers now printed by "info var/func/type".
7509 * gdb.base/completion.exp: Likewise.
7510 * gdb.base/included.exp: Likewise.
7511 * gdb.cp/cp-relocate.exp: Likewise.
7512 * gdb.cp/cplusfuncs.exp: Likewise.
7513 * gdb.cp/namespace.exp: Likewise.
7514 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7515
7516 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7517
7518 * gdb.btrace/cpu.exp: New.
7519
7520 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7521
7522 * gdb.base/step-indirect-call-thunk.exp: New.
7523 * gdb.base/step-indirect-call-thunk.c: New.
7524 * gdb.reverse/step-indirect-call-thunk.exp: New.
7525 * gdb.reverse/step-indirect-call-thunk.c: New.
7526
7527 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7528
7529 * gdb.base/pie-fork.c: New file.
7530 * gdb.base/pie-fork.exp: New file.
7531
7532 2018-04-11 Tom Tromey <tom@tromey.com>
7533
7534 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7535
7536 2018-04-10 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7539 exits. Instead loop running forever.
7540 (fork_parent): Run forever too.
7541
7542 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7543
7544 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7545 mi_continue_to_line.
7546 * gdb.mi/mi-stack.c (callee4): Add comment.
7547
7548 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7549
7550 * gdb.mi/mi-stack.exp: Fix indentation.
7551
7552 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7553
7554 PR gdb/22979
7555 * gdb.arch/amd64-osabi.exp: New file.
7556
7557 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7558
7559 PR gdb/22980
7560 * gdb.base/osabi.exp: New file.
7561
7562 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7563
7564 * gdb.cp/static-typedef-print.exp: New file.
7565 * gdb.cp/static-typedef-print.cc: New file.
7566
7567 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7568
7569 * gdb.ada/varsize_limit: New testcase.
7570
7571 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7572
7573 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7574
7575 * gdb.ada/notcplusplus: New testcase.
7576
7577 * gdb.base/c-linkage-name.c: New file.
7578 * gdb.base/c-linkage-name.exp: New testcase.
7579
7580 2018-03-26 Tom Tromey <tom@tromey.com>
7581
7582 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7583 * gdb.python/py-framefilter.py (name_error): New global.
7584 (ErrorInName.function): Use name_error.
7585
7586 2018-03-26 Tom Tromey <tom@tromey.com>
7587
7588 PR backtrace/15582:
7589 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7590
7591 2018-03-23 Keith Seitz <keiths@redhat.com>
7592
7593 PR c++/22968
7594 * gdb.cp/subtypes.exp: New file.
7595 * gdb.cp/subtypes.h: New file.
7596 * gdb.cp/subtypes.cc: New file.
7597 * gdb.cp/subtypes-2.cc: New file.
7598
7599 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7600
7601 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7602 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7603 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7604 -nostartfiles when compiling the test. Confirm that all registers
7605 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7606
7607 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7608
7609 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7610 option, syntax was wrong anyway.
7611 * gdb.arch/arm-disp-step.exp: Likewise.
7612 * gdb.arch/sparc64-regs.exp: Likewise.
7613 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7614 option, syntax was wrong anyway, switch to use
7615 prepare_for_testing.
7616 * gdb.arch/i386-disp-step.exp: Likewise.
7617
7618 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7619
7620 * gdb.ada/exec_changed.exp: Replace "target_info exists
7621 use_gdb_stub" by "use_gdb_stub".
7622 * gdb.ada/start.exp: Likewise.
7623 * gdb.base/async-shell.exp: Likewise.
7624 * gdb.base/attach-pie-misread.exp: Likewise.
7625 * gdb.base/attach-wait-input.exp: Likewise.
7626 * gdb.base/break-entry.exp: Likewise.
7627 * gdb.base/break-interp.exp: Likewise.
7628 * gdb.base/dprintf-detach.exp: Likewise.
7629 * gdb.base/nostdlib.exp: Likewise.
7630 * gdb.base/solib-nodir.exp: Likewise.
7631 * gdb.base/statistics.exp: Likewise.
7632 * gdb.base/testenv.exp: Likewise.
7633 * gdb.mi/mi-exec-run.exp: Likewise.
7634 * gdb.mi/mi-start.exp: Likewise.
7635 * gdb.multi/dummy-frame-restore.exp: Likewise.
7636 * gdb.multi/multi-arch-exec.exp: Likewise.
7637 * gdb.multi/multi-arch.exp: Likewise.
7638 * gdb.multi/tids.exp: Likewise.
7639 * gdb.multi/watchpoint-multi.exp: Likewise.
7640 * gdb.python/py-events.exp: Likewise.
7641 * gdb.threads/attach-into-signal.exp: Likewise.
7642 * gdb.threads/attach-stopped.exp: Likewise.
7643 * gdb.threads/threadapply.exp: Likewise.
7644 * lib/selftest-support.exp: Likewise.
7645
7646 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7647
7648 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7649
7650 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7651
7652 * gdb.perf/template-breakpoints.cc: New file.
7653 * gdb.perf/template-breakpoints.exp: New file.
7654 * gdb.perf/template-breakpoints.py: New file.
7655
7656 2018-03-19 Tom Tromey <tom@tromey.com>
7657
7658 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7659 y0.
7660 * gdb.rust/simple.exp: Test bare identifier form of struct
7661 initializer.
7662
7663 2018-03-19 Tom Tromey <tom@tromey.com>
7664
7665 * gdb.gdb/observer.exp: Remove.
7666
7667 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7668
7669 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7670 "qualified" option when setting breakpoints.
7671 * gdb.trace/backtrace.exp: Likewise.
7672 * gdb.trace/circ.exp: Likewise.
7673 * gdb.trace/collection.exp: Likewise.
7674 * gdb.trace/disconnected-tracing.exp: Likewise.
7675 * gdb.trace/ftrace-lock.exp: Likewise.
7676 * gdb.trace/ftrace.exp: Likewise.
7677 * gdb.trace/infotrace.exp: Likewise.
7678 * gdb.trace/packetlen.exp: Likewise.
7679 * gdb.trace/passc-dyn.exp: Likewise.
7680 * gdb.trace/qtro.exp: Likewise.
7681 * gdb.trace/read-memory.exp: Likewise.
7682 * gdb.trace/report.exp: Likewise.
7683 * gdb.trace/signal.exp: Likewise.
7684 * gdb.trace/status-stop.exp: Likewise.
7685 * gdb.trace/strace.exp: Likewise.
7686 * gdb.trace/tfind.exp: Likewise.
7687 * gdb.trace/trace-break.exp: Likewise.
7688 * gdb.trace/trace-condition.exp: Likewise.
7689 * gdb.trace/trace-mt.exp: Likewise.
7690 * gdb.trace/tstatus.exp: Likewise.
7691 * gdb.trace/tsv.exp: Likewise.
7692 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7693 * gdb.trace/unavailable.exp: Likewise.
7694 * gdb.trace/while-dyn.exp: Likewise.
7695
7696 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7697
7698 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7699 that libinproctrace is copied to the target.
7700
7701 2018-03-14 Tom Tromey <tom@tromey.com>
7702
7703 PR cli/14977:
7704 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7705 a null pointer.
7706 * gdb.base/wchar.exp: Likewise.
7707
7708 2018-03-14 Tom Tromey <tom@tromey.com>
7709
7710 PR cli/19918:
7711 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7712 flag.
7713
7714 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 PR gdb/22841
7717 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7718 "target" to remote_exec.
7719
7720 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7721
7722 PR gdb/22841
7723 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7724 ${board}_upload): Remove.
7725
7726 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7727
7728 * gdb.cp/watch-cp.cc: New test.
7729 * gdb.cp/watch-cp.exp: New file.
7730
7731 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7732
7733 * gdb.base/infcall-nested-structs.exp: New file.
7734 * gdb.base/infcall-nested-structs.c: New file.
7735 * gdb.base/float.exp: Add riscv support.
7736
7737 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7738
7739 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7740 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7741
7742 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7743
7744 * gdb.server/abspath.exp: New file.
7745 * lib/gdb.exp (with_cwd): New procedure.
7746
7747 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7748
7749 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7750 use it.
7751 (gdb_is_target_remote_prompt): New proc.
7752 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7753 (gdb_is_target_native): Pass prompt parameter to
7754 gdb_is_target_1.
7755
7756 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7757
7758 * gdb.base/load-command.c: New file.
7759 * gdb.base/load-command.exp: New file.
7760 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7761 (gdb_is_target_1): ...this, and generalize for other targets
7762 than just remote.
7763 (gdb_is_target_remote): Use gdb_is_target_1.
7764 (gdb_is_target_native): use gdb_is_target_1.
7765
7766 2018-02-26 Tom Tromey <tom@tromey.com>
7767
7768 PR python/16497:
7769 * gdb.python/py-framefilter.exp: Update test.
7770
7771 2018-02-26 Tom Tromey <tom@tromey.com>
7772
7773 * gdb.dwarf2/variant.c: New file.
7774 * gdb.dwarf2/variant.exp: New file.
7775
7776 2018-02-26 Tom Tromey <tom@tromey.com>
7777
7778 * gdb.rust/simple.exp: Accept more possible results in enum test.
7779
7780 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7781
7782 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7783 parentheses.
7784
7785 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7786
7787 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7788 name of a variable: $actual_linejj -> $actual_line.
7789
7790 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7791
7792 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7793
7794 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7795
7796 * gdb.btrace/buffer-size.exp: Do not force BTS.
7797
7798 2018-02-14 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7801 getting a "Quit".
7802
7803 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7804
7805 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7806 Fix test name.
7807
7808 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7809
7810 * gdb.cp/m-static.exp: Check type of optimized out static
7811 member.
7812
7813 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7814
7815 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7816 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7817
7818 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7819 Leszek Swirski <leszeks@google.com>
7820
7821 * gdb.python/py-prettyprint.c
7822 (struct to_string_returns_value_inner,
7823 struct to_string_returns_value_wrapper): New.
7824 (main): Add tsrvw variable.
7825 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7826 ToStringReturnsValueWrapper): New classes.
7827 (register_pretty_printers): Register new pretty-printers.
7828 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7829 recursive pretty printer.
7830 * gdb.python/py-mi.exp: Likewise.
7831
7832 2018-02-01 Leszek Swirski <leszeks@google.com>
7833
7834 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7835 functions with the same name as an include file are parsed
7836 correctly.
7837
7838 2018-02-01 Yao Qi <yao.qi@linaro.org>
7839
7840 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7841 "\[^\r\n\]*".
7842
7843 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7844
7845 * gdb.arch/powerpc-prologue-frame.s: New file.
7846 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7847 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7848
7849 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7850
7851 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7852
7853 2018-01-30 Pedro Alves <palves@redhat.com>
7854
7855 PR gdb/13211
7856 * gdb.base/interrupt-daemon.c: New.
7857 * gdb.base/interrupt-daemon.exp: New.
7858 * gdb.multi/multi-term-settings.c: New.
7859 * gdb.multi/multi-term-settings.exp: New.
7860
7861 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7862
7863 * gdb.base/break.exp: Save the location where the breakpoint
7864 on break.c:47 was actually inserted when debugging the version
7865 compiled at -O2 and use it in the expected output of the "info
7866 break" test performed soon after.
7867
7868 2018-01-22 Pedro Alves <palves@redhat.com>
7869 Sergio Durigan Junior <sergiodj@redhat.com>
7870
7871 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7872 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7873
7874 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7875
7876 * gdb.base/break-include.c, gdb.base/break-include.inc,
7877 gdb.base/break-include.exp: New files.
7878 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7879 line number now being the actual line number where the breakpoint
7880 was inserted.
7881 * gdb.mi/mi-break.exp: Likewise.
7882 * gdb.mi/mi-reverse.exp: Likewise.
7883 * gdb.mi/mi-simplerun.exp: Ditto.
7884
7885 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7886
7887 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7888 varobj.
7889 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7890
7891 2018-01-21 Don Breazeal <donb@codesourcery.com>
7892 Andrew Burgess <andrew.burgess@embecosm.com>
7893
7894 * gdb.mi/basics.c: Add new global.
7895 * gdb.mi/mi-frame-regs.exp: New file.
7896 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7897 case.
7898
7899 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7900
7901 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7902 non-parameter, and on an unknown symbol.
7903
7904 2018-01-19 Tom Tromey <tom@tromey.com>
7905
7906 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7907 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7908
7909 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7910
7911 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7912 setrlimit and chdir to int.
7913
7914 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7915
7916 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7917 function.
7918 (my_tend): Likewise.
7919 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7920 rationale of avoiding FP- and vector instructions.
7921
7922 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7923
7924 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7925 "info reg" with "\[ \t\]*".
7926 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7927 "\[ \t\]+".
7928 * gdb.arch/s390-multiarch.exp: Ditto.
7929 * gdb.base/pc-fp.exp: Ditto.
7930 * gdb.reverse/i386-precsave.exp: Ditto.
7931 * gdb.reverse/i386-reverse.exp: Ditto.
7932 * gdb.reverse/i387-env-reverse.exp: Ditto.
7933 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7934
7935 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * lib/gdb.exp (gdb_compile): Re-enable use of
7938 universal_compile_options for languages other than Rust.
7939
7940 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7941
7942 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7943
7944 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7945
7946 PR gdb/16577
7947 * gdb.base/solib-vanish.exp: New.
7948 * gdb.base/solib-vanish-main.c: New.
7949 * gdb.base/solib-vanish-lib1.c: New.
7950 * gdb.base/solib-vanish-lib2.c: New.
7951
7952 2018-01-17 Yao Qi <yao.qi@linaro.org>
7953
7954 * gdb.compile/compile.exp: Match the address printed for
7955 frame in the output of command "bt".
7956
7957 2018-01-15 Tom Tromey <tom@tromey.com>
7958
7959 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7960 compute sp_reg.
7961
7962 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7963
7964 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7965 to prepare.
7966 (prepare): Return 0 on error, 1 on success.
7967
7968 2018-01-12 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/continue-after-aborted-step-over.c: New.
7971 * gdb.base/continue-after-aborted-step-over.exp: New.
7972
7973 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7974
7975 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7976 options when not creating an executable.
7977
7978 2018-01-11 Pedro Alves <palves@redhat.com>
7979
7980 PR remote/22597
7981 * gdb.server/stop-reply-no-thread.c: New file.
7982 * gdb.server/stop-reply-no-thread.exp: New file.
7983
7984 2018-01-10 Pedro Alves <palves@redhat.com>
7985
7986 PR gdb/22670
7987 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7988 functions too. Test setting breakpoints and printing C functions
7989 with no debug info too.
7990 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7991
7992 2018-01-10 Pedro Alves <palves@redhat.com>
7993
7994 PR gdb/22670
7995 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7996 a fail.
7997
7998 2018-01-10 Pedro Alves <palves@redhat.com>
7999
8000 PR gdb/22670
8001 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8002
8003 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8004
8005 * gdb.server/unittest.exp: Match the output in non-development
8006 mode.
8007
8008 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8009
8010 * gdb.gdb/unittest.exp: Match output in non-development mode.
8011
8012 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8013
8014 * gdb.ada/access_tagged_param.exp: Relax expected output
8015 for value of "ObjL" in "continue" to pck.inspect breakpoint
8016 test.
8017
8018 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8019
8020 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8021 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8022
8023 2018-01-05 Pedro Alves <palves@redhat.com>
8024
8025 PR gdb/18653
8026 * gdb.base/libsegfault.exp: New.
8027
8028 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8029
8030 PR gdb/22670
8031 * gdb.ada/access_tagged_param.exp: New file.
8032 * gdb.ada/access_tagged_param/foo.adb: New file.
8033
8034 2018-01-05 Pedro Alves <palves@redhat.com>
8035
8036 PR gdb/22670
8037 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8038 exercise lower case too, and to exercise both full matching and
8039 wild matching.
8040
8041 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8042
8043 * gdb.ada/rename_subscript_param: New testcase.
8044
8045 2018-01-05 Jerome Guitton <guitton@adacore.com>
8046
8047 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8048
8049 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8050
8051 * gdb.ada/convvar_comp: New testcase.
8052
8053 2018-01-05 Xavier Roirand <roirand@adacore.com>
8054
8055 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8056 (My_Table): New global variable.
8057 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8058
8059 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8060
8061 PR gdb/22670
8062 * gdb.ada/maint_with_ada: New testcase.
8063
8064 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8065
8066 PR gdb/22670
8067 * gdb.ada/bp_c_mixed_case: New testcase.
8068
8069 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8070
8071 PR gdb/22670
8072 * gdb.ada/complete.exp: Add "complete break ada" test.
8073
8074 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8075
8076 PR gdb/22670
8077 * gdb.ada/info_addr_mixed_case: New testcase.
8078
8079 2018-01-03 Xavier Roirand <roirand@adacore.com>
8080
8081 * gdb.ada/excep_handle.exp: New testcase.
8082 * gdb.ada/excep_handle/foo.adb: New file.
8083 * gdb.ada/excep_handle/pck.ads: New file.
8084
8085 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8086
8087 * gdb.base/step-line.c: Add extra empty line in copyright header.
8088 * gdb.base/step-line.inp: Likewise.
8089
8090 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8091
8092 * gdb.ada/dyn_stride.exp: Add slice test.
8093
8094 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8095
8096 * gdb.ada/dyn_stride: New testcase.
8097
8098 2017-12-27 Stafford Horne <shorne@gmail.com>
8099
8100 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8101 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8102
8103 2017-12-27 Stafford Horne <shorne@gmail.com>
8104
8105 * gdb.base/reggroups.c: New file.
8106 * gdb.base/reggroups.exp: New file.
8107
8108 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8109
8110 * gdb.dwarf2/ada-valprint-error.c: New file.
8111 * gdb.dwarf2/ada-valprint-error.exp: New file.
8112
8113 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8114
8115 * gdb.ada/assign_arr: New testcase.
8116
8117 2017-12-18 Xavier Roirand <roirand@adacore.com>
8118
8119 * gdb.ada/funcall_ptr: New testcase.
8120
8121 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8122
8123 PR cli/16224
8124 * gdb.base/ptype-offsets.cc: New file.
8125 * gdb.base/ptype-offsets.exp: New file.
8126
8127 2017-12-15 Yao Qi <yao.qi@linaro.org>
8128
8129 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8130 if XML is disabled.
8131
8132 2017-12-15 Xavier Roirand <roirand@adacore.com>
8133
8134 * gdb.ada/same_component_name: New testcase.
8135
8136 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8137
8138 * gdb.ada/str_binop_equal: New testcase.
8139
8140 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8141
8142 * gdb.ada/task_switch_in_core: New testcase.
8143
8144 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8145
8146 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8147 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8148 call test_bkpt_qualified.
8149 (test_bkpt_qualified): New proc.
8150
8151 2017-12-13 Pedro Alves <palves@redhat.com>
8152
8153 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8154 Tighten regexp by matching with an anchor.
8155
8156 2017-12-13 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8159 ("expression with namespace"): New set of tests.
8160 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8161 (Nested::Test_NS::qux): New.
8162 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8163 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8164
8165 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8166
8167 * gdb.base/server-del-break.c: New file.
8168 * gdb.base/server-del-break.exp: New file.
8169
8170 2017-12-12 Stafford Horne <shorne@gmail.com>
8171
8172 * gdb.xml/tdesc-regs.exp: Add or1k support.
8173
8174 2017-12-12 Stafford Horne <shorne@gmail.com>
8175
8176 * gdb.base/bp-permanent.c: Define nop of or1k.
8177
8178 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8179
8180 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8181 output with components being reordered.
8182
8183 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8184
8185 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8186 output with components being reordered.
8187
8188 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8189 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/maint.exp (check for .gdb_index): Check also for
8192 .debug_names.
8193 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8194 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8195 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8196 (.gdb_index used after symbol reloading): Support also .debug_names.
8197 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8198
8199 2017-12-08 Yao Qi <yao.qi@linaro.org>
8200
8201 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8202 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8203
8204 2017-12-08 Yao Qi <yao.qi@linaro.org>
8205
8206 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8207 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8208
8209 2017-12-08 Yao Qi <yao.qi@linaro.org>
8210
8211 * gdb.arch/aarch64-tagged-pointer.c: New file.
8212 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8213
8214 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8215
8216 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8217 "int".
8218
8219 2017-12-07 Keith Seitz <keiths@redhat.com>
8220
8221 PR breakpoints/22569
8222 * gdb.linespec/ls-errs.exp: Change expected result of "break
8223 -source this file has spaces.c -line 3".
8224 Check that an explicit source file followed by whitespace is
8225 identified as an invalid explicit location.
8226
8227 2017-12-07 Keith Seitz <keiths@redhat.com>
8228
8229 * gdb.cp/nested-types.cc: New file.
8230 * gdb.cp/nested-types.exp: New file.
8231 * lib/cp-support.exp: Load data-structures.exp library.
8232 (debug_cp_test_ptype_class): New global.
8233 (cp_ptype_class_verbose, next_line): New procedures.
8234 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8235 Add and document new return value.
8236 Switch the list of lines to a queue.
8237 Add support for new `type' key for nested type definitions.
8238 Add debugging/troubleshooting messages.
8239 * lib/data-structures.exp: New file.
8240
8241 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8242
8243 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8244 with proc_with_prefix, don't use with_test_prefix.
8245
8246 2017-12-07 Tom Tromey <tom@tromey.com>
8247
8248 * gdb.base/break.exp: Add test for empty "commands".
8249
8250 2017-12-07 Yao Qi <yao.qi@linaro.org>
8251
8252 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8253 malloc and catch syscall.
8254
8255 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8256
8257 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8258 tests for explicit locations.
8259
8260 2017-12-06 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8263 force-disabling XML descriptions.
8264
8265 2017-12-04 Pedro Alves <palves@redhat.com>
8266
8267 PR gdb/22499
8268 * gdb.arch/amd64-disp-step-avx.S: New file.
8269 * gdb.arch/amd64-disp-step-avx.exp: New file.
8270
8271 2017-12-03 Pedro Alves <palves@redhat.com>
8272
8273 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8274 and <string.h>.
8275 (parent_function): Print distinct messages when waitpid fails, or
8276 the child exits with a signal, or the child exits for an unhandled
8277 reason.
8278 * gdb.threads/process-dies-while-detaching.exp
8279 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8280 it. Wait for both inferior output and GDB's prompt. Use an
8281 indirect spawn id list.
8282 (do_detach): New parameter 'child_exit'. Use it to compute
8283 expected inferior output.
8284 (test_detach, test_detach_watch, test_detach_killed_outside):
8285 Adjust to pass down the expected child exit kind.
8286
8287 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8288 Sergio Durigan Junior <sergiodj@redhat.com>
8289 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8292
8293 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8294
8295 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8296 to 'symbol-file' and 'add-symbol-file' can be
8297 position-independent.
8298
8299 2017-12-01 Yao Qi <yao.qi@linaro.org>
8300
8301 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8302 the URL in copyright header.
8303 * gdb.arch/aarch64-fp.exp: Likewise.
8304 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8305 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8306 * gdb.base/expand-psymtabs.exp: Likewise.
8307 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8308 * gdb.fortran/common-block.exp: Likewise.
8309 * gdb.fortran/common-block.f90: Likewise.
8310 * gdb.fortran/logical.exp: Likewise.
8311 * gdb.fortran/vla-datatypes.f90: Likewise.
8312 * gdb.fortran/vla-sub.f90: Likewise.
8313
8314 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8315
8316 * gdb.ada/repeat_dyn: New testcase.
8317
8318 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8319
8320 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8321 Update for changed thread numbering.
8322 * gdb.cell/bt.exp: Update for changed GDB output.
8323
8324 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8325
8326 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8327 setting isremote by hand.
8328 * boards/dwarf4-gdb-index.exp: Likewise.
8329 * boards/fission.exp: Likewise.
8330 * boards/stabs.exp: Likewise.
8331
8332 2017-11-30 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.linespec/cpls-ops.exp
8335 (check_explicit_skips_function_argument): Extract the underlying
8336 type of size_t instead of hardcoding it.
8337
8338 2017-11-29 Pedro Alves <palves@redhat.com>
8339
8340 PR c++/19436
8341 * gdb.linespec/cpls-abi-tag.cc: New file.
8342 * gdb.linespec/cpls-abi-tag.exp: New file.
8343
8344 2017-11-29 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.base/langs.exp: Use -qualified.
8347 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8348 it.
8349 * gdb.cp/namespace.exp: Use -qualified.
8350 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8351 (overload-3, template-overload, template-ret-type, const-overload)
8352 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8353 procedures.
8354 (test_driver): Call them.
8355 * gdb.cp/save-bp-qualified.cc: New.
8356 * gdb.cp/save-bp-qualified.exp: New.
8357 * gdb.linespec/explicit.exp: Test -qualified.
8358 * lib/completion-support.exp (completion::explicit_opts_list): Add
8359 "-qualified".
8360 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8361
8362 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8363
8364 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8365
8366 2017-11-29 Tom Tromey <tom@tromey.com>
8367
8368 * gdb.base/relocate.exp: Update invalid argument test.
8369 Add new tests for invalid arguments.
8370
8371 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8372
8373 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8374 Return 0 as a long.
8375 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8376
8377 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8378
8379 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8380 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8381 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8382 func ().
8383 * gdb.cp/shadow.cc (B.func): Return 0.
8384
8385 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8386
8387 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8388 expected output in gdb_expect call to allow the exception
8389 message to be present as well. Fix syntax confusion to avoid
8390 TCL thinking that exception_name is an array.
8391
8392 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8393
8394 * gdb.arch/spu-info.c: Include <unistd.h>.
8395 (do_signal_test): Fix broken calls to write.
8396 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8397 Fix checks for empty mailboxes. Update signal tests for corrected
8398 do_signal_test routine. Allow nonzero event status.
8399 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8400 * gdb.cell/arch.exp: Use standard_output_file.
8401 * gdb.cell/break.exp: Likewise.
8402 * gdb.cell/bt.exp: Likewise.
8403 * gdb.cell/core.exp: Likewise.
8404 * gdb.cell/dwarfaddr.exp: Likewise.
8405 * gdb.cell/ea-cache.exp: Likewise.
8406 * gdb.cell/ea-standalone.exp: Likewise.
8407 * gdb.cell/f-regs.exp: Likewise.
8408 * gdb.cell/fork.exp: Likewise.
8409 * gdb.cell/gcore.exp: Likewise.
8410 * gdb.cell/mem-access.exp: Likewise.
8411 * gdb.cell/ptype.exp: Likewise.
8412 * gdb.cell/registers.exp: Likewise.
8413 * gdb.cell/sizeof.exp: Likewise.
8414 * gdb.cell/solib-symbol.exp: Likewise.
8415 * gdb.cell/solib.exp: Likewise.
8416
8417 2017-11-25 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.base/complete-empty.exp: New file.
8420 * gdb.base/completion.exp: Adjust.
8421
8422 2017-11-25 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.linespec/cpls-ops.cc: New file.
8425 * gdb.linespec/cpls-ops.exp: New file.
8426 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8427 factored out from ...
8428 (test_complete_prefix_range): ... this.
8429
8430 2017-11-24 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.linespec/cpcompletion.exp: New file.
8433 * gdb.linespec/cpls-hyphen.cc: New file.
8434 * gdb.linespec/cpls.cc: New file.
8435 * gdb.linespec/cpls2.cc: New file.
8436 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8437 test to use test_gdb_complete_unique. Add label completion,
8438 keyword completion and explicit location completion tests.
8439 * lib/completion-support.exp: New file.
8440
8441 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8442
8443 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8444 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8445 when hitting an exception catchpoint.
8446
8447 2017-11-22 Yao Qi <yao.qi@linaro.org>
8448
8449 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8450
8451 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8452
8453 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8454 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8455 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8456
8457 2017-11-22 Yao Qi <yao.qi@linaro.org>
8458
8459 * gdb.base/info-os.exp: Pass pthreads.
8460 * gdb.multi/multi-attach.exp: Likewise.
8461
8462 2017-11-22 Yao Qi <yao.qi@linaro.org>
8463
8464 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8465 compiler.
8466
8467 2017-11-22 Yao Qi <yao.qi@linaro.org>
8468
8469 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8470 * gdb.base/break-interp.exp: Likewise.
8471 * gdb.base/jit-attach-pie.exp: Likewise.
8472
8473 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8474
8475 * gdb.base/float128.c (large128): New variable.
8476 * gdb.base/float128.exp: Add test to print largest __float128 value.
8477
8478 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8479
8480 * gdb.arch/vsx-regs.exp: Update register content checks.
8481
8482 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8483
8484 * gdb.arch/ppc-longdouble.exp: New file.
8485 * gdb.arch/ppc-longdouble.c: Likewise.
8486
8487 2017-11-21 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8490
8491 2017-11-20 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8494 (long_double_typedef): New typedefs.
8495 Use DEF on double and long double.
8496 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8497 cases.
8498 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8499 and 'long_double_ptr_same_size' locals. Use them to decide
8500 whether cast from array/function to float is valid/invalid.
8501
8502 2017-11-17 Tom Tromey <tom@tromey.com>
8503
8504 * gdb.rust/traits.rs: New file.
8505 * gdb.rust/traits.exp: New file.
8506
8507 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8508
8509 * gdb.ada/minsyms: New testcase.
8510
8511 2017-11-16 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8514 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8515
8516 2017-11-16 Pedro Alves <palves@redhat.com>
8517
8518 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8519 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8520
8521 2017-11-16 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.server/reconnect-ctrl-c.c: New file.
8524 * gdb.server/reconnect-ctrl-c.exp: New file.
8525
8526 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8527
8528 * gdb.python/py-rbreak.exp: New file.
8529 * gdb.python/py-rbreak.c: New file.
8530 * gdb.python/py-rbreak-func2.c: New file.
8531
8532 2017-11-16 Pedro Alves <palves@redhat.com>
8533
8534 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8535 pattern.
8536 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8537 GDB.
8538
8539 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8540
8541 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8542 regex.
8543
8544 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8545
8546 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8547 test names.
8548
8549 2017-11-09 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8552 factored out from ...
8553 (top level): ... here, and adjusted to avoid expecting beyond the
8554 prompt in a single gdb_test_multiple.
8555
8556 2017-11-09 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8559 output.
8560 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8561 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8562 * gdb.server/ext-run.exp ("kill" test): Likewise.
8563 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8564
8565 2017-11-09 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8568 match till end of line.
8569
8570 2017-11-09 Pedro Alves <palves@redhat.com>
8571
8572 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8573
8574 2017-11-09 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8577 New procedures, factored out from ...
8578 (top level): ... here, and adjusted to avoid expecting beyond the
8579 prompt in one go.
8580
8581 2017-11-09 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8584 output. Fix '?' match.
8585
8586 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8587
8588 * gdb.ada/scoped_watch: New testcase.
8589 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8590 which is actually correct.
8591 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8592 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8593
8594 2017-11-08 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.gdb/complaints.exp (test_initial_complaints)
8597 (test_serial_complaints, test_short_complaints): Call
8598 complaint_internal instead of complaint.
8599
8600 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8601
8602 * gdb.threads/tls-core.c: New file.
8603 * gdb.threads/tls-core.exp: Likewise.
8604
8605 2017-11-08 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8608 (p Exported_Capitalized): New test.
8609 (p exported_capitalized): New test.
8610
8611 2017-11-07 Pedro Alves <palves@redhat.com>
8612
8613 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8614
8615 2017-11-07 Pedro Alves <palves@redhat.com>
8616
8617 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8618 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8619 (disable_invalid, disable_inverted, disable_negative): New
8620 procedures.
8621 ("bad numbers"): New set of tests.
8622
8623 2017-11-07 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.cp/ena-dis-br-range.exp: Add tests.
8626
8627 2017-11-07 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8630
8631 2017-11-07 Xavier Roirand <roirand@adacore.com>
8632 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/ena-dis-br.exp: Add reference to
8635 gdb.cp/ena-dis-br-range.exp.
8636 * gdb.cp/ena-dis-br-range.exp: New file.
8637 * gdb.cp/ena-dis-br-range.cc: New file.
8638
8639 2017-11-06 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.base/attach-non-pgrp-leader.c: New.
8642 * gdb.base/attach-non-pgrp-leader.exp: New.
8643
8644 2017-11-06 Pedro Alves <palves@redhat.com>
8645
8646 * configure.ac: No longer check for termio.h and sgtty.h.
8647 * configure: Regenerate.
8648 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8649 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8650 Remove termio and sgtty code.
8651
8652 2017-11-03 Yao Qi <yao.qi@linaro.org>
8653
8654 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8655 in GDB is disabled.
8656
8657 2017-11-03 Yao Qi <yao.qi@linaro.org>
8658
8659 * gdb.python/py-thrhandle.exp: Skip it if python is not
8660 enabled.
8661
8662 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8663
8664 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8665 as a breakpoint command.
8666
8667 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8668
8669 PR python/21213
8670 * gdb.python/py-infthread.exp: Test calling
8671 InferiorThread.inferior () multiple times in a row.
8672
8673 2017-10-27 Keith Seitz <keiths@redhat.com>
8674
8675 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8676 Test "info break" for every inlined function breakpoint.
8677
8678 2017-10-27 Yao Qi <yao.qi@linaro.org>
8679
8680 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8681
8682 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8683
8684 * gdb.cp/classes.exp (test_static_members): Test printing
8685 Outer::instance.
8686 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8687 (Inner::instance, Outer::instance): New.
8688
8689 2017-10-24 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8692 extra console" test in two stages.
8693
8694 2017-10-24 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8697
8698 2017-10-24 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8701 loop.
8702
8703 2017-10-24 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8706 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8707
8708 2017-10-24 Pedro Alves <palves@redhat.com>
8709
8710 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8711 parameter and handle it. Don't output read value in test name.
8712
8713 2017-10-24 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8716 custom test name.
8717
8718 2017-10-24 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8721 include the unstable output directory name in the test's name.
8722 (initial_setup_simple) <'set args'>: Use custom test name.
8723
8724 2017-10-24 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8727 with explicit test name.
8728
8729 2017-10-20 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8732 'wait -i'. Use gdb_assert and remote_close.
8733
8734 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8735
8736 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8737 number from variable rather than hard-coded.
8738
8739 2017-10-19 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/long-inferior-output.c: New file.
8742 * gdb.base/long-inferior-output.exp: New file.
8743
8744 2017-11-18 Keith Seitz <keiths@redhat.com>
8745
8746 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8747 method.
8748 (main): Call it.
8749 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8750 Add additional user-defined conversion operator tests.
8751
8752 2017-10-17 Pedro Alves <palves@redhat.com>
8753
8754 * boards/native-stdio-gdbserver.exp: Load "local-board".
8755
8756 2017-10-17 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/quit-live.c: New file.
8759 * gdb.base/quit-live.exp: New file.
8760
8761 2017-10-16 Keith Seitz <keiths@redhat.com>
8762
8763 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8764 (class_with_protected_typedef, class_with_private_typedef)
8765 (struct_with_public_typedef, struct_with_protected_typedef)
8766 (struct_with_private_typedef): New classes/structs.
8767 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8768 typedefs and access specifiers.
8769
8770 2017-10-16 Pedro Alves <palves@redhat.com>
8771 Simon Marchi <simon.marchi@polymtl.ca>
8772
8773 * README (Local vs Remote vs Native): New section.
8774 * boards/local-board.exp: New file, with bits factored out from
8775 ...
8776 * boards/native-extended-gdbserver.exp: ... here. Load
8777 "local-board".
8778 * boards/native-gdbserver.exp: Load "local-board".
8779 (${board}_spawn, ${board}_exec): Delete.
8780 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8781 ...
8782 * boards/stdio-gdbserver-base.exp: ... this new file.
8783 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8784 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8785 procedure.
8786 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8787 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8788 stdio_gdbserver_command.
8789 (${board}_get_remote_address, ${board}_get_comm_port)
8790 (${board}_download, ${board}_upload): Delete.
8791 (get_target_remote_pipe_cmd): New.
8792
8793 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8794
8795 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8796 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8797 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8798 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8799 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8800 remove with_test_prefix.
8801
8802 2017-10-13 Pedro Alves <palves@redhat.com>
8803
8804 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8805 * gdb.base/annota1.exp: Use it instead of is_remote.
8806 * gdb.base/annota3.exp: Use it instead of is_remote.
8807 * gdb.cp/annota2.exp: Use it instead of is_remote.
8808 * gdb.cp/annota3.exp: Use it instead of is_remote.
8809 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8810
8811 2017-10-13 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8814 (test_num_test_vars, run_and_count_vars, find_env)
8815 (test_set_unset_env, test_inherit_env_var): New procedures.
8816 (top level): Use them.
8817
8818 2017-10-13 Pedro Alves <palves@redhat.com>
8819
8820 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8821 also skip on stub-like targets.
8822
8823 2017-10-13 Pedro Alves <palves@redhat.com>
8824
8825 PR gdb/22293
8826 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8827 (top level): Move some tests to ...
8828 (test_not_found): ... this new procedure.
8829 (top level): Call it.
8830
8831 2017-10-13 Pedro Alves <palves@redhat.com>
8832
8833 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8834 expect different "info terminal" output if testing with a
8835 non-native target.
8836
8837 2017-10-13 Pedro Alves <palves@redhat.com>
8838 Simon Marchi <simon.marchi@polymtl.ca>
8839
8840 PR python/12966
8841 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8842
8843 2017-10-13 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8846 already.
8847
8848 2017-10-13 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8851 is_remote.
8852
8853 2017-10-13 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8856 is_remote.
8857
8858 2017-10-13 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8861 is set.
8862 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8863 instead of is_remote.
8864
8865 2017-10-13 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8868 (top level): Add comment.
8869
8870 2017-10-13 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/remote.exp (top level): Fix comment typo and add
8873 missing return.
8874
8875 2017-10-13 Pedro Alves <palves@redhat.com>
8876 Simon Marchi <simon.marchi@polymtl.ca>
8877
8878 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8879 calls and add comments. Skip test if use_gdb_stub is set.
8880 (top level): Use "set cwd" command instead of "cd" command.
8881
8882 2017-10-13 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8885 is_remote target check.
8886
8887 2017-10-13 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.base/scope.exp: Use build_executable + clean_restart +
8890 gdb_file_cmd instead of prepare_for_testing and no longer skip
8891 "before run" tests on is_remote target boards. Update comments.
8892 * boards/native-extended-gdbserver.exp
8893 (extended_gdbserver_load_last_file): New, factored out from ...
8894 (gdb_load): ... this. Move further below and add comment.
8895 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8896
8897 2017-10-12 Pedro Alves <palves@redhat.com>
8898
8899 * gdb.base/attach.exp: Remove references to gdb64.
8900 * gdb.base/dbx.exp: Remove references to gdb64.
8901
8902 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8903 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.base/label.exp: Remove is_remote target check.
8906
8907 2017-10-12 Pedro Alves <palves@redhat.com>
8908
8909 * gdb.base/auvx.exp (coredir): Update comment.
8910 (top level) <core_works>: Use "set cwd" command instead of "cd"
8911 command.
8912
8913 2017-10-12 Pedro Alves <palves@redhat.com>
8914 Simon Marchi <simon.marchi@polymtl.ca>
8915
8916 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8917 target boards.
8918
8919 2017-10-12 Pedro Alves <palves@redhat.com>
8920 Simon Marchi <simon.marchi@polymtl.ca>
8921
8922 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8923 Instead skip if there's any gdb_protocol set.
8924
8925 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8926 Pedro Alves <palves@redhat.com>
8927
8928 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8929
8930 2017-10-12 Pedro Alves <palves@redhat.com>
8931 Simon Marchi <simon.marchi@polymtl.ca>
8932
8933 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8934 instead of on dejagnu remote boards.
8935
8936 2017-10-12 Pedro Alves <palves@redhat.com>
8937 Simon Marchi <simon.marchi@polymtl.ca>
8938
8939 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8940 checks. Use build_executable + clean_restart instead of
8941 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8942 of enabling non-stop after starting gdb.
8943
8944 2017-10-12 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8947 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8948 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8949 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8950
8951 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8952
8953 * gdb.arch/arc-tdesc-cpu.exp: New file.
8954 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8955
8956 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8957
8958 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8959
8960 2017-10-10 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8963 expect CLI output.
8964
8965 2017-10-10 Pedro Alves <palves@redhat.com>
8966
8967 * lib/selftest-support.exp (selftest_setup): Update for
8968 captured_command_loop's prototype change.
8969
8970 2017-10-09 Pedro Alves <palves@redhat.com>
8971
8972 Test both arch1=>arch2 and arch2=>arch1.
8973
8974 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8975 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8976 factored out to...
8977 (append_arch1_options, append_arch2_options, append_arch_options)
8978 (build_executables): New procedures.
8979 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8980 local.
8981 (top level): Add new 'first_arch' testing axis.
8982
8983 2017-10-09 Pedro Alves <palves@redhat.com>
8984
8985 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8986 (barrier): New.
8987 (thread_start, all_started): New functions.
8988 (main): Spawn new thread and wait until it is scheduled.
8989 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8990 option.
8991 (do_test): Add 'selected_thread' parameter. Run to all_started
8992 instead of main. Explicitly set the breakpoint at main. Switch
8993 to the SELECTED_THREAD thread.
8994 (top level): Test handling the exec event with either the main
8995 thread or the second thread selected.
8996
8997 2017-10-09 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9000 logic. Move STOP marker after the value checks.
9001 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9002 regexp.
9003
9004 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9005
9006 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9007
9008 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9009
9010 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9011 integer-to-dfp conversion.
9012 * gdb.base/dfp-test.exp: Likewise.
9013
9014 2017-10-04 Pedro Alves <palves@redhat.com>
9015
9016 * gdb.multi/hangout.c: Include <unistd.h>.
9017 (hangout_loop): New function.
9018 (main): Call alarm. Call hangout_loop in a loop.
9019 * gdb.multi/hello.c: Include <unistd.h>.
9020 (hello_loop): New function.
9021 (main): Call alarm. Call hangout_loop in a loop.
9022 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9023 inferior with the other selected.
9024
9025 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9026
9027 * gdb.mi/list-thread-groups-available.exp: New file.
9028 * gdb.mi/list-thread-groups-available.c: New file.
9029
9030 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9031
9032 * gdb.base/set-cwd.exp: Make it available on
9033 native-extended-gdbserver.
9034
9035 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9036
9037 * gdb.base/set-cwd.c: New file.
9038 * gdb.base/set-cwd.exp: Likewise.
9039
9040 2017-10-02 Tom Tromey <tom@tromey.com>
9041
9042 PR rust/22236:
9043 * gdb.rust/simple.rs (main): New variable "fslice".
9044 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9045
9046 2017-10-02 Tom Tromey <tom@tromey.com>
9047
9048 * gdb.rust/simple.exp: Test ptype of a slice.
9049
9050 2017-10-02 Tom Tromey <tom@tromey.com>
9051
9052 * gdb.rust/simple.exp: Test index of slice.
9053
9054 2017-09-27 Tom Tromey <tom@tromey.com>
9055
9056 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9057
9058 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9059 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.base/compare-sections.exp (get value of read-only section): Read
9062 as unsigned value.
9063 (corrupt read-only section): Likewise and don't set written if patching
9064 failed.
9065
9066 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9067
9068 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9069 files.
9070
9071 2017-09-20 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9074 symbol names in gdb's output.
9075 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9076
9077 2017-09-20 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9080 Rename to ...
9081 (test_list_ambiguous_symbol): ... this and add a symbol name
9082 parameter. Adjust.
9083 (test_list_ambiguous_function): Reimplement on top of
9084 test_list_ambiguous_symbol and also test listing ambiguous
9085 variables.
9086 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9087 (ambiguous_fun): ... this.
9088 (ambiguous_var): New.
9089 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9090 (ambiguous_fun): ... this.
9091 (ambiguous_var): New.
9092
9093 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9094
9095 * gdb.base/starti.c: New file.
9096 * gdb.base/starti.exp: New file.
9097 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9098
9099 2017-09-14 Pedro Alves <palves@redhat.com>
9100
9101 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9102 (top level): Use it instead of runto.
9103
9104 2017-09-11 Tom Tromey <tom@tromey.com>
9105
9106 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9107
9108 2017-09-11 Tom Tromey <tom@tromey.com>
9109
9110 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9111 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9112
9113 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9114
9115 * gdb.fortran/printing-types.exp: New file.
9116 * gdb.fortran/printing-types.exp: New file.
9117
9118 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9119
9120 * gdb.fortran/vla-ptype.exp: Fix typos.
9121 * gdb.fortran/vla-value.exp: Same.
9122
9123 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9124
9125 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9126 * gdb.mi/mi-var-child-f.exp: Likewise.
9127 * gdb.mi/mi-vla-fortran.exp: Likewise.
9128
9129 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9130 Christoph Weinmann <christoph.t.weinmann@intel.com>
9131 Bernhard Heckel <bernhard.heckel@intel.com>
9132
9133 * gdb.fortran/ptr-indentation.f90: New file.
9134 * gdb.fortran/ptr-indentation.exp: New file.
9135
9136 2017-09-05 Tom Tromey <tom@tromey.com>
9137
9138 PR gdb/22010:
9139 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9140
9141 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9142
9143 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9144
9145 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9146
9147 * gdb.threads/tls-nodebug-pie.c: New file.
9148 * gdb.threads/tls-nodebug-pie.exp: New file.
9149
9150 2017-09-05 Tom Tromey <tom@tromey.com>
9151
9152 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9153 for rust.
9154
9155 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9156
9157 * gdb.multi/multi-arch-exec.exp: Test with different
9158 "follow-exec-mode" settings.
9159 (do_test): New procedure.
9160
9161 2017-09-04 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/func-static.c (S::method const, S::method volatile)
9164 (S::method volatile const): New methods.
9165 (c_s, v_s, cv_s): New instances.
9166 (main): Call method() on them.
9167 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9168 (cannot_resolve): New procedure.
9169 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9170 print-quote-unquoted columns.
9171 (do_test): Test printing each scope too.
9172
9173 2017-09-04 Pedro Alves <palves@redhat.com>
9174
9175 * gdb.base/local-static.exp: Also test with
9176 class::method::variable wholly quoted.
9177 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9178
9179 2017-09-04 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.base/local-static.c: New.
9182 * gdb.base/local-static.cc: New.
9183 * gdb.base/local-static.exp: New.
9184
9185 2017-09-04 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.asm/asm-source.exp: Add casts to int.
9188 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9189 (dataglobal64_1, dataglobal64_2): New globals.
9190 * gdb.base/nodebug.exp: Test different expressions involving the
9191 new globals, with print, whatis and ptype. Add casts to int.
9192 * gdb.base/solib-display.exp: Add casts to int.
9193 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9194 * gdb.cp/m-static.exp: Add cast to int.
9195 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9196 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9197 tls variable with no debug info without a cast. Test with a cast
9198 to int too.
9199 * gdb.trace/entry-values.exp: Add casts.
9200
9201 2017-09-04 Pedro Alves <palves@redhat.com>
9202
9203 * gdb.base/nodebug.exp: Test that ptype's error about functions
9204 with unknown return type includes the function name too.
9205
9206 2017-09-04 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9209 return type of munmap in infcall.
9210 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9211 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9212 type of ftell in infcall.
9213 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9214 type of getpid in infcall.
9215 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9216 infcall.
9217 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9218 Bail on failure to extract the pid.
9219 * gdb.base/nodebug.c: #include <stdint.h>.
9220 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9221 New functions.
9222 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9223 Change expected output of print/whatis/ptype with functions with
9224 no debug info. Test all supported languages. Call
9225 test_call_promotion.
9226 * gdb.compile/compile.exp: Adjust expected output to expect
9227 warning.
9228 * gdb.threads/siginfo-threads.exp: Likewise.
9229
9230 2017-09-04 Pedro Alves <palves@redhat.com>
9231
9232 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9233 "prototypes". Test calling float functions via prototyped and
9234 unprototyped function pointers.
9235 (perform_all_tests): New parameter "prototypes". Pass it down.
9236 (top level): Pass down "prototypes" parameter to
9237 perform_all_tests.
9238
9239 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9240
9241 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9242 Test with nested loops.
9243
9244 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9245
9246 * gdb.base/commands.exp: Call the new procedures.
9247 (loop_break_test, loop_continue_test): New procedures.
9248
9249 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9250
9251 * gdb.base/commands.exp: Call new procedure.
9252 (define_if_without_arg_test): New procedure.
9253
9254 2017-09-04 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.base/list-ambiguous.exp: New file.
9257 * gdb.base/list-ambiguous0.c: New file.
9258 * gdb.base/list-ambiguous1.c: New file.
9259 * gdb.base/list.exp (test_list_range): Adjust expected output.
9260
9261 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9262
9263 * gdb.base/share-env-with-gdbserver.c: New file.
9264 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9265
9266 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9267
9268 * gdb.base/commands.exp (gdbvar_simple_if_test,
9269 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9270 progvar_simple_if_test, progvar_simple_while_test,
9271 progvar_complex_if_while_test, user_defined_command_test,
9272 user_defined_command_args_eval,
9273 user_defined_command_args_stack_test,
9274 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9275 temporary_breakpoint_commands,
9276 gdb_test_no_prompt, redefine_hook_test,
9277 redefine_backtrace_test): Remove "global gdb_prompt".
9278
9279 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9280
9281 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9282 New proc, call it from toplevel.
9283
9284 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9285
9286 PR remote/21852
9287 * gdb.server/normal.c: New file, copied from gdb.base.
9288 * gdb.server/run-without-local-binary.exp: New file.
9289
9290 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9291
9292 * gdb.arch/sparc64-adi.exp: New file.
9293 * gdb.arch/sparc64-adi.c: New file.
9294
9295 2017-08-22 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9298 (top level): Add "list all overloads" tests.
9299
9300 2017-08-22 Tom Tromey <tom@tromey.com>
9301
9302 * gdb.gdb/xfullpath.exp: Remove.
9303
9304 2017-08-21 Pedro Alves <palves@redhat.com>
9305
9306 PR gdb/19487
9307 * gdb.base/symbol-alias.c: New.
9308 * gdb.base/symbol-alias2.c: New.
9309 * gdb.base/symbol-alias.exp: New.
9310
9311 2017-08-21 Pedro Alves <palves@redhat.com>
9312
9313 * gdb.base/dfp-test.c
9314 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9315 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9316 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9317 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9318 * gdb.base/whatis-ptype-typedefs.c: New.
9319 * gdb.base/whatis-ptype-typedefs.exp: New.
9320 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9321 (an_int, an_int_type, an_int_type2): New globals.
9322 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9323 involving typedefs and cast expressions.
9324 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9325 (lookup_typedefs_function): New.
9326 (typedefs_pretty_printers_dict): New.
9327 (top level): Register lookup_typedefs_function in
9328 gdb.pretty_printers.
9329
9330 2017-08-18 Yao Qi <yao.qi@linaro.org>
9331
9332 * gdb.server/unittest.exp: New.
9333
9334 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9335
9336 PR gdb/21954
9337 * gdb.base/environ.exp: Add test to check if 'unset environment'
9338 works.
9339
9340 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9341
9342 * lib/gdb.exp (universal_compile_options): New caching proc.
9343 (gdb_compile): Suppress GCC's coloring of messages.
9344
9345 2017-08-14 Tom Tromey <tom@tromey.com>
9346
9347 PR gdb/21675:
9348 * gdb.base/printcmds.exp (test_radices): New function.
9349 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9350 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9351 * lib/gdb.exp (get_integer_valueof): Use p/d.
9352
9353 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9354
9355 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9356 characters.
9357
9358 2017-08-05 Tom Tromey <tom@tromey.com>
9359
9360 * gdb.rust/simple.exp: Allow String to appear in a different
9361 namespace.
9362
9363 2017-07-26 Yao Qi <yao.qi@linaro.org>
9364
9365 * gdb.gdb/unittest.exp: Invoke command
9366 "maintenance check xml-descriptions".
9367
9368 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9369
9370 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9371 calling context.
9372 (hex128): Drop erroneous calculation of parameters.
9373
9374 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9375
9376 * gdb.python/py-unwind.exp: Disable stack protection when
9377 building test file.
9378
9379 2017-07-20 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.base/default.exp (set language): Adjust expected output.
9382
9383 2017-07-20 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9386 (test_minsym): ... this, and make static.
9387 (get_pck__foo__bar__minsym): Rename to ...
9388 (get_test_minsym): ... this.
9389 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9390 symbol names and comments.
9391 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9392 (get_test_minsym): ... this.
9393 (pck__foo__bar__minsym__2): Rename to ...
9394 (test_minsym): ... this.
9395 (main): Adjust.
9396
9397 2017-07-17 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.base/completion.exp: Adjust expected output.
9400 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9401 the completer works.
9402
9403 2017-07-17 Pedro Alves <palves@redhat.com>
9404
9405 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9406
9407 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9408
9409 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9410
9411 2017-07-14 Tom Tromey <tom@tromey.com>
9412
9413 PR rust/21764:
9414 * gdb.rust/simple.exp: Add tests.
9415
9416 2017-07-14 Tom Tromey <tom@tromey.com>
9417
9418 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9419
9420 2017-07-14 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.linespec/base/one/thefile.cc (z1): New function.
9423 * gdb.linespec/base/two/thefile.cc (z2): New function.
9424 * gdb.linespec/linespec.exp: Add tests.
9425
9426 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9427
9428 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9429 to mi_create_breakpoint.
9430
9431 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9432
9433 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9434 mi_create_breakpoint.
9435
9436 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9437
9438 * gdb.dlang/demangle.exp: Update for demangling changes.
9439
9440 2017-07-09 Tom Tromey <tom@tromey.com>
9441
9442 * gdb.dwarf2/shortpiece.exp: New file.
9443
9444 2017-07-06 David Blaikie <dblaikie@gmail.com>
9445
9446 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9447 built from fissiont-multi-cu{1,2}.c.
9448 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9449 except putting 'main' and 'func' in separate CUs in the same DWO file.
9450 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9451 test.
9452 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9453 test.
9454
9455 2017-07-06 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.python/py-unwind.exp: Test flushregs.
9458
9459 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9460
9461 PR cli/21688
9462 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9463 tests for alias commands and trailing whitespace.
9464
9465 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9466
9467 PR cli/21688
9468 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9469 procedure. Call it.
9470
9471 2017-06-29 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.base/printcmds.exp: Add tests.
9474
9475 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9476
9477 PR gdb/21337
9478 * gdb.base/reread-readsym.exp: New file.
9479 * gdb.base/reread-readsym.c: New file.
9480
9481 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9482
9483 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9484 subpattern.
9485
9486 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9487
9488 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9489 extended mnemonic.
9490 * gdb.arch/powerpc-power9.s: Likewise.
9491
9492 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9493
9494 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9495 on 32-bit x86 targets. Exploit is_*_target macros where
9496 appropriate.
9497
9498 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9499
9500 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9501 register pieces.
9502
9503 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9504
9505 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9506 located in one or more DWARF pieces.
9507
9508 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9509
9510 * lib/gdb.exp (get_endianness): New proc.
9511 * gdb.arch/aarch64-fp.exp: Use it.
9512 * gdb.arch/altivec-regs.exp: Likewise.
9513 * gdb.arch/e500-regs.exp: Likewise.
9514 * gdb.arch/vsx-regs.exp: Likewise.
9515 * gdb.base/dump.exp: Likewise.
9516 * gdb.base/funcargs.exp: Likewise.
9517 * gdb.base/gnu_vector.exp: Likewise.
9518 * gdb.dwarf2/formdata16.exp: Likewise.
9519 * gdb.dwarf2/implptrpiece.exp: Likewise.
9520 * gdb.dwarf2/nonvar-access.exp: Likewise.
9521 * gdb.python/py-inferior.exp: Likewise.
9522 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9523
9524 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9525
9526 PR gdb/21226
9527 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9528 stack value pieces are taken from the LSB end.
9529
9530 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9531
9532 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9533 variable at nonzero offset.
9534
9535 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9536
9537 * gdb.dwarf2/var-access.c: New file.
9538 * gdb.dwarf2/var-access.exp: New test.
9539 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9540
9541 2017-06-12 Tom Tromey <tom@tromey.com>
9542
9543 * gdb.dwarf2/formdata16.exp: Add tests.
9544
9545 2017-06-12 Tom Tromey <tom@tromey.com>
9546
9547 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9548
9549 2017-06-12 Tom Tromey <tom@tromey.com>
9550
9551 PR exp/16225:
9552 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9553 * gdb.arch/vsx-regs.exp: Update tests.
9554 * gdb.arch/s390-vregs.exp (hex128): New proc.
9555 Update test.
9556 * gdb.arch/altivec-regs.exp: Update tests.
9557
9558 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9559
9560 * gdb.base/startup-with-shell.c: New file.
9561 * gdb.base/startup-with-shell.exp: Likewise.
9562
9563 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9564
9565 * gdb.server/non-existing-program.exp: Update regex in order to
9566 reflect the fact that gdbserver is now using fork_inferior (with a
9567 shell) to startup the inferior.
9568
9569 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9570
9571 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9572 support function calls from GDB.
9573
9574 2017-05-21 Tom Tromey <tom@tromey.com>
9575
9576 PR rust/21466:
9577 * gdb.rust/unsized.exp: New file.
9578 * gdb.rust/unsized.rs: New file.
9579
9580 2017-05-19 Tom Tromey <tom@tromey.com>
9581
9582 PR rust/21484:
9583 * gdb.rust/watch.exp: New file.
9584 * gdb.rust/watch.rs: New file.
9585
9586 2017-05-18 Tom Tromey <tom@tromey.com>
9587
9588 * gdb.rust/simple.exp: Allow Box to be qualified.
9589
9590 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9591
9592 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9593
9594 2017-05-18 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.base/fileio.c (test_write, test_read, test_close)
9597 (test_fstat): Don't print 'ret' in the fail path.
9598
9599 2017-05-18 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9602 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9603 (test_system, test_rename, test_unlink, test_time): Change
9604 prototypes.
9605 * gdb.base/fileio.exp (stop_msg): Adjust.
9606
9607 2017-05-18 Pedro Alves <palves@redhat.com>
9608
9609 * gdb.base/fileio.c (null_str): New global.
9610 (test_stat): Use it.
9611 * gdb.base/fileio.exp: Remove nowarnings.
9612
9613 2017-05-17 Yao Qi <yao.qi@linaro.org>
9614
9615 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9616
9617 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9618
9619 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9620 argument command.
9621 (top-level): Invoke test_set_inferior_tty.
9622
9623 2017-05-04 Pedro Alves <palves@redhat.com>
9624
9625 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9626 Add parens to print call for Python 3.
9627
9628 2017-05-03 Keith Seitz <keiths@redhat.com>
9629
9630 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9631 (main): Call it.
9632
9633 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9634
9635 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9636 to prev and next.
9637
9638 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9639
9640 * gdb.python/py-record-btrace.exp: Remove test for
9641 gdb.BtraceInstruction.error.
9642
9643 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9644
9645 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9646
9647 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9648
9649 * gdb.python/py-record-btrace-threads.c: New file.
9650 * gdb.python/py-record-btrace-threads.exp: New file.
9651
9652 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9653
9654 PR testsuite/8595
9655 * gdb.base/environ.exp: Make test available in all architectures.
9656 Move bits related to "info program" testing to
9657 gdb.base/info-program.exp. Rewrite tests to use the two new
9658 procedures mentione below.
9659 (test_set_show_env_var) New procedure.
9660 (test_set_show_env_var_equal): Likewise.
9661 * gdb.base/info-program.exp: New file.
9662
9663 2017-04-27 Keith Seitz <keiths@redhat.com>
9664
9665 * gdb.cp/oranking.cc (test15): New function.
9666 (main): Call test15 and declare additional variables for testing.
9667 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9668 "p foo101('abc')" tests.
9669 Add tests for cv qualifier overloads.
9670 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9671 "lvalue reference overload" test.
9672 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9673 "print value of f1 on Child&& in f2" test.
9674
9675 2017-04-19 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9678 procedure.
9679 (top level): Call it.
9680 * lib/gdb.exp (gdb_define_cmd): New procedure.
9681
9682 2017-04-12 Pedro Alves <palves@redhat.com>
9683
9684 PR gdb/21323
9685 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9686 (wchar): New global.
9687 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9688 (do_test_wide_char, wide_char_types_no_program, top level): Add
9689 wchar_t testing.
9690
9691 2017-04-12 Pedro Alves <palves@redhat.com>
9692
9693 PR c++/21323
9694 * gdb.cp/wide_char_types.c: New file.
9695 * gdb.cp/wide_char_types.exp: New file.
9696
9697 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9698
9699 PR gdb/21352
9700 * gdb.trace/tsv.exp: Add test for "tsave -r".
9701
9702 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9703
9704 * gdb.dlang/watch-loc.c: New file.
9705 * gdb.dlang/watch-loc.exp: New file.
9706
9707 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9708
9709 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9710
9711 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9712
9713 * gdb.arch/arc-analyze-prologue.S: New file.
9714 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9715
9716 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9717
9718 * gdb.arch/arc-decode-insn.S: New file.
9719 * gdb.arch/arc-decode-insn.exp: Likewise.
9720
9721 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9722
9723 PR tdep/20928
9724 * gdb.arch/sparc64-regs.exp: New file.
9725 * gdb.arch/sparc64-regs.S: Likewise.
9726
9727 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9728
9729 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9730 and memory view on Python 3.
9731
9732 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9733 Keith Seitz <keiths@redhat.com>
9734
9735 PR gdb/14441
9736 * gdb.cp/demangle.exp: Add rvalue reference tests.
9737 * gdb.cp/rvalue-ref-casts.cc: New file.
9738 * gdb.cp/rvalue-ref-casts.exp: New file.
9739 * gdb.cp/rvalue-ref-overload.cc: New file.
9740 * gdb.cp/rvalue-ref-overload.exp: New file.
9741 * gdb.cp/rvalue-ref-params.cc: New file.
9742 * gdb.cp/rvalue-ref-params.exp: New file.
9743 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9744 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9745 * gdb.cp/rvalue-ref-types.cc: New file.
9746 * gdb.cp/rvalue-ref-types.exp: New file.
9747 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9748 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9749
9750 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9751
9752 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9753 New procedure.
9754
9755 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9756
9757 * lib/mi-support.exp (mi_gdb_test): Add additional message
9758 for unexpected output.
9759
9760 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9761
9762 * gdb.base/examine-backward.c (Barrier): New character array
9763 constant, to ensure that TestStrings is preceded by a string
9764 terminator.
9765
9766 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9767
9768 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9769 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9770 and implicit pointer into such a location.
9771
9772 2017-03-16 Doug Evans <dje@google.com>
9773
9774 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9775
9776 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9777
9778 * gdb.cp/m-static.exp: Fix expectation for prototype of
9779 test5.single_constructor and single_constructor::single_constructor.
9780
9781 2017-03-16 Doug Evans <dje@google.com>
9782
9783 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9784 * gdb.guile/scm-lazy-string.c: New file.
9785 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9786 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9787 for pointer, array, typedef lazy strings.
9788
9789 2017-03-16 Doug Evans <dje@google.com>
9790
9791 PR python/17728, python/18439, python/18779
9792 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9793 * gdb.python/py-lazy-string.c (pointer): New typedef.
9794 (main): New locals ptr, array, typedef_ptr.
9795 * gdb.python/py-value.exp: Move lazy string tests to ...
9796 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9797 array, typedef lazy strings.
9798
9799 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9800
9801 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9802 Add optional 'test' parameter.
9803
9804 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9805
9806 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9807 Skip for versions of DejaGnu < 1.5.
9808
9809 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9810
9811 * lib/gdb.exp (dejagnu_version): New proc.
9812 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9813 Use dejagnu_version.
9814
9815 2017-03-10 Keith Seitz <keiths@redhat.com>
9816
9817 PR c++/8128
9818 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9819 type from destructor regexps.
9820 Add a branch which actually passes the test.
9821 Adjust "ptype t5i" test names.
9822
9823 2017-03-08 Pedro Alves <palves@redhat.com>
9824
9825 * gdb.base/step-over-exit.exp: Add explicit test message.
9826
9827 2017-03-08 Pedro Alves <palves@redhat.com>
9828
9829 PR gdb/18360
9830 * gdb.threads/interrupt-while-step-over.c: New file.
9831 * gdb.threads/interrupt-while-step-over.exp: New file.
9832
9833 2017-03-08 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9836 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9837
9838 2017-03-08 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9841 PKRU as not supported as a PASS.
9842
9843 2017-03-08 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9846 prefix instead of $binfile1/$binfile2.
9847 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9848 in test message.
9849 * gdb.python/py-completion.exp: Use "load python file" as test
9850 messages instead of unstable path names.
9851
9852 2017-03-08 Pedro Alves <palves@redhat.com>
9853 Jan Kratochvil <jan.kratochvil@redhat.com>
9854
9855 PR cli/21218
9856 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9857 New proc.
9858 (top level): Call it.
9859
9860 2017-03-08 Pedro Alves <palves@redhat.com>
9861
9862 PR tui/21216
9863 * gdb.tui/tui-nl-filtered-output.exp: New file.
9864
9865 2017-03-08 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.base/completion.exp: Move TUI completion tests to ...
9868 * gdb.tui/completion.exp: ... this new file.
9869
9870 2017-03-08 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.base/tui-disasm-long-lines.c,
9873 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9874 gdb.base/tui-layout.exp: Move to ...
9875 * gdb.tui/: ... this new directory.
9876
9877 2017-03-07 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.base/tui-layout.c: New file.
9880 * gdb.base/tui-layout.exp: New file.
9881
9882 2017-03-07 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/tui-layout.c: Rename to ...
9885 * gdb.base/tui-disasm-long-lines.c: ... this.
9886 * gdb.base/tui-layout.exp: Rename to ...
9887 * gdb.base/tui-disasm-long-lines.exp: ... this.
9888
9889 2017-03-07 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9892
9893 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9894
9895 * i386-mpx-call.c: New file.
9896 * i386-mpx-call.exp: New file.
9897
9898 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9899
9900 * gdb.arch/powerpc-power.exp: Delete test.
9901 * gdb.arch/powerpc-power.s: Likewise.
9902 * gdb.disasm/disassembler-options.exp: New test.
9903 * gdb.arch/powerpc-altivec.exp: Likewise.
9904 * gdb.arch/powerpc-altivec.s: Likewise.
9905 * gdb.arch/powerpc-altivec2.exp: Likewise.
9906 * gdb.arch/powerpc-altivec2.s: Likewise.
9907 * gdb.arch/powerpc-altivec3.exp: Likewise.
9908 * gdb.arch/powerpc-altivec3.s: Likewise.
9909 * gdb.arch/powerpc-power7.exp: Likewise.
9910 * gdb.arch/powerpc-power7.s: Likewise.
9911 * gdb.arch/powerpc-power8.exp: Likewise.
9912 * gdb.arch/powerpc-power8.s: Likewise.
9913 * gdb.arch/powerpc-power9.exp: Likewise.
9914 * gdb.arch/powerpc-power9.s: Likewise.
9915 * gdb.arch/powerpc-vsx.exp: Likewise.
9916 * gdb.arch/powerpc-vsx.s: Likewise.
9917 * gdb.arch/powerpc-vsx2.exp: Likewise.
9918 * gdb.arch/powerpc-vsx2.s: Likewise.
9919 * gdb.arch/powerpc-vsx3.exp: Likewise.
9920 * gdb.arch/powerpc-vsx3.s: Likewise.
9921 * gdb.arch/arm-disassembler-options.exp: Likewise.
9922 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9923 * gdb.arch/s390-disassembler-options.exp: Likewise.
9924
9925 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9926
9927 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9928 (check_supported_features): ... this. Changed return type to void.
9929 (supports_rdseed): New static global.
9930 (rdseed): Check supports_rdseed.
9931 (initialize): Call check_supported_features.
9932
9933 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9934
9935 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9936 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9937 and lqarx/stqcx.
9938 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9939 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9940
9941 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9942
9943 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9944 uppercase.
9945
9946 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * gdb.dwarf2/formdata16.c: New file.
9949 * gdb.dwarf2/formdata16.exp: New file.
9950 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9951
9952 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9955 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9956 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9957 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9958 DW_AT_GNU_*.
9959
9960 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9961
9962 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9963
9964 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9965
9966 PR gdb/21164
9967 * gdb.base/maint.exp: Add testcases for when the commands do
9968 not have arguments.
9969
9970 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9971
9972 * gdb.cp/chained-calls.exp: Use p instead of P.
9973
9974 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9975
9976 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9977 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9978
9979 2017-02-14 Tom Tromey <tom@tromey.com>
9980
9981 PR python/13598:
9982 * gdb.python/py-events.exp: Add before_prompt event tests.
9983
9984 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9985
9986 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9987
9988 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9989
9990 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9991 (main): Call my_unique_function_name.
9992 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9993 completion of patterns with a single match.
9994 Add missing -re switches to gdb_test_multiple calls.
9995
9996 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9997
9998 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9999 return if core file is not recognized.
10000
10001 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10002
10003 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10004 and extra UIs.
10005
10006 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10007
10008 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10009 proc_with_prefix.
10010
10011 2017-02-10 Tom Tromey <tom@tromey.com>
10012
10013 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10014
10015 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10016
10017 PR gdb/21122
10018 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10019
10020 2017-02-08 Jerome Guitton <guitton@adacore.com>
10021
10022 * gdb.base/define.exp: Add test for command abbreviations
10023 in define.
10024
10025 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10026
10027 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10028 * gdb.reverse/insn-reverse-x86.c: New file.
10029
10030 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10031
10032 PR tdep/20936
10033 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10034
10035 2017-02-03 Tom Tromey <tom@tromey.com>
10036
10037 PR rust/21097:
10038 * gdb.rust/simple.exp: Add new tests.
10039
10040 2017-02-02 Pedro Alves <palves@redhat.com>
10041
10042 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10043 tests.
10044
10045 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10046
10047 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10048 taking a 2-byte value out of a 4-byte DWARF implicit value on
10049 big-endian targets.
10050 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10051 logic. Add test cases for DW_OP_implicit.
10052
10053 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10054
10055 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10056
10057 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10058
10059 * gdb.btrace/enable.exp: Call gdb_exit before
10060 skip_gdbserver_tests.
10061
10062 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10063
10064 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10065 GDBFLAGS.
10066
10067 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10068
10069 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10070 the test is skipped.
10071 * gdb.btrace/data.exp: Likewise.
10072 * gdb.btrace/delta.exp: Likewise.
10073 * gdb.btrace/dlopen.exp: Likewise.
10074 * gdb.btrace/enable-running.exp: Likewise.
10075 * gdb.btrace/enable.exp: Likewise.
10076 * gdb.btrace/exception.exp: Likewise.
10077 * gdb.btrace/function_call_history.exp: Likewise.
10078 * gdb.btrace/gcore.exp: Likewise.
10079 * gdb.btrace/instruction_history.exp: Likewise.
10080 * gdb.btrace/multi-thread-step.exp: Likewise.
10081 * gdb.btrace/nohist.exp: Likewise.
10082 * gdb.btrace/non-stop.exp: Likewise.
10083 * gdb.btrace/reconnect.exp: Likewise.
10084 * gdb.btrace/record_goto-step.exp: Likewise.
10085 * gdb.btrace/record_goto.exp: Likewise.
10086 * gdb.btrace/rn-dl-bind.exp: Likewise.
10087 * gdb.btrace/segv.exp: Likewise.
10088 * gdb.btrace/step.exp: Likewise.
10089 * gdb.btrace/stepi.exp: Likewise.
10090 * gdb.btrace/tailcall-only.exp: Likewise.
10091 * gdb.btrace/tailcall.exp: Likewise.
10092 * gdb.btrace/tsx.exp: Likewise.
10093 * gdb.btrace/unknown_functions.exp: Likewise.
10094 * gdb.btrace/vdso.exp: Likewise.
10095
10096 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10097
10098 * gdb.btrace/enable-running.c: New.
10099 * gdb.btrace/enable-running.exp: New.
10100
10101 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10102
10103 * gdb.arch/amd64-gs_base.c: New file.
10104 * gdb.arch/amd64-gs_base.exp: New file.
10105
10106 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10107
10108 * lib/memory.exp: Remove spurious empty newlines.
10109
10110 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10111
10112 * gdb.python/py-bad-printers.exp: Load python file using "source".
10113 * gdb.python/py-events.exp: Likewise.
10114 * gdb.python/py-evsignal.exp: Likewise.
10115 * gdb.python/py-evthreads.exp: Likewise.
10116 * gdb.python/py-frame-args.exp: Likewise.
10117 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10118 * gdb.python/py-framefilter-mi.exp: Likewise.
10119 * gdb.python/py-framefilter.exp: Likewise.
10120 * gdb.python/py-mi.exp: Likewise.
10121 * gdb.python/py-pp-maint.exp: Likewise.
10122 * gdb.python/py-pp-registration.exp: Likewise.
10123 * gdb.python/py-prettyprint.exp: Likewise.
10124 (run_lang_tests): Likewise.
10125 * gdb.python/py-typeprint.exp: Likewise.
10126
10127 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10128
10129 * lib/memory.exp: New file.
10130 * lib/gdb.exp: Load memory.exp.
10131 * gdb.base/memattr.exp (delete_memory): Move proc to
10132 lib/memory.exp and rename to delete_memory_regions.
10133 Replace delete_memory with delete_memory_regions.
10134 Cleanup memory regions before tests.
10135 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10136 before tests.
10137
10138 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10139
10140 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10141 files.
10142 (initialize): New function conditionally defined.
10143 (testcases): Move within conditional block.
10144 (main): Call initialize.
10145 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10146 of gdb.reverse/insn-reverse.c.
10147 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10148 gdb.reverse/insn-reverse.c.
10149
10150 2017-01-26 Yao Qi <yao.qi@linaro.org>
10151
10152 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10153 disassemble on address 0.
10154
10155 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10156 Yao Qi <yao.qi@linaro.org>
10157
10158 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10159 * gdb.dwarf2/implptr-64bit.S: Remove.
10160 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10161 variables in caller's context. Add DW_OP_implicit_value.
10162
10163 2017-01-25 Yao Qi <yao.qi@linaro.org>
10164
10165 * lib/dwarf.exp (Dwarf::_location): Handle
10166 DW_OP_GNU_implicit_pointer with proper size.
10167
10168 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10169
10170 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10171 and add untested calls.
10172
10173 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10174
10175 * gdb.python/python.exp: Check line number against what GDB thinks
10176 the line number is for func1.
10177
10178 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10179
10180 * gdb.dlang/debug-expr.exp: New file.
10181
10182 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10183
10184 Fix test names for the following files:
10185
10186 * gdb.ada/exec_changed.exp
10187 * gdb.ada/info_types.exp
10188 * gdb.arch/aarch64-atomic-inst.exp
10189 * gdb.arch/aarch64-fp.exp
10190 * gdb.arch/altivec-abi.exp
10191 * gdb.arch/altivec-regs.exp
10192 * gdb.arch/amd64-byte.exp
10193 * gdb.arch/amd64-disp-step.exp
10194 * gdb.arch/amd64-dword.exp
10195 * gdb.arch/amd64-entry-value-inline.exp
10196 * gdb.arch/amd64-entry-value-param.exp
10197 * gdb.arch/amd64-entry-value-paramref.exp
10198 * gdb.arch/amd64-entry-value.exp
10199 * gdb.arch/amd64-i386-address.exp
10200 * gdb.arch/amd64-invalid-stack-middle.exp
10201 * gdb.arch/amd64-invalid-stack-top.exp
10202 * gdb.arch/amd64-optimout-repeat.exp
10203 * gdb.arch/amd64-prologue-skip.exp
10204 * gdb.arch/amd64-prologue-xmm.exp
10205 * gdb.arch/amd64-stap-special-operands.exp
10206 * gdb.arch/amd64-stap-wrong-subexp.exp
10207 * gdb.arch/amd64-tailcall-cxx.exp
10208 * gdb.arch/amd64-tailcall-noret.exp
10209 * gdb.arch/amd64-tailcall-ret.exp
10210 * gdb.arch/amd64-tailcall-self.exp
10211 * gdb.arch/amd64-word.exp
10212 * gdb.arch/arm-bl-branch-dest.exp
10213 * gdb.arch/arm-disp-step.exp
10214 * gdb.arch/arm-neon.exp
10215 * gdb.arch/arm-single-step-kernel-helper.exp
10216 * gdb.arch/avr-flash-qualifier.exp
10217 * gdb.arch/disp-step-insn-reloc.exp
10218 * gdb.arch/e500-abi.exp
10219 * gdb.arch/e500-regs.exp
10220 * gdb.arch/ftrace-insn-reloc.exp
10221 * gdb.arch/i386-avx512.exp
10222 * gdb.arch/i386-bp_permanent.exp
10223 * gdb.arch/i386-byte.exp
10224 * gdb.arch/i386-cfi-notcurrent.exp
10225 * gdb.arch/i386-disp-step.exp
10226 * gdb.arch/i386-dr3-watch.exp
10227 * gdb.arch/i386-float.exp
10228 * gdb.arch/i386-gnu-cfi.exp
10229 * gdb.arch/i386-mpx-map.exp
10230 * gdb.arch/i386-mpx-sigsegv.exp
10231 * gdb.arch/i386-mpx-simple_segv.exp
10232 * gdb.arch/i386-mpx.exp
10233 * gdb.arch/i386-permbkpt.exp
10234 * gdb.arch/i386-prologue.exp
10235 * gdb.arch/i386-signal.exp
10236 * gdb.arch/i386-size-overlap.exp
10237 * gdb.arch/i386-unwind.exp
10238 * gdb.arch/i386-word.exp
10239 * gdb.arch/mips-fcr.exp
10240 * gdb.arch/powerpc-d128-regs.exp
10241 * gdb.arch/powerpc-stackless.exp
10242 * gdb.arch/ppc64-atomic-inst.exp
10243 * gdb.arch/s390-stackless.exp
10244 * gdb.arch/s390-tdbregs.exp
10245 * gdb.arch/s390-vregs.exp
10246 * gdb.arch/sparc-sysstep.exp
10247 * gdb.arch/thumb-bx-pc.exp
10248 * gdb.arch/thumb-singlestep.exp
10249 * gdb.arch/thumb2-it.exp
10250 * gdb.arch/vsx-regs.exp
10251 * gdb.asm/asm-source.exp
10252 * gdb.base/a2-run.exp
10253 * gdb.base/advance.exp
10254 * gdb.base/all-bin.exp
10255 * gdb.base/anon.exp
10256 * gdb.base/args.exp
10257 * gdb.base/arithmet.exp
10258 * gdb.base/async-shell.exp
10259 * gdb.base/async.exp
10260 * gdb.base/attach-pie-noexec.exp
10261 * gdb.base/attach-twice.exp
10262 * gdb.base/auto-load.exp
10263 * gdb.base/bang.exp
10264 * gdb.base/bitfields.exp
10265 * gdb.base/break-always.exp
10266 * gdb.base/break-caller-line.exp
10267 * gdb.base/break-entry.exp
10268 * gdb.base/break-inline.exp
10269 * gdb.base/break-on-linker-gcd-function.exp
10270 * gdb.base/break-probes.exp
10271 * gdb.base/break.exp
10272 * gdb.base/breakpoint-shadow.exp
10273 * gdb.base/call-ar-st.exp
10274 * gdb.base/call-sc.exp
10275 * gdb.base/call-signal-resume.exp
10276 * gdb.base/call-strs.exp
10277 * gdb.base/callfuncs.exp
10278 * gdb.base/catch-fork-static.exp
10279 * gdb.base/catch-gdb-caused-signals.exp
10280 * gdb.base/catch-load.exp
10281 * gdb.base/catch-signal-fork.exp
10282 * gdb.base/catch-signal.exp
10283 * gdb.base/catch-syscall.exp
10284 * gdb.base/charset.exp
10285 * gdb.base/checkpoint.exp
10286 * gdb.base/chng-syms.exp
10287 * gdb.base/code-expr.exp
10288 * gdb.base/code_elim.exp
10289 * gdb.base/commands.exp
10290 * gdb.base/completion.exp
10291 * gdb.base/complex.exp
10292 * gdb.base/cond-expr.exp
10293 * gdb.base/condbreak.exp
10294 * gdb.base/consecutive.exp
10295 * gdb.base/continue-all-already-running.exp
10296 * gdb.base/coredump-filter.exp
10297 * gdb.base/corefile.exp
10298 * gdb.base/dbx.exp
10299 * gdb.base/debug-expr.exp
10300 * gdb.base/define.exp
10301 * gdb.base/del.exp
10302 * gdb.base/disabled-location.exp
10303 * gdb.base/disasm-end-cu.exp
10304 * gdb.base/disasm-optim.exp
10305 * gdb.base/display.exp
10306 * gdb.base/duplicate-bp.exp
10307 * gdb.base/ena-dis-br.exp
10308 * gdb.base/ending-run.exp
10309 * gdb.base/enumval.exp
10310 * gdb.base/environ.exp
10311 * gdb.base/eu-strip-infcall.exp
10312 * gdb.base/eval-avoid-side-effects.exp
10313 * gdb.base/eval-skip.exp
10314 * gdb.base/exitsignal.exp
10315 * gdb.base/expand-psymtabs.exp
10316 * gdb.base/filesym.exp
10317 * gdb.base/find-unmapped.exp
10318 * gdb.base/finish.exp
10319 * gdb.base/float.exp
10320 * gdb.base/foll-exec-mode.exp
10321 * gdb.base/foll-exec.exp
10322 * gdb.base/foll-fork.exp
10323 * gdb.base/fortran-sym-case.exp
10324 * gdb.base/freebpcmd.exp
10325 * gdb.base/func-ptr.exp
10326 * gdb.base/func-ptrs.exp
10327 * gdb.base/funcargs.exp
10328 * gdb.base/gcore-buffer-overflow.exp
10329 * gdb.base/gcore-relro-pie.exp
10330 * gdb.base/gcore-relro.exp
10331 * gdb.base/gcore.exp
10332 * gdb.base/gdb1090.exp
10333 * gdb.base/gdb11530.exp
10334 * gdb.base/gdb11531.exp
10335 * gdb.base/gdb1821.exp
10336 * gdb.base/gdbindex-stabs.exp
10337 * gdb.base/gdbvars.exp
10338 * gdb.base/hbreak.exp
10339 * gdb.base/hbreak2.exp
10340 * gdb.base/included.exp
10341 * gdb.base/infcall-input.exp
10342 * gdb.base/inferior-died.exp
10343 * gdb.base/infnan.exp
10344 * gdb.base/info-macros.exp
10345 * gdb.base/info-os.exp
10346 * gdb.base/info-proc.exp
10347 * gdb.base/info-shared.exp
10348 * gdb.base/info-target.exp
10349 * gdb.base/infoline.exp
10350 * gdb.base/interp.exp
10351 * gdb.base/interrupt.exp
10352 * gdb.base/jit-reader.exp
10353 * gdb.base/jit-simple.exp
10354 * gdb.base/kill-after-signal.exp
10355 * gdb.base/kill-detach-inferiors-cmd.exp
10356 * gdb.base/label.exp
10357 * gdb.base/langs.exp
10358 * gdb.base/ldbl_e308.exp
10359 * gdb.base/line-symtabs.exp
10360 * gdb.base/linespecs.exp
10361 * gdb.base/list.exp
10362 * gdb.base/long_long.exp
10363 * gdb.base/longest-types.exp
10364 * gdb.base/maint.exp
10365 * gdb.base/max-value-size.exp
10366 * gdb.base/memattr.exp
10367 * gdb.base/mips_pro.exp
10368 * gdb.base/morestack.exp
10369 * gdb.base/moribund-step.exp
10370 * gdb.base/multi-forks.exp
10371 * gdb.base/nested-addr.exp
10372 * gdb.base/nextoverexit.exp
10373 * gdb.base/noreturn-finish.exp
10374 * gdb.base/noreturn-return.exp
10375 * gdb.base/nostdlib.exp
10376 * gdb.base/offsets.exp
10377 * gdb.base/opaque.exp
10378 * gdb.base/pc-fp.exp
10379 * gdb.base/permissions.exp
10380 * gdb.base/print-symbol-loading.exp
10381 * gdb.base/prologue-include.exp
10382 * gdb.base/psymtab.exp
10383 * gdb.base/ptype.exp
10384 * gdb.base/random-signal.exp
10385 * gdb.base/randomize.exp
10386 * gdb.base/range-stepping.exp
10387 * gdb.base/readline-ask.exp
10388 * gdb.base/recpar.exp
10389 * gdb.base/recurse.exp
10390 * gdb.base/relational.exp
10391 * gdb.base/restore.exp
10392 * gdb.base/return-nodebug.exp
10393 * gdb.base/return.exp
10394 * gdb.base/run-after-attach.exp
10395 * gdb.base/save-bp.exp
10396 * gdb.base/scope.exp
10397 * gdb.base/sect-cmd.exp
10398 * gdb.base/set-lang-auto.exp
10399 * gdb.base/set-noassign.exp
10400 * gdb.base/setvar.exp
10401 * gdb.base/sigall.exp
10402 * gdb.base/sigbpt.exp
10403 * gdb.base/siginfo-addr.exp
10404 * gdb.base/siginfo-infcall.exp
10405 * gdb.base/siginfo-obj.exp
10406 * gdb.base/siginfo.exp
10407 * gdb.base/signals-state-child.exp
10408 * gdb.base/signest.exp
10409 * gdb.base/sigstep.exp
10410 * gdb.base/sizeof.exp
10411 * gdb.base/skip.exp
10412 * gdb.base/solib-corrupted.exp
10413 * gdb.base/solib-nodir.exp
10414 * gdb.base/solib-search.exp
10415 * gdb.base/stack-checking.exp
10416 * gdb.base/stale-infcall.exp
10417 * gdb.base/stap-probe.exp
10418 * gdb.base/start.exp
10419 * gdb.base/step-break.exp
10420 * gdb.base/step-bt.exp
10421 * gdb.base/step-line.exp
10422 * gdb.base/step-over-exit.exp
10423 * gdb.base/step-over-syscall.exp
10424 * gdb.base/step-resume-infcall.exp
10425 * gdb.base/step-test.exp
10426 * gdb.base/store.exp
10427 * gdb.base/structs3.exp
10428 * gdb.base/sym-file.exp
10429 * gdb.base/symbol-without-target_section.exp
10430 * gdb.base/term.exp
10431 * gdb.base/testenv.exp
10432 * gdb.base/ui-redirect.exp
10433 * gdb.base/until.exp
10434 * gdb.base/unwindonsignal.exp
10435 * gdb.base/value-double-free.exp
10436 * gdb.base/vla-datatypes.exp
10437 * gdb.base/vla-ptr.exp
10438 * gdb.base/vla-sideeffect.exp
10439 * gdb.base/volatile.exp
10440 * gdb.base/watch-cond-infcall.exp
10441 * gdb.base/watch-cond.exp
10442 * gdb.base/watch-non-mem.exp
10443 * gdb.base/watch-read.exp
10444 * gdb.base/watch-vfork.exp
10445 * gdb.base/watchpoint-cond-gone.exp
10446 * gdb.base/watchpoint-delete.exp
10447 * gdb.base/watchpoint-hw-hit-once.exp
10448 * gdb.base/watchpoint-hw.exp
10449 * gdb.base/watchpoint-stops-at-right-insn.exp
10450 * gdb.base/watchpoints.exp
10451 * gdb.base/wchar.exp
10452 * gdb.base/whatis-exp.exp
10453 * gdb.btrace/buffer-size.exp
10454 * gdb.btrace/data.exp
10455 * gdb.btrace/delta.exp
10456 * gdb.btrace/dlopen.exp
10457 * gdb.btrace/enable.exp
10458 * gdb.btrace/exception.exp
10459 * gdb.btrace/function_call_history.exp
10460 * gdb.btrace/gcore.exp
10461 * gdb.btrace/instruction_history.exp
10462 * gdb.btrace/nohist.exp
10463 * gdb.btrace/reconnect.exp
10464 * gdb.btrace/record_goto-step.exp
10465 * gdb.btrace/record_goto.exp
10466 * gdb.btrace/rn-dl-bind.exp
10467 * gdb.btrace/segv.exp
10468 * gdb.btrace/step.exp
10469 * gdb.btrace/stepi.exp
10470 * gdb.btrace/tailcall-only.exp
10471 * gdb.btrace/tailcall.exp
10472 * gdb.btrace/tsx.exp
10473 * gdb.btrace/unknown_functions.exp
10474 * gdb.btrace/vdso.exp
10475 * gdb.compile/compile-ifunc.exp
10476 * gdb.compile/compile-ops.exp
10477 * gdb.compile/compile-print.exp
10478 * gdb.compile/compile-setjmp.exp
10479 * gdb.cp/abstract-origin.exp
10480 * gdb.cp/ambiguous.exp
10481 * gdb.cp/annota2.exp
10482 * gdb.cp/annota3.exp
10483 * gdb.cp/anon-ns.exp
10484 * gdb.cp/anon-struct.exp
10485 * gdb.cp/anon-union.exp
10486 * gdb.cp/arg-reference.exp
10487 * gdb.cp/baseenum.exp
10488 * gdb.cp/bool.exp
10489 * gdb.cp/breakpoint.exp
10490 * gdb.cp/bs15503.exp
10491 * gdb.cp/call-c.exp
10492 * gdb.cp/casts.exp
10493 * gdb.cp/chained-calls.exp
10494 * gdb.cp/class2.exp
10495 * gdb.cp/classes.exp
10496 * gdb.cp/cmpd-minsyms.exp
10497 * gdb.cp/converts.exp
10498 * gdb.cp/cp-relocate.exp
10499 * gdb.cp/cpcompletion.exp
10500 * gdb.cp/cpexprs.exp
10501 * gdb.cp/cplabel.exp
10502 * gdb.cp/cplusfuncs.exp
10503 * gdb.cp/cpsizeof.exp
10504 * gdb.cp/ctti.exp
10505 * gdb.cp/derivation.exp
10506 * gdb.cp/destrprint.exp
10507 * gdb.cp/dispcxx.exp
10508 * gdb.cp/enum-class.exp
10509 * gdb.cp/exception.exp
10510 * gdb.cp/exceptprint.exp
10511 * gdb.cp/expand-psymtabs-cxx.exp
10512 * gdb.cp/expand-sals.exp
10513 * gdb.cp/extern-c.exp
10514 * gdb.cp/filename.exp
10515 * gdb.cp/formatted-ref.exp
10516 * gdb.cp/fpointer.exp
10517 * gdb.cp/gdb1355.exp
10518 * gdb.cp/gdb2495.exp
10519 * gdb.cp/hang.exp
10520 * gdb.cp/impl-this.exp
10521 * gdb.cp/infcall-dlopen.exp
10522 * gdb.cp/inherit.exp
10523 * gdb.cp/iostream.exp
10524 * gdb.cp/koenig.exp
10525 * gdb.cp/local.exp
10526 * gdb.cp/m-data.exp
10527 * gdb.cp/m-static.exp
10528 * gdb.cp/mb-ctor.exp
10529 * gdb.cp/mb-inline.exp
10530 * gdb.cp/mb-templates.exp
10531 * gdb.cp/member-name.exp
10532 * gdb.cp/member-ptr.exp
10533 * gdb.cp/meth-typedefs.exp
10534 * gdb.cp/method.exp
10535 * gdb.cp/method2.exp
10536 * gdb.cp/minsym-fallback.exp
10537 * gdb.cp/misc.exp
10538 * gdb.cp/namelessclass.exp
10539 * gdb.cp/namespace-enum.exp
10540 * gdb.cp/namespace-nested-import.exp
10541 * gdb.cp/namespace.exp
10542 * gdb.cp/nextoverthrow.exp
10543 * gdb.cp/no-dmgl-verbose.exp
10544 * gdb.cp/non-trivial-retval.exp
10545 * gdb.cp/noparam.exp
10546 * gdb.cp/nsdecl.exp
10547 * gdb.cp/nsimport.exp
10548 * gdb.cp/nsnested.exp
10549 * gdb.cp/nsnoimports.exp
10550 * gdb.cp/nsrecurs.exp
10551 * gdb.cp/nsstress.exp
10552 * gdb.cp/nsusing.exp
10553 * gdb.cp/operator.exp
10554 * gdb.cp/oranking.exp
10555 * gdb.cp/overload-const.exp
10556 * gdb.cp/overload.exp
10557 * gdb.cp/ovldbreak.exp
10558 * gdb.cp/ovsrch.exp
10559 * gdb.cp/paren-type.exp
10560 * gdb.cp/parse-lang.exp
10561 * gdb.cp/pass-by-ref.exp
10562 * gdb.cp/pr-1023.exp
10563 * gdb.cp/pr-1210.exp
10564 * gdb.cp/pr-574.exp
10565 * gdb.cp/pr10687.exp
10566 * gdb.cp/pr12028.exp
10567 * gdb.cp/pr17132.exp
10568 * gdb.cp/pr17494.exp
10569 * gdb.cp/pr9067.exp
10570 * gdb.cp/pr9167.exp
10571 * gdb.cp/pr9631.exp
10572 * gdb.cp/printmethod.exp
10573 * gdb.cp/psmang.exp
10574 * gdb.cp/psymtab-parameter.exp
10575 * gdb.cp/ptype-cv-cp.exp
10576 * gdb.cp/ptype-flags.exp
10577 * gdb.cp/re-set-overloaded.exp
10578 * gdb.cp/ref-types.exp
10579 * gdb.cp/rtti.exp
10580 * gdb.cp/scope-err.exp
10581 * gdb.cp/shadow.exp
10582 * gdb.cp/smartp.exp
10583 * gdb.cp/static-method.exp
10584 * gdb.cp/static-print-quit.exp
10585 * gdb.cp/temargs.exp
10586 * gdb.cp/templates.exp
10587 * gdb.cp/try_catch.exp
10588 * gdb.cp/typedef-operator.exp
10589 * gdb.cp/typeid.exp
10590 * gdb.cp/userdef.exp
10591 * gdb.cp/using-crash.exp
10592 * gdb.cp/var-tag.exp
10593 * gdb.cp/virtbase.exp
10594 * gdb.cp/virtfunc.exp
10595 * gdb.cp/virtfunc2.exp
10596 * gdb.cp/vla-cxx.exp
10597 * gdb.disasm/t01_mov.exp
10598 * gdb.disasm/t02_mova.exp
10599 * gdb.disasm/t03_add.exp
10600 * gdb.disasm/t04_sub.exp
10601 * gdb.disasm/t05_cmp.exp
10602 * gdb.disasm/t06_ari2.exp
10603 * gdb.disasm/t07_ari3.exp
10604 * gdb.disasm/t08_or.exp
10605 * gdb.disasm/t09_xor.exp
10606 * gdb.disasm/t10_and.exp
10607 * gdb.disasm/t11_logs.exp
10608 * gdb.disasm/t12_bit.exp
10609 * gdb.disasm/t13_otr.exp
10610 * gdb.dlang/circular.exp
10611 * gdb.dwarf2/arr-stride.exp
10612 * gdb.dwarf2/arr-subrange.exp
10613 * gdb.dwarf2/atomic-type.exp
10614 * gdb.dwarf2/bad-regnum.exp
10615 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10616 * gdb.dwarf2/callframecfa.exp
10617 * gdb.dwarf2/clztest.exp
10618 * gdb.dwarf2/corrupt.exp
10619 * gdb.dwarf2/data-loc.exp
10620 * gdb.dwarf2/dup-psym.exp
10621 * gdb.dwarf2/dw2-anon-mptr.exp
10622 * gdb.dwarf2/dw2-anonymous-func.exp
10623 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10624 * gdb.dwarf2/dw2-bad-unresolved.exp
10625 * gdb.dwarf2/dw2-basic.exp
10626 * gdb.dwarf2/dw2-canonicalize-type.exp
10627 * gdb.dwarf2/dw2-case-insensitive.exp
10628 * gdb.dwarf2/dw2-common-block.exp
10629 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10630 * gdb.dwarf2/dw2-compressed.exp
10631 * gdb.dwarf2/dw2-const.exp
10632 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10633 * gdb.dwarf2/dw2-cu-size.exp
10634 * gdb.dwarf2/dw2-dup-frame.exp
10635 * gdb.dwarf2/dw2-entry-value.exp
10636 * gdb.dwarf2/dw2-icycle.exp
10637 * gdb.dwarf2/dw2-ifort-parameter.exp
10638 * gdb.dwarf2/dw2-inline-break.exp
10639 * gdb.dwarf2/dw2-inline-param.exp
10640 * gdb.dwarf2/dw2-intercu.exp
10641 * gdb.dwarf2/dw2-intermix.exp
10642 * gdb.dwarf2/dw2-lexical-block-bare.exp
10643 * gdb.dwarf2/dw2-linkage-name-trust.exp
10644 * gdb.dwarf2/dw2-minsym-in-cu.exp
10645 * gdb.dwarf2/dw2-noloc.exp
10646 * gdb.dwarf2/dw2-op-call.exp
10647 * gdb.dwarf2/dw2-op-out-param.exp
10648 * gdb.dwarf2/dw2-opt-structptr.exp
10649 * gdb.dwarf2/dw2-param-error.exp
10650 * gdb.dwarf2/dw2-producer.exp
10651 * gdb.dwarf2/dw2-ranges-base.exp
10652 * gdb.dwarf2/dw2-ref-missing-frame.exp
10653 * gdb.dwarf2/dw2-reg-undefined.exp
10654 * gdb.dwarf2/dw2-regno-invalid.exp
10655 * gdb.dwarf2/dw2-restore.exp
10656 * gdb.dwarf2/dw2-restrict.exp
10657 * gdb.dwarf2/dw2-single-line-discriminators.exp
10658 * gdb.dwarf2/dw2-strp.exp
10659 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10660 * gdb.dwarf2/dw2-unresolved.exp
10661 * gdb.dwarf2/dw2-var-zero-addr.exp
10662 * gdb.dwarf2/dw4-sig-types.exp
10663 * gdb.dwarf2/dwz.exp
10664 * gdb.dwarf2/dynarr-ptr.exp
10665 * gdb.dwarf2/enum-type.exp
10666 * gdb.dwarf2/gdb-index.exp
10667 * gdb.dwarf2/implptr-64bit.exp
10668 * gdb.dwarf2/implptr-optimized-out.exp
10669 * gdb.dwarf2/implptr.exp
10670 * gdb.dwarf2/implref-array.exp
10671 * gdb.dwarf2/implref-const.exp
10672 * gdb.dwarf2/implref-global.exp
10673 * gdb.dwarf2/implref-struct.exp
10674 * gdb.dwarf2/mac-fileno.exp
10675 * gdb.dwarf2/main-subprogram.exp
10676 * gdb.dwarf2/member-ptr-forwardref.exp
10677 * gdb.dwarf2/method-ptr.exp
10678 * gdb.dwarf2/missing-sig-type.exp
10679 * gdb.dwarf2/nonvar-access.exp
10680 * gdb.dwarf2/opaque-type-lookup.exp
10681 * gdb.dwarf2/pieces-optimized-out.exp
10682 * gdb.dwarf2/pieces.exp
10683 * gdb.dwarf2/pr10770.exp
10684 * gdb.dwarf2/pr13961.exp
10685 * gdb.dwarf2/staticvirtual.exp
10686 * gdb.dwarf2/subrange.exp
10687 * gdb.dwarf2/symtab-producer.exp
10688 * gdb.dwarf2/trace-crash.exp
10689 * gdb.dwarf2/typeddwarf.exp
10690 * gdb.dwarf2/valop.exp
10691 * gdb.dwarf2/watch-notconst.exp
10692 * gdb.fortran/array-element.exp
10693 * gdb.fortran/charset.exp
10694 * gdb.fortran/common-block.exp
10695 * gdb.fortran/complex.exp
10696 * gdb.fortran/derived-type-function.exp
10697 * gdb.fortran/derived-type.exp
10698 * gdb.fortran/logical.exp
10699 * gdb.fortran/module.exp
10700 * gdb.fortran/multi-dim.exp
10701 * gdb.fortran/nested-funcs.exp
10702 * gdb.fortran/print-formatted.exp
10703 * gdb.fortran/subarray.exp
10704 * gdb.fortran/vla-alloc-assoc.exp
10705 * gdb.fortran/vla-datatypes.exp
10706 * gdb.fortran/vla-history.exp
10707 * gdb.fortran/vla-ptr-info.exp
10708 * gdb.fortran/vla-ptype-sub.exp
10709 * gdb.fortran/vla-ptype.exp
10710 * gdb.fortran/vla-sizeof.exp
10711 * gdb.fortran/vla-type.exp
10712 * gdb.fortran/vla-value-sub-arbitrary.exp
10713 * gdb.fortran/vla-value-sub-finish.exp
10714 * gdb.fortran/vla-value-sub.exp
10715 * gdb.fortran/vla-value.exp
10716 * gdb.fortran/whatis_type.exp
10717 * gdb.go/chan.exp
10718 * gdb.go/handcall.exp
10719 * gdb.go/hello.exp
10720 * gdb.go/integers.exp
10721 * gdb.go/methods.exp
10722 * gdb.go/package.exp
10723 * gdb.go/strings.exp
10724 * gdb.go/types.exp
10725 * gdb.go/unsafe.exp
10726 * gdb.guile/scm-arch.exp
10727 * gdb.guile/scm-block.exp
10728 * gdb.guile/scm-breakpoint.exp
10729 * gdb.guile/scm-cmd.exp
10730 * gdb.guile/scm-disasm.exp
10731 * gdb.guile/scm-equal.exp
10732 * gdb.guile/scm-frame-args.exp
10733 * gdb.guile/scm-frame-inline.exp
10734 * gdb.guile/scm-frame.exp
10735 * gdb.guile/scm-iterator.exp
10736 * gdb.guile/scm-math.exp
10737 * gdb.guile/scm-objfile.exp
10738 * gdb.guile/scm-ports.exp
10739 * gdb.guile/scm-symbol.exp
10740 * gdb.guile/scm-symtab.exp
10741 * gdb.guile/scm-value-cc.exp
10742 * gdb.guile/types-module.exp
10743 * gdb.linespec/break-ask.exp
10744 * gdb.linespec/cpexplicit.exp
10745 * gdb.linespec/explicit.exp
10746 * gdb.linespec/keywords.exp
10747 * gdb.linespec/linespec.exp
10748 * gdb.linespec/ls-dollar.exp
10749 * gdb.linespec/ls-errs.exp
10750 * gdb.linespec/skip-two.exp
10751 * gdb.linespec/thread.exp
10752 * gdb.mi/mi-async.exp
10753 * gdb.mi/mi-basics.exp
10754 * gdb.mi/mi-break.exp
10755 * gdb.mi/mi-catch-load.exp
10756 * gdb.mi/mi-cli.exp
10757 * gdb.mi/mi-cmd-param-changed.exp
10758 * gdb.mi/mi-console.exp
10759 * gdb.mi/mi-detach.exp
10760 * gdb.mi/mi-disassemble.exp
10761 * gdb.mi/mi-eval.exp
10762 * gdb.mi/mi-file-transfer.exp
10763 * gdb.mi/mi-file.exp
10764 * gdb.mi/mi-fill-memory.exp
10765 * gdb.mi/mi-inheritance-syntax-error.exp
10766 * gdb.mi/mi-linespec-err-cp.exp
10767 * gdb.mi/mi-logging.exp
10768 * gdb.mi/mi-memory-changed.exp
10769 * gdb.mi/mi-read-memory.exp
10770 * gdb.mi/mi-record-changed.exp
10771 * gdb.mi/mi-reg-undefined.exp
10772 * gdb.mi/mi-regs.exp
10773 * gdb.mi/mi-return.exp
10774 * gdb.mi/mi-reverse.exp
10775 * gdb.mi/mi-simplerun.exp
10776 * gdb.mi/mi-solib.exp
10777 * gdb.mi/mi-stack.exp
10778 * gdb.mi/mi-stepi.exp
10779 * gdb.mi/mi-syn-frame.exp
10780 * gdb.mi/mi-until.exp
10781 * gdb.mi/mi-var-block.exp
10782 * gdb.mi/mi-var-child.exp
10783 * gdb.mi/mi-var-cmd.exp
10784 * gdb.mi/mi-var-cp.exp
10785 * gdb.mi/mi-var-display.exp
10786 * gdb.mi/mi-var-invalidate.exp
10787 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10788 * gdb.mi/mi-vla-fortran.exp
10789 * gdb.mi/mi-watch.exp
10790 * gdb.mi/mi2-var-child.exp
10791 * gdb.mi/user-selected-context-sync.exp
10792 * gdb.modula2/unbounded-array.exp
10793 * gdb.multi/dummy-frame-restore.exp
10794 * gdb.multi/multi-arch-exec.exp
10795 * gdb.multi/multi-arch.exp
10796 * gdb.multi/tids.exp
10797 * gdb.multi/watchpoint-multi.exp
10798 * gdb.opencl/callfuncs.exp
10799 * gdb.opencl/convs_casts.exp
10800 * gdb.opencl/datatypes.exp
10801 * gdb.opencl/operators.exp
10802 * gdb.opencl/vec_comps.exp
10803 * gdb.opt/clobbered-registers-O2.exp
10804 * gdb.opt/inline-break.exp
10805 * gdb.opt/inline-bt.exp
10806 * gdb.opt/inline-cmds.exp
10807 * gdb.opt/inline-locals.exp
10808 * gdb.pascal/case-insensitive-symbols.exp
10809 * gdb.pascal/floats.exp
10810 * gdb.pascal/gdb11492.exp
10811 * gdb.python/lib-types.exp
10812 * gdb.python/py-arch.exp
10813 * gdb.python/py-as-string.exp
10814 * gdb.python/py-bad-printers.exp
10815 * gdb.python/py-block.exp
10816 * gdb.python/py-breakpoint-create-fail.exp
10817 * gdb.python/py-breakpoint.exp
10818 * gdb.python/py-caller-is.exp
10819 * gdb.python/py-cmd.exp
10820 * gdb.python/py-explore-cc.exp
10821 * gdb.python/py-explore.exp
10822 * gdb.python/py-finish-breakpoint.exp
10823 * gdb.python/py-finish-breakpoint2.exp
10824 * gdb.python/py-frame-args.exp
10825 * gdb.python/py-frame-inline.exp
10826 * gdb.python/py-frame.exp
10827 * gdb.python/py-framefilter-mi.exp
10828 * gdb.python/py-infthread.exp
10829 * gdb.python/py-lazy-string.exp
10830 * gdb.python/py-linetable.exp
10831 * gdb.python/py-mi-events.exp
10832 * gdb.python/py-mi-objfile.exp
10833 * gdb.python/py-mi.exp
10834 * gdb.python/py-objfile.exp
10835 * gdb.python/py-pp-integral.exp
10836 * gdb.python/py-pp-maint.exp
10837 * gdb.python/py-pp-re-notag.exp
10838 * gdb.python/py-pp-registration.exp
10839 * gdb.python/py-recurse-unwind.exp
10840 * gdb.python/py-strfns.exp
10841 * gdb.python/py-symbol.exp
10842 * gdb.python/py-symtab.exp
10843 * gdb.python/py-sync-interp.exp
10844 * gdb.python/py-typeprint.exp
10845 * gdb.python/py-unwind-maint.exp
10846 * gdb.python/py-unwind.exp
10847 * gdb.python/py-value-cc.exp
10848 * gdb.python/py-xmethods.exp
10849 * gdb.reverse/amd64-tailcall-reverse.exp
10850 * gdb.reverse/break-precsave.exp
10851 * gdb.reverse/break-reverse.exp
10852 * gdb.reverse/consecutive-precsave.exp
10853 * gdb.reverse/consecutive-reverse.exp
10854 * gdb.reverse/finish-precsave.exp
10855 * gdb.reverse/finish-reverse-bkpt.exp
10856 * gdb.reverse/finish-reverse.exp
10857 * gdb.reverse/fstatat-reverse.exp
10858 * gdb.reverse/getresuid-reverse.exp
10859 * gdb.reverse/i386-precsave.exp
10860 * gdb.reverse/i386-reverse.exp
10861 * gdb.reverse/i386-sse-reverse.exp
10862 * gdb.reverse/i387-env-reverse.exp
10863 * gdb.reverse/i387-stack-reverse.exp
10864 * gdb.reverse/insn-reverse.exp
10865 * gdb.reverse/machinestate-precsave.exp
10866 * gdb.reverse/machinestate.exp
10867 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10868 * gdb.reverse/pipe-reverse.exp
10869 * gdb.reverse/readv-reverse.exp
10870 * gdb.reverse/recvmsg-reverse.exp
10871 * gdb.reverse/rerun-prec.exp
10872 * gdb.reverse/s390-mvcle.exp
10873 * gdb.reverse/step-precsave.exp
10874 * gdb.reverse/step-reverse.exp
10875 * gdb.reverse/time-reverse.exp
10876 * gdb.reverse/until-precsave.exp
10877 * gdb.reverse/until-reverse.exp
10878 * gdb.reverse/waitpid-reverse.exp
10879 * gdb.reverse/watch-precsave.exp
10880 * gdb.reverse/watch-reverse.exp
10881 * gdb.rust/generics.exp
10882 * gdb.rust/methods.exp
10883 * gdb.rust/modules.exp
10884 * gdb.rust/simple.exp
10885 * gdb.server/connect-with-no-symbol-file.exp
10886 * gdb.server/ext-attach.exp
10887 * gdb.server/ext-restart.exp
10888 * gdb.server/ext-wrapper.exp
10889 * gdb.server/file-transfer.exp
10890 * gdb.server/server-exec-info.exp
10891 * gdb.server/server-kill.exp
10892 * gdb.server/server-mon.exp
10893 * gdb.server/wrapper.exp
10894 * gdb.stabs/exclfwd.exp
10895 * gdb.stabs/gdb11479.exp
10896 * gdb.threads/clone-new-thread-event.exp
10897 * gdb.threads/corethreads.exp
10898 * gdb.threads/current-lwp-dead.exp
10899 * gdb.threads/dlopen-libpthread.exp
10900 * gdb.threads/gcore-thread.exp
10901 * gdb.threads/sigstep-threads.exp
10902 * gdb.threads/watchpoint-fork.exp
10903 * gdb.trace/actions-changed.exp
10904 * gdb.trace/backtrace.exp
10905 * gdb.trace/change-loc.exp
10906 * gdb.trace/circ.exp
10907 * gdb.trace/collection.exp
10908 * gdb.trace/disconnected-tracing.exp
10909 * gdb.trace/ftrace.exp
10910 * gdb.trace/mi-trace-frame-collected.exp
10911 * gdb.trace/mi-trace-unavailable.exp
10912 * gdb.trace/mi-traceframe-changed.exp
10913 * gdb.trace/mi-tsv-changed.exp
10914 * gdb.trace/no-attach-trace.exp
10915 * gdb.trace/passc-dyn.exp
10916 * gdb.trace/qtro.exp
10917 * gdb.trace/range-stepping.exp
10918 * gdb.trace/read-memory.exp
10919 * gdb.trace/save-trace.exp
10920 * gdb.trace/signal.exp
10921 * gdb.trace/status-stop.exp
10922 * gdb.trace/tfile.exp
10923 * gdb.trace/trace-break.exp
10924 * gdb.trace/trace-buffer-size.exp
10925 * gdb.trace/trace-condition.exp
10926 * gdb.trace/tracefile-pseudo-reg.exp
10927 * gdb.trace/tstatus.exp
10928 * gdb.trace/unavailable.exp
10929 * gdb.trace/while-dyn.exp
10930 * gdb.trace/while-stepping.exp
10931
10932 2016-12-22 Doug Evans <xdje42@gmail.com>
10933
10934 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10935 and msymbols.
10936
10937 2016-12-19 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10940 (test_with_self): Don't call do_steps_and_nexts, and remove
10941 code about stepping into xmalloc.
10942
10943 2016-12-09 Yao Qi <yao.qi@linaro.org>
10944
10945 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10946
10947 2016-12-09 Yao Qi <yao.qi@linaro.org>
10948
10949 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10950
10951 2016-12-09 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/all-architectures-0.exp: New file.
10954 * gdb.base/all-architectures-1.exp: New file.
10955 * gdb.base/all-architectures-2.exp: New file.
10956 * gdb.base/all-architectures-3.exp: New file.
10957 * gdb.base/all-architectures-4.exp: New file.
10958 * gdb.base/all-architectures-5.exp: New file.
10959 * gdb.base/all-architectures-6.exp: New file.
10960 * gdb.base/all-architectures-7.exp: New file.
10961 * gdb.base/all-architectures.exp.in: New file.
10962
10963 2016-12-09 Yao Qi <yao.qi@linaro.org>
10964
10965 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10966
10967 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10968
10969 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10970 possible.
10971 Remove useless pattern-matching code.
10972
10973 2016-12-02 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10976 procedure.
10977 (top level): Call it.
10978
10979 2016-12-02 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10982 New procedure.
10983 (top level): Call it.
10984
10985 2016-12-02 Pedro Alves <palves@redhat.com>
10986
10987 PR cli/20559
10988 * gdb.base/commands.exp (user_defined_command_args_eval): New
10989 procedure.
10990 (top level): Call it.
10991
10992 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10993
10994 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10995 timeout handling.
10996
10997 2016-12-02 Tom Tromey <tom@tromey.com>
10998
10999 * gdb.dwarf2/main-subprogram.c: New file.
11000 * gdb.dwarf2/main-subprogram.exp: New file.
11001
11002 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11003
11004 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11005 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11006 gdb_test_no_output for a couple of cases.
11007 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11008
11009 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11010
11011 Fix test names and standardize compilation error messages throughout
11012 the following files:
11013
11014 * gdb.ada/start.exp
11015 * gdb.arch/alpha-step.exp
11016 * gdb.arch/e500-prologue.exp
11017 * gdb.arch/ftrace-insn-reloc.exp
11018 * gdb.arch/gdb1291.exp
11019 * gdb.arch/gdb1431.exp
11020 * gdb.arch/gdb1558.exp
11021 * gdb.arch/i386-dr3-watch.exp
11022 * gdb.arch/i386-sse-stack-align.exp
11023 * gdb.arch/ia64-breakpoint-shadow.exp
11024 * gdb.arch/pa-nullify.exp
11025 * gdb.arch/powerpc-aix-prologue.exp
11026 * gdb.arch/thumb-bx-pc.exp
11027 * gdb.base/annota1.exp
11028 * gdb.base/annota3.exp
11029 * gdb.base/arrayidx.exp
11030 * gdb.base/assign.exp
11031 * gdb.base/attach.exp
11032 * gdb.base/auxv.exp
11033 * gdb.base/bang.exp
11034 * gdb.base/bfp-test.exp
11035 * gdb.base/bigcore.exp
11036 * gdb.base/bitfields2.exp
11037 * gdb.base/break-fun-addr.exp
11038 * gdb.base/break-probes.exp
11039 * gdb.base/call-rt-st.exp
11040 * gdb.base/callexit.exp
11041 * gdb.base/catch-fork-kill.exp
11042 * gdb.base/charset.exp
11043 * gdb.base/checkpoint.exp
11044 * gdb.base/comprdebug.exp
11045 * gdb.base/constvars.exp
11046 * gdb.base/coredump-filter.exp
11047 * gdb.base/cursal.exp
11048 * gdb.base/cvexpr.exp
11049 * gdb.base/detach.exp
11050 * gdb.base/display.exp
11051 * gdb.base/dmsym.exp
11052 * gdb.base/dprintf-pending.exp
11053 * gdb.base/dso2dso.exp
11054 * gdb.base/dtrace-probe.exp
11055 * gdb.base/dump.exp
11056 * gdb.base/enum_cond.exp
11057 * gdb.base/exe-lock.exp
11058 * gdb.base/exec-invalid-sysroot.exp
11059 * gdb.base/execl-update-breakpoints.exp
11060 * gdb.base/exprs.exp
11061 * gdb.base/fileio.exp
11062 * gdb.base/find.exp
11063 * gdb.base/finish.exp
11064 * gdb.base/fixsection.exp
11065 * gdb.base/foll-vfork.exp
11066 * gdb.base/frame-args.exp
11067 * gdb.base/gcore.exp
11068 * gdb.base/gdb1250.exp
11069 * gdb.base/global-var-nested-by-dso.exp
11070 * gdb.base/gnu-ifunc.exp
11071 * gdb.base/hashline1.exp
11072 * gdb.base/hashline2.exp
11073 * gdb.base/hashline3.exp
11074 * gdb.base/hbreak-in-shr-unsupported.exp
11075 * gdb.base/huge.exp
11076 * gdb.base/infcall-input.exp
11077 * gdb.base/info-fun.exp
11078 * gdb.base/info-shared.exp
11079 * gdb.base/jit-simple.exp
11080 * gdb.base/jit-so.exp
11081 * gdb.base/jit.exp
11082 * gdb.base/jump.exp
11083 * gdb.base/label.exp
11084 * gdb.base/lineinc.exp
11085 * gdb.base/logical.exp
11086 * gdb.base/longjmp.exp
11087 * gdb.base/macscp.exp
11088 * gdb.base/miscexprs.exp
11089 * gdb.base/new-ui-echo.exp
11090 * gdb.base/new-ui-pending-input.exp
11091 * gdb.base/new-ui.exp
11092 * gdb.base/nodebug.exp
11093 * gdb.base/nofield.exp
11094 * gdb.base/offsets.exp
11095 * gdb.base/overlays.exp
11096 * gdb.base/pending.exp
11097 * gdb.base/pointers.exp
11098 * gdb.base/pr11022.exp
11099 * gdb.base/printcmds.exp
11100 * gdb.base/prologue.exp
11101 * gdb.base/ptr-typedef.exp
11102 * gdb.base/realname-expand.exp
11103 * gdb.base/relativedebug.exp
11104 * gdb.base/relocate.exp
11105 * gdb.base/remote.exp
11106 * gdb.base/reread.exp
11107 * gdb.base/return2.exp
11108 * gdb.base/savedregs.exp
11109 * gdb.base/sep.exp
11110 * gdb.base/sepdebug.exp
11111 * gdb.base/sepsymtab.exp
11112 * gdb.base/set-inferior-tty.exp
11113 * gdb.base/setshow.exp
11114 * gdb.base/shlib-call.exp
11115 * gdb.base/sigaltstack.exp
11116 * gdb.base/siginfo-addr.exp
11117 * gdb.base/signals.exp
11118 * gdb.base/signull.exp
11119 * gdb.base/sigrepeat.exp
11120 * gdb.base/so-impl-ld.exp
11121 * gdb.base/solib-display.exp
11122 * gdb.base/solib-overlap.exp
11123 * gdb.base/solib-search.exp
11124 * gdb.base/solib-symbol.exp
11125 * gdb.base/structs.exp
11126 * gdb.base/structs2.exp
11127 * gdb.base/symtab-search-order.exp
11128 * gdb.base/twice.exp
11129 * gdb.base/unload.exp
11130 * gdb.base/varargs.exp
11131 * gdb.base/watchpoint-solib.exp
11132 * gdb.base/watchpoint.exp
11133 * gdb.base/whatis.exp
11134 * gdb.base/wrong_frame_bt_full.exp
11135 * gdb.btrace/dlopen.exp
11136 * gdb.cell/ea-standalone.exp
11137 * gdb.cell/ea-test.exp
11138 * gdb.cp/dispcxx.exp
11139 * gdb.cp/gdb2384.exp
11140 * gdb.cp/method2.exp
11141 * gdb.cp/nextoverthrow.exp
11142 * gdb.cp/pr10728.exp
11143 * gdb.disasm/am33.exp
11144 * gdb.disasm/h8300s.exp
11145 * gdb.disasm/mn10300.exp
11146 * gdb.disasm/sh3.exp
11147 * gdb.dwarf2/dw2-dir-file-name.exp
11148 * gdb.fortran/complex.exp
11149 * gdb.fortran/library-module.exp
11150 * gdb.guile/scm-pretty-print.exp
11151 * gdb.guile/scm-symbol.exp
11152 * gdb.guile/scm-type.exp
11153 * gdb.guile/scm-value.exp
11154 * gdb.linespec/linespec.exp
11155 * gdb.mi/gdb701.exp
11156 * gdb.mi/gdb792.exp
11157 * gdb.mi/mi-breakpoint-changed.exp
11158 * gdb.mi/mi-dprintf-pending.exp
11159 * gdb.mi/mi-dprintf.exp
11160 * gdb.mi/mi-exit-code.exp
11161 * gdb.mi/mi-pending.exp
11162 * gdb.mi/mi-solib.exp
11163 * gdb.mi/new-ui-mi-sync.exp
11164 * gdb.mi/pr11022.exp
11165 * gdb.mi/user-selected-context-sync.exp
11166 * gdb.opt/solib-intra-step.exp
11167 * gdb.python/py-events.exp
11168 * gdb.python/py-finish-breakpoint.exp
11169 * gdb.python/py-mi.exp
11170 * gdb.python/py-prettyprint.exp
11171 * gdb.python/py-shared.exp
11172 * gdb.python/py-symbol.exp
11173 * gdb.python/py-template.exp
11174 * gdb.python/py-type.exp
11175 * gdb.python/py-value.exp
11176 * gdb.reverse/solib-precsave.exp
11177 * gdb.reverse/solib-reverse.exp
11178 * gdb.server/solib-list.exp
11179 * gdb.stabs/weird.exp
11180 * gdb.threads/reconnect-signal.exp
11181 * gdb.threads/stepi-random-signal.exp
11182 * gdb.trace/actions.exp
11183 * gdb.trace/ax.exp
11184 * gdb.trace/backtrace.exp
11185 * gdb.trace/change-loc.exp
11186 * gdb.trace/deltrace.exp
11187 * gdb.trace/ftrace-lock.exp
11188 * gdb.trace/ftrace.exp
11189 * gdb.trace/infotrace.exp
11190 * gdb.trace/mi-tracepoint-changed.exp
11191 * gdb.trace/packetlen.exp
11192 * gdb.trace/passcount.exp
11193 * gdb.trace/pending.exp
11194 * gdb.trace/range-stepping.exp
11195 * gdb.trace/report.exp
11196 * gdb.trace/stap-trace.exp
11197 * gdb.trace/tfind.exp
11198 * gdb.trace/trace-break.exp
11199 * gdb.trace/trace-condition.exp
11200 * gdb.trace/trace-enable-disable.exp
11201 * gdb.trace/trace-mt.exp
11202 * gdb.trace/tracecmd.exp
11203 * gdb.trace/tspeed.exp
11204 * gdb.trace/tsv.exp
11205 * lib/perftest.exp
11206
11207 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11208
11209 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11210 with gdb_test_no_output.
11211 Use command as test name.
11212
11213 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11214
11215 Fix test names starting with uppercase throughout the files.
11216
11217 * gdb.ada/assign_1.exp
11218 * gdb.ada/boolean_expr.exp
11219 * gdb.base/arrayidx.exp
11220 * gdb.base/del.exp
11221 * gdb.base/gcore-buffer-overflow.exp
11222 * gdb.base/testenv.exp
11223 * gdb.compile/compile.exp
11224 * gdb.python/py-framefilter-invalidarg.exp
11225 * gdb.python/py-framefilter.exp
11226
11227 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11228
11229 Fix test names starting with uppercase throughout the files.
11230
11231 * gdb.ada/array_return.exp
11232 * gdb.ada/expr_delims.exp
11233 * gdb.ada/mi_dyn_arr.exp
11234 * gdb.ada/mi_interface.exp
11235 * gdb.ada/mi_var_array.exp
11236 * gdb.ada/watch_arg.exp
11237 * gdb.arch/alpha-step.exp
11238 * gdb.arch/altivec-regs.exp
11239 * gdb.arch/e500-regs.exp
11240 * gdb.arch/powerpc-d128-regs.exp
11241 * gdb.base/arrayidx.exp
11242 * gdb.base/break.exp
11243 * gdb.base/checkpoint.exp
11244 * gdb.base/debug-expr.exp
11245 * gdb.base/dmsym.exp
11246 * gdb.base/radix.exp
11247 * gdb.base/sepdebug.exp
11248 * gdb.base/testenv.exp
11249 * gdb.base/watch_thread_num.exp
11250 * gdb.base/watchpoint-cond-gone.exp
11251 * gdb.cell/break.exp
11252 * gdb.cell/ea-cache.exp
11253 * gdb.compile/compile.exp
11254 * gdb.cp/gdb2495.exp
11255 * gdb.gdb/selftest.exp
11256 * gdb.gdb/xfullpath.exp
11257 * gdb.go/hello.exp
11258 * gdb.go/integers.exp
11259 * gdb.objc/basicclass.exp
11260 * gdb.pascal/hello.exp
11261 * gdb.pascal/integers.exp
11262 * gdb.python/py-breakpoint.exp
11263 * gdb.python/py-cmd.exp
11264 * gdb.python/py-linetable.exp
11265 * gdb.python/py-xmethods.exp
11266 * gdb.python/python.exp
11267 * gdb.reverse/consecutive-precsave.exp
11268 * gdb.reverse/finish-precsave.exp
11269 * gdb.reverse/i386-precsave.exp
11270 * gdb.reverse/machinestate-precsave.exp
11271 * gdb.reverse/sigall-precsave.exp
11272 * gdb.reverse/solib-precsave.exp
11273 * gdb.reverse/step-precsave.exp
11274 * gdb.reverse/until-precsave.exp
11275 * gdb.reverse/watch-precsave.exp
11276 * gdb.threads/leader-exit.exp
11277 * gdb.threads/pthreads.exp
11278 * gdb.threads/wp-replication.exp
11279 * gdb.trace/actions.exp
11280 * gdb.trace/mi-tsv-changed.exp
11281 * gdb.trace/tsv.exp
11282
11283 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11284
11285 Fix test names starting with uppercase throughout the files.
11286
11287 * gdb.arch/i386-bp_permanent.exp
11288 * gdb.arch/i386-gnu-cfi.exp
11289 * gdb.base/disasm-end-cu.exp
11290 * gdb.base/macscp.exp
11291 * gdb.base/pending.exp
11292 * gdb.base/watch_thread_num.exp
11293 * gdb.cp/exception.exp
11294 * gdb.cp/gdb2495.exp
11295 * gdb.cp/local.exp
11296 * gdb.python/py-evsignal.exp
11297 * gdb.python/python.exp
11298 * gdb.trace/tracecmd.exp
11299
11300 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11301
11302 Fix test names starting with uppercase throughout the files.
11303
11304 * gdb.base/charset.exp
11305 * gdb.base/eval.exp
11306 * gdb.base/multi-forks.exp
11307 * gdb.guile/scm-progspace.exp
11308 * gdb.opencl/datatypes.exp
11309 * gdb.python/py-block.exp
11310 * gdb.python/py-function.exp
11311 * gdb.python/py-symbol.exp
11312 * gdb.python/py-symtab.exp
11313 * gdb.python/py-xmethods.exp
11314 * gdb.reverse/break-precsave.exp
11315 * gdb.reverse/break-reverse.exp
11316 * gdb.reverse/consecutive-precsave.exp
11317 * gdb.reverse/consecutive-reverse.exp
11318 * gdb.reverse/finish-precsave.exp
11319 * gdb.reverse/finish-reverse-bkpt.exp
11320 * gdb.reverse/finish-reverse.exp
11321 * gdb.reverse/fstatat-reverse.exp
11322 * gdb.reverse/getresuid-reverse.exp
11323 * gdb.reverse/i386-precsave.exp
11324 * gdb.reverse/i386-reverse.exp
11325 * gdb.reverse/i386-sse-reverse.exp
11326 * gdb.reverse/i387-stack-reverse.exp
11327 * gdb.reverse/insn-reverse.exp
11328 * gdb.reverse/machinestate-precsave.exp
11329 * gdb.reverse/machinestate.exp
11330 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11331 * gdb.reverse/pipe-reverse.exp
11332 * gdb.reverse/readv-reverse.exp
11333 * gdb.reverse/recvmsg-reverse.exp
11334 * gdb.reverse/rerun-prec.exp
11335 * gdb.reverse/s390-mvcle.exp
11336 * gdb.reverse/sigall-precsave.exp
11337 * gdb.reverse/sigall-reverse.exp
11338 * gdb.reverse/solib-precsave.exp
11339 * gdb.reverse/solib-reverse.exp
11340 * gdb.reverse/step-precsave.exp
11341 * gdb.reverse/step-reverse.exp
11342 * gdb.reverse/time-reverse.exp
11343 * gdb.reverse/until-precsave.exp
11344 * gdb.reverse/until-reverse.exp
11345 * gdb.reverse/waitpid-reverse.exp
11346 * gdb.reverse/watch-precsave.exp
11347 * gdb.reverse/watch-reverse.exp
11348
11349 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11350
11351 Fix test names starting with uppercase throughout the files.
11352
11353 * gdb.arch/i386-mpx-simple_segv.exp
11354 * gdb.arch/i386-mpx.exp
11355 * gdb.arch/i386-permbkpt.exp
11356 * gdb.arch/pa-nullify.exp
11357 * gdb.arch/powerpc-d128-regs.exp
11358 * gdb.arch/vsx-regs.exp
11359 * gdb.base/bfp-test.exp
11360 * gdb.base/break.exp
11361 * gdb.base/breakpoint-shadow.exp
11362 * gdb.base/callfuncs.exp
11363 * gdb.base/charset.exp
11364 * gdb.base/commands.exp
11365 * gdb.base/completion.exp
11366 * gdb.base/dfp-test.exp
11367 * gdb.base/echo.exp
11368 * gdb.base/ending-run.exp
11369 * gdb.base/eval.exp
11370 * gdb.base/expand-psymtabs.exp
11371 * gdb.base/float128.exp
11372 * gdb.base/floatn.exp
11373 * gdb.base/foll-exec-mode.exp
11374 * gdb.base/gdb1056.exp
11375 * gdb.base/gdb11531.exp
11376 * gdb.base/kill-after-signal.exp
11377 * gdb.base/multi-forks.exp
11378 * gdb.base/overlays.exp
11379 * gdb.base/pending.exp
11380 * gdb.base/sepdebug.exp
11381 * gdb.base/testenv.exp
11382 * gdb.base/valgrind-db-attach.exp
11383 * gdb.base/watch_thread_num.exp
11384 * gdb.base/watchpoint-cond-gone.exp
11385 * gdb.base/watchpoint.exp
11386 * gdb.base/watchpoints.exp
11387 * gdb.cp/arg-reference.exp
11388 * gdb.cp/baseenum.exp
11389 * gdb.cp/operator.exp
11390 * gdb.cp/shadow.exp
11391 * gdb.dwarf2/dw2-op-out-param.exp
11392 * gdb.dwarf2/dw2-reg-undefined.exp
11393 * gdb.go/chan.exp
11394 * gdb.go/hello.exp
11395 * gdb.go/integers.exp
11396 * gdb.go/methods.exp
11397 * gdb.go/package.exp
11398 * gdb.guile/scm-parameter.exp
11399 * gdb.guile/scm-progspace.exp
11400 * gdb.guile/scm-value.exp
11401 * gdb.mi/mi-pending.exp
11402 * gdb.mi/user-selected-context-sync.exp
11403 * gdb.multi/multi-attach.exp
11404 * gdb.multi/tids.exp
11405 * gdb.opt/clobbered-registers-O2.exp
11406 * gdb.pascal/floats.exp
11407 * gdb.pascal/integers.exp
11408 * gdb.python/py-block.exp
11409 * gdb.python/py-events.exp
11410 * gdb.python/py-parameter.exp
11411 * gdb.python/py-symbol.exp
11412 * gdb.python/py-symtab.exp
11413 * gdb.python/py-type.exp
11414 * gdb.python/py-value.exp
11415 * gdb.python/py-xmethods.exp
11416 * gdb.python/python.exp
11417 * gdb.reverse/break-precsave.exp
11418 * gdb.reverse/consecutive-precsave.exp
11419 * gdb.reverse/finish-precsave.exp
11420 * gdb.reverse/i386-precsave.exp
11421 * gdb.reverse/machinestate-precsave.exp
11422 * gdb.reverse/sigall-precsave.exp
11423 * gdb.reverse/solib-precsave.exp
11424 * gdb.reverse/step-precsave.exp
11425 * gdb.reverse/until-precsave.exp
11426 * gdb.reverse/watch-precsave.exp
11427 * gdb.server/ext-attach.exp
11428 * gdb.server/ext-restart.exp
11429 * gdb.server/ext-run.exp
11430 * gdb.server/ext-wrapper.exp
11431 * gdb.stabs/gdb11479.exp
11432 * gdb.stabs/weird.exp
11433 * gdb.threads/attach-many-short-lived-threads.exp
11434 * gdb.threads/kill.exp
11435 * gdb.threads/watchpoint-fork.exp
11436
11437 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11438
11439 Fix test names starting with uppercase throughout all the files below.
11440
11441 * gdb.ada/array_return.exp
11442 * gdb.ada/catch_ex.exp
11443 * gdb.ada/info_exc.exp
11444 * gdb.ada/mi_catch_ex.exp
11445 * gdb.ada/mi_dyn_arr.exp
11446 * gdb.ada/mi_ex_cond.exp
11447 * gdb.ada/mi_exc_info.exp
11448 * gdb.ada/mi_interface.exp
11449 * gdb.ada/mi_task_arg.exp
11450 * gdb.ada/mi_task_info.exp
11451 * gdb.ada/mi_var_array.exp
11452 * gdb.arch/alpha-step.exp
11453 * gdb.arch/amd64-disp-step.exp
11454 * gdb.arch/arm-disp-step.exp
11455 * gdb.arch/disp-step-insn-reloc.exp
11456 * gdb.arch/e500-prologue.exp
11457 * gdb.arch/ftrace-insn-reloc.exp
11458 * gdb.arch/gdb1558.exp
11459 * gdb.arch/i386-bp_permanent.exp
11460 * gdb.arch/i386-disp-step.exp
11461 * gdb.arch/i386-float.exp
11462 * gdb.arch/i386-gnu-cfi.exp
11463 * gdb.arch/ia64-breakpoint-shadow.exp
11464 * gdb.arch/mips16-thunks.exp
11465 * gdb.arch/pa-nullify.exp
11466 * gdb.arch/powerpc-aix-prologue.exp
11467 * gdb.arch/powerpc-power.exp
11468 * gdb.arch/ppc-dfp.exp
11469 * gdb.arch/s390-tdbregs.exp
11470 * gdb.arch/spu-info.exp
11471 * gdb.arch/spu-ls.exp
11472 * gdb.arch/thumb-bx-pc.exp
11473 * gdb.base/advance.exp
11474 * gdb.base/annota-input-while-running.exp
11475 * gdb.base/arrayidx.exp
11476 * gdb.base/asmlabel.exp
11477 * gdb.base/async.exp
11478 * gdb.base/attach-wait-input.exp
11479 * gdb.base/auto-connect-native-target.exp
11480 * gdb.base/batch-preserve-term-settings.exp
11481 * gdb.base/bfp-test.exp
11482 * gdb.base/bigcore.exp
11483 * gdb.base/bp-permanent.exp
11484 * gdb.base/break-always.exp
11485 * gdb.base/break-fun-addr.exp
11486 * gdb.base/break-idempotent.exp
11487 * gdb.base/break-main-file-remove-fail.exp
11488 * gdb.base/break-probes.exp
11489 * gdb.base/break-unload-file.exp
11490 * gdb.base/break.exp
11491 * gdb.base/call-ar-st.exp
11492 * gdb.base/call-rt-st.exp
11493 * gdb.base/call-sc.exp
11494 * gdb.base/call-signal-resume.exp
11495 * gdb.base/call-strs.exp
11496 * gdb.base/callexit.exp
11497 * gdb.base/callfuncs.exp
11498 * gdb.base/catch-gdb-caused-signals.exp
11499 * gdb.base/catch-signal-siginfo-cond.exp
11500 * gdb.base/catch-syscall.exp
11501 * gdb.base/compare-sections.exp
11502 * gdb.base/cond-eval-mode.exp
11503 * gdb.base/condbreak-call-false.exp
11504 * gdb.base/consecutive-step-over.exp
11505 * gdb.base/cursal.exp
11506 * gdb.base/disabled-location.exp
11507 * gdb.base/disasm-end-cu.exp
11508 * gdb.base/display.exp
11509 * gdb.base/double-prompt-target-event-error.exp
11510 * gdb.base/dprintf-bp-same-addr.exp
11511 * gdb.base/dprintf-detach.exp
11512 * gdb.base/dprintf-next.exp
11513 * gdb.base/dprintf-non-stop.exp
11514 * gdb.base/dprintf-pending.exp
11515 * gdb.base/dso2dso.exp
11516 * gdb.base/ending-run.exp
11517 * gdb.base/enum_cond.exp
11518 * gdb.base/examine-backward.exp
11519 * gdb.base/exe-lock.exp
11520 * gdb.base/exec-invalid-sysroot.exp
11521 * gdb.base/execl-update-breakpoints.exp
11522 * gdb.base/execution-termios.exp
11523 * gdb.base/fileio.exp
11524 * gdb.base/fixsection.exp
11525 * gdb.base/foll-exec-mode.exp
11526 * gdb.base/foll-exec.exp
11527 * gdb.base/fork-running-state.exp
11528 * gdb.base/frame-args.exp
11529 * gdb.base/fullpath-expand.exp
11530 * gdb.base/func-ptr.exp
11531 * gdb.base/gcore-relro-pie.exp
11532 * gdb.base/gdb1090.exp
11533 * gdb.base/gdb1555.exp
11534 * gdb.base/global-var-nested-by-dso.exp
11535 * gdb.base/gnu-ifunc.exp
11536 * gdb.base/hbreak-in-shr-unsupported.exp
11537 * gdb.base/hbreak-unmapped.exp
11538 * gdb.base/hook-stop.exp
11539 * gdb.base/infcall-input.exp
11540 * gdb.base/info-fun.exp
11541 * gdb.base/info-shared.exp
11542 * gdb.base/interrupt-noterm.exp
11543 * gdb.base/jit-so.exp
11544 * gdb.base/jit.exp
11545 * gdb.base/line-symtabs.exp
11546 * gdb.base/list.exp
11547 * gdb.base/longjmp.exp
11548 * gdb.base/macscp.exp
11549 * gdb.base/max-value-size.exp
11550 * gdb.base/nodebug.exp
11551 * gdb.base/nofield.exp
11552 * gdb.base/overlays.exp
11553 * gdb.base/paginate-after-ctrl-c-running.exp
11554 * gdb.base/paginate-bg-execution.exp
11555 * gdb.base/paginate-inferior-exit.exp
11556 * gdb.base/pending.exp
11557 * gdb.base/pr11022.exp
11558 * gdb.base/printcmds.exp
11559 * gdb.base/ptr-typedef.exp
11560 * gdb.base/ptype.exp
11561 * gdb.base/randomize.exp
11562 * gdb.base/range-stepping.exp
11563 * gdb.base/realname-expand.exp
11564 * gdb.base/relativedebug.exp
11565 * gdb.base/remote.exp
11566 * gdb.base/savedregs.exp
11567 * gdb.base/sepdebug.exp
11568 * gdb.base/set-noassign.exp
11569 * gdb.base/shlib-call.exp
11570 * gdb.base/shreloc.exp
11571 * gdb.base/sigaltstack.exp
11572 * gdb.base/sigbpt.exp
11573 * gdb.base/siginfo-addr.exp
11574 * gdb.base/siginfo-obj.exp
11575 * gdb.base/siginfo-thread.exp
11576 * gdb.base/signest.exp
11577 * gdb.base/signull.exp
11578 * gdb.base/sigrepeat.exp
11579 * gdb.base/skip.exp
11580 * gdb.base/so-impl-ld.exp
11581 * gdb.base/solib-corrupted.exp
11582 * gdb.base/solib-disc.exp
11583 * gdb.base/solib-display.exp
11584 * gdb.base/solib-overlap.exp
11585 * gdb.base/solib-search.exp
11586 * gdb.base/solib-symbol.exp
11587 * gdb.base/source-execution.exp
11588 * gdb.base/sss-bp-on-user-bp-2.exp
11589 * gdb.base/sss-bp-on-user-bp.exp
11590 * gdb.base/stack-checking.exp
11591 * gdb.base/stale-infcall.exp
11592 * gdb.base/step-break.exp
11593 * gdb.base/step-line.exp
11594 * gdb.base/step-over-exit.exp
11595 * gdb.base/step-test.exp
11596 * gdb.base/structs.exp
11597 * gdb.base/sym-file.exp
11598 * gdb.base/symtab-search-order.exp
11599 * gdb.base/term.exp
11600 * gdb.base/type-opaque.exp
11601 * gdb.base/unload.exp
11602 * gdb.base/until-nodebug.exp
11603 * gdb.base/until.exp
11604 * gdb.base/unwindonsignal.exp
11605 * gdb.base/watch-cond.exp
11606 * gdb.base/watch-non-mem.exp
11607 * gdb.base/watch_thread_num.exp
11608 * gdb.base/watchpoint-reuse-slot.exp
11609 * gdb.base/watchpoint-solib.exp
11610 * gdb.base/watchpoint.exp
11611 * gdb.btrace/dlopen.exp
11612 * gdb.cell/arch.exp
11613 * gdb.cell/break.exp
11614 * gdb.cell/bt.exp
11615 * gdb.cell/core.exp
11616 * gdb.cell/data.exp
11617 * gdb.cell/dwarfaddr.exp
11618 * gdb.cell/ea-cache.exp
11619 * gdb.cell/ea-standalone.exp
11620 * gdb.cell/ea-test.exp
11621 * gdb.cell/f-regs.exp
11622 * gdb.cell/fork.exp
11623 * gdb.cell/gcore.exp
11624 * gdb.cell/mem-access.exp
11625 * gdb.cell/ptype.exp
11626 * gdb.cell/registers.exp
11627 * gdb.cell/sizeof.exp
11628 * gdb.cell/solib-symbol.exp
11629 * gdb.cell/solib.exp
11630 * gdb.compile/compile-tls.exp
11631 * gdb.cp/exception.exp
11632 * gdb.cp/gdb2495.exp
11633 * gdb.cp/local.exp
11634 * gdb.cp/mb-inline.exp
11635 * gdb.cp/mb-templates.exp
11636 * gdb.cp/pr10687.exp
11637 * gdb.cp/pr9167.exp
11638 * gdb.cp/scope-err.exp
11639 * gdb.cp/templates.exp
11640 * gdb.cp/virtfunc.exp
11641 * gdb.dwarf2/dw2-dir-file-name.exp
11642 * gdb.dwarf2/dw2-single-line-discriminators.exp
11643 * gdb.fortran/complex.exp
11644 * gdb.fortran/library-module.exp
11645 * gdb.guile/guile.exp
11646 * gdb.guile/scm-cmd.exp
11647 * gdb.guile/scm-frame-inline.exp
11648 * gdb.guile/scm-objfile.exp
11649 * gdb.guile/scm-pretty-print.exp
11650 * gdb.guile/scm-symbol.exp
11651 * gdb.guile/scm-type.exp
11652 * gdb.guile/scm-value.exp
11653 * gdb.linespec/keywords.exp
11654 * gdb.linespec/ls-errs.exp
11655 * gdb.linespec/macro-relative.exp
11656 * gdb.linespec/thread.exp
11657 * gdb.mi/mi-breakpoint-changed.exp
11658 * gdb.mi/mi-dprintf-pending.exp
11659 * gdb.mi/mi-fullname-deleted.exp
11660 * gdb.mi/mi-logging.exp
11661 * gdb.mi/mi-pending.exp
11662 * gdb.mi/mi-solib.exp
11663 * gdb.mi/new-ui-mi-sync.exp
11664 * gdb.mi/user-selected-context-sync.exp
11665 * gdb.multi/dummy-frame-restore.exp
11666 * gdb.multi/multi-arch-exec.exp
11667 * gdb.multi/remove-inferiors.exp
11668 * gdb.multi/watchpoint-multi-exit.exp
11669 * gdb.opt/solib-intra-step.exp
11670 * gdb.perf/backtrace.exp
11671 * gdb.perf/single-step.exp
11672 * gdb.perf/skip-command.exp
11673 * gdb.perf/skip-prologue.exp
11674 * gdb.perf/solib.exp
11675 * gdb.python/lib-types.exp
11676 * gdb.python/py-as-string.exp
11677 * gdb.python/py-bad-printers.exp
11678 * gdb.python/py-block.exp
11679 * gdb.python/py-breakpoint.exp
11680 * gdb.python/py-cmd.exp
11681 * gdb.python/py-events.exp
11682 * gdb.python/py-evthreads.exp
11683 * gdb.python/py-finish-breakpoint.exp
11684 * gdb.python/py-finish-breakpoint2.exp
11685 * gdb.python/py-frame-inline.exp
11686 * gdb.python/py-frame.exp
11687 * gdb.python/py-inferior.exp
11688 * gdb.python/py-infthread.exp
11689 * gdb.python/py-mi.exp
11690 * gdb.python/py-objfile.exp
11691 * gdb.python/py-pp-maint.exp
11692 * gdb.python/py-pp-registration.exp
11693 * gdb.python/py-prettyprint.exp
11694 * gdb.python/py-recurse-unwind.exp
11695 * gdb.python/py-shared.exp
11696 * gdb.python/py-symbol.exp
11697 * gdb.python/py-symtab.exp
11698 * gdb.python/py-template.exp
11699 * gdb.python/py-type.exp
11700 * gdb.python/py-unwind-maint.exp
11701 * gdb.python/py-unwind.exp
11702 * gdb.python/py-value.exp
11703 * gdb.python/python.exp
11704 * gdb.reverse/finish-reverse-bkpt.exp
11705 * gdb.reverse/insn-reverse.exp
11706 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11707 * gdb.reverse/solib-precsave.exp
11708 * gdb.reverse/solib-reverse.exp
11709 * gdb.stabs/gdb11479.exp
11710 * gdb.stabs/weird.exp
11711 * gdb.threads/fork-child-threads.exp
11712 * gdb.threads/fork-plus-threads.exp
11713 * gdb.threads/fork-thread-pending.exp
11714 * gdb.threads/forking-threads-plus-breakpoint.exp
11715 * gdb.threads/hand-call-in-threads.exp
11716 * gdb.threads/interrupted-hand-call.exp
11717 * gdb.threads/linux-dp.exp
11718 * gdb.threads/local-watch-wrong-thread.exp
11719 * gdb.threads/next-while-other-thread-longjmps.exp
11720 * gdb.threads/non-ldr-exit.exp
11721 * gdb.threads/pending-step.exp
11722 * gdb.threads/print-threads.exp
11723 * gdb.threads/process-dies-while-detaching.exp
11724 * gdb.threads/process-dies-while-handling-bp.exp
11725 * gdb.threads/pthreads.exp
11726 * gdb.threads/queue-signal.exp
11727 * gdb.threads/reconnect-signal.exp
11728 * gdb.threads/signal-command-handle-nopass.exp
11729 * gdb.threads/signal-command-multiple-signals-pending.exp
11730 * gdb.threads/signal-delivered-right-thread.exp
11731 * gdb.threads/signal-sigtrap.exp
11732 * gdb.threads/sigthread.exp
11733 * gdb.threads/staticthreads.exp
11734 * gdb.threads/stepi-random-signal.exp
11735 * gdb.threads/thread-unwindonsignal.exp
11736 * gdb.threads/thread_check.exp
11737 * gdb.threads/thread_events.exp
11738 * gdb.threads/tid-reuse.exp
11739 * gdb.threads/tls-nodebug.exp
11740 * gdb.threads/tls-shared.exp
11741 * gdb.threads/tls-so_extern.exp
11742 * gdb.threads/tls.exp
11743 * gdb.threads/wp-replication.exp
11744 * gdb.trace/actions-changed.exp
11745 * gdb.trace/actions.exp
11746 * gdb.trace/backtrace.exp
11747 * gdb.trace/change-loc.exp
11748 * gdb.trace/collection.exp
11749 * gdb.trace/deltrace.exp
11750 * gdb.trace/disconnected-tracing.exp
11751 * gdb.trace/entry-values.exp
11752 * gdb.trace/ftrace-lock.exp
11753 * gdb.trace/ftrace.exp
11754 * gdb.trace/infotrace.exp
11755 * gdb.trace/mi-trace-frame-collected.exp
11756 * gdb.trace/mi-trace-unavailable.exp
11757 * gdb.trace/mi-traceframe-changed.exp
11758 * gdb.trace/mi-tracepoint-changed.exp
11759 * gdb.trace/mi-tsv-changed.exp
11760 * gdb.trace/no-attach-trace.exp
11761 * gdb.trace/packetlen.exp
11762 * gdb.trace/passc-dyn.exp
11763 * gdb.trace/passcount.exp
11764 * gdb.trace/pending.exp
11765 * gdb.trace/pr16508.exp
11766 * gdb.trace/qtro.exp
11767 * gdb.trace/range-stepping.exp
11768 * gdb.trace/read-memory.exp
11769 * gdb.trace/report.exp
11770 * gdb.trace/save-trace.exp
11771 * gdb.trace/signal.exp
11772 * gdb.trace/stap-trace.exp
11773 * gdb.trace/status-stop.exp
11774 * gdb.trace/strace.exp
11775 * gdb.trace/tfile.exp
11776 * gdb.trace/tfind.exp
11777 * gdb.trace/trace-break.exp
11778 * gdb.trace/trace-condition.exp
11779 * gdb.trace/trace-enable-disable.exp
11780 * gdb.trace/trace-mt.exp
11781 * gdb.trace/tracecmd.exp
11782 * gdb.trace/tracefile-pseudo-reg.exp
11783 * gdb.trace/tspeed.exp
11784 * gdb.trace/tstatus.exp
11785 * gdb.trace/tsv.exp
11786 * gdb.trace/unavailable.exp
11787 * gdb.trace/while-dyn.exp
11788 * gdb.trace/while-stepping.exp
11789 * lib/gdb-guile.exp
11790 * lib/gdb.exp
11791 * lib/mi-support.exp
11792 * lib/pascal.exp
11793 * lib/perftest.exp
11794 * lib/prelink-support.exp
11795 * lib/selftest-support.exp
11796
11797 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11798
11799 * Makefile.in: Include disable-implicit-rules.mk.
11800
11801 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11802
11803 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11804 non-byte-aligned bit fields.
11805
11806 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11807
11808 PR gdb/12616
11809 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11810 respects the DW_AT_data_bit_offset attribute.
11811
11812 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11813
11814 * gdb.base/default.exp: Fix output of "set language".
11815
11816 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11817
11818 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11819 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11820 make.
11821 * configure.ac: Remove checks for the make program.
11822 * configure: Re-generate.
11823
11824 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11825
11826 * gdb.python/py-recurse-unwind.c (main): Add loop.
11827 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11828 to read_register() and gdb.parse_and_eval(). Make each code
11829 call a separate case that can be individually tested.
11830 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11831 proc. Call cont_and_backtrace for each of the code paths that
11832 we want to test in the unwinder.
11833
11834 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11835
11836 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11837 the definition of struct S.
11838
11839 2016-11-11 Catherine Moore <clm@codesourcery.com>
11840
11841 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11842
11843 2016-11-09 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.base/commands.exp (runto_or_return): New procedure.
11846 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11847 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11848 (progvar_simple_while_test, progvar_complex_if_while_test)
11849 (if_while_breakpoint_command_test)
11850 (infrun_breakpoint_command_test, breakpoint_command_test)
11851 (user_defined_command_test, watchpoint_command_test)
11852 (test_command_prompt_position, redefine_hook_test)
11853 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11854 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11855 multi_line_input and multi_line. Remove gdb_expect and
11856 gdb_stop_suppressing_tests uses.
11857 * lib/gdb.exp (valnum_re): New global.
11858 (multi_line_input): New procedure.
11859
11860 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11861
11862 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11863 Remove.
11864 (test_setup): Define with proc_with_prefix.
11865 (test_cli_inferior): Likewise.
11866 (test_cli_thread): Likewise.
11867 (test_cli_frame): Likewise.
11868 (test_cli_select_frame): Likewise.
11869 (test_cli_up_down): Likewise.
11870 (test_mi_thread_select): Likewise.
11871 (test_mi_stack_select_frame): Likewise.
11872 (test_cli_in_mi_inferior): Likewise.
11873 (test_cli_in_mi_thread): Likewise.
11874 (test_cli_in_mi_frame): Likewise.
11875 (top level): Do not use with_test_prefix_procname.
11876
11877 2016-11-09 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.base/commands.exp (gdbvar_simple_if_test)
11880 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11881 (progvar_simple_if_test, progvar_simple_while_test)
11882 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11883 (infrun_breakpoint_command_test, breakpoint_command_test)
11884 (user_defined_command_test, watchpoint_command_test)
11885 (test_command_prompt_position, deprecated_command_test)
11886 (bp_deleted_in_command, temporary_breakpoint_commands)
11887 (stray_arg0_test, source_file_with_indented_comment)
11888 (recursive_source_test, if_commands_test)
11889 (error_clears_commands_left, redefine_hook_test)
11890 (redefine_backtrace_test): Use proc_with_prefix.
11891 * lib/gdb.exp (proc_with_prefix): New proc.
11892
11893 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11894
11895 * gdb.base/tui-layout.c: New file.
11896 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11897 disassembly window contains very long lines.
11898
11899 2016-11-08 Tom Tromey <tom@tromey.com>
11900
11901 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11902 depend on Python 2.
11903
11904 2016-11-08 Tom Tromey <tom@tromey.com>
11905
11906 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11907 New method.
11908
11909 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11910
11911 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11912
11913 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11914
11915 * gdb.rust/simple.rs: Add test for univariant enums without
11916 discriminants and for encoded struct-like enums.
11917
11918 2016-10-28 Pedro Alves <palves@redhat.com>
11919
11920 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11921 gdb_test_multiple, tighten regexps and match symtabs and line
11922 tables incrementally.
11923
11924 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11925
11926 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11927 general.
11928
11929 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11930
11931 * gdb.base/exec-invalid-sysroot.exp: New file.
11932
11933 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11934
11935 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11936
11937 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11938
11939 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11940
11941 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11942
11943 * gdb.base/killed-outside.exp: Remove $options from a call to
11944 `prepare_for_testing'.
11945
11946 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11947
11948 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11949 Change test message.
11950
11951 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11952
11953 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11954 Update comment.
11955
11956 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11957
11958 * gdb.trace/mi-trace-save.exp: New file.
11959
11960 2016-10-13 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.base/code_elim.exp (get_var_address): Remove.
11963 * gdb.base/relocate.exp: Likewise.
11964 * gdb.base/shreloc.exp: Likewise.
11965 * lib/gdb.exp (get_var_address): New.
11966
11967 2016-10-13 Yao Qi <yao.qi@linaro.org>
11968
11969 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11970 floating point tests if $skip_float_test is false.
11971
11972 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11973
11974 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11975 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11976 argc values.
11977 Add 1 to argc so we guarantee distinct initial/modified argc values.
11978
11979 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11982
11983 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11986 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11987 * gdb.arch/vsx-regs.exp: Likewise.
11988
11989 2016-10-07 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11992
11993 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11994
11995 * gdb.python/python.exp: Test decode_line("*0").
11996
11997 2016-10-06 Doug Evans <dje@google.com>
11998
11999 * gdb.python/py-value.exp (test_value_creation): Add test for large
12000 unsigned 64-bit value.
12001
12002 2016-10-06 Tom Tromey <tom@tromey.com>
12003
12004 * gdb.compile/compile.exp: Change java tests to rust.
12005 * gdb.base/setshow.exp: Change java tests to rust.
12006 * gdb.base/default.exp: Remove java from language list.
12007 * README (Examples): Update language example.
12008 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12009 test.
12010 * lib/gdb.exp (skip_java_tests): Remove.
12011 * lib/java.exp: Remove.
12012 * gdb.java: Remove.
12013
12014 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12015
12016 * gdb.arch/mips-fcr.exp: New test.
12017 * gdb.arch/mips-fcr.c: Source for the new test.
12018
12019 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12020
12021 * gdb.base/solib-disc.exp: Use `standard_output_file'
12022 throughout.
12023
12024 2016-10-06 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.base/jit-simple-dl.c: New file.
12027 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12028 * gdb.base/jit-simple.c: ... this.
12029 * gdb.base/jit-simple.exp (jit_run): Delete.
12030 (build_jit): New proc.
12031 (jit_test_reread): Recompile either the main program or the shared
12032 library, depending on what is being tested. Skip changing address
12033 if caller wants to. Compare before/after addresses. If testing
12034 standalone, explicitly load the binary. Test "maint info
12035 breakpoints".
12036 (top level): Add "standalone vs shared lib" and "change address"
12037 vs "same address" axes.
12038
12039 2016-10-06 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12042 call.
12043 (jit_run): Delete.
12044 (jit_test_reread): Use with_test_prefix. Reload the main binary
12045 explicitly. Compare the before/after addresses of the JIT
12046 descriptor.
12047
12048 2016-08-15 Doug Evans <dje@google.com>
12049
12050 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12051 for single bitfields is bool.
12052 * gdb.xml/tdesc-regs.exp: Ditto.
12053
12054 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12055
12056 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12057
12058 2016-10-05 Yao Qi <yao.qi@linaro.org>
12059
12060 * lib/gdb.exp (support_complex_tests): Return zero if
12061 gdb_skip_float_test return true.
12062
12063 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12064 Simon Marchi <simon.marchi@ericsson.com>
12065
12066 PR gdb/20487
12067 * gdb.mi/user-selected-context-sync.exp: New file.
12068 * gdb.mi/user-selected-context-sync.c: New file.
12069
12070 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12071 Simon Marchi <simon.marchi@ericsson.com>
12072
12073 PR gdb/20487
12074 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12075 =thread-select-event check.
12076
12077 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12078
12079 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12080 the compulsory L operand changes.
12081 * gdb.arch/powerpc-power.s: Likewise.
12082
12083 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12084
12085 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12086 * gdb.base/jit-attach-pie.c: New file.
12087 * gdb.base/jit-attach-pie.exp: New file.
12088
12089 2016-09-28 Pedro Alves <palves@redhat.com>
12090
12091 * gdb.base/infcall-input.c: New file.
12092 * gdb.base/infcall-input.exp: New file.
12093
12094 2016-09-22 Yao Qi <yao.qi@linaro.org>
12095
12096 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12097 (gdb_exit): Rename it to ...
12098 (gdbserver_gdb_exit): ... Close GDBserver.
12099 (gdb_exit): New proc, call gdbserver_gdb_exit.
12100 (mi_gdb_exit): Likewise.
12101
12102 2016-09-22 Yao Qi <yao.qi@linaro.org>
12103
12104 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12105 path.
12106 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12107 Remove duplication.
12108
12109 2016-09-22 Yao Qi <yao.qi@linaro.org>
12110
12111 * lib/gdbserver-support.exp: Check the existence of
12112 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12113
12114 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12115
12116 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12117
12118 2016-09-21 Tom Tromey <tom@tromey.com>
12119
12120 PR gdb/20604:
12121 * gdb.base/quit.exp: New file.
12122
12123 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12124
12125 * .gitignore: New file.
12126
12127 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12128
12129 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12130 throughout.
12131
12132 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12133
12134 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12135
12136 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12137
12138 * gdb.cp/casts.cc (decltype): Move it ...
12139 (main): ... with its call to ...
12140 * gdb.cp/casts03.cc: ... a new file.
12141 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12142
12143 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12146
12147 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12148
12149 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12150 and sync up the test with tests in gas/testsuite/gas/ppc.
12151 * gdb.arch/powerpc-power.exp: Likewise.
12152
12153 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12154
12155 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12156
12157 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12158 Jan Kratochvil <jan.kratochvil@redhat.com>
12159
12160 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12161 make m1's definition to be different from m2's. Use 'dummy' as an
12162 argument for probe 'two'.
12163
12164 2016-09-10 Jon Beniston <jon@beniston.com>
12165
12166 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12167 for sim target.
12168
12169 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12170
12171 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12172 variable declaration.
12173 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12174 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12175 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12176 received HWCAP as its argument.
12177
12178 2016-09-06 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.base/new-ui-pending-input.c: New file.
12181 * gdb.base/new-ui-pending-input.exp: New file.
12182 * gdb.exp (clear_gdb_spawn_id): New procedure.
12183 (with_spawn_id): Check whether gdb_spawn_id exists before
12184 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12185 on exit.
12186
12187 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12188
12189 * gdb.base/float128.c: New file.
12190 * gdb.base/float128.exp: Likewise.
12191 * gdb.base/floatn.c: Likewise.
12192 * gdb.base/floatn.exp: Likewise.
12193
12194 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12195
12196 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12197
12198 2016-09-05 Pedro Alves <palves@redhat.com>
12199
12200 PR backtrace/19927
12201 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12202 unwinders are immediately called as side effect of "source" or
12203 "disable unwinder" commands.
12204 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12205
12206 2016-09-02 Yao Qi <yao.qi@linaro.org>
12207
12208 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12209 is true and $type is "float" or "double".
12210
12211 2016-09-02 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12214 true.
12215 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12216 * gdb.base/call-rt-st.exp: Likewise.
12217 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12218 return value instead of gdb,skip_float_test.
12219 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12220 (do_function_calls): Use its return value instead of
12221 gdb,skip_float_test.
12222 * gdb.base/finish.exp: Likewise.
12223 * gdb.base/funcargs.exp: Likewise.
12224 * gdb.base/return.exp: Likewise.
12225 * gdb.base/return2.exp: Likewise.
12226 * gdb.base/varargs.exp: Likewise.
12227 * lib/gdb.exp (gdb_skip_float_test): Change it to
12228 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12229
12230 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12231
12232 * gdb.multi/tids.exp: Test "thread apply all".
12233
12234 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12235
12236 * gdb.base/default.exp (tty): Remove.
12237
12238 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12239
12240 * gdb.python/py-recurse-unwind.c: New file.
12241 * gdb.python/py-recurse-unwind.py: New file.
12242 * gdb.python/py-recurse-unwind.exp: New file.
12243
12244 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12245
12246 * gdb.base/set-inferior-tty.exp: New file.
12247 * gdb.base/set-inferior-tty.c: New file.
12248
12249 2016-08-23 Pedro Alves <palves@redhat.com>
12250
12251 PR gdb/20494
12252 * gdb.base/new-ui-echo.c: New file.
12253 * gdb.base/new-ui-echo.exp: New file.
12254
12255 2016-08-23 Yao Qi <yao.qi@linaro.org>
12256
12257 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12258 gdbserver_spawn.
12259 * gdb.server/connect-without-multi-process.exp (do_test):
12260 Likewise.
12261
12262 2016-08-23 Yao Qi <yao.qi@linaro.org>
12263
12264 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12265 standalone_txt. Delete gdb_txt and standalone_txt on host
12266 and target. Spawn the binary on target. Copy files from
12267 target to host.
12268
12269 2016-08-22 Pedro Alves <palves@redhat.com>
12270
12271 PR gdb/20505
12272 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12273 with_test_prefix. Factor out bits to ...
12274 (test_no_vdso): ... this new procedure.
12275
12276 2016-08-19 Carl Love <cel@us.ibm.com>
12277
12278 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12279 maintaining separate logic for constructing the output path.
12280 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12281 * gdb.arch/ppc-dfp.exp: Likewise.
12282 * gdb.arch/ppc-fp.exp: Likewise.
12283 * gdb.arch/vsx-regs.exp: Likewise.
12284 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12285 binprefix for generating the additional binary files.
12286
12287 2016-08-19 Pedro Alves <palves@redhat.com>
12288
12289 * gdb.trace/mi-trace-frame-collected.exp
12290 (test_trace_frame_collected): On x32, expect two registers.
12291
12292 2016-08-18 Carl Love <cel@us.ibm.com>
12293
12294 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12295 and sync up the test with tests in gas/testsuite/gas/ppc.
12296 * gdb.arch/powerpc-power.exp: Likewise.
12297
12298 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12299
12300 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12301 expected error message.
12302
12303 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12304
12305 * gdb.multi/remove-inferiors.exp: New file.
12306 * gdb.multi/remove-inferiors.c: New file.
12307
12308 2016-08-12 Yao Qi <yao.qi@linaro.org>
12309
12310 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12311 argument list.
12312
12313 2016-08-10 Pedro Alves <palves@redhat.com>
12314
12315 PR gdb/19187
12316 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12317 setup_kfails.
12318
12319 2016-08-09 Pedro Alves <palves@redhat.com>
12320 Simon Marchi <simon.marchi@ericsson.com>
12321
12322 PR gdb/20418
12323 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12324 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12325
12326 2016-08-09 Pedro Alves <palves@redhat.com>
12327
12328 PR mi/20431
12329 * gdb.mi/mi-cmd-error.exp: New file.
12330
12331 2016-08-09 Pedro Alves <palves@redhat.com>
12332
12333 PR gdb/18653
12334 * gdb.base/signals-state-child.c: New file.
12335 * gdb.base/signals-state-child.exp: New file.
12336 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12337
12338 2016-08-09 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12341
12342 2016-08-03 Tom Tromey <tom@tromey.com>
12343
12344 PR python/18565:
12345 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12346
12347 2016-08-01 Yao Qi <yao.qi@linaro.org>
12348
12349 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12350 variable mode to "multi-process" if $multi_process is 1, otherwise
12351 set it to "single-process".
12352
12353 2016-08-01 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12356 * gdb.cp/cpexprs.exp: Likewise.
12357 * gdb.cp/m-static.exp: Likewise.
12358
12359 2016-07-26 Tom Tromey <tom@tromey.com>
12360
12361 PR python/20190:
12362 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12363 test.
12364
12365 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12366
12367 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12368 selecting assembly source files.
12369 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12370 assembly source files.
12371 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12372 assembly source files.
12373 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12374 selecting assembly source files.
12375
12376 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12377
12378 * gdb.base/new-ui.exp (do_test_invalid_args): New
12379 procedure.
12380
12381 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12382
12383 * gdb.btrace/reconnect.c: New file.
12384 * gdb.btrace/reconnect.exp: New file.
12385
12386 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12387
12388 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12389 to test_catch_syscall_group.
12390 (test_catch_syscall_group): New.
12391
12392 2016-07-21 Tom Tromey <tom@tromey.com>
12393
12394 * gdb.rust/simple.rs (main): Use empty struct expression.
12395 * gdb.rust/simple.exp: Add tests for empty struct expression.
12396
12397 2016-07-21 Yao Qi <yao.qi@linaro.org>
12398
12399 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12400 if gdb_skip_xml_test is true on some targets.
12401
12402 2016-07-21 Yao Qi <yao.qi@linaro.org>
12403
12404 * gdb.server/solib-list.exp: Unset last_loaded_file.
12405
12406 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12407
12408 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12409 "step into captured_main (args)".
12410
12411 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12412
12413 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12414
12415 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12416
12417 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12418
12419 2016-07-19 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12422 * gdb.opt/inline-bt.exp: Likewise.
12423 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12424 additional_flags=-Winline.
12425 * gdb.opt/inline-locals.exp: Likewise.
12426 * gdb.opt/inline-markers.c (ATTR): Define.
12427 (inlined_fn): Use it.
12428
12429 2016-07-19 Yao Qi <yao.qi@linaro.org>
12430
12431 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12432 (test_with_self): Remove some code. Remove argument executable.
12433 (top-level): Use do_self_tests.
12434
12435 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12436 Don Breazeal <donb@codesourcery.com>
12437
12438 * gdb.base/maint.exp: Escape paths used in regular expressions.
12439 * gdb.stabs/weird.exp: Likewise.
12440
12441 2016-07-13 Tom Tromey <tom@tromey.com>
12442
12443 PR python/15620, PR python/18620:
12444 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12445 (test_bkpt_events): New procs.
12446
12447 2016-07-13 Tom Tromey <tom@tromey.com>
12448
12449 PR python/17698:
12450 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12451 test.
12452 (test_watchpoints): Likewise.
12453 (test_bkpt_pending): New proc.
12454
12455 2016-07-13 Tom Tromey <tom@tromey.com>
12456
12457 PR cli/18053:
12458 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12459 completion test.
12460
12461 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12462
12463 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12464 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12465 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12466 f_label.
12467 (g): Rename g_end_lbl to g_label.
12468 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12469 low_pc and high_pc.
12470 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12471
12472 2016-07-12 Tom Tromey <tom@tromey.com>
12473
12474 PR python/19293:
12475 * gdb.python/py-unwind-maint.exp: Update tests.
12476
12477 2016-07-12 Yao Qi <yao.qi@linaro.org>
12478
12479 * lib/selftest-support.exp (selftest_setup): Match the output
12480 when captured_main is inlined.
12481
12482 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12483
12484 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12485 New variables.
12486 (print this%a, print this%b, print this): New tests.
12487 * gdb.fortran/derived-types.f90 (this): New object and
12488 initialization.
12489
12490 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 * gdb.ada/arraydim.exp: Remove extra directory level in build
12493 directory.
12494
12495 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12496
12497 * lib/ada.exp: Remove extra directory level in build directory.
12498 * gdb.ada/cond_lang.exp: Likewise.
12499 * gdb.ada/exec_changed.exp: Likewise.
12500 * gdb.ada/lang_switch.exp: Likewise.
12501
12502 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12503
12504 * simple.rs: Add test for raw pointer subscripting.
12505 * simple.exp: Add test expectations.
12506
12507 2016-07-05 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.mi/mi-reverse.exp: Match =record-started output.
12510
12511 2016-07-01 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12514 procedure.
12515 (jit_reader_test): Test the jit reader's unwinder.
12516 * gdb.base/jithost.c (jit_function_00_code): New global.
12517 (main): Use memcpy to fill in the mmapped code, instead of poking
12518 bytes manually here.
12519 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12520 value.
12521 (read_debug_info): Save the function's range.
12522 (read_sp): New function.
12523 (unwind_frame): Use it. Also unwind RBP.
12524 (get_frame_id): Use read_sp.
12525 (gdb_init_reader): Use calloc instead of malloc.
12526 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12527 parameter. Use gdb_test_multiple.
12528
12529 2016-07-01 Pedro Alves <palves@redhat.com>
12530 Antoine Tremblay <antoine.tremblay@ericsson.com>
12531
12532 * gdb.threads/process-dies-while-detaching.c: New file.
12533 * gdb.threads/process-dies-while-detaching.exp: New file.
12534
12535 2016-07-01 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.multi/watchpoint-multi-exit.c: New file.
12538 * gdb.multi/watchpoint-multi-exit.exp: New file.
12539
12540 2016-06-30 Pedro Alves <palves@redhat.com>
12541
12542 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12543 unset inferior_spawn_id.
12544
12545 2016-06-30 Pedro Alves <palves@redhat.com>
12546
12547 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12548 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12549
12550 2016-06-29 Yao Qi <yao.qi@linaro.org>
12551
12552 * gdb.base/return.c: Add copyright header.
12553
12554 2016-06-29 Tom Tromey <tom@tromey.com>
12555
12556 PR python/20129:
12557 * gdb.python/py-framefilter.exp: Add tests for setting priority
12558 and disabling of non-existent frame filter.
12559
12560 2016-06-29 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12563 0x0f07ff.
12564
12565 2016-06-28 Yao Qi <yao.qi@linaro.org>
12566
12567 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12568 triplets. Start gdb, execute catch syscall, and continue. Check
12569 gdb's output to determine catch syscall is supported.
12570
12571 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12572
12573 * gdb.rust/simple.rs: Add test for returning unit in a function.
12574 * gdb.rust/simple.exp: Add expectation for functions returning
12575 unit.
12576
12577 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12578
12579 * gdb.python/py-breakpoint-create-fail.c,
12580 gdb.python/py-breakpoint-create-fail.exp,
12581 gdb.python/py-breakpoint-create-fail.py: New testcase.
12582
12583 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12584
12585 PR gdb/20239
12586 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12587 * gdb.rust/simple.exp: Add test expectations for new NonZero
12588 tests.
12589
12590 2016-06-24 David Taylor <dtaylor@emc.com>
12591
12592 * gdb.base/offsets.exp: New file.
12593 * gdb.base/offsets.c: New file.
12594
12595 2016-06-23 Tom Tromey <tom@tromey.com>
12596
12597 PR gdb/16483:
12598 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12599 before any filters are loaded.
12600
12601 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12602
12603 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12604 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12605 structs.
12606 * gdb.fortran/derived-type-function.exp: New file.
12607 * gdb.fortran/derived-type-function.f90: New file.
12608
12609
12610 2016-06-21 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.base/new-ui.exp: New file.
12613 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12614 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12615 (with_spawn_id): New procedure.
12616
12617 2016-06-21 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.mi/mi-exec-run.exp: New file.
12620
12621 2016-06-21 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12624 breakpoint command's output on the main UI.
12625 (test_break): New procedure, factored out from calls in the top
12626 level.
12627 (top level): Use foreach_with_prefix to test MI as main UI and as
12628 separate UI.
12629
12630 2016-06-21 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12633 (test_awatch_creation_and_listing)
12634 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12635 Remove 'type' parameter.
12636 (test_watchpoint_all): New parameter mi_mode. Remove
12637 with_test_prefix.
12638 (top level): Use foreach_with_prefix, and add main/separate UI MI
12639 testing axis.
12640
12641 2016-06-21 Pedro Alves <palves@redhat.com>
12642
12643 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12644 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12645 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12646 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12647 (gdb_main_spawn_id, mi_spawn_id): Declare and
12648 comment.
12649 (mi_create_inferior_pty): New procedure,
12650 factored out from default_mi_gdb_start.
12651 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12652 procedures.
12653 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12654 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12655 Use mi_create_inferior_pty.
12656 (mi_gdb_start): Use eval to pass down args list.
12657
12658 2016-06-21 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12661 * gdb.opt/inline-cmds.exp: Add MI tests.
12662
12663 2016-06-21 Pedro Alves <palves@redhat.com>
12664
12665 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12666
12667 2016-06-21 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12670 (top level): Use it instead of mi_execute_to.
12671
12672 2016-06-21 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12675 (cont_handler_str): New.
12676 (signal_stop_handler): Set stop_handler_str instead of printing to
12677 stdout.
12678 (continue_handler): Set cont_handler_str instead of printing to
12679 stdout.
12680 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12681 mi_send_resuming_command. Print stop_handler_str and
12682 cont_handler_str instead of expecting the python events print
12683 directly.
12684
12685 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12686
12687 * gdb.base/jit-reader.exp: New file.
12688 * gdb.base/jithost.c: New file.
12689 * gdb.base/jithost.h: New file.
12690 * gdb.base/jitreader.c : New file.
12691 * gdb.base/jit-protocol.h: New file.
12692
12693 2016-06-17 Yao Qi <yao.qi@linaro.org>
12694
12695 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12696 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12697 and detach-on-fork. Adjust tests.
12698 (top level): Invoke break_cond_on_syscall with combinations of
12699 syscall, follow-fork-mode and detach-on-fork.
12700
12701 2016-06-17 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.base/step-over-exit.c: New.
12704 * gdb.base/step-over-exit.exp: New.
12705
12706 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12707
12708 * gdb.base/float.exp: Add target check for nds32*-*-*.
12709 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12710
12711 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12712
12713 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12714 for unsupported target features.
12715 * gdb.base/call-rt-st.exp: Likewise.
12716 * gdb.base/call-sc.exp: Likewise.
12717 * gdb.base/call-signal-resume.exp: Likewise.
12718 * gdb.base/call-strs.exp: Likewise.
12719 * gdb.base/callexit.exp: Likewise.
12720 * gdb.base/callfuncs.exp: Likewise.
12721 * gdb.base/nodebug.exp: Likewise.
12722 * gdb.base/printcmds.exp: Likewise.
12723 * gdb.base/ptype.exp: Likewise.
12724 * gdb.base/structs.exp: Likewise.
12725 * gdb.base/unwindonsignal.exp: Likewise.
12726 * gdb.cp/gdb2495.exp: Likewise.
12727 * gdb.cp/templates.exp: Likewise.
12728 * gdb.cp/virtfunc.exp: Likewise.
12729 * gdb.threads/hand-call-in-threads.exp: Likewise.
12730 * gdb.threads/interrupted-hand-call.exp: Likewise.
12731 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12732
12733 2016-06-10 Tom Tromey <tom@tromey.com>
12734
12735 PR rust/20110:
12736 * gdb.rust/expr.exp: Add test for integer constant larger than
12737 i32.
12738
12739 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12740
12741 * gdb.fortran/nested-funcs.exp: New.
12742 * gdb.fortran/nested-funcs.f90: New.
12743
12744 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12745
12746 * gdb.base/examine-backward.c: New file.
12747 * gdb.base/examine-backward.exp: New file.
12748
12749 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12750
12751 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12752 matching.
12753
12754 2016-06-02 Tom Tromey <tom@tromey.com>
12755
12756 PR python/18984:
12757 * gdb.python/py-shared.exp: Add solib_name test.
12758
12759 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12760
12761 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12762
12763 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12764
12765 PR c++/19893
12766 * gdb.dwarf2/implref.exp: Rename to...
12767 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12768 * gdb.dwarf2/implref-array.c: New file.
12769 * gdb.dwarf2/implref-array.exp: Likewise.
12770 * gdb.dwarf2/implref-global.c: Likewise.
12771 * gdb.dwarf2/implref-global.exp: Likewise.
12772 * gdb.dwarf2/implref-struct.c: Likewise.
12773 * gdb.dwarf2/implref-struct.exp: Likewise.
12774
12775 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12776
12777 * gdb.trace/trace-condition.exp: Add 64bit tests.
12778
12779 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12780
12781 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12782 bits types.
12783 (main): Adapt to 8 to 64 bits types.
12784 * gdb.trace/trace-condition.exp: Add new tests.
12785
12786 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12787
12788 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12789
12790 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12791
12792 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12793 Move condition tests...
12794 * gdb.trace/trace-condition.exp: Here.
12795
12796 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12797
12798 * gdb.trace/trace-condition.exp: Add counter-case tests.
12799
12800 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12801
12802 PR c++/15231
12803 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12804 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12805
12806 2016-05-27 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12809 New procedure.
12810 (top level): Call it, and bail out of DejaGnu is known to be bad.
12811
12812 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12813
12814 * gdb.base/whatis.c: Extend the test case.
12815 * gdb.base/whatis.exp: Add additional tests.
12816
12817 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12818
12819 * gdb.fortran/type.f90: Add pointer variable.
12820 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12821
12822 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12823
12824 * gdb.fortran/vla-type.exp: Fix testcase name.
12825
12826 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12827
12828 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12829
12830 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12831
12832 * gdb.fortran/type.f90: Add nested structures.
12833 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12834 * gdb.fortran/derived-type.exp: Adapt expected output.
12835 * gdb.fortran/vla-type.exp: Adapt expected output.
12836
12837 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12838
12839 * gdb.fortran/whatis_type.exp: Adapt expected output.
12840
12841 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12842
12843 * gdb.fortran/print_type.exp: Fix expected output.
12844 * gdb.fortran/whatis_type.exp: Fix expected output.
12845
12846 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12847
12848 * gdb.fortran/whatis_type.exp: Use multi_line.
12849
12850 2016-05-24 Tom Tromey <tom@tromey.com>
12851
12852 PR python/17386:
12853 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12854 use value as an index.
12855
12856 2016-05-23 Tom Tromey <tom@tromey.com>
12857
12858 PR python/17981:
12859 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12860 no-breakpoint case.
12861
12862 2016-05-24 Pedro Alves <palves@redhat.com>
12863
12864 PR gdb/19828
12865 * gdb.threads/clone-attach-detach.c: New file.
12866 * gdb.threads/clone-attach-detach.exp: New file.
12867
12868 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12869
12870 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12871
12872 2016-05-23 Tom Tromey <tom@tromey.com>
12873
12874 PR python/19438, PR python/18393:
12875 * gdb.python/py-progspace.exp: Add "dir" test.
12876 * gdb.python/py-objfile.exp: Add "dir" test.
12877
12878 2016-05-23 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12881 * gdb.arch/thumb2-it.exp: Likewise.
12882
12883 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12884
12885 * gdb.mi/mi-threads-interrupt.c: New file.
12886 * gdb.mi/mi-threads-interrupt.exp: New file.
12887
12888 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12889
12890 PR gdb/18077
12891 * gdb.mi/mi-async-run.exp: New file.
12892 * gdb.mi/mi-async-run.c: New file.
12893
12894 2016-05-17 Tom Tromey <tom@tromey.com>
12895 Manish Goregaokar <manishsmail@gmail.com>
12896
12897 * lib/rust-support.exp: New file.
12898 * lib/gdb.exp (skip_rust_tests): New proc.
12899 (build_executable_from_specs): Handle rust.
12900 * lib/future.exp (gdb_find_rustc): New proc.
12901 (gdb_default_target_compile): Handle rust.
12902 * gdb.rust/expr.exp: New file.
12903 * gdb.rust/generics.exp: New file.
12904 * gdb.rust/generics.rs: New file.
12905 * gdb.rust/methods.exp: New file.
12906 * gdb.rust/methods.rs: New file.
12907 * gdb.rust/modules.exp: New file.
12908 * gdb.rust/modules.rs: New file.
12909 * gdb.rust/simple.exp: New file.
12910 * gdb.rust/simple.rs: New file.
12911
12912 2016-05-17 Tom Tromey <tom@tromey.com>
12913
12914 * gdb.base/default.exp (set language): Add rust.
12915
12916 2016-05-17 Tom Tromey <tom@tromey.com>
12917
12918 * gdb.gdb/unittest.exp: New file.
12919
12920 2016-05-16 Yao Qi <yao.qi@linaro.org>
12921
12922 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12923 shell_prompt. Update shell_prompt_re.
12924
12925 2016-05-12 Doug Evans <dje@google.com>
12926
12927 PR symtab/19999
12928 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12929 $options when building executable.
12930 * gdb.dwarf2/fission-loclists-pie.S: New file.
12931 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12932
12933 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12934
12935 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12936 of [is_remote target],
12937
12938 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12939
12940 * lib/gdb.exp (use_gdb_stub): New procedure.
12941
12942 2016-05-03 Yunlian Jiang <yunlian@google.com>
12943 Doug Evans <dje@google.com>
12944
12945 PR symtab/19914
12946 * gdb.dwarf2/dwp-sepdebug.c: New file.
12947 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12948
12949 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12950
12951 * gdb.base/detach.exp: Remove is_remote check.
12952
12953 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12954
12955 * gdb.base/annota-input-while-running.exp: Don't check for
12956 [is_remote target]. Enable annotations after running to main.
12957 Remove unused "set test..." line.
12958
12959 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12960
12961 * gdb.trace/trace-enable-disable.exp: New file.
12962 * gdb.trace/trace-enable-disable.c: New file.
12963
12964 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12967 use it in info sharedlibrary test.
12968 * gdb.trace/ftrace-lock.exp: Likewise.
12969 * gdb.trace/ftrace.exp: Likewise.
12970 * gdb.trace/range-stepping.exp: Likewise.
12971 * gdb.trace/trace-break.exp: Likewise.
12972 * gdb.trace/trace-condition.exp: Likewise.
12973 * gdb.trace/trace-mt.exp: Likewise.
12974
12975 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12976
12977 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12978 (gdb_load_shlib): ... this.
12979 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12980 gdb_load_shlib.
12981 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12982 * gdb.base/ctxobj.exp: Likewise.
12983 * gdb.base/dprintf-pending.exp: Likewise.
12984 * gdb.base/dso2dso.exp: Likewise.
12985 * gdb.base/fixsection.exp: Likewise.
12986 * gdb.base/gcore-relro.exp: Likewise.
12987 * gdb.base/gdb1555.exp: Likewise.
12988 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12989 * gdb.base/gnu-ifunc.exp: Likewise.
12990 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12991 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12992 * gdb.base/pending.exp: Likewise.
12993 * gdb.base/print-file-var.exp: Likewise.
12994 * gdb.base/print-symbol-loading.exp: Likewise.
12995 * gdb.base/shlib-call.exp: Likewise.
12996 * gdb.base/shreloc.exp: Likewise.
12997 * gdb.base/so-impl-ld.exp: Likewise.
12998 * gdb.base/solib-disc.exp: Likewise.
12999 * gdb.base/solib-nodir.exp: Likewise.
13000 * gdb.base/solib-overlap.exp: Likewise.
13001 * gdb.base/solib-symbol.exp: Likewise.
13002 * gdb.base/solib-weak.exp (do_test): Likewise.
13003 * gdb.base/sym-file.exp: Likewise.
13004 * gdb.base/symtab-search-order.exp: Likewise.
13005 * gdb.base/type-opaque.exp: Likewise.
13006 * gdb.base/unload.exp: Likewise.
13007 * gdb.base/watchpoint-solib.exp: Likewise.
13008 * gdb.compile/compile.exp: Likewise.
13009 * gdb.cp/gdb2384.exp: Likewise.
13010 * gdb.cp/infcall-dlopen.exp: Likewise.
13011 * gdb.cp/re-set-overloaded.exp: Likewise.
13012 * gdb.fortran/library-module.exp: Likewise.
13013 * gdb.opt/solib-intra-step.exp: Likewise.
13014 * gdb.python/py-finish-breakpoint.exp: Likewise.
13015 * gdb.python/py-shared.exp: Likewise.
13016 * gdb.reverse/solib-precsave.exp: Likewise.
13017 * gdb.reverse/solib-reverse.exp: Likewise.
13018 * gdb.server/solib-list.exp: Likewise.
13019 * gdb.threads/dlopen-libpthread.exp: Likewise.
13020 * gdb.threads/tls-shared.exp: Likewise.
13021 * gdb.threads/tls-so_extern.exp: Likewise.
13022 * gdb.trace/change-loc.exp: Likewise.
13023 * gdb.trace/ftrace-lock.exp: Likewise.
13024 * gdb.trace/ftrace.exp: Likewise.
13025 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13026 * gdb.trace/pending.exp: Likewise.
13027 * gdb.trace/range-stepping.exp: Likewise.
13028 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13029 (strace_info_marker): Likewise.
13030 (strace_probe_marker): Likewise.
13031 (strace_trace_on_same_addr): Likewise.
13032 (strace_trace_on_diff_addr): Likewise.
13033 * gdb.trace/trace-break.exp: Likewise.
13034 * gdb.trace/trace-condition.exp: Likewise.
13035 * gdb.trace/trace-mt.exp: Likewise.
13036
13037 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13038
13039 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13040 result of gdb_remote_download.
13041 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13042 * gdb.base/dso2dso.exp: Likewise.
13043 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13044 * gdb.base/print-file-var.exp: Likewise.
13045 * gdb.base/shlib-call.exp: Likewise.
13046 * gdb.base/shreloc.exp: Likewise.
13047 * gdb.base/solib-overlap.exp: Likewise.
13048 * gdb.base/solib-weak.exp (do_test): Likewise.
13049 * gdb.base/unload.exp: Likewise.
13050
13051 2016-04-27 Yao Qi <yao.qi@linaro.org>
13052
13053 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13054 exists.
13055
13056 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13057
13058 * vla-type.exp: Print structure from toplevel.
13059
13060 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13061
13062 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13063 of dynamic types.
13064 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13065 of dynamic types.
13066
13067 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13068
13069 * gdb.fortran/vla-type.f90: New file.
13070 * gdb.fortran/vla-type.exp: New file.
13071
13072 2016-04-25 Yao Qi <yao.qi@linaro.org>
13073
13074 * gdb.base/branch-to-self.c: New file.
13075 * gdb.base/branch-to-self.exp: New file.
13076
13077 2016-04-22 Yao Qi <yao.qi@linaro.org>
13078
13079 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13080 more after $hex.
13081
13082 2016-04-22 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13085 * gdb.base/annota3.exp: Likewise.
13086
13087 2016-04-22 Yao Qi <yao.qi@linaro.org>
13088
13089 * gdb.reverse/step-precsave.exp: Do one step and test program
13090 stops in "callee" and do multiple steps until program goes out
13091 of "callee".
13092 * gdb.reverse/step-reverse.exp: Likewise.
13093
13094 2016-04-22 Yao Qi <yao.qi@linaro.org>
13095
13096 * gdb.trace/signal.exp: Also pass if
13097 $tracepoint_hits($i) > $iterations.
13098
13099 2016-04-22 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.trace/signal.c: New file.
13102 * gdb.trace/signal.exp: New file.
13103
13104 2016-04-19 Doug Evans <xdje42@gmail.com>
13105
13106 * gdb.base/bad-file.exp: New file.
13107
13108 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13109
13110 * gdb.dwarf2/implref.exp: New file.
13111
13112 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13113
13114 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13115 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13116 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13117 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13118 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13119 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13120 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13121 * lib/fortran.exp (fortran_int4): New procedure.
13122 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13123 (fortran_logical4): Likewise.
13124
13125 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13126
13127 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13128
13129 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13130
13131 * lib/compiler.c: Add Intel specific preprocessor macros.
13132 * lib/compiler.cc: Likewise.
13133
13134 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13135
13136 * gdb.server/connect-with-no-symbol-file.c: New file.
13137 * gdb.server/connect-with-no-symbol-file.exp: New file.
13138
13139 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13142
13143 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13146 standard output directory.
13147
13148 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13149
13150 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13151
13152 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13153
13154 * gdb.btrace/instruction_history.c (loop): Add declaration.
13155
13156 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13157
13158 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13159
13160 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13161
13162 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13163 parentheses to print.
13164 (continue_handler): Likewise.
13165
13166 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13167
13168 * gdb.server/solib-list.exp: Remove is_remote check.
13169 Pass shlib= to gdb_compile. Don't link shared library with
13170 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13171 Run binary filename through "readlink -f" on the target.
13172
13173 2016-04-08 Pedro Alves <palves@redhat.com>
13174
13175 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13176 interpreter filename as argument to gdbserver_spawn.
13177 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13178 Return empty if $last_loaded_file does not exist.
13179
13180 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13181
13182 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13183 * gdb.base/jit-main.c: Use exit after usage.
13184
13185 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13186
13187 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13188 GDBHISTSIZE prior to the tests.
13189 * gdb.base/gdbinit-history.exp: Likewise.
13190
13191 2016-04-07 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13194 instead of build_executable. Use gdb_load_shlibs.
13195
13196 2016-04-07 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13199 Execute "si" command.
13200
13201 2016-04-07 Yao Qi <yao.qi@linaro.org>
13202
13203 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13204 number instead of the comments on some line.
13205
13206 2016-04-06 Don Breazeal <donb@codesourcery.com>
13207
13208 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13209 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13210
13211 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13212
13213 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13214 standard_output_file. Remove unused binfile variable.
13215
13216 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13217
13218 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13219 * gdb.python/py-mi-objfile.exp: Match "list main" output
13220 in console format.
13221
13222 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13223
13224 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13225 absolute.
13226
13227 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13228
13229 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13230 absolute.
13231 * gdb.trace/ftrace.exp: Likewise.
13232 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13233 targets as well.
13234 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13235 (gdb_load_shlibs): Copy libraries to test directory when testing
13236 natively. Only set solib-search-path if testing remotely.
13237 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13238
13239 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13240
13241 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13242 gdb_download. Use it even if the target is not remote.
13243 * gdb.base/jit.exp (compile_jit_test): Likewise.
13244 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13245 output directory if the destination board is local, otherwise use
13246 the standard remote_download from DejaGnu.
13247 (gdb_download): Remove.
13248 (gdb_load_shlibs): Use gdb_remote_download instead of
13249 gdb_download.
13250 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13251 Use gdb_remote_download instead of gdb_download. Use it even if
13252 the target is not remote.
13253 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13254 instead of gdb_download.
13255
13256 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13257
13258 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13259 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13260 run.
13261
13262 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13263
13264 PR gdb/19820
13265 * gdb.base/printcmds.exp: Add artificial arrays tests.
13266
13267 2016-03-31 Pedro Alves <palves@redhat.com>
13268
13269 PR gdb/19858
13270 * gdb.base/jit-main.c: Include unistd.h.
13271 (ATTACH): Define to 0 if not already defined.
13272 (wait_for_gdb, mypid): New globals.
13273 (WAIT_FOR_GDB): New macro.
13274 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13275 some breakpoint locations.
13276 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13277 New procedures.
13278 (one_jit_test): Add REATTACH parameter, and handle it. Use
13279 continue_to_test_location.
13280 (top level): Test attach, and adjusts calls to one_jit_test.
13281
13282 2016-03-31 Pedro Alves <palves@redhat.com>
13283
13284 PR gdb/19858
13285 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13286 BINSUFFIX parameter, and handle it.
13287 (top level): Adjust calls compile_jit_test.
13288
13289 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13290
13291 PR python/19743
13292 * gdb.python/py-mi-events-gdb.py: New file.
13293 * gdb.python/py-mi-events.c: New file.
13294 * gdb.python/py-mi-events.exp: New file.
13295
13296 2016-03-30 Yao Qi <yao.qi@linaro.org>
13297
13298 * gdb.reverse/until-precsave.exp: Match function name only.
13299 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13300 Move malloc to a condition block.
13301 * gdb.reverse/until-reverse.exp: Match function name only.
13302
13303 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13304
13305 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13306 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13307 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13308 variable for GPR 0 instead of assuming it is register 0.
13309 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13310 * lib/trace-support.exp: Add s390 registers.
13311
13312 2016-03-29 Yao Qi <yao.qi@linaro.org>
13313
13314 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13315
13316 2016-03-24 Yao Qi <yao.qi@linaro.org>
13317
13318 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13319 test message.
13320
13321 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13322
13323 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13324 maintaining separate logic for constructing the output path.
13325
13326 2016-03-16 Don Breazeal <donb@codesourcery.com>
13327
13328 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13329 Retry fork and waitpid on interrupted system call errors.
13330 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13331 Use with_timeout_factor to increase timeout by factor of 10.
13332
13333 2016-03-15 Don Breazeal <donb@codesourcery.com>
13334
13335 * gdb.cp/scope-err.cc: New test program.
13336 * gdb.cp/scope-err.exp: New test script.
13337 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13338 lines and "set breakpoint here" comment.
13339 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13340 Fixed some whitespace and format issues.
13341 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13342 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13343
13344 2016-03-15 Doug Evans <dje@google.com>
13345
13346 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13347 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13348 All callers updated. Add tests for enums, mixed flags register.
13349
13350 2016-03-15 Doug Evans <dje@google.com>
13351
13352 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13353 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13354
13355 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13356
13357 * gdb.base/default.exp: Add $_as_string to the list of expected
13358 convenience functions.
13359
13360 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13361
13362 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13363
13364 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13365
13366 * gdb.python/py-as-string.exp: New file.
13367 * gdb.python/py-as-string.c: New file.
13368
13369 2016-03-09 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13372 signal" -> "Thread NN received signal" output change.
13373 * gdb.threads/ia64-sigill.exp: Likewise.
13374 * gdb.threads/linux-dp.exp: Likewise.
13375 * gdb.threads/manythreads.exp: Likewise.
13376 * gdb.threads/pending-step.exp: Likewise.
13377 * gdb.threads/print-threads.exp: Likewise.
13378 * gdb.threads/sigstep-threads.exp: Likewise.
13379 * gdb.threads/staticthreads.exp: Likewise.
13380 * gdb.threads/tls.exp: Likewise.
13381
13382 2016-03-09 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.base/command-line-input.exp: New file.
13385
13386 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13387
13388 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13389 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13390 * gdb.trace/pending.exp: Accept leading dot before function name.
13391 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13392 * lib/trace-support.exp: Set registers for ppc.
13393
13394 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13395
13396 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13397 use it for disassembly; accept .main in addition to main in backtrace.
13398
13399 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13400 Marcin Kościelnicki <koriakin@0x04.net>
13401
13402 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13403 (gdb_recursion_test_ptr): New global variable.
13404 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13405 gdb_recursion_test.
13406 (gdb_c_test): Ditto.
13407
13408 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13409
13410 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13411 ordering.
13412
13413 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13414
13415 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13416 (bar): Add bar_start_lbl label.
13417 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13418 of foo/bar for emitting DWARF and tracing.
13419
13420 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13421
13422 * analyze-racy-logs.py: Set executable bit.
13423
13424 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13425
13426 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13427 (CHECK_TARGET_TMP): Likewise.
13428 (check-single-racy): New rule.
13429 (check-parallel-racy): Likewise.
13430 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13431 (do-check-parallel-racy): New rule.
13432 (check-racy/%.exp): Likewise.
13433 * README (Racy testcases): New section.
13434 * analyze-racy-logs.py: New file.
13435
13436 2016-03-03 Doug Evans <dje@google.com>
13437
13438 * gdb.base/skip.exp: Use with_test_prefix.
13439
13440 2016-03-03 Yao Qi <yao.qi@linaro.org>
13441
13442 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13443 Invoke step_over_syscall "clone" and break_cond_on_syscall
13444 "clone".
13445 * gdb.base/step-over-clone.c: New file.
13446
13447 2016-03-03 Yao Qi <yao.qi@linaro.org>
13448
13449 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13450 code format.
13451
13452 2016-03-03 Yao Qi <yao.qi@linaro.org>
13453
13454 * gdb.base/disp-step-fork.c: Rename to ...
13455 * gdb.base/step-over-fork.c: ... it. New file.
13456 * gdb.base/disp-step-vfork.c: Rename to ...
13457 * gdb.base/step-over-vfork.c: ... it. New file.
13458 * gdb.base/disp-step-syscall.exp: Rename to ...
13459 * gdb.base/step-over-syscall.exp: ... it. New file.
13460 (disp_step_cross_syscall): Rename to ...
13461 (step_over_syscall): ... it.
13462
13463 2016-03-03 Yao Qi <yao.qi@linaro.org>
13464
13465 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13466 If target supports condition evaluation on target, invoke
13467 break_cond_on_syscall for fork and vfork.
13468
13469 2016-03-03 Yao Qi <yao.qi@linaro.org>
13470
13471 * gdb.base/disp-step-syscall.exp: Don't invoke
13472 support_displaced_stepping.
13473 (disp_step_cross_syscall): Test with displaced stepping off and
13474 on if supported.
13475
13476 2016-03-03 Yao Qi <yao.qi@linaro.org>
13477
13478 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13479 proc.
13480 (setup): New proc.
13481 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13482 and setup.
13483
13484 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13485
13486 * gdb.fortran/vla-history.exp: Remove breakpoint.
13487
13488 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13489
13490 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13491 exceeds timeout.
13492
13493 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13494
13495 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13496 breakpoint.
13497
13498 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13499
13500 * gdb.mi/vla.f90: Nullify pointer after declaration.
13501
13502 2016-03-01 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13505
13506 2016-03-01 Pedro Alves <palves@redhat.com>
13507
13508 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13509 before anything else.
13510 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13511 _GNU_SOURCE here.
13512 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13513 before anything else.
13514 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13515
13516 2016-03-01 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13519
13520 2016-03-01 Yao Qi <yao.qi@linaro.org>
13521
13522 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13523 prepare_for_testing.
13524
13525 2016-03-01 Yao Qi <yao.qi@linaro.org>
13526
13527 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13528
13529 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13530
13531 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13532 manually constructing the output path.
13533
13534 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13535
13536 * gdb.arch/s390-stackless.S: New.
13537 * gdb.arch/s390-stackless.exp: New.
13538
13539 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13540
13541 * gdb.dlang/circular.c: New file.
13542 * gdb.dlang/circular.exp: New file.
13543
13544 2016-02-26 Yao Qi <yao.qi@linaro.org>
13545
13546 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13547 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13548 (testcases): Update.
13549
13550 2016-02-26 Yao Qi <yao.qi@linaro.org>
13551
13552 * gdb.reverse/aarch64.c: Rename to ...
13553 * gdb.reverse/insn-reverse.c: ... it.
13554 * gdb.reverse/aarch64.exp: Rename to ...
13555 * gdb.reverse/insn-reverse.exp: ... it.
13556
13557 2016-02-26 Yao Qi <yao.qi@linaro.org>
13558
13559 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13560 (testcase_ftype): New.
13561 (testcases): New array.
13562 (n_testcases): New.
13563 (main): Call each element in testcases.
13564 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13565 (read_testcase): New.
13566 Do the tests in a loop.
13567
13568 2016-02-25 Yao Qi <yao.qi@linaro.org>
13569
13570 * gdb.base/branches.c: Remove.
13571
13572 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13573
13574 PR gdb/13808
13575 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13576
13577 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13578
13579 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13580
13581 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13582
13583 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13584 change x86_64 call_insn to 'callq'.
13585
13586 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13587
13588 * gdb.trace/tfile-avx.c: Move to...
13589 * gdb.trace/tracefile-pseudo-reg.c: Here.
13590 * gdb.trace/tfile-avx.exp: Move to...
13591 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13592
13593 2016-02-24 Gary Benson <gbenson@redhat.com>
13594
13595 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13596 message on attach.
13597
13598 2016-02-23 Doug Evans <dje@google.com>
13599
13600 * gdb.base/skip.c (test_skip): New function.
13601 (end_test_skip_file_and_function): New function.
13602 (test_skip_file_and_function): New function.
13603 * gdb.base/skip1.c (test_skip): New function.
13604 (skip1_test_skip_file_and_function): New function.
13605 * gdb.base/skip.exp: Add tests for new skip options.
13606 * gdb.base/skip-solib.exp: Update expected output.
13607 * gdb.perf/skip-command.cc: New file.
13608 * gdb.perf/skip-command.exp: New file.
13609 * gdb.perf/skip-command.py: New file.
13610
13611 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13612
13613 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13614 info registers pattern.
13615
13616 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13617
13618 * lib/future.exp: Add D support.
13619 (gdb_find_gdc): New proc.
13620 (gdb_default_target_compile): Add D support.
13621
13622 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13623
13624 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13625 user+system time.
13626 (trace_speed_test): Determine the iteration count for a time
13627 between 15..30 seconds.
13628
13629 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13630
13631 * gdb.arch/i386-mpx-sigsegv.c: New file.
13632 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13633 * gdb.arch/i386-mpx-simple_segv.c: New file.
13634 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13635
13636 2016-02-18 Yao Qi <yao.qi@linaro.org>
13637
13638 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13639 Don't call setup_kfail.
13640
13641 2016-02-18 Yao Qi <yao.qi@linaro.org>
13642
13643 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13644 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13645
13646 2016-02-16 Doug Evans <dje@google.com>
13647
13648 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13649 * gdb.base/skip1.c: Ditto.
13650 * gdb.base/skip.exp: Whitespace cleanup.
13651
13652 2016-02-16 Don Breazeal <donb@codesourcery.com>
13653
13654 PR remote/19496
13655 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13656 Remove kfail for PR remote/19496.
13657
13658 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13659
13660 * lib/gdb.exp (standard_temp_file): Return a path specific to
13661 the runtest invocation.
13662
13663 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13664
13665 * gdb.trace/save-trace.exp: Change relative path to be in the
13666 standard output directory.
13667
13668 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13669
13670 * gdb.arch/i386-prologue.c: Add missing prototypes.
13671
13672 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13673
13674 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13675 * gdb.arch/i386-prologue.exp: Likewise.
13676 * gdb.arch/i386-size.exp: Likewise.
13677
13678 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13679
13680 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13681 define object file path.
13682 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13683 file path.
13684 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13685 standard_output_file to define binfile.
13686
13687 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13688
13689 Fix compatibility with recent gfortran-5.3.1.
13690 * gdb.fortran/vla-history.exp (print vla1 allocated)
13691 (print vla2 allocated, print $2, print $3): Remove
13692 (print $4): Rename to ...
13693 (print $2): ... here.
13694 (print $9): Rename to ...
13695 (print $5): ... here.
13696 (print $10): Rename to ...
13697 (print $6): ... here.
13698 * gdb.fortran/vla.f90: Add pvla initialization.
13699
13700 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13701
13702 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13703 New test.
13704 * gdb.fortran/vla-value-sub.exp: Likewise.
13705
13706 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13707
13708 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13709
13710 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13711
13712 * i386-biarch-core.exp: Define corefile using
13713 standard_output_file.
13714
13715 2016-02-12 Yao Qi <yao.qi@linaro.org>
13716
13717 * gdb.arch/arm-single-step-kernel-helper.c: New.
13718 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13719
13720 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13721
13722 * gdb.btrace/tailcall-only.exp: New.
13723 * gdb.btrace/tailcall-only.c: New.
13724 * gdb.btrace/x86_64-tailcall-only.S: New.
13725 * gdb.btrace/i686-tailcall-only.S: New.
13726
13727 2016-02-11 Pedro Alves <palves@redhat.com>
13728
13729 * README (Parallel testing): Add missing double quotes.
13730
13731 2016-02-11 Pedro Alves <palves@redhat.com>
13732
13733 * README (Parallel testing): New section.
13734 (GDB_PARALLEL): Rewrite.
13735 (FORCE_PARALLEL): Document.
13736
13737 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13738
13739 * gdb.trace/tfile-avx.c: New test.
13740 * gdb.trace/tfile-avx.exp: New test.
13741
13742 2016-02-09 Keith Seitz <keiths@redhat.com>
13743
13744 PR breakpoints/19546
13745 * gdb.base/infcall-exec.c: New file.
13746 * gdb.base/infcall-exec2.c: New file.
13747 * gdb.base/infcall-exec.exp: New file.
13748
13749 2016-02-09 Keith Seitz <keiths@redhat.com>
13750
13751 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13752 (toplevel): Call test_bkpt_address.
13753
13754 2016-02-09 Keith Seitz <keiths@redhat.com>
13755
13756 PR python/19506
13757 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13758 (toplevel): Call test_bkpt_address.
13759
13760 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13761
13762 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13763 to AC_OUTPUT.
13764 * configure: Regenerate.
13765
13766 2016-02-09 Pedro Alves <palves@redhat.com>
13767
13768 PR breakpoints/19548
13769 * gdb.base/execl-update-breakpoints.c (some_function): New
13770 function.
13771 (main): Call it.
13772 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13773 Tighten expected GDB output.
13774
13775 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13776
13777 * Makefile.in (ALL_SUBDIRS): Remove.
13778 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13779 (distclean maintainer-clean realclean): Likewise.
13780 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13781 * configure: Regenerate.
13782 * gdb.ada/Makefile.in: Delete.
13783 * gdb.arch/Makefile.in: Likewise.
13784 * gdb.asm/Makefile.in: Likewise.
13785 * gdb.base/Makefile.in: Likewise.
13786 * gdb.btrace/Makefile.in: Likewise.
13787 * gdb.cell/Makefile.in: Likewise.
13788 * gdb.compile/Makefile.in: Likewise.
13789 * gdb.cp/Makefile.in: Likewise.
13790 * gdb.disasm/Makefile.in: Likewise.
13791 * gdb.dlang/Makefile.in: Likewise.
13792 * gdb.dwarf2/Makefile.in: Likewise.
13793 * gdb.fortran/Makefile.in: Likewise.
13794 * gdb.gdb/Makefile.in: Likewise.
13795 * gdb.go/Makefile.in: Likewise.
13796 * gdb.guile/Makefile.in: Likewise.
13797 * gdb.java/Makefile.in: Likewise.
13798 * gdb.linespec/Makefile.in: Likewise.
13799 * gdb.mi/Makefile.in: Likewise.
13800 * gdb.modula2/Makefile.in: Likewise.
13801 * gdb.multi/Makefile.in: Likewise.
13802 * gdb.objc/Makefile.in: Likewise.
13803 * gdb.opencl/Makefile.in: Likewise.
13804 * gdb.opt/Makefile.in: Likewise.
13805 * gdb.pascal/Makefile.in: Likewise.
13806 * gdb.perf/Makefile.in: Likewise.
13807 * gdb.python/Makefile.in: Likewise.
13808 * gdb.reverse/Makefile.in: Likewise.
13809 * gdb.server/Makefile.in: Likewise.
13810 * gdb.stabs/Makefile.in: Likewise.
13811 * gdb.threads/Makefile.in: Likewise.
13812 * gdb.trace/Makefile.in: Likewise.
13813 * gdb.xml/Makefile.in: Likewise.
13814 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13815 GDB_PARALLEL.
13816 (standard_output_file): Remove check for GDB_PARALLEL, always
13817 return path in outputs/$subdir/$testname.
13818
13819 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13820
13821 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13822 (site.exp): Assign abs_srcdir to tcl's srcdir.
13823
13824 2016-02-04 Yao Qi <yao.qi@linaro.org>
13825
13826 * gdb.base/foll-exec-mode.c: Include limits.h.
13827 (main): Add parameters argc and argv. Get directory from
13828 argv[0].
13829 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13830 compilation.
13831 * gdb.base/foll-exec.c: Include limits.h.
13832 (main): Add parameters argc and argv.
13833 Get directory from argv[0].
13834 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13835 Adjust tests on the number of lines as source code changed.
13836 * gdb.base/foll-vfork-exit.c: Include limits.h.
13837 (main): Add one line of statement before vfork.
13838 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13839 (main): Add parameters argc and argv. Get directory from
13840 argv[0].
13841 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13842 (setup_gdb): Set tbreak to skip some source lines.
13843 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13844 (main): Add parameters argc and argv. Get directory from
13845 argv[0].
13846 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13847 compilation.
13848 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13849 (main): Add parameters argc and argv. Get directory from
13850 argv[0].
13851 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13852 compilation.
13853
13854 2016-02-01 Doug Evans <dje@google.com>
13855
13856 * gdb.base/skip.exp: Clean up multiple references to same test name.
13857
13858 2016-02-01 Pedro Alves <palves@redhat.com>
13859
13860 PR remote/19496
13861 * gdb.threads/forking-threads-plus-breakpoint.exp
13862 (displaced_stepping_supported): New global.
13863 (probe_displaced_stepping_support): New procedure.
13864 (do_test): Add 'displaced' parameter, and use it.
13865 (top level): Check for displaced stepping support. Add displaced
13866 stepping on/off testing axis.
13867
13868 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13869
13870 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13871 pointer. Don't perform further tests on the unassociated pointer
13872 if the first test fails.
13873
13874 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13875
13876 * gdb.base/max-value-size.c: New file.
13877 * gdb.base/max-value-size.exp: New file.
13878 * gdb.base/huge.exp: Disable max-value-size for this test.
13879
13880 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13881
13882 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13883
13884 2016-01-28 Yao Qi <yao.qi@linaro.org>
13885
13886 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13887
13888 2016-01-25 Pedro Alves <palves@redhat.com>
13889
13890 PR threads/19461
13891 * gdb.base/fork-running-state.c: New file.
13892 * gdb.base/fork-running-state.exp: New file.
13893
13894 2016-01-25 Pedro Alves <palves@redhat.com>
13895
13896 PR gdb/19494
13897 * gdb.base/catch-fork-kill.c: New file.
13898 * gdb.base/catch-fork-kill.exp: New file.
13899
13900 2016-01-25 Pedro Alves <palves@redhat.com>
13901
13902 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13903 Delete, moved to lib/gdb.exp.
13904 * gdb.threads/forking-threads-plus-breakpoint.exp
13905 (foreach_with_prefix): Likewise.
13906 * gdb.threads/process-dies-while-handling-bp.exp
13907 (foreach_with_prefix): Likewise.
13908 * lib/gdb.exp (foreach_with_prefix): New procedure.
13909
13910 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13911
13912 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13913 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13914
13915 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13916
13917 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13918 endian targets.
13919
13920 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13921 Pedro Alves <palves@redhat.com>
13922
13923 Fix testsuite compatibility with Guile.
13924 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13925 number.
13926
13927 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13928
13929 Fix testsuite compatibility with Guile.
13930 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13931 (thread 1): New test for backtrace through signal handler.
13932
13933 2016-01-22 Yao Qi <yao.qi@linaro.org>
13934
13935 PR testsuite/19491
13936 * gdb.base/multi-forks.c: Include
13937 ../lib/unbuffer_output.c
13938 (main): Call gdb_unbuffer_output.
13939
13940 2016-01-21 Doug Evans <dje@google.com>
13941
13942 * lib/ada.exp (gdb_compile_ada): Fix typo.
13943
13944 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13945
13946 * gdb.base/break-fun-addr.exp: New file.
13947 * gdb.base/break-fun-addr1.c: New file.
13948 * gdb.base/break-fun-addr2.c: New file.
13949
13950 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13951
13952 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13953 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13954 enum flag values.
13955
13956 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13957
13958 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13959 when GDB can not set the vector return value. Add more comments
13960 for clarification.
13961
13962 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13963
13964 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13965 command.
13966
13967 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13968
13969 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13970
13971 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13972
13973 * Makefile.in (check-single): Pass --status to runtest.
13974 (check/%.exp): Likewise.
13975
13976 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13977
13978 * Makefile.in (check-parallel): Propagate return code from make
13979 do-check-parallel.
13980
13981 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13982
13983 * gdb.trace/ftrace.exp: Fix expected message on continue.
13984 * gdb.trace/pending.exp: Fix expected message on continue.
13985 * gdb.trace/trace-break.exp: Fix expected message on continue.
13986
13987 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13988
13989 * lib/gdb.exp (gdb_test): Remove unused global references.
13990
13991 2016-01-18 Pedro Alves <palves@redhat.com>
13992
13993 * gdb.base/async-shell.exp: Adjust expected output.
13994 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13995 * gdb.base/siginfo-thread.exp: Adjust expected output.
13996 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13997 * gdb.java/jnpe.exp: Adjust expected output.
13998 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13999 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14000 * gdb.threads/leader-exit.exp: Adjust expected output.
14001 * gdb.threads/manythreads.exp: Adjust expected output.
14002 * gdb.threads/pthreads.exp: Adjust expected output.
14003 * gdb.threads/schedlock.exp: Adjust expected output.
14004 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14005 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14006 expected output.
14007 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14008 output.
14009 * gdb.threads/sigthread.exp: Adjust expected output.
14010 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14011
14012 2016-01-18 Yao Qi <yao.qi@linaro.org>
14013
14014 * gdb.guile/scm-section-script.c: Replace @progbits with
14015 %progbits.
14016 * gdb.python/py-section-script.c: Likewise.
14017
14018 2016-01-15 Pedro Alves <palves@redhat.com>
14019
14020 * gdb.multi/tids.exp: Test star wildcard ranges.
14021
14022 2016-01-15 Pedro Alves <palves@redhat.com>
14023
14024 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14025 command from "thread apply" invocation.
14026 (thr_apply_info_thr_invalid): Default the expected output to the
14027 input tid list.
14028 (top level): Add tests that use convenience variables. Add tests
14029 for "thread apply" with a valid TID list, but missing the command.
14030
14031 2016-01-13 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.base/default.exp: Expect $_gthread as well.
14034 * gdb.multi/tids.exp: Test $_gthread.
14035 * gdb.threads/thread-specific.exp: Test $_gthread.
14036
14037 2016-01-13 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.multi/tids.exp: Test "info threads -gid".
14040
14041 2016-01-13 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14044 Breakpoint.thread.
14045 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14046
14047 2016-01-07 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.base/break.exp: Adjust to output changes.
14050 * gdb.base/hbreak2.exp: Likewise.
14051 * gdb.base/sepdebug.exp: Likewise.
14052 * gdb.base/watch_thread_num.exp: Likewise.
14053 * gdb.linespec/keywords.exp: Likewise.
14054 * gdb.multi/info-threads.exp: Likewise.
14055 * gdb.threads/thread-find.exp: Likewise.
14056 * gdb.multi/tids.c: New file.
14057 * gdb.multi/tids.exp: New file.
14058
14059 2016-01-13 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14062
14063 2016-01-13 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.base/default.exp: Expect $_inferior as well.
14066 * gdb.multi/base.exp: Test $_inferior.
14067
14068 2016-01-13 Pedro Alves <palves@redhat.com>
14069
14070 PR breakpoints/19388
14071 * gdb.base/catch-signal-siginfo-cond.c: New file.
14072 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14073
14074 2016-01-12 Josh Stone <jistone@redhat.com>
14075 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14076
14077 * gdb.base/catch-syscall.c (do_execve): New variable.
14078 (main): Conditionally trigger an execve.
14079 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14080 (test_catch_syscall_execve): New, check entry/return across execve.
14081 (do_syscall_tests): Call test_catch_syscall_execve.
14082
14083 2016-01-12 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.base/random-signal.exp (do_test): New procedure, with body
14086 of testcase moved in.
14087
14088 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14089 Pedro Alves <palves@redhat.com>
14090
14091 * gdb.base/funcargs.exp (finish from indirectly called function):
14092 Reintroduce the case for 'First'.
14093
14094 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14095 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14098 (tcatch_vfork_then_child_follow_exec)
14099 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14100 identification.
14101
14102 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14103
14104 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14105 and repeats to unlimited.
14106 * gdb.python/py-value.exp: Likewise.
14107 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14108 and repeats to unlimited.
14109
14110 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14111
14112 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14113 and reordering the functions.
14114 * gdb.multi/hangout.c: Likewise.
14115 * gdb.multi/hello.c: Likewise.
14116
14117 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14118
14119 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14120 absolute.
14121 (SingleStatisticTestResult.report): Use dict.keys instead of
14122 dict.iterkeys.
14123
14124 2016-01-06 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14127
14128 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14129
14130 * gdb.btrace/dlopen.exp: New.
14131 * gdb.btrace/dlopen.c: New.
14132 * gdb.btrace/dlopen-dso.c: New.
14133
14134 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14135
14136 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14137 PATTERN argument is optional.
14138
14139 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14140
14141 * lib/ada.exp (target_compile_ada_from_dir): New function.
14142 (gdb_compile_ada): Reimplement avoiding the use of project files.
14143 * gdb.ada/gnat_ada.gpr: Delete.
14144 * gdb.ada/cond_lang.exp: Adjust test to make path before
14145 filename optional.
14146 * gdb.ada/small_reg_param.exp: Likewise.
14147
14148 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14149
14150 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14151
14152 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14153
14154 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14155 case.
14156
14157 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14158
14159 * gdb.base/break.exp: Remove dead code.
14160 * gdb.base/sepdebug.exp: Likewise.
14161
14162 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14163
14164 * gdb.asm/asm-source.exp: Remove HP-UX references.
14165 * gdb.base/annota1.exp: Likewise.
14166 * gdb.base/annota3.exp: Likewise.
14167 * gdb.base/attach.exp: Likewise.
14168 * gdb.base/bigcore.exp: Likewise.
14169 * gdb.base/break.exp: Likewise.
14170 * gdb.base/call-ar-st.exp: Likewise.
14171 * gdb.base/callfuncs.exp: Likewise.
14172 * gdb.base/catch-fork-static.exp: Likewise.
14173 * gdb.base/display.exp: Likewise.
14174 * gdb.base/foll-exec-mode.exp: Likewise.
14175 * gdb.base/foll-exec.exp: Likewise.
14176 * gdb.base/foll-fork.exp: Likewise.
14177 * gdb.base/foll-vfork.exp: Likewise.
14178 * gdb.base/funcargs.exp: Likewise.
14179 * gdb.base/hbreak2.exp: Likewise.
14180 * gdb.base/inferior-died.exp: Likewise.
14181 * gdb.base/interrupt.exp: Likewise.
14182 * gdb.base/multi-forks.exp: Likewise.
14183 * gdb.base/nodebug.exp: Likewise.
14184 * gdb.base/sepdebug.exp: Likewise.
14185 * gdb.base/solib1.c: Likewise.
14186 * gdb.base/step-test.exp: Likewise.
14187 * gdb.mi/non-stop.c: Likewise.
14188 * gdb.mi/pthreads.c: Likewise.
14189 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14190 * gdb.threads/pthreads.c: Likewise.
14191 * gdb.threads/staticthreads.exp: Likewise.
14192 * lib/future.exp: Likewise.
14193 * lib/gdb.exp: Likewise.
14194 * gdb.base/so-indr-cl.c: Remove.
14195 * gdb.base/so-indr-cl.exp: Likewise.
14196 * gdb.base/solib.c: Likewise.
14197 * gdb.base/solib.exp: Likewise.
14198 * gdb.base/solib2.c: Likewise.
14199
14200 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14201
14202 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14203 * gdb.base/call-ar-st.exp: Likewise.
14204 * gdb.base/callfuncs.exp: Likewise.
14205 * gdb.base/condbreak.exp: Likewise.
14206 * gdb.base/constvars.exp: Likewise.
14207 * gdb.base/hbreak2.exp: Likewise.
14208 * gdb.base/langs.exp: Likewise.
14209 * gdb.base/list.exp: Likewise.
14210 * gdb.base/long_long.exp: Likewise.
14211 * gdb.base/ptype.exp: Likewise.
14212 * gdb.base/scope.exp: Likewise.
14213 * gdb.base/signals.exp: Likewise.
14214 * gdb.base/so-impl-ld.exp: Likewise.
14215 * gdb.base/varargs.exp: Likewise.
14216 * gdb.base/volatile.exp: Likewise.
14217 * gdb.base/whatis.exp: Likewise.
14218 * gdb.cp/cplusfuncs.exp: Likewise.
14219 * gdb.cp/inherit.exp: Likewise.
14220 * gdb.cp/local.exp: Likewise.
14221 * gdb.cp/member-ptr.exp: Likewise.
14222 * gdb.cp/method.exp: Likewise.
14223 * gdb.cp/overload.exp: Likewise.
14224 * gdb.cp/templates.exp: Likewise.
14225 * gdb.stabs/weird.exp: Likewise.
14226 * lib/compiler.c: Likewise.
14227 * lib/compiler.cc: Likewise.
14228 * lib/cp-support.exp: Likewise.
14229 * lib/gdb.exp: Likewise.
14230
14231 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14232
14233 * configure.ac: Remove HP-UX case.
14234 * configure: Regenerate.
14235
14236 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14237
14238 * lib/gdb.exp (gdb_compile): Add function doc.
14239
14240 2015-12-17 Pedro Alves <palves@redhat.com>
14241
14242 PR threads/19354
14243 * gdb.multi/info-threads.exp: New file.
14244
14245 2015-12-15 Yao Qi <yao.qi@linaro.org>
14246
14247 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14248 is aarch64*-*-*.
14249
14250 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14251
14252 * gdb.base/history-duplicates.exp: Skip if no readline support.
14253
14254 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14255
14256 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14257
14258 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14259
14260 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14261
14262 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14263
14264 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14265 ctrl-C if nointerrupts target property is set.
14266 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14267 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14268 * gdb.base/paginate-bg-execution.exp: Likewise.
14269 * gdb.base/paginate-execution-startup.exp: Likewise.
14270 * gdb.base/random-signal.exp: Likewise.
14271 * gdb.base/range-stepping.exp: Likewise.
14272 * gdb.cp/annota2.exp: Likewise.
14273 * gdb.cp/annota3.exp: Likewise.
14274 * gdb.gdb/selftest.exp: Likewise.
14275 * gdb.threads/continue-pending-status.exp: Likewise.
14276 * gdb.threads/leader-exit.exp: Likewise.
14277 * gdb.threads/manythreads.exp: Likewise.
14278 * gdb.threads/pthreads.exp: Likewise.
14279 * gdb.threads/schedlock.exp: Likewise.
14280 * gdb.threads/sigthread.exp: Likewise.
14281
14282 2015-12-11 Don Breazeal <donb@codesourcery.com>
14283
14284 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14285 remote.
14286 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14287 * gdb.base/foll-exec.exp (main): Enable for target remote.
14288 * gdb.base/foll-fork.exp (main): Likewise.
14289 * gdb.base/foll-vfork.exp (main): Likewise.
14290 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14291 (proc continue_to_exit_bp_loc): Use clean_restart.
14292 * gdb.base/pie-execl.exp (main): Disable for target remote.
14293 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14294 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14295 * gdb.threads/execl.exp (main): Likewise.
14296 * gdb.threads/fork-child-threads.exp (main): Likewise.
14297 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14298 remote.
14299 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14300 remote.
14301 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14302 pid.tid style ptids, instead of just tid.
14303 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14304 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14305 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14306 ptids, instead of just tid.
14307
14308 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14309
14310 * gdb.base/list.exp (test_list_forward): Add end of file error
14311 test.
14312 (test_repeat_list_command): Add end of file error test.
14313 (test_list_backwards): Add beginning of file error test.
14314
14315 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14316
14317 * gdb.base/list.exp (test_list_invalid_args): New function,
14318 defined, and called.
14319
14320 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14321
14322 * gdb.base/list.exp (test_list): Make test names unique.
14323
14324 2015-12-11 Yao Qi <yao.qi@linaro.org>
14325
14326 * gdb.base/coremaker2.c: Remove.
14327
14328 2015-12-10 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.multi/base.exp: Remove stale "spaces" references.
14331
14332 2015-12-10 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.multi/base.exp: Don't use nowarnings.
14335 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14336 * gdb.multi/hangout.c: Include stdio.h.
14337 * gdb.multi/hello.c: Include stdlib.h.
14338 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14339 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14340 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14341
14342 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14343
14344 * gdb.dwarf2/dw2-ranges-base.c: New file.
14345 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14346 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14347 support additional line table, and debug ranges generation.
14348 (Dwarf::ranges): New function, generate .debug_ranges.
14349 (Dwarf::lines): Support generating simple line table programs.
14350 (Dwarf::assemble): Initialise new namespace variables.
14351
14352 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14353
14354 * gdb.base/async.exp (proc test_background): Add case for
14355 asynchronous execution not supported.
14356
14357 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14358
14359 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14360 format and change test names to make them unique.
14361
14362 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14363 Pedro Alves <pedro@redhat.com>
14364
14365 PR gdb/18702
14366 Add checking of floatformats setup on x86_64 hosts.
14367 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14368 (smallval, bigval): New labels/constants.
14369 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14370 float" after loading bigval and smallval.
14371
14372 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14373
14374 * gdb.ada/fun_overload_menu.exp: New testcase.
14375 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14376
14377 2015-12-04 Josh Stone <jistone@redhat.com>
14378
14379 * gdb.base/catch-fork-static.exp: New.
14380
14381 2015-12-03 Yao Qi <yao.qi@linaro.org>
14382
14383 * gdb.base/sizeof.c: Don't include stdio.h and
14384 ../lib/unbuffer_output.c.
14385 (main): New variable 'size' and 'value'. Remove printf and
14386 gdb_unbuffer_output. Assign return value to size and value.
14387 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14388 at the beginning.
14389 (check_sizeof): Check the result by printing variable 'size'.
14390 (check_valueof): Check the result by printing variable 'value'.
14391
14392 2015-12-01 Yao Qi <yao.qi@linaro.org>
14393
14394 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14395 for aarch64*-*-linux* target.
14396
14397 2015-11-30 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14400
14401 2015-11-30 Pedro Alves <palves@redhat.com>
14402
14403 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14404 Handle non-stop mode vCont replies.
14405
14406 2015-11-30 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14409 prepare_for_testing. Start gdb with "set non-stop on" appended to
14410 GDBFLAGS. Lax expected stop output.
14411
14412 2015-11-27 Yao Qi <yao.qi@linaro.org>
14413
14414 * gdb.arch/arm-neon.exp: New.
14415 * gdb.arch/arm-neon.c: New.
14416
14417 2015-11-27 Yao Qi <yao.qi@linaro.org>
14418
14419 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14420
14421 2015-11-27 Yao Qi <yao.qi@linaro.org>
14422
14423 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14424 frames-invalid annotation.
14425
14426 2015-11-27 Yao Qi <yao.qi@linaro.org>
14427
14428 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14429
14430 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14431
14432 * gdb.threads/names.exp: New file.
14433 * gdb.threads/names.c: New file.
14434 * README: Mention gdb,no_thread_names.
14435
14436 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14437
14438 PR 19297
14439 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14440 support" error.
14441
14442 2015-11-24 Pedro Alves <palves@redhat.com>
14443
14444 PR 17539
14445 * gdb.base/display.exp: Expect displays to be sorted in ascending
14446 order. Use multi_line.
14447 * gdb.base/solib-display.exp: Likewise.
14448
14449 2015-11-24 Pedro Alves <palves@redhat.com>
14450
14451 PR 17539
14452 * gdb.base/display.exp: Expect displays to be sorted in ascending
14453 order. Use multi_line.
14454 * gdb.base/solib-display.exp: Likewise.
14455
14456 2015-11-24 Pedro Alves <palves@redhat.com>
14457
14458 PR 17539
14459 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14460 threads in ascending order.
14461 * gdb.base/foll-fork.exp: Likewise.
14462 * gdb.base/foll-vfork.exp: Likewise.
14463 * gdb.base/multi-forks.exp: Likewise.
14464 * gdb.mi/mi-nonstop.exp: Likewise.
14465 * gdb.mi/mi-nsintrall.exp: Likewise.
14466 * gdb.multi/base.exp: Likewise.
14467 * gdb.multi/multi-arch.exp: Likewise.
14468 * gdb.python/py-inferior.exp: Likewise.
14469 * gdb.threads/break-while-running.exp: Likewise.
14470 * gdb.threads/execl.exp: Likewise.
14471 * gdb.threads/gcore-thread.exp: Likewise.
14472 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14473 * gdb.threads/kill.exp: Likewise.
14474 * gdb.threads/linux-dp.exp: Likewise.
14475 * gdb.threads/multiple-step-overs.exp: Likewise.
14476 * gdb.threads/next-bp-other-thread.exp: Likewise.
14477 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14478 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14479 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14480 * gdb.threads/thread-find.exp: Likewise.
14481 * gdb.threads/tls.exp: Likewise.
14482 * lib/mi-support.exp (mi_reverse_list): Delete.
14483 (mi_check_thread_states): No longer reverse list.
14484
14485 2015-11-24 Pedro Alves <palves@redhat.com>
14486
14487 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14488 use lowercase.
14489
14490 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14491
14492 * gdb.trace/actions.c: Include trace-common.h.
14493 (main): Add a location for a fast tracepoint.
14494 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14495 the normal tracepoints.
14496 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14497
14498 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14499
14500 * save-trace.exp: Factor out code to these...
14501 (gdb_save_tracepoints): New.
14502 (gdb_load_tracepoints): New.
14503 (do_save_load_test): New.
14504
14505 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14506
14507 * gdb.base/asmlabel.exp: New test.
14508 * gdb.base/asmlabel.c: New test case.
14509
14510 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14511
14512 * gdb.base/wrong_frame_bt_full-main.c: New file.
14513 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14514 * gdb.base/wrong_frame_bt_full.exp: New file.
14515
14516 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14517
14518 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14519
14520 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14521
14522 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14523 pstate register when comparing registers values in
14524 sparc64-*-linux-gnu targets to avoid spurious differences.
14525
14526 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14527
14528 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14529
14530 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14531
14532 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14533 as type argument to gdb_compile.
14534 * gdb.base/nested-subp2.exp: Likewise.
14535 * gdb.base/nested-subp3.exp: Likewise.
14536
14537 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14538
14539 * lib/dwarf.exp (_note): Fix left shift of negative value.
14540 * gdb.trace/trace-condition.exp: Likewise.
14541
14542 2015-11-13 Yao Qi <yao.qi@linaro.org>
14543
14544 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14545 comments about d10v.
14546 (test_scalar_returns): Likewise.
14547 * gdb.base/d10v.ld: Remove.
14548 * gdb.base/overlays.exp: Remove the target triplet checking for
14549 d10v-*-*.
14550 * gdb.base/structs.exp (test_struct_returns): Remove the
14551 comments about d10v.
14552 (test_struct_calls): Likewise.
14553
14554 2015-11-13 Yao Qi <yao.qi@linaro.org>
14555
14556 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14557 * gdb.base/gnu_vector.c: Don't include stdio.h.
14558 (main): Don't print res and call add_some_intvecs.
14559
14560 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14561
14562 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14563 macro.
14564 (func5): Removed.
14565 (func4): Use FAST_TRACEPOINT_LABEL.
14566 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14567 macro.
14568 (func): Removed.
14569 (thread_function): Use FAST_TRACEPOINT_LABEL.
14570 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14571 (func): Remove.
14572 (marker): Use FAST_TRACEPOINT_LABEL.
14573 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14574 (pendfunc1): Remove.
14575 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14576 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14577 (foo): Remove.
14578 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14579 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14580 macro.
14581 (func): Remove.
14582 (marker): Use FAST_TRACEPOINT_LABEL.
14583 * gdb.trace/trace-common.h: New header.
14584 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14585 macro.
14586 (func): Remove.
14587 (marker): Use FAST_TRACEPOINT_LABEL.
14588 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14589 (func): Remove.
14590 (thread_function): Use FAST_TRACEPOINT_LABEL.
14591
14592 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14593
14594 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14595 in front.
14596 * gdb.trace/change-loc.exp: Use global pcreg definition.
14597 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14598 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14599 in front.
14600 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14601 * gdb.trace/pending.exp: Likewise.
14602 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14603 * gdb.trace/trace-break.exp: Likewise.
14604 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14605 in front.
14606 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14607 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14608 in front.
14609 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14610
14611 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14612
14613 * gdb.ada/fin_fun_out: New testcase.
14614
14615 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14616
14617 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14618 value associated with DW_AT_byte_size.
14619 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14620 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14621 DW_AT_upper_bound.
14622
14623 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14624
14625 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14626 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14627 version.
14628 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14629 gdb.dwarf2/dw2-canonicalize-type.exp,
14630 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14631 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14632 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14633 provided by gdb_target_symbol_prefix_flags_asm.
14634 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14635 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14636 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14637 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14638 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14639 macros where needed). Use this macro for symbols which require
14640 the prefix provided by SYMBOL_PREFIX.
14641
14642 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14643
14644 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14645 New procs.
14646 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14647 representing expressions, of more than one list element.
14648 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14649 to prepend linker symbol prefix to f.
14650 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14651 table_1 and table_2.
14652 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14653 Likewise, for f and g.
14654 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14655 for ptr.
14656 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14657 for main.
14658 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14659 table_1_ptr and table_2_ptr.
14660
14661 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14662 Joel Brobecker <brobecker@adacore.com>
14663
14664 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14665
14666 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14667
14668 * gdb.reverse/s390-mvcle.c: New test.
14669 * gdb.reverse/s390-mvcle.exp: New file.
14670 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14671
14672 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14673
14674 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14675
14676 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14677
14678 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14679 reaching marker2.
14680 * gdb.reverse/getresuid-reverse.exp: Likewise.
14681 * gdb.reverse/pipe-reverse.exp: Likewise.
14682 * gdb.reverse/readv-reverse.exp: Likewise.
14683 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14684 * gdb.reverse/time-reverse.exp: Likewise.
14685 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14686
14687 2015-10-30 Yao Qi <yao.qi@linaro.org>
14688
14689 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14690 (empty_cycle): Remove.
14691 (main): Don't call empty_cycle. Don't use watch_count_done.
14692 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14693 empty_cycle. Rewrite the code counting HW watchpoints.
14694
14695 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14696
14697 * gdb.reverse/fstatat-reverse.c: New test.
14698 * gdb.reverse/fstatat-reverse.exp: New file.
14699 * gdb.reverse/getresuid-reverse.c: New test.
14700 * gdb.reverse/getresuid-reverse.exp: New file.
14701 * gdb.reverse/pipe-reverse.c: New test.
14702 * gdb.reverse/pipe-reverse.exp: New file.
14703 * gdb.reverse/readv-reverse.c: New test.
14704 * gdb.reverse/readv-reverse.exp: New file.
14705 * gdb.reverse/recvmsg-reverse.c: New test.
14706 * gdb.reverse/recvmsg-reverse.exp: New file.
14707 * gdb.reverse/time-reverse.c: New test.
14708 * gdb.reverse/time-reverse.exp: New file.
14709 * gdb.reverse/waitpid-reverse.c: New test.
14710 * gdb.reverse/waitpid-reverse.exp: New file.
14711
14712 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14713
14714 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14715
14716 2015-10-26 Doug Evans <dje@google.com>
14717
14718 PR symtab/17391
14719 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14720 * gdb.dwarf2/bad-regnum.c: New file.
14721 * gdb.dwarf2/bad-regnum.exp: New file.
14722
14723 2015-10-26 Doug Evans <dje@google.com>
14724
14725 PR python/18938
14726 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14727 file.
14728
14729 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14730
14731 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14732 for a change by "Mention language in compile error message".
14733
14734 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14735
14736 PR python/18073
14737 * gdb.python/py-type.c (C::a_method): New.
14738 (C::a_const_method): New.
14739 (C::a_static_method): New.
14740 (a_function): New.
14741 * gdb.python/py-type.exp (test_fields): Test getting fields
14742 from function and method.
14743
14744 2015-10-21 Keven Boell <keven.boell@intel.com>
14745
14746 * gdb.fortran/vla-alloc-assoc.exp: New file.
14747 * gdb.fortran/vla-datatypes.exp: New file.
14748 * gdb.fortran/vla-datatypes.f90: New file.
14749 * gdb.fortran/vla-history.exp: New file.
14750 * gdb.fortran/vla-ptype-sub.exp: New file.
14751 * gdb.fortran/vla-ptype.exp: New file.
14752 * gdb.fortran/vla-sizeof.exp: New file.
14753 * gdb.fortran/vla-sub.f90: New file.
14754 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14755 * gdb.fortran/vla-value-sub-finish.exp: New file.
14756 * gdb.fortran/vla-value-sub.exp: New file.
14757 * gdb.fortran/vla-value.exp: New file.
14758 * gdb.fortran/vla-ptr-info.exp: New file.
14759 * gdb.mi/mi-vla-fortran.exp: New file.
14760 * gdb.mi/vla.f90: New file.
14761
14762 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14763
14764 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14765 of hardwired timeout value.
14766
14767 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14768 Pedro Alves <palves@redhat.com>
14769
14770 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14771 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14772
14773 2015-10-19 Josh Stone <jistone@redhat.com>
14774
14775 * gdb.base/catch-syscall.c: Include <sched.h>.
14776 (unknown_syscall): New variable.
14777 (main): Trigger a vfork and an unknown syscall.
14778 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14779 (unknown_syscall_number): Likewise.
14780 (check_call_to_syscall): Accept an optional syscall pattern.
14781 (check_return_from_syscall): Likewise.
14782 (check_continue): Likewise.
14783 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14784 (test_catch_syscall_skipping_return): New test toggling off 'catch
14785 syscall' to step over the syscall return, then toggling back on.
14786 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14787 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14788 (do_syscall_tests): Call test_catch_syscall_without_args and
14789 test_catch_syscall_mid_vfork.
14790 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14791 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14792
14793 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14794
14795 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14796 print g_vE): Add new pass patterns.
14797 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14798 print various symbol names for vptr fields.
14799
14800 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14801
14802 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14803 results.
14804
14805 2015-10-12 Yao Qi <yao.qi@linaro.org>
14806
14807 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14808
14809 2015-10-12 Yao Qi <yao.qi@linaro.org>
14810
14811 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14812 is aarch64*-*-linux*.
14813
14814 2015-10-12 Yao Qi <yao.qi@linaro.org>
14815
14816 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14817 (can_relocate_bcond_true): ... it.
14818 (can_relocate_bcond_false): New function.
14819 (foo): Likewise.
14820 (can_relocate_bl): Likewise.
14821 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14822 can_relocate_bl.
14823
14824 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14825
14826 * gdb.base/nested-addr.c: New file.
14827 * gdb.base/nested-addr.exp: New testcase.
14828
14829 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14830
14831 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14832 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14833 its output. Ignore the output of "record goto begin" and instead
14834 check that GDB is replaying.
14835
14836 2015-10-09 Pedro Alves <palves@redhat.com>
14837
14838 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14839 (top level): Use it in the run with no args test.
14840
14841 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14842
14843 * gdb.dlang/properties.exp: New file.
14844
14845 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14846
14847 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14848 whether or not address 0x1000 is mapped on the target.
14849
14850 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14851
14852 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14853 build.
14854
14855 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14856
14857 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14858 instruction-history test.
14859
14860 2015-09-28 Doug Evans <dje@google.com>
14861
14862 * gdb.base/gcore.c (array_func): Add reference to static_array.
14863
14864 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14865
14866 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14867 source line.
14868
14869 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14870
14871 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14872 short or char as base type.
14873
14874 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14875
14876 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14877 to allow any size enum.
14878
14879 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14880
14881 * gdb.ada/array_ptr_renaming.exp: New testcase.
14882 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14883 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14884
14885 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14886
14887 * gdb.trace/ftrace-lock.c: New file.
14888 * gdb.trace/ftrace-lock.exp: New file.
14889
14890 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14891
14892 * gdb.arch/insn-reloc.c: New file.
14893 * gdb.arch/ftrace-insn-reloc.exp: New file.
14894
14895 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14896
14897 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14898 instruction.
14899 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14900 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14901 * gdb.trace/range-stepping.c: Likewise.
14902 * gdb.trace/trace-break.c: Likewise.
14903 * gdb.trace/trace-mt.c (thread_function): Likewise.
14904 * gdb.trace/ftrace.c (marker): Likewise.
14905 * gdb.trace/trace-condition.c (marker): Likewise.
14906 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14907 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14908 is_aarch64_target.
14909
14910 2015-09-18 Doug Evans <xdje42@gmail.com>
14911
14912 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14913 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14914
14915 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14916
14917 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14918 the breakpoint.
14919
14920 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14921
14922 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14923 the pending breakpoint. Remove timeout override for "Run till
14924 MI pending breakpoint on pendfunc3 on thread 2" test.
14925
14926 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14927
14928 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14929 filename pattern.
14930
14931 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14932
14933 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14934 in breakpoint filename pattern.
14935
14936 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14937
14938 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14939
14940 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14941
14942 * gdb.linespec/explicit.exp: Check for readline support for
14943 tab-completion tests. Fix obvious typo.
14944
14945 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14946
14947 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14948 and replay.
14949
14950 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14951
14952 * gdb.btrace/non-stop.c: New.
14953 * gdb.btrace/non-stop.exp: New.
14954
14955 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14956 Yao Qi <yao.qi@linaro.org>
14957
14958 * gdb.trace/trace-condition.c: New file.
14959 * gdb.trace/trace-condition.exp: New file.
14960
14961 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14962
14963 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14964 for testing bytecode compilation.
14965
14966 2015-09-16 Pedro Alves <palves@redhat.com>
14967 Sandra Loosemore <sandra@codesourcery.com>
14968
14969 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14970 (SECONDS): Redefine.
14971 (main): Call pthread_kill and alarm early.
14972 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14973 support.
14974 (test): If the target can't hardware step and doesn't support
14975 displaced stepping, increase the timeout.
14976
14977 2015-09-16 Pedro Alves <palves@redhat.com>
14978
14979 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14980 (enable_debug): New procedures.
14981 (test): Use them. Bail out if waiting for threads fails.
14982 (top level): Bail out if a test fails.
14983
14984 2015-09-16 Yao Qi <yao.qi@linaro.org>
14985
14986 * gdb.asm/asm-source.exp: Set asm-arch for
14987 aarch64*-*-* target.
14988 * gdb.asm/aarch64.inc: New file.
14989
14990 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14991
14992 * gdb.ada/array_of_variable_length.exp: New testcase.
14993 * gdb.ada/array_of_variable_length/foo.adb: New file.
14994 * gdb.ada/array_of_variable_length/pck.adb: New file.
14995 * gdb.ada/array_of_variable_length/pck.ads: New file.
14996
14997 2015-09-15 Doug Evans <dje@google.com>
14998
14999 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15000 of function static local variable.
15001
15002 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15003
15004 * gdb.threads/tls-so_extern.exp: New test file.
15005 * gdb.threads/tls-so_extern.c: New test file.
15006 * gdb.threads/tls-so_extern_main.c: New test file.
15007
15008 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15009
15010 * gdb.opt/solib-intra-step-lib.c: New file.
15011 * gdb.opt/solib-intra-step-main.c: New file.
15012 * gdb.opt/solib-intra-step.exp: New file.
15013
15014 2015-09-15 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15017 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15018
15019 2015-09-14 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.base/hook-stop-continue.c: Delete.
15022 * gdb.base/hook-stop-continue.exp: Delete.
15023 * gdb.base/hook-stop-frame.c: Delete.
15024 * gdb.base/hook-stop-frame.exp: Delete.
15025 * gdb.base/hook-stop.c: New file.
15026 * gdb.base/hook-stop.exp: New file.
15027
15028 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15029
15030 * gdb.ada/access_to_packed_array.exp: New testcase.
15031 * gdb.ada/access_to_packed_array/foo.adb: New file.
15032 * gdb.ada/access_to_packed_array/pack.adb: New file.
15033 * gdb.ada/access_to_packed_array/pack.ads: New file.
15034
15035 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15036
15037 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15038 buffer size test.
15039
15040 2015-09-11 Don Breazeal <donb@codesourcery.com>
15041
15042 * gdb.base/foll-exec.c: Add copyright header. Fix
15043 formatting issues.
15044 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15045 (do_exec_tests): Use clean_restart in place of zap_session,
15046 and for test initialization. Fix formatting issues. Use
15047 fail in place of perror.
15048 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15049 an expect statement to match an expression with output from
15050 the program under debug.
15051 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15052 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15053 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15054 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15055 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15056
15057 2015-09-09 Doug Evans <dje@google.com>
15058
15059 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15060
15061 2015-09-09 Doug Evans <dje@google.com>
15062
15063 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15064
15065 2015-09-09 Doug Evans <dje@google.com>
15066
15067 * gdb.base/savedregs.exp: Fix typo.
15068
15069 2015-09-09 Pedro Alves <palves@redhat.com>
15070
15071 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15072
15073 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15074
15075 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15076 command actually switches threads. Give up on remaining
15077 tests if target fails to stop at breakpoint.
15078
15079 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15080
15081 * gdb.ada/funcall_char.exp: New testcase.
15082 * gdb.ada/funcall_char/foo.adb: New file.
15083
15084 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15085
15086 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15087 expected outputs. Add two testcases for completing ambiguous
15088 functions.
15089 * gdb.ada/complete/aux_pck.adb: New file.
15090 * gdb.ada/complete/aux_pck.ads: New file.
15091 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15092 Ambiguous_Func functions.
15093 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15094 * gdb.ada/complete/pck.adb: Likewise.
15095
15096 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15097
15098 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15099 failures to run the test program under GDB.
15100
15101 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15102
15103 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15104 to C.
15105
15106 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15107
15108 * gdb.base/run-after-attach.exp: New test file.
15109 * gdb.base/run-after-attach.c: New test file.
15110
15111 2015-08-26 Don Breazeal <donb@codesourcery.com>
15112
15113 * gdb.base/foll-exec-2.c: New test program.
15114 * gdb.base/foll-exec-2.exp: New test.
15115
15116 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15117
15118 * gdb.base/nested-subp1.exp: New file.
15119 * gdb.base/nested-subp1.c: New file.
15120 * gdb.base/nested-subp2.exp: New file.
15121 * gdb.base/nested-subp2.c: New file.
15122 * gdb.base/nested-subp3.exp: New file.
15123 * gdb.base/nested-subp3.c: New file.
15124
15125 2015-08-24 Pedro Alves <palves@redhat.com>
15126
15127 * gdb.server/connect-without-multi-process.c: New file.
15128 * gdb.server/connect-without-multi-process.exp: New file.
15129
15130 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15131
15132 * gdb.opt/inline-markers.c: Make z int.
15133
15134 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15135
15136 * gdb.opt/inline-markers.c: Make z volatile.
15137
15138 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15139
15140 * gdb.opt/inline-bt.c: New volatile global z.
15141 * gdb.opt/inline-cmds.c: Likewise.
15142 * gdb.opt/inline-locals.c: Likewise.
15143 * gdb.opt/inline-markers.c: New extern global z.
15144 (marker): Use z.
15145 (inline_fn): Likewise.
15146
15147 2015-08-24 Pedro Alves <palves@redhat.com>
15148
15149 * config/m32r-stub.exp: Remove file.
15150 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15151 * gdb.base/call-rt-st.exp: Likewise.
15152 * gdb.base/call-strs.exp: Likewise.
15153 * gdb.base/default.exp: Remove references to h8300-*-hms and
15154 *-*-udi*.
15155 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15156
15157 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15158
15159 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15160 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15161 and "return" use KFAIL when GDB can not read/write the vector
15162 return value.
15163
15164 2015-08-21 Gary Benson <gbenson@redhat.com>
15165
15166 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15167
15168 2015-08-20 Pedro Alves <palves@redhat.com>
15169
15170 * gdb.server/solib-list.exp: No longer expect an interior stop in
15171 non-stop mode.
15172
15173 2015-08-20 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.server/connect-stopped-target.c: New file.
15176 * gdb.server/connect-stopped-target.exp: New file.
15177
15178 2015-08-20 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.dwarf2/comp-unit-lang.exp: New file.
15181 * gdb.dwarf2/comp-unit-lang.c: New file.
15182
15183 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15184
15185 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15186 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15187
15188 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15189
15190 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15191 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15192
15193 2015-08-18 Doug Evans <dje@google.com>
15194 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15195
15196 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15197 skip_python_tests. New arg prompt_regexp.
15198 (skip_python_tests): New function.
15199 * lib/mi-support.exp (mi_skip_python_tests): New function.
15200 * gdb.python/py-mi-objfile-gdb.py: New file.
15201 * gdb.python/py-mi-objfile.c: New file.
15202 * gdb.python/py-mi-objfile.exp: New file.
15203
15204 2015-08-17 Keith Seitz <keiths@redhat.com>
15205
15206 * gdb.linespec/explicit.exp: Move strace test from here ...
15207 * gdb.trace/strace.exp: ... to here.
15208
15209 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15210
15211 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15212 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15213
15214 2015-08-14 Doug Evans <xdje42@gmail.com>
15215
15216 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15217 inferior before selecting a new file.
15218
15219 2015-08-14 Doug Evans <xdje42@gmail.com>
15220
15221 * gdb.mi/mi-disassemble.exp: Update.
15222 * gdb.base/disasm-optim.S: New file.
15223 * gdb.base/disasm-optim.c: New file.
15224 * gdb.base/disasm-optim.h: New file.
15225 * gdb.base/disasm-optim.exp: New file.
15226
15227 2015-08-14 Keith Seitz <keiths@redhat.com>
15228
15229 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15230 "evaluated-by".
15231
15232 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15233
15234 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15235
15236 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15237
15238 * gdb.ada/fun_renaming.exp: New testcase.
15239 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15240 * gdb.ada/fun_renaming/pack.adb: New file.
15241 * gdb.ada/fun_renaming/pack.ads: New file.
15242
15243 2015-08-12 Keith Seitz <keiths@redhat.com>
15244
15245 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15246 gdb_get_line_number.
15247
15248 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15249
15250 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15251 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15252 gdb.base/dso2dso.exp: New files.
15253
15254 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15255 Pedro Alves <palves@redhat.com>
15256 Keith Seitz <keiths@redhat.com>
15257
15258 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15259 GDBFLAGS.
15260
15261 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15262
15263 * gdb.base/gdbhistsize-history.exp
15264 (test_histsize_history_setting): Use save_vars.
15265 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15266 Use save_vars.
15267 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15268 * gdb.base/readline.exp: Use save_vars.
15269
15270 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15271
15272 * lib/gdb.exp (save_vars): New proc.
15273
15274 2015-08-11 Keith Seitz <keiths@redhat.com>
15275
15276 * gdb.base/help.exp: Update help_breakpoint_text.
15277
15278 2015-08-11 Keith Seitz <keiths@redhat.com>
15279
15280 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15281 (at toplevel): Call test_explicit_breakpoints.
15282 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15283 breakpoints.
15284 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15285 breakpoint conditions, "-cond".
15286
15287 2015-08-11 Keith Seitz <keiths@redhat.com>
15288
15289 * gdb.linespec/3explicit.c: New file.
15290 * gdb.linespec/cpexplicit.cc: New file.
15291 * gdb.linespec/cpexplicit.exp: New file.
15292 * gdb.linespec/explicit.c: New file.
15293 * gdb.linespec/explicit.exp: New file.
15294 * gdb.linespec/explicit2.c: New file.
15295 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15296 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15297 before using in the matching pattern.
15298 Clarify that `prefix' is a regular expression.
15299
15300 2015-08-11 Keith Seitz <keiths@redhat.com>
15301
15302 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15303 test.
15304 Add tests for missing ",FMT" and ",".
15305
15306 2015-08-10 Doug Evans <dje@google.com>
15307 Keith Seitz <keiths@redhat.com>
15308
15309 PR gdb/17960
15310 * gdb.base/completion.exp: Add location completer tests.
15311
15312 2015-08-07 Pedro Alves <palves@redhat.com>
15313
15314 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15315 tests here.
15316 (top level): Run do_test with and without displaced stepping.
15317
15318 2015-08-07 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/valgrind-disp-step.c: New file.
15321 * gdb.base/valgrind-disp-step.exp: New file.
15322
15323 2015-08-07 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15326 Delete function.
15327 (main): Add alarm. Run an infinite loop instead of calling
15328 wait_threads.
15329 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15330 comment.
15331 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15332 Delete function.
15333 (main): Add alarm. Run an infinite loop instead of calling
15334 wait_threads.
15335 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15336 comment.
15337
15338 2015-08-07 Pedro Alves <palves@redhat.com>
15339
15340 * gdb.base/checkpoint-ns.exp: New file.
15341 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15342 standard_testfile.
15343
15344 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15345
15346 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15347 * gdb.btrace/instruction_history.exp: Update.
15348 * gdb.btrace/tsx.exp: New.
15349 * gdb.btrace/tsx.c: New.
15350
15351 2015-08-06 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15354 increase timeout.
15355 * gdb.reverse/until-precsave.exp: Bump timeouts.
15356
15357 2015-08-06 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15360
15361 2015-08-06 Pedro Alves <palves@redhat.com>
15362
15363 PR gdb/18749
15364 * gdb.threads/process-dies-while-handling-bp.c: New file.
15365 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15366
15367 2015-08-06 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15370 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15371
15372 2015-08-05 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15375 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15376
15377 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15378
15379 * gdb.base/bp-permanent.exp: Report test as unsupported if
15380 the target cannot stop at the permanent breakpoint.
15381
15382 2015-08-03 Doug Evans <dje@google.com>
15383
15384 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15385 10000.
15386
15387 2015-08-03 Doug Evans <dje@google.com>
15388
15389 * Makefile.in (workers/%.worker, build-perf): New rule.
15390 (GDB_PERFTEST_MODE): New variable.
15391 (check-perf): Use it.
15392 (clean): Clean up gdb.perf parallel build subdirs.
15393 * lib/build-piece.exp: New file.
15394 * lib/gdb.exp (make_gdb_parallel_path): New function
15395 (standard_output_file, standard_temp_file): Call it.
15396 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15397 of $GDB_PARALLEL.
15398 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15399
15400 2015-08-03 Doug Evans <dje@google.com>
15401
15402 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15403 (LOG_FILE_NAME): New global.
15404 (TextReporter.__init__): Initialize self.txt_sum.
15405 (TextReporter.report): Add support for multiple data-points.
15406 Move report to perftest.sum, put raw data in perftest.log.
15407 (TextReporter.start): Open sum and log files.
15408 (TextReporter.end): Close sum and log files.
15409 * gdb.perf/lib/perftest/testresult.py
15410 (SingleStatisticTestResult.record): Handle multiple data-points.
15411
15412 2015-07-31 Pedro Alves <palves@redhat.com>
15413
15414 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15415 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15416 kill_wait_spawned_process instead of explicit "kill -9".
15417 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15418 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15419 kill_wait_spawned_process.
15420 * gdb.base/attach-twice.exp: Likewise.
15421 * gdb.base/attach.exp: Likewise.
15422 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15423 gdb_test_multiple.
15424 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15425 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15426 kill_wait_spawned_process.
15427 * gdb.base/valgrind-infcall.exp: Likewise.
15428 * gdb.multi/multi-attach.exp: Likewise.
15429 * gdb.python/py-prompt.exp: Likewise.
15430 * gdb.python/py-sync-interp.exp: Likewise.
15431 * gdb.server/ext-attach.exp: Likewise.
15432 * gdb.threads/attach-into-signal.exp (corefunc): Use
15433 spawn_wait_for_attach, spawn_id_get_pid and
15434 kill_wait_spawned_process.
15435 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15436 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15437 spawn_id_get_pid and kill_wait_spawned_process.
15438 * gdb.threads/attach-stopped.exp (corefunc): Use
15439 spawn_wait_for_attach, spawn_id_get_pid and
15440 kill_wait_spawned_process.
15441 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15442 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15443 kill_wait_spawned_process instead of explicit "kill -9".
15444 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15445 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15446 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15447 processes. Don't map cygwin/windows pids here. Now returns a
15448 spawn id list.
15449
15450 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15451
15452 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15453 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15454 correct patch.
15455
15456 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15457
15458 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15459
15460 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15461
15462 Reapply:
15463 2014-05-21 Mark Wielaard <mjw@redhat.com>
15464
15465 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15466
15467 2015-07-30 Pedro Alves <palves@redhat.com>
15468
15469 * linux-low.c (handle_extended_wait): Set the child's last
15470 reported status to TARGET_WAITKIND_STOPPED.
15471
15472 2015-07-30 Pedro Alves <palves@redhat.com>
15473
15474 PR threads/18600
15475 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15476 only shows inferior 1.
15477
15478 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15479 Pedro Alves <palves@redhat.com>
15480
15481 PR threads/18600
15482 * gdb.threads/fork-plus-threads.c: New file.
15483 * gdb.threads/fork-plus-threads.exp: New file.
15484
15485 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15486
15487 * gdb.base/batch-preserve-term-settings.exp
15488 (test_terminal_settings_preserved_after_cli_exit): Use
15489 send_quit_command.
15490
15491 2015-07-29 Pedro Alves <palves@redhat.com>
15492 Don Breazeal <donb@codesourcery.com>
15493
15494 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15495 output from both inferior_spawn_id and gdb_spawn_id.
15496
15497 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15498
15499 * gdb.threads/attach-into-signal.exp (corefunc): Use
15500 with_test_prefix on nested loops, uniquefying the test messages.
15501
15502 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15503
15504 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15505 commit.
15506
15507 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15508
15509 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15510 New proc.
15511 (test_terminal_settings_preserved_after_sigterm): New test.
15512
15513 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15514
15515 * gdb.base/batch-preserve-term-settings.exp
15516 (test_terminal_settings_preserved_after_cli_exit): New test.
15517
15518 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15519
15520 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15521 manipulation of saved_gdbflags.
15522 (test_terminal_settings_preserved): Remove global declaration of
15523 the unused variable pagination_prompt. Remove manipulation of
15524 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15525 GDBFLAGS.
15526
15527 2015-07-29 Pedro Alves <palves@redhat.com>
15528
15529 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15530
15531 2015-07-29 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15534 at the top.
15535
15536 2015-07-29 Pedro Alves <palves@redhat.com>
15537
15538 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15539 (main): Call gdb_unbuffer_output.
15540 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15541 (main): Call gdb_unbuffer_output.
15542 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15543 (main): Call gdb_unbuffer_output.
15544 * gdb.base/call-strs.exp: Adjust to step over the
15545 gdb_unbuffer_output call.
15546 * gdb.base/catch-gdb-caused-signals.c: Include
15547 "../lib/unbuffer_output.c".
15548 (main): Call gdb_unbuffer_output.
15549 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15550 (main): Call gdb_unbuffer_output.
15551 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15552 (main): Call gdb_unbuffer_output.
15553 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15554 (main): Call gdb_unbuffer_output.
15555 * gdb.base/shlib-call.exp: Adjust to step over the
15556 gdb_unbuffer_output call.
15557 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15558 (main): Call gdb_unbuffer_output.
15559 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15560 (main): Call gdb_unbuffer_output.
15561 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15562 (main): Rename to ...
15563 (test): ... this.
15564 (main): Reimplement.
15565 * gdb.base/varargs.exp: Run to test instead of to main.
15566 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15567 (main): Call gdb_unbuffer_output.
15568
15569 2015-07-29 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15572 factore out from mi_continue_dprintf. For call-style dprintfs,
15573 expect dprintf output out of $inferior_spawn_id.
15574 (mi_continue_dprintf): Use mi_expect_dprintf.
15575 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15576 (main): Call gdb_unbuffer_output.
15577
15578 2015-07-29 Pedro Alves <palves@redhat.com>
15579
15580 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15581 (default_mi_gdb_start): Set inferior_spawn_id instead of
15582 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15583 gdb_spawn_id.
15584 (mi_gdb_test): Always expect inferior output from both
15585 $inferior_spawn_id and $gdb_spawn_id.
15586
15587 2015-07-29 Pedro Alves <palves@redhat.com>
15588
15589 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15590 send_inferior and $inferior_spawn_id.
15591
15592 2015-07-29 Pedro Alves <palves@redhat.com>
15593
15594 * gdb.gdb/complaints.exp (test_initial_complaints)
15595 (test_serial_complaints, test_short_complaints): Use
15596 gdb_test_stdio.
15597 (test_empty_complaint): Handle $inferior_spawn_id !=
15598 $gdb_spawn_id.
15599
15600 2015-07-29 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/varargs.exp: Use gdb_test_stdio.
15603
15604 2015-07-29 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15607
15608 2015-07-29 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15611
15612 2015-07-29 Pedro Alves <palves@redhat.com>
15613
15614 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15615 parameter into two new parameters, "inf_result" and "gdb_result".
15616 Expect inferior output and gdb output from $inferior_spawn_id and
15617 $gdb_spawn_id, respectively. Adjust all callers.
15618
15619 2015-07-29 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15622 of gdb_test_sequence.
15623
15624 2015-07-29 Pedro Alves <palves@redhat.com>
15625
15626 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15627 (saw_spurious_output): Expect inferior output from
15628 $inferior_spawn_id. Use gdb_test_stdio.
15629
15630 2015-07-29 Pedro Alves <palves@redhat.com>
15631
15632 * gdb.base/dprintf.exp: Use standard_testfile. Change
15633 prepare_for_testing call.
15634 (srcfile): Don't set.
15635 (restart): New procedure.
15636 (test_dprintf): New procecure, use to continue over dprintfs.
15637 (test_call, test_agent): New procedures, tests moved here.
15638 Restart gdb and recreate dprintfs. Adjust expected output.
15639
15640 2015-07-29 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15643
15644 2015-07-29 Pedro Alves <palves@redhat.com>
15645
15646 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15647
15648 2015-07-29 Pedro Alves <palves@redhat.com>
15649
15650 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15651 gdb_test_stdio.
15652
15653 2015-07-29 Pedro Alves <palves@redhat.com>
15654
15655 * lib/gdb.exp (gdb_test_stdio): New procedure.
15656
15657 2015-07-29 Pedro Alves <palves@redhat.com>
15658
15659 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15660
15661 2015-07-29 Pedro Alves <palves@redhat.com>
15662
15663 * gdb.base/call-signal-resume.exp: Remove check for
15664 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15665 * gdb.base/unwindonsignal.exp: Likewise.
15666 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15667 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15668
15669 2015-07-29 Pedro Alves <palves@redhat.com>
15670
15671 * gdb.base/siginfo-addr.c (pass): New function.
15672 (handler): Call it iff si_addr is correct.
15673 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15674 Set a breakpoint at "pass" and continue to it.
15675
15676 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15677
15678 * gdb.python/py-objfile.exp: Make some tests have unique names.
15679 * gdb.python/py-pp-registration.exp: Likewise.
15680
15681 2015-07-28 Pedro Alves <palves@redhat.com>
15682
15683 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15684
15685 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15686
15687 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15688
15689 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15690
15691 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15692
15693 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15694
15695 * gdb.base/gdb-sigterm-2.exp: New test.
15696
15697 2015-07-25 Doug Evans <xdje42@gmail.com>
15698
15699 Revert:
15700 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15701 (workers/%.worker, build-perf): New rule.
15702 (GDB_PERFTEST_MODE): New variable.
15703 (check-perf): Use it.
15704 (clean): Clean up gdb.perf parallel build subdirs.
15705 * lib/build-piece.exp: New file.
15706 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15707 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15708 name.
15709 (standard_temp_file): Ditto.
15710 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15711 of $GDB_PARALLEL.
15712
15713 2015-07-24 Doug Evans <dje@google.com>
15714
15715 * gdb.perf/lib/perftest/utils.py: New file.
15716 * gdb.perf/gm-hello.cc: New file.
15717 * gdb.perf/gm-pervasive-typedef.cc: New file.
15718 * gdb.perf/gm-pervasive-typedef.h: New file.
15719 * gdb.perf/gm-std.cc: New file.
15720 * gdb.perf/gm-std.h: New file.
15721 * gdb.perf/gm-use-cerr.cc: New file.
15722 * gdb.perf/gm-utils.h: New file.
15723 * gdb.perf/gmonster-null-lookup.py: New file.
15724 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15725 * gdb.perf/gmonster-print-cerr.py: New file.
15726 * gdb.perf/gmonster-ptype-string.py: New file.
15727 * gdb.perf/gmonster-runto-main.py: New file.
15728 * gdb.perf/gmonster-select-file.py: New file.
15729 * gdb.perf/gmonster1-null-lookup.exp: New file.
15730 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15731 * gdb.perf/gmonster1-print-cerr.exp: New file.
15732 * gdb.perf/gmonster1-ptype-string.exp: New file.
15733 * gdb.perf/gmonster1-runto-main.exp: New file.
15734 * gdb.perf/gmonster1-select-file.exp: New file.
15735 * gdb.perf/gmonster1.cc: New file.
15736 * gdb.perf/gmonster1.exp: New file.
15737 * gdb.perf/gmonster2-null-lookup.exp: New file.
15738 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15739 * gdb.perf/gmonster2-print-cerr.exp: New file.
15740 * gdb.perf/gmonster2-ptype-string.exp: New file.
15741 * gdb.perf/gmonster2-runto-main.exp: New file.
15742 * gdb.perf/gmonster2-select-file.exp: New file.
15743 * gdb.perf/gmonster2.cc: New file.
15744 * gdb.perf/gmonster2.exp: New file.
15745
15746 2015-07-24 Doug Evans <dje@google.com>
15747
15748 * gdb.perf/README: New file.
15749 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15750 * lib/gen-perf-test.exp: New file.
15751
15752 2015-07-24 Doug Evans <dje@google.com>
15753
15754 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15755 (PerfTest::startup): New function.
15756 (PerfTest::run): Return result of calling body.
15757 (PerfTest::assemble): Rewrite.
15758 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15759 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15760 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15761 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15762 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15763
15764 2015-07-24 Doug Evans <dje@google.com>
15765
15766 * lib/gdb.exp (clean_restart): Make executable optional.
15767
15768 2015-07-24 Doug Evans <dje@google.com>
15769
15770 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15771 compiler_info references.
15772 * gdb.cp/temargs.exp: Ditto.
15773 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15774 (get_compiler_info): Early exit if already computed. Set compiler_info
15775 to "unknown" if there was a problem.
15776 (test_compiler_info): Add function comment. Call get_compiler_info.
15777
15778 2015-07-24 Doug Evans <dje@google.com>
15779
15780 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15781 (workers/%.worker, build-perf): New rule.
15782 (GDB_PERFTEST_MODE): New variable.
15783 (check-perf): Use it.
15784 (clean): Clean up gdb.perf parallel build subdirs.
15785 * lib/build-piece.exp: New file.
15786 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15787 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15788 name.
15789 (standard_temp_file): Ditto.
15790 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15791 of $GDB_PARALLEL.
15792
15793 2015-07-24 Doug Evans <dje@google.com>
15794
15795 * lib/future.exp (gdb_default_target_compile): New option
15796 "early_flags".
15797 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15798 --as-needed.
15799
15800 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15801
15802 * gdb.base/catch-syscall.exp: Call gdb_exit before
15803 gdb_skip_xml_test.
15804
15805 2015-07-24 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.python/py-events.exp: Accept output between the stop event
15808 and the prompt.
15809 * gdb.python/py-evsignal.exp: Likewise.
15810 * gdb.python/py-evthreads.exp: Likewise.
15811
15812 2015-07-24 Pedro Alves <palves@redhat.com>
15813
15814 PR gdb/18717
15815 * gdb.threads/non-ldr-exit.c: New file.
15816 * gdb.threads/non-ldr-exit.exp: New file.
15817
15818 2015-07-24 Yao Qi <yao.qi@linaro.org>
15819
15820 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15821 restarting process.
15822
15823 2015-07-24 Yao Qi <yao.qi@linaro.org>
15824
15825 * gdb.server/ext-restart.exp: New file.
15826
15827 2015-07-24 Yao Qi <yao.qi@linaro.org>
15828
15829 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15830 argument options.
15831 * gdb.server/ext-wrapper.exp: New file.
15832
15833 2015-07-23 Doug Evans <dje@google.com>
15834
15835 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15836 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15837
15838 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15839
15840 * gdb.ada/var_arr_typedef.exp: New testcase.
15841 * gdb.ada/var_arr_typedef/pack.adb: New file.
15842 * gdb.ada/var_arr_typedef/pack.ads: New file.
15843 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15844
15845 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15846
15847 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15848
15849 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15850
15851 * gdb.arch/i386-biarch-core.exp: Replace istarget
15852 by "complete set gnutarget". Remove expectation for the "core-file"
15853 command.
15854
15855 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 Revert the previous commit:
15858 Tests for validate symbol file using build-id.
15859
15860 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15861
15862 Tests for validate symbol file using build-id.
15863 * gdb.base/solib-mismatch-lib.c: New file.
15864 * gdb.base/solib-mismatch-libmod.c: New file.
15865 * gdb.base/solib-mismatch.c: New file.
15866 * gdb.base/solib-mismatch.exp: New file.
15867
15868 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15869
15870 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15871 nios2-*-linux*.
15872 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15873 * gdb.base/siginfo.exp: Likewise.
15874 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15875
15876 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15877
15878 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15879 Move it to ...
15880 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15881 ... here.
15882 * gdb.trace/range-stepping.exp: Check that the target supports
15883 range stepping.
15884
15885 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15886
15887 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15888
15889 2015-07-14 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/killed-outside.exp: New file.
15892 * gdb.base/killed-outside.c: New file.
15893
15894 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15895
15896 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15897 (n at main): New.
15898 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15899
15900 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15901
15902 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15903 infcall tests instead of setting up for KFAIL.
15904
15905 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15906
15907 * gdb.btrace/record_goto-step.exp: New.
15908
15909 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15910
15911 PR compile/18484
15912 * gdb.compile/compile.c (struct struct_type): Add volatile to
15913 selffield's type.
15914 * gdb.compile/compile.exp
15915 (compile code struct_object.selffield = &struct_object): Skip further
15916 struct_object tests if this one xfails.
15917
15918 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15919
15920 PR exp/18617
15921 * gdb.trace/ax.exp: Add test.
15922
15923 2015-07-07 Yao Qi <yao.qi@linaro.org>
15924
15925 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15926 instead of istarget "aarch64*-*-*".
15927 * gdb.arch/aarch64-fp.exp: Likewise.
15928 * gdb.base/float.exp: Likewise.
15929 * gdb.reverse/aarch64.exp: Likewise.
15930 * lib/gdb.exp (is_aarch64_target): New proc.
15931
15932 2015-07-07 Yao Qi <yao.qi@linaro.org>
15933
15934 * lib/gdb.exp (is_aarch32_target): New proc.
15935 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15936 instead of "istarget "arm*-*-*"".
15937 * gdb.arch/arm-disp-step.exp: Likewise.
15938 * gdb.arch/thumb-bx-pc.exp: Likewise.
15939 * gdb.arch/thumb-prologue.exp: Likewise.
15940 * gdb.arch/thumb-singlestep.exp: Likewise.
15941 * gdb.base/disp-step-syscall.exp: Likewise.
15942 * gdb.base/float.exp: Likewise.
15943
15944 2015-07-07 Yao Qi <yao.qi@linaro.org>
15945
15946 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15947 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15948
15949 2015-07-07 Yao Qi <yao.qi@linaro.org>
15950
15951 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15952 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15953 if it exists.
15954 * gdb.multi/multi-arch.exp: Likewise.
15955
15956 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15957
15958 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15959 print.
15960
15961 2015-07-07 Yao Qi <yao.qi@linaro.org>
15962
15963 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15964
15965 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15966
15967 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15968 '[' and ']' characters.
15969
15970 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15971
15972 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15973
15974 2015-06-29 Pedro Alves <palves@redhat.com>
15975
15976 PR threads/18127
15977 * gdb.threads/hand-call-new-thread.c: New file.
15978 * gdb.threads/hand-call-new-thread.c: New file.
15979
15980 2015-06-26 Keith Seitz <keiths@redhat.com>
15981 Doug Evans <dje@google.com>
15982
15983 PR 16253
15984 * gdb.cp/var-tag-2.cc: New file.
15985 * gdb.cp/var-tag-3.cc: New file.
15986 * gdb.cp/var-tag-4.cc: New file.
15987 * gdb.cp/var-tag.cc: New file.
15988 * gdb.cp/var-tag.exp: New file.
15989
15990 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15991
15992 * gdb.base/history-duplicates.exp: New test.
15993
15994 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15995
15996 * gdb.base/completion.exp: Test the completion of the "focus"
15997 command.
15998
15999 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16000
16001 * gdb.arch/amd64-prologue-skip.S: New file.
16002 * gdb.arch/amd64-prologue-skip.exp: New file.
16003
16004 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16005
16006 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16007 is_address_zero_readable check.
16008
16009 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16010
16011 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16012 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16013
16014 2015-06-24 Yao Qi <yao.qi@linaro.org>
16015
16016 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16017 linux targets.
16018
16019 2015-06-24 Yao Qi <yao.qi@linaro.org>
16020
16021 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16022 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16023 * gdb.base/siginfo-thread.exp: Likewise.
16024
16025 2015-06-22 Yao Qi <yao.qi@linaro.org>
16026
16027 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16028
16029 2015-06-22 Yao Qi <yao.qi@linaro.org>
16030
16031 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16032 aarch64*-*-*.
16033 (skip_hw_watchpoint_tests): Likewise.
16034
16035 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16036
16037 * gdb.base/gdbinit-history.exp: Test the interaction between
16038 setting GDBHISTSIZE and setting the history size via .gdbinit.
16039
16040 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16041
16042 PR gdb/16999
16043 * gdb.base/gdbhistsize-history.exp: New test.
16044
16045 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16046
16047 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16048 with GDBHISTSIZE.
16049 * gdb.base/readline.exp: Likewise.
16050
16051 2015-06-17 Yao Qi <yao.qi@linaro.org>
16052
16053 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16054 line.
16055
16056 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16057
16058 * gdb.base/gdbinit-history.exp: Add test case to check that
16059 an unlimited history file does not get truncated on exit.
16060
16061 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16062
16063 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16064 (VECTOR): New macro. Use it...
16065 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16066 ...for these typedefs.
16067 (int8, char1, int1, double1): New typedefs.
16068 (struct just_int2, struct two_int2): New structures.
16069 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16070 (add_structvecs, add_singlevecs): New functions.
16071 (main): Call add_some_intvecs twice.
16072 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16073 the compile and exit upon failure. Try compiling for the "native"
16074 architecture. Test inferior function calls with vector arguments
16075 and vector return value handling with "finish" and "return".
16076
16077 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16078
16079 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16080 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16081 PE file.
16082 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16083
16084 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16085
16086 PR breakpoints/16465
16087 * gdb.mi/mi-dprintf-pending.c: New file.
16088 * gdb.mi/mi-dprintf-pending.exp: New test.
16089 * gdb.mi/mi-dprintf-pendshr.c: New file.
16090
16091 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16092 Mircea Gherzan <mircea.gherzan@intel.com>
16093
16094 * gdb.arch/i386-mpx-map.c: New file.
16095 * gdb.arch/i386-mpx-map.exp: New File.
16096
16097 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16098
16099 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16100 * gdb.arch/i386-mpx.exp: Indentation fixed.
16101
16102 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16103
16104 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16105 function and improved indentation.
16106 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16107 gdb_test_multiple. Added additional tests to skip the test.
16108
16109 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16110
16111 * gdb.arch/i386-avx512.c: Change path in include file.
16112 * gdb.arch/i386-avx512.exp: Change include dir path
16113 compilation flag.
16114 * gdb.arch/i386-mpx.c: Change path in include file.
16115 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16116 flag.
16117
16118 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16119
16120 * gdb.compile/compile-print.exp (compile print *vararray@3)
16121 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16122
16123 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16124
16125 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16126 (do not keep jit in memory): ... this.
16127 (expect 5): Change it to ...
16128 (expect no 5): ... this.
16129
16130 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16131
16132 PR gdb/15564
16133 * gdb.mi/mi-detach.exp: New file.
16134
16135 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16136
16137 PR symtab/18392
16138 * gdb.arch/amd64-tailcall-self.S: New file.
16139 * gdb.arch/amd64-tailcall-self.c: New file.
16140 * gdb.arch/amd64-tailcall-self.exp: New file.
16141
16142 2015-05-28 Don Breazeal <donb@codesourcery.com>
16143
16144 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16145 tests for remote targets by checking is_target_gdbserver.
16146
16147 2015-05-27 Doug Evans <dje@google.com>
16148
16149 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16150 * gdb.dwarf2/opaque-type-lookup.c: New file.
16151 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16152
16153 2015-05-26 Doug Evans <dje@google.com>
16154
16155 * gdb.cp/iostream.cc: New file.
16156 * gdb.cp/iostream.exp: New file.
16157
16158 2015-05-26 Doug Evans <dje@google.com>
16159
16160 * gdb.dwarf2/dw2-op-call.exp: Update.
16161 * gdb.dwarf2/dw4-sig-types.exp: Update.
16162 * gdb.dwarf2/implptr.exp: Update.
16163 * gdb.mi/mi-cmd-param-changed.exp: Update.
16164
16165 2015-05-26 Doug Evans <dje@google.com>
16166
16167 * gdb.python/py-lazy-string.c: New file.
16168 * gdb.python/py-lazy-string.exp: New file.
16169 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16170 (main): Update. Add estring3.
16171 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16172 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16173
16174 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16175 Yao Qi <yao.qi@linaro.org>
16176
16177 * gdb.reverse/aarch64.c: New.
16178 * gdb.reverse/aarch64.exp: New.
16179
16180 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16181
16182 * lib/gdb.exp (supports_process_record): Return true for
16183 aarch64*-linux*.
16184 (supports_reverse): Likewise.
16185
16186 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16187
16188 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16189 Use with_test_prefix.
16190
16191 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16192
16193 * gdb.base/completion.exp: Add test for completion of layout
16194 names.
16195
16196 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16197
16198 * lib/gdb.exp (skip_tui_tests): New proc.
16199 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16200
16201 2015-05-19 Pedro Alves <palves@redhat.com>
16202
16203 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16204 Save the whole env array instead of just HOME. Unset HISTSIZE in
16205 the environment while testing. Restore whole environment
16206 afterwards.
16207
16208 2015-05-16 Doug Evans <xdje42@gmail.com>
16209
16210 * gdb.guile/scm-ports.c: New file.
16211 * gdb.guile/scm-ports.exp: Add memory port tests.
16212
16213 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16214
16215 * gdb.compile/compile-print.c: New file.
16216 * gdb.compile/compile-print.exp: New file.
16217
16218 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16219
16220 * gdb.compile/compile-ops.exp: Cast param to void.
16221 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16222 (compile code struct_object.selffield = &struct_object): Add xfail.
16223
16224 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16225
16226 * gdb.ada/arr_enum_with_gap: New testcase.
16227
16228 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16229
16230 * gdb.ada/byte_packed_arr: New testcase.
16231
16232 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16233
16234 * gdb.ada/pckd_neg: New testcase.
16235
16236 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16237
16238 PR gdb/17820
16239 * gdb.base/gdbinit-history.exp: New test.
16240 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16241 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16242
16243 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16244
16245 * gdb.python/py-xmethods.cc: Enhance test case.
16246 * gdb.python/py-xmethods.exp: New tests.
16247 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16248 function.
16249 (B_indexoper): Likewise.
16250 (global_dm_list) : Add new xmethod worker functions.
16251
16252 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16253
16254 * gdb.base/coredump-filter.exp: Correctly unset
16255 "coredump_var_addr" array.
16256
16257 2015-05-08 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.server/non-existing-program.exp: Unset spawn_id.
16260
16261 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16262
16263 PR python/18291
16264 * gdb.python/py-xmethods.exp: Add tests.
16265
16266 2015-05-08 Yao Qi <yao.qi@linaro.org>
16267
16268 PR gdb/18208
16269 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16270 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16271 function set_coredump_filter, and remove remote_exec call.
16272 Remove argument ipid. Callers update.
16273 (top level): Don't get inferior's PID.
16274
16275 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16276
16277 * gdb.base/watch_thread_num.exp: Skip test on targets without
16278 access watchpoints.
16279
16280 2015-05-06 Pedro Alves <palves@redhat.com>
16281
16282 PR server/18081
16283 * gdb.server/non-existing-program.exp: New file.
16284
16285 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16286
16287 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16288
16289 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16290
16291 * gdb.ada/out_of_line_in_inlined: New testcase.
16292
16293 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16294
16295 * gdb.ada/var_rec_arr: New testcase.
16296
16297 2015-04-30 Yao Qi <yao.qi@linaro.org>
16298
16299 * gdb.base/break-idempotent.exp: If
16300 skip_hw_watchpoint_multi_tests returns true, skip the tests
16301 on "rwatch" and "awatch".
16302
16303 2015-04-30 Yao Qi <yao.qi@linaro.org>
16304
16305 * gdb.base/relativedebug.exp: Invoke gdb command
16306 "info sharedlibrary", and if libc.so doesn't have debug info,
16307 skip the test.
16308
16309 2015-04-29 Doug Evans <dje@google.com>
16310
16311 * gdb.python/py-xmethods.exp: Add ptype tests.
16312 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16313 get_result_type method.
16314
16315 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16316
16317 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16318 the target does not support hardware watchpoints.
16319
16320 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16321
16322 * gdb.base/break-always.exp: Abort testing if writing to memory
16323 causes an error.
16324
16325 2015-04-28 Doug Evans <dje@google.com>
16326
16327 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16328 * gdb.python/py-pp-registration.exp: ... here. New file.
16329 * gdb.python/py-pp-registration.c: New file.
16330 * gdb.python/py-pp-registration.py: New file.
16331
16332 2015-04-28 Doug Evans <dje@google.com>
16333
16334 * gdb.python/py-bad-printers.c: New file.
16335 * gdb.python/py-bad-printers.py: New file.
16336 * gdb.python/py-bad-printers.exp: New file.
16337
16338 2015-04-28 Sasha Smundak <asmundak@google.com>
16339
16340 * gdb.python/py-type.exp: New test.
16341
16342 2015-04-28 Andy Wingo <wingo@igalia.com>
16343
16344 * gdb.python/py-parameter.exp:
16345 * gdb.guile/scm-parameter.exp: Escape the path that we are
16346 matching against, as it might contain characters that are special
16347 to regular expressions.
16348
16349 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16350
16351 * gdb.ada/rec_comp: New testcase.
16352
16353 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16354
16355 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16356 before using it.
16357
16358 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16359
16360 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16361 new tests for verilog output.
16362
16363 2015-04-24 Yao Qi <yao.qi@linaro.org>
16364
16365 * boards/remote-gdbserver-on-localhost.exp: New file.
16366
16367 2015-04-23 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16370 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16371 "end of file", remove $inferior_spawn_id from the indirect list.
16372
16373 2015-04-23 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16376
16377 2015-04-23 Pedro Alves <palves@redhat.com>
16378
16379 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16380 on $any_spawn_id instead of only on $gdb_spawn_id.
16381
16382 2015-04-21 Pierre Muller <muller@sourceware.org>
16383
16384 PR pascal/17815
16385 * lib/pascal.exp (gpc_compile): Add new option "class".
16386 (fpc_compile): Likewise.
16387 * gdb.pascal/case-insensitive-symbols.pas: New file.
16388 * gdb.pascal/case-insensitive-symbols.exp: New file.
16389
16390 2015-04-20 Gary Benson <gbenson@redhat.com>
16391
16392 * gdb.base/attach.exp: Fix three extended remote failures.
16393
16394 2015-04-17 Gary Benson <gbenson@redhat.com>
16395
16396 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16397 the main executable over the remote protocol.
16398
16399 2015-04-16 Pedro Alves <palves@redhat.com>
16400
16401 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16402 a new gdbserver if gdbserver_reconnect_p is set.
16403
16404 2015-04-16 Pedro Alves <palves@redhat.com>
16405
16406 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16407 is set, don't exit gdbserver.
16408
16409 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16410
16411 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16412 appropriate .insn, such that an older assembler can be used.
16413 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16414 the z/Architecture instruction set on 31-bit targets as well.
16415
16416 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16417
16418 * gdb.go/handcall.exp: Remove all logic related to the first
16419 breakpoint and rely on go_runto_main instead.
16420 * gdb.go/strings.exp: Likewise.
16421 * gdb.go/unsafe.exp: Likewise.
16422 * gdb.go/hello.exp: Likewise. Also rename the remaining
16423 breakpoint marker to "breakpoint 1".
16424 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16425 * gdb.go/strings.go: Likewise.
16426 * gdb.go/unsafe.go: Likewise.
16427 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16428 "set breakpoint 2 here" and rename the remaining breakpoint marker
16429 to "breakpoint 1".
16430
16431 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16432
16433 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16434 if itertools.imap is not present.
16435 * gdb.python/py-objfile.exp: Add parentheses.
16436 * gdb.python/py-type.exp: Same.
16437 * gdb.python/py-unwind-maint.py: Same.
16438
16439 2015-04-15 Yao Qi <yao.qi@linaro.org>
16440
16441 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16442 of ":$ptr_size" and set its form explicitly.
16443
16444 2015-04-15 Pedro Alves <palves@redhat.com>
16445 Yao Qi <yao.qi@linaro.org>
16446
16447 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16448 timeout by factor of 4.
16449 (test_regular_watch): Likewise.
16450 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16451 * gdb.reverse/sigall-reverse.exp: Likewise.
16452 * gdb.reverse/until-precsave.exp: Likewise.
16453 * lib/gdb.exp (with_timeout_factor): New proc.
16454 (gdb_expect): Move some code to ...
16455 (get_largest_timeout): ... here. New procedure.
16456
16457 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16458
16459 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16460
16461 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16462
16463 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16464 to write to the .text section.
16465
16466 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16467
16468 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16469 Handle the case of targets that do not provide PID information.
16470
16471 2015-04-13 Yao Qi <yao.qi@linaro.org>
16472
16473 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16474 and use expect instead of gdb_expect.
16475
16476 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16477
16478 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16479 "coredump_var_addr" to avoid naming conflict with other testcases.
16480
16481 2015-04-10 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16484 gdb_test_sequence and gdb_assert.
16485
16486 2015-04-10 Pedro Alves <palves@redhat.com>
16487
16488 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16489 test messages that don't include the breakpoint address.
16490
16491 2015-04-10 Yao Qi <yao.qi@linaro.org>
16492
16493 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16494 false for some offset and width combinations which aren't
16495 supported by linux kernel.
16496
16497 2015-04-10 Pedro Alves <palves@redhat.com>
16498
16499 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16500 procedure, factored out from ...
16501 (top level): ... here. Add "set displaced-stepping" testing axis.
16502 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16503 parameter "displaced". Use it.
16504 (top level): Use foreach and add "set displaced-stepping" testing
16505 axis.
16506
16507 2015-04-10 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16510 Remove comment.
16511 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16512 both the address of the instruction that triggers the watchpoint
16513 and the address of the instruction immediately after, and use
16514 those addresses for the test. Fix comment.
16515
16516 2015-04-10 Pedro Alves <palves@redhat.com>
16517
16518 * gdb.base/sigstep.exp (breakpoint_to_handler)
16519 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16520 Test "backtrace" in handler.
16521 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16522 (top level): Add new "displaced" test axis to
16523 breakpoint_to_handler, breakpoint_to_handler_entry and
16524 breakpoint_over_handler.
16525
16526 2015-04-10 Pedro Alves <palves@redhat.com>
16527
16528 PR gdb/18216
16529 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16530
16531 2015-04-10 Yao Qi <yao.qi@linaro.org>
16532
16533 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16534 (test_add_rn_pc): New function.
16535 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16536 (top level): Invoke test_add_rn_pc.
16537
16538 2015-04-10 Pedro Alves <palves@redhat.com>
16539
16540 PR gdb/13858
16541 * gdb.base/step-over-no-symbols.exp: New file.
16542
16543 2015-04-09 Andy Wingo <wingo@igalia.com>
16544
16545 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16546 after the Python tests.
16547
16548 2015-04-08 Keith Seitz <keiths@redhat.com>
16549
16550 PR python/16699
16551 * gdb.python/py-completion.exp: New tests for completion.
16552 * gdb.python/py-completion.py (CompleteLimit1): New class.
16553 (CompleteLimit2): Likewise.
16554 (CompleteLimit3): Likewise.
16555 (CompleteLimit4): Likewise.
16556 (CompleteLimit5): Likewise.
16557 (CompleteLimit6): Likewise.
16558 (CompleteLimit7): Likewise.
16559
16560 2015-04-08 Pedro Alves <palves@redhat.com>
16561
16562 PR gdb/18214
16563 PR gdb/18216
16564 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16565 function.
16566 (main): Install it as SIGUSR1 handler.
16567 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16568 parameter. Always use "setup" as prefix. Toggle "set
16569 displaced-stepping" off/on depending on global. Don't switch to
16570 thread 1 here.
16571 (top level): Add displaced stepping "off/on" test axis. Update
16572 "setup" calls. Wrap each subtest with with_test_prefix. Test
16573 continuing with a queued signal in each thread.
16574
16575 2015-04-08 Pedro Alves <palves@redhat.com>
16576
16577 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16578 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16579 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16580 Return early if running to main fails.
16581 * gdb.trace/while-stepping.exp: Likewise.
16582
16583 2015-04-07 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16586 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16587 interact with inferior program.
16588
16589 2015-04-07 Pedro Alves <palves@redhat.com>
16590
16591 * lib/gdb.exp (inferior_spawn_id): New global.
16592 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16593 spawn id after processing the user code.
16594 (default_gdb_start): Set inferior_spawn_id.
16595 (send_inferior): New procedure.
16596 * lib/gdbserver-support.exp (gdbserver_start): Set
16597 inferior_spawn_id.
16598 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16599
16600 2015-04-07 Pedro Alves <palves@redhat.com>
16601
16602 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16603 * lib/gdbserver-support.exp (gdbserver_start): Make
16604 $server_spawn_id global.
16605 (gdbserver_start): Don't wait for gdbserver's spawn id with
16606 expect_background.
16607 (close_gdbserver): New procedure.
16608 (gdb_exit): Rename the default version and reimplement.
16609
16610 2015-04-07 Pedro Alves <palves@redhat.com>
16611
16612 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16613 append the substituted item, not the original item.
16614
16615 2015-04-07 Pedro Alves <palves@redhat.com>
16616
16617 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16618 gdb_expect.
16619
16620 2015-04-07 Pedro Alves <palves@redhat.com>
16621
16622 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16623 output appearing once only.
16624
16625 2015-04-07 Pedro Alves <palves@redhat.com>
16626
16627 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16628 that doesn't expect anything. Return early if running to main
16629 fails.
16630
16631 2015-04-07 Yao Qi <yao.qi@linaro.org>
16632
16633 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16634 (child_function): Call alarm.
16635 (main): Move call to alarm into the loop.
16636 * gdb.threads/non-stop-fair-events.exp: Build program with
16637 -DTIMEOUT=$timeout.
16638
16639 2015-04-06 Doug Evans <xdje42@gmail.com>
16640
16641 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16642 Fix dest parameter to board_info.
16643 (fpc_compile): Ditto.
16644 (gdb_compile_pascal): Rename dest arg to destfile.
16645
16646 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16647
16648 * gdb.ada/funcall_ref.exp: New file.
16649 * gdb.ada/funcall_ref/foo.adb: New file.
16650
16651 2015-04-02 Yao Qi <yao.qi@linaro.org>
16652
16653 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16654 is remote.
16655
16656 2015-04-02 Gary Benson <gbenson@redhat.com>
16657
16658 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16659
16660 2015-04-01 Sasha Smundak <asmundak@google.com>
16661
16662 * gdb.python/py-unwind-maint.c: New file.
16663 * gdb.python/py-unwind-maint.exp: New test.
16664 * gdb.python/py-unwind-maint.py: New file.
16665 * gdb.python/py-unwind.c: New file.
16666 * gdb.python/py-unwind.exp: New test.
16667 * gdb.python/py-unwind.py: New test.
16668
16669 2015-04-01 Pedro Alves <palves@redhat.com>
16670
16671 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16672 to fail instead of non-existent $test.
16673
16674 2015-04-01 Pedro Alves <palves@redhat.com>
16675
16676 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16677 GDBFLAGS if not empty.
16678
16679 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16680
16681 * gdb.ada/complete.exp: Remove "multi_line".
16682 * gdb.ada/info_exc.exp: Remove "multi_line".
16683 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16684 * gdb.ada/ptype_field.exp: Remove "multi_line".
16685 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16686 * gdb.ada/tagged.exp: Remove "multi_line".
16687 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16688 [multi_line ...]
16689 * gdb.btrace/delta.exp: Likewise.
16690 * gdb.btrace/exception.exp: Likewise.
16691 * gdb.btrace/function_call_history.exp: Likewise.
16692 * gdb.btrace/instruction_history.exp: Likewise.
16693 * gdb.btrace/nohist.exp: Likewise.
16694 * gdb.btrace/record_goto.exp: Likewise.
16695 * gdb.btrace/segv.exp: Likewise.
16696 * gdb.btrace/stepi.exp: Likewise.
16697 * gdb.btrace/tailcall.exp: Likewise.
16698 * gdb.btrace/unknown_functions.exp: Likewise.
16699 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16700 * lib/gdb.exp: Add the "multi_line" helper.
16701
16702 2015-04-01 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.threads/tid-reuse.c: New file.
16705 * gdb.threads/tid-reuse.exp: New file.
16706
16707 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16708
16709 PR corefiles/16092
16710 * gdb.base/coredump-filter.c: New file.
16711 * gdb.base/coredump-filter.exp: Likewise.
16712
16713 2015-03-27 Petr Machata <pmachata@redhat.com>
16714
16715 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16716 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16717 (Dwarf::assemble): Initialize them.
16718 (Dwarf::lines): New function.
16719
16720 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16721
16722 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16723 SYMBOL_PREFIX for x86_64-*-cygwin.
16724
16725 2015-03-26 Andy Wingo <wingo@igalia.com>
16726
16727 PR symtab/18148
16728 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16729 const_value but not a location.
16730 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16731 location defined in non-main CUs are visible.
16732
16733 2015-03-26 Yao Qi <yao.qi@linaro.org>
16734
16735 PR testsuite/18139
16736 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16737 Add a line number entry for the same line.
16738 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16739 Add a line number entry for the same line.
16740
16741 2015-03-26 Yao Qi <yao.qi@linaro.org>
16742
16743 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16744 .int 0.
16745 (func): Likewise. Add .Lfunc_1 label.
16746 Use .Lfunc_1 label.
16747 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16748 .int 0.
16749 (func): Likewise.
16750 Use .Lfunc_1 label.
16751
16752 2015-03-26 Yao Qi <yao.qi@linaro.org>
16753
16754 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16755 Call gdb_compile instead to compile each .s files without debug
16756 information.
16757
16758 2015-03-26 Yao Qi <yao.qi@linaro.org>
16759
16760 * gdb.base/savedregs.exp (process_saved_regs): Make
16761 "Saved registers:" optional in the pattern.
16762
16763 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16764
16765 * gdb.btrace/next.exp: Merged into step.exp.
16766 * gdb.btrace/finish.exp: Merged into step.exp.
16767 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16768 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16769 "record goto" and checking the exact replay position.
16770 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16771 check for "Recording format" in "info record" output.
16772 * gdb.btrace/record_goto.exp: Choose test file based on target.
16773 * gdb.btrace/x86-record_goto.S: Renamed into ...
16774 * gdb.btrace/x86_64-record_goto.S: ... this.
16775 * gdb.btrace/i686-record_goto.S: New.
16776 * gdb.btrace/x86-tailcall.S: Renamed into ...
16777 * gdb.btrace/x86_64-tailcall.S: ... this.
16778 * gdb.btrace/i686-tailcall.S: New.
16779 * gdb.btrace/x86-tailcall.c: Renamed into ...
16780 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16781 separate statements. Update test.
16782 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16783 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16784 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16785 * gdb.btrace/tailcall.exp: Choose test file based on target.
16786 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16787
16788 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16789
16790 * gdb.btrace/exception.exp: Increase BTS buffer size.
16791
16792 2015-03-24 Pedro Alves <palves@redhat.com>
16793
16794 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16795
16796 2015-03-24 Pedro Alves <palves@redhat.com>
16797
16798 * gdb.threads/schedlock.exp (test_step): No longer expect that
16799 "set scheduler-locking step" with "next" over a function call runs
16800 threads unlocked.
16801
16802 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16803
16804 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16805
16806 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16807
16808 PR breakpoints/16466
16809 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16810 * gdb.mi/mi-pending.c (thread_func): New function.
16811 (int main): Add threading support required.
16812 * gdb.mi/mi-pending.exp: Add tests for this issue.
16813 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16814 (pendfunc2): Remove stdio dependency.
16815 * gdb.mi/mi-pendshr2.c: New file.
16816
16817 2015-03-23 Keith Seitz <keiths@redhat.com>
16818
16819 * gdb.linespec/keywords.c: New file.
16820 * gdb.linespec/keywords.exp: New file.
16821
16822 2015-03-23 Keith Seitz <keiths@redhat.com>
16823
16824 PR gdb/18021
16825 * gdb.dwarf2/staticvirtual.exp: New test.
16826
16827 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16828
16829 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16830 * README: Remove HP-UX and gdb.hp.
16831 (configuration):
16832 * configure: Regenerate.
16833 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16834 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16835 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16836 gdb.hp/gdb.defects/Makefile.
16837 * gdb.hp/Makefile.in: File deleted.
16838 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16839 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16840 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16841 * gdb.hp/gdb.aCC/run.c: File deleted.
16842 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16843 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16844 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16845 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16846 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16847 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16848 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16849 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16850 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16851 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16852 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16853 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16854 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16855 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16856 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16857 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16858 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16859 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16860 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16861 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16862 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16863 * gdb.hp/gdb.compat/average.c: File deleted.
16864 * gdb.hp/gdb.compat/sum.c: File deleted.
16865 * gdb.hp/gdb.compat/xdb.c: File deleted.
16866 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16867 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16868 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16869 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16870 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16871 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16872 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16873 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16874 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16875 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16876 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16877 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16878 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16879 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16880 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16881 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16882 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16883 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16884 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16885 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16886 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16887 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16888 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16889 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16890 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16891 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16892 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16893 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16894 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16895 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16896 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16897 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16898 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16899 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16900 * gdb.hp/tools/odump: File deleted.
16901
16902 2015-03-19 Pedro Alves <palves@redhat.com>
16903
16904 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16905 (saw_thread_3): New globals.
16906 (top level): Increment them when an event for the corresponding
16907 thread is seen.
16908 (no thread starvation): New test.
16909
16910 2015-03-19 Pedro Alves <palves@redhat.com>
16911
16912 * gdb.threads/continue-pending-status.c: New file.
16913 * gdb.threads/continue-pending-status.exp: New file.
16914
16915 2015-03-18 Pedro Alves <palves@redhat.com>
16916
16917 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16918 Use gdb_is_target_remote instead of is_remote. Use
16919 gdb_test_multiple instead of gdb_expect. Exit early if
16920 gdb_test_multiple hits its internal matches. Tighten stepi tests
16921 expected output. Fail on exit with any signal, instead of just
16922 SIGILL.
16923
16924 2015-03-18 Yao Qi <yao.qi@linaro.org>
16925
16926 PR tdep/18107
16927 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16928 variable.
16929 * gdb.base/catch-syscall.exp: Don't skip it on
16930 aarch64*-*-linux* target. Remove elements in all_syscalls.
16931 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16932 target.
16933 (setup_all_syscalls): New proc.
16934
16935 2015-03-16 Yao Qi <yao.qi@linaro.org>
16936
16937 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16938 (top level): Skip tests if valid_addr_p returns false for
16939 $cmd1 or $cmd2.
16940
16941 2015-03-11 Andy Wingo <wingo@igalia.com>
16942
16943 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16944
16945 2015-03-11 Yao Qi <yao.qi@linaro.org>
16946
16947 * gdb.base/catch-syscall.exp: Fix typo in comments.
16948
16949 2015-03-11 Yao Qi <yao.qi@linaro.org>
16950
16951 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16952
16953 2015-03-09 Pedro Alves <palves@redhat.com>
16954
16955 * dg-extract-results.py: Delete.
16956
16957 2015-03-09 Pedro Alves <palves@redhat.com>
16958
16959 Merge dg-extract-results.sh from GCC upstream (r218843).
16960
16961 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16962 * dg-extract-results.sh: Use --text with grep to avoid issues with
16963 binary files. Fall back to cat -v, if that doesn't work.
16964
16965 2015-03-05 Pedro Alves <palves@redhat.com>
16966
16967 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16968
16969 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16970
16971 * lib/mi-support.exp (mi_expect_interrupt): Accept
16972 alternative event for when in all-stop mode.
16973
16974 2015-03-04 Pedro Alves <palves@redhat.com>
16975
16976 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16977
16978 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16979
16980 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16981
16982 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16983
16984 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16985 regexps for GDB's current line display, accept a hex address
16986 preceding the line number.
16987
16988 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16989
16990 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16991 the 'arch1' variable for "s390*-linux*" targets.
16992
16993 2015-03-04 Pedro Alves <palves@redhat.com>
16994
16995 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16996 (main): Pass missing retval argument to pthread_join call.
16997
16998 2015-03-02 Pedro Alves <palves@redhat.com>
16999
17000 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17001 (top level): Call do_test with non-stop as well.
17002
17003 2015-03-02 Pedro Alves <palves@redhat.com>
17004
17005 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17006 -1.
17007
17008 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17009
17010 * gdb.arch/s390-vregs.exp: New test.
17011 * gdb.arch/s390-vregs.S: New file.
17012
17013 2015-02-27 Pedro Alves <palves@redhat.com>
17014
17015 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17016 call to catch_command_errors.
17017 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17018 catch_command_errors.
17019
17020 2015-02-27 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17023 "true" for boolean result.
17024 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17025 prototype of main.
17026
17027 2015-02-27 Pedro Alves <palves@redhat.com>
17028
17029 * lib/unbuffer_output.c: New file.
17030 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17031 (main): Call gdb_unbuffer_output.
17032
17033 2015-02-27 Yao Qi <yao.qi@linaro.org>
17034
17035 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17036 target.
17037
17038 2015-02-26 Doug Evans <dje@google.com>
17039
17040 * gdb.cp/class2.cc (Dbase, D): New classes.
17041 (main): New local delta.
17042 * gdb.cp/class2.exp: Test printing delta.
17043 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17044 (dynbar): New global.
17045 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17046
17047 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17048
17049 * gdb.compile/compile-ifunc.c: New file.
17050 * gdb.compile/compile-ifunc.exp: New file.
17051
17052 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17053
17054 * gdb.base/structs.exp: Check for correct struct on finish.
17055
17056 2015-02-26 Yao Qi <yao.qi@linaro.org>
17057
17058 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17059 is zero.
17060
17061 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17062
17063 * gdb.arch/cordic.ko.bz2: New file.
17064 * gdb.arch/cordic.ko.debug.bz2: New file.
17065 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17066
17067 2015-02-25 Yao Qi <yao.qi@linaro.org>
17068
17069 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17070 aarch64*-*-* target.
17071
17072 2015-02-23 Pedro Alves <palves@redhat.com>
17073
17074 * lib/gdb.exp (delete_breakpoints): Rewrite using
17075 gdb_test_multiple.
17076
17077 2015-02-23 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.base/info-os.c: Include stdlib.h.
17080
17081 2015-02-22 Doug Evans <xdje42@gmail.com>
17082
17083 PR symtab/17855
17084 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17085 is read after symbols have been re-read.
17086 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17087 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17088
17089 2015-02-21 Doug Evans <dje@google.com>
17090
17091 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17092
17093 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17094
17095 PR corefiles/17808
17096 * gdb.arch/i386-biarch-core.core.bz2: New file.
17097 * gdb.arch/i386-biarch-core.exp: New file.
17098
17099 2015-02-21 Pedro Alves <palves@redhat.com>
17100
17101 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17102 runto_main fails.
17103
17104 2015-02-20 Pedro Alves <palves@redhat.com>
17105
17106 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17107 info probes.
17108
17109 2015-02-20 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17112
17113 2015-02-20 Pedro Alves <palves@redhat.com>
17114
17115 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17116 clean_restart before gdb_target_supports_trace.
17117
17118 2015-02-20 Pedro Alves <palves@redhat.com>
17119
17120 PR threads/18006
17121 * gdb.threads/clone-thread_db.c: New file.
17122 * gdb.threads/clone-thread_db.exp: New file.
17123
17124 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17125
17126 PR breakpoints/16812
17127 * gdb.base/catch-gdb-caused-signals.c: New file.
17128 * gdb.base/catch-gdb-caused-signals.exp: New file.
17129
17130 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17131
17132 * configure: Regenerated.
17133 * configure.ac: Use GDB_AC_TRANSFORM.
17134 * aclocal.m4: sinclude ../transform.m4.
17135
17136 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17137
17138 * lib/dtrace.exp: New file.
17139 * gdb.base/dtrace-probe.exp: Likewise.
17140 * gdb.base/dtrace-probe.d: Likewise.
17141 * gdb.base/dtrace-probe.c: Likewise.
17142 * lib/pdtrace.in: Likewise.
17143 * configure.ac: Output variables with the transformed names of
17144 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17145 * configure: Regenerated.
17146
17147 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17148
17149 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17150 expected message when trying to access $_probe_* convenience
17151 variables while not on a probe.
17152
17153 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17154
17155 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17156
17157 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17158
17159 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17160 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17161
17162 2015-02-10 Doug Evans <xdje42@gmail.com>
17163
17164 * lib/gdb.exp (gdb_load): Always return a result.
17165
17166 2015-02-10 Pedro Alves <palves@redhat.com>
17167
17168 * gdb.threads/signal-sigtrap.c: New file.
17169 * gdb.threads/signal-sigtrap.exp: New file.
17170
17171 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17172
17173 * gdb.trace/no-attach-trace.c: New file.
17174 * gdb.trace/no-attach-trace.exp: New file.
17175
17176 2015-02-09 Mark Wielaard <mjw@redhat.com>
17177
17178 * gdb.dwarf2/atomic.c: New file.
17179 * gdb.dwarf2/atomic-type.exp: Likewise.
17180
17181 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17182
17183 * gdb.btrace/buffer-size.exp: Update "info record" output.
17184 * gdb.btrace/delta.exp: Update "info record" output.
17185 * gdb.btrace/enable.exp: Update "info record" output.
17186 * gdb.btrace/finish.exp: Update "info record" output.
17187 * gdb.btrace/instruction_history.exp: Update "info record" output.
17188 * gdb.btrace/next.exp: Update "info record" output.
17189 * gdb.btrace/nexti.exp: Update "info record" output.
17190 * gdb.btrace/step.exp: Update "info record" output.
17191 * gdb.btrace/stepi.exp: Update "info record" output.
17192 * gdb.btrace/nohist.exp: Update "info record" output.
17193
17194 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17195
17196 * gdb.btrace/buffer-size: New.
17197
17198 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17199
17200 * gdb.btrace/delta.exp: Update "info record" output.
17201 * gdb.btrace/enable.exp: Update "info record" output.
17202 * gdb.btrace/finish.exp: Update "info record" output.
17203 * gdb.btrace/instruction_history.exp: Update "info record" output.
17204 * gdb.btrace/next.exp: Update "info record" output.
17205 * gdb.btrace/nexti.exp: Update "info record" output.
17206 * gdb.btrace/step.exp: Update "info record" output.
17207 * gdb.btrace/stepi.exp: Update "info record" output.
17208 * gdb.btrace/nohist.exp: Update "info record" output.
17209
17210 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17211
17212 PR gdb/15678
17213 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17214
17215 2015-02-06 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17218 macro.
17219 (seconds_left, again): New globals.
17220 (main): Wait seconds_left in a 1-second sleep loop instead of
17221 sleeping 180 seconds. If 'again' is set, reset the seconds
17222 counter.
17223 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17224 'again' in the inferior before detaching. Print the seconds left.
17225 (options): New global.
17226 (top level): Build program with -DTIMEOUT=$timeout.
17227
17228 2015-02-06 Pedro Alves <palves@redhat.com>
17229
17230 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17231 determine how many seconds to pass to 'alarm'.
17232 * gdb.base/gdb-sigterm.exp (top level): Build program with
17233 -DTIMEOUT=$timeout.
17234 (do_test): Return success/failure indication. Add more verbose
17235 logging. Don't fail if 200 single steps are seen. Instead, fail
17236 when the test times out.
17237 (passes): New global.
17238 (top level): Break the testing loop if testing fails on any
17239 iteration. Use gdb_assert.
17240
17241 2015-02-04 Don Breazeal <donb@codesourcery.com>
17242
17243 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17244 and initialize them.
17245 (ipc_cleanup): New function.
17246 (main): Don't declare shmid, semid, and msqid. Add a call to
17247 atexit so that we call ipc_cleanup on exit.
17248
17249 2015-02-04 Pedro Alves <palves@redhat.com>
17250
17251 * boards/native-extended-gdbserver.exp: Remove any target variant
17252 specifications from the board name before clearing the isremote
17253 flag from board_info.
17254
17255 2015-01-31 Doug Evans <xdje42@gmail.com>
17256
17257 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17258
17259 2015-01-31 Gary Benson <gbenson@redhat.com>
17260
17261 * gdb.base/completion.exp: Disable completion limiting for
17262 existing tests. Add new tests to check completion limiting.
17263 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17264
17265 2015-01-31 Doug Evans <xdje42@gmail.com>
17266
17267 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17268
17269 2015-01-31 Doug Evans <xdje42@gmail.com>
17270
17271 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17272 entries. Duplicate file section script entries.
17273 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17274 inlined entries. Add test for safe-path rejection.
17275 * gdb.python/py-section-script.c: Add duplicate inlined section script
17276 entries. Duplicate file section script entries.
17277 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17278 inlined entries. Add test for safe-path rejection.
17279
17280 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17281
17282 * gdb.ada/disc_arr_bound: New testcase.
17283
17284 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17285
17286 * gdb.ada/mi_var_array: New testcase.
17287
17288 2015-01-27 Doug Evans <dje@google.com>
17289
17290 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17291 Add test for objfile.filename, objfile.username after objfile
17292 has been unloaded.
17293
17294 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17295
17296 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17297 the second test to print the name attribute of value
17298 returned by the call to gdb.lookup_type, and adjust
17299 the expected output accordingly.
17300
17301 2015-01-25 Mark Wielaard <mjw@redhat.com>
17302
17303 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17304 * gdb.base/disp-step-fork.c: Include unistd.h.
17305 * gdb.base/siginfo-obj.c: Include stdio.h.
17306 * gdb.base/siginfo-thread.c: Likewise.
17307 * gdb.mi/non-stop.c: Include unistd.h.
17308 * gdb.mi/nsthrexec.c: Include stdio.h.
17309 * gdb.mi/pthreads.c: Include unistd.h.
17310 * gdb.modula2/unbounded1.c (main): Declare returns int.
17311 * gdb.reverse/consecutive-reverse.c: Likewise.
17312 * gdb.threads/create-fail.c: Include unistd.h.
17313 * gdb.threads/killed.c: Likewise.
17314 * gdb.threads/linux-dp.c: Likewise.
17315 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17316 * gdb.threads/non-ldr-exc-2.c: Likewise.
17317 * gdb.threads/non-ldr-exc-3.c: Likewise.
17318 * gdb.threads/non-ldr-exc-4.c: Likewise.
17319 * gdb.threads/pthreads.c: Include unistd.h.
17320 (main): Declare returns int.
17321 * gdb.threads/tls-main.c (foo): New declaration.
17322 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17323
17324 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17325
17326 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17327 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17328
17329 2015-01-15 Mark Wielaard <mjw@redhat.com>
17330
17331 * gdb.base/noreturn-return.c: New file.
17332 * gdb.base/noreturn-return.exp: New file.
17333 * gdb.base/noreturn-finish.c: New file.
17334 * gdb.base/noreturn-finish.exp: New file.
17335
17336 2015-01-23 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.threads/continue-pending-after-query.c: New file.
17339 * gdb.threads/continue-pending-after-query.exp: New file.
17340
17341 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17342 Simon Marchi <simon.marchi@ericsson.com>
17343
17344 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17345 * gdb.base/valgrind-db-attach.exp: Same.
17346 * gdb.base/valgrind-infcall.exp: Same.
17347 * lib/mi-support.exp (default_mi_gdb_start): Same.
17348 * lib/prompt.exp (default_prompt_gdb_start): Same.
17349 * lib/gdb.exp (default_gdb_spawn): Same.
17350 (gdb_interact): New.
17351
17352
17353 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17354
17355 * gdb.compile/compile.exp (pointer to jit function): New test.
17356
17357 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17358
17359 * lib/gdb.exp (supports_process_record): Return true for
17360 powerpc*-*-linux*.
17361 (supports_reverse): Likewise.
17362
17363 2015-01-15 Don Breazeal <donb@codesourcery.com>
17364
17365 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17366 instead of checking whether the target board is remote and
17367 use spawn_wait_for_attach instead of exec/sleep.
17368 * gdb.base/attach-twice.exp: Likewise.
17369
17370 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17371
17372 * gdb.ada/var_arr_attrs: New testcase.
17373
17374 2015-01-14 Pedro Alves <palves@redhat.com>
17375 Joel Brobecker <brobecker@adacore.com>
17376
17377 PR gdb/17525
17378 * gdb.base/bp-cmds-execution-x-script.c: New file.
17379 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17380 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17381
17382 2015-01-14 Pedro Alves <palves@redhat.com>
17383
17384 PR cli/17828
17385 * gdb.base/batch-preserve-term-settings.c: New file.
17386 * gdb.base/batch-preserve-term-settings.exp: New file.
17387
17388 2015-01-13 Doug Evans <dje@google.com>
17389
17390 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17391 binary.
17392
17393 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17394
17395 * Makefile.in (clean mostlyclean): Do not delete *.py.
17396
17397 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17398
17399 * gdb.python/py-lookup-type.exp: New file.
17400
17401 2015-01-12 Pedro Alves <palves@redhat.com>
17402
17403 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17404 restore GDBFLAGS before returning.
17405
17406 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17407
17408 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17409 is_amd64_regs_target and is_x86_like_target.
17410
17411 2015-01-11 Doug Evans <xdje42@gmail.com>
17412
17413 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17414 is given without an explicit form.
17415 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17416 attributes.
17417 * gdb.dwarf/corrupt.exp: Ditto.
17418 * gdb.dwarf2/enum-type.exp: Ditto.
17419 * gdb.trace/entry-values.exp: Ditto.
17420 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17421
17422 2015-01-11 Doug Evans <xdje42@gmail.com>
17423
17424 PR gdb/15830
17425 * gdb.base/maint.exp: Remove references to "maint demangle".
17426 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17427 Add tests for explicitly specifying language to demangle.
17428 * gdb.dlang/demangle.exp: Ditto.
17429
17430 2015-01-09 Pedro Alves <palves@redhat.com>
17431
17432 * gdb.threads/non-stop-fair-events.c: New file.
17433 * gdb.threads/non-stop-fair-events.exp: New file.
17434
17435 2015-01-09 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17438 the global scope. Set a breakpoint after all threads are started
17439 rather than stepping over two source lines. Expect the prompt.
17440 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17441 global.
17442 (NUM): Now 15.
17443 (main): Use threads_started_barrier to wait for all threads to
17444 start. Main thread no longer calls thread_function. Exit after
17445 180 seconds.
17446 (loop): New function.
17447 (thread_function): Wait on threads_started_barrier barrier. Call
17448 'loop' at each iteration.
17449 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17450 threads have started, instead of hardcoding number of "next"
17451 steps. Use an access watchpoint instead of a write watchpoint.
17452
17453 2015-01-09 Pedro Alves <palves@redhat.com>
17454
17455 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17456 (thread_func): Wait on barrier.
17457 (main): Wait for all threads to start before stopping GDB.
17458 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17459 global.
17460 (thread1_func, thread2_func): Wait on barrier.
17461 (main): Wait for all threads to start before stopping GDB.
17462 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17463 New global.
17464 (thread1_func, thread2_func): Wait on barrier.
17465 (main): Wait for all threads to start before stopping GDB.
17466
17467 2015-01-09 Pedro Alves <palves@redhat.com>
17468
17469 * gdb.threads/attach-many-short-lived-threads.c: New file.
17470 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17471
17472 2014-01-09 Pedro Alves <palves@redhat.com>
17473
17474 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17475 instead of to thread 2.
17476 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17477 Add barrier around each pthread_create call instead of around all
17478 calls.
17479 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17480 Set a break on thread_function and have the child threads hit it
17481 one at at a time.
17482
17483 2015-01-09 Pedro Alves <palves@redhat.com>
17484
17485 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17486 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17487 false.
17488 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17489 checking whether the target board is remote.
17490 * gdb.multi/multi-attach.exp: Likewise.
17491 * gdb.python/py-sync-interp.exp: Likewise.
17492 * gdb.server/ext-attach.exp: Likewise.
17493 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17494 tests that need to attach, instead of checking whether the target
17495 board is remote at the top of the file.
17496
17497 2015-01-08 Yao Qi <yao@codesourcery.com>
17498
17499 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17500
17501 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17502
17503 Fix testcase compilation.
17504 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17505
17506 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17507
17508 * gdb.python/py-type.exp: Add a couple test about empty
17509 array creation, and negative-length array creation.
17510
17511 2015-01-02 Doug Evans <xdje42@gmail.com>
17512
17513 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17514
17515 2015-01-02 Doug Evans <dje@google.com>
17516
17517 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17518
17519 2014-12-29 Yao Qi <yao@codesourcery.com>
17520
17521 * gdb.trace/entry-values.exp: Update comments. Rename variable
17522 bar_call_foo to returned_from_foo.
17523
17524 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17525
17526 PR gdb/17394
17527 * gdb.linespec/break-asm-file.c: New file.
17528 * gdb.linespec/break-asm-file.exp: New file.
17529 * gdb.linespec/break-asm-file0.s: New file.
17530 * gdb.linespec/break-asm-file1.s: New file.
17531
17532 2014-12-18 Nigel Stephens <nigel@mips.com>
17533 Maciej W. Rozycki <macro@codesourcery.com>
17534
17535 * gdb.base/float.exp: Handle the new output from "info float" on
17536 MIPS targets.
17537
17538 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17539
17540 Fix MinGW compilation.
17541 * gdb.compile/compile-ops.exp: Update untested message if
17542 !skip_compile_feature_tests.
17543 * gdb.compile/compile-setjmp.exp: Likewise.
17544 * gdb.compile/compile-tls.exp: Likewise.
17545 * gdb.compile/compile.exp: Likewise.
17546 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17547 supported on this host".
17548
17549 2014-12-16 Doug Evans <xdje42@gmail.com>
17550
17551 * boards/stabs.exp: New file.
17552
17553 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17554
17555 * gdb.base/completion.exp: Adjust to format changes of "maint
17556 print user-registers".
17557
17558 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17559
17560 PR server/17457
17561 * gdb.arch/aarch64-fp.c: New file.
17562 * gdb.arch/aarch64-fp.exp: New file.
17563
17564 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17565
17566 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17567 r210637, r210913, r211666, r215400, r215817).
17568
17569 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17570 * dg-extract-results.py: New file.
17571 * dg-extract-results.sh: Use it if the environment seems
17572 suitable.
17573
17574 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17575
17576 * dg-extract-results.py (parse_run): Handle warnings that
17577 are printed before a test harness is run.
17578
17579 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17580
17581 * dg-extract-results.py (Named): Remove __cmp__ method.
17582 (output_variation): Use a key to sort variation.harnesses.
17583
17584 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17585
17586 * dg-extract-results.py: For Python 3, force sys.stdout to
17587 handle surrogate escape sequences.
17588 (safe_open): New function.
17589 (output_segment, main): Use it.
17590
17591 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17592
17593 * dg-extract-results.py (Prog.result_re): Include options
17594 in test name.
17595
17596 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17597
17598 * dg-extract-results.py (output_variation): Always sort if
17599 do_sum.
17600
17601 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17602
17603 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17604 as long as we get pagination notifications.
17605
17606 2014-12-15 Jason Merrill <jason@redhat.com>
17607
17608 * Makefile.in (check-gdb.%): Restore.
17609 * README: Mention it.
17610
17611 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17612
17613 * gdb.ada/str_uninit: New testcase.
17614
17615 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17616
17617 PR symtab/17642
17618 * gdb.base/vla-stub-define.c: New file.
17619 * gdb.base/vla-stub.c: New file.
17620 * gdb.base/vla-stub.exp: New file.
17621
17622 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17623 Jan Kratochvil <jan.kratochvil@redhat.com>
17624 Tom Tromey <tromey@redhat.com>
17625
17626 * configure.ac: Add gdb.compile/.
17627 * configure: Regenerate.
17628 * gdb.compile/Makefile.in: New file.
17629 * gdb.compile/compile-ops.exp: New file.
17630 * gdb.compile/compile-ops.c: New file.
17631 * gdb.compile/compile-tls.c: New file.
17632 * gdb.compile/compile-tls.exp: New file.
17633 * gdb.compile/compile-constvar.S: New file.
17634 * gdb.compile/compile-constvar.c: New file.
17635 * gdb.compile/compile-mod.c: New file.
17636 * gdb.compile/compile-nodebug.c: New file.
17637 * gdb.compile/compile-setjmp-mod.c: New file.
17638 * gdb.compile/compile-setjmp.c: New file.
17639 * gdb.compile/compile-setjmp.exp: New file.
17640 * gdb.compile/compile-shlib.c: New file.
17641 * gdb.compile/compile.c: New file.
17642 * gdb.compile/compile.exp: New file.
17643 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17644
17645 2014-12-12 Tom Tromey <tromey@redhat.com>
17646
17647 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17648 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17649
17650 2014-12-12 Doug Evans <dje@google.com>
17651
17652 * lib/gdb-python.exp (get_python_valueof): New function.
17653 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17654
17655 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17656
17657 * gdb.base/completion.exp: Add test for completion of "info
17658 registers ".
17659
17660 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17661
17662 * gdb.base/func-ptrs.c: New file.
17663 * gdb.base/func-ptrs.exp: New file.
17664
17665 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17666
17667 PR breakpoints/17012
17668 * gdb.base/dprintf-detach.c: New file.
17669 * gdb.base/dprintf-detach.exp: New file.
17670
17671 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17672
17673 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17674 * lib/gdb.exp (target_is_gdbserver): New procedure.
17675
17676 2014-12-08 Doug Evans <dje@google.com>
17677
17678 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17679
17680 2014-12-05 Yao Qi <yao@codesourcery.com>
17681
17682 * gdb.guile/scm-error.exp: Remove the third argument to
17683 gdb_remote_download.
17684 * gdb.guile/scm-frame-args.exp: Likewise.
17685 * gdb.guile/scm-section-script.exp: Likewise.
17686
17687 2014-12-05 Yao Qi <yao@codesourcery.com>
17688
17689 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17690
17691 2014-12-04 Doug Evans <dje@google.com>
17692
17693 * gdb.python/py-objfile.exp: Add tests for
17694 objfile.add_separate_debug_file.
17695
17696 2014-12-04 Doug Evans <dje@google.com>
17697
17698 * lib/gdb.exp (get_build_id): New function.
17699 (build_id_debug_filename_get): Rewrite to use it.
17700 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17701
17702 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17703
17704 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17705 `method(long)', not just 0x0.
17706 * gdb.cp/nsalias.exp: Align code labels to 4.
17707 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17708 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17709 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17710 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17711 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17712 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17713
17714 2014-12-02 Doug Evans <dje@google.com>
17715
17716 PR symtab/17602
17717 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17718 * gdb.cp/anon-ns2.cc: ... here. New file.
17719 * gdb.cp/anon-ns.exp: Update.
17720
17721 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17722
17723 * gdb.python/py-events.py (inferior_call_handler): New.
17724 (register_changed_handler, memory_changed_handler): New.
17725 (test_events.invoke): Register new handlers.
17726 * gdb.python/py-events.exp: Add tests for inferior call,
17727 memory_changed and register_changed events.
17728
17729 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17730
17731 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17732 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17733 if the linker doesn't understand this.
17734
17735 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17736
17737 * gdb.python/python.exp: Change expected reply to help().
17738
17739 2014-12-01 Yao Qi <yao@codesourcery.com>
17740
17741 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17742 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17743 * configure: Re-generated.
17744
17745 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17746
17747 * gdb.cp/chained-calls.cc: New file.
17748 * gdb.cp/chained-calls.exp: New file.
17749 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17750
17751 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17752
17753 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17754 * gdb.dwarf2/symtab-producer.exp: Same.
17755 * gdb.gdb/python-interrupts.exp: Same.
17756 * gdb.gdb/python-selftest.exp: Same.
17757 * gdb.python/py-linetable.exp: Same.
17758 * gdb.python/py-type.exp: Same.
17759 * gdb.python/py-value-cc.exp: Same.
17760 * gdb.python/py-value.exp: Same.
17761
17762 2014-11-28 Yao Qi <yao@codesourcery.com>
17763
17764 * gdb.base/break-probes.exp: Match library name prefixed with
17765 sysroot.
17766
17767 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17768
17769 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17770 test expected output. Add parentheses for the call to print.
17771 Remove L suffix from integers.
17772
17773 2014-11-26 Doug Evans <dje@google.com>
17774
17775 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17776
17777 2014-11-22 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.trace/entry-values.c: Remove asms.
17780 (foo): Add foo_label.
17781 (bar): Add bar_label.
17782 * gdb.trace/entry-values.exp: Remove code computing foo's
17783 length and bar's length.
17784 (Dwarf::assemble): Invoke function_range for bar and use
17785 MACRO_AT_func for foo.
17786
17787 2014-11-22 Yao Qi <yao@codesourcery.com>
17788
17789 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17790 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17791 Use .Lgcc43_procstart instead of gcc43.
17792
17793 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17794
17795 * gdb.ada/n_arr_bound: New testcase.
17796
17797 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17798
17799 PR breakpoints/10737
17800 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17801 test_catch_syscall_multi_arch.
17802 (test_catch_syscall_multi_arch): New function.
17803
17804 2014-11-20 Doug Evans <xdje42@gmail.com>
17805
17806 * gdb.base/maint.exp: Update expected output.
17807
17808 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17809
17810 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17811 4-byte instruction on S390.
17812
17813 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17814
17815 * gdb.ada/arr_arr: New testcase.
17816
17817 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17818
17819 * gdb.ada/pkd_arr_elem: New Testcase.
17820
17821 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17822
17823 * gdb.reverse/break-precsave: Expect completion message for
17824 core file reads.
17825 * gdb.reverse/consecutive-precsave.exp: Likewise.
17826 * gdb.reverse/finish-precsave.exp: Likewise.
17827 * gdb.reverse/i386-precsave.exp: Likewise.
17828 * gdb.reverse/machinestate-precsave.exp: Likewise.
17829 * gdb.reverse/sigall-precsave.exp: Likewise.
17830 * gdb.reverse/solib-precsave.exp: Likewise.
17831 * gdb.reverse/step-precsave.exp: Likewise.
17832 * gdb.reverse/until-precsave.exp: Likewise.
17833 * gdb.reverse/watch-precsave.exp: Likewise.
17834
17835 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17836
17837 * gdb.base/bp-permanent.c: Include unistd.h.
17838 * gdb.python/py-framefilter-mi.c (main): Add return type.
17839 * gdb.python/py-framefilter.c (main): Likewise.
17840 * gdb.trace/actions-changed.c (main): Likewise.
17841
17842 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17843
17844 * gdb.mi/until.c: Add eye-catchers.
17845 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17846 line numbers.
17847
17848 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17849
17850 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17851 function header variants in break1.c.
17852 * gdb.base/ena-dis-br.exp: Likewise.
17853 * gdb.base/hbreak2.exp: Likewise.
17854 * gdb.reverse/until-precsave.exp: Drop references to removed
17855 non-prototype function header variants in ur1.c.
17856 * gdb.reverse/until-reverse.exp: Likewise.
17857
17858 2014-11-17 Petr Machata <pmachata@redhat.com>
17859
17860 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17861 ${_cu_offset_size} bytes abbrev offset.
17862
17863 2014-11-15 Doug Evans <xdje42@gmail.com>
17864
17865 PR symtab/17559
17866 * gdb.base/line-symtabs.exp: New file.
17867 * gdb.base/line-symtabs.c: New file.
17868 * gdb.base/line-symtabs.h: New file.
17869
17870 2014-11-14 Yao Qi <yao@codesourcery.com>
17871
17872 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17873 (func): Add label func_label.
17874 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17875 Replace low_pc and high_pc with MACRO_AT_range.
17876 Replace name, low_pc and high_pc with MACRO_AT_func.
17877
17878 2014-11-14 Yao Qi <yao@codesourcery.com>
17879
17880 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17881 Replace name, low_pc and high_pc with MACRO_AT_func.
17882
17883 2014-11-14 Yao Qi <yao@codesourcery.com>
17884
17885 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17886 produce debug information.
17887 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17888
17889 2014-11-14 Yao Qi <yao@codesourcery.com>
17890
17891 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17892 object and get function length.
17893 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17894 with MACRO_AT_func.
17895 (top-level): Replace gdb_compile and clean_restart with
17896 prepare_for_testing.
17897 * gdb.dwarf2/main.c (main): Add label main_label.
17898
17899 2014-11-14 Yao Qi <yao@codesourcery.com>
17900
17901 * lib/dwarf.exp (function_range): New procedure.
17902 (Dwarf::_handle_macro_at_func): New procedure.
17903 (Dwarf::_handle_macro_at_range): New procedure.
17904 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17905
17906 2014-11-14 Yao Qi <yao@codesourcery.com>
17907
17908 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17909 (_handle_attribute): New procedure.
17910
17911 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17912
17913 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17914 * gdb.base/call-sc.c (zed): Likewise.
17915 * gdb.base/checkpoint.c (main): Likewise.
17916 * gdb.base/dump.c (main): Likewise.
17917 * gdb.base/gcore.c (main): Likewise.
17918 * gdb.base/huge.c (main): Likewise.
17919 * gdb.base/multi-forks.c (main): Likewise.
17920 * gdb.base/pr10179-a.c (main): Likewise.
17921 * gdb.base/savedregs.c (main): Likewise.
17922 * gdb.base/sigaltstack.c (main): Likewise.
17923 * gdb.base/siginfo.c (main): Likewise.
17924 * gdb.base/structs.c (zed): Likewise.
17925 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17926 * gdb.mi/mi-syn-frame.c (main): Likewise.
17927 * gdb.mi/until.c (foo, main): Likewise.
17928 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17929 * gdb.base/solib-weak.c (foo): Declare.
17930 * gdb.base/attach-twice.c: Include stdio.h.
17931 * gdb.base/weaklib1.c: Likewise.
17932 * gdb.base/weaklib2.c: Likewise.
17933 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17934 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17935 unistd.h.
17936 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17937 * gdb.mi/mi-exit-code.c: Likewise.
17938 * gdb.base/break-interp-lib.c: Include string.h.
17939 * gdb.base/coremaker.c: Likewise.
17940 * gdb.base/testenv.c: Likewise.
17941 * gdb.python/py-finish-breakpoint.c: Likewise.
17942 * gdb.base/inferior-died.c: Include sys/wait.h.
17943 * gdb.base/fileio.c: Include time.h.
17944 * gdb.base/async-shell.c: Include unistd.h.
17945 * gdb.base/dprintf-non-stop.c: Likewise.
17946 * gdb.base/info-os.c: Likewise.
17947 * gdb.mi/mi-console.c: Likewise.
17948 * gdb.mi/watch-nonstop.c: Likewise.
17949 * gdb.python/py-events.c: Likewise.
17950 * gdb.base/async.c (baz): Move up before its invocation.
17951 * gdb.base/code_elim2.c (my_global_func): Likewise.
17952 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17953 * gdb.base/advance.c (func2): Likewise.
17954
17955 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17956
17957 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17958 variant.
17959 * gdb.base/annota3.c: Likewise.
17960 * gdb.base/async.c: Likewise.
17961 * gdb.base/average.c: Likewise.
17962 * gdb.base/call-ar-st.c: Likewise.
17963 * gdb.base/call-rt-st.c: Likewise.
17964 * gdb.base/call-sc.c: Likewise.
17965 * gdb.base/call-strs.c: Likewise.
17966 * gdb.base/ending-run.c: Likewise.
17967 * gdb.base/execd-prog.c: Likewise.
17968 * gdb.base/exprs.c: Likewise.
17969 * gdb.base/foll-exec.c: Likewise.
17970 * gdb.base/foll-fork.c: Likewise.
17971 * gdb.base/foll-vfork.c: Likewise.
17972 * gdb.base/funcargs.c: Likewise.
17973 * gdb.base/gcore.c: Likewise.
17974 * gdb.base/jump.c: Likewise.
17975 * gdb.base/langs0.c: Likewise.
17976 * gdb.base/langs1.c: Likewise.
17977 * gdb.base/langs2.c: Likewise.
17978 * gdb.base/mips_pro.c: Likewise.
17979 * gdb.base/nodebug.c: Likewise.
17980 * gdb.base/opaque0.c: Likewise.
17981 * gdb.base/opaque1.c: Likewise.
17982 * gdb.base/recurse.c: Likewise.
17983 * gdb.base/run.c: Likewise.
17984 * gdb.base/scope0.c: Likewise.
17985 * gdb.base/scope1.c: Likewise.
17986 * gdb.base/setshow.c: Likewise.
17987 * gdb.base/setvar.c: Likewise.
17988 * gdb.base/shmain.c: Likewise.
17989 * gdb.base/shr1.c: Likewise.
17990 * gdb.base/shr2.c: Likewise.
17991 * gdb.base/sigall.c: Likewise.
17992 * gdb.base/signals.c: Likewise.
17993 * gdb.base/so-indr-cl.c: Likewise.
17994 * gdb.base/solib2.c: Likewise.
17995 * gdb.base/structs.c: Likewise.
17996 * gdb.base/sum.c: Likewise.
17997 * gdb.base/vforked-prog.c: Likewise.
17998 * gdb.base/watchpoint.c: Likewise.
17999 * gdb.reverse/shr2.c: Likewise.
18000 * gdb.reverse/until-reverse.c: Likewise.
18001 * gdb.reverse/ur1.c: Likewise.
18002 * gdb.reverse/watch-reverse.c: Likewise.
18003
18004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18005
18006 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18007 variant.
18008 * gdb.base/sepdebug.exp: Drop references to removed code.
18009
18010 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18011
18012 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18013 variant. Preserve original line numbering.
18014 * gdb.base/list1.c: Likewise.
18015
18016 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18017
18018 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18019 variant.
18020 * gdb.base/break1.c: Likewise.
18021 * gdb.base/break.exp: Drop references to removed code.
18022
18023 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18024
18025 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18026 variant.
18027
18028 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18029
18030 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18031
18032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18033
18034 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18035 logic into perform_all_tests() and invoke it with and without
18036 function header prototypes.
18037 (do_function_calls): Remove conditional XFAIL for PR 5318.
18038 (rerun_and_prepare): Remove duplicate code.
18039 (perform_all_tests): New. Main logic moved here.
18040
18041 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18042
18043 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18044 code guarded by #ifdef NO_PROTOTYPES.
18045 (t_double_many_args): Likewise.
18046 (DEF_FUNC_MANY_ARGS_1): Likewise.
18047 (DEF_FUNC_VALUES_1): Likewise.
18048 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18049 guarded by #ifdef PROTOTYPES.
18050
18051 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18052
18053 * gdb.mi/mi-console.c: Add eye-catcher.
18054 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18055 instead of literal line number.
18056
18057 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18058
18059 * gdb.base/shr2.c: Add eye-catcher.
18060 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18061 line number.
18062
18063 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18064
18065 * gdb.base/jump.c: Add eye-catchers.
18066 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18067 numbers.
18068
18069 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18070
18071 * gdb.base/execd-prog.c: Add eye-catchers.
18072 * gdb.base/foll-exec.c: Likewise.
18073 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18074 line numbers.
18075
18076 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18077
18078 * gdb.base/ending-run.c: Add eye-catchers.
18079 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18080 literal line numbers.
18081
18082 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18083
18084 * gdb.base/call-rt-st.c: Add eye-catchers.
18085 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18086 literal line numbers.
18087
18088 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18089
18090 * gdb.base/call-ar-st.c: Add eye-catchers.
18091 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18092 literal line numbers.
18093
18094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18095
18096 * gdb.base/average.c: Add eye-catchers.
18097 * gdb.base/sum.c: Likewise.
18098 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18099 regexps dynamically.
18100
18101 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18102
18103 * gdb.base/solib1.c: Add eye-catchers.
18104 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18105 literal line numbers.
18106
18107 2014-11-12 Pedro Alves <palves@redhat.com>
18108
18109 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18110 leader has exited.
18111
18112 2014-11-12 Pedro Alves <palves@redhat.com>
18113
18114 * gdb.arch/i386-bp_permanent.c: New file.
18115 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18116 (srcfile): Set to i386-bp_permanent.c.
18117 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18118 that stepi does not execute the 'leave' instruction, instead of
18119 testing it does execute.
18120 * gdb.base/bp-permanent.c: New file.
18121 * gdb.base/bp-permanent.exp: New file.
18122
18123 2014-11-10 Doug Evans <xdje42@gmail.com>
18124
18125 PR symtab/17564
18126 * gdb.base/symtab-search-order.exp: New file.
18127 * gdb.base/symtab-search-order.c: New file.
18128 * gdb.base/symtab-search-order-1.c: New file.
18129 * gdb.base/symtab-search-order-shlib-1.c: New file.
18130
18131 2014-11-07 Pedro Alves <palves@redhat.com>
18132
18133 PR gdb/17511
18134 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18135 i?86-*-linux*.
18136
18137 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18138
18139 PR c++/17494
18140 * gdb.cp/pr17494.cc: New file.
18141 * gdb.cp/pr17494.exp: New file.
18142
18143 2014-11-02 Yao Qi <yao@codesourcery.com>
18144
18145 * gdb.python/python.exp: Get working directory and match the
18146 output of "set extended-prompt \\w " with it.
18147
18148 2014-10-30 Doug Evans <dje@google.com>
18149
18150 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18151 in objfiles.
18152 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18153 in progspaces.
18154
18155 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18156
18157 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18158 * gdb.base/realname-expand.exp: Likewise.
18159 * gdb.linespec/macro-relative.exp: Likewise.
18160
18161 2014-10-29 Pedro Alves <palves@redhat.com>
18162
18163 PR gdb/17408
18164 * gdb.threads/schedlock.c (some_function): New function.
18165 (call_function): New global.
18166 (MAYBE_CALL_SOME_FUNCTION): New macro.
18167 (thread_function): Call it.
18168 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18169 and use it instead of a global counter. Adjust all callers.
18170 (get_current_thread): Use "find current thread" for test message
18171 here rather than having all callers pass down the same string.
18172 (goto_loop): New procedure, factored out from ...
18173 (my_continue): ... this.
18174 (step_ten_loops): Change parameter from test message to command to
18175 use. Adjust.
18176 (list_count): Delete global.
18177 (check_result): New procedure, factored out from duplicate top
18178 level code.
18179 (continue tests): Wrap in with_test_prefix.
18180 (test_step): New procedure, factored out from duplicate top level
18181 code.
18182 (top level): Test "step" in combination with all scheduler-locking
18183 modes. Test "next" in combination with all scheduler-locking
18184 modes, and in combination with stepping over a function call or
18185 not.
18186 * gdb.threads/next-bp-other-thread.c: New file.
18187 * gdb.threads/next-bp-other-thread.exp: New file.
18188
18189 2014-10-29 Pedro Alves <palves@redhat.com>
18190
18191 PR python/17372
18192 * gdb.python/python.exp: Test a multi-line command that spawns
18193 interactive Python.
18194 * gdb.base/multi-line-starts-subshell.exp: New file.
18195
18196 2014-10-29 Yao Qi <yao@codesourcery.com>
18197
18198 * gdb.base/fileio.exp: Make directories on host.
18199
18200 2014-10-29 Yao Qi <yao@codesourcery.com>
18201
18202 * gdb.base/fileio.c (test_write): Close the file.
18203
18204 2014-10-28 Pedro Alves <palves@redhat.com>
18205
18206 PR gdb/12623
18207 * gdb.base/sigstep.c (no_handler): New global.
18208 (main): If 'no_handler is true, set the signal handlers to
18209 SIG_IGN.
18210 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18211 with_sw_watch and no_handler parameters. Handle them.
18212 (top level) <stepping over handler when stopped at a breakpoint
18213 test>: Add a test axis for testing with a software watchpoint, and
18214 another for testing with the signal handler set to SIG_IGN.
18215 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18216 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18217
18218 2014-10-28 Pedro Alves <palves@redhat.com>
18219
18220 PR gdb/17511
18221 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18222 * gdb.base/sigstep.exp (other_handler_location): New global.
18223 (advance): Support stepping into the signal handler, and running
18224 commands while in the handler.
18225 (in_handler_map): New global.
18226 (top level): In the advance test, add combinations for getting
18227 into the handler with stepping commands, and for running commands
18228 in the handler. Add comment descripting the advancei tests.
18229
18230 2014-10-28 Pedro Alves <palves@redhat.com>
18231
18232 * gdb.base/sigstep.exp: Use build_executable instead of
18233 prepare_for_testing.
18234 (top level): Move code that starts GDB, runs to main and creates a
18235 display to ...
18236 (restart): ... this new procedure.
18237 (top level): Move backtrace from signal handler test to ...
18238 (validate_backtrace): ... this new procedure.
18239 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18240 with_test_prefix. Always restart GDB.
18241 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18242 with_test_prefix. Always restart GDB. No need to delete
18243 breakpoints after the test.
18244 (test_skip_handler): Remove prefix parameter.
18245 (skip_over_handler, breakpoint_to_handler)
18246 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18247 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18248 restart GDB. No need to delete breakpoints after the test.
18249 (top level): Use foreach to call the test procedures with
18250 different commands.
18251
18252 2014-10-28 Pedro Alves <palves@redhat.com>
18253
18254 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18255 instead of GNATS numbers.
18256 * gdb.base/sigbpt.exp: Likewise.
18257 * gdb.base/siginfo.exp: Likewise.
18258 * gdb.base/sigstep.exp: Likewise.
18259
18260 2014-10-27 Pedro Alves <palves@redhat.com>
18261
18262 * gdb.base/sigstep.c (dummy): New global.
18263 (main): Issue a couple writes to the new global.
18264 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18265 procedures.
18266 (skip_over_handler): Use test_skip_handler.
18267 (top level): Call skip_over_handler for stepi and nexti too.
18268 (breakpoint_over_handler): Use test_skip_handler.
18269 (top level): Call breakpoint_over_handler for stepi and nexti too.
18270
18271 2014-10-27 Yao Qi <yao@codesourcery.com>
18272
18273 * gdb.trace/tfile.c (adjust_function_address)
18274 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18275 function descriptor.
18276
18277 2014-10-24 Don Breazeal <donb@codesourcery.com>
18278
18279 * gdb.base/foll-fork.exp (test_follow_fork,
18280 catch_fork_child_follow): Check for updated fork messages emitted
18281 from infrun.c.
18282 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18283 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18284 vfork_and_exec_child_follow_through_step): Check for updated vfork
18285 messages emitted from infrun.c.
18286
18287 2014-10-24 Pedro Alves <palves@redhat.com>
18288
18289 * gdb.base/corefile.exp: Remove references to ultrix.
18290 * gdb.base/interrupt.exp: Likewise.
18291 * gdb.base/whatis.exp: Likewise.
18292 * gdb.gdb/selftest.exp: Likewise.
18293 * gdb.threads/manythreads.exp: Likewise.
18294 * gdb.threads/print-threads.exp: Likewise.
18295 * gdb.threads/pthreads.exp:: Likewise.
18296 * gdb.threads/schedlock.exp: Likewise.
18297
18298 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18299
18300 * gdb.cp/non-trivial-retval.cc: Add a test case.
18301 * gdb.cp/non-trivial-retval.exp: Add a test.
18302
18303 2014-10-20 Yao Qi <yao@codesourcery.com>
18304
18305 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18306 * gdb.python/py-objfile-script-gdb.py: New file.
18307 * gdb.python/py-objfile-script.exp: Update reference to
18308 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18309 of remote_download. Remove the dest file.
18310
18311 2014-10-20 Yao Qi <yao@codesourcery.com>
18312
18313 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18314 * gdb.base/step-line.exp: Likewise.
18315 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18316 * gdb.dwarf2/dw2-basic.exp: Likewise.
18317 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18318 * gdb.dwarf2/dw2-filename.exp: Likewise.
18319 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18320 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18321 * gdb.dwarf2/dw2-producer.exp: Likewise.
18322 * gdb.dwarf2/mac-fileno.exp: Likewise.
18323 * gdb.python/py-frame-args.exp: Likewise.
18324 * gdb.python/py-framefilter.exp: Likewise.
18325 * gdb.python/py-mi.exp: Likewise.
18326 * gdb.python/py-objfile-script.exp: Likewise
18327 * gdb.python/py-pp-integral.exp: Likewise.
18328 * gdb.python/py-pp-re-notag.exp: Likewise.
18329 * gdb.python/py-prettyprint.exp: Likewise.
18330 * gdb.python/py-section-script.exp: Likewise.
18331 * gdb.python/py-typeprint.exp: Likewise.
18332 * gdb.python/py-xmethods.exp: Likewise.
18333 * gdb.stabs/weird.exp: Likewise.
18334 * gdb.xml/tdesc-regs.exp: Likewise.
18335
18336 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18337
18338 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18339 (out_cu): Use addr_len for the size of addresses.
18340 (out_line): Likewise. Size DW_LNE_set_address instruction
18341 according to addr_len.
18342 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18343 (FUNC): Add START_INSNS to definition.
18344
18345 2014-10-18 Yao Qi <yao@codesourcery.com>
18346
18347 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18348 gdb_has_argv0 return true.
18349 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18350 check [target_info exists noargs], check [gdb_has_argv0]
18351 instead.
18352 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18353 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18354 procedures.
18355
18356 2014-10-17 Doug Evans <dje@google.com>
18357
18358 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18359 event.
18360 * gdb.python/py-events.py: Add clear_objfiles event.
18361
18362 2014-10-17 Doug Evans <dje@google.com>
18363
18364 * gdb.python/py-objfile.exp: Test progspace attribute.
18365
18366 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18367
18368 * gdb.guile/scm-breakpoint.exp: Do not assume any
18369 directory separators when matching source file paths.
18370 * gdb.python/py-breakpoint.exp: Likewise.
18371 * gdb.reverse/break-precsave.exp: Likewise.
18372 * gdb.reverse/break-reverse.exp: Likewise.
18373 * gdb.reverse/consecutive-precsave.exp: Likewise.
18374 * gdb.reverse/finish-precsave.exp: Likewise.
18375 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18376 * gdb.reverse/finish-reverse.exp: Likewise.
18377 * gdb.reverse/i386-precsave.exp: Likewise.
18378 * gdb.reverse/i387-env-reverse.exp: Likewise.
18379 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18380 * gdb.reverse/machinestate-precsave.exp: Likewise.
18381 * gdb.reverse/machinestate.exp: Likewise.
18382 * gdb.reverse/sigall-precsave.exp: Likewise.
18383 * gdb.reverse/solib-precsave.exp: Likewise.
18384 * gdb.reverse/step-precsave.exp: Likewise.
18385 * gdb.reverse/until-precsave.exp: Likewise.
18386 * gdb.reverse/watch-precsave.exp: Likewise.
18387 * gdb.reverse/watch-reverse.exp: Likewise.
18388
18389 2014-10-17 Yao Qi <yao@codesourcery.com>
18390
18391 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18392 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18393
18394 2014-10-17 Pedro Alves <palves@redhat.com>
18395
18396 PR gdb/17471
18397 * gdb.base/bg-execution-repeat.c: New file.
18398 * gdb.base/bg-execution-repeat.exp: New file.
18399
18400 2014-10-17 Pedro Alves <palves@redhat.com>
18401
18402 PR gdb/17300
18403 * gdb.base/continue-all-already-running.c: New file.
18404 * gdb.base/continue-all-already-running.exp: New file.
18405
18406 2014-10-17 Pedro Alves <palves@redhat.com>
18407
18408 PR gdb/17472
18409 * gdb.base/annota-input-while-running.c: New file.
18410 * gdb.base/annota-input-while-running.exp: New file.
18411
18412 2014-10-17 Pedro Alves <palves@redhat.com>
18413
18414 * gdb.base/callfuncs.exp: emove references to osf.
18415 * gdb.base/sigall.exp: Likewise.
18416 * gdb.gdb/selftest.exp: Likewise.
18417 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18418 * gdb.mi/non-stop.c: Likewise.
18419 * gdb.mi/pthreads.c: Likewise.
18420 * gdb.reverse/sigall-precsave.exp: Likewise.
18421 * gdb.reverse/sigall-reverse.exp: Likewise.
18422 * gdb.threads/pthreads.c: Likewise.
18423 * gdb.threads/pthreads.exp: Likewise.
18424
18425 2014-10-17 Yao Qi <yao@codesourcery.com>
18426
18427 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18428 check 'target_info exists noargs'.
18429 (test_command_prompt_position): Likewise.
18430 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18431 Remove "set args".
18432 (progvar_simple_while_test): Likewise.
18433 (progvar_complex_if_while_test): Likewise.
18434 (if_while_breakpoint_command_test): Likewise.
18435 (infrun_breakpoint_command_test): Likewise.
18436 (breakpoint_command_test): Likewise.
18437 (watchpoint_command_test): Likewise.
18438 (bp_deleted_in_command_test): Likewise.
18439 (temporary_breakpoint_commands): Likewise.
18440
18441 2014-10-16 Yao Qi <yao@codesourcery.com>
18442
18443 * gdb.base/remotetimeout.exp: Remove noargs checking.
18444
18445 2014-10-15 Pedro Alves <palves@redhat.com>
18446
18447 PR breakpoints/9649
18448 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18449 * gdb.base/breakpoint-in-ro-region.exp
18450 (probe_target_hardware_step): New procedure.
18451 (top level): Probe hardware stepping and hardware breakpoint
18452 support. Test stepping through a read-only region, with both
18453 "breakpoint auto-hw" on and off and both "always-inserted" on and
18454 off.
18455
18456 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18457
18458 * gdb.dlang/demangle.exp: Update for demangling changes.
18459
18460 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18461
18462 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18463 * gdb.cp/non-trivial-retval.exp: Add new tests.
18464
18465 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18466
18467 PR c++/13403
18468 PR c++/15154
18469 * gdb.cp/non-trivial-retval.cc: New file.
18470 * gdb.cp/non-trivial-retval.exp: New file.
18471
18472 2014-10-15 Yao Qi <yao@codesourcery.com>
18473
18474 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18475 remote host.
18476
18477 2014-10-15 Yao Qi <yao@codesourcery.com>
18478
18479 * gdb.python/py-symbol.exp: Match file base name if host is
18480 remote, otherwise match file name with dir name.
18481 * gdb.python/py-symtab.exp: Likewise.
18482 * gdb.python/python.exp: Likewise.
18483
18484 2014-10-15 Yao Qi <yao@codesourcery.com>
18485
18486 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18487 pattern.
18488 * gdb.python/py-symtab.exp: Likewise.
18489 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18490 locationn.
18491
18492 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18493
18494 * gdb.ada/addr_arith: New testcase.
18495
18496 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18497
18498 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18499 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18500 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18501 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18502
18503 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18504
18505 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18506 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18507 * gdb.arch/stap-eval-lang-ada.exp: New file.
18508
18509 2014-10-14 Yao Qi <yao@codesourcery.com>
18510
18511 * gdb.mi/mi-var-child.c (nothing1): New function.
18512 (nothing2): New function.
18513 (do_children_tests): Set function pointers by nothing1 and
18514 nothing2.
18515 * gdb.mi/mi-var-child.exp: Step over new added statements.
18516 Update test to match the new output.
18517 * gdb.mi/var-cmd.c (nothing1): New function.
18518 (nothing2): New function.
18519 (do_children_tests): Set function pointers by nothing1 and
18520 nothing2.
18521 * gdb.mi/mi-var-display.exp: Update test to match output.
18522 Step to the line specified by $line_dct_nothing.
18523 Increase the number of lines to step.
18524
18525 2014-10-14 Yao Qi <yao@codesourcery.com>
18526
18527 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18528 tests.
18529 * gdb.mi/mi2-var-child.exp: Likewise.
18530
18531 2014-10-13 Doug Evans <dje@google.com>
18532
18533 * gdb.python/py-objfile.exp: Change name of file name test.
18534
18535 2014-10-13 Doug Evans <dje@google.com>
18536
18537 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18538 from the start of the CU.
18539
18540 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18541 Yao Qi <yao@codesourcery.com>
18542
18543 Fix "save breakpoints" for "catch" command.
18544 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18545 Remove -nonewline. Match also the added "main" line.
18546
18547 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18548
18549 Fix "save breakpoints" for "disable $bpnum" command.
18550 * gdb.base/save-bp.c (main): Add label.
18551 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18552
18553 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18554
18555 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18556
18557 2014-10-11 Yao Qi <yao@codesourcery.com>
18558
18559 * gdb.server/server-kill.exp: Execute command
18560 "set remote trace-status-packet on" before "tstatus".
18561
18562 2014-10-11 Yao Qi <yao@codesourcery.com>
18563
18564 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18565 (main): Call getppid.
18566 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18567 and continue to it. Read variable "server_pid".
18568
18569 2014-10-11 Yao Qi <yao@codesourcery.com>
18570
18571 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18572
18573 2014-10-11 Yao Qi <yao@codesourcery.com>
18574
18575 * gdb.threads/thread-find.exp: Don't execute command
18576 "info threads".
18577 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18578 * gdb.threads/linux-dp.exp: Don't check the condition
18579 $threads_created equals to zero.
18580
18581 2014-10-10 Pedro Alves <palves@redhat.com>
18582
18583 * gdb.base/bigcore.exp: Remove references to IRIX.
18584 * gdb.base/funcargs.exp: Likewise.
18585 * gdb.base/interrupt.exp: Likewise.
18586 * gdb.base/mips_pro.exp: Likewise.
18587 * gdb.base/nodebug.exp: Likewise.
18588 * gdb.base/setvar.exp: Likewise.
18589 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18590
18591 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18592 Pedro Alves <palves@redhat.com>
18593
18594 PR symtab/14466
18595 * gdb.base/vdso-warning.c: New file.
18596 * gdb.base/vdso-warning.exp: New file.
18597
18598 2014-10-02 Doug Evans <dje@google.com>
18599
18600 * gdb.base/structs.c (main): Don't run forever.
18601
18602 2014-10-02 Pedro Alves <palves@redhat.com>
18603
18604 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18605 (top level) <stop threads 1, stop threads 2>: Use it.
18606
18607 2014-10-02 Pedro Alves <palves@redhat.com>
18608
18609 * gdb.threads/break-while-running.exp (test): Add new
18610 'update_thread_list' argument. Skip "info threads" if false.
18611 (top level): Add new 'update_thread_list' axis.
18612
18613 2014-10-02 Pedro Alves <palves@redhat.com>
18614
18615 PR breakpoints/17431
18616 * gdb.base/execl-update-breakpoints.c: New file.
18617 * gdb.base/execl-update-breakpoints.exp: New file.
18618
18619 2014-10-01 Pedro Alves <palves@redhat.com>
18620
18621 * gdb.base/breakpoint-in-ro-region.c: New file.
18622 * gdb.base/breakpoint-in-ro-region.exp: New file.
18623
18624 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18625
18626 * gdb.mi/mi-exit-code.exp: New file.
18627 * gdb.mi/mi-exit-code.c: New file.
18628
18629 2014-09-30 Yao Qi <yao@codesourcery.com>
18630
18631 * lib/prelink-support.exp (build_executable_own_libs): Error if
18632 the target isn't native.
18633
18634 2014-09-30 Yao Qi <yao@codesourcery.com>
18635
18636 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18637 false.
18638
18639 2014-09-22 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.threads/break-while-running.exp: New file.
18642 * gdb.threads/break-while-running.c: New file.
18643
18644 2014-09-19 Yao Qi <yao@codesourcery.com>
18645
18646 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18647 Invoke test. Restart GDB with --readnow and invoke test again.
18648
18649 2014-09-19 Yao Qi <yao@codesourcery.com>
18650
18651 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18652 proc set_breakpoint_on_gcd_function. Invoke
18653 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18654 invoke set_breakpoint_on_gcd_function again.
18655
18656 2014-09-18 Doug Evans <dje@google.com>
18657
18658 * gdb.dwarf2/symtab-producer.exp: New file.
18659
18660 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18661
18662 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18663 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18664 * gdb.base/global-var-nested-by-dso.c: Likewise.
18665 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18666
18667 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18668 Pedro Alves <palves@redhat.com>
18669
18670 * gdb.base/watch-bitfields.exp: Pass string other than test file
18671 name to prepare_for_testing.
18672 (watch): New procedure.
18673 (expect_watchpoint): Use with_test_prefix.
18674 (top level): Factor out tests to ...
18675 (test_watch_location, test_regular_watch): ... these new
18676 procedures, and use with_test_prefix and gdb_continue_to_end.
18677
18678 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18679
18680 PR breakpoints/12526
18681 * gdb.base/watch-bitfields.exp: New file.
18682 * gdb.base/watch-bitfields.c: New file.
18683
18684 2014-09-16 Pedro Alves <palves@redhat.com>
18685
18686 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18687 software and hardware addresses, not software address against
18688 itself.
18689
18690 2014-09-16 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18693 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18694
18695 2014-09-16 Pedro Alves <palves@redhat.com>
18696
18697 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18698 files.
18699 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18700 "*-*-vxworks*" throughout.
18701 * gdb.base/break.exp: Likewise.
18702 * gdb.base/default.exp: Likewise.
18703 * gdb.base/scope.exp: Likewise.
18704 * gdb.base/sepdebug.exp: Likewise.
18705 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18706 throughout.
18707 * gdb.base/run.c: Likewise.
18708 * gdb.base/sepdebug.c: Likewise.
18709 * gdb.hp/gdb.aCC/run.c: Likewise.
18710 * gdb.reverse/until-reverse.c: Likewise.
18711 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18712
18713 2014-09-16 Yao Qi <yao@codesourcery.com>
18714
18715 * boards/local-remote-host-native.exp: New file.
18716
18717 2014-09-14 Doug Evans <xdje42@gmail.com>
18718
18719 * gdb.threads/queue-signal.c (thread_count): New variable.
18720 (thread_count_mutex, thread_count_condvar): New variables.
18721 (incr_thread_count, wait_all_threads_running): New functions.
18722 (main): Wait for all threads to be in their thread functions.
18723
18724 2014-09-13 Doug Evans <xdje42@gmail.com>
18725
18726 * gdb.threads/queue-signal.c: New file.
18727 * gdb.threads/queue-signal.exp: New file.
18728
18729 2014-09-13 Doug Evans <xdje42@gmail.com>
18730
18731 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18732 be consistent with what default_gdb_init uses.
18733 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18734 the plain text of the prompt. Add some logging printfs.
18735 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18736
18737 2014-09-12 Pedro Alves <palves@redhat.com>
18738
18739 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18740 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18741 * gdb.arch/i386-size-overlap.exp: Likewise.
18742 * gdb.arch/i386-size.exp: Likewise.
18743 * gdb.arch/i386-unwind.exp: Likewise.
18744 * gdb.base/a2-run.exp: Likewise.
18745 * gdb.base/break.exp: Likewise.
18746 * gdb.base/charset.exp: Likewise.
18747 * gdb.base/chng-syms.exp: Likewise.
18748 * gdb.base/commands.exp: Likewise.
18749 * gdb.base/dbx.exp: Likewise.
18750 * gdb.base/find.exp: Likewise.
18751 * gdb.base/funcargs.exp: Likewise.
18752 * gdb.base/jit-simple.exp: Likewise.
18753 * gdb.base/reread.exp: Likewise.
18754 * gdb.base/sepdebug.exp: Likewise.
18755 * gdb.base/step-bt.exp: Likewise.
18756 * gdb.cp/mb-inline.exp: Likewise.
18757 * gdb.cp/mb-templates.exp: Likewise.
18758 * gdb.objc/basicclass.exp: Likewise.
18759 * gdb.threads/killed.exp: Likewise.
18760
18761 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18762
18763 PR tdep/17379
18764 * gdb.arch/powerpc-stackless.S: New file.
18765 * gdb.arch/powerpc-stackless.exp: New file.
18766
18767 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18768
18769 * gdb.base/attach.c: Include unistd.h.
18770 (main): Call alarm. Add label postloop.
18771 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18772 gdb_breakpoint, gdb_continue_to_breakpoint.
18773 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18774
18775 2014-09-11 Pedro Alves <palves@redhat.com>
18776
18777 PR gdb/17347
18778 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18779 * gdb.base/attach.exp (test_command_line_attach_run): New
18780 procedure.
18781 (top level): Call it.
18782
18783 2014-09-11 Pedro Alves <palves@redhat.com>
18784
18785 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18786 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18787 (do_command_attach_tests): Use spawn_wait_for_attach.
18788 * gdb.base/solib-overlap.exp: Likewise.
18789 * gdb.multi/multi-attach.exp: Likewise.
18790 * gdb.python/py-prompt.exp: Likewise.
18791 * gdb.python/py-sync-interp.exp: Likewise.
18792 * gdb.server/ext-attach.exp: Likewise.
18793
18794 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18795
18796 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18797 command in testcase. Simplify testcase.
18798
18799 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18800
18801 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18802
18803 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18804
18805 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18806
18807 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18808
18809 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18810
18811 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18812
18813 * gdb.dwarf2/dynarr-ptr.c: New file.
18814 * gdb.dwarf2/dynarr-ptr.exp: New file.
18815
18816 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18817
18818 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18819 of 30 rather than hardcoding 120 for a slow test case. Take the
18820 `gdb,timeout' target setting into account for this calculation.
18821 Don't extend the timeout for the test cases that don't need it.
18822
18823 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18824
18825 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18826 a factor of 2 for a slow test case. Take the `gdb,timeout'
18827 target setting into account for this calculation.
18828 * gdb.reverse/until-precsave.exp: Increase the timeout by
18829 a factor of 15 and 3 respectively rather than adding 120
18830 for a pair of slow test cases. Take the `gdb,timeout'
18831 target setting into account for this calculation.
18832
18833 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18834
18835 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18836 timeout, don't pass one down to gdb_expect.
18837 (gdb_expect): Rework timeout selection.
18838
18839 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18840
18841 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18842 exception on timeout.
18843 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18844 (gdbserver_start_extended): Catch any `gdbserver_start' error
18845 exceptions.
18846 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18847 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18848 `gdbserver_gdb_load' error exceptions.
18849
18850 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18851
18852 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18853 120 on waiting for the TCP socket to open.
18854
18855 2014-09-09 Doug Evans <xdje42@gmail.com>
18856
18857 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18858 _caller_matches, _any_caller_is, _any_caller_matches.
18859
18860 2014-09-09 Doug Evans <xdje42@gmail.com>
18861
18862 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18863
18864 2014-09-09 Yao Qi <yao@codesourcery.com>
18865
18866 * gdb.mi/mi-var-display.exp: Set print symbol off.
18867
18868 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18869
18870 PR gdb/17035
18871 * gdb.base/commands.exp: Add tests to verify user-defined
18872 commands with empty bodies.
18873 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18874 python commands in `show user command`.
18875 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18876 scheme commands in `show user command`.
18877
18878 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18879
18880 PR python/17355
18881 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18882 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18883 * gdb.python/py-framefilter-invalidarg.exp: New file.
18884 * gdb.python/py-framefilter-invalidarg.py: New file.
18885
18886 2014-09-06 Doug Evans <xdje42@gmail.com>
18887
18888 PR 15276
18889 * gdb.python/py-caller-is.c: New file.
18890 * gdb.python/py-caller-is.exp: New file.
18891
18892 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18893
18894 PR gdb/17235
18895 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18896 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18897
18898 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18899
18900 PR fortran/17237
18901 * gdb.fortran/print-formatted.exp: New file.
18902 * gdb.fortran/print-formatted.f90: Likewise.
18903
18904 2014-09-03 Sasha Smundak <asmundak@google.com>
18905
18906 * gdb.python/py-frame.exp: Test Frame.read_register.
18907
18908 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18909
18910 PR python/16699
18911 * gdb.python/py-completion.exp: New file.
18912 * gdb.python/py-completion.py: Likewise.
18913
18914 2014-08-28 Doug Evans <dje@google.com>
18915
18916 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18917 eax,etc. are live with values set by gdb and thus the compiler can't
18918 use them.
18919 * gdb.arch/i386-pseudo.c (main): Ditto.
18920
18921 2014-08-27 Doug Evans <dje@google.com>
18922
18923 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18924
18925 2014-08-25 Doug Evans <dje@google.com>
18926
18927 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18928 (main): Ditto.
18929
18930 2014-08-25 Doug Evans <dje@google.com>
18931
18932 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18933
18934 2014-08-24 Yao Qi <yao@codesourcery.com>
18935
18936 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18937 symbol off.
18938 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18939
18940 2014-08-22 Doug Evans <dje@google.com>
18941
18942 PR 17276
18943 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18944 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18945 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18946
18947 2014-08-22 Yao Qi <yao@codesourcery.com>
18948
18949 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18950 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18951 * gdb.python/python.exp: Likewise. Use .py file on the host
18952 instead of the build.
18953
18954 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18955
18956 * gdb.threads/gcore-stale-thread.c: New file.
18957 * gdb.threads/gcore-stale-thread.exp: New file.
18958
18959 2014-08-21 Pedro Alves <palves@redhat.com>
18960
18961 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18962 * gdb.base/gcore-relro-pie.exp: Likewise.
18963 * gdb.base/gcore-relro.exp: Likewise.
18964 * gdb.base/gcore.exp: Likewise.
18965 * gdb.base/print-symbol-loading.exp: Likewise.
18966 * gdb.threads/gcore-thread.exp: Likewise.
18967 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18968
18969 2014-08-20 Pedro Alves <palves@redhat.com>
18970 Jan Kratochvil <jan.kratochvil@redhat.com>
18971
18972 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18973 configure.
18974 (EXPECT): Handle READ1 being set.
18975 (all): Depend on EXTRA_RULES.
18976 (check-read1, expect-read1, read1.so, read1): New rules.
18977 * README (Testsuite Parameters): Document the READ1 make variable.
18978 (Race detection): New section.
18979 * configure: Regenerate.
18980 * configure.ac: If build==host==target, and running under a
18981 GNU/glibc system, add read1 to the extra Makefile rules.
18982 (EXTRA_RULES): AC_SUBST it.
18983 * lib/read1.c: New file.
18984
18985 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18986
18987 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18988 the handling of variables declared as a typedef to an array
18989 which a DW_AT_data_location attribute.
18990
18991 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18992 Pedro Alves <palves@redhat.com>
18993
18994 PR symtab/14604
18995 PR symtab/14605
18996 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18997 gdb_test.
18998
18999 2014-08-19 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19002
19003 2014-08-19 Yao Qi <yao@codesourcery.com>
19004
19005 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19006 right line.
19007
19008 2014-08-18 David Blaikie <dblaikie@gmail.com>
19009
19010 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19011
19012 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19013
19014 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19015 attribute in array range.
19016
19017 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19018
19019 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19020
19021 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19022
19023 PR c++/17132
19024 * gdb.cp/pr17132.cc: New file.
19025 * gdb.cp/pr17132.exp: New file.
19026
19027 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19028
19029 * gdb.python/py-xmethods.py (A_getarrayind)
19030 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19031 Use 'print' with function call syntax.
19032 (E_method_matcher.match): Fix tab vs space indentation mixup.
19033
19034 2014-08-15 Yao Qi <yao@codesourcery.com>
19035
19036 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19037 false.
19038
19039 2014-08-15 Yao Qi <yao@codesourcery.com>
19040
19041 * gdb.cp/casts.exp: Set print symbol off.
19042 * gdb.cp/class2.exp: Likewise.
19043 * gdb.cp/overload.exp: Likewise.
19044 * gdb.cp/templates.exp: Likewise.
19045
19046 2014-08-11 Doug Evans <dje@google.com>
19047
19048 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19049 (test_load_shlib): Update.
19050
19051 2014-08-09 Yao Qi <yao@codesourcery.com>
19052
19053 * gdb.base/display.exp: Invoke is_address_zero_readable.
19054 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19055 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19056 * gdb.base/hbreak-unmapped.exp: Return if
19057 is_address_zero_readable returns true.
19058 * gdb.base/signest.exp: Likewise.
19059 * gdb.base/signull.exp: Likewise.
19060 * gdb.base/sigbpt.exp: Likewise.
19061 * gdb.guile/scm-disasm.exp: Do the test if
19062 is_address_zero_readable returns false.
19063 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19064 * gdb.python/py-arch.exp: Likewise.
19065 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19066 * lib/gdb.exp (is_address_zero_readable): New proc.
19067
19068 2014-08-09 Yao Qi <yao@codesourcery.com>
19069
19070 PR testsuite/13443
19071 * gdb.mi/mi-var-display.exp: Make test messages unique.
19072
19073 2014-08-04 Tom Tromey <tromey@redhat.com>
19074
19075 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19076 target 0".
19077
19078 2014-08-04 Tom Tromey <tromey@redhat.com>
19079
19080 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19081 "target_resume".
19082
19083 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19084
19085 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19086 inner_vla_struct_object_size.
19087 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19088 as xfail.
19089
19090 2014-07-30 Pedro Alves <palves@redhat.com>
19091
19092 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19093 comment.
19094
19095 2014-07-29 Yao Qi <yao@codesourcery.com>
19096
19097 PR gdb/17206
19098 * gdb.base/until-nodebug.exp: New.
19099
19100 2014-07-28 Doug Evans <xdje42@gmail.com>
19101
19102 PR guile/17203
19103 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19104 previously existing parameter, and previously ambiguously spelled
19105 parameter.
19106
19107 2014-07-28 Will Newton <will.newton@linaro.org>
19108
19109 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19110
19111 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19112 Doug Evans <xdje42@gmail.com>
19113
19114 PR guile/17146
19115 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19116
19117 2014-07-25 Pedro Alves <palves@redhat.com>
19118
19119 * gdb.threads/signal-command-handle-nopass.c: New file.
19120 * gdb.threads/signal-command-handle-nopass.exp: New file.
19121 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19122 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19123 * gdb.threads/signal-delivered-right-thread.c: New file.
19124 * gdb.threads/signal-delivered-right-thread.exp: New file.
19125
19126 2014-07-25 Pedro Alves <palves@redhat.com>
19127
19128 * gdb.base/double-prompt-target-event-error.exp
19129 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19130 match.
19131 (cancel_pagination_in_target_event): Rework double prompt
19132 detection.
19133 * gdb.base/paginate-after-ctrl-c-running.exp
19134 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19135 <return>' match.
19136 * gdb.base/paginate-bg-execution.exp
19137 (test_bg_execution_pagination_return)
19138 (test_bg_execution_pagination_cancel): Remove '-notransfer
19139 <return>' matches.
19140 * gdb.base/paginate-execution-startup.exp
19141 (test_fg_execution_pagination_return)
19142 (test_fg_execution_pagination_cancel): Remove '-notransfer
19143 <return>' matches.
19144 * gdb.base/paginate-inferior-exit.exp
19145 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19146 match.
19147 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19148 * lib/gdb.exp (pagination_prompt): Run text through
19149 string_to_regexp.
19150 (gdb_test_multiple): Match $pagination_prompt instead of
19151 "<return>".
19152 (string_to_regexp): Move to lib/gdb-utils.exp.
19153
19154 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19155
19156 * gdb.arch/amd64-entry-value-paramref.S: New file.
19157 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19158 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19159 * gdb.arch/amd64-optimout-repeat.S: New file.
19160 * gdb.arch/amd64-optimout-repeat.c: New file.
19161 * gdb.arch/amd64-optimout-repeat.exp: New file.
19162
19163 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19164
19165 PR gdb/17170
19166 * gdb.base/statistics.exp: New file.
19167
19168 2014-07-17 Doug Evans <dje@google.com>
19169
19170 PR gdb/17170
19171 * gdb.base/maint.exp: Update testing of per-command stats.
19172
19173 2014-07-16 Pedro Alves <palves@redhat.com>
19174
19175 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19176 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19177 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19178 (tfile_write_buf): New functions.
19179 (add_memory_block): Rewrite using the above.
19180 (adjust_function_address): New function.
19181 (FUNCTION_ADDRESS): New macro.
19182 (write_basic_trace_file): Remove short_x local, and use
19183 tfile_write_16. Change type of func_addr local to unsigned long
19184 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19185 here. Cast argument of add_memory_block to char pointer.
19186 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19187 (main): Remove parameters.
19188 * gdb.trace/tfile.exp: Remove nowarnings.
19189
19190 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19191
19192 * gdb.base/debug-expr.exp: Test string evaluation with
19193 "debug expression" on.
19194
19195 2014-07-15 Pedro Alves <palves@redhat.com>
19196
19197 * gdb.base/reread.exp: Use clean_restart.
19198
19199 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19200
19201 * gdb.arch/avr-flash-qualifer.c: New.
19202 * gdb.arch/avr-flash-qualifer.exp: New.
19203
19204 2014-07-14 Pedro Alves <palves@redhat.com>
19205
19206 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19207 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19208
19209 2014-07-14 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/double-prompt-target-event-error.c: New file.
19212 * gdb.base/double-prompt-target-event-error.exp: New file.
19213
19214 2014-07-14 Pedro Alves <palves@redhat.com>
19215
19216 PR gdb/17072
19217 * gdb.base/paginate-inferior-exit.c: New file.
19218 * gdb.base/paginate-inferior-exit.exp: New file.
19219
19220 2014-07-14 Pedro Alves <palves@redhat.com>
19221
19222 PR gdb/17072
19223 * gdb.base/paginate-bg-execution.c: New file.
19224 * gdb.base/paginate-bg-execution.exp: New file.
19225
19226 2014-07-14 Pedro Alves <palves@redhat.com>
19227
19228 PR gdb/17072
19229 * gdb.base/paginate-execution-startup.c: New file.
19230 * gdb.base/paginate-execution-startup.exp: New file.
19231 * lib/gdb.exp (pagination_prompt): New global.
19232 (default_gdb_spawn): New procedure, factored out from
19233 default_gdb_spawn.
19234 (default_gdb_start): Adjust to call default_gdb_spawn.
19235 (gdb_spawn): New procedure.
19236
19237 2014-07-14 Pedro Alves <palves@redhat.com>
19238
19239 * lib/gdb.exp (gdb_assert): New procedure.
19240 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19241
19242 2014-07-14 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.base/execution-termios.c: New file.
19245 * gdb.base/execution-termios.exp: New file.
19246
19247 2014-07-14 Tom Tromey <tromey@redhat.com>
19248
19249 * gdb.cp/vla-cxx.cc: New file.
19250 * gdb.cp/vla-cxx.exp: New file.
19251
19252 2014-07-14 Tom Tromey <tromey@redhat.com>
19253
19254 * gdb.reverse/rerun-prec.c: New file.
19255 * gdb.reverse/rerun-prec.exp: New file.
19256
19257 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19258 Maciej W. Rozycki <macro@codesourcery.com>
19259
19260 * lib/gdb-utils.exp: New file.
19261 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19262 inline `gdb_init_command' processing.
19263 (gdb_start_cmd): Likewise.
19264 * lib/mi-support.exp (mi_run_cmd): Likewise.
19265 * README: Document `gdb_init_command' and `gdb_init_commands'.
19266
19267 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19268
19269 Fix false FAIL running under a very long directory name.
19270 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19271 and "set print elements 10000". Twice.
19272
19273 2014-07-11 Yao Qi <yao@codesourcery.com>
19274
19275 * gdb.base/exprs.exp: "set print symbol off".
19276
19277 2014-07-11 Pedro Alves <palves@redhat.com>
19278
19279 * gdb.threads/kill.c: New file.
19280 * gdb.threads/kill.exp: New file.
19281
19282 2014-07-10 Yao Qi <yao@codesourcery.com>
19283
19284 * gdb.trace/tfile.c (write_basic_trace_file)
19285 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19286 address written to trace file.
19287
19288 2014-07-09 Pedro Alves <palves@redhat.com>
19289
19290 * gdb.base/attach-wait-input.exp: New file.
19291 * gdb.base/attach-wait-input.c: New file.
19292
19293 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19294
19295 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19296 setting up test structures.
19297 (main): Call new test function.
19298 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19299 test function, continue into test function and walk test
19300 structures.
19301
19302 2014-07-02 Yao Qi <yao@codesourcery.com>
19303
19304 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19305 'bar_start' at the beginning of functions 'foo' and 'bar'
19306 respectively.
19307 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19308 instead of 'foo' and 'bar'.
19309
19310 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19311
19312 * gdb.btrace/segv.exp: New.
19313 * gdb.btrace/segv.c: New.
19314
19315 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19316
19317 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19318 instruction.
19319
19320 2014-06-30 Mark Wielaard <mjw@redhat.com>
19321
19322 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19323 vulture, vilify, villar): New volatile array constants.
19324 (vindictive, vegetation): New const volatile array constants.
19325 * gdb.base/volatile.exp: Test volatile and const volatile array
19326 types.
19327
19328 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19329
19330 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19331 target lacks support for awatch, rwatch, or hbreak.
19332
19333 2014-06-27 Yao Qi <yao@codesourcery.com>
19334
19335 * gdb.multi/dummy-frame-restore.exp: New.
19336 * gdb.multi/dummy-frame-restore.c: New.
19337
19338 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19339
19340 * gdb.btrace/gcore.exp: New.
19341
19342 2014-06-23 Pedro Alves <palves@redhat.com>
19343
19344 * gdb.base/watchpoint-reuse-slot.c: New file.
19345 * gdb.base/watchpoint-reuse-slot.exp: New file.
19346
19347 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19348
19349 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19350 progspace's filename in 'info', 'enable' and 'disable' command
19351 tests.
19352
19353 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19354
19355 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19356 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19357 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19358
19359 2014-06-20 Gary Benson <gbenson@redhat.com>
19360
19361 * gdb.arch/i386-avx.exp: Fix include file location.
19362 * gdb.arch/i386-sse.exp: Likewise.
19363
19364 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19365
19366 * gdb.dlang/expression.exp: New file.
19367
19368 2014-06-19 Pedro Alves <palves@redhat.com>
19369
19370 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19371 out from ...
19372 (top level): ... here. Iterate running tests under different
19373 scheduler-locking settings.
19374
19375 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19376
19377 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19378 to DW_FORM_addr and use non-zero addresses.
19379
19380 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19381
19382 PR gdb/17017
19383 * gdb.python/py-xmethods.cc: Add global function call counters and
19384 increment them in their respective functions. Remove "cout"
19385 statements.
19386 * gdb.python/py-xmethods.exp: Make tests check the global function
19387 call counters instead of depending on inferior IO.
19388
19389 2014-06-18 Don Breazeal <donb@codesourcery.com>
19390
19391 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19392 Deleted procedure.
19393 (explicit_fork_parent_follow): Deleted procedure.
19394 (explicit_fork_child_follow): Deleted procedure.
19395 (test_follow_fork): New procedure.
19396 (do_fork_tests): Replace calls to deleted procedures with
19397 calls to test_follow_fork and reset GDB for subsequent
19398 procedure calls.
19399
19400 2014-06-17 Yao Qi <yao@codesourcery.com>
19401
19402 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19403 CP1252.
19404
19405 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19406
19407 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19408 Initialize ptr and S explicitly.
19409 (skip_type_update_when_not_use_rtti_test): Likewise.
19410
19411 2014-06-16 Keith Seitz <keiths@redhat.com>
19412
19413 PR mi/15863
19414 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19415 the inferior is started.
19416
19417 2014-06-16 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.base/break-main-file-remove-fail.c: New file.
19420 * gdb.base/break-main-file-remove-fail.exp: New file.
19421 * gdb.base/break-unload-file.exp: Use build_executable instead of
19422 prepare_for_testing.
19423 (test_break): New parameter "initial_load". Handle it.
19424 (top level): Add initial_load cmdline/file axis.
19425
19426 2014-06-12 Tom Tromey <tromey@redhat.com>
19427
19428 * gdb.base/completion.exp: Don't use directory name in test.
19429
19430 2014-06-09 Gary Benson <gbenson@redhat.com>
19431
19432 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19433 separate the always-available ANSI-standard signals from the
19434 signals that require checking.
19435 (main): Likewise.
19436 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19437 Likewise.
19438 (main): Likewise.
19439
19440 2014-06-07 Keith Seitz <keiths@redhat.com>
19441
19442 Revert:
19443 PR c++/16253
19444 * gdb.cp/var-tag.cc: New file.
19445 * gdb.cp/var-tag.exp: New file.
19446 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19447 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19448 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19449 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19450
19451 2014-06-06 Doug Evans <xdje42@gmail.com>
19452
19453 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19454
19455 2014-06-06 Pedro Alves <palves@redhat.com>
19456
19457 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19458 in target debug output instead of looking at RSP packets,
19459 disabling the test on any target that uses hardware stepping.
19460 Update comments.
19461
19462 2014-06-06 Pedro Alves <palves@redhat.com>
19463
19464 * gdb.base/break-unload-file.exp: Fix typo.
19465
19466 2014-06-06 Yao Qi <yao@codesourcery.com>
19467
19468 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19469 from "jit_function" to "^jit_function".
19470
19471 2014-06-06 Yao Qi <yao@codesourcery.com>
19472
19473 * gdb.base/async.c (foo): Add one statement.
19474 * gdb.base/async.exp: Get the next instruction address and
19475 match the output of "nexti" by instruction address. Match
19476 the hex address in the output of "finish".
19477
19478 2014-06-06 Gary Benson <gbenson@redhat.com>
19479
19480 * gdb.base/call-signals.c: Remove preprocessor conditionals
19481 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19482 SIGSEGV and SIGTERM.
19483 * gdb.base/sigall.c: Likewise.
19484 * gdb.base/unwindonsignal.c: Likewise.
19485 * gdb.reverse/sigall-reverse.c: Likewise.
19486
19487 2014-06-06 Yao Qi <yao@codesourcery.com>
19488
19489 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19490 readable, skip the test.
19491
19492 2014-06-06 Yao Qi <yao@codesourcery.com>
19493
19494 * gdb.threads/staticthreads.c (thread_function): Move the line
19495 setting breakpoint on forward.
19496 * gdb.threads/staticthreads.exp: Update comments.
19497
19498 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19499
19500 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19501 "history-append! type error".
19502
19503 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19504
19505 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19506 erroneous dprintf expected input.
19507
19508 2014-06-04 Doug Evans <xdje42@gmail.com>
19509
19510 * gdb.guile/scm-generics.exp: Delete.
19511
19512 2014-06-04 Doug Evans <xdje42@gmail.com>
19513
19514 * gdb.guile/scm-breakpoint.exp: Update.
19515 Add tests for breakpoint registration.
19516
19517 2014-06-04 Tom Tromey <tromey@redhat.com>
19518
19519 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19520 VLA-in-union.
19521 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19522 inner_vla_struct, vla_union types. Initialize objects of those
19523 types and compute their sizes.
19524
19525 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19526 Hui Zhu <hui@codesourcery.com>
19527
19528 * gdb.base/fileio.exp: Add test for shell not available as well as
19529 available.
19530 * gdb.base/fileio.c (test_system): Check for shell twice.
19531
19532 2014-06-04 Yao Qi <yao@codesourcery.com>
19533
19534 * gdb.base/auto-connect-native-target.exp: Remove redundant
19535 space from the regexp pattern.
19536
19537 2014-06-04 Yao Qi <yao@codesourcery.com>
19538
19539 * gdb.base/default.exp: Replace "child" with "native" in
19540 regexp pattern.
19541
19542 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19543
19544 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19545 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19546 * gdb.python/py-xmethods.py: Python script supporting the
19547 new testcase and tests.
19548
19549 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19550 Pedro Alves <palves@redhat.com>
19551
19552 PR breakpoints/17000
19553 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19554 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19555
19556 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19557
19558 * gdb.base/subst.exp: Add tests to verify partial path matching
19559 output.
19560
19561 2014-06-03 Pedro Alves <palves@redhat.com>
19562
19563 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19564 target that doesn't use software single-stepping.
19565
19566 2014-06-03 Pedro Alves <palves@redhat.com>
19567
19568 PR breakpoints/17000
19569 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19570 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19571
19572 2014-06-02 Doug Evans <xdje42@gmail.com>
19573
19574 * gdb.guile/scm-parameter.exp: New file.
19575
19576 2014-06-02 Doug Evans <xdje42@gmail.com>
19577
19578 * gdb.guile/scm-cmd.c: New file.
19579 * gdb.guile/scm-cmd.exp: New file.
19580
19581 2014-06-02 Doug Evans <xdje42@gmail.com>
19582
19583 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19584 pretty-printer lookup.
19585 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19586 (make-pp_s-printer): Call it.
19587 (make-pretty-printer-from-dict): New function.
19588 (lookup-pretty-printer-maker-from-dict): New function.
19589 (*pretty-printer*): Simplify.
19590 (make-objfile-pp_s-printer): New function.
19591 (install-objfile-pretty-printers!): New function.
19592 (make-progspace-pp_s-printer): New function.
19593 (install-progspace-pretty-printers!): New function.
19594 * gdb.guile/scm-progspace.c: New file.
19595 * gdb.guile/scm-progspace.exp: New file.
19596
19597 2014-06-02 Pedro Alves <palves@redhat.com>
19598
19599 * gdb.base/dprintf-bp-same-addr.c: New file.
19600 * gdb.base/dprintf-bp-same-addr.exp: New file.
19601
19602 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19603
19604 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19605 * gdb.arch/powerpc-power.s: Likewise.
19606
19607 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19608
19609 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19610
19611 2014-06-01 Yao Qi <yao@codesourcery.com>
19612
19613 * gdb.base/watchpoint.exp (test_watch_location): Check null
19614 pointer can be dereferenced. If not, do the test, otherwise
19615 skip it.
19616
19617 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19618
19619 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19620 results.
19621 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19622
19623 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19624
19625 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19626 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19627 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19628 * gdb.arch/amd64-invalid-stack-top.c: New file.
19629 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19630
19631 2014-05-30 Pedro Alves <palves@redhat.com>
19632
19633 PR breakpoints/17000
19634 * gdb.base/sss-bp-on-user-bp.c: New file.
19635 * gdb.base/sss-bp-on-user-bp.exp: New file.
19636
19637 2014-05-30 David Blaikie <dblaikie@gmail.com>
19638
19639 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19640 gnu_inline semantics via attribute.
19641 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19642 source explicitly specifies the required semantics.
19643
19644 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19645
19646 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19647
19648 2014-05-29 Pedro Alves <palves@redhat.com>
19649 Tom Tromey <tromey@redhat.com>
19650
19651 * gdb.base/async-shell.exp: Don't enable target-async.
19652 * gdb.base/async.exp
19653 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19654 parameter. Adjust.
19655 (top level): Don't test with "target-async".
19656 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19657 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19658 * gdb.base/inferior-died.exp: Don't enable target-async.
19659 * gdb.base/interrupt-noterm.exp: Likewise.
19660 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19661 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19662 * gdb.mi/mi-nonstop.exp: Likewise.
19663 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19664 * gdb.mi/mi-nsintrall.exp: Likewise.
19665 * gdb.mi/mi-nsmoribund.exp: Likewise.
19666 * gdb.mi/mi-nsthrexec.exp: Likewise.
19667 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19668 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19669 * gdb.python/py-evsignal.exp: Don't enable target-async.
19670 * gdb.python/py-evthreads.exp: Likewise.
19671 * gdb.python/py-prompt.exp: Likewise.
19672 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19673 * gdb.server/solib-list.exp: Don't enable target-async.
19674 * gdb.threads/thread-specific-bp.exp: Likewise.
19675 * lib/mi-support.exp: Adjust to use mi-async.
19676
19677 2014-05-29 Pedro Alves <palves@redhat.com>
19678
19679 PR gdb/13860
19680 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19681 reason, even in sync mode.
19682
19683 2014-05-29 Pedro Alves <palves@redhat.com>
19684 Hui Zhu <hui@codesourcery.com>
19685
19686 PR PR15693
19687 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19688 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19689 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19690 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19691
19692 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19693
19694 * config/monitor.exp (gdb_target_monitor): Replace use of
19695 "set remotebaud" by "set serial baud".
19696
19697 2014-05-26 Andy Wingo <wingo@igalia.com>
19698
19699 * gdb.guile/scm-breakpoint.exp:
19700 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19701 properties instead of gdb-object-properties.
19702
19703 2014-05-26 Yao Qi <yao@codesourcery.com>
19704
19705 * gdb.server/no-thread-db.exp: Specify source file name
19706 explicitly when setting a breakpoint.
19707
19708 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19709
19710 * gdb.btrace/vdso.c: New.
19711 * gdb.btrace/vdso.exp: New.
19712
19713 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19714
19715 * gdb.base/gcore.exp (capture_command_output): Move ...
19716 * lib/gdb.exp (capture_command_output): ... here.
19717
19718 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19719
19720 * gdb.btrace/data.exp: Test memory access during btrace replay.
19721
19722 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19723
19724 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19725
19726 2014-05-21 Pedro Alves <palves@redhat.com>
19727
19728 PR gdb/13860
19729 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19730 (top level): Test that output related to execution commands is
19731 sent to the console with CLI commands, but not with MI commands.
19732 Test that breakpoint events are always mirrored to the console.
19733 Also expect the new source line to be output after a "next" in
19734 async mode too. Make it a pass/fail test.
19735 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19736 output.
19737 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19738
19739 2014-05-21 Pedro Alves <palves@redhat.com>
19740
19741 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19742 Use them to test variations of "list" after reaching a breakpoint.
19743 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19744 Test "list" with listsize 10 after reaching a breakpoint.
19745 * gdb.python/python.exp (decode_line current location line
19746 number): Adjust expected line number.
19747
19748 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19749
19750 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19751 behavior for $args, pass it directly to "run".
19752
19753 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19754
19755 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19756 30000 to 65536.
19757
19758 2014-05-21 Pedro Alves <palves@redhat.com>
19759
19760 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19761 auto-connect-native-target off".
19762 * gdb.base/auto-connect-native-target.c: New file.
19763 * gdb.base/auto-connect-native-target.exp: New file.
19764
19765 2014-05-21 Pedro Alves <palves@redhat.com>
19766
19767 * gdb.base/default.exp: Test "target native" instead of "target
19768 child".
19769
19770 2014-05-21 Mark Wielaard <mjw@redhat.com>
19771
19772 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19773
19774 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19775
19776 Fix TLS access for -static -pthread.
19777 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19778 <HAVE_TLS> (thread_function, main): Initialize it.
19779 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19780 Add clean_restart.
19781 <$have_tls != "">: Check TLSVAR.
19782
19783 2014-05-21 Pedro Alves <palves@redhat.com>
19784
19785 * gdb.base/dcache-line-read-error.c: New.
19786 * gdb.base/dcache-line-read-error.exp: New.
19787
19788 2014-05-20 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.base/compare-sections.c: New file.
19791 * gdb.base/compare-sections.exp: New file.
19792
19793 2014-05-20 Pedro Alves <palves@redhat.com>
19794
19795 * gdb.base/break-idempotent.c: New file.
19796 * gdb.base/break-idempotent.exp: New file.
19797
19798 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19799
19800 * gdb.btrace/nohist.exp: New.
19801
19802 2014-05-20 Yao Qi <yao@codesourcery.com>
19803
19804 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19805 gdb.reverse directory and gdb_reverse_timeout exists in board
19806 setting.
19807 * README: Document gdb_reverse_timeout.
19808
19809 2014-05-20 Yao Qi <yao@codesourcery.com>
19810
19811 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19812 'test_file_name'. Treat args as a string instead of a list.
19813 (gdb_init): Rename argument 'args' by 'test_file_name'.
19814
19815 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19816
19817 * gdb.arch/powerpc-power.exp: New file.
19818 * gdb.arch/powerpc-power.s: New file.
19819
19820 2014-05-16 Doug Evans <dje@google.com>
19821
19822 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19823 * gdb.base/completion.exp: Check that all expected files exist
19824 before doing file completion.
19825
19826 2014-05-16 Doug Evans <dje@google.com>
19827
19828 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19829 Update.
19830 (do_syscall_tests_without_xml): Update.
19831
19832 2014-05-16 Pedro Alves <palves@redhat.com>
19833
19834 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19835 instead of "unknown output after running".
19836
19837 2014-05-16 Yao Qi <yao@codesourcery.com>
19838
19839 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19840 file1.txt from host at the end.
19841 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19842
19843 2014-05-15 Doug Evans <dje@google.com>
19844
19845 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19846 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19847 loading file. Add test for TU lookup.
19848
19849 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19850
19851 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19852 calling "-exec-arguments" or "set args" before running the
19853 inferior.
19854
19855 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19856
19857 * lib/mi-support.exp (mi_expect_stop): Expect message for
19858 inferiors that exit with non-zero exit code.
19859
19860 2014-05-14 Yao Qi <yao@codesourcery.com>
19861
19862 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19863 match absolute path on remote host.
19864 (test_file_list_exec_source_files): Remove "/" from the
19865 pattern.
19866
19867 2014-05-14 Yao Qi <yao@codesourcery.com>
19868
19869 * boards/local-remote-host-notty.exp (${board}_file): New
19870 proc.
19871
19872 2014-05-07 Kyle McMartin <kyle@redhat.com>
19873
19874 Pushed by Joel Brobecker <brobecker@adacore.com>.
19875 * gdb.arch/aarch64-atomic-inst.c: New file.
19876 * gdb.arch/aarch64-atomic-inst.exp: New file.
19877
19878 2014-05-07 Yao Qi <yao@codesourcery.com>
19879
19880 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19881 in current context" too.
19882
19883 2014-05-05 Keith Seitz <keiths@redhat.com>
19884
19885 * gdb.linespec/ls-dollar.exp: Add test for linespec
19886 file:convenience_variable.
19887
19888 2014-05-05 Yao Qi <yao@codesourcery.com>
19889
19890 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19891 traceframes into tfile and ctf trace files. Read data from
19892 trace file and test collected data.
19893 (gdb_collect_locals_test): Likewise.
19894 (gdb_unavailable_registers_test): Likewise.
19895 (gdb_unavailable_floats): Likewise.
19896 (gdb_collect_globals_test): Likewise.
19897 (top-level): Append "ctf" to trace_file_targets if GDB
19898 supports.
19899
19900 2014-05-05 Yao Qi <yao@codesourcery.com>
19901
19902 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19903 code to ...
19904 (gdb_collect_args_test_1): ... it. New proc.
19905 (gdb_collect_locals_test): Move some code to ...
19906 (gdb_collect_locals_test_1): ... it. New proc.
19907 (gdb_unavailable_registers_test): Move some code to ...
19908 (gdb_unavailable_registers_test_1): ... it. New proc.
19909 (gdb_unavailable_floats): Move some code to ...
19910 (gdb_unavailable_floats_1): ... it. New proc.
19911
19912 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19913
19914 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19915 probes to test for bitness recognition.
19916 * gdb.arch/amd64-stap-optional-prefix.exp
19917 (test_probe_value_without_reg): New procedure.
19918 Add code to test for different kinds of bitness.
19919
19920 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19921
19922 PR breakpoints/16889
19923 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19924 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19925
19926 2014-05-01 Pedro Alves <palves@redhat.com>
19927
19928 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19929 gdb_file_cmd if no file is specified.
19930 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19931 last_loaded_file to set the remote exec-file.
19932
19933 2014-05-01 Pedro Alves <palves@redhat.com>
19934
19935 * boards/local-remote-host.exp: New file.
19936
19937 2014-05-01 Pedro Alves <palves@redhat.com>
19938
19939 * boards/local-remote-host.exp: Rename to ...
19940 * boards/local-remote-host-notty.exp: ... this.
19941
19942 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19943
19944 * gdb.ada/dyn_arrayidx: New testcase.
19945
19946 2014-04-26 Yao Qi <yao@codesourcery.com>
19947
19948 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19949 and compute the length of function main. Save it in
19950 $main_length.
19951 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19952 (top-level): Use gdb_compile to compile objects into
19953 executable and restart GDB. Remove invocation to
19954 prepare_for_testing.
19955
19956 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19957 Pedro Alves <palves@redhat.com>
19958
19959 PR server/16255
19960 * gdb.multi/multi-attach.c: New file.
19961 * gdb.multi/multi-attach.exp: New file.
19962
19963 2014-04-25 Pedro Alves <palves@redhat.com>
19964
19965 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19966 user.
19967 (top level): Test that "set remote conditional-breakpoints-packet
19968 off" works as intended.
19969 * gdb.base/dprintf.exp: Test that "set remote
19970 breakpoint-commands-packet off" works as intended.
19971 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19972 New function.
19973 (top level): Call it.
19974 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19975 remote fast-tracepoints-packet off" works as intended.
19976 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19977 * lib/gdb.exp (gdb_is_target_remote): ... here.
19978
19979 2014-04-24 David Blaikie <dblaikie@gmail.com>
19980
19981 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19982 ensure clang would not discard them.
19983 * gdb.base/gdbvars.c: Ditto.
19984 * gdb.base/memattr.c: Ditto.
19985 * gdb.base/whatis.c: Ditto.
19986 * gdb.python/py-prettyprint.c: Ditto.
19987 * gdb.trace/actions.c: Ditto.
19988 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19989 ensure clang would not discard it.
19990
19991 2014-04-24 David Blaikie <dblaikie@gmail.com>
19992
19993 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19994 clang to emit the full definition of type required by the test
19995 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19996
19997 2014-04-24 David Blaikie <dblaikie@gmail.com>
19998
19999 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20000 coax Clang into emitting the definition of the type.
20001 * gdb.cp/pr10728-x.h (y): Ditto.
20002 * gdb.cp/pr10728-y.cc (y): Ditto.
20003
20004 2014-04-24 David Blaikie <dblaikie@gmail.com>
20005
20006 * gdb.base/label.exp: XFAIL label related tests under Clang.
20007 * gdb.cp/cplabel.exp: Ditto.
20008 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20009 under Clang those using labels.
20010
20011 2014-04-25 Yao Qi <yao@codesourcery.com>
20012
20013 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20014 double_label.
20015 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20016 partial_label and double_label.
20017
20018 2014-04-24 David Blaikie <dblaikie@gmail.com>
20019
20020 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20021
20022 2014-04-24 David Blaikie <dblaikie@gmail.com>
20023
20024 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20025 of the function to work across GCC and Clang.
20026 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20027 pointer types (const void ** const V void **).
20028
20029 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20030 Walfred Tedeschi <walfred.tedeschi@intel.com>
20031
20032 * Makefile.in (EXECUTABLES): Added i386-avx512.
20033 * gdb.arch/i386-avx512.c: New file.
20034 * gdb.arch/i386-avx512.exp: Likewise.
20035
20036 2014-04-23 Keith Seitz <keiths@redhat.com>
20037
20038 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20039 (mi_make_breakpoint_table): New procedure.
20040 (mi_create_breakpoint): Use mi_make_breakpoint
20041 and return the result.
20042 (mi_make_breakpoint): New procedure.
20043 (mi_build_kv_pairs): New procedure.
20044
20045 * gdb.mi/mi-break.exp: Remove unused globals,
20046 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20047 All callers updated.
20048 * gdb.mi/mi-dprintf.exp: Use variable to track command
20049 number.
20050 Update all callers of mi_create_breakpoint and use
20051 mi_make_breakpoint_table.
20052 Remove any unused global variables.
20053 * gdb.mi/mi-nonstop.exp: Likewise.
20054 * gdb.mi/mi-nsintrall.exp: Likewise.
20055 * gdb.mi/mi-nsmoribund.exp: Likewise.
20056 * gdb.mi/mi-nsthrexec.exp: Likewise.
20057 * gdb.mi/mi-reverse.exp: Likewise.
20058 * gdb.mi/mi-simplerun.exp: Likewise.
20059 * gdb.mi/mi-stepn.exp: Likewise.
20060 * gdb.mi/mi-syn-frame.exp: Likewise.
20061 * gdb.mi/mi-until.exp: Likewise.
20062 * gdb.mi/mi-var-cp.exp: Likewise.
20063 * gdb.mi/mi-var-display.exp: Likewise.
20064 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20065 * gdb.mi/mi2-var-child.exp: Likewise.
20066 * gdb.mi/mi-vla-c99.exp: Likewise.
20067 * lib/mi-support.exp: Likewise.
20068
20069 From Ian Lance Taylor <iant@cygnus.com>:
20070 * lib/gdb.exp (parse_args): New procedure.
20071
20072 2014-04-23 Pedro Alves <palves@redhat.com>
20073
20074 * gdb.base/break-unload-file.c: New file.
20075 * gdb.base/break-unload-file.exp: New file.
20076 * gdb.base/sym-file-lib.c (baz): New function.
20077 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20078 field.
20079 (load): Store the segment's mapped size.
20080 (unload): New function.
20081 (unload_shlib): New function.
20082 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20083 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20084 set a breakpoint at baz, and call it.
20085 * gdb.base/sym-file.exp: New tests for stale breakpoint
20086 instructions.
20087
20088 2014-04-23 Pedro Alves <palves@redhat.com>
20089
20090 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20091 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20092 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20093 * gdb.base/hbreak-unmapped.c: New file.
20094 * gdb.base/hbreak-unmapped.exp: New file.
20095 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20096 * lib/gdb.exp (gdb_is_target_remote): ... here.
20097
20098 2014-04-22 Pedro Alves <palves@redhat.com>
20099
20100 * gdb.base/consecutive-step-over.c: New file.
20101 * gdb.base/consecutive-step-over.exp: New file.
20102
20103 2014-04-22 Pedro Alves <palves@redhat.com>
20104
20105 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20106 instead of send_gdb/gdb_expect.
20107
20108 2014-04-22 Yao Qi <yao@codesourcery.com>
20109
20110 * lib/trace-support.exp (generate_tracefile): New procedure.
20111 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20112 return 0.
20113 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20114 if generate_tracefile returns 1.
20115
20116 2014-04-18 Tom Tromey <palves@redhat.com>
20117 Pedro alves <tromey@redhat.com>
20118
20119 PR backtrace/15558
20120 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20121 with a backtrace limit.
20122 * gdb.python/py-frame-inline.exp: Test running to an inline
20123 function with a backtrace limit, and printing the newest frame.
20124 * gdb.python/py-frame-inline.c (main): Call f.
20125
20126 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20127
20128 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20129
20130 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20131
20132 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20133 Drop prefix from unsupported source file path.
20134
20135 2014-04-17 Yao Qi <yao@codesourcery.com>
20136
20137 * lib/gdb.exp (with_target_charset): New proc.
20138 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20139 with_target_charset.
20140 (test_print_strings): Likewise.
20141 (test_repeat_bytes): Likewise.
20142 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20143 for some tests.
20144
20145 2014-04-16 Keith Seitz <keiths@redhat.com>
20146
20147 PR gdb/15827
20148 * gdb.dwarf2/corrupt.c: New file.
20149 * gdb.dwarf2/corrupt.exp: New file.
20150
20151 2014-04-16 Keith Seitz <keiths@redhat.com>
20152
20153 PR c++/16597
20154 * gdb.cp/namelessclass.cc: New file.
20155 * gdb.cp/namelessclass.exp: New file.
20156 * gdb.cp/namelessclass.S: New file.
20157
20158 2014-04-16 Doug Evans <dje@google.com>
20159
20160 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20161 Add comment.
20162 (gdbserver_default_get_comm_port): New function.
20163 (gdbserver_start): Check if board file provided
20164 "gdbserver,get_comm_port" and use it if so.
20165 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20166 (gdb,socketport): Set to "stdio".
20167 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20168 (stdio_gdbserver_template): Delete.
20169 (${board}_get_remote_address): Update.
20170 (${board}_build_remote_cmd): Delete.
20171 (${board}_get_comm_port): New function.
20172 (${board}_spawn): Update.
20173 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20174 Delete.
20175 (${board}_get_remote_address): Update.
20176 (${board}_get_comm_port): New function.
20177
20178 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20179
20180 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20181 appearing in any order.
20182
20183 2014-04-15 Doug Evans <dje@google.com>
20184
20185 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20186 uninitialized value of "description".
20187
20188 2014-04-15 Keith Seitz <keiths@redhat.com>
20189
20190 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20191 Remove unused globals.
20192 (test_running_the_program): Likewise.
20193 (test_controlled_execution): Likewise.
20194 (test_controlling_breakpoints): Likewise.
20195 (test_program_termination): Likewise.
20196
20197 2014-04-15 Keith Seitz <keiths@redhat.com>
20198
20199 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20200 unused globals.
20201 (test_rbreak_creation_and_listing): Likewise.
20202 (test_ignore_count): Likewise.
20203 (test_error): Likewise.
20204
20205 2014-04-15 Pedro Alves <palves@redhat.com>
20206
20207 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20208 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20209 sym-file-loader.c.
20210 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20211 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20212 to sym-file-loader.c.
20213 (struct library): Forward declare.
20214 (load_shlib, lookup_function): Change prototypes.
20215 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20216 (translate_offset): Remove declarations.
20217 (get_text_addr): New declaration.
20218 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20219 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20220 sym-file-loader.h.
20221 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20222 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20223 here from sym-file-loader.h.
20224 (struct library): New structure.
20225 (load_shlib, lookup_function): Change prototypes and adjust to
20226 work with a struct library.
20227 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20228 (translate_offset): Make static.
20229 (get_text_addr): New function.
20230 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20231
20232 2014-04-15 Pedro Alves <palves@redhat.com>
20233
20234 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20235
20236 2014-04-15 Pedro Alves <palves@redhat.com>
20237
20238 * gdb.base/sym-file-loader.c: Include <limits.h>.
20239 (SELF_LINK): New define.
20240 (get_origin): New function.
20241 (load_shlib): Use it.
20242 * gdb.base/sym-file.exp: Don't early return if the target is
20243 remote. Use runto_main, and issue fail is that fails. Use
20244 gdb_load_shlibs.
20245 (shlib_name): Delete.
20246 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20247
20248 2014-04-15 Pedro Alves <palves@redhat.com>
20249
20250 * gdb.base/sym-file.exp: Remove regex characters from test
20251 message. Don't refer to breakpoint numbers in test messages.
20252
20253 2014-04-14 Keith Seitz <keiths@redhat.com>
20254
20255 PR c++/16253
20256 * gdb.cp/var-tag.cc: New file.
20257 * gdb.cp/var-tag.exp: New file.
20258 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20259 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20260 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20261 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20262
20263 2014-04-14 Tom Tromey <tromey@redhat.com>
20264
20265 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20266 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20267 type.
20268 * gdb.cp/enum-class.exp: New file.
20269 * gdb.cp/enum-class.cc: New file.
20270
20271 2014-04-14 Tom Tromey <tromey@redhat.com>
20272
20273 * gdb.dwarf2/enum-type.exp: New file.
20274
20275 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20276
20277 * gdb.mi/mi-vla-c99.exp: New file.
20278 * gdb.mi/vla.c: New file.
20279
20280 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20281
20282 * gdb.base/vla-datatypes.c: New file.
20283 * gdb.base/vla-datatypes.exp: New file.
20284
20285 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20286
20287 * gdb.base/vla-ptr.c: New file.
20288 * gdb.base/vla-ptr.exp: New file.
20289
20290 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20291
20292 * gdb.dwarf2/count.exp: New file.
20293
20294 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20295
20296 * gdb.base/vla-sideeffect.c: New file.
20297 * gdb.base/vla-sideeffect.exp: New file.
20298
20299 2014-04-14 David Blaikie <dblaikie@gmail.com>
20300
20301 * gdb.mi/non-stop.c: Add return value for non-void function return
20302 statement.
20303 * gdb.threads/staticthreads.c: Ditto.
20304
20305 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20306 Doug Evans <xdje42@gmail.com>
20307
20308 * gdb.guile/scm-value.c: Improve test case.
20309 * gdb.guile/scm-value.exp: Add new test.
20310
20311 2014-04-11 David Blaikie <dblaikie@gmail.com>
20312
20313 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20314 override Clang's default.
20315
20316 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20317
20318 Revert the following changes (regressions):
20319
20320 * gdb.base/vla-sideeffect.c: New file.
20321 * gdb.base/vla-sideeffect.exp: New file.
20322
20323 * gdb.dwarf2/count.exp: New file.
20324
20325 * gdb.base/vla-multi.c: New file.
20326 * gdb.base/vla-multi.exp: New file.
20327
20328 * gdb.base/vla-ptr.c: New file.
20329 * gdb.base/vla-ptr.exp: New file.
20330
20331 * gdb.base/vla-datatypes.c: New file.
20332 * gdb.base/vla-datatypes.exp: New file.
20333
20334 * gdb.mi/mi-vla-c99.exp: New file.
20335 * gdb.mi/vla.c: New file.
20336
20337 2014-04-11 Keith Seitz <keiths@redhat.com>
20338
20339 PR c++/16675
20340 * gdb.cp/cpsizeof.exp: New file.
20341 * gdb.cp/cpsizeof.cc: New file.
20342
20343 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20344
20345 * gdb.mi/mi-vla-c99.exp: New file.
20346 * gdb.mi/vla.c: New file.
20347
20348 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20349
20350 * gdb.base/vla-datatypes.c: New file.
20351 * gdb.base/vla-datatypes.exp: New file.
20352
20353 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20354
20355 * gdb.base/vla-ptr.c: New file.
20356 * gdb.base/vla-ptr.exp: New file.
20357
20358 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20359
20360 * gdb.base/vla-multi.c: New file.
20361 * gdb.base/vla-multi.exp: New file.
20362
20363 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20364
20365 * gdb.dwarf2/count.exp: New file.
20366
20367 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20368
20369 * gdb.base/vla-sideeffect.c: New file.
20370 * gdb.base/vla-sideeffect.exp: New file.
20371
20372 2014-04-11 Yao Qi <yao@codesourcery.com>
20373
20374 * gdb.base/completion.exp: Check file exists before running tests
20375 on file completion.
20376
20377 2014-04-10 Pedro Alves <palves@redhat.com>
20378
20379 * gdb.base/cond-eval-mode.c: New file.
20380 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20381 prepare_for_testing to build the new file. Check result of
20382 runto_main.
20383 (test_break, test_watch): New procedures.
20384 (top level): Use them.
20385
20386 2014-04-08 Pierre Muller <muller@sourceware.org>
20387
20388 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20389 Ctrl-V use for mingw hosts.
20390
20391 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20392
20393 * gdb.python/py-value.c: Improve test case.
20394 * gdb.python/py-value.exp: Add new test.
20395
20396 2014-04-07 David Blaikie <dblaikie@gmail.com>
20397
20398 * lib/compiler.c: Identify the clang compiler.
20399 * lib/compiler.cc: Ditto.
20400
20401 2014-04-03 Yao Qi <yao@codesourcery.com>
20402
20403 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20404
20405 2014-04-01 Anton Blanchard <anton@samba.org>
20406
20407 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20408 messages unique.
20409
20410 2014-04-01 Anton Blanchard <anton@samba.org>
20411
20412 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20413 prepare_for_testing.
20414
20415 2014-04-01 Anton Blanchard <anton@samba.org>
20416
20417 * gdb.arch/ppc64-atomic-inst.c: Remove.
20418 * gdb.arch/ppc64-atomic-inst.S: New file.
20419 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20420
20421 2014-03-31 Doug Evans <dje@google.com>
20422
20423 * gdb.base/print-symbol-loading-lib.c: New file.
20424 * gdb.base/print-symbol-loading-main.c: New file.
20425 * gdb.base/print-symbol-loading.exp: New file.
20426
20427 2014-03-31 Yao Qi <yao@codesourcery.com>
20428
20429 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20430
20431 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20432
20433 * gdb.ada/mi_dyn_arr: New testcase.
20434
20435 2014-03-27 Doug Evans <dje@google.com>
20436
20437 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20438
20439 2014-03-27 Yao Qi <yao@codesourcery.com>
20440
20441 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20442 if target is nios2-*-*.
20443
20444 2014-03-26 Yao Qi <yao@codesourcery.com>
20445
20446 * lib/gdb.exp (readline_is_used): New proc.
20447 * gdb.base/completion.exp: Move tests on command complete up.
20448 Skip the rest of tests if readline is not used.
20449 * gdb.ada/complete.exp: Skp the test if readline is not
20450 used.
20451 * gdb.base/filesym.exp: Likewise.
20452 * gdb.base/macscp.exp: Likewise.
20453 * gdb.base/readline-ask.exp: Likewise.
20454 * gdb.base/readline.exp: Likewise.
20455 * gdb.python/py-cmd.exp: Likewise.
20456 * gdb.trace/tfile.exp: Likewise.
20457
20458 2014-03-26 Yao Qi <yao@codesourcery.com>
20459
20460 * gdb.base/macscp.exp: Fix code format issues.
20461
20462 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20463
20464 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20465 * gdb.asm/powerpc64le.inc: New file.
20466
20467 2014-03-25 Pedro Alves <palves@redhat.com>
20468 Doug Evans <dje@google.com>
20469
20470 * gdb.base/source-execution.c: New file.
20471 * gdb.base/source-execution.exp: New file.
20472 * gdb.base/source-execution.gdb: New file.
20473
20474 2014-03-24 Doug Evans <dje@google.com>
20475
20476 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20477 using fission.
20478
20479 2014-03-24 Hui Zhu <hui@codesourcery.com>
20480 Pedro Alves <palves@redhat.com>
20481
20482 PR breakpoints/16101
20483 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20484 test pass/fail messages. Detect missing support for dprintf when
20485 breakpoints are actually inserted.
20486 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20487 breakpoints are actually inserted.
20488 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20489 fails.
20490
20491 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20492
20493 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20494
20495 2014-03-22 Doug Evans <xdje42@gmail.com>
20496
20497 * gdb.python/python.exp (python not supported): Verify multi-line
20498 python command issues an error.
20499 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20500 guile command issues an error.
20501
20502 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20503
20504 * gdb.threads/thread-specific.exp: Handle the lack of usable
20505 $this_breakpoint and $this_thread.
20506
20507 2014-03-21 Hui Zhu <hui@codesourcery.com>
20508
20509 * gdb.base/attach.exp (do_command_attach_tests): New.
20510
20511 2014-03-20 Tom Tromey <tromey@redhat.com>
20512 Pedro Alves <palves@redhat.com>
20513
20514 PR cli/15718
20515 * gdb.base/condbreak-call-false.c: New file.
20516 * gdb.base/condbreak-call-false.exp: New file.
20517
20518 2014-03-20 Pedro Alves <palves@redhat.com>
20519
20520 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20521 Delete.
20522 (block_signals, unblock_signals): Delete.
20523 (child_function_2, main): Remove references to deleted variable
20524 and functions.
20525
20526 2014-03-20 Pedro Alves <palves@redhat.com>
20527
20528 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20529 Use pthread_kill to signal thread 2.
20530 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20531 Adjust to make the test send itself a signal rather than using the
20532 host's "kill" command.
20533
20534 2014-03-20 Pedro Alves <palves@redhat.com>
20535
20536 * gdb.threads/multiple-step-overs.c: New file.
20537 * gdb.threads/multiple-step-overs.exp: New file.
20538 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20539 Adjust expected infrun debug output.
20540
20541 2014-03-20 Pedro Alves <palves@redhat.com>
20542
20543 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20544 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20545
20546 2014-03-20 Pedro Alves <palves@redhat.com>
20547
20548 PR breakpoints/7143
20549 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20550 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20551 of gdb_test_multiple.
20552 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20553 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20554
20555 2014-03-20 Pedro Alves <palves@redhat.com>
20556
20557 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20558 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20559
20560 2014-03-19 Pedro Alves <palves@redhat.com>
20561
20562 * gdb.base/async.exp: Remove early return.
20563
20564 2014-03-19 Pedro Alves <palves@redhat.com>
20565
20566 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20567
20568 2014-03-19 Pedro Alves <palves@redhat.com>
20569
20570 * gdb.base/async.exp (test_background): Expect \r\n after
20571 "completed." in the fail pattern.
20572
20573 2014-03-19 Pedro Alves <palves@redhat.com>
20574
20575 * gdb.base/async.exp (test_background): New procedure.
20576 Use it for all background execution command tests.
20577
20578 2014-03-19 Pedro Alves <palves@redhat.com>
20579
20580 * gdb.base/async.exp: Use prepare_for_testing.
20581
20582 2014-03-19 Pedro Alves <palves@redhat.com>
20583
20584 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20585 the same line.
20586
20587 2014-03-19 Pedro Alves <palves@redhat.com>
20588
20589 * gdb.base/async.c (main): Add "jump here" and "until here" line
20590 marker comments.
20591 * gdb.base/async.exp (jump_here): New global.
20592 (jump& test): Use it.
20593 (until_here): New global.
20594 (until& test): Use it.
20595
20596 2014-03-19 Pedro Alves <palves@redhat.com>
20597
20598 * gdb.base/async.exp: Don't frob gdb_protocol.
20599
20600 2014-03-18 Doug Evans <xdje42@gmail.com>
20601
20602 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20603 Fix spelling of exec-done-display.
20604
20605 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20606
20607 PR gdb/15358
20608 * gdb.base/gdb-sigterm.c: New file.
20609 * gdb.base/gdb-sigterm.exp: New file.
20610
20611 2014-03-18 Pedro Alves <palves@redhat.com>
20612
20613 PR gdb/13860
20614 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20615 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20616 solib-event.
20617
20618 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20619
20620 * gdb.ada/pckd_arr_ren: New testcase.
20621
20622 2014-03-13 Doug Evans <xdje42@gmail.com>
20623
20624 PR guile/16612
20625 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20626 collect after discarding symbols.
20627
20628 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20629 Doug Evans <xdje42@gmail.com>
20630
20631 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20632 to history survives a gc.
20633
20634 2014-03-13 Pedro Alves <palves@redhat.com>
20635
20636 * gdb.base/default.exp: Don't test "target procfs".
20637
20638 2014-03-13 Pedro Alves <palves@redhat.com>
20639
20640 * gdb.base/default.exp: Update "target child" and "target procfs"
20641 tests to not expect "Unix".
20642
20643 2014-03-12 Tom Tromey <tromey@redhat.com>
20644
20645 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20646 New procs. Add target-async tests.
20647 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20648 Add target-async tests.
20649
20650 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20651
20652 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20653 'func_start' and 'func_end' for the beginning and end of the
20654 function code, respectively.
20655 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20656 'func_end' instead of 'func' and 'main'.
20657
20658 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20659
20660 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20661 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20662 generate the debug info assembler source.
20663
20664 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20665
20666 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20667 * gdb.dwarf2/arr-subrange.exp: Likewise.
20668 * gdb.dwarf2/dwz.exp: Likewise.
20669 * gdb.dwarf2/method-ptr.exp: Likewise.
20670 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20671 * gdb.dwarf2/subrange.exp: Likewise.
20672 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20673 * gdb.dwarf2/implptrpiece.exp: Likewise.
20674 * gdb.dwarf2/nostaticblock.exp: Likewise.
20675
20676 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20677
20678 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20679 directory to absolute path name arguments.
20680
20681 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20682
20683 * gdb.ada/tagged_access: New testcase.
20684
20685 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20686
20687 * gdb.btrace/data.exp: Update expected output.
20688
20689 2014-03-06 Yao Qi <yao@codesourcery.com>
20690
20691 * gdb.trace/pr16508.exp: New file.
20692
20693 2014-03-05 Pedro Alves <palves@redhat.com>
20694
20695 PR gdb/16575
20696 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20697 procedure.
20698 (top level): Adjust to use it. Add tests that exercise breakpoint
20699 interaction with the code-cache.
20700
20701 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20702
20703 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20704 test for 'history-append!'.
20705
20706 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20707
20708 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20709 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20710 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20711 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20712 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20713 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20714
20715 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20716
20717 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20718 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20719 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20720
20721 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20722
20723 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20724
20725 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20726
20727 * gdb.dwarf2/arr-stride.c: New file.
20728 * gdb.dwarf2/arr-stride.exp: New file.
20729
20730 2014-02-26 Pedro Alves <palves@redhat.com>
20731
20732 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20733 that won't ever trigger. Make sure that GDB reports the correct
20734 breakpoint that caused the stop.
20735
20736 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20737
20738 PR gdb/16626
20739 * gdb.base/auto-load-script: New file.
20740 * gdb.base/auto-load.c: New file.
20741 * gdb.base/auto-load.exp: New file.
20742
20743 PR gdb/16626
20744 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20745
20746 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20747
20748 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20749 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20750
20751 2014-02-24 Doug Evans <dje@google.com>
20752
20753 * lib/gdb.exp (run_on_host): Log error output if program fails.
20754
20755 2014-02-21 Pedro Alves <palves@redhat.com>
20756
20757 * gdb.threads/step-after-sr-lock.c: Rename to ...
20758 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20759 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20760 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20761 ... this.
20762
20763 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20764
20765 PR tdep/16397
20766 * gdb.arch/amd64-stap-special-operands.exp: New file.
20767 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20768 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20769 * gdb.arch/amd64-stap-triplet.S: Likewise.
20770 * gdb.arch/amd64-stap-triplet.c: Likewise.
20771
20772 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20773
20774 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20775 in .section pseudo-op.
20776
20777 2014-02-20 lin zuojian <manjian2006@gmail.com>
20778 Joel Brobecker <brobecker@adacore.com>
20779 Doug Evans <xdje42@gmail.com>
20780
20781 PR symtab/16581
20782 * gdb.dwarf2/dw2-icycle.S: New file.
20783 * gdb.dwarf2/dw2-icycle.c: New file.
20784 * gdb.dwarf2/dw2-icycle.exp: New file.
20785
20786 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20787
20788 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20789 operations on gdb.Value objects.
20790 * gdb.python/py-value-cc.exp: Add new test to test operations on
20791 gdb.Value objects.
20792
20793 2014-02-18 Doug Evans <dje@google.com>
20794
20795 * Makefile.in (TESTS): New variable.
20796 (expanded_tests, expanded_tests_or_none): New variables
20797 (check-single): Pass $(expanded_tests_or_none) to runtest.
20798 (check-parallel): Only run tests in $(TESTS) if non-empty.
20799 (check/no-matching-tests-found): New rule.
20800 * README: Document TESTS makefile variable.
20801
20802 2014-02-18 Doug Evans <dje@google.com>
20803
20804 * Makefile.in (check-parallel): rm -rf outputs temp.
20805
20806 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20807
20808 Fix "ERROR: no fileid for" in the testsuite.
20809 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20810
20811 2014-02-12 Doug Evans <dje@google.com>
20812
20813 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20814 (MISCELLANEOUS): New variable.
20815 (clean): rm -rf $(MISCELLANEOUS).
20816 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20817 dwp live in the same directory as symlinks, with each symlink pointed
20818 to a differently named file in a different directory.
20819
20820 2014-02-11 Doug Evans <dje@google.com>
20821
20822 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20823 of Tcl file commands.
20824
20825 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20826
20827 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20828 "kill -SIGUSR1 -1".
20829
20830 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20831
20832 * gdb.ada/tick_length_array_enum_idx: New testcase.
20833
20834 2014-02-10 Doug Evans <xdje42@gmail.com>
20835
20836 * configure.ac (AC_OUTPUT): Add gdb.guile.
20837 * configure: Regenerate.
20838 * lib/gdb-guile.exp: New file.
20839 * lib/gdb.exp (get_target_charset): New function.
20840 * gdb.base/help.exp: Update expected output from "apropos apropos".
20841 * gdb.guile/Makefile.in: New file.
20842 * gdb.guile/guile.exp: New file.
20843 * gdb.guile/scm-arch.c: New file.
20844 * gdb.guile/scm-arch.exp: New file.
20845 * gdb.guile/scm-block.c: New file.
20846 * gdb.guile/scm-block.exp: New file.
20847 * gdb.guile/scm-breakpoint.c: New file.
20848 * gdb.guile/scm-breakpoint.exp: New file.
20849 * gdb.guile/scm-disasm.c: New file.
20850 * gdb.guile/scm-disasm.exp: New file.
20851 * gdb.guile/scm-equal.c: New file.
20852 * gdb.guile/scm-equal.exp: New file.
20853 * gdb.guile/scm-error.exp: New file.
20854 * gdb.guile/scm-error.scm: New file.
20855 * gdb.guile/scm-frame-args.c: New file.
20856 * gdb.guile/scm-frame-args.exp: New file.
20857 * gdb.guile/scm-frame-args.scm: New file.
20858 * gdb.guile/scm-frame-inline.c: New file.
20859 * gdb.guile/scm-frame-inline.exp: New file.
20860 * gdb.guile/scm-frame.c: New file.
20861 * gdb.guile/scm-frame.exp: New file.
20862 * gdb.guile/scm-generics.exp: New file.
20863 * gdb.guile/scm-gsmob.exp: New file.
20864 * gdb.guile/scm-iterator.c: New file.
20865 * gdb.guile/scm-iterator.exp: New file.
20866 * gdb.guile/scm-math.c: New file.
20867 * gdb.guile/scm-math.exp: New file.
20868 * gdb.guile/scm-objfile-script-gdb.in: New file.
20869 * gdb.guile/scm-objfile-script.c: New file.
20870 * gdb.guile/scm-objfile-script.exp: New file.
20871 * gdb.guile/scm-objfile.c: New file.
20872 * gdb.guile/scm-objfile.exp: New file.
20873 * gdb.guile/scm-ports.exp: New file.
20874 * gdb.guile/scm-pretty-print.c: New file.
20875 * gdb.guile/scm-pretty-print.exp: New file.
20876 * gdb.guile/scm-pretty-print.scm: New file.
20877 * gdb.guile/scm-section-script.c: New file.
20878 * gdb.guile/scm-section-script.exp: New file.
20879 * gdb.guile/scm-section-script.scm: New file.
20880 * gdb.guile/scm-symbol.c: New file.
20881 * gdb.guile/scm-symbol.exp: New file.
20882 * gdb.guile/scm-symtab-2.c: New file.
20883 * gdb.guile/scm-symtab.c: New file.
20884 * gdb.guile/scm-symtab.exp: New file.
20885 * gdb.guile/scm-type.c: New file.
20886 * gdb.guile/scm-type.exp: New file.
20887 * gdb.guile/scm-value-cc.cc: New file.
20888 * gdb.guile/scm-value-cc.exp: New file.
20889 * gdb.guile/scm-value.c: New file.
20890 * gdb.guile/scm-value.exp: New file.
20891 * gdb.guile/source2.scm: New file.
20892 * gdb.guile/types-module.cc: New file.
20893 * gdb.guile/types-module.exp: New file.
20894
20895 2014-02-10 Yao Qi <yao@codesourcery.com>
20896
20897 PR testsuite/16543
20898 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20899 * configure: Regenerated.
20900 * Makefile.in: New file.
20901
20902 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20903
20904 * gdb.python/py-framefilter.exp: Fix typo.
20905
20906 2014-02-08 Yao Qi <yao@codesourcery.com>
20907
20908 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20909 that no =breakpoint-modified is emitted when breakpoints are
20910 modified through MI commands.
20911
20912 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20913 Pedro Alves <palves@redhat.com>
20914
20915 * gdb.threads/step-after-sr-lock.c: New file.
20916 * gdb.threads/step-after-sr-lock.exp: New file.
20917
20918 2014-02-07 Pedro Alves <palves@redhat.com>
20919
20920 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20921
20922 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20923
20924 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20925 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20926
20927 2014-02-06 Doug Evans <xdje42@gmail.com>
20928
20929 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20930 output.
20931
20932 * gdb.gdb/python-interrupts.exp: New file.
20933
20934 2014-02-05 Yao Qi <yao@codesourcery.com>
20935
20936 * gdb.trace/report.exp (use_collected_data): Test the output
20937 of "info threads" and "info inferiors".
20938
20939 2014-02-05 Yao Qi <yao@codesourcery.com>
20940
20941 Revert this patch:
20942
20943 2013-05-24 Yao Qi <yao@codesourcery.com>
20944
20945 * gdb.trace/tfile.exp: Test inferior and thread.
20946
20947 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20948
20949 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20950 on a function.
20951 * gdb.base/step-bt.c: Call hello via function pointer to make
20952 sure its first instruction is executed on powerpc64le-linux.
20953
20954 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20955
20956 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20957
20958 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20959
20960 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20961 of the test patterns for use on little-endian systems.
20962
20963 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20964
20965 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20966 (decimal_vector): Fix for little-endian.
20967
20968 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20969
20970 * gdb.arch/sparc-sysstep.exp: New file.
20971 * gdb.arch/sparc-sysstep.c: Likewise.
20972
20973 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20974
20975 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20976
20977 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20978
20979 2014-01-23 Tom Tromey <tromey@redhat.com>
20980
20981 * gdb.ada/array_char_idx: New testcase.
20982
20983 2014-01-23 Tom Tromey <tromey@redhat.com>
20984
20985 PR python/16487:
20986 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20987 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20988 classes.
20989
20990 2014-01-23 Tom Tromey <tromey@redhat.com>
20991
20992 PR python/16491:
20993 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20994 string from an inferior frame.
20995 * gdb.python/py-framefilter-mi.exp: Update.
20996
20997 2014-01-22 Doug Evans <dje@google.com>
20998
20999 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21000
21001 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21002
21003 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21004
21005 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21006
21007 * gdb.trace/entry-values.exp: Remove excess space character from
21008 regex patterns. Handle s390 call instruction.
21009
21010 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21011
21012 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21013 define "*_start" label. Make "name" static.
21014 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21015 ${name} by references to ${name}_start.
21016
21017 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21018
21019 * gdb.base/info-macros.exp: Remove "debug" from the compile
21020 options.
21021
21022 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21023
21024 * gdb.dlang/demangle.exp: New file.
21025
21026 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21027
21028 * gdb.dlang/primitive-types.exp: New file.
21029
21030 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21031
21032 * configure.ac: Create gdb.dlang/Makefile.
21033 * configure: Regenerate.
21034 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21035 * gdb.dlang/Makefile.in: New file.
21036 * lib/d-support.exp: New file.
21037 * lib/gdb.exp (skip_d_tests): New proc.
21038
21039 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21040
21041 * gdb.btrace/delta.exp: Check reverse stepi.
21042 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21043 * gdb.btrace/finish.exp: New.
21044 * gdb.btrace/next.exp: New.
21045 * gdb.btrace/nexti.exp: New.
21046 * gdb.btrace/record_goto.c: Add comments.
21047 * gdb.btrace/step.exp: New.
21048 * gdb.btrace/stepi.exp: New.
21049 * gdb.btrace/multi-thread-step.c: New.
21050 * gdb.btrace/multi-thread-step.exp: New.
21051 * gdb.btrace/rn-dl-bind.c: New.
21052 * gdb.btrace/rn-dl-bind.exp: New.
21053 * gdb.btrace/data.c: New.
21054 * gdb.btrace/data.exp: New.
21055 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21056
21057 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21058
21059 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21060 * gdb.btrace/exception.exp: Update.
21061 * gdb.btrace/instruction_history.exp: Update.
21062 * gdb.btrace/record_goto.exp: Update.
21063 * gdb.btrace/tailcall.exp: Update.
21064 * gdb.btrace/unknown_functions.exp: Update.
21065 * gdb.btrace/delta.exp: New.
21066
21067 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21068
21069 * gdb.btrace/record_goto.exp: Add backtrace test.
21070 * gdb.btrace/tailcall.exp: Add backtrace test.
21071
21072 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21073
21074 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21075 * gdb.btrace/record_goto.c: New.
21076 * gdb.btrace/record_goto.exp: New.
21077 * gdb.btrace/x86-record_goto.S: New.
21078
21079 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21080
21081 * gdb.btrace/function_call_history.exp: Update tests.
21082 * gdb.btrace/instruction_history.exp: Update tests.
21083
21084 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21085
21086 * gdb.btrace/function_call_history.exp: Fix expected field
21087 order for "record function-call-history".
21088 Add new tests for "record function-call-history /c".
21089 * gdb.btrace/exception.cc: New.
21090 * gdb.btrace/exception.exp: New.
21091 * gdb.btrace/tailcall.exp: New.
21092 * gdb.btrace/x86-tailcall.S: New.
21093 * gdb.btrace/x86-tailcall.c: New.
21094 * gdb.btrace/unknown_functions.c: New.
21095 * gdb.btrace/unknown_functions.exp: New.
21096 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21097
21098 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21099
21100 * gdb.btrace/instruction_history.exp: Update.
21101 * gdb.btrace/function_call_history.exp: Update.
21102
21103 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21104
21105 * gdb.btrace/function_call_history.exp: Fix expected function
21106 trace.
21107 * gdb.btrace/instruction_history.exp: Initialize traced.
21108 Remove traced_functions.
21109
21110 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21111
21112 * gdb.btrace/function_call_history.exp: Update
21113 * gdb.btrace/instruction_history.exp: Update.
21114
21115 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21116
21117 * gdb.btrace/enable.exp: Update expected text.
21118
21119 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21120
21121 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21122 bytes.
21123
21124 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21125
21126 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21127
21128 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21129
21130 * lib/gdb.exp (supports_process_record): Return true for
21131 arm*-linux*. (supports_reverse): Likewise.
21132
21133 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21134
21135 PR python/15464
21136 PR python/16113
21137 * gdb.python/py-type.c: Enhance test case.
21138 * gdb.python/py-value-cc.cc: Likewise
21139 * gdb.python/py-type.exp: Add new tests.
21140 * gdb.python/py-value-cc.exp: Likewise
21141
21142 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21143 Pedro Alves <palves@redhat.com>
21144
21145 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21146 Make "name" extern.
21147 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21148 references to ${name}_start by references to ${name}.
21149
21150 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21151
21152 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21153
21154 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21155
21156 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21157
21158 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21159 Pedro Alves <palves@redhat.com>
21160
21161 * gdb.mi/mi-info-os.exp: Connect to the target with
21162 mi_gdb_target_load.
21163
21164 2014-01-08 Pedro Alves <palves@redhat.com>
21165
21166 * gdb.threads/reconnect-signal.c: New file.
21167 * gdb.threads/reconnect-signal.exp: New file.
21168
21169 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21170
21171 * gdb.base/source-dir.exp: New file.
21172
21173 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21174
21175 * gdb.ada/mi_interface: New testcase.
21176
21177 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21178
21179 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21180 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21181 gdb.ada/pp-rec-component/pck.ads: New files.
21182
21183 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21184
21185 * gdb.python/py-pp-integral.c: New file.
21186 * gdb.python/py-pp-integral.py: New file.
21187 * gdb.python/py-pp-integral.exp: New file.
21188
21189 For older changes see ChangeLog-1993-2013.
21190 \f
21191 ;; Local Variables:
21192 ;; mode: change-log
21193 ;; left-margin: 8
21194 ;; fill-column: 74
21195 ;; version-control: never
21196 ;; End:
21197
21198 Copyright 2014-2020 Free Software Foundation, Inc.
21199 Copying and distribution of this file, with or without modification,
21200 are permitted provided the copyright notice and this notice are preserved.